@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";.admin-page{padding:24px 32px;width:100%}.page-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px;gap:16px;flex-wrap:wrap}.page-header h1{font-size:28px;font-weight:600;color:#323130;margin:0}.subtitle{font-size:14px;color:#605e5c;margin-top:4px}.header-left{flex:1;min-width:0}.header-actions{display:flex;gap:8px;flex-shrink:0}.btn{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;font-size:13px;font-weight:500;border-radius:4px;border:1px solid transparent;cursor:pointer;transition:all .15s ease}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:#0078d4;color:#fff;border-color:#0078d4}.btn-primary:hover:not(:disabled){background:#106ebe}.btn-secondary{background:#fff;color:#323130;border-color:#c8c6c4}.btn-secondary:hover:not(:disabled){background:#f3f2f1;border-color:#a19f9d}.btn-danger{background:#a4262c1a;color:#a4262c;border-color:#a4262c4d}.btn-danger:hover:not(:disabled){background:#a4262c33}.btn-ghost{background:transparent;color:#605e5c}.btn-ghost:hover:not(:disabled){background:#f3f2f1;color:#323130}.btn-sm{padding:4px 8px;font-size:12px}.loading-state{display:flex;align-items:center;justify-content:center;padding:48px;color:#0078d4}.section-card{background:#fff;border:1px solid #edebe9;border-radius:4px;margin-bottom:16px;overflow:hidden;box-shadow:0 1.6px 3.6px #0002,0 .3px .9px #0000001c}.section-header{display:flex;align-items:center;gap:8px;padding:16px;font-size:15px;font-weight:600;color:#323130;border-bottom:1px solid #edebe9;background:#faf9f8}.section-header :global(svg){color:#0078d4}.stats-row{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:24px}@media(min-width:768px){.stats-row{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}}.stat-card{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid #edebe9;border-radius:4px;padding:16px;box-shadow:0 1.6px 3.6px #0002,0 .3px .9px #0000001c}.stat-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:4px;background:#f3f2f1;color:#605e5c}.stat-value{font-size:24px;font-weight:700;color:#323130;line-height:1}.stat-label{font-size:11px;color:#605e5c;text-transform:uppercase;letter-spacing:.05em}.status-badge{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;font-size:12px;font-weight:500;border-radius:4px}.status-syncing,.status-processing{background:#0078d41a;color:#0078d4}.status-idle{background:#f3f2f1;color:#605e5c}.status-pending{background:#ffb90026;color:#986f0b}.status-completed,.status-success{background:#107c101a;color:#107c10}.status-error,.status-failed{background:#a4262c1a;color:#a4262c}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px;color:#605e5c}.empty-state :global(svg){margin-bottom:12px;color:#c8c6c4}.stat-success .stat-icon,.stat-syncing .stat-icon{background:#107c101a;color:#107c10}.stat-success .stat-value,.stat-syncing .stat-value{color:#107c10}.stat-info .stat-icon,.stat-idle .stat-icon{background:#0078d41a;color:#0078d4}.stat-info .stat-value,.stat-idle .stat-value{color:#0078d4}.stat-warning .stat-icon,.stat-pending .stat-icon{background:#ffb90026;color:#986f0b}.stat-warning .stat-value,.stat-pending .stat-value{color:#986f0b}.stat-error .stat-icon,.stat-failed .stat-icon{background:#a4262c1a;color:#a4262c}.stat-error .stat-value,.stat-failed .stat-value{color:#a4262c}.stat-stuck .stat-icon{background:#ffb90026;color:#986f0b}.stat-stuck .stat-value{color:#986f0b}.stat-gold .stat-icon,.stat-messages .stat-icon{background:#0078d41a;color:#0078d4}.stat-gold .stat-value,.stat-messages .stat-value{color:#0078d4}.stat-completed .stat-icon{background:#107c101a;color:#107c10}.stat-completed .stat-value{color:#107c10}.stat-processing .stat-icon{background:#0078d41a;color:#0078d4}.stat-processing .stat-value{color:#0078d4}.error-box{display:flex;align-items:flex-start;gap:8px;padding:8px 12px;background:#a4262c1a;border-radius:4px;font-size:12px;color:#a4262c}.error-box :global(svg){flex-shrink:0;margin-top:1px}.admin-layout{display:flex;flex-direction:column;height:100%;width:100%;background:#f3f2f1}@media(min-width:768px){.admin-layout{flex-direction:row}}.admin-mobile-header{display:flex;align-items:center;justify-content:space-between;padding:16px;background:#fff;border-bottom:1px solid #edebe9;position:sticky;top:0;z-index:30}@media(min-width:768px){.admin-mobile-header{display:none}}.admin-menu-btn{padding:8px;border-radius:4px;background:transparent;border:none;color:#605e5c;cursor:pointer;transition:all .15s ease}.admin-menu-btn:hover{background:#f3f2f1;color:#323130}.admin-mobile-menu{position:fixed;top:60px;right:0;bottom:0;width:280px;background:#fff;border-left:1px solid #edebe9;z-index:50;display:flex;flex-direction:column;box-shadow:0 6.4px 14.4px #0002,0 1.2px 3.6px #0000001c}@media(min-width:768px){.admin-mobile-menu{display:none}}.admin-mobile-menu .admin-nav{padding:16px}.admin-mobile-menu .admin-nav-item{flex-direction:row;margin-left:0;border-left:none;border-radius:4px}.admin-mobile-menu .admin-nav-item.active{border-left:none}.admin-sidebar{display:none;width:260px;flex-shrink:0;flex-direction:column;background:#fff;border-right:1px solid #edebe9}@media(min-width:768px){.admin-sidebar{display:flex}}.admin-sidebar-content{flex:1;padding:20px;overflow-y:auto}.admin-header{display:flex;align-items:center;gap:12px;margin-bottom:24px;padding-bottom:20px;border-bottom:1px solid #edebe9}.admin-logo-icon{width:40px;height:40px;border-radius:4px;display:flex;align-items:center;justify-content:center;background:#0078d4;color:#fff}.admin-title{font-size:16px;font-weight:600;color:#323130;line-height:1.2}.admin-subtitle{font-size:12px;color:#605e5c;margin-top:2px}.admin-nav{display:flex;flex-direction:column;gap:2px;padding:12px 0;flex:1}.admin-nav-item{display:flex;flex-direction:row;align-items:center;gap:12px;padding:10px 16px;border-radius:4px;font-size:14px;font-weight:500;color:#605e5c;text-decoration:none;transition:all .15s ease;border-left:3px solid transparent;margin-left:-3px}.admin-nav-item:hover{background:#f3f2f1;color:#323130}.admin-nav-item.active{background:#0078d414;color:#0078d4;border-left-color:#0078d4}.admin-nav-item.active :global(svg){color:#0078d4}.admin-nav-footer{padding:16px 20px;border-top:1px solid #edebe9}.admin-back-link{display:flex;align-items:center;gap:8px;font-size:13px;color:#605e5c;text-decoration:none;transition:all .15s ease;padding:8px;border-radius:4px}.admin-back-link:hover{color:#0078d4;background:#f3f2f1}.admin-content{flex:1;overflow:auto;min-width:0;background:#f3f2f1}@media(min-width:768px){.admin-page.sync-page .stats-row{grid-template-columns:repeat(7,1fr)}}@media(min-width:768px)and (max-width:1200px){.admin-page.sync-page .stats-row{grid-template-columns:repeat(4,1fr)}}.admin-page.sync-page .section-header :global(svg){color:#107c10}.watchdog-badge{margin-left:auto;padding:2px 10px;font-size:11px;font-weight:500;border-radius:4px;background:#a4262c1a;color:#a4262c}.watchdog-badge.running{background:#107c101a;color:#107c10}.watchdog-stats{display:flex;gap:24px;padding:16px}.watchdog-stat{display:flex;flex-direction:column;gap:2px}.watchdog-stat .label{font-size:12px;color:#605e5c}.watchdog-stat .value{font-size:18px;font-weight:600;color:#323130}.admin-page.sync-page .accounts-list{padding:12px;display:flex;flex-direction:column;gap:12px}.account-card{background:#fff;border:1px solid #edebe9;border-radius:4px;padding:16px;transition:all .15s ease}.account-card.syncing{border-color:#107c1066;box-shadow:0 0 0 1px #107c101a}.account-card.error{border-color:#a4262c66}.account-card.stuck{border-color:#ffb90099;animation:pulse-border 2s ease-in-out infinite}@keyframes pulse-border{0%,to{box-shadow:0 0 #ffb9004d}50%{box-shadow:0 0 0 4px #ffb9001a}}.admin-page.sync-page .account-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.sync-page .account-info{flex:1;min-width:0}.sync-page .account-status{flex-shrink:0}.account-email{font-size:15px;font-weight:600;color:#323130}.account-meta{display:flex;gap:12px;font-size:12px;color:#605e5c;margin-top:2px}.stuck-label{margin-left:4px;padding:1px 6px;font-size:10px;font-weight:700;background:#ffb900;color:#323130;border-radius:4px}.sync-progress{background:#faf9f8;border-radius:4px;padding:12px;margin-bottom:12px}.progress-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px;flex-wrap:wrap;gap:8px}.progress-info{display:flex;gap:16px}.progress-stage,.progress-folder{display:flex;align-items:center;gap:4px;font-size:13px;color:#605e5c}.progress-stage :global(svg){color:#107c10}.progress-folder :global(svg){color:#0078d4}.progress-timing{display:flex;gap:16px;font-size:12px;color:#605e5c}.timing-item{display:flex;align-items:center;gap:4px}.timing-item.warning{color:#986f0b}.timing-item.danger{color:#a4262c}.progress-bar-container{display:flex;align-items:center;gap:12px;margin-bottom:8px}.progress-bar-track{flex:1;height:8px;background:#edebe9;border-radius:4px;overflow:hidden}.progress-bar-fill{height:100%;background:linear-gradient(90deg,#0078d4,#107c10);border-radius:4px;transition:width .3s ease}.progress-percent{font-size:14px;font-weight:600;color:#323130;min-width:45px;text-align:right}.progress-stats{display:flex;gap:16px;font-size:12px;color:#605e5c;flex-wrap:wrap}.progress-stats .stat-item strong{color:#323130}.progress-stats .stat-item.imported strong{color:#107c10}.progress-stats .stat-item.skipped strong{color:#0078d4}.progress-stats .stat-item.failed strong{color:#a4262c}.resume-section{background:#faf9f8;border-radius:4px;padding:8px 12px;margin-bottom:12px}.resume-section.up-to-date{background:#107c100d;border:1px solid rgba(16,124,16,.15)}.resume-section.up-to-date .resume-header{color:#107c10}.resume-section.up-to-date .resume-header :global(svg){color:#107c10}.resume-header{display:flex;align-items:center;gap:4px;font-size:11px;font-weight:600;color:#605e5c;text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px}.resume-header :global(svg){color:#986f0b}.resume-info{margin-top:8px;padding-top:8px;border-top:1px dashed #edebe9}.resume-info.idle{margin-top:0;padding-top:0;border-top:none}.resume-item{display:flex;align-items:center;gap:8px;font-size:11px;color:#605e5c;padding:2px 0}.resume-item :global(svg){color:#a19f9d;flex-shrink:0}.resume-item.complete :global(svg){color:#107c10}.resume-folder{font-weight:500;color:#605e5c;min-width:80px}.resume-status{color:#986f0b;font-family:Consolas,Monaco,monospace}.resume-status.complete{color:#107c10}.resume-status.pending{color:#0078d4;font-style:italic}.resume-total{color:#605e5c;font-family:Consolas,Monaco,monospace}.sync-error{display:flex;align-items:flex-start;gap:8px;padding:8px 12px;background:#a4262c1a;border-radius:4px;font-size:12px;color:#a4262c;margin-bottom:12px}.sync-error :global(svg){flex-shrink:0;margin-top:1px}.account-footer{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}.account-stats{display:flex;gap:16px}.account-stats .stat{display:flex;align-items:center;gap:4px;font-size:12px;color:#605e5c}.account-stats .stat :global(svg){color:#a19f9d}.account-stats .stat.complete{color:#107c10}.account-stats .stat.complete :global(svg){color:#107c10}.account-actions{display:flex;gap:8px}.logs-section{margin-top:16px}.logs-header{position:sticky;top:0;z-index:10}.log-count{margin-left:auto;font-size:12px;font-weight:400;color:#605e5c}.logs-actions{display:flex;gap:4px;margin-left:12px}.log-container{height:300px;overflow-y:auto;background:#1e1e1e;font-family:Consolas,Monaco,Courier New,monospace;font-size:12px;line-height:1.6;padding:12px;border-radius:0 0 4px 4px}.log-empty{color:#6a6a6a;text-align:center;padding:16px}.log-entry{display:flex;gap:12px;padding:2px 0;border-bottom:1px solid rgba(255,255,255,.05)}.log-entry:hover{background:#ffffff08}.log-entry.error{background:#f447471a}.log-time{color:#6a9955;flex-shrink:0;width:85px}.log-message{color:#d4d4d4;word-break:break-all}.log-entry.error .log-message{color:#f44747}.log-message :global([data-tag=SyncManager]){color:#569cd6}.log-message :global([data-tag=Watchdog]){color:#dcdcaa}.log-message :global([data-tag=Worker]){color:#c586c0}.log-message :global([data-tag=Error]){color:#f44747}.log-message :global([data-tag=Success]){color:#6a9955}.log-message :global([data-tag=FlagSync]){color:#c586c0}.stat-flagsync .stat-icon{background:#8817981a;color:#881798}.stat-flagsync .stat-value{color:#881798}.stat-flagsync.active .stat-icon{background:#107c1026;color:#107c10;animation:pulse-glow 2s ease-in-out infinite}.stat-flagsync.active .stat-value{color:#107c10}@keyframes pulse-glow{0%,to{box-shadow:0 0 #107c1033}50%{box-shadow:0 0 8px 2px #107c104d}}.flagsync-header-stats{display:flex;gap:12px;margin-left:auto}.flagsync-header-stats .flagsync-stat{font-size:12px;font-weight:400;color:#605e5c}.flagsync-header-stats .flagsync-stat.error{color:#a4262c}.flagsync-columns{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:#edebe9}.flagsync-column{background:#fff}.flagsync-column-header{display:flex;align-items:center;gap:6px;padding:10px 12px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.03em;border-bottom:1px solid #edebe9}.flagsync-column-header.running{background:#107c100d;color:#107c10}.flagsync-column-header.running :global(svg){color:#107c10}.flagsync-column-header.upcoming{background:#0078d40d;color:#0078d4}.flagsync-column-header.upcoming :global(svg){color:#0078d4}.flagsync-column-header .count{margin-left:auto;background:#00000014;padding:2px 8px;border-radius:10px;font-size:11px}.flagsync-column-content{min-height:120px;max-height:120px;overflow-y:auto;padding:8px}.flagsync-row{display:flex;align-items:center;gap:6px;padding:5px 8px;margin-bottom:4px;font-size:11px;border-radius:3px;background:#faf9f8}.flagsync-row:last-child{margin-bottom:0}.flagsync-row :global(svg){flex-shrink:0;color:#a19f9d}.flagsync-row.active{background:#107c1014}.flagsync-row.active :global(svg){color:#107c10}.flagsync-row.pending{background:#0078d40d}.flagsync-row .folder{font-weight:500;color:#323130;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.flagsync-row .account{color:#605e5c;font-size:10px;flex-shrink:0}.flagsync-row .time{color:#107c10;font-weight:600;font-family:Consolas,Monaco,monospace;flex-shrink:0}.flagsync-empty{display:flex;align-items:center;justify-content:center;height:100%;min-height:80px;color:#a19f9d;font-size:12px;font-style:italic}.flagsync-more{text-align:center;padding:4px;font-size:10px;color:#605e5c;font-style:italic}.flagsync-trigger{display:flex;align-items:center;justify-content:center;width:20px;height:20px;padding:0;border:none;border-radius:3px;background:transparent;color:#0078d4;cursor:pointer;opacity:.6;transition:all .15s ease;flex-shrink:0}.flagsync-trigger:hover:not(:disabled){background:#0078d41a;opacity:1}.flagsync-trigger:disabled{opacity:.3;cursor:not-allowed}.btn-xs{padding:2px 6px;font-size:11px}.watchdog-stat .value.error{color:#a4262c}.flag-sync-section{background:#88179808;border-radius:4px;padding:8px 12px;margin-bottom:12px;border:1px solid rgba(136,23,152,.1)}.flag-sync-section .resume-header :global(svg){color:#881798}.flag-sync-list{margin-top:4px}.flag-sync-item{display:flex;align-items:center;gap:8px;padding:3px 0;font-size:11px}.flag-sync-item :global(svg){color:#a19f9d;flex-shrink:0}.flag-sync-item.syncing :global(svg){color:#107c10}.flag-sync-item.error :global(svg){color:#a4262c}.flag-sync-item .folder-name{color:#605e5c;font-weight:500;min-width:80px}.flag-sync-item .flag-status{color:#605e5c;font-family:Consolas,Monaco,monospace}.flag-sync-item .flag-status.syncing{color:#107c10}.flag-sync-item .flag-status.error{color:#a4262c;cursor:help}.flag-sync-item .modseq{color:#a19f9d;font-size:10px;font-family:Consolas,Monaco,monospace;margin-left:auto}.section-link{display:block;text-decoration:none;transition:all .15s ease}.section-link:hover{box-shadow:0 2px 8px #0000001f;border-color:#0078d4}.section-link .section-header{border-bottom:none}.section-link .view-details{margin-left:12px;font-size:12px;font-weight:400;color:#0078d4}.queue-count{margin-left:auto;font-size:12px;font-weight:400;color:#605e5c}.type-badges-container{display:flex;gap:12px;padding:16px;flex-wrap:wrap}.type-badge{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;font-size:13px;font-weight:500;border-radius:4px}.type-badge.flag{background:#0078d41a;color:#0078d4}.type-badge.move{background:#ffb90026;color:#986f0b}.type-badge.delete{background:#a4262c1a;color:#a4262c}.queue-list{display:flex;flex-direction:column}.queue-item{display:flex;flex-direction:column;gap:8px;padding:12px 16px;border-bottom:1px solid #edebe9;border-left:3px solid #0078d4}.queue-item:last-child{border-bottom:none}.queue-item.completed{border-left-color:#107c10;opacity:.7}.queue-item.failed{border-left-color:#a4262c;background:#a4262c0d}.queue-item.processing{border-left-color:#0078d4;background:#0078d40d}.queue-item-main{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.queue-icon{display:flex;align-items:center;color:#605e5c}.queue-type{font-size:13px;font-weight:600;color:#323130;min-width:50px}.queue-account{font-size:13px;color:#0078d4}.queue-folder{font-size:12px;color:#605e5c;font-family:Consolas,Monaco,monospace}.queue-uid{font-size:11px;color:#605e5c;background:#f3f2f1;padding:2px 8px;border-radius:4px;font-family:Consolas,Monaco,monospace}.queue-item-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.retry-count{font-size:11px;color:#986f0b;background:#ffb9001a;padding:2px 8px;border-radius:4px}.queue-time{font-size:11px;color:#605e5c}.queue-error{display:flex;align-items:flex-start;gap:8px;font-size:12px;color:#a4262c;padding:8px 12px;background:#a4262c1a;border-radius:4px}.queue-error :global(svg){flex-shrink:0;margin-top:2px}.admin-page.sync-back-page .empty-state :global(svg){color:#107c10}.flag-sync-page .item-count{margin-left:auto;font-size:12px;font-weight:400;color:#605e5c}.flag-sync-page .folder-list{display:flex;flex-direction:column}.flag-sync-page .folder-item{display:flex;flex-direction:column;gap:8px;padding:12px 16px;border-bottom:1px solid #edebe9;border-left:3px solid #0078d4}.flag-sync-page .folder-item:last-child{border-bottom:none}.flag-sync-page .folder-item.error{border-left-color:#a4262c;background:#a4262c08}.flag-sync-page .folder-item.syncing{border-left-color:#107c10;background:#107c1008}.flag-sync-page .folder-item.pending{border-left-color:#986f0b;background:#ffb90008}.flag-sync-page .folder-item-main{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.flag-sync-page .folder-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:4px;background:#0078d41a;color:#0078d4;flex-shrink:0}.flag-sync-page .folder-icon.error{background:#a4262c1a;color:#a4262c}.flag-sync-page .folder-icon.syncing{background:#107c101a;color:#107c10}.flag-sync-page .folder-icon.pending{background:#ffb9001a;color:#986f0b}.flag-sync-page .folder-name{font-size:13px;font-weight:600;color:#323130;font-family:Consolas,Monaco,monospace}.flag-sync-page .folder-email{font-size:13px;color:#0078d4}.flag-sync-page .folder-host{font-size:12px;color:#605e5c}.flag-sync-page .folder-item-meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding-left:34px}.flag-sync-page .folder-time{font-size:11px;color:#605e5c}.flag-sync-page .modseq-badge{font-size:11px;color:#605e5c;background:#f3f2f1;padding:2px 8px;border-radius:4px;font-family:Consolas,Monaco,monospace}.flag-sync-page .folder-error{display:flex;align-items:flex-start;gap:8px;font-size:12px;color:#a4262c;padding:8px 12px;margin-left:34px;background:#a4262c14;border-radius:4px}.flag-sync-page .folder-error :global(svg){flex-shrink:0;margin-top:2px}.flag-sync-page .empty-state-mini{display:flex;align-items:center;justify-content:center;gap:10px;padding:24px 16px;color:#605e5c;font-size:13px}.flag-sync-page .empty-state-mini :global(svg){color:#c8c6c4}.flag-sync-page .animate-pulse{animation:pulse 1.5s infinite}.flag-sync-page .empty-state-mini :global(svg.lucide-check-circle){color:#107c10}.admin-page.external-accounts-page{width:100%}.external-accounts-page .error-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px;gap:12px;color:#a4262c}.external-accounts-page .error-state p{margin:0;font-size:16px}.external-accounts-page .error-state code{font-size:12px;color:#605e5c;background:#faf9f8;padding:8px 12px;border-radius:4px;max-width:100%;overflow-x:auto}.external-accounts-page .summary-bar{display:flex;align-items:center;gap:16px;padding:12px 20px;background:#fff;border:1px solid #edebe9;border-radius:4px;margin-bottom:16px;flex-wrap:wrap}.external-accounts-page .summary-item{display:flex;flex-direction:column;align-items:center;gap:2px}.external-accounts-page .summary-value{font-size:20px;font-weight:700;color:#323130}.external-accounts-page .summary-label{font-size:11px;color:#605e5c;text-transform:uppercase}.external-accounts-page .summary-item.success .summary-value{color:#107c10}.external-accounts-page .summary-item.syncing .summary-value{color:#0078d4}.external-accounts-page .summary-item.error .summary-value{color:#a4262c}.external-accounts-page .summary-divider{width:1px;height:32px;background:#edebe9}.external-accounts-page .accounts-container{background:#fff;border:1px solid #edebe9;border-radius:4px;overflow:hidden}.external-accounts-page .accounts-table-wrapper{overflow-x:auto;max-height:calc(100vh - 280px);overflow-y:auto}.external-accounts-page .accounts-table{width:100%;border-collapse:collapse;font-size:13px}.external-accounts-page .accounts-table thead{position:sticky;top:0;z-index:10;background:#faf9f8}.external-accounts-page .accounts-table th{padding:12px 16px;text-align:left;font-weight:600;font-size:11px;text-transform:uppercase;letter-spacing:.05em;color:#605e5c;border-bottom:1px solid #edebe9;white-space:nowrap}.external-accounts-page .accounts-table td{padding:12px 16px;border-bottom:1px solid #f3f2f1;vertical-align:top}.external-accounts-page .accounts-table tbody tr:hover{background:#faf9f8}.external-accounts-page .accounts-table tbody tr.inactive{opacity:.6}.external-accounts-page .accounts-table tbody tr.has-error{background:#a4262c08}.external-accounts-page .accounts-table tbody tr.has-error:hover{background:#a4262c0f}.external-accounts-page .col-account{min-width:220px}.external-accounts-page .col-connection{min-width:180px}.external-accounts-page .col-status{min-width:120px}.external-accounts-page .col-idle{min-width:80px}.external-accounts-page .col-stats{min-width:140px}.external-accounts-page .col-sync-info{min-width:130px}.external-accounts-page .col-timestamps{min-width:160px}.external-accounts-page .col-actions{min-width:100px}.external-accounts-page .account-cell{display:flex;flex-direction:column;gap:4px}.external-accounts-page .account-primary{display:flex;flex-direction:column}.external-accounts-page .account-email{font-weight:600;color:#323130}.external-accounts-page .account-name{font-size:11px;color:#605e5c}.external-accounts-page .account-meta{display:flex;align-items:center;gap:8px}.external-accounts-page .owner-info{display:flex;align-items:center;gap:4px;font-size:11px;color:#605e5c}.external-accounts-page .account-badges{display:flex;gap:4px;margin-top:4px}.external-accounts-page .badge{padding:2px 6px;font-size:10px;font-weight:500;border-radius:3px;text-transform:uppercase}.external-accounts-page .badge-active{background:#107c101a;color:#107c10}.external-accounts-page .badge-inactive{background:#f3f2f1;color:#605e5c}.external-accounts-page .badge-oauth{background:#0078d41a;color:#0078d4}.external-accounts-page .badge-password{background:#ffb90026;color:#986f0b}.external-accounts-page .connection-cell{display:flex;flex-direction:column;gap:4px}.external-accounts-page .connection-row{display:flex;gap:8px;font-family:Consolas,Monaco,monospace;font-size:12px}.external-accounts-page .connection-label{color:#605e5c;width:36px}.external-accounts-page .connection-value{color:#323130}.external-accounts-page .status-cell{display:flex;flex-direction:column;gap:4px}.external-accounts-page .status-indicator{display:flex;align-items:center;gap:6px}.external-accounts-page .status-indicator.success{color:#107c10}.external-accounts-page .status-indicator.syncing{color:#0078d4}.external-accounts-page .status-indicator.warning{color:#986f0b}.external-accounts-page .status-indicator.error{color:#a4262c}.external-accounts-page .status-indicator.unknown{color:#605e5c}.external-accounts-page .status-label{font-weight:500}.external-accounts-page .status-error{font-size:11px;color:#a4262c;max-width:200px;overflow:hidden;text-overflow:ellipsis}.external-accounts-page .idle-cell{display:flex;align-items:center;gap:6px;font-size:12px}.external-accounts-page .idle-cell.success{color:#107c10}.external-accounts-page .idle-cell.muted{color:#a19f9d}.external-accounts-page .stats-cell{display:flex;flex-direction:column;gap:4px}.external-accounts-page .stat-row{display:flex;align-items:center;gap:4px;font-size:12px;color:#605e5c}.external-accounts-page .stat-row.warning{color:#986f0b}.external-accounts-page .stat-row.error{color:#a4262c}.external-accounts-page .stat-value{font-weight:600;color:#323130}.external-accounts-page .stat-value.error{color:#a4262c}.external-accounts-page .stat-label{font-size:10px;color:#a19f9d}.external-accounts-page .sync-info-cell{display:flex;flex-direction:column;gap:4px}.external-accounts-page .sync-info-row{display:flex;justify-content:space-between;gap:8px;font-size:11px}.external-accounts-page .sync-info-label{color:#605e5c}.external-accounts-page .sync-info-value{font-weight:500;color:#323130}.external-accounts-page .sync-info-value.success{color:#107c10}.external-accounts-page .sync-info-value.pending{color:#986f0b}.external-accounts-page .sync-info-value.muted{color:#a19f9d}.external-accounts-page .timestamps-cell{display:flex;flex-direction:column;gap:4px}.external-accounts-page .timestamp-row{display:flex;flex-direction:column;font-size:11px}.external-accounts-page .timestamp-label{color:#a19f9d;font-size:10px}.external-accounts-page .timestamp-value{color:#605e5c}.external-accounts-page .actions-cell{display:flex;gap:4px}.external-accounts-page .action-btn{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;background:transparent;color:#605e5c;border-radius:4px;cursor:pointer;transition:all .15s ease}.external-accounts-page .action-btn:hover:not(:disabled){background:#f3f2f1;color:#323130}.external-accounts-page .action-btn:disabled{opacity:.4;cursor:not-allowed}.external-accounts-page .error-detail-row td{padding:0!important;border-bottom:1px solid #edebe9!important}.external-accounts-page .error-detail{display:flex;align-items:center;gap:8px;padding:8px 16px;background:#a4262c0d;color:#a4262c;font-size:12px}.external-accounts-page .error-text{flex:1}.external-accounts-page .account-id{font-family:Consolas,Monaco,monospace;font-size:10px;color:#605e5c;background:#fff;padding:2px 6px;border-radius:3px}.external-accounts-page .db-stats-details{margin-top:16px;background:#fff;border:1px solid #edebe9;border-radius:4px}.external-accounts-page .db-stats-details summary{display:flex;align-items:center;gap:8px;padding:12px 16px;font-size:13px;font-weight:500;color:#605e5c;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.external-accounts-page .db-stats-details summary:hover{background:#faf9f8}.external-accounts-page .db-stats-details[open] summary{border-bottom:1px solid #edebe9}.external-accounts-page .details-badge{margin-left:auto;font-size:11px;font-weight:400;color:#a19f9d}.external-accounts-page .table-counts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1px;background:#edebe9}.external-accounts-page .table-count-item{display:flex;justify-content:space-between;align-items:center;padding:10px 16px;background:#fff}.external-accounts-page .table-name{font-size:12px;color:#605e5c;font-family:Consolas,Monaco,monospace}.external-accounts-page .table-value{font-size:13px;font-weight:600;color:#323130}@media(max-width:768px){.external-accounts-page .summary-bar{justify-content:center}.external-accounts-page .summary-divider{display:none}}@media(min-width:768px){.admin-page.monitoring-page .stats-row{grid-template-columns:repeat(6,1fr)}}@media(min-width:768px)and (max-width:1200px){.admin-page.monitoring-page .stats-row{grid-template-columns:repeat(3,1fr)}}.monitoring-page .stat-card.stat-healthy .stat-icon{background:#107c101a;color:#107c10}.monitoring-page .stat-card.stat-healthy .stat-value{color:#107c10}.monitoring-page .stat-card.stat-degraded .stat-icon{background:#ffb90026;color:#986f0b}.monitoring-page .stat-card.stat-degraded .stat-value{color:#986f0b}.monitoring-page .stat-card.stat-unhealthy .stat-icon{background:#a4262c1a;color:#a4262c}.monitoring-page .stat-card.stat-unhealthy .stat-value{color:#a4262c}.monitoring-page .last-updated{font-size:12px;color:#605e5c;margin-right:8px}.services-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px;padding:16px}.service-card{display:flex;align-items:center;gap:12px;padding:12px;border-radius:4px;background:#faf9f8;border:1px solid #edebe9}.service-card.healthy{border-color:#107c104d;background:#107c1008}.service-card.healthy .service-icon{color:#107c10}.service-card.unhealthy{border-color:#a4262c4d;background:#a4262c08}.service-card.unhealthy .service-icon{color:#a4262c}.service-card.degraded{border-color:#ffb90066;background:#ffb9000d}.service-card.degraded .service-icon{color:#986f0b}.service-icon{flex-shrink:0}.service-info{flex:1;min-width:0}.service-name{font-size:14px;font-weight:600;color:#323130;text-transform:capitalize}.service-status{font-size:11px;color:#605e5c;text-transform:capitalize}.service-latency{font-size:12px;font-family:Consolas,Monaco,monospace;color:#605e5c}.containers-table-wrapper{overflow-x:auto}.containers-table{width:100%;border-collapse:collapse;font-size:13px}.containers-table th{padding:10px 12px;text-align:left;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:#605e5c;background:#faf9f8;border-bottom:1px solid #edebe9}.containers-table td{padding:10px 12px;border-bottom:1px solid #f3f2f1;vertical-align:middle}.containers-table tbody tr:hover{background:#faf9f8}.containers-table tbody tr.important{background:#0078d405}.container-name{font-weight:500;color:#323130}.important-badge{display:inline-block;margin-left:6px;padding:1px 5px;font-size:9px;font-weight:600;text-transform:uppercase;background:#0078d41a;color:#0078d4;border-radius:3px}.status-dot{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:6px}.status-dot.running{background:#107c10}.status-dot.stopped{background:#a4262c}.health-badge{display:inline-flex;align-items:center;gap:4px;padding:2px 6px;font-size:11px;border-radius:3px}.health-badge.healthy{background:#107c101a;color:#107c10}.health-badge.unhealthy{background:#a4262c1a;color:#a4262c}.health-badge.none{color:#a19f9d}.containers-table .mono{font-family:Consolas,Monaco,monospace;font-size:12px;color:#605e5c}.containers-table .warning{color:#986f0b}.two-col-grid{display:grid;grid-template-columns:1fr;gap:16px;margin-bottom:16px}@media(min-width:768px){.two-col-grid{grid-template-columns:1fr 1fr}}.db-stats{padding:16px}.db-stat-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #f3f2f1}.db-stat-row:last-child{border-bottom:none}.db-stat-label{font-size:13px;color:#605e5c}.db-stat-value{font-size:13px;font-weight:500;color:#323130;font-family:Consolas,Monaco,monospace}.db-stat-value.good{color:#107c10}.db-stat-value.warning{color:#986f0b}.tables-list{padding:12px 16px}.table-row{display:grid;grid-template-columns:30px 1fr auto auto 100px;gap:12px;align-items:center;padding:8px 0;border-bottom:1px solid #f3f2f1}.table-row:last-child{border-bottom:none}.table-rank{font-size:11px;color:#a19f9d;font-weight:600}.table-name{font-size:12px;font-family:Consolas,Monaco,monospace;color:#323130}.table-rows{font-size:11px;color:#605e5c;text-align:right}.table-size{font-size:12px;font-weight:500;color:#323130;text-align:right;min-width:70px}.table-bar{height:6px;background:#edebe9;border-radius:3px;overflow:hidden}.table-bar-fill{height:100%;background:linear-gradient(90deg,#0078d4,#106ebe);border-radius:3px;transition:width .3s ease}.app-stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;padding:16px}@media(min-width:768px){.app-stats-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.app-stats-grid{grid-template-columns:repeat(6,1fr)}}.app-stat-card{display:flex;align-items:center;gap:10px;padding:12px;background:#faf9f8;border-radius:4px;border:1px solid #edebe9}.app-stat-card.warning{border-color:#ffb90066;background:#ffb9000d}.app-stat-card.warning .app-stat-icon{color:#986f0b}.app-stat-card.danger{border-color:#a4262c4d;background:#a4262c08}.app-stat-card.danger .app-stat-icon{color:#a4262c}.app-stat-icon{color:#605e5c;flex-shrink:0}.app-stat-info{flex:1;min-width:0}.app-stat-value{font-size:18px;font-weight:700;color:#323130;line-height:1.2}.app-stat-sub{font-size:12px;font-weight:400;color:#605e5c}.app-stat-label{font-size:11px;color:#605e5c}.system-details{margin-top:16px;background:#fff;border:1px solid #edebe9;border-radius:4px}.system-details summary{display:flex;align-items:center;gap:8px;padding:12px 16px;font-size:13px;font-weight:500;color:#605e5c;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.system-details summary:hover{background:#faf9f8}.system-details[open] summary{border-bottom:1px solid #edebe9}.system-details-content{padding:16px}.system-detail-row{display:flex;justify-content:space-between;padding:6px 0;font-size:12px}.system-detail-row .label{color:#605e5c}.system-detail-row .value{color:#323130;font-family:Consolas,Monaco,monospace}[data-theme=outlook]{--luxe-hunter: #0078d4;--luxe-hunter-light: #2b88d8;--luxe-hunter-dark: #005a9e;--luxe-black: #ffffff;--luxe-charcoal: #ffffff;--luxe-slate: #f3f2f1;--luxe-slate-light: #edebe9;--luxe-slate-lighter: #e1dfdd;--luxe-gold: #0078d4;--luxe-gold-light: #2b88d8;--luxe-gold-muted: #005a9e;--luxe-gold-subtle: rgba(0, 120, 212, .08);--luxe-gold-border: rgba(0, 120, 212, .3);--luxe-ivory: #323130;--luxe-ivory-muted: #605e5c;--luxe-ivory-dark: #a19f9d;--luxe-surface: #ffffff;--luxe-surface-hover: #f3f2f1;--luxe-text-primary: #323130;--luxe-text-secondary: #605e5c;--luxe-text-tertiary: #a19f9d;--luxe-error: #a4262c;--luxe-success: #107c10;--luxe-border: #edebe9;--luxe-border-light: #e1dfdd;--luxe-selected: rgba(0, 120, 212, .1);--luxe-hover: rgba(0, 0, 0, .04);--luxe-shadow-sm: 0 1.6px 3.6px rgba(0,0,0,.132), 0 .3px .9px rgba(0,0,0,.108);--luxe-shadow-md: 0 3.2px 7.2px rgba(0,0,0,.132), 0 .6px 1.8px rgba(0,0,0,.108);--luxe-shadow-lg: 0 6.4px 14.4px rgba(0,0,0,.132), 0 1.2px 3.6px rgba(0,0,0,.108);--luxe-shadow-glow: none;--luxe-rail-gradient: #f3f2f1}[data-theme=outlook] *{transition-timing-function:cubic-bezier(.4,0,.2,1)}[data-theme=outlook] .luxe-rail{background:#f3f2f1;border-right:1px solid #c8c6c4}[data-theme=outlook] .luxe-rail-logo{background:#0078d4;box-shadow:none;border-radius:4px}[data-theme=outlook] .luxe-rail-logo svg{color:#fff}[data-theme=outlook] .luxe-rail-btn{border-radius:4px;color:#605e5c}[data-theme=outlook] .luxe-rail-btn.active{background:transparent;color:#0078d4}[data-theme=outlook] .luxe-rail-btn.active:before{content:"";position:absolute;left:0;top:25%;bottom:25%;width:3px;background:#0078d4;border-radius:0 2px 2px 0}[data-theme=outlook] .luxe-rail-btn:hover:not(.active){background:#0000000d;color:#323130}[data-theme=outlook] .luxe-rail-avatar{background:#0078d4;border:none;box-shadow:none;color:#fff}[data-theme=outlook] .luxe-rail-avatar:hover{opacity:.9}[data-theme=outlook] .luxe-sidebar{background:#f3f2f1;border-right:1px solid #c8c6c4}[data-theme=outlook] .luxe-sidebar-header{border-bottom:none;padding:8px 12px}[data-theme=outlook] .luxe-compose-btn{background:#0078d4;border:none;color:#fff;padding:8px 16px;border-radius:4px;font-weight:600;font-size:13px}[data-theme=outlook] .luxe-compose-btn:hover{background:#106ebe}[data-theme=outlook] .luxe-folder-list{padding:4px 0}[data-theme=outlook] .luxe-folder-group-header{padding:4px 12px}[data-theme=outlook] .luxe-folder-group-title{color:#605e5c;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}[data-theme=outlook] .luxe-folder-item{border-radius:0;margin:0;padding:6px 12px 6px 16px;border-left:3px solid transparent;position:relative}[data-theme=outlook] .luxe-folder-item.active{background:#fff;border-left-color:#0078d4}[data-theme=outlook] .luxe-folder-item.active:before{display:none}[data-theme=outlook] .luxe-folder-item.active .luxe-folder-icon,[data-theme=outlook] .luxe-folder-item.active .luxe-folder-name{color:#0078d4;font-weight:600}[data-theme=outlook] .luxe-folder-item:hover:not(.active){background:#0000000a}[data-theme=outlook] .luxe-folder-icon{color:#605e5c}[data-theme=outlook] .luxe-folder-name{color:#323130;font-size:13px}[data-theme=outlook] .luxe-folder-count{color:#605e5c;background:transparent;font-weight:600;font-size:12px}[data-theme=outlook] .luxe-folder-item.active .luxe-folder-count{background:transparent;color:#0078d4}[data-theme=outlook] .luxe-mail-list-panel{background:#fff;border-right:1px solid #c8c6c4}[data-theme=outlook] .luxe-mail-list-header{background:#fff;border-bottom:1px solid #edebe9;padding:8px 16px}[data-theme=outlook] .luxe-mail-list-title{color:#323130;font-size:18px;font-weight:600}[data-theme=outlook] .luxe-search-input{background:#f3f2f1;border:1px solid #f3f2f1;border-radius:4px;color:#323130;font-size:13px}[data-theme=outlook] .luxe-search-input:focus{background:#fff;border-color:#0078d4;box-shadow:none}[data-theme=outlook] .luxe-search-input::-moz-placeholder{color:#a19f9d}[data-theme=outlook] .luxe-search-input::placeholder{color:#a19f9d}[data-theme=outlook] .luxe-mail-item{background:#fff!important;border-bottom:1px solid #e1dfdd!important;border-left:3px solid transparent!important;padding:10px 16px!important;cursor:pointer!important;transition:background-color .15s ease!important}[data-theme=outlook] .luxe-mail-item:hover{background:#f3f2f1!important}[data-theme=outlook] .luxe-mail-item.selected,[data-theme=outlook] .luxe-mail-item.active{background:#deecf9!important;border-left-color:transparent!important}[data-theme=outlook] .luxe-mail-item.active:hover{background:#deecf9!important}[data-theme=outlook] .luxe-mail-item.unread{background:#fff;border-left-color:#0078d4!important}[data-theme=outlook] .luxe-mail-item.unread .luxe-mail-sender,[data-theme=outlook] .luxe-mail-item.unread .luxe-mail-subject{font-weight:600;color:#323130}[data-theme=outlook] .luxe-mail-sender{color:#323130;font-size:14px;font-weight:400}[data-theme=outlook] .luxe-mail-subject{color:#323130;font-size:13px;font-weight:400}[data-theme=outlook] .luxe-mail-preview,[data-theme=outlook] .luxe-mail-date{color:#605e5c;font-size:12px}[data-theme=outlook] .luxe-unread-dot{background:#0078d4;width:8px;height:8px;box-shadow:none}[data-theme=outlook] .luxe-mail-avatar{width:32px!important;height:32px!important;border-radius:50%!important;font-size:12px!important;font-weight:600!important;display:flex!important;align-items:center!important;justify-content:center!important;background:#e1dfdd!important}[data-theme=outlook] .luxe-reading-avatar{background:#e1dfdd!important}[data-theme=outlook] .luxe-mail-avatar.as-checkbox{background:transparent!important;min-width:32px!important;min-height:32px!important}[data-theme=outlook] .luxe-action-icon{color:#605e5c}[data-theme=outlook] .luxe-action-icon:hover{color:#323130}[data-theme=outlook] .luxe-action-icon.delete{color:#c85050}[data-theme=outlook] .luxe-action-icon.delete:hover{color:#a4262c}[data-theme=outlook] .luxe-action-icon.starred{color:#ffb900!important}[data-theme=outlook] .luxe-action-icon.pinned{color:#0078d4!important}[data-theme=outlook] .luxe-mail-date{color:#605e5c;font-size:12px}[data-theme=outlook] .luxe-star-indicator{color:#ffb900!important;fill:#ffb900!important}[data-theme=outlook] .luxe-reading-pane{background:#fff}[data-theme=outlook] .luxe-reading-header{background:#fff;border-bottom:1px solid #edebe9;padding:16px 24px}[data-theme=outlook] .luxe-reading-subject{color:#323130;font-size:20px;font-weight:600}[data-theme=outlook] .luxe-reading-sender{color:#323130;font-size:14px;font-weight:600}[data-theme=outlook] .luxe-reading-email{color:#605e5c;font-size:13px}[data-theme=outlook] .luxe-reading-date{color:#605e5c;font-size:12px}[data-theme=outlook] .luxe-reading-recipients{color:#605e5c;font-size:13px}[data-theme=outlook] .luxe-reading-body{color:#323130;background:#fff;font-size:14px;line-height:1.5}[data-theme=outlook] .luxe-reading-action-btn{background:transparent;border:1px solid #edebe9;color:#323130;border-radius:4px;padding:6px 12px;font-size:13px}[data-theme=outlook] .luxe-reading-action-btn:hover{background:#f3f2f1}[data-theme=outlook] .luxe-reading-action-btn.primary{background:#0078d4;border-color:#0078d4;color:#fff}[data-theme=outlook] .luxe-reading-action-btn.primary:hover{background:#106ebe}[data-theme=outlook] .luxe-action-btn{background:#fff;border:1px solid #edebe9;color:#323130;border-radius:4px;font-weight:400}[data-theme=outlook] .luxe-action-btn:hover{background:#f3f2f1;border-color:#c8c6c4}[data-theme=outlook] .luxe-action-btn.primary{background:#0078d4;border-color:#0078d4;color:#fff}[data-theme=outlook] .luxe-action-btn.primary:hover{background:#106ebe}[data-theme=outlook] .luxe-action-btn.starred{color:#ffb900!important}[data-theme=outlook] .luxe-btn-primary{background:#0078d4;border-radius:4px;color:#fff}[data-theme=outlook] .luxe-btn-primary:hover{background:#106ebe}[data-theme=outlook] .luxe-btn-secondary{background:#fff;border:1px solid #edebe9;color:#323130;border-radius:4px}[data-theme=outlook] .luxe-btn-secondary:hover{background:#f3f2f1}[data-theme=outlook] .luxe-btn.primary{background:#0078d4;color:#fff;border-radius:4px}[data-theme=outlook] .luxe-btn.primary:hover{background:#106ebe}[data-theme=outlook] .luxe-empty-state{color:#605e5c}[data-theme=outlook] .luxe-empty-icon{color:#c8c6c4}[data-theme=outlook] .luxe-modal-overlay{background:#0006}[data-theme=outlook] .luxe-modal{background:#fff;border:none;border-radius:4px;box-shadow:var(--luxe-shadow-lg)}[data-theme=outlook] .luxe-modal-title{color:#323130;font-size:18px;font-weight:600}[data-theme=outlook] .luxe-modal-description{color:#605e5c}[data-theme=outlook] .luxe-input,[data-theme=outlook] input[type=text],[data-theme=outlook] input[type=email],[data-theme=outlook] textarea{background:#fff;border:1px solid #c8c6c4;border-radius:4px;color:#323130}[data-theme=outlook] .luxe-input:focus,[data-theme=outlook] input:focus,[data-theme=outlook] textarea:focus{border-color:#0078d4;outline:none;box-shadow:none}[data-theme=outlook] .luxe-input::-moz-placeholder,[data-theme=outlook] input::-moz-placeholder{color:#a19f9d}[data-theme=outlook] .luxe-input::placeholder,[data-theme=outlook] input::placeholder{color:#a19f9d}[data-theme=outlook] .luxe-section-title{color:#0078d4;font-weight:600;font-size:12px;text-transform:uppercase;letter-spacing:.5px}[data-theme=outlook] .luxe-card{background:#fff;border:1px solid #edebe9;border-radius:4px}[data-theme=outlook] .luxe-card:hover{border-color:#c8c6c4}[data-theme=outlook] .settings-card,[data-theme=outlook] .luxe-settings-card{background:#fff;border:1px solid #edebe9;border-radius:4px}[data-theme=outlook] .settings-card:hover,[data-theme=outlook] .luxe-settings-card:hover{border-color:#c8c6c4}[data-theme=outlook] .settings-option,[data-theme=outlook] .luxe-settings-option{border:1px solid #edebe9;border-radius:4px;background:#fff}[data-theme=outlook] .settings-option.active,[data-theme=outlook] .luxe-settings-option.active{border-color:#0078d4;background:#0078d40a}[data-theme=outlook] .settings-option:hover:not(.active),[data-theme=outlook] .luxe-settings-option:hover:not(.active){background:#f3f2f1}[data-theme=outlook] .luxe-tab,[data-theme=outlook] .settings-tab{color:#605e5c;border-bottom:2px solid transparent}[data-theme=outlook] .luxe-tab.active,[data-theme=outlook] .settings-tab.active{color:#0078d4;border-bottom-color:#0078d4}[data-theme=outlook] .luxe-tab:hover:not(.active),[data-theme=outlook] .settings-tab:hover:not(.active){color:#323130}[data-theme=outlook] .luxe-toggle{background:#c8c6c4;border-radius:10px}[data-theme=outlook] .luxe-toggle.active{background:#0078d4}[data-theme=outlook] .luxe-toggle-thumb{background:#fff;box-shadow:0 1px 3px #0003}[data-theme=outlook] .luxe-badge{background:#0078d4;color:#fff;border-radius:4px;font-size:11px;font-weight:600}[data-theme=outlook] .luxe-calendar-header{background:#f3f2f1;border-bottom:1px solid #edebe9}[data-theme=outlook] .luxe-view-btn{background:#fff;border:1px solid #edebe9;color:#323130;border-radius:4px}[data-theme=outlook] .luxe-view-btn:hover:not(.active){background:#f3f2f1}[data-theme=outlook] .luxe-view-btn.active{background:#0078d4!important;border-color:#0078d4!important;color:#fff!important}[data-theme=outlook] .luxe-today-btn{background:#fff;border:1px solid #0078d4;color:#0078d4;border-radius:4px}[data-theme=outlook] .luxe-today-btn:hover{background:#0078d4;color:#fff}[data-theme=outlook] .luxe-contact-name{color:#323130;font-weight:600}[data-theme=outlook] .luxe-contact-email,[data-theme=outlook] .luxe-contact-info{color:#605e5c}[data-theme=outlook] .luxe-contact-item.active .luxe-contact-name{color:#0078d4}[data-theme=outlook] .luxe-caldav-btn,[data-theme=outlook] .luxe-carddav-btn{background:#fff;border:1px solid #0078d4;color:#0078d4;border-radius:4px}[data-theme=outlook] .luxe-caldav-btn:hover,[data-theme=outlook] .luxe-carddav-btn:hover{background:#0078d4;color:#fff}[data-theme=outlook] .luxe-checkbox input[type=checkbox],[data-theme=outlook] .luxe-mail-checkbox{border:2px solid #c8c6c4;border-radius:3px;background:transparent}[data-theme=outlook] .luxe-checkbox input[type=checkbox]:hover,[data-theme=outlook] .luxe-mail-checkbox:hover{border-color:#0078d4}[data-theme=outlook] .luxe-checkbox input[type=checkbox]:checked,[data-theme=outlook] .luxe-mail-checkbox:checked{background:#0078d4;border-color:#0078d4;color:#fff}[data-theme=outlook] ::-webkit-scrollbar{width:8px;height:8px}[data-theme=outlook] ::-webkit-scrollbar-track{background:transparent}[data-theme=outlook] ::-webkit-scrollbar-thumb{background:#c8c6c4;border-radius:4px}[data-theme=outlook] ::-webkit-scrollbar-thumb:hover{background:#a19f9d}[data-theme=outlook] *{scrollbar-width:thin;scrollbar-color:#c8c6c4 transparent}[data-theme=outlook] ::-moz-selection{background:#0078d433;color:#323130}[data-theme=outlook] ::selection{background:#0078d433;color:#323130}[data-theme=outlook] *:focus-visible{outline:2px solid #0078d4;outline-offset:2px}[data-theme=outlook] .luxe-action-divider{background:#edebe9}[data-theme=outlook] .luxe-resize-handle:hover .luxe-resize-indicator,[data-theme=outlook] .luxe-resize-handle.dragging .luxe-resize-indicator{background:#0078d4}[data-theme=outlook] .luxe-toast{background:#323130;color:#fff;border-radius:4px;box-shadow:var(--luxe-shadow-md)}[data-theme=outlook] .luxe-toast-success{background:#107c10}[data-theme=outlook] .luxe-toast-error{background:#a4262c}[data-theme=outlook] .luxe-context-menu{background:#fff;border:1px solid #edebe9;border-radius:4px;box-shadow:var(--luxe-shadow-md)}[data-theme=outlook] .luxe-context-menu-item{color:#323130}[data-theme=outlook] .luxe-context-menu-item:hover{background:#f3f2f1}[data-theme=outlook] .luxe-context-menu-item.destructive{color:#a4262c}[data-theme=outlook] .luxe-context-menu-item.destructive:hover{background:#a4262c1a}[data-theme=outlook] .luxe-popover{background:#fff;border:1px solid #edebe9;border-radius:4px;box-shadow:var(--luxe-shadow-lg)}[data-theme=outlook] .luxe-compose-header{background:#f3f2f1;border-bottom:1px solid #edebe9}[data-theme=outlook] .luxe-compose-subject{background:#fff;border:none;border-bottom:1px solid #edebe9;color:#323130;font-size:16px;font-weight:600}[data-theme=outlook] .luxe-compose-body{background:#fff;color:#323130}[data-theme=outlook] .luxe-thread-item{background:#fff;border:1px solid #edebe9;border-radius:4px}[data-theme=outlook] .luxe-thread-item:hover{border-color:#c8c6c4}[data-theme=outlook] .luxe-thread-item.expanded{border-color:#0078d4}[data-theme=outlook] .luxe-progress-bar{background:#edebe9;border-radius:4px}[data-theme=outlook] .luxe-progress-bar-fill{background:#0078d4;border-radius:4px}[data-theme=outlook] a{color:#0078d4}[data-theme=outlook] a:hover{color:#106ebe}[data-theme=outlook] .luxe-copy-btn{background:#0078d4;color:#fff;border-radius:4px}[data-theme=outlook] .luxe-copy-btn:hover{background:#106ebe}[data-theme=outlook] .luxe-caldav-dot,[data-theme=outlook] .luxe-carddav-dot{background:#0078d4}[data-theme=outlook] .luxe-caldav-dot.discovery,[data-theme=outlook] .luxe-carddav-dot.discovery{background:#ffb900}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}[type=text],input:where(:not([type])),[type=email],[type=url],[type=password],[type=number],[type=date],[type=datetime-local],[type=month],[type=search],[type=tel],[type=time],[type=week],[multiple],textarea,select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border-color:#6b7280;border-width:1px;border-radius:0;padding:.5rem .75rem;font-size:1rem;line-height:1.5rem;--tw-shadow: 0 0 #0000}[type=text]:focus,input:where(:not([type])):focus,[type=email]:focus,[type=url]:focus,[type=password]:focus,[type=number]:focus,[type=date]:focus,[type=datetime-local]:focus,[type=month]:focus,[type=search]:focus,[type=tel]:focus,[type=time]:focus,[type=week]:focus,[multiple]:focus,textarea:focus,select:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset: var(--tw-empty, );--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: #2563eb;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);border-color:#2563eb}input::-moz-placeholder,textarea::-moz-placeholder{color:#6b7280;opacity:1}input::placeholder,textarea::placeholder{color:#6b7280;opacity:1}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-date-and-time-value{min-height:1.5em;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{padding-top:0;padding-bottom:0}select{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem;-webkit-print-color-adjust:exact;print-color-adjust:exact}[multiple],[size]:where(select:not([size="1"])){background-image:initial;background-position:initial;background-repeat:unset;background-size:initial;padding-right:.75rem;-webkit-print-color-adjust:unset;print-color-adjust:unset}[type=checkbox],[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0;-webkit-print-color-adjust:exact;print-color-adjust:exact;display:inline-block;vertical-align:middle;background-origin:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;flex-shrink:0;height:1rem;width:1rem;color:#2563eb;background-color:#fff;border-color:#6b7280;border-width:1px;--tw-shadow: 0 0 #0000}[type=checkbox]{border-radius:0}[type=radio]{border-radius:100%}[type=checkbox]:focus,[type=radio]:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset: var(--tw-empty, );--tw-ring-offset-width: 2px;--tw-ring-offset-color: #fff;--tw-ring-color: #2563eb;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}[type=checkbox]:checked,[type=radio]:checked{border-color:transparent;background-color:currentColor;background-size:100% 100%;background-position:center;background-repeat:no-repeat}[type=checkbox]:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e")}@media(forced-colors:active){[type=checkbox]:checked{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}[type=radio]:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e")}@media(forced-colors:active){[type=radio]:checked{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}[type=checkbox]:checked:hover,[type=checkbox]:checked:focus,[type=radio]:checked:hover,[type=radio]:checked:focus{border-color:transparent;background-color:currentColor}[type=checkbox]:indeterminate{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");border-color:transparent;background-color:currentColor;background-size:100% 100%;background-position:center;background-repeat:no-repeat}@media(forced-colors:active){[type=checkbox]:indeterminate{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}[type=checkbox]:indeterminate:hover,[type=checkbox]:indeterminate:focus{border-color:transparent;background-color:currentColor}[type=file]{background:unset;border-color:inherit;border-width:0;border-radius:0;padding:0;font-size:unset;line-height:inherit}[type=file]:focus{outline:1px solid ButtonText;outline:1px auto -webkit-focus-ring-color}:root{--rail-width: 64px;--sidebar-width: var(--saved-sidebar-width, 240px);--mail-list-width: var(--saved-emaillist-width, 380px);--sp-1: 4px;--sp-2: 8px;--sp-3: 12px;--sp-4: 16px;--sp-5: 20px;--sp-6: 24px;--sp-8: 32px;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--transition: .15s ease}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--luxe-black);color:var(--luxe-ivory);font-size:14px;line-height:1.5}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--luxe-slate-lighter);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--luxe-ivory-dark)}*{scrollbar-width:thin;scrollbar-color:var(--luxe-slate-lighter) transparent}.container{width:100%}@media(min-width:640px){.container{max-width:640px}}@media(min-width:768px){.container{max-width:768px}}@media(min-width:1024px){.container{max-width:1024px}}@media(min-width:1280px){.container{max-width:1280px}}@media(min-width:1536px){.container{max-width:1536px}}.prose{color:var(--tw-prose-body);max-width:65ch}.prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead);font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}.prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-links);text-decoration:underline;font-weight:500}.prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.prose :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.prose :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.prose :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:disc;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{font-weight:400;color:var(--tw-prose-counters)}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.prose :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.25em}.prose :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.prose :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-style:italic;color:var(--tw-prose-quotes);border-inline-start-width:.25rem;border-inline-start-color:var(--tw-prose-quote-borders);quotes:"“""”""‘""’";margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em}.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:800;font-size:2.25em;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111}.prose :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:900;color:inherit}.prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:700;font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333}.prose :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:800;color:inherit}.prose :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}.prose :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.5em;margin-bottom:.5em;line-height:1.5}.prose :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){display:block;margin-top:2em;margin-bottom:2em}.prose :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-family:inherit;color:var(--tw-prose-kbd);box-shadow:0 0 0 1px var(--tw-prose-kbd-shadows),0 3px 0 var(--tw-prose-kbd-shadows);font-size:.875em;border-radius:.3125rem;padding-top:.1875em;padding-inline-end:.375em;padding-bottom:.1875em;padding-inline-start:.375em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code);font-weight:600;font-size:.875em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:"`"}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"}.prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.prose :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);overflow-x:auto;font-weight:400;font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:.375rem;padding-top:.8571429em;padding-inline-end:1.1428571em;padding-bottom:.8571429em;padding-inline-start:1.1428571em}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:transparent;border-width:0;border-radius:0;padding:0;font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:none}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.prose :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){width:100%;table-layout:auto;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.7142857}.prose :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.prose :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;vertical-align:bottom;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.prose :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.prose :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.prose :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}.prose :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.prose :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.prose :where(th,td):not(:where([class~=not-prose],[class~=not-prose] *)){text-align:start}.prose :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.prose{--tw-prose-body: #374151;--tw-prose-headings: #111827;--tw-prose-lead: #4b5563;--tw-prose-links: #111827;--tw-prose-bold: #111827;--tw-prose-counters: #6b7280;--tw-prose-bullets: #d1d5db;--tw-prose-hr: #e5e7eb;--tw-prose-quotes: #111827;--tw-prose-quote-borders: #e5e7eb;--tw-prose-captions: #6b7280;--tw-prose-kbd: #111827;--tw-prose-kbd-shadows: rgb(17 24 39 / 10%);--tw-prose-code: #111827;--tw-prose-pre-code: #e5e7eb;--tw-prose-pre-bg: #1f2937;--tw-prose-th-borders: #d1d5db;--tw-prose-td-borders: #e5e7eb;--tw-prose-invert-body: #d1d5db;--tw-prose-invert-headings: #fff;--tw-prose-invert-lead: #9ca3af;--tw-prose-invert-links: #fff;--tw-prose-invert-bold: #fff;--tw-prose-invert-counters: #9ca3af;--tw-prose-invert-bullets: #4b5563;--tw-prose-invert-hr: #374151;--tw-prose-invert-quotes: #f3f4f6;--tw-prose-invert-quote-borders: #374151;--tw-prose-invert-captions: #9ca3af;--tw-prose-invert-kbd: #fff;--tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);--tw-prose-invert-code: #fff;--tw-prose-invert-pre-code: #d1d5db;--tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);--tw-prose-invert-th-borders: #4b5563;--tw-prose-invert-td-borders: #374151;font-size:1rem;line-height:1.75}.prose :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(.prose>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(.prose>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}.prose :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.5714286em;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose-sm{font-size:.875rem;line-height:1.7142857}.prose-sm :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em}.prose-sm :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.2857143em;line-height:1.5555556;margin-top:.8888889em;margin-bottom:.8888889em}.prose-sm :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-inline-start:1.1111111em}.prose-sm :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:2.1428571em;margin-top:0;margin-bottom:.8em;line-height:1.2}.prose-sm :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.4285714em;margin-top:1.6em;margin-bottom:.8em;line-height:1.4}.prose-sm :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.2857143em;margin-top:1.5555556em;margin-bottom:.4444444em;line-height:1.5555556}.prose-sm :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.4285714em;margin-bottom:.5714286em;line-height:1.4285714}.prose-sm :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-sm :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;border-radius:.3125rem;padding-top:.1428571em;padding-inline-end:.3571429em;padding-bottom:.1428571em;padding-inline-start:.3571429em}.prose-sm :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em}.prose-sm :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em}.prose-sm :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em}.prose-sm :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;line-height:1.6666667;margin-top:1.6666667em;margin-bottom:1.6666667em;border-radius:.25rem;padding-top:.6666667em;padding-inline-end:1em;padding-bottom:.6666667em;padding-inline-start:1em}.prose-sm :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em;padding-inline-start:1.5714286em}.prose-sm :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em;padding-inline-start:1.5714286em}.prose-sm :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.2857143em;margin-bottom:.2857143em}.prose-sm :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4285714em}.prose-sm :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4285714em}.prose-sm :where(.prose-sm>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5714286em;margin-bottom:.5714286em}.prose-sm :where(.prose-sm>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.prose-sm :where(.prose-sm>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.1428571em}.prose-sm :where(.prose-sm>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.prose-sm :where(.prose-sm>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.1428571em}.prose-sm :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5714286em;margin-bottom:.5714286em}.prose-sm :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em}.prose-sm :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.prose-sm :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.2857143em;padding-inline-start:1.5714286em}.prose-sm :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2.8571429em;margin-bottom:2.8571429em}.prose-sm :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;line-height:1.5}.prose-sm :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:1em;padding-bottom:.6666667em;padding-inline-start:1em}.prose-sm :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-sm :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-sm :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.6666667em;padding-inline-end:1em;padding-bottom:.6666667em;padding-inline-start:1em}.prose-sm :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-sm :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-sm :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-sm :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;line-height:1.3333333;margin-top:.6666667em}.prose-sm :where(.prose-sm>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(.prose-sm>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.luxe-mail-layout{position:relative;display:flex;height:100%;width:100%;overflow:hidden;min-height:0;background:var(--luxe-black)}.luxe-mail-layout.horizontal-split{flex-direction:row}.luxe-list-reading-container{display:flex;flex-direction:column;flex:1 1 0%;min-width:0;min-height:0;height:100%;overflow:hidden}.luxe-horizontal-list-wrapper{position:relative;flex:none;width:100%;height:var(--email-list-height, 300px);min-height:150px;max-height:calc(100% - 150px);border-bottom:1px solid var(--luxe-border);overflow:visible}.luxe-horizontal-list-wrapper .luxe-mail-list-panel{width:100%!important;max-width:none!important;height:100%!important;border-right:none;overflow-y:auto;overflow-x:hidden}.luxe-horizontal-list-wrapper>.luxe-resize-handle{position:absolute!important;inset:auto 0 -6px!important;height:12px!important;width:100%!important;z-index:30;cursor:row-resize!important;display:flex;align-items:center;justify-content:center}.luxe-horizontal-list-wrapper>.luxe-resize-handle .luxe-resize-indicator{width:60px!important;height:4px!important;border-radius:2px;background:var(--luxe-border);opacity:.5;transition:all .15s ease}.luxe-horizontal-list-wrapper>.luxe-resize-handle:hover .luxe-resize-indicator,.luxe-horizontal-list-wrapper>.luxe-resize-handle.dragging .luxe-resize-indicator{opacity:1;background:var(--luxe-gold)}.luxe-mail-layout.horizontal-split .luxe-reading-pane-wrapper{flex:1 1 0%;min-height:150px}.luxe-mail-layout.horizontal-split .luxe-mail-item{padding:6px 12px;gap:10px;align-items:center}.luxe-mail-layout.horizontal-split .luxe-mail-avatar{width:26px;height:26px;font-size:10px}.luxe-mail-layout.horizontal-split .luxe-mail-content{flex-direction:row;flex-wrap:nowrap;align-items:center;gap:8px}.luxe-mail-layout.horizontal-split .luxe-mail-top-row{flex:0 0 160px;max-width:160px;order:1}.luxe-mail-layout.horizontal-split .luxe-mail-sender{font-size:12px}.luxe-mail-layout.horizontal-split .luxe-mail-subject{flex:1 1 0%;min-width:0;font-size:12px;font-weight:400;color:var(--luxe-ivory-muted);order:2}.luxe-mail-layout.horizontal-split .luxe-mail-item.unread .luxe-mail-subject{font-weight:500;color:var(--luxe-ivory)}.luxe-mail-layout.horizontal-split .luxe-mail-preview,.luxe-mail-layout.horizontal-split .luxe-mail-meta{display:none}.luxe-mail-layout.horizontal-split .luxe-unread-dot{left:4px}.luxe-mail-layout.two-column .luxe-sidebar{display:none!important}.luxe-mail-layout.two-column .luxe-mail-list-panel{min-width:320px;max-width:500px}.luxe-mail-layout.compact .luxe-mail-list-panel{flex:1 1 0%;width:100%!important;max-width:none!important;min-width:0!important;border-right:none}.luxe-mail-layout.\!compact .luxe-mail-list-panel{flex:1 1 0%!important;width:100%!important;max-width:none!important;min-width:0!important;border-right:none!important}.luxe-reading-overlay-backdrop{position:fixed;inset:0;z-index:40;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.luxe-reading-overlay{position:fixed;inset:0;z-index:50;background:var(--luxe-black);display:flex;flex-direction:column;min-height:0}.luxe-reading-pane-wrapper{flex:1 1 0%;display:flex;flex-direction:column;height:100%;min-width:0;min-height:0;position:relative;overflow:hidden;background:var(--luxe-black)}.luxe-empty-state{text-align:center;padding:2rem}.luxe-resize-handle{position:absolute;z-index:10;background:transparent;transition:background .15s ease}.luxe-resize-handle:hover,.luxe-resize-handle.dragging{background:var(--luxe-gold-subtle)}.luxe-resize-indicator{background:var(--luxe-border);border-radius:2px;opacity:0;transition:opacity .15s ease}.luxe-resize-handle:hover .luxe-resize-indicator,.luxe-resize-handle.dragging .luxe-resize-indicator{opacity:1}@media(max-width:767px){.luxe-horizontal-list-wrapper{height:auto!important;max-height:none!important;flex:1;border-bottom:none}.luxe-mail-layout.horizontal-split .luxe-mail-list-panel,.luxe-mail-layout.two-column .luxe-mail-list-panel,.luxe-mail-layout.compact .luxe-mail-list-panel{width:100%!important;max-width:none!important;height:auto!important;flex:1}.luxe-mail-layout.two-column .luxe-sidebar{display:flex!important}.luxe-list-reading-container{flex:1;width:100%}.luxe-reading-pane-wrapper{position:fixed;inset:0;z-index:20;flex:none;width:100%;height:100%;min-height:0}.luxe-mail-layout.\!compact .luxe-mail-list-panel{width:100%!important;max-width:none!important;height:auto!important;flex:1!important}}.luxe-rail{width:64px;flex-shrink:0;background:var(--luxe-rail-gradient);border-right:1px solid var(--luxe-border);display:flex;flex-direction:column;align-items:center;padding:var(--sp-4) var(--sp-2);gap:var(--sp-1)}.luxe-rail-logo{margin-bottom:24px;display:flex;height:40px;width:40px;align-items:center;justify-content:center;border-radius:8px;background:linear-gradient(135deg,var(--luxe-hunter) 0%,var(--luxe-hunter-dark) 100%);box-shadow:var(--luxe-shadow-sm),inset 0 1px #ffffff1a}.luxe-rail-logo svg{height:20px;width:20px;color:var(--luxe-gold)}.luxe-rail-btn{display:flex;height:48px;width:48px;cursor:pointer;flex-direction:column;align-items:center;justify-content:center;gap:2px;border-radius:8px;background:transparent;border:none;color:var(--luxe-ivory-dark);transition:var(--transition);position:relative}.luxe-rail-btn:hover{background:var(--luxe-slate-light);color:var(--luxe-ivory-muted)}.luxe-rail-btn.active{background:var(--luxe-gold-subtle);color:var(--luxe-gold)}.luxe-rail-btn.active:before{content:"";position:absolute;left:0;top:10px;bottom:10px;width:3px;background:var(--luxe-gold);border-radius:0 2px 2px 0}.luxe-rail-btn svg{height:20px;width:20px}.luxe-rail-btn-label{font-size:9px;font-weight:500;text-transform:uppercase;letter-spacing:.025em}.luxe-rail-avatar{display:flex;height:36px;width:36px;cursor:pointer;align-items:center;justify-content:center;border-radius:9999px;font-size:11px;line-height:16px;font-weight:600;background:linear-gradient(135deg,var(--luxe-hunter) 0%,var(--luxe-hunter-dark) 100%);border:2px solid var(--luxe-gold);color:#fff;transition:var(--transition)}.luxe-rail-avatar:hover{box-shadow:var(--luxe-shadow-glow)}.luxe-sidebar{position:relative;display:flex;height:100%;flex-shrink:0;flex-direction:column;overflow:hidden;width:var(--saved-sidebar-width, 240px);min-width:180px;max-width:400px;background:var(--luxe-charcoal);border-right:1px solid var(--luxe-border)}.luxe-sidebar-header{padding:var(--sp-4)}.luxe-compose-btn{display:flex;width:100%;cursor:pointer;align-items:center;justify-content:center;gap:8px;border-radius:8px;padding:12px 16px;font-size:13px;line-height:18px;font-weight:600;background:linear-gradient(135deg,var(--luxe-hunter) 0%,var(--luxe-hunter-dark) 100%);color:#fff;border:1px solid var(--luxe-hunter-light);box-shadow:var(--luxe-shadow-sm);transition:var(--transition)}.luxe-compose-btn:hover{background:linear-gradient(135deg,var(--luxe-hunter-light) 0%,var(--luxe-hunter) 100%);box-shadow:var(--luxe-shadow-md),var(--luxe-shadow-glow)}.luxe-compose-btn svg{height:16px;width:16px}.luxe-folder-list{flex:1 1 0%;overflow-y:auto;padding:var(--sp-2) var(--sp-3)}.luxe-folder-group{margin-bottom:var(--sp-5)}.luxe-folder-group-title{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--luxe-ivory-dark);padding:var(--sp-2) var(--sp-3);margin-bottom:var(--sp-1)}.luxe-folder-item{display:flex;cursor:pointer;align-items:center;gap:12px;border-radius:4px;padding:8px 12px;border-left:2px solid transparent;transition:var(--transition);margin-bottom:1px}.luxe-folder-item:hover{background:var(--luxe-slate-light)}.luxe-folder-item.active{background:var(--luxe-selected);border-left-color:var(--luxe-gold)}.luxe-folder-item.active .luxe-folder-icon,.luxe-folder-item.active .luxe-folder-name{color:var(--luxe-gold)}.luxe-folder-icon{height:16px;width:16px;flex-shrink:0;color:var(--luxe-ivory-dark)}.luxe-folder-name{flex:1 1 0%;font-size:13px;line-height:18px;font-weight:500;color:var(--luxe-ivory-muted)}.luxe-folder-count{border-radius:9999px;padding:2px 8px;font-size:11px;line-height:16px;font-weight:600;color:var(--luxe-ivory-dark);background:var(--luxe-slate)}.luxe-folder-item.active .luxe-folder-count{background:var(--luxe-gold);color:var(--luxe-black)}.luxe-mail-list-panel{position:relative;display:flex;height:100%;flex-shrink:0;flex-direction:column;overflow:hidden;width:var(--saved-emaillist-width, 380px);min-width:280px;max-width:600px;background:var(--luxe-slate);border-right:1px solid var(--luxe-border)}.luxe-search-section{padding:var(--sp-4);border-bottom:1px solid var(--luxe-border);background:var(--luxe-charcoal)}.luxe-search-box{position:relative;margin-bottom:var(--sp-2)}.luxe-search-input{width:100%;border-radius:8px;padding:12px 80px 12px 40px;font-size:13px;line-height:18px;background:var(--luxe-slate);border:1px solid var(--luxe-border-light);color:var(--luxe-ivory);transition:var(--transition)}.luxe-search-input:focus{outline:none;border-color:var(--luxe-gold);background:var(--luxe-slate-light);box-shadow:0 0 0 3px #c9a55c1a}.luxe-search-input::-moz-placeholder{color:var(--luxe-ivory-dark)}.luxe-search-input::placeholder{color:var(--luxe-ivory-dark)}.luxe-search-icon{pointer-events:none;position:absolute;left:12px;top:50%;height:16px;width:16px;--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));color:var(--luxe-ivory-dark)}.luxe-mail-list-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid var(--luxe-border);background:var(--luxe-charcoal)}.luxe-mail-list-title{font-size:14px;line-height:20px;font-weight:600;color:var(--luxe-ivory)}.luxe-mail-list-count{font-size:11px;line-height:16px;color:var(--luxe-ivory-dark)}.luxe-mail-list{flex:1 1 0%;overflow-y:auto}.luxe-mail-item{position:relative;display:flex;cursor:pointer;align-items:flex-start;gap:12px;padding:12px 16px;border-bottom:1px solid var(--luxe-border);border-left:3px solid transparent;background:transparent;transition:var(--transition)}.luxe-mail-item:hover{background:var(--luxe-slate-light)}.luxe-mail-item.active,.luxe-mail-item.active:hover{background:var(--luxe-selected)}.luxe-mail-item.unread{background:#ffffff05;border-left-color:var(--luxe-gold)}.luxe-mail-item.unread .luxe-mail-sender,.luxe-mail-item.unread .luxe-mail-subject{font-weight:600;color:var(--luxe-ivory)}.luxe-mail-item.unread .luxe-unread-dot{display:block}.luxe-mail-item:hover .luxe-mail-checkbox,.luxe-mail-avatar{display:flex;height:36px;width:36px;flex-shrink:0;align-items:center;justify-content:center;border-radius:4px;font-size:11px;line-height:16px;font-weight:600;background:#ffffff1a}.luxe-mail-content{display:flex;min-width:0px;flex:1 1 0%;flex-direction:column;gap:2px}.luxe-reading-pane{display:flex;height:100%;width:100%;flex:1 1 0%;flex-direction:column;overflow:hidden;background:var(--luxe-black);min-width:0}.luxe-reading-header{flex-shrink:0;padding:20px;background:var(--luxe-charcoal);border-bottom:1px solid var(--luxe-border)}.luxe-reading-subject{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-right:16px;font-size:20px;line-height:28px;font-weight:600;color:var(--luxe-ivory);letter-spacing:-.02em}.luxe-reading-sender-row{margin-top:16px;display:flex;align-items:flex-start;gap:16px}.luxe-reading-avatar{display:flex;height:40px;width:40px;flex-shrink:0;align-items:center;justify-content:center;border-radius:8px;font-size:13px;line-height:18px;font-weight:600;background:#ffffff1a}.luxe-reading-sender-name{font-size:13px;line-height:18px;font-weight:600;color:var(--luxe-ivory)}.luxe-reading-sender-email{font-size:13px;line-height:18px;color:var(--luxe-ivory-dark)}.luxe-reading-recipients{margin-top:2px;font-size:11px;line-height:16px;color:var(--luxe-ivory-dark)}.luxe-reading-date{margin-left:auto;flex-shrink:0;text-align:right;font-size:11px;line-height:16px;color:var(--luxe-ivory-dark)}.luxe-reading-actions{margin-top:16px;display:flex;flex-wrap:wrap;align-items:center;gap:4px}.luxe-action-btn{display:flex;height:32px;cursor:pointer;align-items:center;justify-content:center;gap:8px;border-radius:4px;padding-left:12px;padding-right:12px;font-size:11px;line-height:16px;font-weight:500;background:var(--luxe-slate-light);border:1px solid var(--luxe-border-light);color:var(--luxe-ivory-dark);transition:var(--transition)}.luxe-action-btn:hover{background:var(--luxe-hover);color:var(--luxe-ivory-muted)}.luxe-action-btn.primary{background:var(--luxe-gold);border-color:var(--luxe-gold);color:var(--luxe-black)}.luxe-action-btn.primary:hover{background:var(--luxe-gold-light)}.luxe-action-btn.primary.active{background:var(--luxe-gold-light);box-shadow:0 0 0 2px #c9a55c4d}.luxe-action-btn.warning{color:#f59e0b}.luxe-action-btn.danger{color:var(--luxe-error)}.luxe-action-btn.danger:hover{background:#ef444426}.luxe-action-btn svg{height:16px;width:16px}.luxe-action-divider{margin-left:4px;margin-right:4px;height:20px;width:1px;background:var(--luxe-border-light)}.luxe-reading-body{flex:1 1 0%;overflow-y:auto;padding:20px}.luxe-reading-skeleton>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(12px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(12px * var(--tw-space-y-reverse))}.luxe-skeleton-line{height:16px;border-radius:6px;background:var(--luxe-slate-light);animation:pulse 1.5s ease-in-out infinite}.luxe-reading-empty{color:var(--luxe-ivory-dark);font-style:italic}.luxe-reading-attachments{margin-top:20px;border-radius:8px;padding:16px;background:var(--luxe-charcoal);border:1px solid var(--luxe-border)}.luxe-attachments-header{margin-bottom:12px;display:flex;align-items:center;gap:8px;font-size:11px;line-height:16px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--luxe-ivory-dark)}.luxe-attachments-header svg{color:var(--luxe-gold)}.luxe-attachments-list{display:flex;flex-wrap:wrap;gap:8px}.luxe-attachment-item{display:flex;cursor:pointer;align-items:center;gap:8px;border-radius:4px;padding:8px 12px;background:var(--luxe-slate);border:1px solid var(--luxe-border-light);transition:var(--transition)}.luxe-attachment-item:hover{border-color:var(--luxe-gold)}.luxe-popover{position:absolute;right:0;top:100%;z-index:50;margin-top:4px;min-width:220px;overflow:hidden;border-radius:8px;background:var(--luxe-charcoal);border:1px solid var(--luxe-border);box-shadow:var(--luxe-shadow-lg)}.luxe-popover-header{padding:12px;background:var(--luxe-slate);border-bottom:1px solid var(--luxe-border);color:var(--luxe-ivory)}.luxe-popover-item{display:flex;width:100%;cursor:pointer;align-items:center;gap:12px;padding:12px;text-align:left;font-size:13px;line-height:18px;color:var(--luxe-ivory-muted);transition:var(--transition)}.luxe-popover-item:hover{background:var(--luxe-slate-light);color:var(--luxe-ivory)}.luxe-toolbar-btn{display:flex;height:36px;cursor:pointer;align-items:center;justify-content:center;gap:8px;border-radius:4px;padding-left:12px;padding-right:12px;font-size:11px;line-height:16px;font-weight:500;background:transparent;border:1px solid transparent;color:var(--luxe-ivory-dark);transition:var(--transition)}.luxe-toolbar-btn:hover{background:var(--luxe-slate-light);border-color:var(--luxe-border-light);color:var(--luxe-ivory-muted)}.luxe-toolbar-btn.active{background:var(--luxe-gold-subtle);border-color:var(--luxe-gold);color:var(--luxe-gold)}.luxe-toolbar-btn svg{height:16px;width:16px}.luxe-toolbar-btn.icon-only{width:36px;padding-left:0;padding-right:0}.luxe-reading-content{display:flex;flex:1 1 0%;flex-direction:column;overflow-y:auto}.luxe-inline-reply{padding:20px;background:var(--luxe-charcoal);border-bottom:1px solid var(--luxe-border);flex-shrink:0}.luxe-reply-header{margin-bottom:16px;display:flex;align-items:center;justify-content:space-between}.luxe-reply-textarea{min-height:150px;width:100%;resize:none;padding:16px;font-size:14px;line-height:20px;line-height:1.625;background:transparent;border:none;color:var(--luxe-ivory);outline:none}.luxe-reply-textarea::-moz-placeholder{color:var(--luxe-ivory-dark)}.luxe-reply-textarea::placeholder{color:var(--luxe-ivory-dark)}.luxe-reply-actions{display:flex;gap:8px}.luxe-btn{display:flex;cursor:pointer;align-items:center;gap:8px;border-radius:4px;padding:8px 16px;font-size:13px;line-height:18px;font-weight:500;transition:var(--transition)}.luxe-btn-secondary,.luxe-btn.secondary{background:transparent;border:1px solid var(--luxe-border-light);color:var(--luxe-ivory-muted)}.luxe-btn-secondary:hover,.luxe-btn.secondary:hover{background:var(--luxe-hover)}.luxe-btn-primary,.luxe-btn.primary{background:var(--luxe-gold);border:none;color:var(--luxe-black)}.luxe-btn-primary:hover,.luxe-btn.primary:hover{background:var(--luxe-gold-light)}.luxe-btn svg{height:16px;width:16px}.luxe-attachments-grid{display:flex;flex-wrap:wrap;gap:8px}.luxe-attachment-info{display:flex;flex-direction:column}.luxe-attachment-name{font-size:11px;line-height:16px;font-weight:500;color:var(--luxe-ivory)}.luxe-attachment-size{font-size:10px;color:var(--luxe-ivory-dark)}.luxe-compose-title{font-size:16px;line-height:24px;font-weight:600;color:var(--luxe-ivory)}.luxe-compose-field{display:flex;align-items:center;padding:12px 20px;border-bottom:1px solid var(--luxe-border)}.luxe-compose-field:last-child{border-bottom:none}.luxe-compose-body{flex:1 1 0%;overflow-y:auto;padding:20px;background:var(--luxe-black)}.luxe-compose-footer{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:var(--luxe-charcoal);border-top:1px solid var(--luxe-border)}.luxe-resize-handle{position:absolute;top:0;right:0;z-index:10;height:100%;width:4px;cursor:col-resize;background:transparent;transition:var(--transition)}.luxe-resize-handle:hover,.luxe-resize-handle.active{background:var(--luxe-gold)}.luxe-compose-pane{display:flex;height:100%;width:100%;flex:1 1 0%;flex-direction:column;overflow:hidden;background:var(--luxe-black);min-width:0}.luxe-compose-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:var(--luxe-charcoal);border-bottom:1px solid var(--luxe-border)}.luxe-compose-close{display:flex;height:32px;width:32px;cursor:pointer;align-items:center;justify-content:center;border-radius:4px;background:transparent;border:none;color:var(--luxe-ivory-dark);transition:var(--transition)}.luxe-compose-close:hover{background:var(--luxe-slate-light);color:var(--luxe-ivory-muted)}.luxe-compose-toggle{cursor:pointer;border-radius:4px;padding:4px 8px;font-size:11px;line-height:16px;font-weight:500;background:var(--luxe-slate-light);border:1px solid var(--luxe-border-light);color:var(--luxe-ivory-dark);transition:var(--transition)}.luxe-compose-toggle:hover{background:var(--luxe-hover);color:var(--luxe-ivory-muted)}.luxe-compose-remove-field{display:flex;height:28px;width:28px;cursor:pointer;align-items:center;justify-content:center;border-radius:4px;background:transparent;border:none;color:var(--luxe-ivory-dark);transition:var(--transition)}.luxe-compose-remove-field:hover{background:var(--luxe-slate-light);color:var(--luxe-error)}.luxe-compose-subject{display:flex;align-items:center;padding:12px 20px;background:var(--luxe-charcoal);border-bottom:1px solid var(--luxe-border)}.luxe-compose-subject label{width:64px;flex-shrink:0;font-size:13px;line-height:18px;font-weight:500;color:var(--luxe-ivory-dark)}.luxe-compose-attachments{padding:16px;background:var(--luxe-charcoal);border-bottom:1px solid var(--luxe-border)}.luxe-compose-attachments label{margin-bottom:12px;display:block;font-size:11px;line-height:16px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--luxe-ivory-dark)}.luxe-attachment-chip{display:flex;align-items:center;gap:8px;border-radius:4px;padding:8px 12px;background:var(--luxe-slate);border:1px solid var(--luxe-border-light)}.luxe-attachment-inline{border-radius:4px;padding-top:2px;padding-bottom:2px;padding-left:.375rem;padding-right:.375rem;font-size:9px;font-weight:600;text-transform:uppercase;background:var(--luxe-gold-subtle);color:var(--luxe-gold)}.luxe-attachment-remove{margin-left:4px;display:flex;height:20px;width:20px;cursor:pointer;align-items:center;justify-content:center;border-radius:4px;background:transparent;border:none;color:var(--luxe-ivory-dark);transition:var(--transition)}.luxe-attachment-remove:hover{background:#ef44441a;color:var(--luxe-error)}.luxe-compose-error{margin-bottom:16px;border-radius:8px;padding:12px 16px;font-size:13px;line-height:18px;background:#ef44441a;border:1px solid rgba(239,68,68,.3);color:#f87171}.luxe-compose-field-actions{margin-left:12px;display:flex;gap:4px}.luxe-input{flex:1 1 0%;border-style:none;background-color:transparent;font-size:14px;line-height:20px;outline:2px solid transparent;outline-offset:2px;color:var(--luxe-ivory)}.luxe-input::-moz-placeholder{color:var(--luxe-ivory-dark)}.luxe-input::placeholder{color:var(--luxe-ivory-dark)}.btn-primary{display:flex;cursor:pointer;align-items:center;gap:8px;border-radius:4px;padding:8px 16px;font-size:13px;line-height:18px;font-weight:500;transition:var(--transition)}.btn-primary.secondary{background:transparent;border:1px solid var(--luxe-border-light);color:var(--luxe-ivory-muted)}.btn-primary.secondary:hover{background:var(--luxe-hover)}.btn-primary,.btn-primary.primary{background:var(--luxe-gold);border:none;color:var(--luxe-black)}.btn-primary:hover,.btn-primary.primary:hover{background:var(--luxe-gold-light)}.btn-primary svg{height:16px;width:16px}[data-theme=outlook] .btn-primary{background:#0078d4;border-radius:4px;color:#fff}[data-theme=outlook] .btn-primary:hover{background:#106ebe}[data-theme=outlook] .btn-primary.primary{background:#0078d4;color:#fff;border-radius:4px}[data-theme=outlook] .btn-primary.primary:hover{background:#106ebe}.btn-secondary{display:flex;cursor:pointer;align-items:center;gap:8px;border-radius:4px;padding:8px 16px;font-size:13px;line-height:18px;font-weight:500;transition:var(--transition);background:transparent;border:1px solid var(--luxe-border-light);color:var(--luxe-ivory-muted)}.btn-secondary.secondary{background:transparent;border:1px solid var(--luxe-border-light);color:var(--luxe-ivory-muted)}.btn-secondary:hover,.btn-secondary.secondary:hover{background:var(--luxe-hover)}.btn-secondary.primary{background:var(--luxe-gold);border:none;color:var(--luxe-black)}.btn-secondary.primary:hover{background:var(--luxe-gold-light)}.btn-secondary svg{height:16px;width:16px}[data-theme=outlook] .btn-secondary{background:#fff;border:1px solid #edebe9;color:#323130;border-radius:4px}[data-theme=outlook] .btn-secondary:hover{background:#f3f2f1}[data-theme=outlook] .btn-secondary.primary{background:#0078d4;color:#fff;border-radius:4px}[data-theme=outlook] .btn-secondary.primary:hover{background:#106ebe}.modal-backdrop{position:fixed;inset:0;z-index:40;background:#09090bcc;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-container{position:fixed;inset:0;z-index:50;display:flex;align-items:center;justify-content:center;padding:24px}.modal-content{width:100%;max-width:28rem;border-radius:16px;padding:32px;background:var(--luxe-charcoal);box-shadow:var(--luxe-shadow-lg)}.modal-header{margin-bottom:8px;font-size:24px;line-height:32px;font-weight:600;color:var(--luxe-ivory)}.context-menu-item.destructive{color:var(--luxe-error)}.context-menu-item.destructive:hover{background:#ef44441a}.skeleton{border-radius:6px;background:var(--luxe-slate-lighter);animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.luxe-form-section{margin-bottom:24px}.luxe-form-section:last-child{margin-bottom:0}.luxe-form-grid{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.luxe-form-stack{display:flex;flex-direction:column;gap:12px}.luxe-field{display:flex;flex-direction:column;gap:4px}.luxe-field label{font-size:11px;line-height:16px;font-weight:500;color:var(--luxe-ivory-muted)}.luxe-field input,.luxe-field select,.luxe-field textarea{border-radius:8px;padding:8px 12px;font-size:13px;line-height:18px;background:var(--luxe-slate);border:1px solid var(--luxe-border);color:var(--luxe-ivory);transition:var(--transition)}.luxe-field input:focus,.luxe-field select:focus,.luxe-field textarea:focus{outline:none;border-color:var(--luxe-gold);box-shadow:0 0 0 2px var(--luxe-gold-subtle)}.luxe-field input::-moz-placeholder,.luxe-field textarea::-moz-placeholder{color:var(--luxe-ivory-dark)}.luxe-field input::placeholder,.luxe-field textarea::placeholder{color:var(--luxe-ivory-dark)}.luxe-inline-input{border-radius:6px;padding:4px 8px;font-size:13px;line-height:18px;background:transparent;border:1px solid transparent;color:var(--luxe-ivory);transition:var(--transition)}.luxe-inline-input:hover{background:var(--luxe-hover)}.luxe-inline-input:focus{outline:none;background:var(--luxe-slate);border-color:var(--luxe-gold)}.luxe-form-field{display:flex;flex-direction:column;gap:4px}.luxe-form-field label{font-size:11px;line-height:16px;font-weight:500;color:var(--luxe-ivory-muted)}.luxe-form-field input,.luxe-form-field select,.luxe-form-field textarea{border-radius:8px;padding:8px 12px;font-size:13px;line-height:18px;background:var(--luxe-slate);border:1px solid var(--luxe-border);color:var(--luxe-ivory);transition:var(--transition)}.luxe-form-field input:focus,.luxe-form-field select:focus,.luxe-form-field textarea:focus{outline:none;border-color:var(--luxe-gold);box-shadow:0 0 0 2px var(--luxe-gold-subtle)}.luxe-section-title{margin-bottom:12px;font-size:11px;line-height:16px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--luxe-ivory-muted)}.luxe-section-header{margin-bottom:8px;display:flex;align-items:center;justify-content:space-between;padding:8px 12px;border-bottom:1px solid var(--luxe-border)}.luxe-section-header h3,.luxe-section-header h4{font-size:13px;line-height:18px;font-weight:600;color:var(--luxe-ivory)}.luxe-section-items{display:flex;flex-direction:column;gap:4px}.luxe-detail-section{padding:16px 20px;border-bottom:1px solid var(--luxe-border)}.luxe-detail-section:last-child{border-bottom:none}.luxe-detail-section h4{margin-bottom:12px;font-size:11px;line-height:16px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--luxe-ivory-muted)}.luxe-toolbar-group{display:flex;align-items:center;gap:4px;padding-right:var(--sp-2);margin-right:var(--sp-2);border-right:1px solid var(--luxe-border)}.luxe-toolbar-group:last-child{border-right:none;padding-right:0;margin-right:0}.luxe-batch-action-btn{display:flex;align-items:center;gap:8px;border-radius:8px;padding-left:12px;padding-right:12px;padding-top:.375rem;padding-bottom:.375rem;font-size:13px;line-height:18px;font-weight:500;background:var(--luxe-slate);color:var(--luxe-ivory);border:1px solid var(--luxe-border);transition:var(--transition);cursor:pointer}.luxe-batch-action-btn:hover{background:var(--luxe-slate-light);border-color:var(--luxe-border-light)}.luxe-batch-action-btn:disabled{opacity:.5;cursor:not-allowed}.luxe-batch-action-btn.danger{color:var(--luxe-error)}.luxe-batch-action-btn.danger:hover{background:#a4262c1a}.luxe-batch-action-btn.primary{background:var(--luxe-gold);color:#fff;border-color:var(--luxe-gold)}.luxe-batch-action-btn.primary:hover{background:var(--luxe-gold-light)}.luxe-modal-overlay{position:fixed;inset:0;z-index:50;display:flex;align-items:center;justify-content:center;background:#00000080;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.luxe-modal{position:relative;overflow:hidden;border-radius:12px;background:var(--luxe-charcoal);border:1px solid var(--luxe-border);box-shadow:var(--luxe-shadow-lg);max-width:90vw;max-height:90vh}.luxe-modal.sm{width:400px}.luxe-modal.md{width:560px}.luxe-modal.lg{width:720px}.luxe-modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid var(--luxe-border)}.luxe-modal-title{font-size:18px;line-height:28px;font-weight:600;color:var(--luxe-ivory)}.luxe-modal-body{overflow-y:auto;padding:16px;max-height:calc(90vh - 140px)}.luxe-info-card{border-radius:12px;padding:16px;background:var(--luxe-slate);border:1px solid var(--luxe-border)}.luxe-info-card.clickable{cursor:pointer;transition:var(--transition)}.luxe-info-card.clickable:hover{border-color:var(--luxe-gold-border);box-shadow:var(--luxe-shadow-sm)}.luxe-info-content{display:flex;flex-direction:column;gap:8px}.luxe-info-content h4{font-size:13px;line-height:18px;font-weight:600;color:var(--luxe-ivory)}.luxe-info-content p{font-size:13px;line-height:18px;color:var(--luxe-ivory-muted)}.luxe-info-label{font-size:11px;line-height:16px;color:var(--luxe-ivory-dark)}.luxe-info-value{font-size:13px;line-height:18px;font-weight:500;color:var(--luxe-ivory)}.luxe-stat-card .\!value,.luxe-stat-card .value{font-size:24px;line-height:32px;font-weight:700}.luxe-stat-card .\!value{color:var(--luxe-gold)!important}.luxe-stat-card .value{color:var(--luxe-gold)}.luxe-stat-card .label{margin-top:4px;font-size:11px;line-height:16px;text-transform:uppercase;letter-spacing:.05em;color:var(--luxe-ivory-muted)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.visible{visibility:visible}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{inset:0}.bottom-0{bottom:0}.bottom-4{bottom:16px}.bottom-6{bottom:24px}.bottom-full{bottom:100%}.left-0{left:0}.left-1\/2{left:50%}.left-3{left:12px}.left-4{left:16px}.left-6{left:24px}.right-0{right:0}.right-2{right:8px}.right-3{right:12px}.right-4{right:16px}.right-6{right:24px}.top-0{top:0}.top-1\/2{top:50%}.top-2{top:8px}.top-4{top:16px}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.z-\[60\]{z-index:60}.z-\[9999\]{z-index:9999}.col-span-2{grid-column:span 2 / span 2}.col-span-full{grid-column:1 / -1}.-mx-4{margin-left:-16px;margin-right:-16px}.mx-4{margin-left:16px;margin-right:16px}.mx-auto{margin-left:auto;margin-right:auto}.mb-1{margin-bottom:4px}.mb-2{margin-bottom:8px}.mb-3{margin-bottom:12px}.mb-4{margin-bottom:16px}.mb-5{margin-bottom:20px}.mb-6{margin-bottom:24px}.mb-8{margin-bottom:32px}.ml-1{margin-left:4px}.ml-2{margin-left:8px}.ml-auto{margin-left:auto}.mr-0\.5{margin-right:2px}.mr-2{margin-right:8px}.mt-0\.5{margin-top:2px}.mt-1{margin-top:4px}.mt-2{margin-top:8px}.mt-3{margin-top:12px}.mt-4{margin-top:16px}.mt-6{margin-top:24px}.mt-8{margin-top:32px}.block{display:block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.table-row{display:table-row}.grid{display:grid}.contents{display:contents}.hidden{display:none}.aspect-video{aspect-ratio:16 / 9}.h-1\.5{height:.375rem}.h-10{height:40px}.h-12{height:48px}.h-16{height:64px}.h-2{height:8px}.h-3{height:12px}.h-4{height:16px}.h-5{height:20px}.h-6{height:24px}.h-64{height:16rem}.h-8{height:32px}.h-full{height:100%}.h-px{height:1px}.max-h-80{max-height:20rem}.max-h-\[600px\]{max-height:600px}.max-h-\[80vh\]{max-height:80vh}.max-h-\[90vh\]{max-height:90vh}.max-h-full{max-height:100%}.min-h-\[150px\]{min-height:150px}.min-h-screen{min-height:100vh}.w-1\.5{width:.375rem}.w-10{width:40px}.w-11{width:44px}.w-12{width:48px}.w-16{width:64px}.w-2{width:8px}.w-2\.5{width:.625rem}.w-2\/3{width:66.666667%}.w-20{width:80px}.w-24{width:96px}.w-3{width:12px}.w-3\/4{width:75%}.w-4{width:16px}.w-4\/5{width:80%}.w-40{width:10rem}.w-5\/6{width:83.333333%}.w-6{width:24px}.w-8{width:32px}.w-80{width:20rem}.w-full{width:100%}.min-w-0{min-width:0px}.min-w-\[320px\]{min-width:320px}.min-w-max{min-width:-moz-max-content;min-width:max-content}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-6xl{max-width:72rem}.max-w-\[85vw\]{max-width:85vw}.max-w-full{max-width:100%}.max-w-lg{max-width:32rem}.max-w-md{max-width:28rem}.max-w-none{max-width:none}.max-w-xs{max-width:20rem}.flex-1{flex:1 1 0%}.flex-shrink{flex-shrink:1}.flex-shrink-0{flex-shrink:0}.flex-grow{flex-grow:1}.border-collapse{border-collapse:collapse}.-translate-x-1\/2{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.cursor-default{cursor:default}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.select-all{-webkit-user-select:all;-moz-user-select:all;user-select:all}.resize{resize:both}.list-inside{list-style-position:inside}.list-decimal{list-style-type:decimal}.list-disc{list-style-type:disc}.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.items-stretch{align-items:stretch}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-0\.5{gap:2px}.gap-1{gap:4px}.gap-1\.5{gap:.375rem}.gap-2{gap:8px}.gap-3{gap:12px}.gap-4{gap:16px}.gap-6{gap:24px}.gap-8{gap:32px}.space-y-0\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2px * var(--tw-space-y-reverse))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(4px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(4px * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(8px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(8px * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(12px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(12px * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(16px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(16px * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(24px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(24px * var(--tw-space-y-reverse))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.divide-slate-100>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(241 245 249 / var(--tw-divide-opacity, 1))}.divide-slate-200>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(226 232 240 / var(--tw-divide-opacity, 1))}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-nowrap{white-space:nowrap}.rounded{border-radius:6px}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:12px}.rounded-sm{border-radius:4px}.rounded-xl{border-radius:16px}.rounded-l-lg{border-top-left-radius:12px;border-bottom-left-radius:12px}.rounded-r-lg{border-top-right-radius:12px;border-bottom-right-radius:12px}.border{border-width:1px}.border-2{border-width:2px}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-l{border-left-width:1px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-amber-200{--tw-border-opacity: 1;border-color:rgb(253 230 138 / var(--tw-border-opacity, 1))}.border-blue-200{--tw-border-opacity: 1;border-color:rgb(191 219 254 / var(--tw-border-opacity, 1))}.border-blue-500{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1))}.border-blue-600{--tw-border-opacity: 1;border-color:rgb(37 99 235 / var(--tw-border-opacity, 1))}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.border-green-200{--tw-border-opacity: 1;border-color:rgb(187 247 208 / var(--tw-border-opacity, 1))}.border-green-300{--tw-border-opacity: 1;border-color:rgb(134 239 172 / var(--tw-border-opacity, 1))}.border-green-400{--tw-border-opacity: 1;border-color:rgb(74 222 128 / var(--tw-border-opacity, 1))}.border-red-200{--tw-border-opacity: 1;border-color:rgb(254 202 202 / var(--tw-border-opacity, 1))}.border-red-300{--tw-border-opacity: 1;border-color:rgb(252 165 165 / var(--tw-border-opacity, 1))}.border-red-400{--tw-border-opacity: 1;border-color:rgb(248 113 113 / var(--tw-border-opacity, 1))}.border-red-500{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity, 1))}.border-refined-blue{--tw-border-opacity: 1;border-color:rgb(74 111 165 / var(--tw-border-opacity, 1))}.border-slate-100{--tw-border-opacity: 1;border-color:rgb(241 245 249 / var(--tw-border-opacity, 1))}.border-slate-200{--tw-border-opacity: 1;border-color:rgb(226 232 240 / var(--tw-border-opacity, 1))}.border-slate-300{--tw-border-opacity: 1;border-color:rgb(203 213 225 / var(--tw-border-opacity, 1))}.border-transparent{border-color:transparent}.border-yellow-200{--tw-border-opacity: 1;border-color:rgb(254 240 138 / var(--tw-border-opacity, 1))}.border-t-transparent{border-top-color:transparent}.bg-amber-100{--tw-bg-opacity: 1;background-color:rgb(254 243 199 / var(--tw-bg-opacity, 1))}.bg-amber-50{--tw-bg-opacity: 1;background-color:rgb(255 251 235 / var(--tw-bg-opacity, 1))}.bg-amber-500{--tw-bg-opacity: 1;background-color:rgb(245 158 11 / var(--tw-bg-opacity, 1))}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.bg-black\/50{background-color:#00000080}.bg-black\/60{background-color:#0009}.bg-blue-100{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))}.bg-blue-200{--tw-bg-opacity: 1;background-color:rgb(191 219 254 / var(--tw-bg-opacity, 1))}.bg-blue-300{--tw-bg-opacity: 1;background-color:rgb(147 197 253 / var(--tw-bg-opacity, 1))}.bg-blue-400{--tw-bg-opacity: 1;background-color:rgb(96 165 250 / var(--tw-bg-opacity, 1))}.bg-blue-50{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.bg-blue-500{--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity, 1))}.bg-blue-600{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.bg-green-100{--tw-bg-opacity: 1;background-color:rgb(220 252 231 / var(--tw-bg-opacity, 1))}.bg-green-50{--tw-bg-opacity: 1;background-color:rgb(240 253 244 / var(--tw-bg-opacity, 1))}.bg-green-500{--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity, 1))}.bg-green-500\/10{background-color:#22c55e1a}.bg-green-600{--tw-bg-opacity: 1;background-color:rgb(22 163 74 / var(--tw-bg-opacity, 1))}.bg-purple-100{--tw-bg-opacity: 1;background-color:rgb(243 232 255 / var(--tw-bg-opacity, 1))}.bg-red-100{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity, 1))}.bg-red-50{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.bg-red-50\/30{background-color:#fef2f24d}.bg-red-500{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))}.bg-red-500\/10{background-color:#ef44441a}.bg-red-600{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity, 1))}.bg-refined-blue{--tw-bg-opacity: 1;background-color:rgb(74 111 165 / var(--tw-bg-opacity, 1))}.bg-slate-100{--tw-bg-opacity: 1;background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1))}.bg-slate-200{--tw-bg-opacity: 1;background-color:rgb(226 232 240 / var(--tw-bg-opacity, 1))}.bg-slate-300{--tw-bg-opacity: 1;background-color:rgb(203 213 225 / var(--tw-bg-opacity, 1))}.bg-slate-400{--tw-bg-opacity: 1;background-color:rgb(148 163 184 / var(--tw-bg-opacity, 1))}.bg-slate-50{--tw-bg-opacity: 1;background-color:rgb(248 250 252 / var(--tw-bg-opacity, 1))}.bg-slate-500{--tw-bg-opacity: 1;background-color:rgb(107 114 128 / var(--tw-bg-opacity, 1))}.bg-surface-primary{--tw-bg-opacity: 1;background-color:rgb(250 251 252 / var(--tw-bg-opacity, 1))}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-yellow-100{--tw-bg-opacity: 1;background-color:rgb(254 249 195 / var(--tw-bg-opacity, 1))}.bg-yellow-50{--tw-bg-opacity: 1;background-color:rgb(254 252 232 / var(--tw-bg-opacity, 1))}.bg-yellow-500{--tw-bg-opacity: 1;background-color:rgb(234 179 8 / var(--tw-bg-opacity, 1))}.bg-yellow-500\/10{background-color:#eab3081a}.bg-opacity-50{--tw-bg-opacity: .5}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.from-refined-blue{--tw-gradient-from: #4a6fa5 var(--tw-gradient-from-position);--tw-gradient-to: rgb(74 111 165 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.to-blue-600{--tw-gradient-to: #2563eb var(--tw-gradient-to-position)}.to-refined-blue-light{--tw-gradient-to: #6b8fc7 var(--tw-gradient-to-position)}.fill-current{fill:currentColor}.object-contain{-o-object-fit:contain;object-fit:contain}.p-0\.5{padding:2px}.p-1{padding:4px}.p-1\.5{padding:.375rem}.p-12{padding:48px}.p-2{padding:8px}.p-2\.5{padding:.625rem}.p-3{padding:12px}.p-4{padding:16px}.p-5{padding:20px}.p-6{padding:24px}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.px-2{padding-left:8px;padding-right:8px}.px-3{padding-left:12px;padding-right:12px}.px-4{padding-left:16px;padding-right:16px}.px-5{padding-left:20px;padding-right:20px}.px-6{padding-left:24px;padding-right:24px}.py-0\.5{padding-top:2px;padding-bottom:2px}.py-1{padding-top:4px;padding-bottom:4px}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-12{padding-top:48px;padding-bottom:48px}.py-16{padding-top:64px;padding-bottom:64px}.py-2{padding-top:8px;padding-bottom:8px}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-3{padding-top:12px;padding-bottom:12px}.py-4{padding-top:16px;padding-bottom:16px}.py-6{padding-top:24px;padding-bottom:24px}.py-8{padding-top:32px;padding-bottom:32px}.pb-16{padding-bottom:64px}.pl-10{padding-left:40px}.pr-10{padding-right:40px}.pr-12{padding-right:48px}.pr-2{padding-right:8px}.pr-4{padding-right:16px}.pt-3{padding-top:12px}.pt-4{padding-top:16px}.pt-6{padding-top:24px}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.text-2xl{font-size:24px;line-height:32px}.text-3xl{font-size:30px;line-height:36px}.text-4xl{font-size:34px;line-height:40px}.text-base{font-size:14px;line-height:20px}.text-lg{font-size:18px;line-height:28px}.text-sm{font-size:13px;line-height:18px}.text-xl{font-size:20px;line-height:28px}.text-xs{font-size:11px;line-height:16px}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.italic{font-style:italic}.leading-relaxed{line-height:1.625}.tracking-wider{letter-spacing:.05em}.text-amber-600{--tw-text-opacity: 1;color:rgb(217 119 6 / var(--tw-text-opacity, 1))}.text-amber-700{--tw-text-opacity: 1;color:rgb(180 83 9 / var(--tw-text-opacity, 1))}.text-amber-800{--tw-text-opacity: 1;color:rgb(146 64 14 / var(--tw-text-opacity, 1))}.text-blue-500{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}.text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.text-blue-700{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.text-blue-800{--tw-text-opacity: 1;color:rgb(30 64 175 / var(--tw-text-opacity, 1))}.text-charcoal{--tw-text-opacity: 1;color:rgb(50 55 60 / var(--tw-text-opacity, 1))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.text-green-500{--tw-text-opacity: 1;color:rgb(34 197 94 / var(--tw-text-opacity, 1))}.text-green-600{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.text-green-700{--tw-text-opacity: 1;color:rgb(21 128 61 / var(--tw-text-opacity, 1))}.text-green-800{--tw-text-opacity: 1;color:rgb(22 101 52 / var(--tw-text-opacity, 1))}.text-orange-500{--tw-text-opacity: 1;color:rgb(249 115 22 / var(--tw-text-opacity, 1))}.text-purple-600{--tw-text-opacity: 1;color:rgb(147 51 234 / var(--tw-text-opacity, 1))}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.text-red-700{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity, 1))}.text-red-800{--tw-text-opacity: 1;color:rgb(153 27 27 / var(--tw-text-opacity, 1))}.text-refined-blue{--tw-text-opacity: 1;color:rgb(74 111 165 / var(--tw-text-opacity, 1))}.text-slate-300{--tw-text-opacity: 1;color:rgb(203 213 225 / var(--tw-text-opacity, 1))}.text-slate-400{--tw-text-opacity: 1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.text-slate-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-slate-600{--tw-text-opacity: 1;color:rgb(71 85 105 / var(--tw-text-opacity, 1))}.text-slate-700{--tw-text-opacity: 1;color:rgb(51 65 85 / var(--tw-text-opacity, 1))}.text-slate-900{--tw-text-opacity: 1;color:rgb(15 23 42 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.text-yellow-500{--tw-text-opacity: 1;color:rgb(234 179 8 / var(--tw-text-opacity, 1))}.text-yellow-600{--tw-text-opacity: 1;color:rgb(202 138 4 / var(--tw-text-opacity, 1))}.text-yellow-700{--tw-text-opacity: 1;color:rgb(161 98 7 / var(--tw-text-opacity, 1))}.text-yellow-800{--tw-text-opacity: 1;color:rgb(133 77 14 / var(--tw-text-opacity, 1))}.underline{text-decoration-line:underline}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.accent-refined-blue{accent-color:#4a6fa5}.opacity-40{opacity:.4}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px -1px rgba(0, 0, 0, .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-soft-md{--tw-shadow: 0 4px 8px rgba(50, 55, 60, .1), 0 2px 4px rgba(50, 55, 60, .06);--tw-shadow-colored: 0 4px 8px var(--tw-shadow-color), 0 2px 4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 8px 10px -6px rgba(0, 0, 0, .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline{outline-style:solid}.ring{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur-sm{--tw-backdrop-blur: blur(4px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.transition-shadow{transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-slow{transition-duration:.5s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.after\:absolute:after{content:var(--tw-content);position:absolute}.after\:left-\[2px\]:after{content:var(--tw-content);left:2px}.after\:top-\[2px\]:after{content:var(--tw-content);top:2px}.after\:h-5:after{content:var(--tw-content);height:20px}.after\:w-5:after{content:var(--tw-content);width:20px}.after\:rounded-full:after{content:var(--tw-content);border-radius:9999px}.after\:border:after{content:var(--tw-content);border-width:1px}.after\:border-slate-300:after{content:var(--tw-content);--tw-border-opacity: 1;border-color:rgb(203 213 225 / var(--tw-border-opacity, 1))}.after\:bg-white:after{content:var(--tw-content);--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.after\:transition-all:after{content:var(--tw-content);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.after\:content-\[\'\'\]:after{--tw-content: "";content:var(--tw-content)}.hover\:border-slate-300:hover{--tw-border-opacity: 1;border-color:rgb(203 213 225 / var(--tw-border-opacity, 1))}.hover\:bg-amber-600:hover{--tw-bg-opacity: 1;background-color:rgb(217 119 6 / var(--tw-bg-opacity, 1))}.hover\:bg-black\/10:hover{background-color:#0000001a}.hover\:bg-blue-200:hover{--tw-bg-opacity: 1;background-color:rgb(191 219 254 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-50:hover{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-600:hover{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-700:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-100:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-50:hover{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.hover\:bg-green-100:hover{--tw-bg-opacity: 1;background-color:rgb(220 252 231 / var(--tw-bg-opacity, 1))}.hover\:bg-green-50:hover{--tw-bg-opacity: 1;background-color:rgb(240 253 244 / var(--tw-bg-opacity, 1))}.hover\:bg-green-600:hover{--tw-bg-opacity: 1;background-color:rgb(22 163 74 / var(--tw-bg-opacity, 1))}.hover\:bg-green-700:hover{--tw-bg-opacity: 1;background-color:rgb(21 128 61 / var(--tw-bg-opacity, 1))}.hover\:bg-orange-50:hover{--tw-bg-opacity: 1;background-color:rgb(255 247 237 / var(--tw-bg-opacity, 1))}.hover\:bg-red-100:hover{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity, 1))}.hover\:bg-red-50:hover{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.hover\:bg-red-600:hover{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity, 1))}.hover\:bg-red-700:hover{--tw-bg-opacity: 1;background-color:rgb(185 28 28 / var(--tw-bg-opacity, 1))}.hover\:bg-refined-blue\/90:hover{background-color:#4a6fa5e6}.hover\:bg-slate-100:hover{--tw-bg-opacity: 1;background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1))}.hover\:bg-slate-200:hover{--tw-bg-opacity: 1;background-color:rgb(226 232 240 / var(--tw-bg-opacity, 1))}.hover\:bg-slate-300:hover{--tw-bg-opacity: 1;background-color:rgb(203 213 225 / var(--tw-bg-opacity, 1))}.hover\:bg-slate-50:hover{--tw-bg-opacity: 1;background-color:rgb(248 250 252 / var(--tw-bg-opacity, 1))}.hover\:bg-slate-600:hover{--tw-bg-opacity: 1;background-color:rgb(71 85 105 / var(--tw-bg-opacity, 1))}.hover\:text-blue-600:hover{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.hover\:text-blue-700:hover{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.hover\:text-charcoal:hover{--tw-text-opacity: 1;color:rgb(50 55 60 / var(--tw-text-opacity, 1))}.hover\:text-gray-700:hover{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.hover\:text-green-700:hover{--tw-text-opacity: 1;color:rgb(21 128 61 / var(--tw-text-opacity, 1))}.hover\:text-orange-600:hover{--tw-text-opacity: 1;color:rgb(234 88 12 / var(--tw-text-opacity, 1))}.hover\:text-red-600:hover{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.hover\:text-red-700:hover{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity, 1))}.hover\:text-refined-blue:hover{--tw-text-opacity: 1;color:rgb(74 111 165 / var(--tw-text-opacity, 1))}.hover\:text-slate-600:hover{--tw-text-opacity: 1;color:rgb(71 85 105 / var(--tw-text-opacity, 1))}.hover\:text-slate-800:hover{--tw-text-opacity: 1;color:rgb(30 41 59 / var(--tw-text-opacity, 1))}.hover\:text-slate-900:hover{--tw-text-opacity: 1;color:rgb(15 23 42 / var(--tw-text-opacity, 1))}.hover\:underline:hover{text-decoration-line:underline}.hover\:shadow-lg:hover{--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-md:hover{--tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-sm:hover{--tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px -1px rgba(0, 0, 0, .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.focus\:border-blue-500:focus{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1))}.focus\:border-transparent:focus{border-color:transparent}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-blue-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1))}.focus\:ring-red-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1))}.focus\:ring-refined-blue:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(74 111 165 / var(--tw-ring-opacity, 1))}.active\:scale-95:active{--tw-scale-x: .95;--tw-scale-y: .95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:bg-amber-300:disabled{--tw-bg-opacity: 1;background-color:rgb(252 211 77 / var(--tw-bg-opacity, 1))}.disabled\:bg-blue-300:disabled{--tw-bg-opacity: 1;background-color:rgb(147 197 253 / var(--tw-bg-opacity, 1))}.disabled\:bg-green-300:disabled{--tw-bg-opacity: 1;background-color:rgb(134 239 172 / var(--tw-bg-opacity, 1))}.disabled\:bg-red-300:disabled{--tw-bg-opacity: 1;background-color:rgb(252 165 165 / var(--tw-bg-opacity, 1))}.disabled\:bg-slate-100:disabled{--tw-bg-opacity: 1;background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1))}.disabled\:opacity-50:disabled{opacity:.5}.peer:checked~.peer-checked\:bg-refined-blue{--tw-bg-opacity: 1;background-color:rgb(74 111 165 / var(--tw-bg-opacity, 1))}.peer:checked~.peer-checked\:after\:translate-x-full:after{content:var(--tw-content);--tw-translate-x: 100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.peer:checked~.peer-checked\:after\:border-white:after{content:var(--tw-content);--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.peer:focus~.peer-focus\:outline-none{outline:2px solid transparent;outline-offset:2px}.peer:focus~.peer-focus\:ring-4{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.peer:focus~.peer-focus\:ring-blue-300{--tw-ring-opacity: 1;--tw-ring-color: rgb(147 197 253 / var(--tw-ring-opacity, 1))}@media not all and (min-width:768px){.max-md\:hidden{display:none}}@media(min-width:768px){.md\:left-auto{left:auto}.md\:right-4{right:16px}.md\:col-span-2{grid-column:span 2 / span 2}.md\:mx-0{margin-left:0;margin-right:0}.md\:mb-6{margin-bottom:24px}.md\:mb-8{margin-bottom:32px}.md\:flex{display:flex}.md\:table{display:table}.md\:hidden{display:none}.md\:w-96{width:24rem}.md\:min-w-0{min-width:0px}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:items-center{align-items:center}.md\:gap-6{gap:24px}.md\:p-6{padding:24px}.md\:px-0{padding-left:0;padding-right:0}.md\:px-6{padding-left:24px;padding-right:24px}.md\:px-8{padding-left:32px;padding-right:32px}.md\:py-4{padding-top:16px;padding-bottom:16px}.md\:py-8{padding-top:32px;padding-bottom:32px}.md\:text-2xl{font-size:24px;line-height:32px}.md\:text-3xl{font-size:30px;line-height:36px}.md\:text-base{font-size:14px;line-height:20px}.md\:text-xl{font-size:20px;line-height:28px}}@media(min-width:1024px){.lg\:col-span-2{grid-column:span 2 / span 2}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}
