:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#fff;--surface:#fff;--surface-muted:#fafafa;--surface-hover:#f5f5f5;--surface-selected:#efefef;--ink:#111;--muted:#6a6a6a;--outline:#e7e7e7;--outline-strong:#cfcfcf;--mail-divider-color:#11111114;--mail-divider-width:1px;--row-divider:#1111110b;--shadow:0 1px 2px #1111110f, 0 10px 30px #11111114;--shadow-sm:0 1px 2px #1111110a, 0 4px 12px #1111110f;--shadow-md:0 4px 12px #11111114, 0 12px 32px #1111111a;--danger:#b3261e;--brand-gold:#c9962c;--brand-gold-soft:#fff3d4;--brand-gold-border:#c9962c6b;--sidebar-expanded-width:278px;--sidebar-collapsed-width:88px;--border:var(--outline);--border-subtle:var(--row-divider);--text:var(--ink);--text-muted:var(--muted);--color-bg:var(--bg);--color-surface:var(--surface);--color-surface-soft:var(--surface-muted);--color-surface-raised:var(--surface-hover);--color-text:var(--ink);--color-text-muted:var(--muted);--color-text-soft:#8a8a8a;--color-border:var(--outline);--color-border-strong:var(--outline-strong);--color-accent:var(--brand-gold);--color-accent-strong:#a87720;--color-accent-soft:var(--brand-gold-soft)}html[data-needle-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#0e0d0c;--surface:#161412;--surface-muted:#111009;--surface-hover:#1d1b18;--surface-selected:#252320;--ink:#f0ebe2;--muted:#9a9188;--outline:#f0ebe214;--outline-strong:#f0ebe229;--mail-divider-color:#f0ebe212;--mail-divider-width:1px;--row-divider:#f0ebe20a;--shadow:0 1px 2px #0006, 0 10px 30px #00000080;--shadow-sm:0 1px 2px #00000059, 0 6px 18px #00000047;--shadow-md:0 4px 12px #00000061, 0 14px 36px #0000006b;--brand-gold-soft:#c9962c24;--brand-gold-border:#c9962c52;--border:#f0ebe214;--border-subtle:#f0ebe20a;--text:#f0ebe2;--text-muted:#9a9188;--color-bg:#0e0d0c;--color-surface:#161412;--color-surface-soft:#111009;--color-surface-raised:#1d1b18;--color-text:#f0ebe2;--color-text-muted:#9a9188;--color-text-soft:#6e6660;--color-border:#f0ebe214;--color-border-strong:#f0ebe229;--color-accent:#c9962c;--color-accent-strong:#e6b325;--color-accent-soft:#c9962c24}@media (prefers-color-scheme:dark){html[data-needle-theme=system]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#0e0d0c;--surface:#161412;--surface-muted:#111009;--surface-hover:#1d1b18;--surface-selected:#252320;--ink:#f0ebe2;--muted:#9a9188;--outline:#f0ebe214;--outline-strong:#f0ebe229;--mail-divider-color:#f0ebe212;--mail-divider-width:1px;--row-divider:#f0ebe20a;--shadow:0 1px 2px #0006, 0 10px 30px #00000080;--shadow-sm:0 1px 2px #00000059, 0 6px 18px #00000047;--shadow-md:0 4px 12px #00000061, 0 14px 36px #0000006b;--brand-gold-soft:#c9962c24;--brand-gold-border:#c9962c52;--border:#f0ebe214;--border-subtle:#f0ebe20a;--text:#f0ebe2;--text-muted:#9a9188;--color-bg:#0e0d0c;--color-surface:#161412;--color-surface-soft:#111009;--color-surface-raised:#1d1b18;--color-text:#f0ebe2;--color-text-muted:#9a9188;--color-text-soft:#6e6660;--color-border:#f0ebe214;--color-border-strong:#f0ebe229;--color-accent:#c9962c;--color-accent-strong:#e6b325;--color-accent-soft:#c9962c24}}*{box-sizing:border-box}html,body,#root{height:100%;min-height:100%}body{min-height:100vh;color:var(--ink);background:var(--bg);margin:0;font-family:Manrope,sans-serif}button,input,textarea{font:inherit}button{cursor:pointer}a{color:inherit}.splash-screen,.auth-shell,.app-shell{min-height:100vh}.splash-screen,.empty-pane,.empty-panel{place-items:center;display:grid}.auth-shell{background:#fff;place-items:center;padding:32px;display:grid}.auth-noise,.ambient-glow{display:none}.auth-card{border:1px solid var(--outline);background:var(--surface);width:min(480px,100%);box-shadow:var(--shadow);border-radius:10px;padding:32px}.auth-card h1,.brand-lockup h2,.reader-subject-row h3{margin:0}.auth-form,.compose-form{gap:16px;margin-top:24px;display:grid}.auth-social{gap:12px;margin-top:24px;display:grid}.auth-social-button{border:1px solid var(--outline);min-height:46px;color:var(--ink);cursor:pointer;background:#fff;border-radius:4px;justify-content:center;align-items:center;gap:10px;font-weight:700;display:flex}.auth-social-button:hover{background:#fafafa;border-color:#1111112e}.auth-social-button:disabled{opacity:.55;cursor:not-allowed}.auth-social-button .auth-provider-icon{flex:0 0 20px;width:20px;height:20px;display:block}.auth-divider{color:var(--muted);align-items:center;gap:12px;font-size:.82rem;font-weight:700;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:var(--outline);flex:1;height:1px}.auth-form label{color:var(--muted);gap:8px;display:grid}input,textarea{border:1px solid var(--outline);background:var(--surface);width:100%;color:var(--ink);border-radius:14px}.auth-form input,.auth-form textarea{border-radius:4px}input{min-height:46px;padding:0 16px}textarea{resize:vertical;padding:16px}.auth-copy,.status-copy,.auth-auxiliary,.auth-switch{color:var(--muted)}.auth-switch a{font-weight:600}.auth-resend-row{justify-content:center;margin-top:14px;display:flex}.auth-resend-row .secondary-button{width:100%}.auth-referral-banner{color:#214f3a;background:#f3fbf6;border:1px solid #2b70523d;border-radius:8px;margin-top:16px;padding:12px 14px;font-size:.92rem;line-height:1.4}.form-error{color:var(--danger)}.auth-forgot-row{justify-content:flex-end;margin-top:-6px;display:flex}.auth-forgot-link{color:var(--muted);font-size:.88rem;font-weight:600;text-decoration:none;transition:color .14s}.auth-forgot-link:hover{color:var(--ink)}.auth-legal-consent{color:var(--muted);grid-template-columns:18px minmax(0,1fr);align-items:start;gap:10px;font-size:.84rem;line-height:1.45}.auth-legal-consent input{width:16px;height:16px;min-height:16px;accent-color:var(--brand-gold);margin-top:2px;padding:0}.auth-legal-consent a{color:var(--ink);text-underline-offset:2px;font-weight:700;text-decoration:underline}.legal-page{background:var(--page);min-height:100vh;color:var(--ink);padding:48px 20px}.legal-page-inner{width:min(860px,100%);margin:0 auto}.legal-back-link{color:var(--muted);margin-bottom:28px;font-weight:700;text-decoration:none;display:inline-flex}.legal-eyebrow{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;margin:0 0 10px;font-size:.78rem;font-weight:800}.legal-page h1{margin:0;font-size:clamp(2rem,6vw,4rem);line-height:1}.legal-updated,.legal-intro,.legal-sections p{color:var(--muted);line-height:1.65}.legal-intro{max-width:720px;font-size:1.05rem}.legal-sections{gap:24px;margin-top:36px;display:grid}.legal-sections section{border-top:1px solid var(--outline);padding-top:22px}.legal-sections h2{margin:0 0 8px;font-size:1.05rem}.auth-success-block{background:var(--surface-muted);border:1px solid var(--outline);color:var(--ink);border-radius:14px;margin-top:24px;padding:16px;font-size:.95rem;line-height:1.55}input[readonly]{cursor:not-allowed;background:var(--surface-muted)!important;color:var(--muted)!important;border-color:var(--outline-strong)!important}.status-pill{text-transform:capitalize;border-radius:12px;justify-content:center;align-items:center;padding:4px 10px;font-size:.78rem;font-weight:700;line-height:1;display:inline-flex}.primary-button,.secondary-button,.ghost-button,.compose-button,.text-button,.toolbar-button,.toolbar-icon-button,.chrome-icon-button,.thread-tab,.nav-item,.conversation-item{color:var(--ink);background:0 0;border:1px solid #0000;justify-content:center;align-items:center;gap:10px;transition:background .14s,border-color .14s,color .14s,box-shadow .14s;display:inline-flex}.primary-button:disabled,.secondary-button:disabled,.ghost-button:disabled,.toolbar-button:disabled{cursor:not-allowed;opacity:.6}.primary-button{color:#fff;background:#111;border-radius:6px;min-height:42px;padding:0 18px}.secondary-button,.toolbar-button{border-color:var(--mail-divider-color);background:#fff;border-radius:6px;min-height:42px;padding:0 16px}.ghost-button{border-radius:6px;min-height:38px;padding:0 14px}.text-button{min-height:38px;color:var(--muted);justify-content:flex-start;padding:0}.primary-button:hover{background:#000}.secondary-button:hover,.ghost-button:hover,.compose-button:hover,.toolbar-button:hover,.toolbar-icon-button:hover,.chrome-icon-button:hover,.thread-tab:hover,.conversation-item:hover,.nav-item:hover,.thread-row:hover{background:var(--surface-hover)}.app-shell{background:#fff;height:100vh;display:flex;overflow:hidden}.app-shell.sidebar-collapsed .sidebar{flex:0 0 var(--sidebar-collapsed-width);width:var(--sidebar-collapsed-width)}.sidebar{z-index:40;flex:0 0 var(--sidebar-expanded-width);width:var(--sidebar-expanded-width);isolation:isolate;background:#fcfbfa;border-right:1px solid #c9962c26;flex-direction:column;height:100vh;min-height:0;padding:16px 14px;display:flex;position:sticky;top:0;overflow:hidden;box-shadow:4px 0 24px #11111104}.sidebar-footer{width:100%;min-width:0;display:grid}.sidebar-top{flex-direction:column;flex:auto;width:100%;min-width:0;min-height:0;display:flex;overflow:hidden}.sidebar-brand-row{align-items:center;gap:10px;padding:4px 4px 14px;display:flex}.brand-lockup{align-items:center;gap:12px;display:flex}.brand-lockup-button{text-align:left;background:0 0;border:none;border-radius:21px;justify-content:flex-start;width:100%;min-height:42px;padding:0;position:relative}.brand-toggle-icon{width:42px;height:42px;color:var(--muted);border-radius:21px;justify-content:center;align-items:center;margin-left:auto;display:inline-flex}.brand-mark{object-fit:contain;border-radius:8px;flex:none;width:32px;height:32px;display:block}.brand-wordmark{flex-direction:column;align-items:flex-start;gap:1px;display:flex}.brand-wordmark h2{margin:0;line-height:1}.brand-beta{color:#c9962c;text-transform:uppercase;letter-spacing:.05em;font-size:.66rem;font-weight:700;line-height:1}.sidebar.sidebar-collapsed{padding-left:12px;padding-right:12px}.sidebar.sidebar-collapsed .brand-lockup-button{justify-content:center}.sidebar.sidebar-collapsed .brand-toggle-icon{color:#c9962c;opacity:0;background:#ffffffeb;border-radius:0;place-items:center;transition:all .18s;display:grid;position:absolute;inset:0}.sidebar.sidebar-collapsed .brand-lockup-button:hover .brand-toggle-icon,.sidebar.sidebar-collapsed .brand-lockup-button:focus-visible .brand-toggle-icon{opacity:1;background:#fff;box-shadow:0 4px 12px #c9962c40}.sidebar.sidebar-collapsed .brand-wordmark,.sidebar.sidebar-collapsed .compose-button,.sidebar.sidebar-collapsed .mode-switcher,.sidebar.sidebar-collapsed .sidebar-section,.sidebar.sidebar-collapsed .nav-list,.sidebar.sidebar-collapsed .sidebar-new-chat-main,.sidebar.sidebar-collapsed .sidebar-section{display:none}.nav-list{flex:auto;gap:12px;width:100%;margin-bottom:14px;display:grid;overflow:hidden auto}.nav-group{background:0 0;border:none;gap:4px;min-width:0;padding:4px 0 12px;display:grid}.nav-group-heading{color:#c9962c;letter-spacing:.08em;text-transform:uppercase;opacity:.85;margin-bottom:6px;padding:0 12px;font-size:.68rem;font-weight:800;line-height:1.4}.nav-group-items{gap:6px;min-width:0;display:grid}.sidebar-compose-container{padding:8px 12px 14px}.sidebar.sidebar-collapsed .sidebar-compose-container{justify-content:center;padding:8px 0 14px;display:flex}.sidebar-compose-button{color:#fff;cursor:pointer;background:#111;border:1px solid #c9962c59;border-radius:0;justify-content:center;align-items:center;gap:8px;width:100%;height:46px;font-size:.95rem;font-weight:700;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex;box-shadow:0 4px 12px #1118271f}.sidebar-compose-button:hover{background:#252422;border-color:#c9962c;transform:translateY(-2px);box-shadow:0 6px 16px #c9962c38}.sidebar-compose-button:active{background:#000;transform:translateY(0)}.sidebar-compose-button svg{flex:none;width:20px;height:20px}.sidebar.sidebar-collapsed .sidebar-compose-button{border-radius:0;gap:0;width:44px;height:44px;padding:0}.nav-ask-container{padding:0 12px 10px}.sidebar.sidebar-collapsed .nav-ask-container{justify-content:center;padding:0 0 10px;display:flex}.sidebar.sidebar-collapsed .nav-ask-button{border-radius:0;gap:0;width:44px;height:44px;padding:0}.sidebar.sidebar-collapsed .nav-ask-button span{display:none}.nav-ask-button{border:1px solid var(--brand-gold-border);color:#7c5a10;cursor:pointer;background:linear-gradient(#fffcf4 0%,#fff3d4 100%);border-radius:0;justify-content:center;align-items:center;gap:8px;width:100%;height:38px;font-size:.86rem;font-weight:800;transition:all .2s;display:inline-flex;box-shadow:inset 0 1px #fff9,0 2px 4px #c9962c14}.nav-ask-button:hover{background:linear-gradient(#fff3d4 0%,#ffe08a 100%);border-color:#c9962c;transform:translateY(-1px);box-shadow:0 4px 10px #c9962c26}.nav-ask-button img.nav-create-needle-icon{object-fit:contain;flex:none;width:16px;height:16px}.nav-ask-button span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.conversation-delete-backdrop{z-index:1200;background:#1111112e;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.conversation-delete-modal{background:#fffffff0;border:1px solid #b3261e2e;border-radius:24px;width:min(460px,100vw - 32px);padding:20px;box-shadow:0 18px 40px #11111129}.conversation-delete-modal-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.conversation-delete-modal-copy{color:var(--ink);margin:14px 0 0;font-size:.94rem;line-height:1.55}.conversation-delete-actions{justify-content:flex-end;gap:8px;margin-top:18px;display:flex}.conversation-delete-confirm-button{background:#8f2019}.conversation-delete-confirm-button:hover{background:#781913}.nav-item{text-align:left;color:#3a3834;background:0 0;border-left:3px solid #0000;border-radius:0;justify-content:flex-start;align-items:center;gap:10px;width:100%;min-width:0;max-width:100%;min-height:40px;padding:0 14px;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden}.nav-item-active{color:#fff;background:#111;border-left-color:#c9962c;box-shadow:0 4px 12px #11111114}.nav-item-disabled,.nav-item-disabled:hover,.nav-item-disabled:focus-visible{color:#8a8883;box-shadow:none;cursor:not-allowed;opacity:.55;background:0 0;transform:none}.nav-item-disabled .nav-item-icon,.nav-item-disabled:hover .nav-item-icon{color:inherit}.nav-item-active:hover{color:#fff;background:#1c1b19}.nav-item:hover:not(.nav-item-active){color:#111;background:#c9962c14;transform:translate(4px)}.nav-item-active .nav-item-icon,.nav-item-active .nav-item-label{color:inherit}.nav-item-icon{color:#6a6a6a;justify-content:center;align-items:center;transition:color .2s;display:inline-flex}.nav-item:hover .nav-item-icon{color:#c9962c}.nav-item-active .nav-item-icon{color:#e5c060}.nav-item:hover:not(.nav-item-active) .nav-item-label,.text-button:hover,.text-button:hover svg{color:var(--ink)}.nav-item-label{text-overflow:ellipsis;white-space:nowrap;flex:auto;min-width:0;overflow:hidden}.nav-item-badge{color:#e5c060;text-align:center;background:#111;border:1px solid #c9962c;border-radius:999px;flex:none;min-width:18px;height:18px;padding:0 5px;font-size:.68rem;font-weight:800;line-height:16px;box-shadow:0 0 0 2px #fbfbfa}.nav-item-active .nav-item-badge{color:#111;background:#fff;border-color:#fff;box-shadow:0 0 0 2px #111}.sidebar.sidebar-collapsed .nav-item{position:relative}.sidebar.sidebar-collapsed .nav-item-badge{min-width:16px;height:16px;padding:0 4px;font-size:.62rem;line-height:16px;position:absolute;top:6px;right:8px}.nav-item-icon,.thread-star,.search-icon,.chrome-icon-button,.toolbar-icon-button{color:var(--muted)}.nav-item-icon svg,.thread-star svg,.search-icon,.compose-button svg,.ghost-button svg,.toolbar-button svg,.toolbar-icon-button svg,.chrome-icon-button svg,.text-button svg{width:20px;height:20px}.toolbar-icon-button-spinning svg{animation:.9s linear infinite toolbar-spin}.toolbar-icon-button-success{color:#1f6f43}.toolbar-icon-button-success svg{animation:1.5s toolbar-check-pop}@keyframes toolbar-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes toolbar-check-pop{0%{opacity:0;transform:scale(.72)}60%{opacity:1;transform:scale(1.12)}to{opacity:1;transform:scale(1)}}.sidebar-footer{flex:none;gap:0;width:calc(100% + 28px);min-height:0;margin:0 -14px -16px;padding-top:0}.sidebar-footer>.primary-button{box-shadow:none;border-radius:0}.sidebar-profile-shell{background:#c9962c09;border:none;border-top:1px solid #c9962c26;border-radius:0;align-items:center;gap:4px;min-width:0;padding:12px 14px;display:flex;position:relative}.sidebar-profile-shell .account-indicator{flex:auto}.system-activity{min-width:0;min-height:48px;color:var(--ink);cursor:pointer;font:inherit;text-align:left;background:#fbfbfb;border:1px solid #11111114;border-radius:14px;grid-template-columns:28px minmax(0,1fr);align-items:center;gap:9px;padding:8px 10px;transition:border-color .18s,box-shadow .18s;display:grid;position:relative;overflow:hidden;box-shadow:0 8px 24px #1111110d}.system-activity:hover,.system-activity:focus-visible{border-color:#2563eb61;outline:none;box-shadow:0 10px 28px #11111117}.system-activity-orbit{color:#fff;background:#111;border-radius:999px;place-items:center;width:28px;height:28px;display:grid;position:relative}.system-activity-orbit:before{content:"";border-radius:inherit;border:2px solid #1111111f;border-top-color:currentColor;animation:1.15s linear infinite system-activity-spin;position:absolute;inset:-3px}.system-activity-orbit span{background:currentColor;border-radius:999px;width:7px;height:7px;animation:1.5s ease-in-out infinite system-activity-pulse;box-shadow:0 0 0 5px #ffffff42}.system-activity-copy{gap:1px;min-width:0;padding-right:6px;display:grid}.system-activity-copy strong,.system-activity-copy small{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.system-activity-copy strong{font-size:.8rem;line-height:1.2}.system-activity-copy small{color:var(--muted);font-size:.7rem;line-height:1.25}.system-activity-rail{background:#11111114;border-radius:999px;height:3px;position:absolute;bottom:6px;left:47px;right:10px;overflow:hidden}.system-activity-rail:after{content:"";border-radius:inherit;background:#111;width:44%;height:100%;animation:1.55s ease-in-out infinite system-activity-rail;display:block}.system-activity-ai .system-activity-rail:after{background:var(--brand-gold)}.system-activity-sync .system-activity-rail:after{background:#2563eb}.system-activity-collapsed{border-radius:22px;grid-template-columns:1fr;place-items:center;width:44px;min-height:44px;padding:0;display:inline-grid}@keyframes system-activity-spin{to{transform:rotate(360deg)}}@keyframes system-activity-pulse{0%,to{opacity:.72;transform:scale(.85)}50%{opacity:1;transform:scale(1.1)}}@keyframes system-activity-rail{0%{transform:translate(-115%)}to{transform:translate(255%)}}.system-activity-dialog-backdrop{z-index:1200;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#11111152;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.system-activity-dialog{border:1px solid var(--outline);background:var(--surface);width:min(440px,100%);color:var(--ink);border-radius:20px;padding:24px;position:relative;box-shadow:0 24px 70px #11111138}.system-activity-dialog-close{background:var(--surface-muted);width:34px;height:34px;color:var(--ink);cursor:pointer;border:0;border-radius:999px;place-items:center;display:grid;position:absolute;top:14px;right:14px}.system-activity-dialog-close:hover{background:var(--outline)}.system-activity-dialog-close:focus-visible{outline-offset:2px;outline:2px solid #2563eb}.system-activity-dialog-heading{grid-template-columns:38px minmax(0,1fr);align-items:center;gap:14px;padding-right:34px;display:grid}.system-activity-dialog-heading .system-activity-orbit{width:38px;height:38px}.system-activity-dialog-heading strong{font-size:1.05rem;display:block}.system-activity-dialog-heading p{color:var(--muted);margin:4px 0 0;font-size:.86rem;line-height:1.4}.system-activity-dialog-progress{background:var(--surface-muted);border-radius:999px;height:7px;margin-top:22px;overflow:hidden}.system-activity-dialog-progress span{border-radius:inherit;background:#2563eb;width:38%;height:100%;animation:1.55s ease-in-out infinite system-activity-rail;display:block}.system-activity-dialog-progress-complete span{background:#16a34a;width:100%;animation:none}.system-activity-dialog-status{color:var(--muted);margin:9px 0 0;font-size:.75rem}.system-activity-dialog-metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:20px;display:grid}.system-activity-dialog-metrics div{border:1px solid var(--outline);background:var(--surface-muted);border-radius:12px;min-width:0;padding:12px}.system-activity-dialog-metrics strong,.system-activity-dialog-metrics span{display:block}.system-activity-dialog-metrics strong{font-variant-numeric:tabular-nums;font-size:1.15rem}.system-activity-dialog-metrics span{color:var(--muted);margin-top:3px;font-size:.7rem;line-height:1.25}.system-activity-dialog-steps{gap:2px;margin-top:18px;display:grid}.system-activity-dialog-step{border-bottom:1px solid var(--outline);grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:54px;padding:8px 4px;display:grid}.system-activity-dialog-step-icon{background:var(--surface-muted);color:#166534;border-radius:999px;place-items:center;width:25px;height:25px;display:grid}.system-activity-dialog-step-processing .system-activity-dialog-step-icon span{border:2px solid #2563eb47;border-top-color:#2563eb;border-radius:999px;width:9px;height:9px;animation:.9s linear infinite system-activity-spin}.system-activity-dialog-step-waiting .system-activity-dialog-step-icon span{background:var(--muted);opacity:.55;border-radius:999px;width:6px;height:6px}.system-activity-dialog-step-copy{gap:2px;min-width:0;display:grid}.system-activity-dialog-step-copy strong{font-size:.84rem}.system-activity-dialog-step-copy small{color:var(--muted);font-size:.72rem;line-height:1.3}.system-activity-dialog-step-status{color:var(--muted);font-size:.7rem;font-weight:600}.system-activity-dialog-step-processing .system-activity-dialog-step-status{color:#2563eb}.system-activity-dialog-step-complete .system-activity-dialog-step-status{color:#166534}.system-activity-dialog-mail-totals{color:var(--muted);gap:8px;padding-top:10px;font-size:.7rem;display:flex}.system-activity-dialog-mail-totals span+span:before{content:"·";margin-right:8px}@media (width<=480px){.system-activity-dialog{padding:20px}.system-activity-dialog-metrics{grid-template-columns:1fr}.system-activity-dialog-metrics div{justify-content:space-between;align-items:baseline;gap:12px;display:flex}}@media (prefers-reduced-motion:reduce){.system-activity-dialog-progress span{animation-duration:3s}.system-activity-dialog-step-processing .system-activity-dialog-step-icon span{animation-duration:1.8s}}.account-indicator{width:100%;min-width:0;max-width:100%;min-height:44px;color:var(--ink);text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:0;justify-content:flex-start;align-items:center;gap:8px;padding:6px 10px;transition:all .2s;display:flex;overflow:hidden}.account-indicator:hover,.account-indicator-open{background:#c9962c0a;border-color:#c9962c33}.account-indicator:focus-visible{background:#c9962c0a;border-color:#c9962c4d;outline:none;box-shadow:0 0 0 3px #c9962c14}.account-indicator-avatar,.profile-menu-avatar,.settings-profile-avatar{color:#e5c060;letter-spacing:0;background:linear-gradient(135deg,#111 0%,#2c2a29 100%);border:1px solid #c9962c66;border-radius:50%;flex:none;justify-content:center;align-items:center;font-weight:800;display:inline-flex;box-shadow:0 2px 4px #11111126}.account-indicator-avatar{width:28px;height:28px;font-size:.78rem}.account-indicator-copy{flex:auto;gap:1px;min-width:0;line-height:1.15;display:grid}.account-indicator-copy strong,.account-indicator-copy span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.account-indicator-copy strong{color:#111;font-size:.82rem;line-height:1.2}.account-indicator-name-row{align-items:center;gap:6px;min-width:0;display:flex}.account-indicator-name-row strong{flex:0 auto}.account-plan-badge{color:#8c6a1b;letter-spacing:.02em;text-transform:uppercase;background:#c9962c14;border:1px solid #c9962c4d;border-radius:999px;flex:none;justify-content:center;align-items:center;min-width:0;height:18px;padding:0 6px;font-size:.62rem;font-weight:800;line-height:1;display:inline-flex}.account-indicator-copy span{color:var(--muted);font-size:.72rem}.account-indicator-copy .account-plan-badge{text-overflow:clip;white-space:nowrap;font-size:.62rem;overflow:visible}.account-indicator-copy .account-plan-badge-pro{color:#e5c060;background:linear-gradient(135deg,#111 0%,#222220 100%);border-color:#c9962c}.account-indicator-copy .account-plan-badge-max,.account-indicator-copy .account-plan-badge-enterprise{color:#111;background:linear-gradient(135deg,#e5c060 0%,#c9962c 100%);border-color:#c9962c}.account-indicator-copy .account-indicator-version{color:var(--muted);opacity:.78;font-size:.68rem}.account-indicator-affordance{color:var(--muted);opacity:.78;flex:none;display:inline-flex}.profile-menu{z-index:3000;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffffff5;border:1px solid #1111111a;border-radius:18px;gap:12px;max-width:calc(100vw - 28px);padding:12px;display:grid;position:fixed;box-shadow:0 18px 42px #11111129,0 1px 2px #11111114}.profile-menu-account{grid-template-columns:42px minmax(0,1fr);align-items:center;gap:10px;padding:4px;display:grid}.profile-menu-avatar{width:42px;height:42px;font-size:.9rem}.profile-menu-account-copy{gap:1px;min-width:0;display:grid}.profile-menu-account-copy span,.profile-menu-section-title{color:var(--muted);letter-spacing:.04em;text-transform:uppercase;font-size:.72rem;font-weight:800}.profile-menu-account-copy strong,.profile-menu-account-copy small{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.profile-menu-account-copy small{color:var(--muted)}.profile-menu-section{border-top:1px solid var(--mail-divider-color);gap:8px;padding-top:10px;display:grid}.profile-menu-connection-list{gap:6px;display:grid}.profile-menu-connection-row{grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:8px;min-width:0;padding:7px 4px;display:grid}.profile-menu-service-icon{width:28px;height:28px;color:var(--muted);background:#f4f4f5;border-radius:9px;justify-content:center;align-items:center;display:inline-flex}.profile-menu-service-copy{gap:1px;min-width:0;display:grid}.profile-menu-service-copy strong,.profile-menu-service-copy small{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.profile-menu-service-copy strong{font-size:.84rem}.profile-menu-service-copy small{color:var(--muted);font-size:.74rem}.profile-menu-service-emails{min-width:0;color:var(--muted);gap:1px;font-size:.72rem;line-height:1.25;display:grid}.profile-menu-service-emails span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.connection-status-badge{white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;min-height:22px;padding:0 8px;font-size:.7rem;font-weight:800;display:inline-flex}.connection-status-badge-connected{color:#1f6f43;background:#edf8f1}.connection-status-badge-not-connected{color:#667085;background:#f3f4f6}.profile-menu-actions button{width:100%;min-height:38px;color:var(--ink);text-align:left;background:0 0;border:0;border-radius:10px;justify-content:flex-start;align-items:center;gap:10px;padding:0 8px;font-size:.86rem;font-weight:700;display:flex}.profile-menu-actions button:hover{background:var(--surface-hover)}.profile-menu-sign-out{color:var(--danger)!important}.sidebar.sidebar-collapsed .sidebar-footer{justify-items:center;width:calc(100% + 24px);margin:0 -12px -16px;padding-top:0}.sidebar.sidebar-collapsed .sidebar-profile-shell{flex-direction:column;width:100%;padding:12px 0}.sidebar.sidebar-collapsed .account-indicator{border-radius:0;justify-content:center;width:44px;height:44px;min-height:44px;padding:0;display:inline-flex}.mailbox-layout{background:#fff;flex-direction:column;flex:1 1 0;min-width:0;height:100vh;min-height:0;padding:16px 18px 18px;display:flex;position:relative;overflow:hidden}.floating-bubble{z-index:20;width:min(420px,100% - 36px);box-shadow:var(--shadow);pointer-events:none;background:#fff8f7;border:1px solid #b3261e2e;border-radius:18px;align-items:flex-start;gap:12px;padding:14px 14px 14px 16px;display:flex;position:absolute;top:16px;right:18px}.floating-bubble button{pointer-events:auto}.floating-bubble-copy{min-width:0;max-width:100%}.floating-bubble-copy strong{margin-bottom:4px;display:block}.floating-bubble-copy p{color:var(--muted);overflow-wrap:anywhere;-webkit-line-clamp:2;-webkit-box-orient:vertical;max-width:34rem;margin:0;display:-webkit-box;overflow:hidden}.status-bar{justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px;display:flex}.search-shell{border:var(--mail-divider-width) solid var(--mail-divider-color);background:#fff;border-radius:26px;flex:1;align-items:center;gap:14px;min-height:52px;padding:0 18px;display:flex}.search-shell:focus-within{border-color:var(--outline-strong);box-shadow:var(--shadow)}.search-input{background:0 0;border:none;outline:none;min-width:0;padding:0}.status-actions{align-items:center;gap:12px;display:flex}.account-pill{border:var(--mail-divider-width) solid var(--mail-divider-color);background:#fff;border-radius:24px;align-items:center;gap:12px;min-height:48px;padding:6px 16px 6px 8px;display:flex}.account-avatar,.message-avatar{color:#fff;background:#111;place-items:center;font-weight:700;display:grid}.account-avatar{border-radius:999px;width:34px;height:34px;font-size:14px}.account-copy{gap:2px;display:grid}.account-copy strong{font-size:13px}.toolbar-meta,.thread-snippet,.thread-time,.message-addresses p,.message-actions span{color:var(--muted)}.pane-grid{flex:1;grid-template-columns:minmax(540px,1.1fr) minmax(360px,.9fr);align-items:stretch;gap:16px;height:100%;min-height:0;display:grid}.pane-grid-list,.pane-grid-detail,.pane-grid-detail{grid-template-columns:minmax(0,1fr)}.pane-hidden{display:none!important}.thread-list-pane,.thread-reader-pane,.empty-panel{border:var(--mail-divider-width) solid var(--mail-divider-color);background:#fff;border-radius:0;overflow:hidden}.thread-list-pane,.thread-reader-pane{height:100%;min-height:0}.thread-list-container,.thread-list-pane{border-radius:0;flex-direction:column;width:100%;min-width:0;max-width:100%;height:100%;min-height:0;display:flex;overflow:hidden;box-shadow:0 10px 30px #1118270f}.thread-list-header,.thread-ai-filter-bar,.list-toolbar{flex-shrink:0}.thread-main-area{grid-template-rows:auto auto auto minmax(0,1fr);width:100%;min-width:0;max-width:100%;min-height:0;display:grid;overflow:hidden}.thread-header-row{background:linear-gradient(#fff 0%,#fbfbfb 100%);border-bottom:1px solid #11182714;justify-content:space-between;align-items:center;min-width:0;max-width:100%;padding-right:14px;display:flex}.thread-header-search{flex:0 auto;align-items:center;gap:8px;min-width:0;padding:8px 0;display:flex}.compose-drafts-menu{flex:none;position:relative}.compose-drafts-trigger{white-space:nowrap;gap:7px;height:38px;padding:0 11px}.compose-drafts-trigger-active{background:#fff;border-color:#1118273d}.compose-drafts-count{color:#fff;background:#111827;border-radius:999px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 6px;font-size:11px;line-height:1;display:inline-flex}.compose-drafts-popover{z-index:40;background:#fff;border:1px solid #1118271f;border-radius:8px;width:min(340px,100vw - 32px);max-height:380px;padding:6px;position:absolute;top:calc(100% + 8px);right:0;overflow:auto;box-shadow:0 18px 45px #0f172a29}.compose-drafts-item{color:#111827;text-align:left;background:0 0;border:0;border-radius:6px;gap:3px;width:100%;padding:10px;display:grid}.compose-drafts-item:hover{background:#1118270e}.compose-drafts-item strong,.compose-drafts-item span,.compose-drafts-item small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.compose-drafts-item strong{font-size:13px}.compose-drafts-item span{color:#4b5563;font-size:12px}.compose-drafts-item small,.compose-drafts-empty{color:#6b7280;font-size:12px}.compose-drafts-empty{padding:12px}.thread-folder-tabs{scrollbar-width:none;-webkit-overflow-scrolling:touch;flex:auto;align-self:flex-end;align-items:center;gap:4px;min-width:0;padding:10px 14px 0;display:flex;overflow:auto hidden}.thread-folder-tabs::-webkit-scrollbar{display:none}.thread-folder-tab{color:#5f6368;background:0 0;border:0;border-radius:10px 10px 0 0;flex:none;justify-content:center;align-items:center;gap:9px;min-width:126px;min-height:48px;padding:0 14px 10px;font-weight:700;transition:background .16s,color .16s;display:inline-flex;position:relative}.thread-folder-tab:after{content:"";background:0 0;border-radius:999px 999px 0 0;height:3px;transition:background .16s;position:absolute;bottom:0;left:10px;right:10px}.thread-folder-tab+.thread-folder-tab:before{content:"";background-color:var(--border,#0000001f);width:1px;transition:opacity .16s;position:absolute;top:12px;bottom:16px;left:-2.5px}.thread-folder-tab:hover+.thread-folder-tab:before,.thread-folder-tab-active+.thread-folder-tab:before,.thread-folder-tab:hover:before,.thread-folder-tab-active:before{opacity:0}.thread-folder-tab:hover{color:#111;background:#1118270b}.thread-folder-tab-active{color:#111;background:#fff}.thread-folder-tab-active:after{background:#111}.thread-folder-tab-icon{width:26px;height:26px;color:inherit;border-radius:8px;place-items:center;display:inline-grid}.thread-folder-tab-copy{align-items:center;gap:8px;min-width:0;display:inline-flex}.thread-folder-tab-label{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.thread-folder-tab-count{color:#3c4043;background:#f1f3f4;border-radius:999px;place-items:center;min-width:22px;height:20px;padding:0 7px;font-size:11px;font-weight:800;line-height:1;display:inline-grid}.thread-folder-tab-active .thread-folder-tab-count{color:#fff;background:#111}.thread-ai-filter-bar{scrollbar-width:none;-webkit-overflow-scrolling:touch;background:#fafafa;border-bottom:1px solid #11182714;flex-wrap:nowrap;align-items:center;gap:5px;min-width:0;max-width:100%;min-height:48px;padding:5px 14px 0;display:flex;overflow:auto hidden}.thread-ai-filter-bar::-webkit-scrollbar{display:none}.thread-ai-filter-chip{color:#4b5563;white-space:nowrap;background:0 0;border:0;border-radius:10px 10px 0 0;flex:none;justify-content:center;align-items:center;gap:7px;min-width:92px;min-height:43px;font-size:12.5px;font-weight:800;transition:background .16s,color .16s,box-shadow .16s;display:inline-flex;position:relative}.thread-ai-filter-chip:after{content:"";background:0 0;border-radius:999px 999px 0 0;height:3px;transition:background .16s;position:absolute;bottom:0;left:10px;right:10px}.thread-ai-filter-chip{padding:0 13px 5px}.thread-ai-filter-chip-all{min-width:72px}.thread-ai-filter-label{text-align:center;flex-direction:column;justify-content:center;align-items:center;line-height:1.1;display:inline-flex}.thread-ai-filter-word{white-space:nowrap;display:block}.thread-ai-filter-badge{color:#4b5563;background:#fff;border:1px solid #11182714;border-radius:999px;place-items:center;min-width:21px;height:20px;padding:0 6px;font-size:11px;font-weight:800;line-height:1;display:inline-grid}.thread-ai-filter-chip-active{color:#111;background:#fff;box-shadow:inset 0 1px #ffffffd9,0 -1px #11182705}.thread-ai-filter-chip-active:after{background:#111}.thread-ai-filter-chip-active .thread-ai-filter-badge{color:#fff;background:#111;border-color:#11182724}.thread-ai-filter-chip:hover{color:#111;background:#fff}.thread-ai-filter-chip-active:hover{background:#fff}.list-toolbar{border-bottom:var(--mail-divider-width) solid var(--mail-divider-color);background:#fff;justify-content:space-between;align-items:center;gap:16px;min-width:0;min-height:62px;padding:10px 16px;display:flex}.toolbar-group{flex-wrap:wrap;align-items:center;gap:8px;min-width:0;display:flex}.thread-search-control{background:#f1f3f4;border:1px solid #11182717;align-items:center;gap:8px;min-height:42px;display:inline-flex}.thread-search-control input{color:#111;font:inherit;background:0 0;border:none;outline:none}.thread-search-control{width:min(420px,38vw);min-width:min(260px,100%);max-width:100%;color:var(--muted);border-radius:999px;padding:0 14px}.thread-search-control:focus-within{background:#fff;border-color:#11182738;box-shadow:0 0 0 3px #11182714}.thread-search-control input{width:100%;min-width:0}.thread-toolbar-search{width:min(360px,34vw);min-width:min(220px,100%)}.toolbar-pagination,.pagination-controls{align-items:center;gap:12px;display:flex}.toolbar-checkbox,.row-checkbox{border:1.5px solid var(--outline-strong);background:#fff;border-radius:4px;display:inline-block}.toolbar-checkbox{width:20px;height:20px;padding:0}.toolbar-checkbox-selected,.row-checkbox-selected{background:#111;border-color:#111}.chrome-icon-button,.toolbar-icon-button{border-radius:999px;width:40px;height:40px}.thread-list{scrollbar-gutter:stable;background:#fff;flex:1 1 0;min-width:0;max-width:100%;height:100%;min-height:0;overflow:hidden auto}.thread-list-custom-content{flex:1 1 0;min-height:0;overflow-y:auto}.thread-row{background:#fff;border-bottom:1px solid #1118270e;grid-template-columns:20px 24px minmax(112px,210px) minmax(0,1fr) minmax(0,max-content);align-items:start;gap:12px;width:100%;min-width:0;max-width:100%;min-height:74px;padding:11px 16px;font-weight:400;transition:background .14s,box-shadow .14s;display:grid;position:relative}.thread-row:last-child{border-bottom:none}.thread-row-active{background:#f4f6f8;box-shadow:inset 3px 0 #111}.thread-row-focused{background:#edf1f7;box-shadow:inset 3px 0 #3b82f6}.thread-row-transitioning,.draft-queue-card-transitioning{opacity:.4;pointer-events:none;transition:opacity .5s}.task-row-focused{box-shadow:inset 3px 0 #3b82f6;background:#edf1f7!important}.task-card-focused{outline-offset:-2px;outline:2px solid #3b82f6}.boxes-stage-column-focused{outline-offset:2px;outline:2px solid #3b82f6}.box-card-focused{outline-offset:-2px;outline:2px solid #3b82f6}.thread-row-unread{background:#fff;font-weight:500}.thread-row:not(.thread-row-unread):not(.thread-row-active){background:#fbfbfb}.thread-row:hover{background:#f6f8fa}.row-checkbox{width:16px;height:16px}.thread-star-active,.thread-row .thread-star-active,.thread-row:not(.thread-row-unread):not(.thread-row-active) .thread-star-active{color:#eab308!important}.thread-star-active:hover,.thread-star-active:focus-visible{color:#ca8a04!important;background:#eab3081f!important}.thread-star{background:0 0;border:none;border-radius:999px;justify-content:center;align-items:center;width:28px;height:28px;padding:0;display:inline-flex}.row-checkbox,.thread-star{margin-top:4px}.thread-star:hover,.thread-star:focus-visible{color:#eab308;background:#eab3081f}.thread-star-active svg path{fill:currentColor}.thread-row-open,.thread-row-action{appearance:none;color:inherit;background:0 0;border:none;border-radius:0}.thread-row-open{text-align:left;min-width:0;padding:0}.thread-sender,.thread-subject,.thread-snippet{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.thread-sender{color:#202124;padding-top:3px;font-weight:500}.thread-subject{color:#202124;font-weight:650}.thread-snippet{font-weight:400}.thread-time{white-space:nowrap;flex:none;align-items:center;width:max-content;min-width:max-content;max-width:none;font-weight:400;line-height:1;display:inline-flex;overflow:visible}.thread-row-unread .thread-sender,.thread-row-unread .thread-subject{font-weight:600}.thread-row:not(.thread-row-unread):not(.thread-row-active) .thread-sender,.thread-row:not(.thread-row-unread):not(.thread-row-active) .thread-subject{color:#858585}.thread-row:not(.thread-row-unread):not(.thread-row-active) .thread-snippet,.thread-row:not(.thread-row-unread):not(.thread-row-active) .thread-time,.thread-row:not(.thread-row-unread):not(.thread-row-active) .thread-star{color:#aaa}.thread-content{gap:7px;min-width:0;display:grid}.thread-content-main{align-items:center;gap:6px;width:100%;min-width:0;display:flex}.thread-subject{flex:0 auto}.thread-snippet{flex:1;min-width:0}.thread-ai-meta{align-items:center;gap:8px;width:100%;min-width:0;display:flex;overflow:visible}.thread-chips{flex-wrap:wrap;gap:6px;width:100%;min-width:0;display:flex;overflow:visible}.thread-chip{text-overflow:ellipsis;white-space:nowrap;border-radius:7px;flex:0 auto;align-items:center;max-width:100%;min-height:22px;padding:0 8px;font-size:11px;font-weight:700;line-height:1.1;display:inline-flex;overflow:hidden}.thread-chip-clickable{cursor:pointer;border:none}.thread-chip-clickable:hover,.thread-chip-clickable:focus-visible{filter:brightness(.96);box-shadow:inset 0 0 0 1px #1111111a}.thread-chip-filter-active{box-shadow:inset 0 0 0 1px #1111112e}.thread-chip-label{color:#236148;background:#edf7f2}.thread-chip-priority{color:#344a9f;background:#eef2ff}.thread-chip-warning{color:#8a4b0f;background:#fff2e5}.thread-chip--ai-processing{color:#6f5524;background:#f5f1e8;border:1px solid #8b6c2b2e;gap:5px}.thread-chip-dot{background:#b98524;border-radius:999px;flex:none;width:6px;height:6px;animation:1.25s ease-in-out infinite thread-chip-pulse}@keyframes thread-chip-pulse{0%,to{opacity:.45;transform:scale(.84)}50%{opacity:1;transform:scale(1)}}.thread-chip--reminder{color:#155e75;background:#e8f5f7;border:1px solid #155e7524}.thread-chip--compact-reminder{white-space:nowrap;flex:none;gap:4px;width:max-content;max-width:none;padding:0 6px;overflow:visible}.thread-chip--compact-reminder span{white-space:nowrap;flex:none;min-width:max-content;overflow:visible}.thread-chip--compact-reminder svg{flex:none;width:13px;height:13px}.undo-send-bar,.offline-status-banner,.scheduled-sends-panel,.mailbox-rules-panel{border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:8px}.undo-send-bar{z-index:80;justify-content:space-between;align-items:center;gap:18px;min-width:min(520px,100vw - 32px);padding:12px 14px;display:flex;position:fixed;bottom:24px;left:50%;transform:translate(-50%);box-shadow:0 18px 50px #0f172a2e}.undo-send-bar div,.offline-status-banner,.scheduled-send-row div,.mailbox-rule-row div{flex-direction:column;gap:3px;display:flex}.undo-send-bar span,.offline-status-banner span,.scheduled-send-row span,.mailbox-rule-row span{color:var(--muted);font-size:12px}.offline-status-banner,.scheduled-sends-panel,.mailbox-rules-panel{margin:0 0 12px;padding:12px}.scheduled-sends-panel__header,.mailbox-rules-panel__header,.mail-command-palette__header{justify-content:space-between;align-items:center;gap:12px;display:flex}.scheduled-sends-panel__list,.mailbox-rules-panel__list,.mailbox-rules-panel__jobs{gap:8px;margin-top:10px;display:grid}.scheduled-send-row,.mailbox-rule-row{border:1px solid var(--border-subtle,var(--border));background:var(--surface-muted,#94a3b814);border-radius:8px;justify-content:space-between;align-items:center;gap:12px;padding:10px;display:flex}.scheduled-send-row--failed{border-color:#dc262666}.scheduled-send-row__actions{align-items:center;gap:8px;display:flex}.mail-command-palette{z-index:90;background:#0f172a3d;place-items:start center;padding-top:12vh;display:grid;position:fixed;inset:0}.mail-command-palette__surface{border:1px solid var(--border);background:var(--surface);border-radius:8px;width:min(420px,100vw - 32px);padding:10px;box-shadow:0 24px 60px #0f172a38}.mail-command-palette__item{width:100%;color:var(--text);text-align:left;background:0 0;border:0;border-radius:6px;justify-content:space-between;align-items:center;padding:10px;display:flex}.mail-command-palette__item:hover:not(:disabled){background:var(--surface-muted,#94a3b81f)}.mail-command-palette__item kbd{border:1px solid var(--border);min-width:24px;color:var(--muted);text-align:center;border-radius:5px;padding:2px 6px;font-size:11px}.thread-time-wrap{white-space:nowrap;color:#5f6368;flex:none;justify-self:end;align-items:center;gap:10px;min-width:max-content;display:flex;overflow:visible}.thread-follow-up-inline{color:#6f440c;background:#fff8ed;border:1px solid #f0d8b8;border-radius:999px;align-items:center;gap:4px;max-width:230px;min-height:26px;padding:0 9px;font-size:12px;font-weight:700;display:inline-flex}.thread-follow-up-inline span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.thread-follow-up-link{color:#111;font:inherit;text-underline-offset:2px;background:0 0;border:none;flex:none;padding:0;text-decoration:underline}.thread-row-side{justify-content:flex-end;align-items:center;min-width:0;max-width:100%;padding-top:2px;display:flex}.thread-row-quick-actions{opacity:0;pointer-events:none;z-index:10;background:#fffffffa;border:1px solid #11182714;border-radius:20px;flex-wrap:nowrap;justify-content:flex-end;align-items:center;gap:6px;width:max-content;max-width:calc(100vw - 380px);min-height:40px;padding:4px 8px;transition:opacity .14s,transform .14s,box-shadow .14s;display:flex;position:absolute;top:50%;right:16px;transform:translateY(-50%)scale(.98);box-shadow:0 4px 16px #11182714,0 1px 2px #1118270a}.thread-row:hover .thread-row-quick-actions,.thread-row:focus-within .thread-row-quick-actions{opacity:1;pointer-events:auto;transform:translateY(-50%)scale(1)}.thread-row:hover .thread-time-wrap,.thread-row:focus-within .thread-time-wrap{opacity:0}.thread-row-action{color:#5f6368;border:1px solid #0000;border-radius:50%;flex:none;justify-content:center;align-items:center;width:30px;height:30px;padding:0;transition:background .14s,border-color .14s,color .14s;display:inline-flex}.thread-row-action svg{width:18px;height:18px}.thread-row-action-text{color:#3c4043;white-space:nowrap;background:#fff;border:1px solid #11182714;border-radius:15px;flex:none;justify-content:center;align-items:center;max-width:140px;min-height:30px;padding:0 12px;font-size:12px;font-weight:600;line-height:1;transition:background .14s,border-color .14s,color .14s,box-shadow .14s;display:inline-flex}.thread-row-action-text:hover{background:#f1f3f4;border-color:#11182729;box-shadow:0 1px 2px #1118270a}.thread-row-action-follow-up{color:#6b4308;background:#fff8e6;border-color:#c9962c61}.thread-row-action-follow-up:hover{color:#4f3104;background:#ffefbf;border-color:#c9962c94}.thread-row-action:hover{color:#d9534f;background:#fdf2f2;border-color:#d9534f26}.thread-row-action:disabled,.thread-row-action-text:disabled,.thread-star:disabled{opacity:.45;cursor:wait}.thread-unread-badge{color:#fff;background:#111;border-radius:999px;place-items:center;min-width:24px;height:24px;padding:0 8px;font-size:12px;font-weight:700;display:grid}.thread-reader-pane{grid-template-rows:auto minmax(0,1fr);min-height:0;display:grid;position:relative}.reader-header{background:linear-gradient(#fffffffa 0%,#f8fafceb 100%);border-bottom:1px solid #11182714;gap:16px;padding:22px 24px 20px;display:grid;box-shadow:inset 0 1px #ffffffd1,0 12px 28px #1118270d}.reader-topbar{align-items:flex-start;gap:12px;min-width:0;display:flex}.reader-topbar>.toolbar-icon-button,.reader-topbar>.toolbar-button{color:#475569;background:#ffffffd1;border:1px solid #11182714;border-radius:12px;flex:none;width:34px;min-width:34px;height:34px;min-height:34px;padding:0;box-shadow:0 1px 2px #1118270a}.reader-topbar>.reader-back-button{text-align:left;white-space:normal;overflow-wrap:anywhere;justify-content:flex-start;align-items:center;gap:6px;width:auto;min-width:0;max-width:min(220px,38vw);height:auto;min-height:34px;padding:6px 10px;line-height:1.15}.reader-topbar>.reader-back-button svg{flex:none}.reader-topbar>.toolbar-icon-button:hover,.reader-topbar>.toolbar-button:hover{color:#0f766e;background:#f0fdfa;border-color:#0d94883d}.reader-title-stack{flex-direction:column;flex:auto;gap:8px;min-width:0;display:flex}.reader-subject-row{flex-wrap:wrap;align-items:center;gap:8px;min-width:0;display:flex}.reader-subject-row h3{color:#0f172a;letter-spacing:0;text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:26px;font-weight:800;line-height:1.18;overflow:hidden}.reader-chip{color:#0f766e;background:#f0fdfa;border:1px solid #0d948829;border-radius:999px;align-items:center;min-height:30px;padding:0 12px;font-size:12px;font-weight:800;display:inline-flex}.reader-subject-row .thread-chip{letter-spacing:0;border-radius:999px;min-height:24px;padding:0 9px;font-size:11px;line-height:1}.reader-subject-row .thread-chip-priority{color:#3730a3;background:#eef2ff}.reader-subject-row .thread-chip-label{color:#0f766e;background:#f0fdfa}.reader-subject-row .thread-chip-warning{color:#9a3412;background:#fff7ed}.reader-inline-summary{color:#475569;background:#fffbebbd;border:1px solid #c9962c2e;border-radius:14px;align-items:flex-start;gap:8px;max-width:880px;padding:10px 12px;display:flex}.reader-inline-summary-text{flex:auto;margin:0;font-size:13px;font-weight:600;line-height:1.5}.reader-subject-row .thread-chip-clickable{border:1px solid #0000}.reader-subject-row .thread-chip-clickable:hover,.reader-subject-row .thread-chip-clickable:focus-visible,.reader-subject-row .thread-chip-filter-active{filter:none;box-shadow:none;border-color:currentColor}.reader-ai-reasons{color:#0f766e;background:#f0fdfab8;border:1px solid #0d948829;border-radius:10px;max-width:min(620px,100%);padding:8px 10px;font-size:12px;font-weight:600;line-height:1.4}.ai-quick-feedback{align-items:center;gap:6px;display:inline-flex;position:relative}.ai-quick-feedback-button{color:#64748b;cursor:pointer;background:#fff;border:1px solid #1118271a;border-radius:999px;justify-content:center;align-items:center;width:28px;height:28px;transition:background .16s,border-color .16s,color .16s,box-shadow .16s;display:inline-flex}.ai-quick-feedback-button:hover,.ai-quick-feedback-button:focus-visible{color:#0f766e;background:#f0fdfa;border-color:#0d948847;box-shadow:0 4px 12px #0d948814}.ai-quick-feedback-menu{z-index:20;border:1px solid var(--outline);background:var(--surface);border-radius:8px;min-width:210px;padding:6px;display:grid;position:absolute;top:calc(100% + 6px);left:0;box-shadow:0 12px 28px #1111111f}.ai-quick-feedback-menu button{color:var(--text);cursor:pointer;text-align:left;background:0 0;border:0;border-radius:6px;padding:8px 10px;font-size:13px}.ai-quick-feedback-menu button:hover,.ai-quick-feedback-menu button:focus-visible{background:var(--surface-hover)}.ai-quick-feedback-status{color:var(--muted);white-space:nowrap;font-size:12px}.reader-action-icons{background:#ffffffdb;border:1px solid #1118271a;border-radius:5px;flex:none;order:2;align-items:center;gap:4px;padding:3px;display:inline-flex;box-shadow:0 2px 8px #1118270f}.reader-title-stack{order:1}.reader-action-icon-button-block{color:var(--danger)}.reader-action-icon-button{color:#64748b;cursor:pointer;background:#fff;border:1px solid #1118271a;border-radius:3px;justify-content:center;align-items:center;width:28px;height:28px;transition:background .16s,border-color .16s,color .16s,box-shadow .16s;display:inline-flex;position:relative}.reader-action-icon-button[data-tooltip]:after{content:attr(data-tooltip);color:#fff;white-space:nowrap;opacity:0;pointer-events:none;z-index:1000;background:#1e293b;border-radius:6px;padding:4px 8px;font-size:11px;font-weight:500;transition:opacity .12s,transform .12s;position:absolute;bottom:135%;left:50%;transform:translate(-50%)scale(.95);box-shadow:0 4px 10px #00000026}.reader-action-icon-button[data-tooltip]:before{content:"";opacity:0;pointer-events:none;z-index:1000;border:5px solid #0000;border-top-color:#1e293b;border-bottom-width:0;transition:opacity .12s;position:absolute;bottom:120%;left:50%;transform:translate(-50%)}.reader-action-icon-button[data-tooltip]:hover:after{opacity:1;transform:translate(-50%)scale(1)}.reader-action-icon-button[data-tooltip]:hover:before{opacity:1}.reader-action-icon-button:disabled{cursor:not-allowed;opacity:.55}.reader-action-icon-button:hover,.reader-action-icon-button:focus-visible{color:#0f766e;background:#f0fdfa;border-color:#0d948847;box-shadow:0 4px 12px #0d948814}.reader-action-icon-button:disabled:hover,.reader-action-icon-button:disabled:focus-visible{color:#64748b;box-shadow:none;background:#fff;border-color:#1118271a}.reader-action-icon-button-starred{color:#eab308!important;border-color:#eab3083d!important}.reader-action-icon-button-starred svg path{fill:currentColor}.reader-action-icon-button-starred:hover,.reader-action-icon-button-starred:focus-visible{color:#a16207!important;background:#fefce8!important;border-color:#eab30861!important;box-shadow:0 4px 12px #eab30814!important}.reader-action-icon-button-active{color:#0f766e!important;background:#f0fdfa!important;border-color:#0d948847!important;box-shadow:0 4px 12px #0d948814!important}.reader-action-icon-button:focus-visible{outline-offset:2px;outline:3px solid #0d94882e}.task-ai-feedback-row{color:var(--muted);justify-content:space-between;align-items:center;gap:10px;margin-top:12px;font-size:13px;display:flex}.thread-box-actions .toolbar-button,.thread-box-actions .ghost-button{color:#111827;background:#fff;border-color:#11182714;border-radius:12px;min-height:36px;padding:0 14px;font-size:13px;font-weight:700;box-shadow:0 1px 1px #11182708}.thread-box-actions .toolbar-button:hover,.thread-box-actions .ghost-button:hover{color:#134e4a;background:#f0fdfa;border-color:#0d948847;box-shadow:0 4px 12px #0d948814}.thread-box-actions .toolbar-button:focus-visible,.thread-box-actions .ghost-button:focus-visible{outline-offset:2px;border-color:#0d948880;outline:3px solid #0d94882e}.thread-box-actions .toolbar-button svg{color:#334155;width:16px;height:16px}.thread-box-actions .toolbar-button:hover svg{color:#0f766e}.thread-spam-alert{box-sizing:border-box;border-radius:12px;justify-content:space-between;align-items:center;gap:16px;width:100%;margin:0 0 16px;padding:14px 18px;transition:all .2s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 4px 16px -2px #0f172a0d}.thread-spam-alert-suspicious{background:linear-gradient(135deg,#fffdfa 0%,#fff7ed 100%);border:1px solid #fed7aa;border-left:4px solid #f97316}.thread-spam-alert-suspicious .thread-spam-alert-icon-wrapper{color:#ea580c;background:#f973161f;border:1px solid #f9731638}.thread-spam-alert-suspicious .thread-spam-alert-badge{color:#c2410c;background:#f973161f}.thread-spam-alert-spam{background:linear-gradient(135deg,#fff8f8 0%,#fef2f2 100%);border:1px solid #fca5a5;border-left:4px solid #ef4444}.thread-spam-alert-spam .thread-spam-alert-icon-wrapper{color:#dc2626;background:#ef44441f;border:1px solid #ef444438}.thread-spam-alert-spam .thread-spam-alert-badge{color:#b91c1c;background:#ef44441f}.thread-spam-alert-review{background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);border:1px solid #cbd5e1;border-left:4px solid #6366f1}.thread-spam-alert-review .thread-spam-alert-icon-wrapper{color:#4f46e5;background:#6366f11f;border:1px solid #6366f138}.thread-spam-alert-review .thread-spam-alert-badge{color:#4338ca;background:#6366f11f}.thread-spam-alert-main{flex:1;align-items:flex-start;gap:14px;min-width:0;display:flex}.thread-spam-alert-icon-wrapper{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;margin-top:1px;display:flex}.thread-spam-alert-content{flex-direction:column;gap:3px;min-width:0;display:flex}.thread-spam-alert-header{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.thread-spam-alert-title{color:#0f172a;margin:0;font-size:14px;font-weight:700;line-height:1.3}.thread-spam-alert-badge{letter-spacing:.03em;text-transform:uppercase;border-radius:6px;padding:2px 8px;font-size:11px;font-weight:700;line-height:1.4}.thread-spam-alert-reason{color:#475569;margin:0;font-size:13px;font-weight:400;line-height:1.45}.thread-spam-alert-actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.spam-action-btn{cursor:pointer;white-space:nowrap;border-radius:8px;align-items:center;gap:6px;padding:8px 14px;font-size:13px;font-weight:600;transition:all .18s cubic-bezier(.4,0,.2,1);display:inline-flex}.spam-action-primary{color:#0f172a;background:#fff;border:1px solid #cbd5e1;box-shadow:0 1px 3px #0f172a14}.spam-action-primary:hover{color:#0f172a;background:#fff;border-color:#94a3b8;transform:translateY(-1px);box-shadow:0 3px 8px #0f172a1f}.spam-action-primary:active{transform:translateY(0);box-shadow:0 1px 2px #0f172a0f}.spam-action-secondary{color:#475569;background:#fff9;border:1px solid #94a3b84d}.spam-action-secondary:hover{color:#0f172a;background:#fffffff2;border-color:#94a3b8}@media (width<=640px){.thread-spam-alert{flex-direction:column;align-items:stretch;gap:12px}.thread-spam-alert-actions{justify-content:flex-end;width:100%}}.thread-context-panels:empty{display:none}.thread-reader-scroll{scrollbar-gutter:stable;min-height:0;overflow:auto}.thread-inline-composer{border:var(--mail-divider-width) solid var(--mail-divider-color);background:#fff;border-radius:8px;margin:0 24px 28px;overflow:hidden;box-shadow:0 12px 32px #0f172a14}.thread-inline-composer .compose-page{min-height:0}.thread-inline-composer .compose-header{padding:14px 16px 10px}.thread-inline-composer .compose-form{max-height:none}.thread-context-panels{border-bottom:var(--mail-divider-width) solid var(--mail-divider-color);background:#f8faf9;gap:0;display:grid}.thread-context-panels>:last-child{border-bottom:0}.smart-calendar-inline-suggestions{border-bottom:var(--mail-divider-width) solid var(--mail-divider-color);background:#f8faf9;flex-wrap:wrap;gap:10px;padding:0 24px 14px;display:flex}.smart-calendar-inline-suggestion{color:#111;text-align:left;background:#fff;border:1px solid #1111111a;border-radius:8px;align-items:center;gap:8px;padding:8px 10px;display:inline-flex}.smart-calendar-inline-suggestion span{color:var(--muted)}.relationship-memory-panel{border-bottom:var(--mail-divider-width) solid var(--mail-divider-color);background:#f8faf9;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:12px;padding:16px 24px;display:grid}.relationship-memory-card{background:#fff;border:1px solid #1f29371f;border-radius:8px;gap:12px;padding:14px;display:grid}.relationship-memory-head{justify-content:space-between;gap:12px;min-width:0;display:flex}.relationship-memory-head strong{color:var(--ink);font-size:15px;display:block}.relationship-memory-head p{color:var(--muted);margin:2px 0 0;font-size:13px;line-height:1.35}.relationship-risk{color:#236148;text-transform:capitalize;background:#edf7f2;border-radius:999px;flex:none;align-self:start;min-height:24px;padding:4px 8px;font-size:12px;font-weight:700}.relationship-memory-grid{grid-template-columns:112px minmax(0,1fr);gap:6px 10px;display:grid}.relationship-memory-grid span,.relationship-memory-list span{color:var(--muted);font-size:12px;font-weight:700}.relationship-memory-grid p{color:var(--ink);margin:0;font-size:13px;line-height:1.45}.relationship-memory-list{gap:6px;display:grid}.relationship-memory-list ul{color:var(--ink);gap:4px;margin:0;padding-left:18px;font-size:13px;line-height:1.45;display:grid}.thread-detected-actions{border-bottom:var(--mail-divider-width) solid var(--mail-divider-color);background:#fbfcfb;gap:8px;padding:12px 24px;display:grid}.thread-detected-actions,.thread-detected-actions *{box-sizing:border-box}.thread-detected-actions-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.thread-detected-actions-head h4,.thread-detected-actions-head p{margin:0}.thread-detected-actions-head h4{color:var(--ink);font-size:14px;line-height:1.25}.thread-detected-actions-head p{color:var(--muted);margin-top:3px;font-size:12px;line-height:1.35}.thread-detected-actions-head>span{color:#34407a;background:#eef2ff;border-radius:999px;place-items:center;min-width:26px;height:26px;padding:0 8px;font-size:12px;font-weight:850;display:inline-grid}.thread-detected-action-card{color:var(--ink);background:#fff;border:1px solid #1111111a;border-radius:8px;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:14px;padding:12px 14px;display:grid}.thread-detected-action-main{align-items:start;gap:5px;min-width:0;display:grid}.thread-detected-action-main strong{color:var(--ink);font-size:14px;line-height:1.3;display:block}.thread-detected-action-main p{color:#4b5563;margin:0;font-size:12.5px;line-height:1.4}.thread-detected-action-facts{color:var(--muted);flex-wrap:wrap;gap:6px 12px;font-size:12px;line-height:1.35;display:flex}.thread-detected-action-facts span+span{position:relative}.thread-detected-action-facts span+span:before{content:"";background:#11111159;border-radius:999px;width:3px;height:3px;position:absolute;top:50%;left:-7px;transform:translateY(-50%)}.thread-action-status,.thread-action-chip{color:#4b5563;text-overflow:ellipsis;white-space:nowrap;background:#f3f4f6;border:1px solid #11111114;border-radius:999px;align-items:center;width:fit-content;max-width:100%;min-height:24px;padding:0 8px;font-size:11.5px;font-weight:750;line-height:1;display:inline-flex;overflow:hidden}.thread-action-status{color:#34407a;text-transform:capitalize;background:#eef2ff}.thread-detected-action-buttons{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.thread-detected-action-buttons .secondary-button,.thread-detected-action-buttons .ghost-button{border-radius:16px;min-height:32px;padding:0 12px;font-size:12px;font-weight:750}.negotiation-diff-panel{border-bottom:var(--mail-divider-width) solid var(--mail-divider-color);background:#fbfaf7;padding:16px 24px}.negotiation-diff-card{background:#fff;border:1px solid #925b122e;border-radius:8px;padding:14px}.negotiation-diff-card summary{color:var(--ink);cursor:pointer;justify-content:space-between;align-items:center;gap:12px;font-size:15px;font-weight:800;display:flex}.negotiation-diff-card summary small{color:#7a4b00;flex:none;font-size:12px;font-weight:700}.negotiation-diff-summary,.negotiation-next-step{color:var(--ink);margin:12px 0 0;font-size:13px;line-height:1.45}.negotiation-change-list{gap:8px;margin-top:12px;display:grid}.negotiation-change-row{border-top:1px solid #11111114;grid-template-columns:132px minmax(0,1fr);gap:10px;padding-top:8px;display:grid}.negotiation-change-row>span{color:#7a4b00;text-transform:capitalize;font-size:12px;font-weight:800}.negotiation-change-row p{color:var(--ink);margin:0 0 4px;font-size:13px;line-height:1.4}.negotiation-change-row p:last-child{margin-bottom:0}.negotiation-next-step{border-top:1px solid #11111114;padding-top:10px}.message-stack{gap:18px;min-height:0;padding:20px 24px 28px;display:grid}.message-card{width:100%;min-width:0;max-width:100%;box-shadow:none;background:#fff;border:1px solid #11182714;border-radius:0;padding:20px 22px 24px;transition:border-color .18s,box-shadow .18s}.message-card:hover{box-shadow:none;border-color:#1118271f}.message-top,.message-actions,.compose-footer{justify-content:space-between;gap:12px;display:flex}.message-card .message-top{border-bottom:1px solid #11182714;flex-wrap:nowrap;align-items:flex-start;width:100%;padding-bottom:16px}.message-author{color:#202124;flex:auto;align-items:flex-start;gap:12px;min-width:0;display:flex}.message-avatar{color:#fff;letter-spacing:0;background:#111;border-radius:999px;flex:none;justify-content:center;align-items:center;width:40px;height:40px;font-size:15px;font-weight:700;display:inline-flex}.message-addresses{min-width:0;padding-top:1px}.message-sender-line{white-space:nowrap;align-items:baseline;gap:6px;min-width:0;display:flex}.message-sender-line strong{color:#202124;flex:none;font-size:14px;font-weight:700;line-height:1.35}.message-sender-email{color:#5f6368;text-overflow:ellipsis;min-width:0;font-size:12px;font-weight:400;line-height:1.35;overflow:hidden}.message-recipient-line{color:#5f6368;align-items:center;gap:3px;margin:2px 0 0;font-size:12px;line-height:1.3;display:flex}.message-recipient-line svg{color:#5f6368}.message-actions{white-space:nowrap;flex-wrap:nowrap;flex:none;align-items:center}.message-actions .ghost-button.message-block-btn{color:#dc2626}.message-actions .ghost-button.message-block-btn:hover{color:#b91c1c;background:#fef2f2}html[data-needle-theme=dark] .message-actions .ghost-button.message-block-btn{color:#ef4444}html[data-needle-theme=dark] .message-actions .ghost-button.message-block-btn:hover{color:#fca5a5;background:#ef444426}.message-body{color:var(--ink);text-rendering:optimizelegibility;max-width:100%;margin-top:16px;font-family:Manrope,sans-serif;font-size:14px;font-weight:400;line-height:1.6;overflow:auto hidden}.message-body::-webkit-scrollbar{height:6px}.message-plain::-webkit-scrollbar{height:6px}.message-body::-webkit-scrollbar-track{background:0 0}.message-plain::-webkit-scrollbar-track{background:0 0}.message-body::-webkit-scrollbar-thumb{background:#0000001f;border-radius:3px}.message-plain::-webkit-scrollbar-thumb{background:#0000001f;border-radius:3px}.message-body::-webkit-scrollbar-thumb:hover{background:#00000038}.message-plain::-webkit-scrollbar-thumb:hover{background:#00000038}.message-body :where(div,p,span,td,th,li,a,strong,b,em,small,ul,ol,dl,dt,dd,blockquote,h1,h2,h3,h4,h5,h6,font){font-weight:inherit;font-family:inherit!important;font-size:inherit!important;line-height:inherit!important;letter-spacing:normal!important}.message-body :where(strong,b,h1,h2,h3,h4,h5,h6){font-weight:600!important}.message-body img,.message-body table,.message-body iframe{max-width:100%}.message-body img{height:auto}.message-body a{text-decoration:underline;color:#0b57d0!important}.message-plain{white-space:pre-wrap;max-width:100%;margin:16px 0 0;font-family:IBM Plex Mono,monospace;font-size:13px;line-height:1.6;overflow-x:auto}.smart-calendar-highlight{cursor:pointer;background:#f9a8d447;border-bottom:1px solid #db277761;border-radius:4px;padding:0 2px}.smart-calendar-highlight:focus-visible{outline-offset:2px;outline:2px solid #db277773}.decision-highlight{background:#0ea5e92e;border-bottom-color:#0284c780}.decision-inline-card{color:#172033;white-space:normal;background:#f8fdff;border:1px solid #0284c73d;border-radius:8px;width:min(520px,100%);margin:10px 0 12px;padding:12px;font-family:Manrope,sans-serif;display:block}.decision-inline-card strong,.decision-inline-card>span{display:block}.decision-inline-card strong{margin-bottom:4px;font-size:13px}.decision-inline-card>span{font-family:inherit;font-size:13px;line-height:1.45}.decision-inline-actions{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.decision-inline-actions button{color:#172033;min-height:32px;font:inherit;background:#fff;border:1px solid #1f293724;border-radius:7px;padding:6px 10px;font-size:13px}.decision-inline-actions button:hover{background:#eef8fc}.decision-inline-actions .decision-dismiss-button{color:#64748b}.commitment-highlight{border-bottom-color:#1f293761}.smart-calendar-popover{z-index:30;background:#fff;border:1px solid #1f29371f;border-radius:8px;width:min(320px,100vw - 32px);padding:12px;position:fixed;overflow-y:auto;box-shadow:0 18px 44px #11182729}.smart-calendar-popover-head,.smart-calendar-row,.smart-calendar-slot{justify-content:space-between;align-items:center;gap:12px;display:flex}.smart-calendar-popover-head{margin-bottom:8px}.smart-calendar-popover-deadline{border-radius:16px;width:min(372px,100vw - 32px);padding:16px}.smart-calendar-popover-deadline .smart-calendar-popover-head{margin-bottom:16px}.smart-calendar-popover-title{align-items:center;gap:10px;display:flex}.smart-calendar-popover-title>span:last-child{gap:1px;display:grid}.smart-calendar-popover-title small,.smart-calendar-date-card small{color:var(--muted);letter-spacing:.04em;text-transform:uppercase;font-size:11px;font-weight:600}.smart-calendar-popover-title strong{color:var(--ink);font-size:15px}.smart-calendar-popover-icon,.smart-calendar-date-icon{background:var(--brand-gold-soft);color:var(--brand-gold-strong,#8a6924);border-radius:10px;flex:none;justify-content:center;align-items:center;display:inline-flex}.smart-calendar-popover-icon{width:36px;height:36px}.smart-calendar-deadline-title{color:var(--ink);margin:0 0 14px;font-size:17px;font-weight:650;line-height:1.4}.smart-calendar-date-card{border:1px solid var(--brand-gold-border);background:var(--brand-gold-soft);border-radius:12px;align-items:center;gap:11px;margin-bottom:14px;padding:11px 12px;display:flex}.smart-calendar-date-icon{background:#ffffffb8;width:34px;height:34px}.smart-calendar-date-card>span:last-child{gap:2px;min-width:0;display:grid}.smart-calendar-date-card strong{color:var(--ink);font-size:14px;line-height:1.35}.smart-calendar-popover-deadline .smart-calendar-reason{background:var(--surface-muted);border:0;border-radius:10px;padding:11px 12px}.smart-calendar-popover-deadline .smart-calendar-actions{grid-template-columns:1fr 1fr;display:grid}.smart-calendar-popover-deadline .smart-calendar-actions button{justify-content:center;min-height:42px}.smart-calendar-primary{color:var(--ink);margin:0 0 10px;font-weight:650}.smart-calendar-row{color:var(--muted);margin-bottom:10px;font-size:13px}.smart-calendar-row strong{color:var(--ink)}.smart-calendar-reason{border-top:1px solid #1f293714;padding-top:10px}.smart-calendar-reason span{color:var(--muted);margin-bottom:3px;font-size:12px;display:block}.smart-calendar-reason p,.smart-calendar-empty{color:var(--ink);margin:0;font-size:13px;line-height:1.45}.smart-calendar-actions{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.commitment-popover{border-color:#1f293714;width:min(280px,100vw - 32px);padding:10px;box-shadow:0 18px 40px #11182724}.commitment-popover .smart-calendar-popover-head{margin-bottom:6px}.commitment-popover-eyebrow{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:11px;font-weight:700}.commitment-popover-text{color:var(--ink);margin:0;font-size:14px;font-weight:650;line-height:1.42}.commitment-popover-actions{align-items:center;gap:8px;margin-top:12px;display:flex}.commitment-popover-actions .primary-button,.commitment-popover-actions .ghost-button,.commitment-due-panel .secondary-button{min-height:32px;padding:0 12px}.commitment-link-action{color:var(--muted);cursor:pointer;font:inherit;background:0 0;border:0;padding:4px 2px;font-size:12px;font-weight:650}.commitment-link-action:hover{color:var(--ink)}.commitment-link-action:disabled{cursor:not-allowed;opacity:.55}.commitment-due-panel{border-top:1px solid #1f293714;grid-template-columns:1fr auto;align-items:end;gap:8px;margin-top:10px;padding-top:10px;display:grid}.commitment-due-edit span{color:var(--muted);font-size:11px;font-weight:650}.commitment-due-edit{gap:4px;display:grid}.commitment-due-edit input{border:1px solid #1f293729;border-radius:7px;min-height:32px;padding:0 8px;font-size:12px}.smart-calendar-slot-list{gap:8px;display:grid}.smart-calendar-slot{border:1px solid #1f293714;border-radius:8px;align-items:flex-start;padding:8px}.smart-calendar-slot>span{color:var(--ink);font-size:13px;font-weight:650}.smart-calendar-slot div{flex-wrap:wrap;justify-content:flex-end;gap:6px;display:flex}.attachment-list{flex-wrap:wrap;gap:10px;margin-top:18px;display:flex}.attachment-pill{border:var(--mail-divider-width) solid var(--mail-divider-color);background:var(--surface-muted);border-radius:20px;align-items:center;min-height:40px;padding:0 14px;text-decoration:none;display:inline-flex}.thread-attachment-section{border-top:1px solid var(--mail-divider-color);gap:8px;margin-top:18px;padding-top:12px;display:grid}.thread-attachment-section__title{color:var(--muted);text-transform:uppercase;font-size:12px;font-weight:800}.thread-attachment-row{grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:10px;padding:8px 0;display:grid}.thread-attachment-main{align-items:center;gap:8px;min-width:0;display:flex}.thread-attachment-main div{gap:2px;min-width:0;display:grid}.thread-attachment-main strong,.thread-attachment-main small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.thread-attachment-main small,.thread-attachment-badges span{color:var(--muted);font-size:12px}.thread-attachment-badges,.thread-attachment-actions{flex-wrap:wrap;gap:6px;display:flex}.thread-attachment-actions a{color:var(--accent);font-size:12px;font-weight:700;text-decoration:none}.thread-attachment-more summary{cursor:pointer;color:var(--accent);font-size:12px;font-weight:700}.empty-panel,.empty-pane{text-align:center;min-height:320px;color:var(--muted);padding:32px}.modal-backdrop{background:#11111114;position:fixed;inset:0;z-index:2500!important}.modal-backdrop-blur{-webkit-backdrop-filter:blur(10px)}.compose-modal{border:var(--mail-divider-width) solid var(--mail-divider-color);width:min(640px,100vw - 36px);max-height:calc(100vh - 48px);box-shadow:var(--shadow);background:#fff;border-bottom:none;border-radius:18px 18px 0 0;flex-direction:column;display:flex;position:absolute;bottom:0;right:24px;overflow:hidden}.compose-header{background:#fff;flex-shrink:0;justify-content:space-between;align-items:flex-start;padding:20px 24px 16px;display:flex}.compose-header .toolbar-icon-button{width:36px;height:36px;color:var(--muted);border-radius:50%;justify-content:center;align-items:center;margin-top:-4px;transition:background .15s,color .15s;display:flex}.compose-header .toolbar-icon-button:hover{background:var(--surface-hover);color:var(--ink)}.compose-form{flex-direction:column;flex:1;gap:0;min-height:0;margin-top:0;display:flex;overflow-y:auto}.compose-field,.compose-body-field{color:var(--muted);align-items:center;display:grid}.compose-field{border-bottom:var(--mail-divider-width) solid var(--mail-divider-color);grid-template-columns:80px minmax(0,1fr);min-height:50px;padding:0 16px}.compose-field-label{font-size:13px;font-weight:600}.compose-field input{background:0 0;border:none;border-radius:0;min-height:40px;padding:0}.compose-attachment-field{border-top:var(--mail-divider-width) solid var(--mail-divider-color);min-height:56px;padding-top:8px;padding-bottom:8px}.compose-recipient-field{border-bottom:var(--mail-divider-width) solid var(--mail-divider-color);min-height:50px;color:var(--muted);grid-template-columns:80px minmax(0,1fr);align-items:flex-start;padding:8px 16px;display:grid;position:relative}.compose-recipient-field>.compose-field-label{padding-top:9px}.compose-recipient-chips-input{cursor:text;flex-wrap:wrap;align-items:center;gap:4px;min-height:34px;display:flex}.compose-recipient-chip{background:var(--surface-hover);border:1px solid var(--outline);color:var(--ink);white-space:nowrap;border-radius:20px;align-items:center;gap:4px;max-width:200px;padding:2px 4px 2px 8px;font-size:12.5px;font-weight:600;display:inline-flex;overflow:hidden}.compose-recipient-chip-name{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.compose-recipient-chip-remove{width:16px;height:16px;color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;padding:0;font-size:15px;line-height:1;transition:background .15s,color .15s;display:flex}.compose-recipient-chip-remove:hover{background:var(--outline-strong);color:var(--ink)}.compose-recipient-text-input{min-width:120px;min-height:34px;color:var(--ink);background:0 0;border:none;border-radius:0;outline:none;flex:1;padding:0;font-size:14px}.compose-recipient-dropdown{z-index:2000;background:var(--surface);border:1px solid var(--outline-strong);border-radius:12px;margin:2px 0 0;padding:6px;list-style:none;position:absolute;top:100%;left:0;right:0;overflow:hidden;box-shadow:0 4px 8px #1111110f,0 16px 40px #1111111f}.compose-recipient-option{cursor:pointer;border-radius:8px;align-items:center;gap:10px;padding:8px 10px;transition:background .1s;display:flex}.compose-recipient-option.highlighted,.compose-recipient-option:hover{background:var(--surface-hover)}.compose-recipient-option-avatar{letter-spacing:.02em;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:12px;font-weight:700;display:flex}.compose-recipient-option-info{flex-direction:column;gap:2px;min-width:0;display:flex}.compose-recipient-option-name{color:var(--ink);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:700;overflow:hidden}.compose-recipient-option-meta{flex-wrap:wrap;align-items:center;gap:5px;display:flex}.compose-recipient-option-email{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:11.5px;overflow:hidden}.compose-recipient-option-badge{background:var(--surface-muted);border:1px solid var(--outline);color:var(--muted);white-space:nowrap;border-radius:10px;align-items:center;padding:1px 6px;font-size:10.5px;font-weight:600;display:inline-flex}.compose-recipient-option-role{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.attachment-picker{border:1px dashed #0000;border-radius:12px;flex-wrap:wrap;align-items:center;gap:8px 10px;min-width:0;min-height:44px;padding:3px;transition:background .16s,border-color .16s;display:flex;position:relative}.attachment-picker--drag-active{border-color:var(--brand-gold-border);background:var(--brand-gold-soft)}.attachment-picker-input{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.attachment-picker-button{min-height:38px;color:var(--ink);cursor:pointer;background:linear-gradient(#fff 0%,#f8fafc 100%);border:1px solid #1111111f;border-radius:10px;flex:none;justify-content:center;align-items:center;gap:9px;padding:0 14px 0 10px;font-size:13px;font-weight:800;line-height:1;transition:background .16s,border-color .16s,box-shadow .16s,color .16s;display:inline-flex;box-shadow:0 1px 2px #1111110a}.attachment-picker-button:hover{border-color:var(--outline-strong);background:#fff;box-shadow:0 4px 14px #11111114}.attachment-picker-button:focus-visible{outline-offset:2px;border-color:var(--brand-gold-border);outline:3px solid #c9962c38}.attachment-picker-button-icon{background:var(--brand-gold-soft);width:24px;height:24px;color:var(--brand-gold);border-radius:7px;justify-content:center;align-items:center;display:inline-flex}.attachment-picker-button-text{white-space:nowrap}.attachment-picker-drop-hint{color:var(--muted);white-space:nowrap;font-size:12px;font-weight:650}.attachment-file-list{flex-wrap:wrap;flex:240px;gap:6px;min-width:0;display:flex}.attachment-file-chip{max-width:100%;min-height:32px;color:var(--ink);background:#f8fafce6;border:1px solid #1111111a;border-radius:9px;align-items:center;gap:7px;padding:0 5px 0 10px;font-size:12px;font-weight:650;display:inline-flex}.attachment-file-name{text-overflow:ellipsis;white-space:nowrap;max-width:220px;overflow:hidden}.attachment-file-size{color:var(--muted);white-space:nowrap;font-size:11px;font-weight:700}.attachment-file-chip button{width:22px;height:22px;color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;transition:background .15s,color .15s;display:inline-flex}.attachment-file-chip button:hover,.attachment-file-chip button:focus-visible{color:var(--ink);background:#11111112;outline:none}@media (width<=640px){.attachment-picker{border-color:#0000;align-items:stretch;padding:0}.attachment-picker-button{width:100%;min-height:44px}.attachment-picker-drop-hint{display:none}.attachment-file-list{flex-basis:100%}.attachment-file-chip{max-width:100%}}.compose-body-field{flex:auto;align-items:start;min-height:0;padding:16px}.compose-body-shell{width:100%;height:100%;min-height:120px;position:relative}.compose-body-field textarea{z-index:1;background:0 0;border:none;border-radius:0;outline:none;width:100%;height:100%;min-height:120px;max-height:35vh;padding:0;position:relative;overflow-y:auto}.compose-footer{z-index:1;background:#fff;border-top:1px solid #1111110f;flex:none;justify-content:space-between;align-items:center;gap:10px;padding:12px 16px;display:flex;position:sticky;bottom:0}.row-fields{grid-template-columns:1fr 1fr;display:grid}.compose-title-block{gap:4px;display:grid}.compose-title-block strong{color:var(--ink);letter-spacing:-.02em;font-size:1.35rem;font-weight:700}.compose-title-block span{color:var(--muted);font-size:.88rem;font-weight:500;line-height:1.4}.compose-modal-ai{border:var(--mail-divider-width) solid var(--mail-divider-color);border-radius:28px;flex-direction:column;width:min(1120px,100vw - 96px);display:flex;top:48px;bottom:48px;right:48px;overflow:hidden;box-shadow:0 24px 80px #11111129}.compose-mode-tabs{border-bottom:var(--mail-divider-width) solid var(--mail-divider-color);background:#fff;flex-shrink:0;align-items:center;padding:0 24px 18px;display:flex}.compose-mode-tabs-wrapper{background:#1111110d;border-radius:100px;gap:2px;padding:4px;display:inline-flex}.compose-mode-tab{min-height:32px;color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:100px;justify-content:center;align-items:center;padding:0 16px;font-size:.86rem;font-weight:600;transition:all .15s cubic-bezier(.4,0,.2,1);display:inline-flex}.compose-mode-tab:hover:not(.compose-mode-tab-active){color:var(--ink);background:#11111105}.compose-mode-tab-active{color:var(--ink);background:#fff;box-shadow:0 2px 6px #11111114}.compose-form-ai{flex:1;min-height:0;margin-top:0;display:flex;overflow:hidden}.ai-compose-shell{flex:1;grid-template-columns:360px minmax(0,1fr);min-height:0;display:grid}.ai-compose-control-panel{border-right:var(--mail-divider-width) solid var(--mail-divider-color);background:linear-gradient(#fff 0%,#f7f7f7 100%);flex-direction:column;gap:16px;min-height:0;padding:22px;display:flex;overflow:auto}.ai-compose-panel-heading,.ai-compose-draft-heading{gap:6px;display:grid}.ai-compose-panel-heading h2,.ai-compose-draft-heading h3{margin:0}.ai-compose-panel-heading h2{letter-spacing:-.04em;font-size:24px}.ai-compose-panel-heading p{color:var(--muted);margin:0;font-size:13px;line-height:1.5}.ai-compose-kicker{color:var(--brand-gold);letter-spacing:.12em;text-transform:uppercase;font-size:11px;font-weight:800}.ai-compose-label{gap:8px;display:grid}.ai-compose-label span{color:var(--muted);letter-spacing:.02em;font-size:12px;font-weight:800}.ai-compose-label textarea,.ai-compose-label select{border:1px solid var(--outline);width:100%;color:var(--ink);background:#fff;border-radius:16px;outline:none}.ai-compose-label textarea{resize:vertical;min-height:96px;padding:12px 14px;line-height:1.5}.ai-compose-label select{min-height:42px;padding:0 12px}.ai-compose-grid-controls{grid-template-columns:1fr 1fr;gap:10px;display:grid}.ai-compose-quick-prompts{flex-wrap:wrap;gap:8px;display:flex}.ai-compose-quick-prompts button{border:1px solid var(--outline);min-height:32px;color:var(--muted);background:#fff;border-radius:999px;padding:0 10px;font-size:12px;font-weight:700}.ai-compose-generate{width:100%;min-height:44px;margin-top:auto}.ai-compose-draft-panel{background:#fff;flex-direction:column;min-width:0;min-height:0;display:flex;overflow:auto}.ai-compose-draft-heading{border-bottom:var(--mail-divider-width) solid var(--mail-divider-color);grid-template-columns:minmax(0,1fr) auto;align-items:center;padding:18px 20px}.ai-compose-status-pill{min-height:28px;color:var(--muted);background:#f1f3f5;border-radius:999px;align-items:center;padding:0 10px;font-size:12px;font-weight:800;display:inline-flex}.ai-compose-notes{border-top:var(--mail-divider-width) solid var(--mail-divider-color);color:var(--muted);gap:6px;padding:12px 16px;font-size:12px;display:grid}.ai-compose-notes strong{color:var(--ink)}.brand-beta{color:#c9962c!important}.notification-badge{color:#e5c060!important;background:#111!important;border:1px solid #c9962c!important;box-shadow:0 0 8px #c9962c66!important}[data-tour-id=sidebar-nav-reminders] .nav-item-badge{color:#fff!important;background:#b3261e!important;border:1px solid #8c1d18!important;box-shadow:0 0 8px #b3261e59!important}.sidebar:not(.sidebar-collapsed) .account-indicator-avatar{display:none!important}.pagination-meta-container{align-items:center;gap:4px;display:flex}.pagination-emails-count{color:var(--muted)}.pagination-meta-container{align-items:center;display:inline-flex;position:relative}.pagination-stats-trigger{color:inherit;font:inherit;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;align-items:center;gap:4px;margin:-3px -6px;padding:3px 6px;transition:background-color .15s,border-color .15s;display:inline-flex}.pagination-stats-trigger:hover,.pagination-stats-trigger:focus-visible,.pagination-stats-trigger-active{background-color:var(--surface-hover,#0000000a);border-color:var(--outline,#00000014)}.pagination-stats-trigger:hover .pagination-info-button,.pagination-stats-trigger-active .pagination-info-button{color:var(--brand-gold,#c9962c);background-color:#c9962c1f}.pagination-info-button-wrapper{align-items:center;margin-left:2px;display:inline-flex}.pagination-info-button{width:18px;height:18px;color:var(--muted);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;transition:color .2s,background-color .2s;display:inline-flex}.pagination-stats-popover{z-index:120;border:1px solid var(--outline-strong,var(--outline));background:var(--surface,#fff);width:310px;color:var(--ink,#111);box-shadow:var(--shadow-md,0 10px 28px #00000026);white-space:normal;text-align:left;border-radius:12px;padding:16px;animation:.18s cubic-bezier(.16,1,.3,1) popoverFadeIn;position:absolute;top:calc(100% + 8px);right:0}@keyframes popoverFadeIn{0%{opacity:0;transform:translateY(4px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.pagination-stats-popover-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.pagination-stats-popover-title{color:var(--ink,#111);align-items:center;gap:6px;font-size:13px;font-weight:600;display:flex}.pagination-stats-sparkle-icon{color:var(--brand-gold,#c9962c)}.pagination-stats-close-btn{width:20px;height:20px;color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;font-size:16px;line-height:1;transition:color .15s,background-color .15s;display:flex}.pagination-stats-close-btn:hover{background-color:var(--surface-hover,#0000000f);color:var(--ink)}.pagination-stats-progress-container{margin-bottom:14px}.pagination-stats-progress-header{color:var(--muted);justify-content:space-between;align-items:center;margin-bottom:6px;font-size:11px;font-weight:500;display:flex}.pagination-stats-progress-percent{color:var(--brand-gold,#c9962c);font-weight:600}.pagination-stats-progress-bar{background-color:var(--outline,#00000014);border-radius:3px;width:100%;height:6px;overflow:hidden}.pagination-stats-progress-fill{background:linear-gradient(90deg, #10b981 0%, var(--brand-gold,#c9962c) 100%);border-radius:3px;height:100%;transition:width .3s}.pagination-stats-grid{grid-template-columns:1fr 1fr;gap:8px;margin-bottom:12px;display:grid}.pagination-stat-card{border:1px solid var(--outline);background:var(--surface-muted,#00000005);border-radius:8px;padding:10px}.pagination-stat-card-processed{background:#10b9810a;border-color:#10b98140}.pagination-stat-card-left{background:#f59e0b0a;border-color:#f59e0b40}.pagination-stat-card-header{align-items:center;gap:5px;margin-bottom:4px;display:flex}.pagination-stat-dot{border-radius:50%;width:6px;height:6px}.pagination-stat-dot-green{background-color:#10b981;box-shadow:0 0 0 2px #10b98133}.pagination-stat-dot-amber{background-color:#f59e0b;box-shadow:0 0 0 2px #f59e0b33}.pagination-stat-card-title{color:var(--muted);font-size:11px;font-weight:600}.pagination-stat-card-value{color:var(--ink);font-size:15px;font-weight:700;line-height:1.2}.pagination-stat-unit{color:var(--muted);font-size:11px;font-weight:400}.pagination-stat-card-sub{color:var(--muted);margin-top:2px;font-size:10px}.pagination-stats-footer{color:var(--muted);border-top:1px solid var(--outline);margin-top:2px;padding-top:10px;font-size:11px;line-height:1.4}.pagination-stats-footer p{margin:0}.subscriptions-panel{box-sizing:border-box;background:#fff;flex-direction:column;width:100%;max-width:1100px;height:100%;margin:0 auto;padding:32px 40px;display:flex;overflow-y:auto}.subscriptions-header{margin-bottom:24px}.subscriptions-title{color:#171717;letter-spacing:-.02em;margin:0 0 8px;font-size:26px;font-weight:600}.subscriptions-subtitle{color:#666;margin:0;font-size:13.5px;line-height:1.5}.subscriptions-toolbar{justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;display:flex}.subscriptions-search-wrapper{flex:1;align-items:center;max-width:380px;display:flex;position:relative}.subscriptions-search-icon{color:#888;pointer-events:none;position:absolute;left:12px}.subscriptions-search-input{color:#171717;background:#fafafa;border:1px solid #e5e5e5;border-radius:8px;outline:none;width:100%;height:38px;padding:0 36px;font-size:13.5px;transition:border-color .15s,background .15s}.subscriptions-search-input:focus{background:#fff;border-color:#2563eb}.subscriptions-search-clear{color:#888;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:4px;display:flex;position:absolute;right:10px}.subscriptions-search-clear:hover{color:#171717;background:#eee}.subscriptions-ai-badge{color:#15803d;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:20px;align-items:center;gap:6px;padding:6px 12px;font-size:12.5px;font-weight:500;display:inline-flex}.subscriptions-list{flex-direction:column;gap:2px;display:flex}.subscription-row{box-sizing:border-box;border-radius:8px;grid-template-columns:260px 1fr 300px 140px;align-items:center;padding:12px 14px;transition:background .12s;display:grid}.subscription-row:hover{background:#f8f9fa}.subscription-row-unsubscribed{opacity:.65}.subscription-cell{text-overflow:ellipsis;white-space:nowrap;align-items:center;display:flex;overflow:hidden}.subscription-cell-identity{gap:12px}.subscription-avatar{-webkit-user-select:none;user-select:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:13px;font-weight:600;display:flex}.subscription-name{color:#171717;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:600;overflow:hidden}.subscription-cell-email{color:#555;padding-right:16px;font-size:13.5px}.subscription-cell-volume{color:#444;padding-right:16px;font-size:13px}.subscription-cell-action{justify-content:flex-end}.subscription-btn{cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:6px;padding:6px 10px;font-size:13.5px;font-weight:600;transition:background .15s,color .15s}.subscription-btn-unsubscribe{color:#171717}.subscription-btn-unsubscribe:hover{color:#dc2626;background:#fef2f2}.subscription-btn-unsubscribed{color:#16a34a;background:#f0fdf4;align-items:center;gap:4px;display:inline-flex}.subscription-btn-unsubscribed:hover{background:#dcfce7}.subscriptions-loading,.subscriptions-empty{color:#737373;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:64px 20px;font-size:14px;display:flex}@media (width<=900px){.subscription-row{grid-template-columns:200px 1fr 120px}.subscription-cell-volume{display:none}}@media (width<=640px){.subscriptions-panel{padding:20px 16px}.subscription-row{grid-template-columns:1fr 100px;gap:8px}.subscription-cell-email{display:none}}@media (width<=760px){.sidebar{border-right:none;border-bottom:var(--mail-divider-width) solid var(--mail-divider-color);flex:none;align-self:stretch;gap:16px;width:100%;height:auto;min-height:auto;position:static;overflow:visible}.sidebar-top{gap:12px}.sidebar-compose-container{padding:4px 8px 8px}.sidebar-compose-button{height:40px;font-size:.9rem}}.sidebar-collapsed .create-box-backdrop{left:88px}@media (width<=900px){.create-box-backdrop,.sidebar-collapsed .create-box-backdrop{padding:16px;left:0}}.sidebar-collapsed .nav-search-button{justify-content:center;padding:0;display:flex}.sidebar-collapsed .nav-search-button span,.sidebar-collapsed .nav-search-button kbd{display:none}.app-shell.sidebar-collapsed .fp-compose-picker,.app-shell.sidebar-collapsed .fp-compose-page{left:var(--sidebar-collapsed-width)}.block-sender-modal{background:var(--surface,#fff);border:1px solid var(--outline,#00000014);border-radius:16px;flex-direction:column;gap:20px;width:100%;max-width:440px;padding:24px;animation:.35s cubic-bezier(.16,1,.3,1) blockModalSlideUp;display:flex;box-shadow:0 20px 40px #0000001f,0 1px 3px #0000000d}@keyframes blockModalSlideUp{0%{opacity:0;transform:translateY(24px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.block-sender-header{border-bottom:none;justify-content:space-between;align-items:center;padding:0;display:flex}.block-sender-title-container{align-items:center;gap:12px;display:flex}.block-sender-icon-wrapper{color:#ef4444;background:#ef44441a;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.block-sender-icon{color:inherit}.block-sender-title{color:var(--text,#111827);margin:0;font-size:18px;font-weight:600}.block-sender-modal .close-btn{color:var(--muted,#6b7280);opacity:.7;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:6px;transition:opacity .2s,background-color .2s;display:flex}.block-sender-modal .close-btn:hover{opacity:1;background:var(--hover,#0000000a)}.block-sender-body{flex-direction:column;gap:8px;padding:0;display:flex}.block-sender-desc{color:var(--text,#374151);margin:0;font-size:15px;line-height:1.5}.block-sender-subtext{color:var(--muted,#6b7280);font-size:13px;line-height:1.4}.block-sender-actions{justify-content:flex-end;gap:12px;margin-top:4px;display:flex}.block-sender-modal .cancel-btn{cursor:pointer;border-radius:10px;padding:10px 18px;font-weight:500;transition:background-color .2s,border-color .2s,color .2s}.block-sender-modal .confirm-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%);border:none;border-radius:10px;padding:10px 20px;font-weight:600;transition:opacity .2s,transform .1s,box-shadow .2s;box-shadow:0 4px 12px #ef444433}.block-sender-modal .confirm-btn:hover{opacity:.95;box-shadow:0 6px 16px #ef44444d}.block-sender-modal .confirm-btn:active{transform:scale(.98)}html[data-needle-theme=dark] .block-sender-modal{background:var(--surface,#1f2937);border-color:var(--outline,#ffffff14);box-shadow:0 20px 40px #0006}html[data-needle-theme=dark] .block-sender-title{color:var(--text,#f9fafb)}html[data-needle-theme=dark] .block-sender-desc{color:var(--text,#e5e7eb)}html[data-needle-theme=dark] .block-sender-subtext{color:var(--muted,#9ca3af)}html[data-needle-theme=dark] .block-sender-icon-wrapper{background:#ef444433}html[data-needle-theme=dark] .block-sender-modal .close-btn:hover{background:var(--hover,#ffffff0f)}.toast-stack{z-index:1000;pointer-events:none;flex-direction:column;align-items:center;gap:10px;width:min(400px,100vw - 32px);display:flex;position:fixed;bottom:24px;left:50%;transform:translate(-50%)}.toast-item{pointer-events:auto;color:#f0ebe2;background:#0e0d0c;border:1px solid #c9962c38;border-left:3px solid #c9962c73;border-radius:16px;grid-template-columns:minmax(0,1fr) auto;align-items:start;column-gap:8px;width:100%;padding:14px 12px 14px 16px;animation:.38s cubic-bezier(.16,1,.3,1) forwards toast-in;display:grid;position:static;overflow:hidden;box-shadow:0 0 0 1px #c9962c0f,0 12px 32px #0000008c,0 2px 8px #00000059}.toast-item--success{background:#0e0d0c;border-color:#c9962c59 #c9962c59 #c9962c59 #c9962c;box-shadow:0 0 0 1px #c9962c1a,0 0 18px #c9962c14,0 12px 32px #0000008c,0 2px 8px #00000059}.toast-item--error{background:#140c0c;border-color:#c83c3c59 #c83c3c59 #c83c3c59 #c84040;box-shadow:0 0 0 1px #c83c3c14,0 12px 32px #0000008c,0 2px 8px #00000059}.toast-item--warning{background:#110f09;border-color:#c9962c80 #c9962c80 #c9962c80 #e0a830;box-shadow:0 0 0 1px #c9962c1f,0 0 20px #c9962c1a,0 12px 32px #0000008c,0 2px 8px #00000059}@keyframes toast-in{0%{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.toast-item__content{gap:5px;min-width:0;display:grid}.toast-item__content p{color:#f0ebe2d1;overflow-wrap:anywhere;margin:0;font-size:.875rem;line-height:1.45}.toast-item__content strong{color:#f0ebe2;letter-spacing:.01em;font-size:.875rem;font-weight:600;line-height:1.3}.toast-item .toast-dismiss{color:#f0ebe273;border-radius:50%;justify-content:center;align-items:center;width:30px;min-width:30px;height:30px;min-height:30px;margin-top:-1px;transition:background .15s,color .15s;display:flex}.toast-item .toast-dismiss svg{width:15px;height:15px}.toast-item .toast-dismiss:hover{color:#c9962c;background:#c9962c1f}.toast-action{appearance:none;justify-self:start;margin-top:2px;font-size:.78rem;line-height:1}.toast-item .toast-action{color:#c9962c;letter-spacing:.01em;background:#c9962c1a;border-color:#c9962c52;border-radius:999px;min-height:28px;padding:0 12px;font-weight:700;transition:background .15s,border-color .15s,color .15s}.toast-item .toast-action:hover{color:#e0a830;background:#c9962c33;border-color:#c9962c8c}@media (width<=640px){.toast-stack{width:calc(100vw - 24px);bottom:16px}.toast-item{border-radius:14px;padding:12px 10px 12px 14px}}.ai-content-feedback{vertical-align:middle;display:inline-flex;position:relative}.ai-content-feedback-trigger{border:1px solid var(--outline);background:var(--surface-muted);width:24px;height:24px;color:var(--muted);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;padding:0;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex}.ai-content-feedback-trigger:hover{background:var(--surface-hover);color:var(--ink);border-color:var(--outline-strong);box-shadow:0 2px 6px #0000000d}.ai-content-feedback-trigger[aria-expanded=true]{background:var(--surface-selected);color:var(--ink);border-color:var(--outline-strong)}.ai-content-feedback-trigger:focus-visible{outline:2px solid var(--brand-gold-border);outline-offset:1px}.ai-content-feedback-dots-icon{display:block}.ai-content-feedback-menu{z-index:150;border:1px solid var(--outline-strong);background:var(--surface);transform-origin:100% 0;border-radius:12px;flex-direction:column;gap:4px;min-width:210px;max-width:280px;padding:6px;animation:.18s cubic-bezier(.16,1,.3,1) forwards aiMenuFadeIn;display:flex;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 10px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.ai-content-feedback-menu.ai-content-feedback-menu--left{transform-origin:0 0;left:0;right:auto}@keyframes aiMenuFadeIn{0%{opacity:0;transform:translateY(-8px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.ai-content-feedback-item{text-align:left;width:100%;color:var(--ink);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:space-between;align-items:center;padding:8px 12px;font-size:13px;font-weight:500;transition:background .15s,color .15s;display:flex}.ai-content-feedback-item:hover,.ai-content-feedback-item:focus-visible{background:var(--surface-hover);color:var(--ink)}.ai-content-feedback-item:focus-visible{background:var(--surface-hover);outline:none}.ai-content-feedback-other{flex-direction:column;gap:8px;min-width:220px;padding:8px;display:flex}.ai-content-feedback-other-label{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;font-size:11px;font-weight:700}.ai-content-feedback-other-textarea{border:1px solid var(--outline-strong);background:var(--surface-muted);width:100%;color:var(--ink);resize:none;border-radius:8px;min-height:80px;padding:8px;font-family:inherit;font-size:13px;transition:border-color .15s,box-shadow .15s}.ai-content-feedback-other-textarea:focus{border-color:var(--brand-gold);box-shadow:0 0 0 3px var(--brand-gold-soft);outline:none}.ai-content-feedback-other-send{background:var(--brand-gold);color:#fff;cursor:pointer;border:none;border-radius:6px;align-self:flex-end;padding:6px 14px;font-size:12px;font-weight:600;transition:background .15s,transform .1s}.ai-content-feedback-other-send:hover{background:#b58320}.ai-content-feedback-other-send:active{transform:scale(.97)}.ai-content-feedback-other-send:disabled{opacity:.6;cursor:not-allowed}.ai-content-feedback-toast{z-index:1001;color:#fff;background:#111111f2;border:1px solid #ffffff14;border-radius:16px;align-items:center;gap:12px;padding:12px 18px;font-size:13px;font-weight:500;animation:.35s cubic-bezier(.16,1,.3,1) forwards toast-in;display:flex;position:fixed;bottom:24px;left:50%;transform:translate(-50%);box-shadow:0 12px 32px #0000003d,0 2px 8px #0000001f}.ai-content-feedback-undo-btn{color:var(--brand-gold);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:2px 6px;font-size:13px;font-weight:600;transition:opacity .15s}.ai-content-feedback-undo-btn:hover{opacity:.8;text-decoration:underline}.ai-content-feedback--compact .ai-content-feedback-trigger{background:0 0;border-color:#0000;border-radius:4px;width:20px;height:20px}.ai-content-feedback--compact .ai-content-feedback-trigger:hover{background:var(--surface-hover);border-color:var(--outline)}.ai-content-feedback--compact .ai-content-feedback-trigger[aria-expanded=true]{background:var(--surface-selected);border-color:var(--outline)}.product-feedback-backdrop{z-index:1200;pointer-events:none;justify-content:flex-end;align-items:flex-end;padding:24px;display:flex;position:fixed;inset:0}.product-feedback-modal{color:#111827;pointer-events:auto;background:#fff;border:1px solid #0f172a1f;border-radius:8px;width:min(380px,100vw - 32px);padding:18px;box-shadow:0 18px 48px #0f172a2e}.product-feedback-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px;display:flex}.product-feedback-head h2{letter-spacing:0;margin:0;font-size:18px;line-height:1.25}.product-feedback-head button{color:#475569;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;width:32px;height:32px;font-size:20px;line-height:1}.product-feedback-head button:hover,.product-feedback-head button:focus-visible{background:#f8fafc;border-color:#0f172a1f}.product-feedback-modal p{color:#475569;margin:0 0 14px;font-size:14px;line-height:1.45}.product-feedback-rating{grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;margin-bottom:12px;display:grid}.product-feedback-rating button{color:#334155;cursor:pointer;background:#fff;border:1px solid #0f172a29;border-radius:6px;min-height:40px;font-size:14px;font-weight:700}.product-feedback-rating button:hover,.product-feedback-rating button:focus-visible,.product-feedback-rating .product-feedback-rating-active{color:#1d4ed8;background:#eff6ff;border-color:#2563eb}.product-feedback-modal textarea{resize:vertical;color:#111827;width:100%;min-height:78px;font:inherit;border:1px solid #0f172a29;border-radius:6px;padding:10px;font-size:14px}.product-feedback-modal textarea:focus{border-color:#2563eb;outline:2px solid #2563eb2e}.product-feedback-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;margin-top:14px;display:flex}.product-feedback-actions button{border-radius:6px;min-height:34px;font-size:13px}@media (width<=560px){.product-feedback-backdrop{align-items:flex-end;padding:12px}.product-feedback-actions{justify-content:stretch}.product-feedback-actions button{flex:auto}}.fp-compose-picker{background:var(--surface-muted);justify-content:center;align-items:center;min-height:100%;padding:40px 24px;animation:.22s fp-fade-in;display:flex}@keyframes fp-fade-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.fp-compose-picker__inner{width:100%;max-width:560px}.fp-compose-picker__header{text-align:center;margin-bottom:40px;position:relative}.fp-compose-picker__close{border:1px solid var(--mail-divider-color);width:36px;height:36px;color:var(--muted);cursor:pointer;background:#fff;border-radius:50%;justify-content:center;align-items:center;transition:background .15s,color .15s,border-color .15s;display:inline-flex;position:absolute;top:-4px;right:0}.fp-compose-picker__close:hover{background:var(--surface-hover);color:var(--ink);border-color:var(--outline-strong)}.fp-compose-picker__title{color:var(--ink);letter-spacing:-.03em;justify-content:center;align-items:center;gap:10px;margin-bottom:8px;font-size:28px;font-weight:800;display:inline-flex}.fp-compose-picker__subtitle{color:var(--muted);margin:8px 0 0;font-size:15px;line-height:1.5}.fp-compose-picker__cards{gap:14px;display:grid}.fp-compose-card{border:1px solid var(--mail-divider-color);text-align:left;cursor:pointer;background:#fff;border-radius:20px;align-items:center;gap:18px;padding:22px 24px;transition:border-color .18s,box-shadow .18s,background .18s,transform .12s;display:flex}.fp-compose-card:hover{border-color:var(--outline-strong);transform:translateY(-1px);box-shadow:0 4px 20px #11111112}.fp-compose-card:active{transform:translateY(0)}.fp-compose-card--manual .fp-compose-card__icon{color:var(--ink);background:var(--surface-muted)}.fp-compose-card--ai .fp-compose-card__icon{color:var(--brand-gold);background:var(--brand-gold-soft)}.fp-compose-card--ai:hover{border-color:var(--brand-gold-border);box-shadow:0 4px 24px #c9962c1f}.fp-compose-card__icon{border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.fp-compose-card__body{flex:1;min-width:0}.fp-compose-card__name{color:var(--ink);letter-spacing:-.01em;font-size:16px;font-weight:700;display:block}.fp-compose-card__desc{color:var(--muted);margin:4px 0 0;font-size:13px;line-height:1.5}.fp-compose-card__badge{background:var(--brand-gold-soft);border:1px solid var(--brand-gold-border);min-height:22px;color:var(--brand-gold);letter-spacing:.06em;text-transform:uppercase;border-radius:999px;align-items:center;margin-top:8px;padding:0 8px;font-size:11px;font-weight:800;display:inline-flex}.fp-compose-card__arrow{color:var(--muted);flex-shrink:0;transition:color .15s,transform .15s}.fp-compose-card:hover .fp-compose-card__arrow{color:var(--ink);transform:translate(3px)}.fp-compose-page{background:var(--surface-muted);flex-direction:column;min-height:100%;animation:.2s fp-fade-in;display:flex}.fp-compose-page__header{border-bottom:1px solid var(--mail-divider-color);background:#fff;flex-shrink:0;align-items:center;gap:12px;padding:14px 24px;display:flex}.fp-compose-page__back{border:1px solid var(--mail-divider-color);min-height:36px;color:var(--muted);cursor:pointer;background:0 0;border-radius:6px;align-items:center;gap:6px;padding:0 12px 0 8px;font-size:13px;font-weight:600;transition:background .15s,color .15s,border-color .15s;display:inline-flex}.fp-compose-page__back:hover{background:var(--surface-hover);color:var(--ink);border-color:var(--outline-strong)}.fp-compose-page__title{color:var(--ink);letter-spacing:-.01em;flex:1;align-items:center;gap:8px;font-size:15px;font-weight:700;display:flex}.fp-compose-page__ai-pill{background:var(--brand-gold-soft);border:1px solid var(--brand-gold-border);min-height:20px;color:var(--brand-gold);letter-spacing:.08em;text-transform:uppercase;border-radius:999px;align-items:center;padding:0 7px;font-size:10px;font-weight:800;display:inline-flex}.fp-compose-page__close{border:1px solid var(--mail-divider-color);width:36px;height:36px;color:var(--muted);cursor:pointer;background:0 0;border-radius:50%;justify-content:center;align-items:center;transition:background .15s,color .15s,border-color .15s;display:inline-flex}.fp-compose-page__close:hover{background:var(--surface-hover);color:var(--ink);border-color:var(--outline-strong)}.fp-compose-form-ai{flex:1;min-height:0;display:flex;overflow:hidden}.fp-ai-shell{flex:1;grid-template-columns:380px minmax(0,1fr);height:calc(100vh - 65px);min-height:0;display:grid}.fp-ai-shell--with-context{grid-template-columns:340px minmax(420px,1fr) 360px}.fp-ai-panel{border-right:1px solid var(--mail-divider-color);background:#fff;flex-direction:column;gap:18px;padding:28px 24px;display:flex;overflow-y:auto}.fp-ai-panel__heading{gap:6px;display:grid}.fp-ai-panel__kicker{color:var(--brand-gold);letter-spacing:.12em;text-transform:uppercase;font-size:11px;font-weight:800}.fp-ai-panel__heading h2{letter-spacing:-.03em;color:var(--ink);margin:0;font-size:22px;font-weight:800}.fp-ai-panel__heading p{color:var(--muted);margin:0;font-size:13px;line-height:1.5}.fp-ai-panel__label{gap:8px;display:grid}.fp-ai-panel__label>span{color:var(--muted);letter-spacing:.02em;text-transform:uppercase;font-size:12px;font-weight:800}.fp-ai-panel__label textarea,.fp-ai-panel__label select{border:1px solid var(--outline);background:var(--surface-muted);width:100%;color:var(--ink);border-radius:14px;outline:none;transition:border-color .15s,background .15s}.fp-ai-panel__label textarea:focus,.fp-ai-panel__label select:focus{border-color:var(--outline-strong);background:#fff}.fp-ai-panel__label textarea{resize:vertical;min-height:100px;padding:12px 14px;line-height:1.5}.fp-ai-panel__label select{min-height:42px;padding:0 12px}.fp-ai-panel__grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.fp-ai-panel__quick-prompts{flex-wrap:wrap;gap:8px;display:flex}.fp-ai-panel__quick-prompts button{border:1px solid var(--outline);min-height:30px;color:var(--muted);cursor:pointer;background:0 0;border-radius:6px;padding:0 10px;font-size:12px;font-weight:600;transition:background .15s,border-color .15s,color .15s}.fp-ai-panel__quick-prompts button:hover{background:var(--surface-hover);color:var(--ink);border-color:var(--outline-strong)}.fp-ai-panel__generate{gap:8px;width:100%;min-height:46px;margin-top:auto}.fp-ai-draft{background:var(--surface-muted);flex-direction:column;min-width:0;display:flex;overflow-y:auto}.fp-ai-draft__heading{border-bottom:1px solid var(--mail-divider-color);background:#fff;flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;padding:18px 24px;display:flex}.fp-ai-draft__kicker{color:var(--brand-gold);letter-spacing:.12em;text-transform:uppercase;font-size:11px;font-weight:800}.fp-ai-draft__status{background:var(--surface-muted);min-height:26px;color:var(--muted);border-radius:999px;align-items:center;padding:0 10px;font-size:11px;font-weight:700;display:inline-flex}.fp-ai-draft .compose-field,.fp-ai-draft .compose-body-field,.fp-ai-draft .compose-footer,.fp-ai-draft .compose-attachment-field{background:#fff;margin:0}.fp-ai-draft .compose-body-field textarea{max-height:50vh}.fp-compose-form-manual{flex:1;justify-content:center;align-items:flex-start;padding:32px 24px 40px;display:flex;overflow-y:auto}.fp-manual-layout{grid-template-columns:minmax(0,960px);justify-content:center;gap:18px;width:100%;display:grid}.fp-manual-layout--with-context{grid-template-columns:minmax(520px,960px) 360px;align-items:start;max-width:1340px}.fp-manual-shell{border:1px solid var(--mail-divider-color);background:#fff;border-radius:20px;width:100%;max-width:960px;overflow:hidden;box-shadow:0 2px 16px #1111110f}.fp-manual-shell .compose-footer{border-radius:0 0 20px 20px}.fp-manual-shell .compose-body-field textarea{min-height:280px;max-height:50vh}@media (width<=1180px){.pane-grid,.pane-grid-list,.pane-grid-detail{grid-template-columns:1fr}}@media (width<=760px){.app-shell{flex-direction:column;height:auto;overflow:visible}.nav-list{gap:8px;padding-bottom:4px;display:flex;overflow-x:auto}.nav-group{background:0 0;border:0;flex:none;gap:8px;padding:0;display:flex}.nav-group-heading{display:none}.nav-group-items{gap:8px;display:flex}.nav-item{flex:none;min-width:max-content}.nav-ask-container{flex:none;padding-top:0;padding-bottom:0}.nav-ask-button{min-width:88px;height:38px}.message-card .message-top{flex-wrap:nowrap;align-items:flex-start;display:flex}.floating-bubble{width:100%;margin-bottom:12px;position:static}.list-toolbar{align-items:start;gap:10px}.account-pill,.toolbar-button{width:100%}.reader-header{gap:14px;padding:18px 16px 16px}.reader-topbar{gap:10px}.reader-subject-row h3{white-space:normal;flex-basis:100%;font-size:22px}.message-stack,.reader-header,.relationship-memory-panel,.negotiation-diff-panel{padding-left:16px;padding-right:16px}.message-card{border-radius:0;padding:18px 16px 20px}.relationship-memory-grid,.negotiation-change-row{grid-template-columns:1fr}.compose-modal{border-left:none;border-right:none;border-radius:18px 18px 0 0;width:100vw;right:0}}.compose-send-later-btn{border:1px solid var(--border);background:var(--surface-muted,#94a3b814);color:var(--text);cursor:pointer;border-left:none;border-radius:0 6px 6px 0;padding:6px 10px;font-size:13px}.fp-compose-context{border-left:1px solid var(--mail-divider-color);background:#fff;flex-direction:column;min-width:0;max-height:calc(100vh - 98px);display:flex}.fp-manual-layout .fp-compose-context{border:1px solid var(--mail-divider-color);border-radius:20px;overflow:hidden;box-shadow:0 2px 16px #1111110f}.fp-compose-context__heading{border-bottom:1px solid var(--mail-divider-color);justify-content:space-between;align-items:center;gap:10px;padding:16px 18px;display:flex}.fp-compose-context__heading span{color:var(--brand-gold);letter-spacing:.12em;text-transform:uppercase;font-size:11px;font-weight:800}.fp-compose-context__heading strong{color:var(--muted);font-size:12px;font-weight:700}.fp-compose-context__connector{color:var(--muted);grid-template-columns:1fr auto 1fr;align-items:center;gap:8px;padding:12px 18px 4px;display:grid}.fp-compose-context__connector:before,.fp-compose-context__connector:after{content:"";background:var(--mail-divider-color);height:1px}.fp-compose-context__connector span{background:var(--brand-gold);opacity:.65;border-radius:50%;width:7px;height:7px}.fp-compose-context__list{gap:10px;padding:12px;display:grid;overflow-y:auto}.fp-compose-context__email{border:1px solid var(--mail-divider-color);background:var(--surface-muted);border-radius:12px;overflow:hidden}.fp-compose-context__email summary{cursor:pointer;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:10px;padding:12px;list-style:none;display:grid}.fp-compose-context__email summary::-webkit-details-marker{display:none}.fp-compose-context__avatar{color:#fff;background:#0f766e;border-radius:999px;justify-content:center;align-items:center;width:34px;height:34px;font-size:13px;font-weight:800;display:inline-flex}.fp-compose-context__summary{gap:2px;min-width:0;display:grid}.fp-compose-context__summary strong,.fp-compose-context__summary small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.fp-compose-context__summary strong{color:var(--ink);font-size:13px}.fp-compose-context__summary small,.fp-compose-context__email time{color:var(--muted);font-size:11px}.fp-compose-context__subject{color:var(--ink);padding:0 12px 8px 56px;font-size:12px;font-weight:700}.fp-compose-context__email pre{border-top:1px solid var(--mail-divider-color);max-height:420px;color:var(--ink);white-space:pre-wrap;background:#fff;margin:0;padding:12px;font-family:inherit;font-size:12px;line-height:1.55;overflow:auto}@media (width<=1280px){.fp-ai-shell--with-context{grid-template-columns:320px minmax(360px,1fr)}.fp-ai-shell--with-context .fp-compose-context{display:none}}@media (width<=1060px){.fp-manual-layout--with-context{grid-template-columns:1fr}.fp-compose-context{max-height:none}}.compose-send-later-btn:hover{background:var(--surface-hover,#2563eb0f)}@media (height<=600px){.compose-modal{max-height:calc(100vh - 16px)}.compose-body-field textarea{max-height:22vh}}.app-shell .fp-manual-shell .compose-body-field textarea{min-height:340px}.compose-integration-row{flex-shrink:0;align-items:center;gap:8px;display:inline-flex}.compose-meeting-link-tooltip{display:inline-flex}.compose-crm-select{color:var(--muted);align-items:center;gap:6px;font-size:12px;display:inline-flex}.compose-writing-helper__word{color:inherit;border-radius:6px;padding:1px 2px}.compose-writing-helper__word:hover{background:#2563eb1a}.compose-next-sentence{z-index:3;flex-wrap:wrap;align-items:center;gap:8px;max-width:calc(100% - 16px);display:inline-flex;position:absolute;transform:translateY(1px)}.compose-next-sentence__text{color:#1d4ed87a;font:inherit;text-align:left;cursor:pointer;background:#2563eb0f;border:0;border-radius:8px;padding:3px 6px;line-height:1.45}.compose-next-sentence__text:hover,.compose-next-sentence__text:focus-visible{color:#1d4ed8b3;background:#2563eb1a;outline:none}.compose-next-sentence__hint{color:#64748b;background:#fff;border:1px solid #0f172a14;border-radius:8px;padding:5px 8px;font-size:.76rem;font-weight:700;box-shadow:0 8px 24px #0f172a14}.compose-writing-dropdown{z-index:4;background:#fff;border:1px solid #0f172a1f;border-radius:8px;width:min(320px,100%);position:absolute;bottom:8px;left:0;overflow:hidden;box-shadow:0 18px 44px #0f172a29}.compose-writing-dropdown__header{color:#475569;border-bottom:1px solid #0f172a14;justify-content:space-between;align-items:center;gap:10px;padding:9px 10px;font-size:.76rem;font-weight:800;display:flex}.compose-writing-dropdown__header button{color:#64748b;cursor:pointer;background:0 0;border:0;border-radius:6px;justify-content:center;align-items:center;width:24px;height:24px;display:inline-flex}.compose-writing-dropdown__hint{color:#64748b;padding:10px;font-size:.82rem;display:block}.compose-writing-dropdown__options{padding:6px;display:grid}.compose-writing-dropdown__option{color:#0f172a;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:6px;padding:8px 9px;font-size:.88rem;font-weight:700}.compose-writing-dropdown__option:hover,.compose-writing-dropdown__option:focus-visible,.compose-writing-dropdown__header button:hover,.compose-writing-dropdown__header button:focus-visible{background:#2563eb14;outline:none}.compose-suggestion-toggle{color:#64748b;cursor:pointer;background:#fff;border:1px solid #0f172a1f;border-radius:8px;align-items:center;gap:6px;min-height:36px;padding:0 10px;font-size:.78rem;font-weight:800;display:inline-flex}.compose-suggestion-toggle--active{color:#1d4ed8;background:#2563eb14;border-color:#2563eb3d}.rcg-backdrop{z-index:10020;background:#0f172a6b;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.rcg-modal{background:#fff;border:1px solid #0f172a1f;border-radius:8px;grid-template-rows:auto minmax(0,1fr) auto;width:min(560px,100%);max-height:min(720px,100vh - 40px);display:grid;overflow:hidden;box-shadow:0 24px 70px #0f172a38}.rcg-header,.rcg-footer{justify-content:space-between;align-items:center;gap:16px;padding:16px 18px;display:flex}.rcg-header{border-bottom:1px solid #0f172a14}.rcg-header__left{align-items:center;gap:12px;min-width:0;display:flex}.rcg-header__left strong,.rcg-status__label{color:#0f172a;font-size:15px;font-weight:800;display:block}.rcg-header__left span:not(.rcg-header__icon){color:#64748b;margin-top:2px;font-size:12px;line-height:1.35;display:block}.rcg-header__icon{color:#1d4ed8;background:#2563eb14;border-radius:8px;flex:none;justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex}.rcg-close{color:#64748b;cursor:pointer;background:0 0;border:0;border-radius:8px;flex:none;justify-content:center;align-items:center;width:44px;height:44px;display:inline-flex}.rcg-close:hover,.rcg-close:focus-visible{color:#0f172a;background:#0f172a0f;outline:none}.rcg-body{gap:14px;padding:18px;display:grid;overflow:auto}.rcg-loading,.rcg-no-data{color:#475569;text-align:center;justify-content:center;align-items:center;gap:12px;min-height:180px;font-size:14px;display:flex}.rcg-spinner{border:3px solid #2563eb2e;border-top-color:#1d4ed8;border-radius:50%;width:22px;height:22px;animation:.8s linear infinite rcg-spin}@keyframes rcg-spin{to{transform:rotate(360deg)}}.rcg-status{background:#f8fafc;border:1px solid #0f172a14;border-radius:8px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px;padding:14px;display:grid}.rcg-status--could_be_clearer,.rcg-status--needs_context_check{background:#fffbeb;border-color:#d9770647}.rcg-status__copy{min-width:0}.rcg-status__copy p{color:#475569;margin:4px 0 0;font-size:13px;line-height:1.45}.rcg-status__score{color:#0f172a;font-variant-numeric:tabular-nums;align-items:baseline;gap:2px;font-size:28px;font-weight:850;display:inline-flex}.rcg-status__score span{color:#64748b;font-size:12px;font-weight:800}.rcg-breakdown{border:1px solid #0f172a14;border-radius:8px;gap:10px;padding:14px;display:grid}.rcg-bar-row{grid-template-columns:104px minmax(88px,1fr) 54px;align-items:center;gap:10px;min-height:24px;display:grid}.rcg-bar-label,.rcg-bar-value{color:#475569;font-size:12px;font-weight:750}.rcg-bar-value{text-align:right;font-variant-numeric:tabular-nums}.rcg-bar-track{background:#e2e8f0;border-radius:999px;height:8px;overflow:hidden}.rcg-bar-fill{border-radius:inherit;background:#2563eb;height:100%}.rcg-suggestions{gap:10px;display:grid}.rcg-suggestions__heading{color:#92400e;align-items:center;gap:6px;font-size:12px;font-weight:850;display:inline-flex}.rcg-suggestions__list{gap:8px;margin:0;padding:0;list-style:none;display:grid}.rcg-suggestion{background:#fffbeb;border:1px solid #d9770647;border-radius:8px;grid-template-columns:8px minmax(0,1fr);gap:10px;padding:12px;display:grid}.rcg-suggestion__marker{background:#d97706;border-radius:999px;width:8px;height:8px;margin-top:5px}.rcg-suggestion--high{background:#fef2f2;border-color:#dc262647}.rcg-suggestion--high .rcg-suggestion__marker{background:#dc2626}.rcg-suggestion strong{color:#0f172a;font-size:13px;line-height:1.35;display:block}.rcg-suggestion small{color:#64748b;margin-top:4px;font-size:12px;line-height:1.4;display:block}.rcg-footer{background:#fff;border-top:1px solid #0f172a14}.rcg-footer button{min-height:44px}@media (width<=560px){.rcg-backdrop{align-items:flex-end;padding:10px}.rcg-modal{max-height:calc(100vh - 20px)}.rcg-status,.rcg-bar-row{grid-template-columns:1fr}.rcg-bar-value{text-align:left}.rcg-footer{flex-direction:column-reverse;align-items:stretch}}@media (width<=900px){.compose-modal-ai{border-radius:22px;width:calc(100vw - 24px);top:12px;bottom:12px;right:12px}}.schedule-picker-portal-backdrop{z-index:9000;background:#00000059;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.schedule-picker-overlay{z-index:9001;min-width:300px;position:relative}.schedule-picker{background:var(--surface,#fff);border:1px solid var(--border);border-radius:10px;min-width:300px;overflow:hidden;box-shadow:0 8px 32px #0f172a2e}.schedule-picker-header{border-bottom:1px solid var(--border-subtle,var(--border));color:var(--text);justify-content:space-between;align-items:center;padding:12px 14px 10px;font-size:13px;font-weight:600;display:flex}.schedule-picker-close{cursor:pointer;color:var(--muted);background:0 0;border:none;padding:2px 4px;font-size:14px}.schedule-picker-close:hover{color:var(--text)}.schedule-picker-tabs{border-bottom:1px solid var(--border-subtle,var(--border));display:flex}.schedule-tab{cursor:pointer;color:var(--muted);background:0 0;border:none;border-bottom:2px solid #0000;flex:1;margin-bottom:-1px;padding:8px 12px;font-size:12px}.schedule-tab.active{color:var(--accent,#2563eb);border-bottom-color:var(--accent,#2563eb)}.schedule-suggestions{flex-direction:column;display:flex}.schedule-suggestion-row{border:none;border-bottom:1px solid var(--border-subtle,var(--border));cursor:pointer;text-align:left;background:0 0;flex-direction:column;align-items:flex-start;gap:2px;width:100%;padding:10px 14px;display:flex}.schedule-suggestion-row:last-child{border-bottom:none}.schedule-suggestion-row:hover{background:var(--surface-hover,#2563eb0a)}.suggestion-label{color:var(--text);font-size:13px;font-weight:500}.suggestion-time{color:var(--muted);font-size:12px}.suggestion-reason{color:var(--muted);opacity:.8;font-size:11px}.schedule-picker-form{flex-direction:column;gap:10px;padding:12px 14px;display:flex}.schedule-presets{flex-wrap:wrap;gap:6px;display:flex}.schedule-preset-btn{border:1px solid var(--border);background:var(--surface-muted,#94a3b814);color:var(--text);cursor:pointer;border-radius:6px;padding:4px 10px;font-size:12px}.schedule-preset-btn:hover{background:var(--surface-hover,#2563eb0f)}.schedule-field{color:var(--muted);flex-direction:column;gap:4px;font-size:12px;display:flex}.schedule-field input,.schedule-field select{border:1px solid var(--border);background:var(--input-bg,var(--surface));color:var(--text);border-radius:6px;padding:6px 8px;font-size:13px}.schedule-toggle{flex-direction:row;align-items:center;gap:8px}.schedule-toggle input{width:auto}.schedule-picker-footer{border-top:1px solid var(--border-subtle,var(--border));justify-content:flex-end;gap:8px;padding:10px 14px;display:flex}.schedule-cancel-btn{border:1px solid var(--border);cursor:pointer;color:var(--text);background:0 0;border-radius:6px;padding:6px 14px;font-size:13px}.schedule-confirm-btn{background:var(--accent,#2563eb);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:6px 14px;font-size:13px;font-weight:500}.schedule-confirm-btn:disabled{opacity:.5;cursor:not-allowed}.global-search-backdrop{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:1200;background:#1116;justify-content:center;align-items:flex-start;padding:7vh 18px 24px;transition:opacity .15s;display:flex;position:fixed;inset:0}.global-search-modal{background:var(--surface);border:1px solid var(--outline-strong);border-radius:16px;flex-direction:column;width:min(1040px,100%);max-width:1040px;min-height:520px;max-height:86vh;display:flex;overflow:hidden;box-shadow:0 24px 64px #11111129}.global-search-header{border-bottom:1px solid var(--outline);grid-template-columns:1fr auto;align-items:center;gap:12px;padding:14px;display:grid}.global-search-input-shell{background:var(--surface-muted);border:1px solid var(--outline);border-radius:10px;grid-template-columns:20px 1fr;align-items:center;gap:10px;min-height:44px;padding:0 12px;transition:border-color .15s,box-shadow .15s,background-color .15s;display:grid}.global-search-input-shell:focus-within{border-color:var(--brand-gold);background:var(--surface);box-shadow:0 0 0 3px var(--brand-gold-border)}.global-search-input-shell svg{color:var(--brand-gold)}.global-search-input-shell input{color:var(--ink);font:inherit;background:0 0;border:0;outline:0;min-width:0}.global-search-filters{border-bottom:1px solid var(--outline);scrollbar-width:none;gap:8px;padding:10px 14px;display:flex;overflow-x:auto}.global-search-filters::-webkit-scrollbar{display:none}.global-search-filter{background:var(--surface);border:1px solid var(--outline);color:var(--muted);font:inherit;cursor:pointer;border-radius:999px;flex:none;min-height:32px;padding:0 14px;font-size:13px;font-weight:500;transition:all .15s}.global-search-filter:hover{background:var(--surface-hover);border-color:var(--outline-strong);color:var(--ink)}.global-search-filter-active{background:var(--brand-gold-soft);border-color:var(--brand-gold);color:var(--ink);font-weight:600}.global-search-filter-active:hover{background:var(--brand-gold-soft);border-color:var(--brand-gold)}.global-search-body{grid-template-columns:minmax(0,1fr) 320px;min-height:0;display:grid}.global-search-results{border-right:1px solid var(--outline);min-height:0;padding:20px;overflow:auto}.global-search-empty,.global-search-error,.global-search-ai-status{color:var(--muted);padding:24px 10px;font-size:14px}.global-search-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:20px;padding:48px 24px;display:flex}.global-search-error{color:var(--danger)}.global-search-group+.global-search-group{margin-top:18px}.global-search-group h3{color:var(--brand-gold);letter-spacing:.05em;text-transform:uppercase;margin:0 0 8px;font-size:12px;font-weight:700}.global-search-result-list{gap:6px;display:grid}.global-search-result{background:var(--surface);border:1px solid var(--outline);color:var(--ink);text-align:left;cursor:pointer;border-left:3px solid #0000;border-radius:8px;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:62px;padding:8px 12px;transition:all .15s;display:grid}.global-search-result:hover{background:var(--surface-hover);border-color:var(--outline-strong);border-left-color:var(--brand-gold);transform:translate(2px)}.global-search-result-icon{background:var(--surface-muted);border:1px solid var(--outline);color:var(--brand-gold);border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;transition:all .15s;display:inline-flex}.global-search-result:hover .global-search-result-icon{background:var(--brand-gold-soft);border-color:var(--brand-gold-border)}.global-search-result-main{gap:4px;min-width:0;display:grid}.global-search-result-main strong,.global-search-result-main span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.global-search-result-main span,.global-search-result-time{color:var(--muted);font-size:13px}.global-search-ai{background:var(--surface-muted);flex-direction:column;gap:16px;min-height:0;padding:20px;display:flex;overflow:auto}.global-search-ai-head{color:var(--brand-gold);align-items:center;gap:8px;display:flex}.global-search-question{gap:6px;display:grid}.global-search-question span{color:var(--muted);font-size:12px;font-weight:700}.global-search-question textarea{background:var(--surface);border:1px solid var(--outline);color:var(--ink);font:inherit;resize:vertical;border-radius:8px;min-height:98px;padding:10px 12px;transition:border-color .15s,box-shadow .15s}.global-search-question textarea:focus{border-color:var(--brand-gold);box-shadow:0 0 0 3px var(--brand-gold-border);outline:0}.global-search-answer{background:var(--surface);border:1px solid var(--outline-strong);box-shadow:var(--shadow);border-radius:10px;gap:8px;padding:14px;display:grid}.global-search-answer p{color:var(--ink);white-space:pre-wrap;margin:0;font-size:14px;line-height:1.5}.global-search-citations{flex-wrap:wrap;gap:6px;display:flex}.global-search-citations button{background:var(--surface-muted);border:1px solid var(--outline);color:var(--ink);font:inherit;cursor:pointer;border-radius:999px;padding:5px 10px;font-size:12px;transition:all .15s}.global-search-citations button:hover{background:var(--surface-hover);border-color:var(--outline-strong)}.global-search-group-head{justify-content:space-between;align-items:center;gap:10px;margin:0 0 8px;display:flex}.global-search-group-head h3{margin:0}.global-search-group-head button,.full-search-group-head button{color:var(--brand-gold);font:inherit;cursor:pointer;background:0 0;border:0;padding:4px 0;font-size:12px;font-weight:700;transition:color .15s}.global-search-group-head button:hover,.full-search-group-head button:hover{color:#a8791e}.global-search-footer{border-top:1px solid var(--outline);background:var(--surface-muted);justify-content:flex-end;padding:10px 14px;display:flex}@media (width<=820px){.global-search-backdrop{padding:10px}.global-search-modal{min-height:0}.global-search-body{grid-template-columns:1fr}.global-search-results{border-right:0;max-height:42vh}.global-search-ai{border-top:1px solid var(--outline)}}.product-tour-layer{z-index:12000;pointer-events:none;position:fixed;inset:0}.product-tour-scrim{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#070c1c9e;position:absolute;inset:0}.product-tour-scrim-piece{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);pointer-events:none;background:#070c1c9e;position:fixed}.product-tour-spotlight{border:2px solid var(--brand-gold,#d6a81e);pointer-events:none;border-radius:12px;transition:top .18s,left .18s,width .18s,height .18s;position:fixed;box-shadow:0 18px 60px #00000047,0 0 0 1px #d6a81e2e}.product-tour-card{background:var(--surface,#fff);border:1px solid var(--outline,#0f172a24);color:var(--ink,#111827);pointer-events:auto;border-radius:12px;flex-direction:column;gap:12px;max-width:calc(100vw - 32px);padding:18px;display:flex;box-shadow:0 24px 80px #00000052}.product-tour-card h2{margin:0;font-size:18px;line-height:1.25}.product-tour-card p{color:var(--muted-ink,#475569);margin:0;font-size:14px;line-height:1.55}.product-tour-progress-row,.product-tour-actions{justify-content:space-between;align-items:center;gap:12px;display:flex}.product-tour-progress-row{color:var(--muted-ink,#64748b);text-transform:uppercase;font-size:12px;font-weight:700}.product-tour-skip{color:var(--muted-ink,#64748b);cursor:pointer;font:inherit;background:0 0;border:0;min-height:32px;padding:4px 8px}.product-tour-skip:hover,.product-tour-skip:focus-visible{color:var(--ink,#111827);outline:2px solid var(--brand-gold,#d6a81e);outline-offset:2px}.product-tour-progress{background:#94a3b847;border-radius:999px;height:6px;overflow:hidden}.product-tour-progress span{background:var(--brand-gold,#d6a81e);height:100%;transition:width .18s;display:block}.product-tour-fallback{background:#d6a81e1f;border:1px solid #d6a81e47;border-radius:8px;padding:10px}.product-tour-actions{justify-content:flex-end;margin-top:4px}.product-tour-actions .primary-button,.product-tour-actions .secondary-button{min-height:40px}@media (width<=560px){.product-tour-card{bottom:16px;right:16px;width:auto!important;top:auto!important;left:16px!important}}@media (prefers-reduced-motion:reduce){.product-tour-spotlight,.product-tour-progress span{transition:none}}html[data-needle-theme=dark] .product-tour-card{background:var(--surface-elevated,#101827);color:var(--ink,#f8fafc);border-color:#ffffff24}html[data-needle-theme=dark] .product-tour-card p,html[data-needle-theme=dark] .product-tour-progress-row,html[data-needle-theme=dark] .product-tour-skip{color:var(--muted-ink,#cbd5e1)}.splash-screen-container{background:radial-gradient(circle at 50% 42%, #c9962c1c, transparent 32rem), linear-gradient(180deg, var(--surface-muted) 0%, var(--bg) 58%, var(--surface) 100%);place-items:center;width:100%;min-height:100dvh;padding:clamp(24px,6vw,56px);display:grid;position:relative;overflow:hidden}.splash-screen-container:before,.splash-screen-container:after{content:"";pointer-events:none;position:absolute;inset:auto}.splash-screen-container:before{border:1px solid #c9962c1f;border-radius:999px;width:min(720px,92vw);height:min(720px,92vw);top:14%;left:50%;transform:translate(-50%)}.splash-screen-container:after{filter:blur(8px);background:#c9962c0f;border-radius:48px;width:160px;height:160px;bottom:max(18px,8vh);right:max(18px,8vw);transform:rotate(18deg)}.splash-card{z-index:1;border:1px solid var(--outline);background:color-mix(in srgb, var(--surface) 92%, transparent);width:min(100%,360px);box-shadow:var(--shadow-md);text-align:center;border-radius:28px;flex-direction:column;align-items:center;padding:36px 30px 28px;display:flex;position:relative}.splash-aurora{filter:blur(34px);background:#c9962c24;border-radius:999px;width:128px;height:128px;animation:3.6s ease-in-out infinite splash-aurora-breathe;position:absolute;top:28px}.splash-logo-cluster{place-items:center;width:92px;height:92px;margin-bottom:18px;display:grid;position:relative}.splash-logo-shell{z-index:1;border:1px solid var(--brand-gold-border);background:linear-gradient(145deg, #fffffff0, #fff3d4bd), var(--surface);border-radius:22px;place-items:center;width:74px;height:74px;display:grid;position:relative;box-shadow:0 14px 32px #c9962c2e}.splash-logo{object-fit:contain;width:52px;height:52px;display:block}.splash-pulse-ring{border:1px solid #c9962c70;border-radius:24px;width:76px;height:76px;animation:1.8s ease-out infinite splash-pulse;position:absolute}.splash-brand{align-items:center;gap:8px;margin-bottom:18px;display:flex}.splash-brand-wordmark{color:var(--text);letter-spacing:0;font-family:Manrope,sans-serif;font-size:1.85rem;font-weight:800;line-height:1}.splash-brand-beta{border:1px solid var(--brand-gold-border);background:var(--brand-gold-soft);color:var(--color-accent-strong);letter-spacing:.08em;text-transform:uppercase;border-radius:999px;padding:3px 7px;font-size:.68rem;font-weight:800;line-height:1}.splash-loading-indicator{justify-items:center;gap:12px;width:100%;display:grid}.splash-progress-track{background:var(--outline);border-radius:999px;width:min(100%,232px);height:5px;position:relative;overflow:hidden}.splash-progress-bar{border-radius:inherit;background:linear-gradient(90deg, transparent, var(--color-accent), var(--color-accent-strong), transparent);width:46%;animation:1.35s ease-in-out infinite splash-progress;position:absolute;inset:0 auto 0 0}.splash-loading-text{max-width:260px;color:var(--text-muted);margin:0;font-size:.93rem;font-weight:650;line-height:1.45}.splash-mail-preview{gap:10px;width:min(100%,248px);margin-top:24px;display:grid}.splash-mail-row{background:var(--surface-hover);border-radius:999px;height:12px;overflow:hidden}.splash-mail-row:before{border-radius:inherit;content:"";background:linear-gradient(90deg,#0000,#c9962c57,#0000);width:44%;height:100%;animation:1.7s ease-in-out infinite splash-shimmer;display:block}.splash-mail-row-primary{width:100%}.splash-mail-row-secondary{width:82%}.splash-mail-row-tertiary{width:58%}.splash-screen-container.error{background:radial-gradient(circle at 50% 42%, #b3261e14, transparent 32rem), linear-gradient(180deg, var(--surface-muted) 0%, var(--bg) 62%, var(--surface) 100%)}.splash-screen-container.error .splash-logo-shell{border-color:#b3261e42;box-shadow:0 14px 32px #b3261e1f}.splash-screen-container.error .splash-pulse-ring{border-color:#b3261e57;animation:none}.splash-screen-container.error .splash-loading-text{color:var(--danger)}html[data-needle-theme=dark] .splash-logo-shell{background:linear-gradient(145deg, #252320f5, #c9962c1f), var(--surface)}@media (prefers-color-scheme:dark){html[data-needle-theme=system] .splash-logo-shell{background:linear-gradient(145deg, #252320f5, #c9962c1f), var(--surface)}}@keyframes splash-aurora-breathe{0%,to{opacity:.58;transform:scale(.94)}50%{opacity:.9;transform:scale(1.06)}}@keyframes splash-pulse{0%{opacity:.72;transform:scale(.9)}to{opacity:0;transform:scale(1.42)}}@keyframes splash-progress{0%{transform:translate(-105%)}to{transform:translate(220%)}}@keyframes splash-shimmer{0%{transform:translate(-110%)}to{transform:translate(260%)}}@media (width<=480px){.splash-card{border-radius:24px;padding:32px 24px 26px}.splash-brand-wordmark{font-size:1.65rem}}@media (prefers-reduced-motion:reduce){.splash-aurora,.splash-pulse-ring,.splash-progress-bar,.splash-mail-row:before{animation:none}.splash-progress-bar{opacity:.72;width:100%}}.panel-loader{border:1px solid var(--outline);background:radial-gradient(circle at 50% 20%, #c9962c1c, transparent 120px), color-mix(in srgb, var(--surface) 94%, transparent);width:min(100%,320px);box-shadow:var(--shadow-sm);text-align:center;border-radius:24px;justify-items:center;gap:14px;margin:auto;padding:30px 24px;display:grid}.panel-loader__mark{place-items:center;width:62px;height:62px;display:grid;position:relative}.panel-loader__logo-shell{z-index:1;border:1px solid var(--brand-gold-border);background:linear-gradient(145deg, #fffffff2, #fff3d4b8), var(--surface);border-radius:16px;place-items:center;width:48px;height:48px;display:grid;position:relative;box-shadow:0 10px 24px #c9962c24}.panel-loader__logo{object-fit:contain;width:32px;height:32px;display:block}.panel-loader__ring{border:1px solid #c9962c6b;border-radius:17px;width:50px;height:50px;animation:1.8s ease-out infinite splash-pulse;position:absolute}.panel-loader__message{color:var(--text-muted);margin:0;font-size:.94rem;font-weight:650;line-height:1.45}.panel-loader__progress{background:var(--outline);border-radius:999px;width:min(100%,210px);height:5px;position:relative;overflow:hidden}.panel-loader__progress span{border-radius:inherit;background:linear-gradient(90deg, transparent, var(--color-accent), var(--color-accent-strong), transparent);width:46%;animation:1.35s ease-in-out infinite splash-progress;position:absolute;inset:0 auto 0 0}.panel-loader__rows{gap:8px;width:min(100%,220px);margin-top:4px;display:grid}.panel-loader__rows span{background:var(--surface-hover);border-radius:999px;height:10px;overflow:hidden}.panel-loader__rows span:before{border-radius:inherit;content:"";background:linear-gradient(90deg,#0000,#c9962c52,#0000);width:44%;height:100%;animation:1.7s ease-in-out infinite splash-shimmer;display:block}.panel-loader__rows span:nth-child(2){width:80%}.panel-loader__rows span:nth-child(3){width:58%}html[data-needle-theme=dark] .panel-loader__logo-shell{background:linear-gradient(145deg, #252320f5, #c9962c1f), var(--surface)}@media (prefers-color-scheme:dark){html[data-needle-theme=system] .panel-loader__logo-shell{background:linear-gradient(145deg, #252320f5, #c9962c1f), var(--surface)}}@media (prefers-reduced-motion:reduce){.panel-loader__ring,.panel-loader__progress span,.panel-loader__rows span:before{animation:none}.panel-loader__progress span{opacity:.72;width:100%}}.notification-shell{align-items:center;display:inline-flex;position:relative}.notification-bell{position:relative}.notification-badge{border:2px solid var(--surface,#fff);color:#000;background:#d4af37;border-radius:999px;justify-content:center;align-items:center;height:18px;padding:0 5px;font-size:10px;font-weight:800;line-height:1;display:inline-flex;position:absolute;top:-4px;right:-4px}.notification-center{color:#18181b;background:#fff;border:1px solid #d4af3759;border-radius:14px;grid-template-rows:auto auto minmax(0,1fr);width:min(420px,100vw - 28px);max-height:min(680px,100vh - 82px);transition:background-color .2s,border-color .2s;display:grid;position:absolute;top:48px;right:0;overflow:hidden;box-shadow:0 16px 40px #0000001f,0 0 20px #d4af3714}.notification-shell-embedded .notification-center{inset:auto auto 48px 0}.notification-center-header{background:linear-gradient(#d4af370f 0%,#0000 100%);border-bottom:1px solid #d4af3733;justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;display:flex}.notification-center-header strong{font-size:15px;font-weight:700;display:block;color:#18181b!important}.notification-center-header span{background:#d4af371f;border:1px solid #d4af374d;border-radius:12px;margin-top:4px;padding:2px 8px;font-size:11px;font-weight:700;display:inline-block;color:#8a6d0b!important}.notification-center-header .toolbar-icon-button{color:#8a6d0b!important}.notification-center-toolbar{background:#f8f8fa;border-bottom:1px solid #0000000f;justify-content:space-between;align-items:center;gap:12px;padding:10px 14px;display:flex}.notification-tabs{background:#f0f0f6e6;border:1px solid #d4af3747;border-radius:10px;gap:3px;padding:3px;display:inline-flex;box-shadow:inset 0 1px 2px #0000000a}.notification-tab{cursor:pointer;background:0 0;border:0;border-radius:7px;min-height:28px;padding:0 14px;font-size:12px;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1);color:#52525b!important}.notification-tab:hover{background:#d4af371a;color:#18181b!important}.notification-tab-active{text-shadow:0 1px 2px #00000059;border:1px solid #fff3;box-shadow:0 2px 10px #d4af3766,0 1px 2px #0000001a;color:#fff!important;background:linear-gradient(135deg,#d4af37 0%,#b8860b 55%,#8a6d0b 100%)!important;font-weight:700!important}.notification-mark-all{cursor:pointer;background:0 0;border:none;min-height:30px;padding:0 10px;font-size:12px;font-weight:600;transition:all .2s;color:#8a6d0b!important}.notification-mark-all:hover{text-shadow:0 0 6px #d4af3766;color:#5c4703!important}.notification-list{min-height:160px;padding:12px;overflow:auto}.notification-empty{color:#71717a;place-items:center;min-height:120px;font-size:13px;display:grid}.notification-group{gap:8px;display:grid}.notification-group+.notification-group{margin-top:14px}.notification-group-label{text-transform:uppercase;letter-spacing:1px;padding:4px 2px;font-size:11px;font-weight:800;color:#9a7b1c!important}.notification-item{border-radius:12px;grid-template-columns:8px minmax(0,1fr);gap:12px;padding:12px 14px;transition:all .2s;display:grid;background:#f9f9fc!important;border:1px solid #d4af3738!important}.notification-item:hover{box-shadow:0 4px 14px #0000000f,0 0 10px #d4af371a;background:#fff!important;border-color:#d4af3780!important}.notification-severity-dot{background:#ef4444;border-radius:999px;width:8px;height:8px;margin-top:6px;box-shadow:0 0 6px #ef444466}.notification-item-warning .notification-severity-dot{background:#d4af37;box-shadow:0 0 6px #d4af3780}.notification-item-critical .notification-severity-dot{background:#ef4444;box-shadow:0 0 8px #ef444499}.notification-item-success .notification-severity-dot{background:#10b981;box-shadow:0 0 6px #10b98166}.notification-item-copy{gap:6px;min-width:0;display:grid}.notification-item-title-row{justify-content:space-between;align-items:flex-start;gap:8px;display:flex}.notification-item-title-row strong{overflow-wrap:anywhere;min-width:0;font-size:13.5px;font-weight:700;line-height:1.35;color:#09090b!important}.notification-unread-dot{border-radius:999px;flex:none;width:8px;height:8px;margin-top:5px;box-shadow:0 0 6px #d4af3780;background:#d4af37!important}.notification-item p{overflow-wrap:anywhere;margin:0;font-size:12.5px;line-height:1.45;color:#3f3f46!important}.notification-meta{flex-wrap:wrap;align-items:center;gap:8px;margin-top:2px;font-size:11px;display:flex;color:#71717a!important}.notification-meta span:first-child{text-transform:uppercase;background:#d4af371a;border:1px solid #d4af3740;border-radius:4px;padding:1px 6px;font-size:10px;font-weight:600;color:#8a6d0b!important}.notification-actions{flex-wrap:wrap;align-items:center;gap:8px;margin-top:4px;display:flex}.notification-actions .ghost-button{cursor:pointer;border-radius:6px;min-height:28px;padding:0 10px;font-size:11.5px;font-weight:600;transition:all .2s;color:#8a6d0b!important;background:#d4af3714!important;border:1px solid #d4af374d!important}.notification-actions .ghost-button:hover{box-shadow:0 2px 8px #d4af374d;color:#000!important;background:linear-gradient(135deg,#fff1b8 0%,#d4af37 55%,#aa7c11 100%)!important;border-color:#0000!important}.notification-actions .toolbar-icon-button{transition:color .2s;color:#71717a!important}.notification-actions .toolbar-icon-button:hover{color:#ef4444!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .notification-center{color:#fff!important;background:#0e0e12!important;border-color:#d4af3766!important;box-shadow:0 20px 50px #000000e6,0 0 25px #d4af3726!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .notification-center-header{background:linear-gradient(#d4af371a 0%,#0000 100%)!important;border-bottom-color:#d4af3733!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .notification-center-header strong{color:#fff!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .notification-center-header span{color:#f5e6ad!important;background:#d4af3726!important;border-color:#d4af374d!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .notification-center-header .toolbar-icon-button{color:#d4af37!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .notification-center-toolbar{background:#0006!important;border-bottom-color:#ffffff14!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .notification-tabs{background:#000000b3!important;border-color:#d4af374d!important;box-shadow:inset 0 1px 3px #00000080!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .notification-tab{color:#a1a1aa!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .notification-tab:hover{color:#f5e6ad!important;background:#d4af371f!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .notification-tab-active{color:#fff!important;text-shadow:0 1px 3px #00000080!important;background:linear-gradient(135deg,#d4af37 0%,#aa7c11 50%,#7a5b0b 100%)!important;border:1px solid #ffffff40!important;font-weight:800!important;box-shadow:0 2px 12px #d4af3773!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .notification-mark-all{color:#f5e6ad!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .notification-group-label{color:#d4af37!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .notification-item{background:#181820!important;border-color:#d4af3733!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .notification-item:hover{background:#20202a!important;border-color:#f5e6ad80!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .notification-item-title-row strong{color:#fff!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .notification-item p{color:#d1d1db!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .notification-meta{color:#9e9ea8!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .notification-meta span:first-child{color:#f5e6ad!important;background:#d4af371f!important;border-color:#d4af3740!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .notification-actions .ghost-button{color:#f5e6ad!important;background:#d4af371a!important;border-color:#d4af374d!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .notification-actions .toolbar-icon-button{color:#8e8e98!important}@media (width<=720px){.notification-shell{top:12px;right:12px}.notification-shell-embedded{top:auto;right:auto}.notification-center{width:auto;max-height:calc(100vh - 76px);position:fixed;top:58px;left:10px;right:10px}}.auth-brand-header{text-align:center;flex-direction:column;align-items:center;gap:6px;padding-bottom:24px;display:flex}.auth-brand-logo{align-items:center;gap:10px;display:flex}.auth-brand-logo-img{object-fit:contain;width:48px;height:48px}.auth-brand-wordmark-stack{flex-direction:column;align-items:flex-start;gap:1px;display:flex}.auth-brand-wordmark{letter-spacing:0;color:var(--ink);font-size:1.4rem;font-weight:800;line-height:1}.auth-brand-beta{color:#c9962c;text-transform:uppercase;letter-spacing:.05em;font-size:.7rem;font-weight:700;line-height:1}.auth-brand-tagline{color:var(--muted);margin:0;font-size:.86rem;font-weight:500}.auth-card .primary-button{border-radius:4px}.auth-shell-with-tour{grid-template-columns:minmax(0,760px) minmax(360px,480px);justify-content:center;align-items:center;gap:28px;width:100%;padding:32px;overflow-y:auto}.auth-shell-with-tour .auth-card{width:100%}.signup-feature-tour{background:linear-gradient(135deg, #fff8e6db, #fffffff5 44%), var(--surface);width:min(760px,100%);box-shadow:var(--shadow);border:1px solid #11111114;border-radius:28px;justify-self:end;gap:18px;padding:30px;display:grid}.signup-feature-hero{gap:12px;display:grid}.signup-feature-kicker{border:1px solid var(--brand-gold-border);color:#5f4614;letter-spacing:.04em;text-transform:uppercase;background:#fff8e6;border-radius:999px;align-items:center;gap:8px;width:fit-content;min-height:30px;padding:0 10px 0 6px;font-size:.76rem;font-weight:800;display:inline-flex}.signup-feature-kicker img{object-fit:contain;width:20px;height:20px}.signup-feature-hero h2{max-width:700px;color:var(--ink);letter-spacing:0;margin:0;font-size:clamp(2rem,4vw,4rem);font-weight:800;line-height:.98}.signup-feature-hero p{max-width:640px;color:var(--muted);margin:0;font-size:1rem;line-height:1.6}.signup-feature-metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.signup-feature-metrics div{background:#ffffffd1;border:1px solid #11111114;border-radius:18px;align-content:center;gap:4px;min-width:0;min-height:86px;padding:14px;display:grid}.signup-feature-metrics strong{color:var(--ink);font-size:1.28rem;font-weight:800;line-height:1}.signup-feature-metrics span{color:var(--muted);font-size:.78rem;font-weight:700;line-height:1.35}.signup-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.signup-feature-card{background:#ffffffe6;border:1px solid #11111114;border-radius:18px;grid-template-columns:36px minmax(0,1fr);gap:12px;min-width:0;min-height:128px;padding:14px;display:grid}.signup-feature-icon{color:#fff;background:#111;border-radius:12px;place-items:center;width:36px;height:36px;display:grid}.signup-feature-card h3{color:var(--ink);margin:0;font-size:.94rem;font-weight:800;line-height:1.25}.signup-feature-card p{color:var(--muted);margin:5px 0 0;font-size:.82rem;line-height:1.45}html[data-needle-theme=dark] .signup-feature-tour{border-color:var(--outline);background:linear-gradient(135deg, #c9962c1f, #161412f5 44%), var(--surface)}html[data-needle-theme=dark] .signup-feature-kicker{color:#e6b325;background:#c9962c24}html[data-needle-theme=dark] .signup-feature-metrics div,html[data-needle-theme=dark] .signup-feature-card{border-color:var(--outline);background:#111009b8}html[data-needle-theme=dark] .signup-feature-icon{background:var(--brand-gold);color:#111}@media (width<=1120px){.auth-shell-with-tour{grid-template-columns:1fr;align-content:start;justify-items:center;padding:20px}.auth-shell-with-tour .auth-card{order:1;width:min(480px,100%)}.signup-feature-tour{order:2;justify-self:center;width:min(760px,100%)}}@media (width<=640px){.auth-shell-with-tour{gap:14px;padding:14px}.signup-feature-tour{border-radius:22px;padding:18px}.signup-feature-hero h2{font-size:2rem;line-height:1.05}.signup-feature-metrics,.signup-feature-grid{grid-template-columns:1fr}.signup-feature-card{min-height:auto}}.email-provider-cards{gap:10px;width:100%;display:grid}.email-provider-card{border:1px solid var(--outline);background:var(--surface);text-align:left;cursor:pointer;border-radius:16px;align-items:flex-start;gap:14px;width:100%;padding:16px;transition:border-color .14s,background .14s,box-shadow .14s;display:flex}.email-provider-card:hover:not(.email-provider-card--unavailable){border-color:var(--provider-accent,#6366f1);background:var(--surface-muted,#fafafa);box-shadow:0 0 0 2px color-mix(in srgb, var(--provider-accent,#6366f1) 12%, transparent)}.email-provider-card--unavailable{cursor:default;opacity:.7}.email-provider-card--connected{border-color:var(--provider-accent,#6366f1);background:var(--surface-muted,#fafafa);cursor:default;opacity:.9}.epc-icon{flex:none;align-items:center;margin-top:2px;display:flex}.epc-body{flex:auto;gap:3px;min-width:0;display:grid}.epc-name{color:var(--ink);font-size:.95rem;font-weight:700}.epc-tagline{color:var(--muted);font-size:.8rem;font-weight:500}.epc-description{color:var(--muted);font-size:.86rem;line-height:1.5}.epc-action{white-space:nowrap;flex:none;align-items:center;margin-left:auto;padding-top:2px;font-size:.86rem;font-weight:700;display:flex}.epc-badge-coming-soon{background:var(--surface-muted,#fafafa);border:1px solid var(--outline);color:var(--muted);white-space:nowrap;border-radius:99px;flex:none;align-items:center;padding:3px 10px;font-size:.78rem;font-weight:600;display:inline-flex}.email-provider-cards--compact .epc-action{display:none}.provider-chooser-backdrop{z-index:80;background:#1118273d;place-items:center;width:100vw;height:100vh;padding:24px;display:grid;overflow:hidden}.provider-chooser-modal p{color:var(--muted);margin:4px 0 0;font-size:14px}@media (width<=560px){.provider-chooser-backdrop{padding:12px}.provider-chooser-modal{width:calc(100vw - 24px);max-height:calc(100vh - 24px)}.provider-chooser-modal .email-provider-card{grid-template-columns:20px minmax(0,1fr);display:grid}.provider-chooser-modal .epc-action{white-space:normal;grid-column:2;margin-left:0;padding-top:4px}}@keyframes aw-gold-shimmer{0%{background-position:-200%}to{background-position:200%}}@media (width>=1024px){.thread-reader-scroll{grid-template:"messages sidebar""suggestions sidebar"/1fr 360px!important;align-items:start!important;gap:20px!important;padding:20px!important;display:grid!important}.message-stack{grid-area:messages!important;width:100%!important;margin-top:0!important;padding-top:0!important}.thread-context-panels{flex-direction:column!important;grid-area:sidebar!important;align-self:start!important;gap:12px!important;width:100%!important;margin:0!important;display:flex!important;position:sticky!important;top:0!important}.smart-calendar-inline-suggestions{grid-area:suggestions!important;margin-top:12px!important}.relationship-memory-card{grid-template-columns:1fr!important;gap:10px!important;padding:14px 16px!important}.relationship-memory-head{border-right:0!important;border-bottom:1px solid var(--nr-line-soft,#00000014)!important;padding-bottom:10px!important;padding-right:0!important}.relationship-memory-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px 12px!important}.thread-detected-action-card{background:#fff!important;border:1px solid #11182714!important;border-radius:16px!important;flex-direction:column!important;align-items:stretch!important;gap:12px!important;min-height:auto!important;padding:16px!important;display:flex!important;box-shadow:0 4px 12px #00000005!important}.thread-detected-action-main{flex-direction:column!important;gap:8px!important;width:100%!important;display:flex!important}.thread-detected-action-main strong{color:#111827!important;text-transform:capitalize!important;margin:0!important;font-size:14px!important;font-weight:700!important;display:block!important}.thread-detected-action-main p{border-left:3px solid var(--brand-gold,#c9962c)!important;color:#475569!important;word-break:break-word!important;background:#f9fafb!important;border-radius:0 8px 8px 0!important;grid-column:auto!important;max-height:150px!important;margin:0!important;padding:10px 12px!important;font-size:12px!important;font-style:italic!important;line-height:1.55!important;overflow-y:auto!important}.thread-detected-action-facts{color:#64748b!important;flex-wrap:wrap!important;grid-column:auto!important;gap:6px 10px!important;margin-top:2px!important;font-size:11px!important;display:flex!important}.thread-detected-action-facts span{align-items:center!important;gap:4px!important;display:inline-flex!important}.thread-detected-action-facts span:before{content:"•"!important;color:#cbd5e1!important}.thread-detected-action-facts span:first-child:before{display:none!important}.thread-detected-action-buttons{border-top:1px solid #f1f5f9!important;justify-content:flex-end!important;align-items:center!important;gap:8px!important;width:100%!important;margin-top:4px!important;padding-top:12px!important;display:flex!important}.thread-detected-action-buttons button,.thread-detected-action-buttons a{border-radius:8px!important;height:30px!important;min-height:30px!important;padding:0 14px!important;font-size:12px!important;font-weight:600!important;transition:all .14s!important}.thread-detected-action-buttons .secondary-button,.thread-detected-action-buttons button[data-testid=commitment-complete-button]{color:#fff!important;background:#1e293b!important;border:1px solid #1e293b!important}.thread-detected-action-buttons .secondary-button:hover,.thread-detected-action-buttons button[data-testid=commitment-complete-button]:hover{color:#fff!important;background:#334155!important;border-color:#334155!important}.thread-detected-action-buttons .ghost-button,.thread-detected-action-buttons button:not([data-testid=commitment-complete-button]){color:#475569!important;background:#fff!important;border:1px solid #cbd5e1!important}.thread-detected-action-buttons .ghost-button:hover,.thread-detected-action-buttons button:not([data-testid=commitment-complete-button]):hover{color:#1e293b!important;background:#f8fafc!important;border-color:#94a3b8!important}.thread-action-status-done{color:#10b981!important;background:#ecfdf5!important;border:1px solid #a7f3d0!important;border-radius:6px!important;padding:3px 8px!important;font-size:11px!important;font-weight:600!important}}.thread-detected-actions-head{justify-content:space-between!important;align-items:center!important;margin-bottom:12px!important;padding:0 4px!important;display:flex!important}.thread-detected-actions-head h4{color:#1e293b!important;margin:0!important;font-size:14px!important;font-weight:700!important}.thread-detected-actions-head span{color:#475569!important;background:#f1f5f9!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;width:22px!important;height:22px!important;font-size:11px!important;font-weight:600!important;display:inline-flex!important}.clickable-author{cursor:pointer!important;border-radius:8px!important;margin:-4px -6px!important;padding:4px 6px!important;transition:all .14s!important}.clickable-author:hover{background:#1118270a!important}@keyframes spin{to{transform:rotate(360deg)}}@media (width>=1024px){.thread-reader-pane{position:relative}.reader-header{padding-left:44px!important;padding-right:424px!important}.thread-reader-scroll{scrollbar-width:thin!important;height:100%!important;margin-right:360px!important;padding:20px!important;display:block!important;position:static!important;overflow:hidden auto!important}.thread-reader-scroll::-webkit-scrollbar{width:8px!important}.thread-reader-scroll::-webkit-scrollbar-track{background:0 0!important}.thread-reader-scroll::-webkit-scrollbar-thumb{background:#0000001f!important;border-radius:4px!important}.thread-reader-scroll::-webkit-scrollbar-thumb:hover{background:#00000038!important}.thread-context-panels{z-index:5!important;box-sizing:border-box!important;background:#f3f4f6!important;border-left:1px solid #11182714!important;flex-direction:column!important;gap:12px!important;width:360px!important;height:100%!important;min-height:0!important;max-height:100%!important;padding:24px 16px!important;display:flex!important;position:absolute!important;top:0!important;bottom:0!important;right:0!important;overflow:hidden!important}}.thread-context-rail{min-height:0;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border:0;border-radius:0;flex-direction:column;gap:0;width:100%;padding:0;display:flex}.thread-context-rail-body{align-content:start;gap:12px;min-height:0;display:grid}.thread-copilot-understand-section{order:1}.thread-copilot-act-section{order:2}.thread-copilot-related-section{order:3}@media (width>=1024px){.thread-context-rail{flex:auto;height:100%;max-height:none;overflow:hidden}.thread-context-rail-body{overscroll-behavior:contain;scrollbar-gutter:stable;scrollbar-width:thin;flex:1 1 0;padding-right:4px;overflow-y:scroll}.thread-context-rail-body::-webkit-scrollbar{width:8px}.thread-context-rail-body::-webkit-scrollbar-track{background:0 0}.thread-context-rail-body::-webkit-scrollbar-thumb{background:#11182729;border-radius:999px}.thread-context-rail-body::-webkit-scrollbar-thumb:hover{background:#11182742}.thread-reader-pane.thread-copilot-collapsed .thread-context-rail-head{justify-content:center;padding:0}.thread-reader-pane.thread-copilot-collapsed .thread-context-rail-head>div:first-child,.thread-reader-pane.thread-copilot-collapsed .thread-context-rail-body{display:none}.thread-reader-pane.thread-copilot-collapsed .thread-context-rail-controls{display:flex}}.thread-context-rail-head{background:0 0;border:0;border-radius:0;justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:2px;padding:0 4px 10px;display:flex}.thread-context-rail-title-row{align-items:center;gap:6px;display:flex}.thread-context-rail-head strong{color:#111827;letter-spacing:0;text-transform:none;background:linear-gradient(135deg,#a1761e 0%,#c9962c 50%,#e5bd66 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:16px;font-weight:850;line-height:1.2;display:inline-block}.thread-context-rail-head span.thread-context-rail-hint{color:#4b5563;margin-left:20px;font-size:13px;font-weight:550;line-height:1.35}.thread-context-rail-controls{flex:none;align-items:center;gap:5px;display:inline-flex}.thread-copilot-collapse-button{color:#475569;cursor:pointer;background:#fff;border:1px solid #1118271f;border-radius:8px;place-items:center;width:30px;min-height:30px;padding:0;font-size:11px;font-weight:700;display:inline-grid}.thread-copilot-collapse-button:hover{color:#8a6114;background:#fffbeb;border-color:#c9962c75}.thread-copilot-collapse-button:focus-visible{outline-offset:2px;outline:2px solid #c9962c}.thread-copilot-section{gap:8px;display:grid}.thread-copilot-section+.thread-copilot-section{border-top:1px solid #11182714;padding-top:14px}.thread-copilot-section-label{color:#64748b;letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:10px;font-weight:850;line-height:1.2}.thread-copilot-recommendation{background:#fffbeb;border:1px solid #c9962c47;border-radius:12px;grid-template-columns:auto minmax(0,1fr);gap:9px 10px;padding:12px;display:grid}.thread-copilot-recommendation-icon{color:#8a6114;background:#c9962c24;border-radius:9px;place-items:center;width:30px;height:30px;display:grid}.thread-copilot-recommendation-copy{gap:3px;min-width:0;display:grid}.thread-copilot-recommendation-copy>span,.thread-summary-source-label{color:#8a6114;letter-spacing:.035em;text-transform:uppercase;font-size:10px;font-weight:850}.thread-copilot-recommendation-copy strong{color:#111827;font-size:13px;line-height:1.35}.thread-copilot-recommendation-copy p{color:#475569;margin:0;font-size:12px;line-height:1.45}.thread-copilot-recommendation>.primary-button{grid-column:1/-1;width:100%;min-height:34px}.thread-copilot-quick-actions{flex-wrap:wrap;gap:8px;padding:0;display:flex}.thread-copilot-quick-actions .toolbar-button,.thread-copilot-quick-actions .ghost-button{color:#374151;background:#fff;border:1px solid #1118271a;border-radius:10px;min-height:34px;padding:0 12px;font-size:12px;font-weight:750;transition:background-color .15s,border-color .15s,color .15s,box-shadow .15s;box-shadow:0 1px 2px #1118270a}.thread-copilot-quick-actions .toolbar-button:hover,.thread-copilot-quick-actions .ghost-button:hover{color:#8a6114;background:#fffbeb;border-color:#c9962c66;box-shadow:0 2px 6px #a1761e1a}.thread-copilot-quick-actions .toolbar-button:focus-visible,.thread-copilot-quick-actions .ghost-button:focus-visible,.thread-copilot-quick-actions select:focus-visible{outline-offset:2px;outline:2px solid #c9962c}.thread-copilot-quick-actions .thread-box-actions{flex-wrap:wrap;flex:100%;gap:8px;display:flex}.thread-copilot-quick-actions .thread-box-stage-select{color:#64748b;flex:140px;gap:4px;font-size:11px;font-weight:750;display:grid}.thread-copilot-quick-actions .thread-box-stage-select select{color:#111827;min-height:34px;font:inherit;background:#fff;border:1px solid #1118271a;border-radius:10px;padding:0 9px}@keyframes ai-pulse{0%{opacity:.7;filter:drop-shadow(0 0 1px #c9962c4d);transform:scale(1)}50%{opacity:1;filter:drop-shadow(0 0 5px #c9962cb3);transform:scale(1.15)}to{opacity:.7;filter:drop-shadow(0 0 1px #c9962c4d);transform:scale(1)}}.ai-sparkles-icon{color:#c9962c;vertical-align:middle;display:inline-block}.ai-sparkles-icon-active{animation:1.8s ease-in-out infinite ai-pulse}.thread-summary-latest{gap:6px;display:grid}.thread-summary-empty p{color:#334155;margin:0;font-size:12px;line-height:1.5}.thread-summary-latest{padding-top:2px}.thread-email-summary-section .summary-bullet-list li{display:list-item}.thread-email-summary-section .summary-bullet-list li>span{display:block}.thread-summary-loading,.thread-summary-error,.thread-summary-empty,.thread-copilot-related-empty{color:#475569;align-items:center;gap:8px;font-size:12px;line-height:1.4;display:flex}.thread-summary-error{color:#991b1b;background:#fef2f2;border:1px solid #b91c1c33;border-radius:9px;flex-wrap:wrap;padding:9px}.thread-summary-error .ghost-button,.thread-summary-empty .ghost-button{min-height:30px;margin-left:auto}.thread-copilot-related-empty{background:#f8fafcc7;border:1px dashed #64748b47;border-radius:10px;padding:10px}.message-card:focus{outline-offset:-2px;outline:2px solid #c9962c8f}.thread-context-drawer{background:#fff;border:1px solid #11182714;border-radius:12px;transition:border-color .15s;overflow:hidden}.thread-context-drawer>:not(summary){scrollbar-width:thin;max-height:240px;overflow-y:auto}.thread-context-drawer>:not(summary)::-webkit-scrollbar{width:6px}.thread-context-drawer>:not(summary)::-webkit-scrollbar-track{background:0 0}.thread-context-drawer>:not(summary)::-webkit-scrollbar-thumb{background:#11182729;border-radius:999px}.thread-context-drawer>:not(summary)::-webkit-scrollbar-thumb:hover{background:#11182742}.thread-context-drawer>summary{color:#111827;cursor:pointer;justify-content:space-between;align-items:center;gap:8px;min-height:40px;padding:10px 12px;font-size:13.5px;font-weight:700;list-style:none;transition:background-color .15s,color .15s;display:flex}.thread-context-drawer>summary::-webkit-details-marker{display:none}.thread-context-drawer>summary:before{content:"";border-bottom:1.5px solid;border-right:1.5px solid;width:7px;height:7px;margin-left:2px;transition:transform .16s;transform:rotate(-45deg)}.thread-context-drawer[open]>summary:before{transform:rotate(45deg)}.thread-context-drawer>summary span{flex:auto}.thread-context-drawer>summary small{color:#0f766e;background:#f0fdfa;border-radius:999px;place-items:center;min-width:22px;height:22px;padding:0 6px;font-size:11px;font-weight:850;display:inline-grid}.thread-context-drawer[open]>summary{background:#fff;border-bottom:1px solid #11182714}.thread-context-drawer>summary:hover{background:#f8fafc}.thread-email-summary-section{border-top:1px solid #1118271a;border-bottom:1px solid #1118271a;flex-direction:column;min-height:0;max-height:min(52dvh,440px);padding-top:14px;padding-bottom:14px;display:flex}.thread-email-summary-head{justify-content:space-between;align-items:flex-start;gap:10px;padding:0 2px 8px;display:flex}.thread-email-summary-head h4{color:#111827;margin:0;font-size:13.5px;font-weight:800;line-height:1.3}.thread-email-summary-head p{color:#64748b;margin:3px 0 0;font-size:12px;font-weight:600;line-height:1.35}.thread-email-summary-actions{flex:none;align-items:center;gap:6px;display:inline-flex}.thread-email-summary-section .drawer-content,.thread-email-summary-section .drawer-content-loading{background:0 0;min-height:0;padding:4px 4px 0}.thread-email-summary-section .drawer-content{overscroll-behavior:contain;scrollbar-gutter:stable;scrollbar-width:thin;gap:12px;display:grid;overflow-y:auto}.thread-email-summary-section .drawer-content::-webkit-scrollbar{width:6px}.thread-email-summary-section .drawer-content::-webkit-scrollbar-track{background:0 0}.thread-email-summary-section .drawer-content::-webkit-scrollbar-thumb{background:#11182729;border-radius:999px}.thread-email-summary-section .summary-bullet-list{gap:14px;margin:0;padding-left:18px}.thread-email-summary-section .summary-bullet-list li{color:#1f2937;padding-left:2px;font-size:14px;font-weight:500;line-height:1.6}.thread-email-summary-section .summary-bullet-list li::marker{color:#111827;font-size:.9em}.close-summary-btn{color:#111827;cursor:pointer;box-sizing:border-box;background:#fff;border:1px solid #111827;border-radius:3px;justify-content:center;align-items:center;width:22px;height:22px;padding:0;transition:all .15s;display:inline-flex}.close-summary-btn:hover{color:#000;background:#f1f5f9;border-color:#000}.drawer-content{background:#fff;padding:14px 16px}.drawer-content-loading{color:#64748b;align-items:center;gap:8px;padding:14px 16px;font-size:13px;display:flex}.summary-bullet-list{flex-direction:column;gap:12px;margin:0;padding-left:20px;list-style-type:disc;display:flex}.summary-bullet-list li{color:#374151;font-size:13.5px;line-height:1.5}.thread-context-drawer .relationship-memory-panel,.thread-context-drawer .thread-detected-actions,.thread-context-drawer .negotiation-diff-panel{background:#fff!important;border:0!important;grid-template-columns:1fr!important;gap:8px!important;padding:10px!important;display:grid!important}.thread-context-drawer .relationship-memory-card,.thread-context-drawer .thread-detected-action-card,.thread-context-drawer .negotiation-diff-card{box-shadow:none!important;border-radius:10px!important}.thread-context-action-list,.thread-context-action-list .thread-box-actions{gap:8px;padding:10px;display:grid}.thread-context-action-list .thread-box-actions{padding:0}.thread-context-action-list .toolbar-button,.thread-context-action-list .ghost-button{color:#111827;background:#fff;border:1px solid #11182714;border-radius:10px;justify-content:flex-start;width:100%;min-height:34px;padding:0 10px;font-size:12px;font-weight:750}.thread-context-action-list .toolbar-button:hover,.thread-context-action-list .ghost-button:hover{color:#134e4a;background:#f0fdfa;border-color:#0d948847}.thread-context-action-list .thread-box-stage-select{color:#64748b;gap:5px;font-size:11px;font-weight:750;display:grid}.thread-context-action-list .thread-box-stage-select select{color:#111827;width:100%;min-height:34px;font:inherit;background:#fff;border:1px solid #1118271a;border-radius:10px;padding:0 9px;font-size:12px}.connected-context-list{gap:8px;padding:10px;display:grid}.connected-context-row{color:#111827;text-align:left;background:#fff;border:1px solid #11182714;border-radius:10px;grid-template-columns:18px minmax(0,1fr);align-items:start;gap:8px;width:100%;min-height:42px;padding:9px;display:grid}button.connected-context-row{cursor:pointer}button.connected-context-row:hover{background:#f0fdfa;border-color:#0d948847}.connected-context-row>.app-icon{color:#0f766e;margin-top:2px}.connected-context-row span{gap:3px;min-width:0;display:grid}.connected-context-row strong,.connected-context-row small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.connected-context-row strong{color:#111827;font-size:12px;font-weight:800}.connected-context-row small{color:#64748b;font-size:11px;font-weight:650}.connected-context-row-box{grid-template-columns:18px minmax(0,1fr)}.connected-context-actions{grid-column:2;gap:6px;margin-top:4px;display:grid}.connected-context-actions select,.connected-context-actions .ghost-button{color:#111827;width:100%;min-height:30px;font:inherit;background:#fff;border:1px solid #1118271a;border-radius:9px;font-size:11px;font-weight:750}.connected-context-actions .ghost-button{justify-content:center}.related-ai-item-card{grid-template-columns:18px minmax(0,1fr)}.related-ai-item-actions{grid-template-columns:repeat(auto-fit,minmax(76px,1fr))}.thread-context-drawer .relationship-memory-grid,.thread-context-drawer .negotiation-change-row{grid-template-columns:1fr!important}.negotiation-radar-card{gap:10px;padding:10px;display:grid}.negotiation-radar-head{color:#111827;justify-content:space-between;align-items:center;gap:8px;font-size:12px;font-weight:800;display:flex}.negotiation-radar-head small{color:#0f766e;text-transform:capitalize;font-size:11px;font-weight:800}.negotiation-radar-section{color:#374151;gap:5px;font-size:12px;line-height:1.45;display:grid}.negotiation-radar-section strong{color:#111827;text-transform:uppercase;font-size:11px}.negotiation-radar-section p{margin:0}.negotiation-move-list{gap:6px;display:grid}.negotiation-move-button{white-space:normal;text-align:left;justify-items:start;min-height:44px;display:grid}.negotiation-move-button small{color:#64748b;font-size:11px;font-weight:600}@media (width<=1023px){.thread-context-rail{box-sizing:border-box;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffe0;border:1px solid #11182714;border-radius:16px;flex:none;height:auto;min-height:0;max-height:none;margin:0;padding:10px;overflow:visible;box-shadow:0 1px 2px #1118270a,0 14px 34px #11182714}.thread-context-rail-body{overscroll-behavior:contain;scrollbar-gutter:stable;scrollbar-width:thin;flex:none;overflow-y:visible}.thread-context-rail-head{background:#fffffff0}.thread-copilot-collapse-button{display:none}}@media (width<=480px){.thread-context-rail-head{padding-left:0;padding-right:0}.thread-copilot-recommendation,.thread-email-summary-section{border-radius:10px}.thread-copilot-quick-actions{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.thread-copilot-quick-actions .toolbar-button,.thread-copilot-quick-actions .ghost-button{width:100%}}@media (prefers-reduced-motion:reduce){.ai-sparkles-icon-active,.spinner{animation:none!important}.thread-context-rail *,.thread-context-rail :before,.thread-context-rail :after{scroll-behavior:auto!important;transition-duration:.01ms!important}}.spinner{border:2px solid #0000001a;border-top-color:var(--brand-gold,#c9962c);border-radius:50%;width:14px;height:14px;animation:.8s linear infinite spin;display:inline-block}@media (width<=1180px){.message-stack{max-height:none}}.thread-account-label{text-overflow:ellipsis;white-space:nowrap;max-width:120px;color:var(--muted-text,#64748b);vertical-align:middle;font-size:12px;font-weight:600;line-height:1.3;display:inline-block;overflow:hidden}@media (width<=760px){.thread-list-pane{grid-template-columns:1fr}.thread-search-control{width:100%;min-width:0}.thread-toolbar-search{flex:220px}.thread-box-actions .toolbar-button,.thread-box-actions .ghost-button{flex:142px;justify-content:center;width:auto;min-width:min(142px,100%)}.thread-row{grid-template-columns:18px 20px minmax(0,1fr) auto;align-items:start;gap:10px;padding-top:12px;padding-bottom:12px}.thread-sender{grid-column:3}.thread-content{flex-direction:column;grid-column:3/span 2;align-items:flex-start;gap:2px}.thread-row-side,.thread-row-quick-actions{opacity:1;pointer-events:auto;position:static}.thread-row-side{align-self:start;gap:8px;min-width:auto}.thread-row-quick-actions{max-width:min(240px,56vw);min-height:0;box-shadow:none;background:0 0;border:0;flex-wrap:wrap;justify-content:flex-end;padding:0;transform:none}.thread-row-action-text{max-width:104px;min-height:30px;padding:0 9px;font-size:11px}.thread-row-action{border-radius:8px;width:30px;height:30px}.thread-time-wrap{align-self:start;display:flex}.thread-time{display:none}.thread-follow-up-inline{max-width:180px}}.thread-list-pane.thread-rail-visible{background:#fff;border-radius:0;grid-template-rows:auto auto minmax(0,1fr)}.app-shell>.mailbox-layout{padding:0}.thread-box-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.thread-ai-meta{position:relative}.mailbox-layout.mailbox-layout-scrollable{scrollbar-gutter:stable;height:100vh;min-height:0;overflow:hidden auto}.thread-chip--scheduled{color:#2563eb;background:#2563eb14;border-radius:4px;padding:2px 6px;font-size:11px}.compose-drafts-page{gap:18px;width:min(1040px,100% - 48px);margin:0 auto;padding:32px 0 48px;display:grid}.compose-drafts-page--embedded{width:100%;padding:14px 18px 24px}.compose-drafts-page__header{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:flex-end;gap:20px;padding-bottom:14px;display:flex}.compose-drafts-page__header h1{color:var(--color-text);margin:4px 0 6px;font-size:28px;line-height:1.15}.compose-drafts-page__header p{max-width:560px;color:var(--color-text-muted);margin:0;font-size:14px;line-height:1.5}.compose-drafts-page__actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.compose-drafts-page__inline-actions{justify-content:flex-end;align-items:center;gap:10px;display:flex}.thread-list-custom-content{min-height:0}.compose-drafts-list{gap:8px;display:grid}.compose-draft-row{border:1px solid var(--color-border);background:var(--color-surface);width:100%;color:inherit;text-align:left;cursor:pointer;border-radius:8px;grid-template-columns:36px minmax(0,1fr) 24px;align-items:center;gap:12px;padding:14px 16px;transition:border-color .16s,box-shadow .16s,transform .16s;display:grid}.compose-draft-row:hover{border-color:var(--color-border-strong);box-shadow:var(--shadow-sm);transform:translateY(-1px)}.compose-draft-row__icon{width:36px;height:36px;color:var(--color-accent);background:#2563eb14;border-radius:8px;justify-content:center;align-items:center;display:inline-flex}.compose-draft-row__content{gap:3px;min-width:0;display:grid}.compose-draft-row__topline{justify-content:space-between;align-items:center;gap:12px;min-width:0;display:flex}.compose-draft-row__topline strong,.compose-draft-row__meta,.compose-draft-row__preview{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.compose-draft-row__topline strong{min-width:0;color:var(--color-text);font-size:14px}.compose-draft-row__topline time{color:var(--color-text-muted);flex:none;font-size:12px}.compose-draft-row__meta{color:var(--color-text);font-size:13px}.compose-draft-row__preview{color:var(--color-text-muted);font-size:13px}.compose-draft-row__open{color:var(--color-text-muted);justify-content:flex-end;display:inline-flex}.compose-drafts-state{border:1px dashed var(--color-border);min-height:220px;color:var(--color-text-muted);background:var(--color-surface);text-align:center;border-radius:8px;align-content:center;place-items:center;gap:8px;padding:32px;display:grid}.compose-save-draft-btn{white-space:nowrap}@media (width<=760px){.compose-drafts-page{width:calc(100% - 24px);padding:20px 0 32px}.compose-drafts-page__header{flex-direction:column;align-items:stretch}.compose-drafts-page__actions{justify-content:flex-start}.compose-draft-row{grid-template-columns:minmax(0,1fr) 20px}.compose-draft-row__icon{display:none}.compose-draft-row__topline{flex-direction:column;align-items:flex-start;gap:2px}}@media (width>=1440px){.thread-reader-pane:has(.team-drawer) .thread-reader-scroll{margin-right:420px}}.thread-context-drawer .followup-suggestion-panel{background:#fff!important;border:0!important;padding:12px!important;display:block!important}.followup-card{background:#fffbeb;border:1px solid #d9770626;border-left:4px solid #d97706;border-radius:12px;gap:8px;padding:12px 14px;display:grid;box-shadow:0 1px 3px #00000005}.followup-title-row{align-items:center;gap:8px;display:flex}.followup-header-icon{color:#d97706}.followup-title-text{color:#92400e;font-size:13px;font-weight:700;line-height:1.35}.followup-reason-text{color:#4b5563;margin:0;font-size:12px;line-height:1.45}.followup-actions{margin-top:4px}.followup-actions .followup-btn{color:#fff;cursor:pointer;background:#d97706;border:0;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;min-height:34px;font-size:12px;font-weight:800;transition:background-color .2s,transform .1s;display:flex}.followup-actions .followup-btn:hover{background:#b45309}.followup-actions .followup-btn:active{transform:scale(.98)}.followup-actions .followup-btn .btn-icon{font-size:13px}@keyframes floatEmptyState{0%{transform:translateY(0)}50%{transform:translateY(-6px)}to{transform:translateY(0)}}.thread-reader-load-error{flex-direction:column;align-items:center;gap:12px;max-width:420px;display:flex}.thread-reader-load-error strong{color:var(--text);font-size:18px}.thread-reader-load-error p{margin:0}.workspace-empty-state-wrapper{justify-content:center;align-items:center;width:100%;min-height:100%;padding:40px 24px;display:flex!important}.workspace-empty-card{background:var(--color-surface);border:1px solid var(--color-border);width:100%;max-width:520px;box-shadow:var(--shadow-md);text-align:center;border-radius:24px;flex-direction:column;align-items:center;padding:48px 40px;transition:transform .3s,box-shadow .3s;display:flex}.workspace-empty-card:hover{transform:translateY(-2px);box-shadow:0 12px 40px #0000001f}.workspace-empty-illustration{justify-content:center;align-items:center;margin-bottom:24px;display:flex}.empty-state-svg{animation:4s ease-in-out infinite floatEmptyState}.workspace-empty-content{flex-direction:column;align-items:center;width:100%;display:flex}.workspace-empty-content h2{color:var(--color-text);letter-spacing:-.02em;margin:0 0 10px;font-size:24px;font-weight:800;line-height:1.25}.empty-subtitle{color:var(--color-text-muted);max-width:420px;margin:0 0 28px;font-size:14px;line-height:1.55}.workspace-features-list{text-align:left;background:var(--color-surface-soft);border:1px solid var(--color-border-subtle);border-radius:16px;flex-direction:column;gap:14px;width:100%;max-width:380px;margin:0 auto 36px;padding:20px 24px;display:flex}.feature-item{color:var(--color-text-muted);align-items:flex-start;gap:12px;font-size:13px;line-height:1.45;display:flex}.feature-icon{flex-shrink:0;margin-top:2px;color:var(--color-accent)!important}.empty-actions{justify-content:center;width:100%;margin-bottom:24px;display:flex}.connect-action-btn{cursor:pointer;border:0;justify-content:center;align-items:center;gap:10px;min-height:46px;font-size:14px;font-weight:700;transition:all .2s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 4px 12px #00000026;background:var(--ink)!important;height:auto!important;color:var(--bg)!important;border-radius:23px!important;padding:12px 32px!important}.connect-action-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #00000040;background:#000!important}.connect-action-btn:active{transform:translateY(0)}.empty-footer-info{justify-content:center;align-items:center;display:flex}.info-text{color:var(--color-text-soft);max-width:360px;font-size:11px;line-height:1.4}html[data-needle-theme=dark] .connect-action-btn,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .connect-action-btn{box-shadow:0 4px 12px #c9962c40;background:var(--color-accent)!important;color:#111!important}html[data-needle-theme=dark] .connect-action-btn:hover,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .connect-action-btn:hover{box-shadow:0 8px 20px #c9962c66;background:var(--color-accent-strong)!important}@keyframes aw-fade-in-up{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes aw-msg-in-left{0%{opacity:0;transform:translate(-12px)}to{opacity:1;transform:translate(0)}}@keyframes aw-msg-in-right{0%{opacity:0;transform:translate(12px)}to{opacity:1;transform:translate(0)}}@keyframes aw-pulse-border{0%,to{border-color:#c9962c40}50%{border-color:#c9962c8c}}@keyframes aw-shimmer{0%{background-position:-200%}to{background-position:200%}}.aw-root{background:linear-gradient(168deg,#fff 0%,#fbfaf7 42%,#f7f4ed 100%);border-radius:26px;grid-template-rows:minmax(0,1fr);height:100%;min-height:0;display:grid;position:relative;overflow:hidden}.aw-root:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(60% 50% at 25% 8%,#c9962c14 0%,#0000 70%),radial-gradient(50% 45% at 80% 15%,#11111109 0%,#0000 65%);position:absolute;inset:0}.aw-root>*{z-index:1;position:relative}.aw-layout{grid-template-columns:minmax(0,1fr);height:100%;min-height:0;display:grid;overflow:hidden}.aw-layout--split{grid-template-columns:minmax(0,1.3fr) minmax(320px,.9fr)}.aw-layout--with-history{grid-template-columns:minmax(0,1fr) 260px}.aw-layout--with-history.aw-layout--split{grid-template-columns:minmax(0,1.3fr) minmax(320px,.8fr) 240px}@media (width<=1380px){.aw-layout--dual-panels.aw-layout--with-history.aw-layout--split{grid-template-columns:minmax(0,1.25fr) minmax(320px,.9fr)}.aw-layout--dual-panels.aw-layout--show-thread .aw-history,.aw-layout--dual-panels.aw-layout--show-history .assistant-context-panel{display:none!important}.aw-layout--dual-panels.aw-layout--show-history .aw-history{order:2!important;display:flex!important}}@keyframes aw-item-in{0%{opacity:0;transform:translate(6px)}to{opacity:1;transform:translate(0)}}.aw-history{-webkit-backdrop-filter:blur(22px)saturate(1.4);background:linear-gradient(160deg,#ffffffd1 0%,#faf8f2b8 100%);border-left:1px solid #11111114;flex-direction:column;order:3;min-width:0;min-height:0;padding:20px 10px 20px 16px;display:flex;box-shadow:inset -1px 0 #ffffffa6,2px 0 18px #1111110a}.aw-history__header{color:#6b6254;letter-spacing:.12em;text-transform:uppercase;border-bottom:1px solid #11111114;justify-content:space-between;align-items:center;margin-bottom:6px;padding:0 4px 14px;font-size:10.5px;font-weight:800;display:flex}.aw-history__new{color:#8a5f0a;cursor:pointer;background:#c9962c17;border:1px solid #c9962c52;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;transition:background .2s,border-color .2s,box-shadow .2s,transform .15s;display:inline-flex}.aw-history__new:hover{background:#c9962c29;border-color:#c9962c75;transform:scale(1.06);box-shadow:0 4px 14px #c9962c29}.aw-history__list{scrollbar-width:thin;scrollbar-color:#c9962c38 transparent;flex-direction:column;gap:3px;min-height:0;padding-right:2px;display:flex;overflow-y:auto}.aw-history__row{grid-template-columns:minmax(0,1fr) 30px;align-items:center;gap:2px;animation:.22s both aw-item-in;display:grid}.aw-history__item{color:#171717;text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:10px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;width:100%;min-width:0;min-height:42px;padding:0 10px;transition:background .18s,border-color .18s,color .18s,box-shadow .18s;display:grid}.aw-history__item span,.aw-history__item small{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.aw-history__item span{font-size:13px;font-weight:600}.aw-history__item small{color:#7a766f;flex-shrink:0;font-size:11.5px;font-weight:500}.aw-history__item:hover:not(.aw-history__item--active){color:#111;background:#ffffffd1;border-color:#1111111f;box-shadow:0 2px 10px #1111110f}.aw-history__item--active,.aw-history__item--active:hover{color:#fff;background:linear-gradient(135deg,#111 0%,#292524 100%);border-color:#c9962c5c;box-shadow:0 6px 18px #1111112e}.aw-history__item--active small{color:#f5d061c7}.aw-history__delete{color:#7a766f;opacity:0;cursor:pointer;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;transition:opacity .16s,background .16s,color .16s,transform .16s;display:inline-flex;transform:scale(.82)}.aw-history__row:hover .aw-history__delete,.aw-history__row:focus-within .aw-history__delete{opacity:1!important;color:#8a5f0a!important;transform:scale(1)!important}.aw-history__delete:hover{color:#dc2626;background:#dc262617}.aw-history__delete:disabled{cursor:default;opacity:.35;transform:scale(.88)}.aw-history__empty{color:#7a766f;text-align:center;background:#fff9;border:1px solid #11111114;border-radius:10px;margin:4px 0 0;padding:14px 12px;font-size:13px;font-weight:500}.aw-main{flex-direction:column;order:1;height:100%;min-height:0;display:flex;overflow:hidden}.aw-scroll{scrollbar-gutter:stable;flex-direction:column;flex:auto;align-items:center;gap:0;min-height:0;padding:0 0 24px;display:flex;overflow-y:auto}.aw-hero{text-align:center;width:100%;max-width:820px;padding-top:48px;padding-bottom:12px;animation:.6s ease-out both aw-fade-in-up}.aw-hero__title{letter-spacing:-.03em;background:linear-gradient(135deg,#111 0%,#6b4a12 42%,#c9962c 72%,#111 100%) 0 0/200%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-size:clamp(30px,4.5vw,46px);font-weight:800;animation:6s linear infinite aw-shimmer}.aw-hero__sub{color:#5f574b;letter-spacing:-.005em;margin:10px 0 0;font-size:15.5px;font-weight:500}.aw-msg-row{width:100%;max-width:100%;padding:20px 40px;transition:background-color .25s ease-out;display:flex}.aw-msg-row--assistant{justify-content:center;animation:.3s ease-out both aw-msg-in-left}.aw-msg-row--user{background:#c9962c09;justify-content:center;animation:.3s ease-out both aw-msg-in-right}.aw-msg-row--system{justify-content:center}.aw-date-divider{color:#8a8378;letter-spacing:.04em;text-transform:uppercase;justify-content:center;align-items:center;gap:16px;width:100%;max-width:768px;margin:0 auto;padding:16px 40px;font-size:12px;font-weight:600;display:flex}.aw-date-divider:before,.aw-date-divider:after{content:"";background:linear-gradient(90deg,#0000,#c9962c2e,#0000);flex:1;height:1px}.aw-msg{align-items:flex-start;gap:16px;width:100%;min-width:0;max-width:768px;margin:0 auto;display:flex}.aw-msg--user{flex-direction:row}.aw-msg__avatar{color:#fff;background:linear-gradient(135deg,#111,#3f3421);border-radius:8px;flex:none;place-items:center;width:28px;height:28px;margin-top:2px;font-size:12px;font-weight:700;display:grid}.aw-msg__body{flex:1;min-width:0;max-width:100%}.aw-msg--assistant .aw-msg__body{max-width:100%}.aw-msg--user .aw-msg__body{text-align:left}.aw-msg--user .aw-msg__meta{justify-content:flex-start}.aw-msg__text{overflow-wrap:anywhere;text-align:left;color:#111827;letter-spacing:-.006em;border-radius:0;max-width:100%;padding:0;font-size:15px;line-height:1.7;display:block}.aw-msg--assistant .aw-msg__text{color:#111827;text-align:left;background:0 0;border:none;border-radius:0;padding:0}.aw-msg--user .aw-msg__text{color:#111827;background:#fff7e6;border:1px solid #c9962c38;border-radius:18px;padding:12px 18px;font-size:15px;line-height:1.6;display:inline-block}.aw-msg--streaming .aw-msg__text{border:none;animation:none}.aw-msg--streaming .aw-msg__text:after{content:"";background:var(--brand-gold);vertical-align:text-bottom;border-radius:2px;width:7px;height:18px;margin-left:3px;animation:1s step-end infinite aw-cursor-blink;display:inline-block}@keyframes aw-cursor-blink{0%,to{opacity:1}50%{opacity:0}}.aw-msg--failure .aw-msg__text{color:#7f1d1d;background:#fef2f2;border:1px solid #b3261e1f;border-radius:12px;padding:12px 16px}.aw-msg__time{color:#8a8378;margin-top:6px;font-size:11px;font-weight:500;display:block}.aw-msg--user .aw-msg__time{text-align:left}.chat-bubble-thread-links{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.chat-bubble-thread-links .secondary-button{justify-content:flex-start}.assistant-retry-button{color:#8a5f0a;border-color:#c9962c42;margin-top:10px}.aw-error{color:var(--danger);overflow-wrap:anywhere;-webkit-line-clamp:2;-webkit-box-orient:vertical;flex:none;max-width:min(680px,100%);padding:0 28px 8px;font-size:13px;display:-webkit-box;overflow:hidden}.aw-composer-wrap{flex:none;width:100%;max-width:848px;margin:0 auto;padding:0 40px 20px}.aw-composer{-webkit-backdrop-filter:blur(16px);background:#ffffffd9;border:1px solid #c9962c38;border-radius:12px;transition:border-color .2s ease-out,box-shadow .2s ease-out;position:relative;overflow:hidden;box-shadow:0 1px 3px #1111110a,0 4px 16px #c9962c14}.aw-composer__input{color:#111827;resize:none;background:0 0;border:none;border-radius:0;outline:none;width:100%;min-height:48px;max-height:200px;padding:16px 20px 8px;font-size:15px;line-height:22px;display:block}.aw-composer__input::placeholder{color:#8a8378}.aw-composer__bar{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;margin-top:12px;display:flex}@media (prefers-reduced-motion:reduce){.aw-hero,.aw-suggestions,.aw-attention,.aw-decisions,.aw-composer-wrap--home .aw-composer,.aw-msg-row--assistant,.aw-msg-row--user{animation:none!important}.aw-hero__title{background-size:100%;animation:none!important}.aw-msg--streaming .aw-msg__text{border-color:#c9962c66;animation:none!important}.aw-suggestion,.aw-card,.aw-composer__send{transition-duration:0s!important}}.aw-home{scrollbar-gutter:stable;flex:auto;justify-content:center;align-items:center;min-height:0;padding:clamp(24px,6vh,64px) 28px;display:flex;overflow-y:auto}.aw-home__inner{flex-direction:column;align-items:stretch;gap:28px;width:100%;max-width:720px;display:flex}.aw-home .aw-hero{text-align:center;padding-top:0;padding-bottom:0}.aw-home .aw-composer-wrap{padding:0}.aw-composer-wrap--home .aw-composer{border-radius:12px;box-shadow:0 1px 2px #1111110a,0 8px 24px #1111110d}.aw-composer-wrap--home .aw-composer__input{min-height:64px;padding:22px 24px 8px;font-size:15px;line-height:22px}.aw-composer-wrap--home .aw-composer__bar{justify-content:space-between;margin-top:0;padding:4px 14px 12px}.aw-composer-wrap--compact .aw-composer__bar{justify-content:space-between;padding:2px 14px 10px}.aw-suggestions{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}.aw-suggestion{appearance:none;min-height:34px;color:var(--ink);cursor:pointer;background:#fff;border:1px solid #11111114;border-radius:8px;align-items:center;padding:0 14px;font-size:13px;font-weight:500;transition:background .12s,border-color .12s,box-shadow .12s,transform .1s;display:inline-flex}.aw-suggestion:hover{background:#f5f6f8;border-color:#11111124;transform:translateY(-1px);box-shadow:0 1px 4px #1111110a}.aw-attention{background:#fff;border:1px solid #11111112;border-radius:10px;flex-direction:column;gap:12px;padding:18px 20px 14px;display:flex;box-shadow:0 1px 2px #11111108}.aw-attention__header{flex-direction:column;gap:2px;display:flex}.aw-attention__header h2{letter-spacing:-.01em;color:var(--ink);margin:0;font-size:15px;font-weight:700}.aw-attention__header p{color:var(--muted);margin:0;font-size:13px}.aw-attention__rows{flex-direction:column;gap:4px;display:flex}.aw-attention__row{appearance:none;color:var(--ink);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:12px;grid-template-columns:36px minmax(0,1fr) 18px;align-items:center;gap:12px;padding:12px 8px;transition:background .12s;display:grid}.aw-attention__row+.aw-attention__row{border-top:1px solid #1111110d}.aw-attention__row:hover{background:#c9962c14}.aw-attention__count{min-width:32px;height:32px;color:var(--ink);background:#f1f3f7;border-radius:6px;justify-content:center;align-items:center;padding:0 8px;font-size:13px;font-weight:700;display:inline-flex}.aw-attention__title{text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:600;overflow:hidden}.aw-attention__chev{color:#b0b8c4;text-align:right;font-size:22px;font-weight:300;line-height:1}.aw-decisions{background:#fff;border:1px solid #11111114;border-radius:8px;flex-direction:column;gap:10px;max-height:400px;padding:16px;display:flex}.aw-decisions__header{justify-content:space-between;align-items:center;gap:12px;display:flex}.aw-decisions__header h2{color:var(--ink);margin:0;font-size:15px;font-weight:700}.aw-decisions__header span,.aw-decisions__empty{color:var(--muted);font-size:13px}.aw-decisions__empty{margin:0}.aw-decisions__list{scrollbar-width:thin;scrollbar-color:#c9962c38 transparent;flex-direction:column;flex:auto;gap:10px;padding-right:4px;display:flex;overflow-y:auto}.aw-drawer-root{z-index:60;justify-content:flex-end;display:flex;position:fixed;inset:0}.aw-drawer__backdrop{-webkit-backdrop-filter:blur(6px);background:#1e1b4b47;position:absolute;inset:0}.aw-drawer{background:#fff;flex-direction:column;width:min(480px,100%);height:100%;animation:.22s aw-drawer-in;display:flex;position:relative;box-shadow:-16px 0 40px #1111111f}@keyframes aw-drawer-in{0%{opacity:0;transform:translate(24px)}to{opacity:1;transform:translate(0)}}.aw-drawer__header{border-bottom:1px solid #1111110f;justify-content:space-between;align-items:flex-start;gap:12px;padding:22px 22px 14px;display:flex}.aw-drawer__header h2{letter-spacing:-.01em;color:var(--ink);margin:0;font-size:18px;font-weight:700}.aw-drawer__header p{color:var(--muted);margin:4px 0 0;font-size:13px;line-height:1.4}.aw-drawer__close{appearance:none;color:#8a5f0a;cursor:pointer;background:#c9962c1a;border:none;border-radius:999px;place-items:center;width:34px;height:34px;transition:background .2s ease-out;display:grid}.aw-drawer__close:hover{background:#c9962c29}.aw-drawer__body{flex:1;padding:16px 22px 22px;overflow-y:auto}.aw-drawer__empty{color:var(--muted);margin:0;font-size:14px}.aw-detail-stack{flex-direction:column;gap:10px;display:flex}.aw-detail-card{-webkit-backdrop-filter:blur(10px);background:#ffffffb8;border:1px solid #c9962c24;border-radius:14px;flex-direction:column;gap:10px;padding:14px;display:flex;box-shadow:0 2px 8px #c9962c0f}.aw-detail-card__head{flex-direction:column;gap:6px;display:flex}.aw-detail-card__head h4{color:var(--ink);margin:0;font-size:14px;font-weight:700;line-height:1.35}.aw-detail-card__sender{color:var(--muted);margin:0;font-size:12.5px}.aw-detail-card__reason{color:#3f4652;margin:0;font-size:13px;line-height:1.45}.aw-detail-card__meta{color:var(--muted);margin:0;font-size:12px}.aw-detail-card__involved{flex-direction:column;gap:6px;display:flex}.aw-detail-card__thread{appearance:none;color:var(--ink);text-align:left;cursor:pointer;background:#f8f9fb;border:1px solid #11111112;border-radius:10px;justify-content:space-between;align-items:center;gap:10px;padding:9px 11px;transition:background .12s,border-color .12s;display:flex}.aw-detail-card__thread:hover{background:#f3f4f6;border-color:#1111111f}.aw-detail-card__thread strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:13px;font-weight:650;overflow:hidden}.aw-detail-card__thread span{color:var(--muted);flex:none;font-size:12px}.aw-detail-card__actions{flex-wrap:wrap;gap:6px;padding-top:2px;display:flex}.aw-detail-card__actions .primary-button,.aw-detail-card__actions .ghost-button{border-radius:999px;min-height:32px;padding:0 12px;font-size:12.5px;font-weight:600}.aw-detail-card__actions .ghost-button{color:var(--ink);background:0 0;border:1px solid #0000}.aw-detail-card__actions .ghost-button:hover{background:#f1f3f7}.assistant-email-card-stack{gap:10px;margin-top:14px;display:grid}.assistant-email-card{-webkit-backdrop-filter:blur(10px);background:#ffffffb8;border:1px solid #c9962c24;border-radius:14px;gap:12px;padding:14px;transition:border-color .2s ease-out,box-shadow .2s ease-out;display:grid;box-shadow:0 2px 8px #c9962c0f}.assistant-email-card-main{justify-content:space-between;align-items:flex-start;padding:6px 8px 8px 12px;display:flex}.assistant-structured-response{text-align:left;color:#1a1a2e;gap:14px;width:100%;max-width:100%;line-height:1.55;display:grid}.assistant-structured-response *,.assistant-structured-response :before,.assistant-structured-response :after{box-sizing:border-box}.assistant-structured-response p,.assistant-structured-response h2,.assistant-structured-response h3,.assistant-structured-response h4,.assistant-structured-response ol,.assistant-structured-response ul{margin:0}.assistant-structured-response button{appearance:none;font:inherit}.structured-panel,.structured-summary-block{-webkit-backdrop-filter:blur(12px);background:#ffffffb8;border:1px solid #c9962c24;border-radius:16px;gap:14px;padding:14px;display:grid;box-shadow:0 4px 20px #c9962c0f,inset 0 1px #ffffff80}.structured-summary-block{color:#3f4652;font-size:13px}.structured-panel-header,.assistant-structured-response .inbox-brief__header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.assistant-structured-response .inbox-brief{background:var(--surface-card,#fff);border:1px solid #00000014;border-radius:16px;padding:20px;box-shadow:0 4px 24px -4px #0000000f,0 2px 6px -1px #0000000a}.assistant-structured-response .inbox-brief__workbench-tag{color:#6366f1;letter-spacing:.04em;text-transform:uppercase;background:#6366f114;border-radius:6px;align-items:center;gap:5px;margin-bottom:4px;padding:3px 8px;font-size:11px;font-weight:700;display:inline-flex}.assistant-structured-response .inbox-brief__sparkle{color:#6366f1}.structured-panel-header p,.assistant-structured-response .inbox-thread-card__top p,.assistant-structured-response .gatekeeping-sender{color:var(--muted);text-transform:uppercase;margin:0;font-size:12px;font-weight:700}.structured-panel-header h3,.assistant-structured-response .inbox-brief__header h2{color:var(--ink);letter-spacing:-.02em;margin:2px 0 0;font-size:22px;font-weight:800;line-height:1.2}.structured-card{background:#fff;border:1px solid #11111114;border-radius:8px;gap:10px;min-width:0;padding:12px;display:grid}.structured-chip,.assistant-structured-response .inbox-brief__section-count-badge{text-overflow:ellipsis;white-space:nowrap;border:1px solid #0000;border-radius:999px;align-items:center;max-width:100%;min-height:24px;padding:0 10px;font-size:11.5px;font-weight:750;line-height:1;display:inline-flex;overflow:hidden}.structured-chip-muted,.assistant-structured-response .inbox-brief__section-count-badge{color:#5c6470;background:#f3f4f6}.structured-thread-row strong,.assistant-structured-response .inbox-thread-card__top h4,.assistant-structured-response .gatekeeping-card h4,.assistant-structured-response .conflict-card h4{min-width:0;color:var(--ink);font-size:14px;font-weight:750;line-height:1.3}.structured-thread-row span,.structured-thread-row small,.assistant-structured-response .gatekeeping-reason,.assistant-structured-response .inbox-thread-card__reason{color:#3f4652;font-size:13px;line-height:1.45}.structured-action-row,.assistant-structured-response .inbox-thread-card__chips,.assistant-structured-response .inbox-thread-card__actions,.assistant-structured-response .inbox-brief__footer-actions{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.structured-action-row .secondary-button,.structured-action-row .ghost-button,.assistant-structured-response .inbox-thread-card__actions .ghost-button,.assistant-structured-response .inbox-thread-card__actions .secondary-button,.assistant-structured-response .inbox-brief__footer-actions .secondary-button{border-radius:8px;align-items:center;gap:5px;min-height:32px;padding:0 11px;font-size:12px;font-weight:700;transition:all .15s cubic-bezier(.16,1,.3,1);display:inline-flex}.assistant-structured-response .ghost-button{color:#475569;background:0 0;border-color:#0000}.assistant-structured-response .ghost-button:hover{color:var(--ink);background:#0000000d}.assistant-structured-response .secondary-button{color:var(--ink);background:#fff;border-color:#1111111f}.assistant-structured-response .secondary-button:hover{background:#f8fafc;border-color:#6366f14d}.assistant-structured-response .inbox-thread-card__actions .primary-action-btn{color:#fff;background:#6366f1;border:1px solid #4f46e5;box-shadow:0 1px 2px #4f46e533}.assistant-structured-response .inbox-thread-card__actions .primary-action-btn:hover{background:#4f46e5;transform:translateY(-1px)}.assistant-structured-response .inbox-brief__metrics{grid-template-columns:repeat(auto-fit,minmax(110px,1fr));gap:10px;margin:16px 0 20px;display:grid}.assistant-structured-response .inbox-brief__metric{cursor:pointer;background:#f8fafc;border:1px solid #11111114;border-radius:12px;flex-direction:column;justify-content:space-between;min-width:0;padding:12px 14px;transition:all .2s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden}.assistant-structured-response .inbox-brief__metric:hover{transform:translateY(-2px);box-shadow:0 6px 16px -2px #00000014}.assistant-structured-response .inbox-brief__metric-top{justify-content:space-between;align-items:center;display:flex}.assistant-structured-response .inbox-brief__metric-icon{background:#0000000a;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.assistant-structured-response .inbox-brief__metric strong{color:var(--ink);font-variant-numeric:tabular-nums;font-size:24px;font-weight:800;line-height:1;display:block}.assistant-structured-response .inbox-brief__metric span{color:var(--muted);text-transform:uppercase;letter-spacing:.02em;margin-top:8px;font-size:11px;font-weight:700;display:block}.assistant-structured-response .inbox-brief__metric--urgent_or_risk{background:linear-gradient(135deg,#fef2f2e6 0%,#fee2e280 100%);border-color:#ef444440 #ef444440 #ef444440 #ef4444;border-left-style:solid;border-left-width:3.5px}.assistant-structured-response .inbox-brief__metric--urgent_or_risk .inbox-brief__metric-icon{color:#dc2626;background:#ef44441f}.assistant-structured-response .inbox-brief__metric--needs_attention{background:linear-gradient(135deg,#fef3c7b3 0%,#fde68a66 100%);border-color:#f59e0b40 #f59e0b40 #f59e0b40 #f59e0b;border-left-style:solid;border-left-width:3.5px}.assistant-structured-response .inbox-brief__metric--needs_attention .inbox-brief__metric-icon{color:#d97706;background:#f59e0b1f}.assistant-structured-response .inbox-brief__metric--needs_reply{background:linear-gradient(135deg,#eef2ffe6 0%,#e0e7ff80 100%);border-color:#6366f140 #6366f140 #6366f140 #6366f1;border-left-style:solid;border-left-width:3.5px}.assistant-structured-response .inbox-brief__metric--needs_reply .inbox-brief__metric-icon{color:#4f46e5;background:#6366f11f}.assistant-structured-response .inbox-brief__metric--low_priority{background:#f8fafc;border-color:#94a3b833 #94a3b833 #94a3b833 #94a3b8;border-left-style:solid;border-left-width:3.5px}.assistant-structured-response .inbox-brief__metric--low_priority .inbox-brief__metric-icon{color:#64748b;background:#94a3b81f}.assistant-structured-response .inbox-brief__metric--unread{background:linear-gradient(135deg,#f0f9ffe6 0%,#e0f2fe80 100%);border-color:#0ea5e940 #0ea5e940 #0ea5e940 #0ea5e9;border-left-style:solid;border-left-width:3.5px}.assistant-structured-response .inbox-brief__metric--unread .inbox-brief__metric-icon{color:#0284c7;background:#0ea5e91f}.assistant-structured-response .inbox-brief__sections{gap:16px;display:grid}.assistant-structured-response .inbox-brief__section{gap:10px;display:grid}.assistant-structured-response .inbox-brief__section>header{justify-content:space-between;align-items:center;gap:10px;display:flex}.assistant-structured-response .inbox-brief__section h3{color:var(--ink);margin:0;font-size:15px;font-weight:750;line-height:1.25}.assistant-structured-response .inbox-brief__items{gap:10px;display:grid}.assistant-structured-response .inbox-thread-card{background:#fff;border:1px solid #00000012;border-radius:12px;flex-direction:column;gap:10px;padding:14px 16px;transition:all .18s;display:flex;box-shadow:0 1px 3px #00000008}.assistant-structured-response .inbox-thread-card:hover{border-color:#6366f14d;box-shadow:0 4px 14px -2px #0000000f}.assistant-structured-response .inbox-thread-card__header{align-items:flex-start;gap:12px;display:flex}.assistant-structured-response .inbox-thread-card__avatar{letter-spacing:.02em;color:#fff;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:12px;font-weight:800;display:flex;box-shadow:inset 0 1px 1px #fff3}.assistant-structured-response .inbox-thread-card__avatar[data-tone=tone-0]{background:linear-gradient(135deg,#6366f1,#4f46e5)}.assistant-structured-response .inbox-thread-card__avatar[data-tone=tone-1]{background:linear-gradient(135deg,#ec4899,#db2777)}.assistant-structured-response .inbox-thread-card__avatar[data-tone=tone-2]{background:linear-gradient(135deg,#f59e0b,#d97706)}.assistant-structured-response .inbox-thread-card__avatar[data-tone=tone-3]{background:linear-gradient(135deg,#10b981,#059669)}.assistant-structured-response .inbox-thread-card__avatar[data-tone=tone-4]{background:linear-gradient(135deg,#0ea5e9,#0284c7)}.assistant-structured-response .inbox-thread-card__avatar[data-tone=tone-5]{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.assistant-structured-response .inbox-thread-card__meta{flex:1;min-width:0}.assistant-structured-response .inbox-thread-card__top{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:12px;display:grid}.assistant-structured-response .inbox-thread-card__top h4{overflow-wrap:anywhere;color:var(--ink);margin:3px 0 0;font-size:14px;font-weight:700;line-height:1.35}.assistant-structured-response .inbox-thread-card__top time{color:var(--muted);white-space:nowrap;font-size:11.5px;font-weight:600}.assistant-structured-response .inbox-thread-card__reason-box{color:#4338ca;background:#6366f10d;border:1px solid #6366f11f;border-radius:8px;align-items:flex-start;gap:8px;padding:8px 12px;font-size:12.5px;line-height:1.45;display:flex}.assistant-structured-response .inbox-thread-card__reason-box svg{color:#6366f1;margin-top:2px}.assistant-structured-response .inbox-thread-card__reason{color:inherit;margin:0}.assistant-structured-response .inbox-thread-card__footer-row{border-top:1px solid #0000000a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin-top:2px;padding-top:8px;display:flex}.assistant-structured-response .inbox-brief__empty,.assistant-structured-response .conflict-empty,.assistant-structured-response .gatekeeping-empty{color:var(--muted);margin:0;font-size:13px}.assistant-structured-response .inbox-brief__footer{background:linear-gradient(135deg,#f8fafce6 0%,#f1f5f9e6 100%);border:1px solid #0000000f;border-radius:12px;gap:14px;margin-top:20px;padding:16px;display:grid}.assistant-structured-response .inbox-brief__footer-steps-header{color:#6366f1;align-items:center;gap:6px;margin-bottom:6px;display:flex}.assistant-structured-response .inbox-brief__footer-steps-header strong{color:var(--ink);margin:0;font-size:13.5px;font-weight:750}.assistant-structured-response .inbox-brief__footer ol{color:#475569;margin:0;padding-left:20px;font-size:13px;line-height:1.55}.assistant-structured-response .conflict-card-top,.assistant-structured-response .gatekeeping-card-top{justify-content:space-between;align-items:flex-start;gap:12px;min-width:0;display:flex}.assistant-structured-response .conflict-card h4,.assistant-structured-response .gatekeeping-card h4{margin:0}.assistant-structured-response .conflict-header-note{color:var(--muted);margin-top:5px;font-size:13px;font-weight:650;display:block}.assistant-structured-response .conflict-overview{flex-wrap:wrap;gap:6px;display:flex}.assistant-structured-response .conflict-group-pill{color:#3f4652;background:#f7f8fa;border:1px solid #11111114;border-radius:16px;align-items:center;min-height:30px;padding:0 10px;font-size:12px;font-weight:700;display:inline-flex}.assistant-structured-response .conflict-group-pill strong{color:var(--ink);margin-right:5px}.assistant-structured-response .conflict-toolbar{padding-bottom:2px}.assistant-structured-response .conflict-toolbar .is-active{color:#34407a;background:#fff7e6;border-color:#4f6ef759}.assistant-structured-response .conflict-top-section{gap:8px;display:grid}.assistant-structured-response .conflict-top-section>h4{color:var(--ink);margin:0;font-size:14px;line-height:1.25}.assistant-structured-response .conflict-involved-list{gap:8px;display:grid}.assistant-structured-response .conflict-collapsed-groups{gap:8px;padding-top:2px;display:grid}.assistant-structured-response .conflict-collapsed-group{min-height:40px;color:var(--ink);text-align:left;background:#f8f9fb;border:1px solid #11111114;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;padding:0 12px;font-size:13px;font-weight:750;display:flex}.assistant-structured-response .conflict-collapsed-group:hover{background:#f3f4f6;border-color:#11111124}.assistant-structured-response .gatekeeping-reason{margin:0}.assistant-structured-response .gatekeeping-meta-row{color:var(--muted);flex-wrap:wrap;align-items:center;gap:6px;font-size:12px;display:flex}.aw-composer__tabs{align-items:center;gap:6px;display:flex}.aw-ctx-tab{min-height:32px;color:var(--muted);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;align-items:center;gap:5px;padding:0 12px;font-size:13px;font-weight:500;transition:background .12s,color .12s,border-color .12s;display:inline-flex}.aw-ctx-tab:hover{color:#8a5f0a;background:#c9962c1a}.aw-ctx-tab--active{color:#8a5f0a;background:#c9962c1f;border-color:#c9962c57}.aw-ctx-tab--active:hover{color:#6b4a12;background:#c9962c2e}.aw-composer__send{background:var(--brand-gold);color:#fff;cursor:pointer;border:none;border-radius:8px;place-items:center;width:38px;height:38px;transition:background .14s,transform .1s;display:grid}.aw-composer__send:disabled{cursor:not-allowed;background:#c5cee0}@media (prefers-reduced-motion:reduce){.aw-hero,.aw-suggestions,.aw-attention,.aw-decisions,.aw-composer-wrap--home .aw-composer,.aw-msg-row--assistant,.aw-msg-row--user{animation:none!important}.aw-hero__title{background-size:100%;animation:none!important}.aw-msg--streaming .aw-msg__text{border-color:#c9962c66;animation:none!important}.aw-suggestion,.aw-card,.aw-composer__send{transition-duration:0s!important}}.aw-disclaimer{text-align:center;color:#7a766f;margin:10px 0 0;font-size:12px;font-weight:500}.chat-markdown>:first-child{margin-top:0}.chat-markdown>:last-child{margin-bottom:0}.chat-markdown p,.chat-markdown ul,.chat-markdown ol,.chat-markdown pre,.chat-markdown h2,.chat-markdown h3,.chat-markdown h4,.chat-markdown h5,.chat-markdown h6{margin:0 0 12px}.chat-markdown ul,.chat-markdown ol{padding-left:20px}.chat-markdown li+li{margin-top:4px}.chat-markdown a{color:#8a5f0a;text-underline-offset:3px;-webkit-text-decoration:underline #c9962c52;text-decoration:underline #c9962c52;transition:text-decoration-color .15s ease-out}.chat-markdown a:hover{-webkit-text-decoration-color:var(--brand-gold);text-decoration-color:var(--brand-gold)}.assistant-inline-thread-button{min-height:30px;color:inherit;vertical-align:middle;background:#1111110a;border:1px solid #1111111f;border-radius:999px;align-items:center;margin:0 4px;padding:0 12px;display:inline-flex}.assistant-inline-thread-button:hover{background:#11111114}.chat-bubble-user .assistant-inline-thread-button{background:#c9962c14;border-color:#c9962c3d}.chat-bubble-user .assistant-inline-thread-button:hover{background:#c9962c24}.chat-markdown code{color:#8a5f0a;background:#c9962c1a;border-radius:6px;padding:2px 7px;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:.9em}.chat-markdown pre{color:#f5f5f4;background:#1c1917;border:1px solid #c9962c3d;border-radius:12px;padding:16px 18px;overflow:auto}.chat-markdown pre code{color:#f5f5f4;white-space:pre;background:0 0;border-radius:0;padding:0;font-size:.95em}.chat-bubble-user .chat-markdown code{background:#c9962c1a}.chat-bubble-user .chat-markdown pre{background:#c9962c14}.assistant-system-note{color:#7a766f;background:#c9962c14;border:1px solid #c9962c1f;border-radius:6px;margin:0 0 8px;padding:6px 14px;font-size:12px;font-weight:500;display:inline-flex}.pending-action-stack{align-self:stretch;gap:14px;margin-top:10px;display:grid}.pending-action-card{-webkit-backdrop-filter:blur(12px);background:#ffffffb8;border:1px solid #c9962c24;border-radius:10px;padding:18px;box-shadow:0 2px 10px #c9962c0f,inset 0 1px #ffffff80}.pending-action-header,.pending-action-actions{justify-content:space-between;align-items:center;gap:12px;display:flex}.pending-action-header p,.pending-action-copy{color:var(--muted);margin:6px 0 0}.pending-action-state{color:#0c7c66;text-transform:uppercase;background:#0c7c661f;border-radius:6px;align-items:center;min-height:30px;padding:0 12px;font-size:12px;font-weight:700;display:inline-flex}.pending-action-form{gap:12px;margin:18px 0;display:grid}.pending-action-form label{gap:6px;display:grid}.pending-action-form span{color:var(--muted);font-size:13px}.pending-action-form input,.pending-action-form textarea,.pending-action-form select{color:var(--ink);background:#fff;border-color:#11111114}.workspace-action-review{background:#f8f8f7;border:1px solid #1111111a;border-radius:12px;gap:14px;margin:18px 0;padding:16px;display:grid}.workspace-action-review__summary{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.workspace-action-review__summary>div{gap:4px;display:grid}.workspace-action-review__eyebrow,.workspace-action-review__operation{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:11px;font-weight:700}.workspace-action-review__operation{background:#fff;border:1px solid #1111111a;border-radius:999px;flex:none;padding:5px 9px}.workspace-action-review__target{color:var(--muted);background:#1111110b;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;padding:9px 11px;font-size:12px;display:flex}.workspace-action-review__target code{overflow-wrap:anywhere;color:var(--ink)}.workspace-action-fields{margin:0}.workspace-action-review--delete{background:#fff7f5;border-color:#a7372a38}.workspace-action-review--delete p{color:var(--muted);margin:-6px 0 0}@media (width<=600px){.workspace-action-review{padding:14px}.workspace-action-fields .pending-action-grid{grid-template-columns:minmax(0,1fr)}}.pending-action-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.pending-action-json-review{max-height:220px;color:var(--ink);white-space:pre-wrap;overflow-wrap:anywhere;background:#f7f8f8;border:1px solid #11111114;border-radius:8px;margin:0;padding:12px;font:12px/1.5 ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;overflow:auto}.pre-send-warning-card{color:var(--ink);background:#fff8ed;border:1px solid #a25f0038;border-radius:8px;gap:8px;margin:0;padding:14px;display:grid}.pre-send-warning-panel{gap:12px;margin:0 0 16px;display:grid}.pre-send-warning-list{gap:10px;display:grid}.pre-send-warning-section-heading{color:var(--ink);justify-content:space-between;align-items:center;gap:12px;display:flex}.send-guard-inline{background:#fff;border:1px solid #1111111a;border-radius:12px;flex:none;margin:0 16px 8px;overflow:hidden}.send-guard-inline-blocked{border-color:#b3261e38}.send-guard-bar{justify-content:space-between;align-items:center;gap:12px;padding:10px 14px;display:flex}.send-guard-bar-summary{color:var(--ink);align-items:center;gap:7px;font-size:13px;font-weight:600;display:flex}.send-guard-bar-summary svg{color:#a06000;flex-shrink:0}.send-guard-inline-blocked .send-guard-bar-summary svg{color:var(--danger)}.send-guard-toggle{color:#a06000;cursor:pointer;white-space:nowrap;background:0 0;border:none;padding:0;font-size:12px;font-weight:700}.send-guard-inline-blocked .send-guard-toggle{color:var(--danger)}.send-guard-issue-list{border-top:1px solid #11111112;max-height:min(280px,30vh);overflow-y:auto}.send-guard-issue-row{grid-template-columns:18px minmax(0,1fr);gap:10px;padding:11px 14px;display:grid}.send-guard-issue-row+.send-guard-issue-row{border-top:1px solid #1111110f}.send-guard-row-icon{color:#a06000;padding-top:1px}.send-guard-row-icon-blocked{color:var(--danger)}.send-guard-row-body{gap:4px;min-width:0;display:grid}.send-guard-row-title{flex-wrap:wrap;align-items:center;gap:7px;display:flex}.send-guard-row-title strong{color:var(--ink);font-size:13px;font-weight:700;line-height:1.3}.send-guard-row-message{color:var(--muted);margin:0;font-size:12px;line-height:1.45}.send-guard-row-evidence{color:#3f3421;overflow-wrap:anywhere;background:#fffbf0;border-left:2px solid #c9962c80;border-radius:0 4px 4px 0;margin:2px 0 0;padding:5px 9px;font-family:IBM Plex Mono,monospace;font-size:11px;line-height:1.4}.send-guard-row-action{color:var(--ink);background:#f7f7f7;border:1px solid #11111124;border-radius:6px;align-items:center;gap:5px;margin-top:4px;padding:3px 9px;font-size:12px;font-weight:700;display:inline-flex}.send-guard-severity-badge{width:fit-content;min-height:20px;color:var(--ink);white-space:nowrap;background:#fff;border:1px solid #11111114;border-radius:999px;align-items:center;padding:0 7px;font-size:11px;font-weight:700;display:inline-flex}.send-guard-severity-blocker,.send-guard-severity-error,.send-guard-severity-blocked{color:var(--danger);background:#fff0ed;border-color:#b3261e33}@media (height<=600px){.send-guard-issue-list{max-height:25vh}}.assistant-snippet-menu{-webkit-backdrop-filter:blur(14px);background:#ffffffa6;border:1px solid #11111114;border-radius:20px;gap:10px;margin-bottom:8px;padding:12px;display:grid;box-shadow:0 4px 16px #c9962c0f}.assistant-snippet-button{width:100%;min-height:48px;color:var(--ink);text-align:left;background:#fff;border:1px solid #0000;border-radius:8px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:8px 10px;transition:background .14s,border-color .14s,transform .14s;display:grid}.assistant-snippet-button:hover,.assistant-snippet-button:focus-visible{background:#f6f7f9;border-color:#1111111f;transform:translateY(-1px)}.assistant-snippet-command{color:#8a5f0a;background:linear-gradient(135deg,#c9962c1f,#1111110a);border:1px solid #1111111a;border-radius:999px;justify-content:center;align-items:center;min-width:86px;min-height:28px;padding:0 10px;font-family:IBM Plex Mono,monospace;font-size:13px;font-weight:600;display:inline-flex}.assistant-snippet-copy{color:var(--muted);font-size:13px;line-height:1.35}.assistant-snippet-icon{color:var(--muted);opacity:.65}.assistant-snippet-button:hover .assistant-snippet-icon,.assistant-snippet-button:focus-visible .assistant-snippet-icon{opacity:1}.assistant-pane-home .chat-bubble:not(.chat-bubble-intro){max-width:min(760px,100%);box-shadow:none;background:0 0;border-radius:20px}.assistant-pane-home .chat-bubble-assistant:not(.chat-bubble-intro){transform:none}.assistant-pane-home .pending-action-stack,.assistant-pane-home .gatekeeping-panel,.assistant-pane-home .conflict-panel{width:min(980px,100%)}.assistant-pane-home .assistant-error{width:min(980px,100% - 56px);margin:0 auto 10px}.brief-schedule-list{gap:10px;display:grid}.brief-schedule-row{background:#fff;border:1px solid #11111114;border-radius:8px;grid-template-columns:minmax(160px,1fr) minmax(160px,auto);align-items:center;gap:12px;padding:12px;display:grid}.brief-schedule-toggle,.brief-schedule-time{align-items:center;gap:10px;min-width:0;font-size:13px;font-weight:700;display:flex}.brief-schedule-toggle input{width:18px;height:18px}.brief-schedule-time{justify-content:flex-end}.brief-schedule-time span{color:var(--muted);white-space:nowrap}.brief-schedule-time input{width:112px;min-height:36px}.billing-plan-grid{grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:12px;display:grid}.billing-plan-card{background:#fbfcff;border:1px solid #11111114;border-radius:8px;align-content:space-between;gap:12px;min-height:280px;padding:14px;display:grid}.billing-plan-card-active{border-color:#2563eb;box-shadow:0 0 0 1px #2563eb1f}.billing-plan-card h3,.billing-plan-card p,.billing-plan-card ul{margin:0}.billing-plan-card>div:first-child{gap:6px;display:grid}.billing-plan-card>div:first-child>strong{font-size:20px}.billing-plan-card ul{color:var(--muted);gap:6px;padding-left:18px;font-size:13px;display:grid}.billing-plan-actions{flex-wrap:wrap;gap:8px;display:flex}.empty-action-row{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .aw-root,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .floating-chat-body .aw-root{background:linear-gradient(#100f0d 0%,#080807 100%)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .aw-root:before,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .floating-chat-body .aw-root:before{background:radial-gradient(60% 50% at 25% 8%,#c9962c14 0%,#0000 70%),radial-gradient(50% 45% at 80% 15%,#c9962c0a 0%,#0000 65%)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .aw-hero__title,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .floating-chat-body .aw-hero__title{background:linear-gradient(135deg,#f5d061 0%,#e6b325 35%,#fff3d4 65%,#c9962c 100%) 0 0/200%!important;-webkit-text-fill-color:transparent!important;-webkit-background-clip:text!important;background-clip:text!important;animation:6s linear infinite aw-shimmer!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .aw-hero__sub,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .floating-chat-body .aw-hero__sub{color:#a8a29e!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .aw-card,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .floating-chat-body .aw-card{color:#fff!important;-webkit-backdrop-filter:blur(8px)!important;background:#1c191799!important;border:1px solid #c9962c33!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .aw-card:hover,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .floating-chat-body .aw-card:hover{background:#292524d9!important;border-color:#c9962ca6!important;box-shadow:0 4px 20px #c9962c26!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .aw-card__copy strong,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .floating-chat-body .aw-card__copy strong{color:#fff!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .aw-card__copy span,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .floating-chat-body .aw-card__copy span{color:#a8a29e!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .aw-card__arrow,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .floating-chat-body .aw-card__arrow{color:var(--brand-gold)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .aw-suggestion,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .aw-qa-chip,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .floating-chat-body .aw-suggestion,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .floating-chat-body .aw-qa-chip{color:#f5f5f4!important;background:#1c191780!important;border:1px solid #c9962c33!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .aw-suggestion:hover,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .aw-qa-chip:hover,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .floating-chat-body .aw-suggestion:hover,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .floating-chat-body .aw-qa-chip:hover{color:#fff!important;background:#292524cc!important;border-color:#c9962c80!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .aw-msg-row--user,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .floating-chat-body .aw-msg-row--user{background:#c9962c04!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .aw-date-divider,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .floating-chat-body .aw-date-divider{color:var(--brand-gold)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .aw-date-divider:before,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .aw-date-divider:after,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .floating-chat-body .aw-date-divider:before,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .floating-chat-body .aw-date-divider:after{background:linear-gradient(90deg,#0000,#c9962c4d,#0000)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .aw-msg__avatar,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .floating-chat-body .aw-msg__avatar{color:#000!important;background:linear-gradient(135deg,#c9962c,#e5c07b)!important;font-weight:800!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .aw-msg--user .aw-msg__avatar,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .floating-chat-body .aw-msg--user .aw-msg__avatar{color:#000!important;border:1.5px solid var(--brand-gold)!important;background:#fff!important;font-weight:700!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .aw-msg__avatar--tools,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .floating-chat-body .aw-msg__avatar--tools{color:var(--brand-gold)!important;background:#1c1917!important;border:1px solid #c9962c66!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .aw-msg__meta,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .floating-chat-body .aw-msg__meta{color:#a8a29e!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .aw-msg__meta strong,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .floating-chat-body .aw-msg__meta strong{color:var(--brand-gold)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .aw-msg--user .aw-msg__meta strong,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .floating-chat-body .aw-msg--user .aw-msg__meta strong{color:#fff!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .aw-msg__text,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .floating-chat-body .aw-msg__text{color:#e7e5e4!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .aw-msg--user .aw-msg__text,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .floating-chat-body .aw-msg--user .aw-msg__text{color:#0f0f0f!important;border:1px solid var(--brand-gold-border)!important;background:#fff!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .chat-bubble-user .chat-markdown code{color:#000!important;background:#0000000f!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .chat-bubble-user .chat-markdown pre{color:#000!important;background:#00000008!important;border:1px solid #00000014!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .aw-msg--streaming .aw-msg__text:after,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .floating-chat-body .aw-msg--streaming .aw-msg__text:after{background:var(--brand-gold)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .chat-markdown a{color:var(--brand-gold)!important;text-decoration-color:#c9962c4d!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .chat-markdown a:hover{-webkit-text-decoration-color:var(--brand-gold)!important;text-decoration-color:var(--brand-gold)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .chat-markdown code{color:var(--brand-gold)!important;background:#c9962c1f!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .chat-markdown pre{color:#f5f5f4!important;background:#1c1917!important;border:1px solid #c9962c40!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .chat-markdown pre code{color:#f5f5f4!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .assistant-inline-thread-button{color:var(--brand-gold)!important;background:#c9962c14!important;border:1px solid #c9962c40!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .assistant-inline-thread-button:hover{background:#c9962c26!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .chat-bubble-user .assistant-inline-thread-button{color:var(--brand-gold)!important;background:#c9962c14!important;border-color:#c9962c4d!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .chat-bubble-user .assistant-inline-thread-button:hover{background:#c9962c26!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .assistant-retry-button{color:var(--brand-gold)!important;border-color:#c9962c4d!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .assistant-retry-button:hover{background:#c9962c14!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .aw-composer,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .floating-chat-body .aw-composer{background:#1c1917d9!important;border:1px solid #c9962c40!important;box-shadow:0 4px 24px #0006,0 2px 8px #c9962c14!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .aw-composer:focus-within,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .floating-chat-body .aw-composer:focus-within{border-color:var(--brand-gold)!important;box-shadow:0 0 0 3px #c9962c26,0 8px 32px #0009!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .aw-composer__input,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .floating-chat-body .aw-composer__input{color:#fff!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .aw-composer__input::placeholder,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .floating-chat-body .aw-composer__input::placeholder{color:#78716c!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .aw-ctx-tab:hover,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .floating-chat-body .aw-ctx-tab:hover{color:var(--brand-gold)!important;background:#c9962c14!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .aw-ctx-tab--active,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .floating-chat-body .aw-ctx-tab--active{color:var(--brand-gold)!important;background:#c9962c1f!important;border-color:#c9962c66!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .aw-ctx-tab--active:hover,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .floating-chat-body .aw-ctx-tab--active:hover{color:var(--brand-gold)!important;background:#c9962c2e!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .aw-composer__send,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .floating-chat-body .aw-composer__send{background:var(--brand-gold)!important;color:#000!important;font-weight:700!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .aw-composer__send:hover:not(:disabled),:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .floating-chat-body .aw-composer__send:hover:not(:disabled){background:#d9a73d!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .aw-composer__send:disabled,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .floating-chat-body .aw-composer__send:disabled{color:#57524a!important;background:#2e2a24!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .aw-attention,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .floating-chat-body .aw-attention{background:#1c191766!important;border:1px solid #c9962c33!important;box-shadow:0 4px 20px #0000004d!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .aw-attention__header h2,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .floating-chat-body .aw-attention__header h2{color:#fff!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .aw-attention__header p,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .floating-chat-body .aw-attention__header p{color:#a8a29e!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .aw-attention__row,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .floating-chat-body .aw-attention__row{color:#fff!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .aw-attention__row:hover,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .floating-chat-body .aw-attention__row:hover{background:#ffffff0d!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .aw-attention__row+.aw-attention__row,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .floating-chat-body .aw-attention__row+.floating-chat-body .aw-attention__row{border-top-color:#c9962c26!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .aw-attention__count,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .floating-chat-body .aw-attention__count{background:var(--brand-gold)!important;color:#000!important;font-weight:700!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .aw-decisions,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .floating-chat-body .aw-decisions{background:#1c191766!important;border:1px solid #c9962c33!important;box-shadow:0 4px 20px #0000004d!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .aw-decisions__header h2,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .floating-chat-body .aw-decisions__header h2{color:#fff!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .aw-decisions__header span,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .aw-decisions__empty,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .floating-chat-body .aw-decisions__header span,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .floating-chat-body .aw-decisions__empty{color:#a8a29e!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .aw-decisions .decision-card{color:#fff!important;background:#1c191780!important;border:1px solid #c9962c33!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .aw-decisions .decision-card:hover{background:#292524bf!important;border-color:#c9962c66!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .aw-decisions .decision-card__badge{color:var(--brand-gold)!important;background:#c9962c26!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .aw-decisions .decision-card__state,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .aw-decisions .decision-card__meta span{color:#a8a29e!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .aw-decisions .decision-card__body h3{color:#fff!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .aw-decisions .decision-card__body p,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .aw-decisions .decision-card__body blockquote{color:#a8a29e!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .aw-decisions .decision-card__body blockquote{border-left-color:#c9962c4d!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .aw-decisions .decision-card__actions .secondary-button{color:#fff!important;background:#1c191799!important;border-color:#c9962c4d!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .aw-decisions .decision-card__actions .secondary-button:hover{background:#292524d9!important;border-color:#c9962c80!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .aw-decisions .decision-card__actions .ghost-button{color:#fff!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .aw-decisions .decision-card__actions .ghost-button:hover{background:#ffffff0d!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .aw-drawer-root .aw-drawer{color:#fff!important;background:#0c0a09!important;border-left:1px solid #c9962c40!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .aw-drawer-root .aw-drawer__backdrop{background:#0009!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .aw-drawer-root .aw-drawer__header{border-bottom:1px solid #c9962c33!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .aw-drawer-root .aw-drawer__header h2{color:#fff!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .aw-drawer-root .aw-drawer__header p{color:#a8a29e!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .aw-drawer-root .aw-drawer__close{color:var(--brand-gold)!important;background:#c9962c1f!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .aw-drawer-root .aw-drawer__close:hover{background:#c9962c38!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .aw-drawer-root .aw-drawer__empty{color:#a8a29e!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .aw-drawer-root .aw-detail-card{background:#1c1917a6!important;border:1px solid #c9962c33!important;box-shadow:0 2px 12px #0000004d!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .assistant-structured-response .inbox-brief__metrics{margin-bottom:8px;gap:10px!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .assistant-structured-response .inbox-brief__metric{cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;background:#c9962c08!important;border:1px solid #c9962c26!important;border-radius:12px!important;padding:12px 14px!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .assistant-structured-response .inbox-brief__metric:hover{transform:translateY(-1px);background:#c9962c12!important;border-color:#c9962c59!important;box-shadow:0 4px 16px #c9962c1a!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .assistant-structured-response .inbox-brief__metric strong{color:#fff!important;font-size:26px!important;font-weight:800!important;line-height:1.1!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .assistant-structured-response .inbox-brief__metric span{color:#a8a29e!important;text-transform:uppercase!important;letter-spacing:.03em!important;margin-top:4px!important;font-size:10.5px!important;font-weight:700!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .assistant-structured-response .inbox-brief__metric--needs_attention{border-left:3px solid #f87171!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .assistant-structured-response .inbox-brief__metric--needs_reply{border-left:3px solid #34d399!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .assistant-structured-response .inbox-brief__metric--urgent_or_risk{background:#ef44440a!important;border-left:3px solid #ef4444!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .assistant-structured-response .inbox-brief__metric--urgent_or_risk:hover{background:#ef444414!important;border-color:#ef444466!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .assistant-structured-response .inbox-brief__metric--unread{border-left:3px solid var(--brand-gold)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .structured-panel,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .structured-summary-block{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:linear-gradient(145deg,#262321eb 0%,#181513f5 100%)!important;border:1px solid #c9962c40!important;box-shadow:0 10px 40px #00000080,inset 0 1px 1px #ffffff0d!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .assistant-structured-response .inbox-brief__section{gap:12px!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .assistant-structured-response .inbox-brief__section h3{color:#fff!important;text-transform:capitalize!important;letter-spacing:.01em!important;font-size:15px!important;font-weight:750!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .assistant-structured-response .inbox-thread-card{gap:12px;transition:all .2s;display:grid;background:#ffffff05!important;border:1px solid #ffffff0d!important;border-radius:12px!important;padding:16px!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .assistant-structured-response .inbox-thread-card:hover{background:#ffffff0a!important;border-color:#c9962c40!important;box-shadow:0 4px 20px #00000040!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .assistant-structured-response .inbox-thread-card__top p{color:var(--brand-gold)!important;text-transform:uppercase!important;letter-spacing:.05em!important;font-size:11px!important;font-weight:700!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .assistant-structured-response .inbox-thread-card__top h4{color:#fff!important;margin-top:4px!important;font-size:15px!important;font-weight:700!important;line-height:1.35!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .assistant-structured-response .inbox-thread-card__top time{color:#a8a29e!important;font-size:11px!important;font-weight:500!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .assistant-structured-response .inbox-thread-card__reason{color:#d6d3d1!important;margin:0!important;font-size:13.5px!important;line-height:1.5!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .assistant-structured-response .inbox-thread-card__actions{margin-top:4px;gap:8px!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .assistant-structured-response .inbox-thread-card__actions .secondary-button{color:#fff!important;cursor:pointer!important;background:#c9962c1a!important;border-color:#c9962c59!important;font-weight:700!important;transition:all .15s!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .assistant-structured-response .inbox-thread-card__actions .secondary-button:hover{background:#c9962c38!important;border-color:#c9962c99!important;box-shadow:0 0 12px #c9962c26!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .assistant-structured-response .inbox-thread-card__actions .ghost-button{color:#d6d3d1!important;cursor:pointer!important;background:#ffffff08!important;border:1px solid #ffffff14!important;font-weight:700!important;transition:all .15s!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .assistant-structured-response .inbox-thread-card__actions .ghost-button:hover{color:#fff!important;background:#ffffff14!important;border-color:#ffffff2e!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .assistant-structured-response .structured-chip{border:1px solid #0000!important;border-radius:6px!important;min-height:22px!important;padding:0 8px!important;font-size:11px!important;font-weight:650!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .assistant-structured-response .structured-chip-danger{color:#fca5a5!important;background:#ef44441f!important;border-color:#ef444440!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .assistant-structured-response .structured-chip-warning{color:#fde047!important;background:#f59e0b1f!important;border-color:#f59e0b40!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .assistant-structured-response .structured-chip-success{color:#86efac!important;background:#10b9811f!important;border-color:#10b98140!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .assistant-structured-response .structured-chip-neutral,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .assistant-structured-response .structured-chip-muted{color:#d6d3d1!important;background:#ffffff0f!important;border-color:#ffffff1a!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .assistant-structured-response .inbox-brief__footer{border-top:1px solid #c9962c33!important;gap:16px!important;margin-top:6px!important;padding-top:18px!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .assistant-structured-response .inbox-brief__footer strong{color:#fff!important;margin-bottom:8px!important;font-size:13.5px!important;font-weight:750!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .assistant-structured-response .inbox-brief__footer ol{gap:6px;display:grid;color:#d6d3d1!important;padding-left:18px!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .assistant-structured-response .inbox-brief__footer ol li{line-height:1.5!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .assistant-structured-response .inbox-brief__footer-actions{gap:8px!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .assistant-structured-response .inbox-brief__footer-actions .secondary-button{color:#fff!important;cursor:pointer!important;background:#c9962c1a!important;border-color:#c9962c59!important;font-weight:700!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .assistant-structured-response .inbox-brief__footer-actions .secondary-button:hover{background:#c9962c33!important;border-color:#c9962c99!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .assistant-structured-response .conflict-collapsed-group{color:#fff!important;background:#1c191780!important;border:1px solid #c9962c33!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .assistant-structured-response .conflict-collapsed-group:hover{background:#292524bf!important;border-color:#c9962c66!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .assistant-structured-response .conflict-group-pill{color:#a8a29e!important;background:#1c191780!important;border:1px solid #c9962c33!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .assistant-structured-response .conflict-group-pill strong{color:#fff!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .assistant-structured-response .conflict-toolbar .is-active{color:var(--brand-gold)!important;background:#c9962c1f!important;border-color:#c9962c66!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .assistant-email-card{background:#1c1917a6!important;border:1px solid #c9962c33!important;box-shadow:0 2px 12px #0000004d!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .assistant-system-note{color:#a8a29e!important;background:#c9962c0f!important;border:1px solid #c9962c26!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .floating-chat-container{background:#0c0a09!important;border:1px solid #c9962c40!important;box-shadow:0 20px 54px #00000080,0 0 10px #c9962c14!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .floating-chat-header{background:#1c1917f2!important;border-bottom:1px solid #c9962c33!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .floating-chat-title{color:#fff!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .floating-chat-close{color:var(--brand-gold)!important;background:#1c1917d9!important;border:1px solid #c9962c40!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .floating-chat-close:hover{color:var(--brand-gold)!important;background:#c9962c1f!important;border-color:#c9962c80!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .floating-chat-actions{align-items:center;gap:8px;display:inline-flex}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .floating-chat-icon-button{width:32px;height:32px;color:var(--brand-gold);cursor:pointer;background:#1c1917d9;border:1px solid #c9962c40;border-radius:10px;flex:none;place-items:center;font-size:14px;line-height:1;display:inline-grid}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .floating-chat-icon-button:hover{background:#c9962c1f;border-color:#c9962c80}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .floating-chat-container.expanded{width:min(960px,100vw - 48px);height:min(820px,100vh - 48px);bottom:24px;right:24px}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .floating-chat-container.expanded .floating-chat-body .aw-layout--split{grid-template-columns:minmax(0,1fr)}@media (width<=720px){:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .floating-chat-container.expanded{border-radius:14px;width:calc(100vw - 20px);height:calc(100vh - 20px);bottom:10px;right:10px}}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .floating-chat-trigger{border:1.5px solid var(--brand-gold)!important;background:#0c0a09!important;box-shadow:0 4px 16px #c9962c40!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .floating-chat-trigger:hover{box-shadow:0 6px 24px #c9962c73!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .aw-disclaimer{color:#78716c!important}.aw-msg-row--user{background:0 0!important;justify-content:flex-end!important;padding-left:24px!important;padding-right:24px!important}.aw-msg--user{justify-content:flex-end!important;max-width:100%!important}.aw-msg--user .aw-msg__body{flex-direction:column!important;flex:0 auto!important;align-items:flex-end!important;max-width:70%!important;margin-left:auto!important;display:flex!important}.aw-msg--user .aw-msg__text{background:var(--brand-gold-soft,#fff3d4)!important;color:var(--ink,#111)!important;border:1px solid var(--brand-gold-border,#c9962c33)!important;text-align:left!important;border-radius:20px 20px 4px!important;padding:10px 16px!important;font-size:14.5px!important;line-height:1.5!important;display:inline-block!important;box-shadow:0 1px 2px #0000000d!important}.aw-thought-block{border-left:2px solid #c9962c59;margin:8px 0 12px;padding-left:12px;font-family:inherit}.aw-thought-header{cursor:pointer;-webkit-user-select:none;user-select:none;background:0 0;border:none;outline:none;align-items:center;gap:6px;padding:4px 0;font-size:13px;font-weight:500;transition:color .15s;display:flex;color:#878685!important}.aw-thought-header:hover{color:var(--brand-gold)!important}.aw-thought-chevron-wrap{justify-content:center;align-items:center;width:14px;height:14px;display:flex}.aw-thought-chevron{color:#a1a09e;transition:transform .2s}.aw-thought-chevron.expanded{color:var(--brand-gold);transform:rotate(90deg)}.aw-thought-content{flex-direction:column;gap:4px;margin-top:6px;padding:6px 0 6px 6px;font-size:12px;animation:.2s ease-out aw-fade-in;display:flex;color:#787470!important}.aw-thought-step{align-items:flex-start;gap:6px;display:flex}.aw-thought-step-bullet{color:var(--brand-gold);flex-shrink:0;font-weight:700}.aw-thought-step-text{line-height:1.4}.aw-thinking-spinner{border:2px solid #c9962c33;border-top-color:var(--brand-gold);border-radius:50%;width:8px;height:8px;animation:1s linear infinite aw-spin;display:inline-block}@keyframes aw-spin{to{transform:rotate(360deg)}}.aw-msg-actions{opacity:.6;align-items:center;gap:4px;margin-top:10px;padding-top:4px;transition:opacity .15s;display:flex}.aw-msg:hover .aw-msg-actions{opacity:1}.aw-action-btn{cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:26px;height:26px;padding:0;transition:all .15s;display:inline-flex;color:#787470!important}.aw-action-btn:hover{background:#1111110d;color:var(--brand-gold,#c9962c)!important}.aw-action-btn.active{background:#c9962c14;color:var(--brand-gold,#c9962c)!important}.aw-action-btn.copied{background:#22c55e14;color:#22c55e!important}.aw-composer-wrap{width:100%!important;max-width:768px!important;margin:0 auto!important;padding:0 24px 24px!important}.aw-composer{background:#fffffff2!important;border:1px solid #c9962c33!important;border-radius:12px!important;box-shadow:0 4px 20px #0000000f,0 1px 3px #00000005!important}.aw-composer:focus-within{border-color:var(--brand-gold)!important;box-shadow:0 0 0 3px #c9962c1f,0 4px 24px #00000014!important}.aw-composer__input{padding:16px 20px 8px!important;font-size:14.5px!important;line-height:1.5!important}.aw-composer__bar{justify-content:space-between!important;align-items:center!important;margin-top:4px!important;padding:2px 14px 10px!important;display:flex!important}.aw-composer__bar-left{align-items:center!important;gap:8px!important;display:flex!important}.aw-composer__bar-right{align-items:center!important;gap:12px!important;display:flex!important}.aw-composer__attach-btn{color:#787470!important;cursor:not-allowed!important;opacity:.5!important;background:0 0!important;border:1px solid #1111111a!important;border-radius:50%!important;justify-content:center!important;align-items:center!important;width:28px!important;height:28px!important;padding:0!important;transition:all .12s!important;display:inline-flex!important}.aw-composer__model-badge{color:#787470!important;text-transform:uppercase!important;letter-spacing:.06em!important;background:#1111110f!important;border-radius:12px!important;padding:2px 8px!important;font-size:10px!important;font-weight:700!important}.aw-composer__brand-badge{color:#c9962c!important;letter-spacing:.02em!important;white-space:nowrap!important;-webkit-user-select:none!important;user-select:none!important;background:#c9962c0f!important;border:1px solid #c9962c47!important;border-radius:8px!important;align-items:center!important;gap:5px!important;min-height:24px!important;padding:0 10px!important;font-size:11.5px!important;font-weight:600!important;transition:all .15s!important;display:inline-flex!important;box-shadow:0 1px 2px #c9962c0a!important}.aw-composer__brand-badge-icon{color:#c9962c!important;justify-content:center!important;align-items:center!important;display:flex!important}.aw-composer__brand-badge:hover{background:#c9962c1f!important;border-color:#c9962c66!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .aw-composer__brand-badge{color:#f5c86c!important;background:#f5c86c0d!important;border-color:#f5c86c3d!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .aw-composer__brand-badge-icon{color:#f5c86c!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .aw-composer__brand-badge:hover{background:#f5c86c1a!important;border-color:#f5c86c5c!important}.aw-composer__send{background:var(--brand-gold,#c9962c)!important;color:#fff!important;cursor:pointer!important;border:none!important;border-radius:50%!important;justify-content:center!important;align-items:center!important;width:30px!important;height:30px!important;padding:0!important;transition:background .15s,transform .1s!important;display:inline-flex!important}.aw-composer__send:hover:not(:disabled){background:#b58122!important;transform:scale(1.05)!important}.aw-composer__send:disabled{color:#11111140!important;cursor:not-allowed!important;background:#11111114!important;transform:none!important}.ask-mailbox-layout,.ask-mailbox-layout>.assistant-main,.ask-mailbox-layout .aw-root,.ask-mailbox-layout .aw-layout,.ask-mailbox-layout .aw-main{height:100dvh!important;min-height:100dvh!important;max-height:100dvh!important;overflow:hidden!important}.ask-mailbox-layout{background:var(--bg)!important;padding:12px 20px 20px!important}.ask-mailbox-layout .aw-root{border-radius:22px!important}.ask-mailbox-layout .aw-scroll{flex:auto!important;height:auto!important;min-height:0!important;padding:10px 0 18px!important;overflow-y:auto!important}.ask-mailbox-layout .aw-msg-row{justify-content:center!important;padding-inline:clamp(18px,5vw,88px)!important}.ask-mailbox-layout .aw-msg-row--user{background:0 0!important}.ask-mailbox-layout .aw-msg{width:min(760px,100%)!important;max-width:min(760px,100%)!important;margin-inline:auto!important}.ask-mailbox-layout .aw-msg--user{justify-content:flex-end!important;margin-inline:auto!important}.ask-mailbox-layout .aw-msg--user .aw-msg__body{flex:0 auto!important;align-items:flex-end!important;max-width:min(520px,72%)!important;margin-left:auto!important}.ask-mailbox-layout .aw-msg--assistant{margin-left:auto!important;margin-right:auto!important}.ask-mailbox-layout .aw-composer-wrap{width:min(680px,100% - 36px)!important;max-width:680px!important;padding:0 0 20px!important}.ask-mailbox-layout .aw-composer,.aw-composer{background:#fffffff5!important}.ask-mailbox-layout .aw-composer__input,.aw-composer__input{color:#171717!important;caret-color:#171717!important}.ask-mailbox-layout .aw-composer__input::placeholder,.aw-composer__input::placeholder{color:#7a766f!important}.app-shell>.assistant-mailbox-layout,.app-shell>.ask-mailbox-layout{padding:0!important}.assistant-shell{background:#f6f7f9}.assistant-mailbox-layout{height:100vh;padding:18px;overflow:hidden}.assistant-main{flex:1;grid-template-columns:minmax(0,1fr);gap:16px;height:100%;min-height:0;display:grid;overflow:hidden}.assistant-context-panel{background:var(--surface-muted,#fafafa);border-left:1px solid var(--outline,#e7e7e7);height:100%;min-height:0;color:var(--ink,#111);flex-direction:column;order:2;font-family:Manrope,sans-serif;display:flex;overflow:hidden}.assistant-context-header{border-bottom:1px solid var(--outline,#e7e7e7);background:var(--surface,#fff);flex-direction:column;gap:12px;padding:20px 20px 16px;display:flex;box-shadow:0 1px 3px #00000005}.assistant-context-header h3.assistant-context-title{color:var(--ink,#111);letter-spacing:-.01em;margin:4px 0 0;font-size:15px;font-weight:700;line-height:1.35}.assistant-context-eyebrow-row{align-items:center;gap:8px;display:flex}.assistant-context-status-dot{background:#10b981;border-radius:999px;width:8px;height:8px;box-shadow:0 0 8px #10b9818c}.assistant-context-eyebrow{color:#059669;letter-spacing:.08em;text-transform:uppercase;font-size:11px;font-weight:800}.assistant-context-origin{max-width:48ch;color:var(--muted,#6a6a6a);margin:4px 0 0;font-size:12.5px;line-height:1.45}.assistant-context-chips{flex-wrap:wrap;align-items:center;gap:6px;margin-top:4px;display:flex}.context-chip{letter-spacing:.03em;text-transform:uppercase;background:var(--surface-hover,#f5f5f5);border:1px solid var(--outline,#e7e7e7);color:var(--ink,#111);border-radius:999px;align-items:center;padding:3px 10px;font-size:11px;font-weight:700;transition:all .15s;display:inline-flex}.context-chip-low{color:#047857;background:#10b98117;border-color:#10b98147}.context-chip-medium{color:#b45309;background:#f59e0b17;border-color:#f59e0b47}.context-chip-high{color:#b91c1c;background:#ef444417;border-color:#ef444447}.context-chip-reply{color:#1d4ed8;background:#3b82f617;border-color:#3b82f647}.assistant-context-source-card,.assistant-context-evidence{border:1px solid var(--outline,#e7e7e7);background:var(--surface,#fff);border-radius:12px;margin:14px 16px 0;padding:14px 16px;box-shadow:0 2px 8px #00000005}.aw-noticed{background:var(--surface,#fff);border:1px solid #0596693d;border-radius:12px;margin:14px 16px 0;padding:14px}.aw-noticed__header{align-items:flex-start;gap:10px;margin-bottom:10px;display:flex}.aw-noticed__spark{color:#047857;background:#0596691a;border-radius:8px;flex:0 0 28px;place-items:center;width:28px;height:28px;display:grid}.aw-noticed__header h2,.aw-noticed__header p{margin:0}.aw-noticed__header h2{color:var(--ink,#111);font-size:13px;line-height:1.35}.aw-noticed__header p{color:var(--muted,#6a6a6a);margin-top:2px;font-size:11.5px;line-height:1.4}.aw-noticed__list{flex-direction:column;gap:7px;display:flex}.aw-noticed__item{border:1px solid var(--outline,#e7e7e7);background:var(--surface-muted,#fafafa);border-radius:9px;overflow:hidden}.aw-noticed__trigger{width:100%;color:var(--ink,#111);cursor:pointer;font:inherit;text-align:left;background:0 0;border:0;justify-content:space-between;align-items:center;gap:10px;padding:9px 10px;font-size:12.5px;font-weight:700;transition:background-color .16s;display:flex}.aw-noticed__trigger:hover,.aw-noticed__trigger:focus-visible{background:#05966914;outline:none}.aw-noticed__trigger:focus-visible{box-shadow:inset 0 0 0 2px #059669}.aw-noticed__detail{border-top:1px solid var(--outline,#e7e7e7);padding:0 10px 10px}.aw-noticed__detail strong,.aw-noticed__detail p{margin:9px 0 0;font-size:12px;line-height:1.45;display:block}.aw-noticed__detail p{color:var(--muted,#6a6a6a)}.aw-noticed__action{background:var(--surface,#fff);color:#047857;cursor:pointer;font:inherit;border:1px solid #05966952;border-radius:7px;margin-top:10px;padding:7px 10px;font-size:11.5px;font-weight:750;transition:background-color .16s}.aw-noticed__action:hover,.aw-noticed__action:focus-visible{background:#0596691a;outline:none}.assistant-context-evidence{border-left:3.5px solid #059669}.assistant-context-section-heading{justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px;display:flex}.assistant-context-section-heading span{color:#059669;letter-spacing:.06em;text-transform:uppercase;font-size:11px;font-weight:800}.assistant-context-section-heading strong{color:var(--ink,#111);text-align:right;text-overflow:ellipsis;white-space:nowrap;max-width:220px;font-size:12.5px;font-weight:700;overflow:hidden}.assistant-context-facts-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.assistant-context-fact-card{background:var(--surface-muted,#fafafa);border:1px solid var(--row-divider,#1111110b);border-radius:8px;flex-direction:column;gap:3px;padding:8px 10px;display:flex}.assistant-context-fact-label{color:var(--muted,#6a6a6a);text-transform:uppercase;letter-spacing:.04em;font-size:10.5px;font-weight:700}.assistant-context-fact-value{color:var(--ink,#111);word-break:break-word;font-size:12.5px;font-weight:700}.assistant-context-evidence-list{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.assistant-context-evidence-list li{flex-direction:column;gap:2px;display:flex}.assistant-context-evidence-list li strong{color:var(--ink,#111);font-size:12px;font-weight:700}.assistant-context-evidence-list li span{color:var(--muted,#6a6a6a);font-size:12.5px;line-height:1.45}.assistant-context-stack{scrollbar-gutter:stable;flex:1;min-height:0;padding:16px;overflow-y:auto}.assistant-context-section-heading--messages{z-index:2;background:var(--surface-muted,#fafafa);border-bottom:1px solid var(--outline,#e7e7e7);margin:-16px -16px 12px;padding:12px 16px;position:sticky;top:0;box-shadow:0 2px 6px #00000005}.assistant-context-msg-badge{color:var(--muted,#6a6a6a);background:var(--surface-hover,#f5f5f5);border:1px solid var(--outline,#e7e7e7);border-radius:999px;padding:2px 8px;font-size:11px;font-weight:700}.assistant-thread-card{border:1px solid var(--outline,#e7e7e7);background:var(--surface,#fff);border-radius:12px;margin-bottom:12px;padding:16px;transition:border-color .15s,box-shadow .15s;box-shadow:0 2px 10px #00000006}.assistant-thread-card:hover{border-color:var(--outline-strong,#cfcfcf);box-shadow:0 4px 14px #0000000a}.assistant-thread-card-header{align-items:flex-start;gap:12px;margin-bottom:12px;display:flex}.assistant-thread-avatar{color:#fff;background:linear-gradient(135deg,#111 0%,#2a2a2a 100%);border-radius:10px;flex-shrink:0;place-items:center;width:36px;height:36px;font-size:14px;font-weight:800;display:grid;box-shadow:0 2px 6px #0000001f}.assistant-thread-meta{flex:1;min-width:0}.assistant-thread-top-row{justify-content:space-between;align-items:center;gap:8px;margin-bottom:2px;display:flex}.assistant-thread-sender{color:var(--ink,#111);font-size:13.5px;font-weight:700;display:block}.assistant-thread-date{color:var(--muted,#6a6a6a);font-size:11px}.assistant-thread-source-label{color:#059669;letter-spacing:.05em;text-transform:uppercase;font-size:10.5px;font-weight:800;display:inline-flex}.assistant-thread-routing{color:var(--muted,#6a6a6a);word-break:break-word;margin:2px 0 0;font-size:12px}.assistant-thread-card-body{color:var(--ink,#111);font-size:13px;line-height:1.5}.assistant-thread-attachments{flex-wrap:wrap;gap:10px;margin-top:16px;display:flex}@media (width<=1280px){.aw-layout--split{grid-template-columns:minmax(0,1fr)}}@media (width<=760px){.assistant-mailbox-layout{padding:14px}.aw-root{border-radius:24px}.aw-scroll,.aw-composer-wrap{padding-left:16px;padding-right:16px}}.assistant-shell .assistant-mailbox-layout{height:100vh;overflow:hidden}.floating-chat-container.expanded .floating-chat-body .aw-layout--split{grid-template-columns:minmax(0,1fr)}.assistant-queue-context{grid-template-rows:auto auto auto 1fr auto}.assistant-queue-draft{color:#14181c;white-space:pre-wrap;word-break:break-word;border-top:1px solid #14181c14;padding:12px 22px;font-size:13px}.assistant-queue-draft .assistant-context-eyebrow{margin-bottom:6px;display:block}.assistant-queue-actions{border-top:1px solid #14181c14;flex-direction:column;gap:8px;padding:16px 22px;display:flex}.aw-ctx-btn{cursor:pointer;text-align:center;border:1px solid #0000;border-radius:8px;width:100%;padding:9px 14px;font-size:13px;font-weight:500;transition:opacity .15s;display:block}.aw-ctx-btn:disabled{opacity:.45;cursor:default}.aw-ctx-btn--primary{color:#fff;background:#008c6d;border-color:#008c6d}.aw-ctx-btn--primary:hover:not(:disabled){background:#007a5e}.aw-ctx-btn--secondary{color:#14181c;background:#fff;border-color:#14181c33}.aw-ctx-btn--secondary:hover:not(:disabled){background:#f5f5f5}.aw-ctx-btn--ghost{color:#6b7280;background:0 0;border-color:#0000}.aw-ctx-btn--ghost:hover:not(:disabled){color:#14181c}.floating-chat-body .aw-root{height:100%;color:var(--muted);text-align:center;border-radius:0}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .aw-history,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .floating-chat-body .aw-history{-webkit-backdrop-filter:blur(24px)saturate(1.2)!important;background:linear-gradient(160deg,#12100df7 0%,#0a0907fc 100%)!important;border-left:1px solid #c9962c29!important;border-right:0!important;box-shadow:inset 1px 0 #ffffff06,-4px 0 28px #00000038!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .aw-history__header,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .floating-chat-body .aw-history__header{color:#0000!important;background:linear-gradient(90deg,#c9962c 0%,#f1cf75 40%,#c9962c 70%,#e8b84b 100%) 0 0/200%!important;-webkit-background-clip:text!important;background-clip:text!important;border-bottom-color:#c9962c1f!important;animation:4s linear infinite aw-gold-shimmer!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .aw-history__new,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .floating-chat-body .aw-history__new{color:#f0d080!important;background:#c9962c17!important;border-color:#c9962c52!important;box-shadow:0 4px 16px #0000003d,inset 0 1px #fff3b414!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .aw-history__new:hover,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .floating-chat-body .aw-history__new:hover{color:#fef3c7!important;background:#c9962c2b!important;border-color:#c9962c8f!important;box-shadow:0 6px 20px #c9962c38,inset 0 1px #fff3b41f!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .aw-history__item,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .floating-chat-body .aw-history__item{color:#d4d0cc!important;background:#ffffff06!important;border:1px solid #ffffff08!important;transition:background .2s,border-color .2s,color .2s,box-shadow .2s!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .aw-history__item small,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .floating-chat-body .aw-history__item small{color:#c9962c85!important;transition:color .2s!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .aw-history__item:hover:not(.aw-history__item--active),:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .floating-chat-body .aw-history__item:hover:not(.aw-history__item--active){color:#fff!important;background:#c9962c12!important;border-color:#c9962c47!important;box-shadow:inset 0 0 0 1px #c9962c1a,0 4px 16px #0003!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .aw-history__item:hover:not(.aw-history__item--active) small,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .floating-chat-body .aw-history__item:hover:not(.aw-history__item--active) small{color:#c9962ccc!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .aw-history__item--active,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .aw-history__item--active:hover,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .floating-chat-body .aw-history__item--active,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .floating-chat-body .aw-history__item--active:hover{color:#0c0a06!important;text-shadow:0 1px #ffdc7833!important;background:linear-gradient(135deg,#b8820f 0%,#d4a832 40%,#f0c84a 75%,#d9a82a 100%)!important;border-color:#fff3b44d!important;box-shadow:0 8px 28px #c9962c52,0 2px 8px #c9962c33,inset 0 1px #ffffdc59!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .aw-history__item--active small,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .floating-chat-body .aw-history__item--active small{color:#0f0c0494!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .aw-history__delete,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .floating-chat-body .aw-history__delete{color:#c9962c73!important;transition:opacity .16s,background .16s,color .16s,transform .16s!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .aw-history__row:hover .aw-history__delete,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .aw-history__row:focus-within .aw-history__delete,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .floating-chat-body .aw-history__row:hover .aw-history__delete,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .floating-chat-body .aw-history__row:focus-within .aw-history__delete{opacity:1!important;color:#c9962cd9!important;transform:scale(1)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .aw-history__delete:hover,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .floating-chat-body .aw-history__delete:hover{color:#fca5a5!important;background:#dc262624!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .aw-history__empty,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .floating-chat-body .aw-history__empty{color:#c9962c73!important;text-align:center!important;background:#14120e99!important;border:1px solid #c9962c1f!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .aw-msg--failure .aw-msg__text,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .floating-chat-body .aw-msg--failure .aw-msg__text{border:1px solid #c9962c57!important;border-left:3px solid var(--brand-gold)!important;color:#f5f5f4!important;background:#1c1917e0!important;border-radius:14px!important;padding:14px 16px!important;box-shadow:0 10px 28px #00000047,inset 0 1px #ffffff09!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .aw-msg--failure .aw-msg__text p,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .aw-msg--failure .aw-msg__text span,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .aw-msg--failure .aw-msg__text li,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .floating-chat-body .aw-msg--failure .aw-msg__text p,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .floating-chat-body .aw-msg--failure .aw-msg__text span,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .floating-chat-body .aw-msg--failure .aw-msg__text li{color:#f5f5f4!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .aw-msg--failure .assistant-retry-button,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .floating-chat-body .aw-msg--failure .assistant-retry-button{color:#f9e6b3!important;background:#c9962c1a!important;border-color:#c9962c61!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .aw-msg--failure .assistant-retry-button:hover,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .floating-chat-body .aw-msg--failure .assistant-retry-button:hover{color:#fff6dc!important;background:#c9962c2e!important;border-color:#c9962c94!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .aw-error,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .floating-chat-body .aw-error{border:1px solid #c9962c52!important;border-left:3px solid var(--brand-gold)!important;color:#f5f5f4!important;-webkit-line-clamp:unset!important;background:#1c1917d1!important;border-radius:14px!important;width:min(720px,100% - 56px)!important;max-width:100%!important;margin:10px auto 14px!important;padding:12px 16px!important;display:block!important;box-shadow:0 10px 28px #0000003d!important}@media (width<=760px){:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .aw-history,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .floating-chat-body .aw-history{border-bottom:1px solid #c9962c2e!important;border-left:0!important;border-right:0!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .aw-error,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .floating-chat-body .aw-error{width:calc(100% - 24px)!important}}.floating-chat-body .aw-layout--split{grid-template-columns:1fr!important}.floating-chat-body .assistant-context-panel{border-top:1px solid var(--outline,#e7e7e7);border-left:0;max-height:46%;display:flex!important}.floating-chat-body .assistant-context-panel[data-has-needle-noticed=false]{display:none!important}.floating-chat-body .assistant-context-header,.floating-chat-body .assistant-context-source-card,.floating-chat-body .assistant-context-evidence,.floating-chat-body .assistant-context-stack{display:none}.floating-chat-body .aw-noticed{margin-bottom:14px}.floating-chat-body .aw-scroll{padding:16px 16px 14px}.floating-chat-body .aw-hero{padding-top:18px}.floating-chat-body .aw-hero__title{letter-spacing:0;font-size:26px}.floating-chat-body .aw-hero__sub{font-size:13px}.floating-chat-body .aw-cards{grid-template-columns:1fr;gap:8px;margin-top:18px}.floating-chat-body .aw-card{border-radius:8px;min-height:58px;padding:10px 12px}.floating-chat-body .aw-card__icon{border-radius:8px;width:34px;height:34px}.floating-chat-body .aw-composer-wrap{padding:0 14px 12px}.floating-chat-body .aw-composer{border-radius:14px}.floating-chat-body .aw-composer__input{min-height:44px;padding:12px 14px 5px}.floating-chat-body .aw-composer__bar{flex-wrap:nowrap;justify-content:space-between;margin-top:8px;padding:0 8px 8px}.floating-chat-body .aw-composer__tabs{min-width:0;overflow-x:auto}.floating-chat-body .aw-ctx-tab{white-space:nowrap;min-height:30px;padding-inline:10px}.floating-chat-body .aw-quick-actions{display:none}@media (prefers-reduced-motion:reduce){.aw-hero,.aw-suggestions,.aw-attention,.aw-decisions,.aw-composer-wrap--home .aw-composer,.aw-msg-row--assistant,.aw-msg-row--user{animation:none!important}.aw-hero__title{background-size:100%;animation:none!important}.aw-msg--streaming .aw-msg__text{border-color:#c9962c66;animation:none!important}.aw-suggestion,.aw-card,.aw-composer__send{transition-duration:0s!important}}.aw-disclaimer{margin-top:8px;font-size:11px}.floating-chat-body .aw-msg{align-self:stretch}.floating-chat-body .aw-msg__avatar{display:none}.floating-chat-body .aw-msg__body{max-width:100%}.floating-chat-body .aw-msg__text{border-radius:8px;padding:10px 12px;line-height:1.5}@media (width<=720px){.assistant-structured-response .inbox-brief__metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.assistant-structured-response .inbox-thread-card__top{grid-template-columns:1fr;gap:4px}.assistant-structured-response .inbox-thread-card__top time{white-space:normal}}.assistant-mailbox-layout{min-width:0}.assistant-shell .assistant-mailbox-layout{width:100%}.assistant-mailbox-layout{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;justify-content:flex-start;align-items:stretch;height:100dvh;min-height:0;max-height:100dvh;overflow:hidden auto}.assistant-main{justify-content:flex-start;align-items:stretch;height:auto;min-height:100%;overflow:visible}.aw-root,.aw-layout,.aw-main{height:auto;min-height:100%;overflow:visible}.aw-layout{align-items:stretch}.aw-home{flex:none;justify-content:flex-start;align-items:stretch;min-height:auto;padding:clamp(18px,4vh,48px) 28px 28px;overflow:visible}.aw-home__inner{margin:0 auto}.aw-scroll{min-height:min(560px,100vh - 160px)}.assistant-shell .ask-mailbox-layout{height:100dvh;max-height:100dvh;overflow:hidden auto}.ask-mailbox-layout>.assistant-main,.ask-mailbox-layout .aw-root,.ask-mailbox-layout .aw-layout,.ask-mailbox-layout .aw-main{overflow-anchor:none;height:auto;min-height:auto;max-height:none;overflow:visible}@media (width<=760px){.assistant-mailbox-layout{height:100dvh;min-height:0;max-height:100dvh;overflow-y:auto}.aw-home{padding:16px}.ask-mailbox-layout .aw-home{padding-bottom:40px}.aw-layout--with-history,.aw-layout--with-history.aw-layout--split{grid-template-columns:minmax(0,1fr)}.aw-history{border-bottom:1px solid #11111114;border-left:0;border-right:0;max-height:220px;padding:12px 12px 8px}.aw-history__list{gap:6px;padding-bottom:4px;display:flex;overflow:auto hidden}.aw-history__row{flex:0 0 min(220px,72vw)}}.assistant-thread-relative-date{color:var(--muted);margin-top:2px!important;font-size:11px!important}.aw-composer__snippet-trigger{border:1px solid var(--outline-strong);background:var(--surface-muted);min-height:32px;color:var(--ink);cursor:pointer;border-radius:999px;align-items:center;gap:6px;padding:0 14px;font-size:13px;font-weight:600;transition:background .12s,color .12s,border-color .12s,transform .1s;display:inline-flex}.aw-composer__snippet-trigger:hover{background:var(--surface-hover);border-color:var(--outline-strong);color:#8a5f0a}.aw-composer__snippet-trigger:active{transform:scale(.97)}html[data-needle-theme=dark] .aw-composer__snippet-trigger{background:#1c1a17;border-color:#f0ebe229}html[data-needle-theme=dark] .aw-composer__snippet-trigger:hover{color:#f5c86c;background:#25221e;border-color:#f0ebe23d}.ask-mailbox-layout .aw-root,.ask-mailbox-layout .aw-layout{grid-template-rows:auto}.ask-mailbox-layout .aw-home{flex:none;min-height:auto;padding-bottom:clamp(36px,8vh,96px);overflow:visible}.ask-mailbox-layout .aw-home__inner{width:min(720px,100%);max-width:100%;margin-inline:auto}@media (width<=760px){.assistant-mailbox-layout{height:100dvh;min-height:0;max-height:100dvh;overflow-y:auto}.aw-home{padding:16px}.ask-mailbox-layout .aw-home{padding-bottom:40px}.aw-layout--with-history,.aw-layout--with-history.aw-layout--split{grid-template-columns:minmax(0,1fr)}.aw-history{border-bottom:1px solid #11111114;border-left:0;border-right:0;max-height:220px;padding:12px 12px 8px}.aw-history__list{gap:6px;padding-bottom:4px;display:flex;overflow:auto hidden}.aw-history__row{flex:0 0 min(220px,72vw)}}.assistant-snippet-guide-backdrop{-webkit-backdrop-filter:blur(8px);background:#11111173;justify-content:center;align-items:center;animation:.18s cubic-bezier(.16,1,.3,1) snippet-fade-in;display:flex;position:fixed;inset:0;z-index:3100!important}.assistant-snippet-guide{background:var(--surface);border:1px solid var(--outline-strong);width:min(880px,92vw);height:min(640px,80vh);box-shadow:var(--shadow-md);color:var(--ink);border-radius:20px;outline:none;flex-direction:column;animation:.24s cubic-bezier(.16,1,.3,1) snippet-scale-up;display:flex;overflow:hidden}.assistant-snippet-guide__header{border-bottom:1px solid var(--outline);background:var(--surface);justify-content:space-between;align-items:flex-start;padding:20px 24px 16px;display:flex}.assistant-snippet-guide__header h2{color:var(--ink);margin:0 0 4px;font-size:18px;font-weight:700}.assistant-snippet-guide__header p{color:var(--muted);margin:0;font-size:13px}.assistant-snippet-guide__header .icon-button{color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:6px;transition:background .15s,color .15s;display:inline-flex}.assistant-snippet-guide__header .icon-button:hover{background:var(--surface-hover);color:var(--ink)}.assistant-snippet-guide__body{background:var(--surface);flex:1;min-height:0;display:flex}.assistant-snippet-guide__left{border-right:1px solid var(--outline);background:var(--surface-muted);flex-direction:column;flex-shrink:0;width:320px;padding:16px;display:flex}.assistant-snippet-guide__search-wrapper{align-items:center;margin-bottom:12px;display:flex;position:relative}.assistant-snippet-guide__search-icon{color:var(--muted);pointer-events:none;position:absolute;left:12px}.assistant-snippet-guide__search{border:1px solid var(--outline-strong);background:var(--surface);width:100%;height:38px;color:var(--ink);border-radius:19px;padding:0 36px 0 34px;font-size:13px;transition:border-color .15s,box-shadow .15s}.assistant-snippet-guide__search:focus{border-color:var(--brand-gold);outline:none;box-shadow:0 0 0 3px #c9962c29}.assistant-snippet-guide__search-clear{color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:4px;display:inline-flex;position:absolute;right:10px}.assistant-snippet-guide__search-clear:hover{background:var(--surface-hover);color:var(--ink)}.assistant-snippet-guide__list{flex-direction:column;flex:1;gap:6px;min-height:0;padding-right:2px;display:flex;overflow-y:auto}.assistant-snippet-guide__item{width:100%;color:var(--ink);text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:12px;align-items:center;gap:12px;padding:10px 12px;transition:all .14s;display:flex}.assistant-snippet-guide__item:hover{background:var(--surface-hover);border-color:var(--outline)}.assistant-snippet-guide__item--active{background:var(--brand-gold-soft)!important;border-color:var(--brand-gold-border)!important;color:var(--ink)!important}.assistant-snippet-label{flex-direction:column;flex:1;min-width:0;display:flex}.assistant-snippet-label strong{white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;overflow:hidden}.assistant-snippet-guide__chevron{color:var(--muted);opacity:.6;transition:transform .14s,opacity .14s}.assistant-snippet-guide__item:hover .assistant-snippet-guide__chevron{opacity:1;transform:translate(2px)}.assistant-snippet-guide__no-results{text-align:center;color:var(--muted);padding:24px 12px;font-size:13px}.assistant-snippet-guide__how{border:1px solid var(--brand-gold-border);background:#c9962c0f;border-radius:12px;margin-top:12px;padding:12px}.assistant-snippet-guide__how span{text-transform:uppercase;color:#8a5f0a;margin-bottom:4px;font-size:11px;font-weight:700;display:block}.assistant-snippet-guide__how p{color:var(--ink);margin:0;font-size:12px;line-height:1.4}.assistant-snippet-guide__right{background:var(--surface);flex-direction:column;flex:1;min-height:0;padding:24px;display:flex;overflow-y:auto}.assistant-snippet-details{flex-direction:column;height:100%;display:flex}.assistant-snippet-details__header{border-bottom:1px solid var(--outline);align-items:center;gap:16px;margin-bottom:16px;padding-bottom:16px;display:flex}.assistant-snippet-details__badge{background:var(--brand-gold-soft);border:1px solid var(--brand-gold-border);color:#8a5f0a;border-radius:20px;padding:4px 12px;font-family:IBM Plex Mono,monospace;font-size:15px;font-weight:700}.assistant-snippet-details__desc{color:var(--ink);margin:0;font-size:14px;font-weight:500}.assistant-snippet-details__section{flex-direction:column;gap:6px;margin-bottom:16px;display:flex}.assistant-snippet-details__section-title{text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin:0;font-size:11px;font-weight:700}.assistant-snippet-details__template{background:var(--surface-muted);border:1px solid var(--outline);color:var(--ink);border-radius:10px;padding:10px 14px;font-size:13px;line-height:1.45}.assistant-snippet-details__textarea{border:1px solid var(--outline-strong);background:var(--surface);width:100%;min-height:64px;max-height:120px;color:var(--ink);resize:vertical;border-radius:10px;padding:10px 12px;font-size:13.5px;line-height:1.45;transition:border-color .15s,box-shadow .15s}.assistant-snippet-details__textarea:focus{border-color:var(--brand-gold);outline:none;box-shadow:0 0 0 3px #c9962c29}.assistant-snippet-details__preview{color:#f5f5f4;border-left:3px solid var(--brand-gold);white-space:pre-wrap;word-break:break-word;background:#1c1917;border-radius:0 10px 10px 0;max-height:140px;padding:12px 14px;font-family:IBM Plex Mono,monospace;font-size:12.5px;line-height:1.5;overflow-y:auto}.assistant-snippet-details__use-btn{background:var(--brand-gold);color:#fff;cursor:pointer;border:none;border-radius:20px;justify-content:center;align-items:center;gap:8px;width:100%;height:40px;margin-top:auto;font-size:13.5px;font-weight:600;transition:background .15s,transform .12s;display:inline-flex}.assistant-snippet-details__use-btn:hover{background:#b28321}.assistant-snippet-details__use-btn:active{transform:scale(.98)}@keyframes snippet-fade-in{0%{opacity:0}to{opacity:1}}@keyframes snippet-scale-up{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}html[data-needle-theme=dark] .assistant-snippet-details__badge,html[data-needle-theme=dark] .assistant-snippet-guide__how span{color:#f5c86c}html[data-needle-theme=dark] .assistant-snippet-guide__left{background:#12100e}html[data-needle-theme=dark] .assistant-snippet-guide__item--active{background:#c9962c2e!important;border-color:#c9962c66!important}html[data-needle-theme=dark] .assistant-snippet-guide__how{background:#c9962c14}.aw-composer__email-select-wrap{background:#c9962c0a!important;border-top:1px dashed #c9962c26!important;border-bottom:1px dashed #c9962c26!important;align-items:center!important;gap:8px!important;padding:8px 20px!important;display:flex!important}.aw-composer__email-select-label{color:#8a5f0a!important;white-space:nowrap!important;font-size:12px!important;font-weight:600!important}.aw-composer__email-select{color:#111827!important;cursor:pointer!important;background:#fff!important;border:1px solid #c9962c33!important;border-radius:6px!important;outline:none!important;flex:auto!important;min-width:0!important;padding:4px 8px!important;font-size:12.5px!important;font-weight:500!important;transition:border-color .15s!important}.aw-composer__email-select:focus{border-color:#c9962c80!important}html[data-needle-theme=dark] .aw-composer__email-select{color:#e5e7eb!important;background:#111!important;border-color:#c9962c4d!important}html[data-needle-theme=dark] .aw-composer__email-select:focus{border-color:#c9962c99!important}html[data-needle-theme=dark] .aw-composer__email-select-label{color:#f5c86c!important}.files-analysis-list{gap:4px;margin-top:8px;display:grid}.files-explorer{background:#fff;border:1px solid #11111114;border-radius:8px;flex-direction:column;gap:4px;min-height:0;padding:8px 6px;display:flex;overflow-y:auto;box-shadow:0 12px 34px #1118270a}.files-explorer-section{flex-direction:column;gap:1px;margin-bottom:8px;display:flex}.files-explorer-section-header{justify-content:space-between;align-items:center;padding:0 6px;display:flex}.files-explorer-label{color:#667085;letter-spacing:.06em;text-transform:uppercase;padding:6px 6px 4px;font-size:11px;font-weight:700}.files-explorer-new-folder{color:#667085;cursor:pointer;opacity:0;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:22px;height:22px;transition:opacity .15s;display:flex}.files-explorer-section:hover .files-explorer-new-folder{opacity:1}.files-explorer-new-folder:hover{color:#111827;background:#1111110f}.files-explorer-item{color:#374151;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;gap:7px;width:100%;min-height:32px;padding:0 8px;font-size:13px;transition:background .12s;display:flex}.files-explorer-item:hover{background:#1111110d}.files-explorer-item.active{color:#1a73e8;background:#eef6ff;font-weight:600}.files-explorer-item em{color:#667085;background:#11111112;border-radius:999px;margin-left:auto;padding:1px 5px;font-size:11px;font-style:normal}.files-explorer-folder-row{align-items:center;display:flex;position:relative}.files-explorer-folder-row .files-explorer-item{flex:1;min-width:0}.files-explorer-folder-menu-btn{color:#667085;cursor:pointer;opacity:0;background:0 0;border:none;border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;transition:opacity .12s;display:flex}.files-explorer-folder-row:hover .files-explorer-folder-menu-btn{opacity:1}.files-explorer-folder-menu-btn:hover{color:#111827;background:#11111112}.files-explorer-context-menu{z-index:100;background:#fff;border:1px solid #1111111a;border-radius:8px;min-width:140px;padding:4px;position:absolute;top:calc(100% + 2px);right:0;box-shadow:0 8px 24px #1118271f}.files-explorer-context-menu button{color:#111827;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:5px;width:100%;padding:7px 10px;font-size:13px;display:block}.files-explorer-context-menu button:hover{background:#1111110d}.files-explorer-context-menu button.danger{color:#dc2626}.files-explorer-context-menu button.danger:hover{background:#fff1f0}.files-explorer-new-folder-btn{color:#667085;border:1px dashed #11111126;font-style:normal}.files-explorer-new-folder-btn:hover{color:#1a73e8;background:#eef6ff;border-color:#1a73e8}.files-folder-modal-field{gap:6px;margin:4px 0 12px;display:grid}.files-folder-modal-field label{color:#374151;font-size:13px;font-weight:600}.files-folder-modal-field input{border:1px solid var(--outline);box-sizing:border-box;border-radius:8px;width:100%;height:38px;padding:0 11px;font-size:13px}.files-folder-modal-actions{justify-content:flex-end;gap:8px;margin-top:4px;display:flex}.files-move-modal{max-width:360px!important}.files-move-search{border:1px solid var(--outline);box-sizing:border-box;border-radius:8px;width:100%;height:36px;margin:8px 0 6px;padding:0 11px;font-size:13px}.files-move-list{flex-direction:column;gap:2px;max-height:260px;margin-bottom:12px;display:flex;overflow-y:auto}.files-move-item{color:#374151;text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;align-items:center;gap:8px;width:100%;min-height:34px;padding:0 10px;font-size:13px;transition:background .1s;display:flex}.files-move-item:hover{background:#1111110d}.files-move-item.active{color:#1a73e8;background:#eef6ff;border-color:#1a73e8;font-weight:600}.files-move-item em{color:#9ca3af;margin-left:auto;font-size:11px;font-style:normal}.files-preview-inline{border:1px solid #1111111a;border-radius:8px;height:min(31vh,250px);min-height:190px;overflow:hidden}.files-preview-inline iframe{background:#fff;border:none;width:100%;height:100%}.files-preview-shell{gap:8px;display:grid}.files-preview-toolbar{color:#344054;flex-wrap:wrap;align-items:center;gap:8px;min-height:26px;font-size:13px;display:flex}.files-preview-toolbar>span{flex:1}.files-preview-toolbar button,.files-preview-toolbar em{color:#475467;background:0 0;border:1px solid #0000;border-radius:6px;place-items:center;min-width:26px;height:26px;font-style:normal;display:inline-grid}.files-preview-toolbar em{background:#fff;border-color:#d0d5dd}.files-preview-toolbar small{color:#475467;font-size:12px}.file-action-button{border:1px solid var(--outline);color:#111827;background:#fff;border-radius:8px;min-height:30px;padding:0 10px;font-size:12px;font-weight:700}.file-action-button:hover{background:#f8fafc}.file-preview-modal{z-index:1000;background:#fff;flex-direction:column;display:flex;position:fixed;inset:0}.file-preview-modal-header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;height:56px;padding:0 20px;display:flex}.file-preview-modal-body{flex:1;min-height:0}.file-preview-modal-frame{border:0;width:100%;height:100%}.files-detail-meta-full,.files-detail-meta-inline{border-bottom:0;padding-bottom:0}.files-detail-meta-full{grid-template-columns:1fr;gap:8px;display:grid}.files-detail-meta-full div{grid-template-columns:98px minmax(0,1fr);align-items:start;gap:12px;display:grid}.files-ai-summary-card{background:#fff;border:1px solid #1111111a;border-radius:8px;margin-top:12px;padding:14px 16px}.files-ai-summary-card h3{align-items:center;gap:8px;margin:0 0 8px;font-size:13px;display:inline-flex}.files-ai-summary-card p{color:#374151;font-size:13px;line-height:1.5}.files-view-ai-btn{color:#111827;cursor:pointer;background:#fff;border:1px solid #1111111a;border-radius:8px;align-items:center;gap:8px;min-height:36px;margin-top:10px;padding:0 12px;font-size:13px;font-weight:600;text-decoration:none;display:inline-flex}.files-view-ai-btn:hover{background:#f8fafc;text-decoration:none}.files-bulk-footer{background:#fff;border-top:1px solid #11111114;align-items:center;gap:10px;min-height:48px;padding:0 16px;font-size:13px;display:flex}.files-bulk-footer span{font-weight:600}.files-bulk-footer button{color:#1a73e8;cursor:pointer;background:0 0;border:0;border-radius:6px;align-items:center;gap:5px;padding:0 8px;font-size:13px;font-weight:700;display:flex}.files-bulk-footer button:hover{background:#eef6ff}.files-row-check{cursor:pointer;accent-color:#1a73e8;flex-shrink:0;width:16px;height:16px}.files-select-cell{text-align:center}@media (width<=1280px){.files-workspace{grid-template-columns:minmax(0,1fr) minmax(340px,400px)}}@media (width<=1100px){.files-workspace{grid-template-columns:minmax(0,1fr)}.files-detail-panel{display:none}}@media (width<=800px){.files-workspace{grid-template-columns:minmax(0,1fr)}.files-explorer{display:none}.files-toolbar{grid-template-columns:minmax(0,1fr)}.files-viewbar{flex-wrap:wrap}.files-viewbar-spacer{display:none}.files-footer-meta{gap:10px}}.context-chip{color:#14181c;background:#14181c14;border-radius:999px;align-items:center;min-height:30px;padding:0 12px;font-size:12px;font-weight:700;display:inline-flex}@media (width<=760px){.pending-action-header,.pending-action-actions,.pending-action-grid{display:grid}.pending-action-actions .secondary-button,.pending-action-actions .primary-button{width:100%}.brief-schedule-row{grid-template-columns:minmax(0,1fr)}.brief-schedule-time{justify-content:space-between}}.segmented-control{border:1px solid var(--outline);background:#f6f7f9;border-radius:8px;padding:3px;display:inline-flex}.segmented-control button{background:0 0;border:0;border-radius:6px;min-height:32px;padding:0 12px;font-weight:800}.segmented-control button.active{background:#fff;box-shadow:0 1px 2px #11111114}.module-form,.module-toolbar{flex-wrap:wrap}.module-form input,.module-form select,.module-form textarea,.module-toolbar input,.module-toolbar select,.module-drawer input,.module-drawer select,.module-drawer textarea{border:1px solid var(--outline);background:#fff;border-radius:8px;min-height:40px}.module-empty,.module-error,.module-success{color:var(--muted);padding:16px}.module-error{color:#b42318;background:#fff5f5;border:1px solid #b4231833;border-radius:8px}.module-success{color:#15803d;background:#f0fdf4;border:1px solid #15803d33;border-radius:8px}.module-drawer{z-index:5;background:#fff;border-left:1px solid #1111111a;align-content:start;gap:12px;width:min(420px,100%);height:100%;padding:18px;display:grid;position:absolute;top:0;right:0;overflow:auto;box-shadow:-12px 0 28px #1111111f}.module-drawer-header{justify-content:space-between}.module-drawer label{gap:6px;font-weight:800;display:grid}.module-drawer textarea{min-height:120px}.module-drawer blockquote{border-left:3px solid var(--outline);color:var(--muted);background:#f7f8fa;margin:0;padding:12px}.danger-button{color:#fff;background:#b91c1c;border:1px solid #b91c1c;border-radius:8px;min-height:38px;padding:0 14px;font-weight:900}.danger-button:disabled{opacity:.6}.link-button{color:#6f5413;font:inherit;text-align:left;background:0 0;border:0;padding:0;font-weight:800}.create-box-modal{background:linear-gradient(#fff 0%,#fbfcfc 100%);border:1px solid #11111114;border-radius:8px;gap:16px;width:min(640px,100%);max-height:calc(100vh - 48px);padding:22px;display:grid;overflow:auto;box-shadow:0 26px 70px #1111112e,inset 0 1px #fffc}.create-box-backdrop{z-index:100;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#1111112e;place-items:center;padding:24px;display:grid;left:276px}.create-box-modal .conversation-delete-modal-header{border-bottom:1px solid #1111110f;align-items:flex-start;padding-bottom:8px}.create-box-modal .conversation-delete-modal-header strong{color:#111;letter-spacing:0;font-size:1.08rem;line-height:1.25;display:block}.create-box-modal .conversation-delete-modal-header p{color:#545c66;max-width:500px;margin:6px 0 0;font-size:.9rem;line-height:1.45}.create-box-modal .toolbar-icon-button{color:#333;background:#f4f5f5;border-color:#11111114;flex:none}.create-box-modal .toolbar-icon-button:hover{background:#eee;border-color:#11111124}.create-box-modal textarea{resize:vertical;min-height:92px}.create-box-modal input,.create-box-modal select,.create-box-modal textarea{color:#141414;border-color:#1111111c;border-radius:12px;width:100%;min-height:44px;padding:0 12px;transition:border-color .16s,box-shadow .16s,background-color .16s;box-shadow:0 1px #11111105}.create-box-modal input::placeholder,.create-box-modal textarea::placeholder{color:#838991;opacity:1}.create-box-modal input:focus,.create-box-modal select:focus,.create-box-modal textarea:focus{border-color:#d4af37;outline:0;box-shadow:0 0 0 3px #d4af3729}.create-box-modal [aria-invalid=true]{border-color:#b3261e;box-shadow:0 0 0 3px #b3261e1a}.create-box-modal textarea{padding-block:11px;line-height:1.45}.create-box-fields{gap:12px;display:grid}.create-box-fields label,.existing-box-linker label{gap:6px}.create-box-fields label>span,.existing-box-linker label>span{color:#4e555d;font-size:.78rem;font-weight:800}.create-box-fields label small{color:#747b83;font-size:.68rem;font-weight:800}.create-box-fields .create-box-field-hint{color:#747b83;font-size:.72rem;font-weight:600;line-height:1.4}.create-box-mode-toggle{background:#f3f5f4;border:1px solid #11111114;border-radius:14px;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;padding:4px;display:grid}.create-box-mode-toggle button{min-height:36px;color:var(--muted);background:0 0;border:0;border-radius:10px;font-weight:800;transition:background-color .16s,color .16s,box-shadow .16s}.create-box-mode-toggle button.active{color:var(--ink);background:#fff;box-shadow:0 1px 4px #11182714}.create-box-linked-thread{background:#fffaf0;border:1px solid #d4af373d;border-radius:14px;gap:3px;padding:12px 14px;display:grid}.create-box-linked-thread span,.create-box-linked-thread small{color:#56636d;font-size:.75rem;font-weight:700}.create-box-linked-thread strong{color:#171717;font-size:.92rem}.create-box-advanced{gap:12px;display:grid}.create-box-advanced-toggle{color:#333;background:#f7f8f8;border:1px solid #11111117;border-radius:999px;justify-self:start;align-items:center;gap:7px;min-height:34px;padding:0 10px;font-size:.84rem;font-weight:800;transition:border-color .16s,background-color .16s,color .16s;display:inline-flex}.create-box-advanced-toggle:hover,.create-box-advanced-toggle:focus-visible{color:#5f4610;background:#fffaf0;border-color:#d4af3770;outline:0}.create-box-advanced-toggle .app-icon{transition:transform .16s}.create-box-advanced-toggle[aria-expanded=true] .app-icon{transform:rotate(90deg)}.create-box-advanced-fields{background:#fff;border:1px solid #11111112;border-radius:16px;padding:14px}.field-error{color:#b3261e;font-size:11px;font-style:normal;font-weight:700}.existing-box-linker{gap:12px;display:grid}.existing-box-results{gap:8px;max-height:310px;display:grid;overflow:auto}.existing-box-option{width:100%;color:var(--ink);text-align:left;background:#fff;border:1px solid #11111117;border-radius:12px;gap:4px;padding:12px;transition:border-color .16s,background-color .16s,box-shadow .16s;display:grid}.existing-box-option:hover{background:#fffdf7;border-color:#d4af375c}.existing-box-option span{color:var(--muted);font-size:12px}.existing-box-option-active{background:#fffaf0;border-color:#d4af37;box-shadow:0 0 0 3px #d4af3721}@media (width<=900px){.create-box-modal{width:min(680px,100%)}}@media (width<=620px){.create-box-mode-toggle{grid-template-columns:1fr}}.reader-chip-box{color:#5f4610;background:#fffaf0}.floating-chat-trigger{background:var(--surface-bg);border:1px solid var(--border);cursor:pointer;z-index:1000;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:transform .2s,box-shadow .2s;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 4px 12px #00000026}.floating-chat-trigger:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0003}.insight-preview-list{gap:6px;min-width:0;display:grid}.insight-preview-item{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.floating-chat-trigger img{width:24px;height:24px}.floating-chat-container{border:1px solid var(--border);z-index:2000;isolation:isolate;background:#fff;border-radius:16px;flex-direction:column;width:min(420px,100vw - 36px);min-width:0;height:min(640px,100vh - 112px);min-height:0;display:none;position:fixed;bottom:84px;right:18px;overflow:hidden;box-shadow:0 20px 54px #0f172a38}.floating-chat-container.open{display:flex}.floating-chat-header{background:#ffffffe6;border-bottom:1px solid #11111114;flex:none;justify-content:space-between;align-items:center;gap:16px;padding:14px 18px;display:flex}.floating-chat-title{min-width:0;color:var(--ink);letter-spacing:-.01em;align-items:center;gap:9px;font-size:13.5px;font-weight:800;display:inline-flex}.floating-chat-title img{width:22px;height:22px}.floating-chat-actions{align-items:center;gap:8px;display:inline-flex}.floating-chat-icon-button{width:32px;height:32px;color:var(--muted);cursor:pointer;background:#ffffffd9;border:1px solid #11111114;border-radius:10px;flex:none;place-items:center;font-size:14px;line-height:1;display:inline-grid}.floating-chat-icon-button:hover{color:var(--ink);background:#1111110d;border-color:#11111129}.floating-chat-close{width:32px;height:32px;color:var(--muted);cursor:pointer;background:#ffffffd9;border:1px solid #11111114;border-radius:10px;flex:none;place-items:center;display:inline-grid}.floating-chat-close:hover{color:var(--ink);background:#1111110d;border-color:#11111129}.floating-chat-body{background:#fff;flex-direction:column;flex:auto;min-height:0;display:flex;overflow:hidden}.floating-chat-container.expanded{width:min(960px,100vw - 48px);height:min(820px,100vh - 48px);bottom:24px;right:24px}.floating-file-assistant{flex-direction:column;height:100%;display:flex}.floating-file-assistant__context{border-bottom:1px solid var(--border);color:var(--ink-secondary);flex-shrink:0;align-items:center;gap:6px;padding:10px 16px;font-size:12px;font-weight:500;display:flex}.floating-file-assistant__messages{flex-direction:column;flex:auto;gap:8px;min-height:0;padding:12px 16px;display:flex;overflow-y:auto}.floating-file-assistant__message{white-space:pre-wrap;word-break:break-word;border-radius:8px;padding:8px 12px;font-size:13px;line-height:1.5}.floating-file-assistant__message--assistant{background:var(--surface,#f8f9fa);border:1px solid var(--border);align-self:flex-start;max-width:95%}.floating-file-assistant__error{color:#ef4444;flex-shrink:0;padding:8px 16px;font-size:12px}.floating-file-assistant__composer{border-top:1px solid var(--border);flex-shrink:0;align-items:center;gap:8px;padding:10px 12px;display:flex}.floating-file-assistant__composer input{border:1px solid var(--border);background:#fff;border-radius:8px;outline:none;flex:auto;min-width:0;padding:8px 12px;font-family:inherit;font-size:13px}.floating-file-assistant__composer input:focus{border-color:var(--accent,#3b82f6)}.floating-file-assistant__composer button{background:var(--accent,#3b82f6);color:#fff;cursor:pointer;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;padding:0;display:flex}.floating-file-assistant__composer button:disabled{opacity:.4;cursor:default}.decision-card{min-width:0;color:var(--ink);text-align:left;cursor:pointer;background:#fff;border:1px solid #11111114;border-radius:8px;flex-direction:column;gap:10px;padding:14px;transition:background .15s,border-color .15s;display:flex}.decision-card:hover{background:var(--surface-hover);border-color:#11111124}.decision-card--compact{padding:12px}.decision-card__top,.decision-card__meta,.decision-card__actions{align-items:center;gap:8px;min-width:0;display:flex}.decision-card__top,.decision-card__meta{justify-content:space-between}.decision-card__badge,.decision-card__state,.decision-card__meta span{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:700;overflow:hidden}.decision-card__badge{color:var(--ink);background:#f1f3f7;border-radius:999px;padding:3px 8px}.decision-card__body{flex-direction:column;gap:5px;min-width:0;display:flex}.decision-card__body h3{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:14px;font-weight:750;line-height:1.25;overflow:hidden}.decision-card__body p,.decision-card__body blockquote{color:var(--muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:13px;line-height:1.4;display:-webkit-box;overflow:hidden}.decision-card__body blockquote{border-left:2px solid #1111111f;padding-left:10px}.decision-card__actions{flex-wrap:wrap}.decision-card__actions .secondary-button,.decision-card__actions .ghost-button{min-height:32px;padding:0 10px;font-size:12px}.role-badge{color:#3730a3;text-transform:capitalize;background:#eef2ff;border:1px solid #c7d2fe;border-radius:999px;align-items:center;width:fit-content;min-height:28px;padding:0 10px;font-size:12px;font-weight:800;display:inline-flex}.role-badge-owner{color:#166534;background:#f0fdf4;border-color:#bbf7d0}.metric-card{align-content:center;min-height:92px}.metric-card span{color:var(--muted);text-transform:uppercase;font-size:12px;font-weight:800}.metric-card strong{color:var(--text);font-size:24px;line-height:1.1}.audit-row{grid-template-columns:minmax(180px,1.2fr) repeat(4,minmax(100px,1fr))}.audit-filters{flex-wrap:wrap;gap:8px;display:flex}.audit-filters input{border:1px solid var(--outline);border-radius:8px;flex:160px;min-height:36px;padding:0 10px}.files-panel{background:#f8fafc;grid-template-rows:auto auto auto minmax(0,1fr);gap:10px;height:100%;min-height:0;padding:0;display:grid;overflow:visible}.files-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:18px 14px 0;display:flex}.files-title-block h1,.files-title-block p,.files-modal h2,.files-empty-state h2{margin:0}.files-title-block h1{font-size:26px;line-height:1.1}.files-title-block{gap:5px;min-width:0;display:grid}.files-title-block p{max-width:560px;color:var(--muted);font-size:14px;line-height:1.45}.files-header-actions,.files-toolbar,.files-stat-row,.files-table-topbar,.files-pagination,.files-primary-actions{align-items:center;gap:8px;display:flex}.files-action-button,.files-filter-button{border-radius:8px;min-height:36px}.files-stat-row{flex-wrap:wrap}.files-stat-chip{color:#667085;background:#fff;border:1px solid #11111114;border-radius:999px;align-items:center;gap:8px;min-height:32px;padding:0 10px;font-size:13px;display:inline-flex}.files-stat-chip strong{color:#111827;font-size:13px}.files-stat-chip-button{cursor:pointer}.files-stat-chip-button:hover{background:#fff7f6;border-color:#efb4aa}.files-toolbar{grid-template-columns:minmax(280px,1fr) minmax(132px,160px) minmax(128px,150px) minmax(128px,150px) auto auto;gap:10px;padding:14px 14px 4px;display:grid;position:relative}.files-search-control{border:1px solid var(--outline);background:#fff;border-radius:14px;align-items:center;gap:8px;min-width:0;height:52px;padding:0 11px;display:flex;box-shadow:0 1px 2px #0f172a05}.files-search-control input,.files-toolbar select,.files-more-filters select{border:1px solid var(--outline);color:#111827;background:#fff;border-radius:10px;width:100%;height:40px;font-size:13px}.files-search-control input{border:0;min-width:0;height:auto;padding:0;font-weight:600}.files-more-filters{position:relative}.files-more-filters-trigger,.files-secondary-menu summary{border:1px solid var(--outline);color:#111827;cursor:pointer;background:#fff;border-radius:10px;justify-content:center;align-items:center;gap:7px;min-height:40px;padding:0 11px;font-size:13px;font-weight:700;list-style:none;display:inline-flex}.files-more-filters-trigger{width:100%}.files-viewbar{align-items:center;gap:10px;padding:4px 14px 0;display:flex}.files-viewbar select,.files-refresh-button{border:1px solid var(--outline);color:#111827;background:#fff;border-radius:10px;height:38px;font-size:13px;font-weight:700}.files-viewbar select{padding:0 34px 0 12px}.files-refresh-button{place-items:center;width:38px;padding:0;display:inline-grid}.files-viewbar-spacer{flex:1}.files-secondary-menu summary::-webkit-details-marker{display:none}.files-row-menu summary::-webkit-details-marker{display:none}.files-more-details summary::-webkit-details-marker{display:none}.files-more-filters-menu{z-index:1200;border:1px solid var(--outline);width:260px;box-shadow:var(--shadow);background:#fff;border-radius:8px;gap:10px;padding:12px;display:grid;position:absolute;top:44px;right:0}.files-more-filters label{color:#525866;gap:6px;font-size:12px;font-weight:800;display:grid}.files-workspace{grid-template-columns:minmax(0,1fr) minmax(390px,452px);gap:12px;min-width:0;min-height:0;padding:0 14px 14px;display:grid;overflow:visible}.files-table-card,.files-detail-panel,.files-modal{background:#fff;border:1px solid #11111114;border-radius:14px;min-height:0;box-shadow:0 10px 26px #0f172a0a}.files-table-card{flex-direction:column;min-height:0;display:flex;overflow:hidden}.files-table-topbar{border-bottom:1px solid #11111114;justify-content:space-between;min-height:44px;padding:0 14px}.files-table-topbar strong{font-size:13px}.files-breadcrumb{align-items:center;gap:4px;font-size:13px;display:flex}.files-breadcrumb button{color:#667085;cursor:pointer;background:0 0;border:none;padding:0;font-size:13px}.files-breadcrumb button:hover{color:#111827;text-decoration:underline}.files-breadcrumb strong{color:#111827}.files-count-label{color:#667085;font-size:12px}.files-table-scroll{flex:auto;min-width:0;min-height:0;overflow:auto}.files-table{border-collapse:collapse;table-layout:fixed;width:100%;min-width:760px}.files-table th{color:#667085;text-align:left;background:#f8fafc;border-bottom:1px solid #11111114;height:42px;padding:0 14px;font-size:12px;font-weight:800}.files-table th:first-child,.files-table td:first-child{width:38px}.files-table th:nth-child(2),.files-table td:nth-child(2){width:36%}.files-table th:nth-child(3),.files-table td:nth-child(3){width:19%}.files-table th:nth-child(4),.files-table td:nth-child(4){width:122px}.files-table th:nth-child(5),.files-table td:nth-child(5){width:80px}.files-table th:nth-child(6),.files-table td:nth-child(6){width:110px}.files-table th:nth-child(7),.files-table td:nth-child(7){width:60px}.files-table td{color:#1f2937;vertical-align:middle;border-bottom:1px solid #11111112;height:58px;padding:8px 14px;font-size:13px}.files-table tr{cursor:pointer}.files-table tbody tr.files-row-active{box-shadow:none;background:#eef7ff}.files-table td small,.files-source-title+small{color:#667085;text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:12px;line-height:1.25;display:block;overflow:hidden}.files-name-cell{grid-template-columns:34px minmax(0,1fr);align-items:center;gap:11px;display:grid}.files-name-cell strong,.files-source-title{text-overflow:ellipsis;white-space:nowrap;font-weight:800;display:block;overflow:hidden}.files-file-icon{color:#c53030;letter-spacing:0;background:#fff5f5;border:1px solid #ffb6b6;border-radius:7px;justify-content:center;align-items:center;width:30px;height:36px;font-size:8px;font-weight:900;display:inline-flex;position:relative}.file-type-badge{text-align:center;background:#fff;border:1px solid;border-radius:8px;justify-content:center;align-items:center;min-width:34px;padding:0 5px;font-size:10px;font-weight:700;display:inline-flex}.file-type-pdf{color:#dc2626;background:#fff1f2;border-color:#fecaca}.file-type-docx,.file-type-doc{color:#2563eb;background:#eff6ff;border-color:#bfdbfe}.file-type-pptx,.file-type-ppt{color:#ea580c;background:#fff7ed;border-color:#fed7aa}.file-type-xlsx,.file-type-xls,.file-type-csv{color:#16a34a;background:#f0fdf4;border-color:#bbf7d0}.file-type-txt{color:#374151;background:#fff;border-color:#e5e7eb}.file-type-default{color:#4b5563;background:#f9fafb;border-color:#e5e7eb}.files-file-icon:after{pointer-events:none;content:"";opacity:.35;background:#fff;border-bottom:1px solid;border-left:1px solid;border-bottom-left-radius:3px;width:8px;height:8px;position:absolute;top:-1px;right:-1px}.files-file-xlsx,.files-file-xls,.files-file-csv{color:#16804a;background:#effaf4;border-color:#9fdfbd}.files-file-ppt,.files-file-pptx{color:#d2691e;background:#fff6ed;border-color:#ffc28a}.files-file-doc,.files-file-docx{color:#2463c7;background:#f0f6ff;border-color:#9bc2ff}.files-file-txt{color:#667085;background:#f5f7fa;border-color:#d8dde6}.files-status{color:#4b5563;background:#eef0f2;border-radius:999px;align-items:center;width:fit-content;min-height:22px;padding:0 11px;font-size:12px;font-weight:800;display:inline-flex}.files-status-extracted{color:#087443;background:#eefaf1;border:1px solid #bde7ca}.files-status-failed{color:#b42318;background:#fff1f2;border:1px solid #f5c2c7}.files-status-extracting,.files-status-pending{color:#92400e;background:#fffbeb;border:1px solid #fedf89}.files-actions-cell{text-align:right}.files-row-menu,.files-secondary-menu{z-index:1200;display:inline-block;position:relative}.files-row-menu summary{border-radius:8px;place-items:center;width:32px;height:32px;list-style:none;display:inline-grid}.files-row-menu summary:hover,.files-secondary-menu summary:hover{background:#eef0f3}.files-row-menu div,.files-secondary-menu div{z-index:2000;border:1px solid var(--outline);min-width:160px;box-shadow:var(--shadow);background:#fff;border-radius:8px;padding:6px;display:grid;position:absolute;top:36px;right:0}.files-row-menu button,.files-row-menu a,.files-secondary-menu button{color:#111827;text-align:left;background:0 0;border:0;border-radius:6px;min-height:32px;padding:0 10px;font-size:13px;text-decoration:none}.files-row-menu button:hover,.files-row-menu a:hover,.files-secondary-menu button:hover{background:#f4f6f8}.files-table-footer{color:#667085;border-top:1px solid #11111114;flex:none;justify-content:space-between;align-items:center;min-height:48px;padding:0 16px;font-size:13px;display:flex}.files-footer-meta{align-items:center;gap:24px;display:flex}.files-pagination span,.files-pagination button{place-items:center;min-width:30px;height:30px;display:inline-grid}.files-pagination button{color:#98a2b3;background:0 0;border:0;border-radius:8px}.files-pagination span{color:#1a73e8;background:#e8f1ff;border-radius:8px;font-weight:800}.files-pagination button:disabled{cursor:not-allowed;opacity:.45}.files-detail-panel{z-index:50;border-radius:0;flex-direction:column;gap:12px;padding:18px;display:flex;position:relative;overflow:visible}.files-detail-header,.files-detail-title{align-items:flex-start;gap:10px;display:flex}.files-detail-header{border-bottom:0;justify-content:space-between;padding-bottom:0}.files-detail-title{min-width:0}.files-detail-title h2,.files-detail-title p,.files-detail-section h3,.files-ai-panel h3,.files-detail-panel p,.files-extraction-state h3{margin:0}.files-detail-title h2{overflow-wrap:anywhere;font-size:18px;line-height:1.25}.files-detail-name-row{align-items:center;gap:10px;display:flex}.files-detail-title p,.files-detail-panel p,.files-extract-inline{color:#667085;font-size:13px}.files-detail-meta{border-bottom:1px solid #11111114;gap:8px;margin:0;padding:0 0 12px;display:grid}.files-detail-meta div,.files-key-details div,.files-more-details dl div{grid-template-columns:92px minmax(0,1fr);align-items:start;gap:10px;display:grid}.files-detail-meta dt,.files-key-details dt,.files-more-details dt{color:#525866;font-size:12px;font-weight:800}.files-detail-meta dd,.files-key-details dd,.files-more-details dd{color:#111827;overflow-wrap:anywhere;min-width:0;margin:0;font-size:13px}.files-primary-actions{z-index:500;flex-wrap:wrap;align-items:stretch;position:relative}.files-primary-actions button,.files-primary-actions a,.files-extract-inline button{border:1px solid var(--outline);color:#111827;background:#fff;border-radius:9px;justify-content:center;align-items:center;gap:7px;min-height:38px;padding:0 13px;font-size:12px;font-weight:700;text-decoration:none;display:inline-flex}.files-primary-actions button:hover,.files-primary-actions a:hover,.files-extract-inline button:hover{background:#f7f8fa}.files-tabs{border-bottom:1px solid #11111114;gap:26px;min-height:36px;display:flex}.files-tabs button{color:#667085;background:0 0;border:0;border-bottom:2px solid #0000;font-size:13px;font-weight:800}.files-tabs button span{color:#1a73e8;background:#e8f1ff;border-radius:999px;margin-left:5px;padding:2px 6px;font-size:10px}.files-tabs button.active{color:#1a73e8;border-bottom-color:#1a73e8}.files-detail-scroll{z-index:1;flex:0 auto;align-content:start;gap:10px;min-height:0;display:grid;position:relative;overflow:visible}.files-detail-section,.files-ai-panel{gap:10px;display:grid}.files-detail-section h3,.files-ai-panel h3{color:#111827;font-size:13px}.files-preview-panel iframe{border:1px solid var(--outline);background:#f7f8fa;border-radius:8px;width:100%;height:min(48vh,420px)}.files-preview-empty,.files-activity-panel,.files-ai-panel article,.files-more-details{background:#fff;border:1px solid #11111114;border-radius:8px;margin:0;padding:12px}.files-preview-empty{text-align:center;align-content:center;justify-items:center;gap:10px;min-height:220px;display:grid}.files-preview-empty div,.files-extraction-state div,.files-empty-state div{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}.files-preview-empty a{text-decoration:none}.files-section-heading{justify-content:space-between;align-items:center;gap:12px;display:flex}.files-section-heading button{color:#525866;background:0 0;border:0;border-radius:8px;place-items:center;width:30px;height:30px;display:inline-grid}.files-section-heading button:hover{background:#f4f6f8}.files-key-details,.files-more-details dl{gap:8px;margin:8px 0 0;display:grid}.files-entity-list{flex-wrap:wrap;gap:7px;margin-top:8px;display:flex}.files-entity-list span{color:#475467;background:#f0f2f4;border-radius:999px;align-items:center;min-height:24px;padding:0 9px;font-size:12px;font-weight:700;display:inline-flex}.files-extraction-state{gap:10px;display:grid}.files-activity-panel ol{gap:10px;margin:0;padding:0;list-style:none;display:grid}.files-activity-panel li{color:#111827;justify-content:space-between;gap:12px;font-size:13px;display:flex}.files-activity-panel time{color:#667085}.files-more-details summary{color:#111827;cursor:pointer;font-size:13px;font-weight:800}.files-question-form{border:1px solid var(--outline);background:#fff;border-radius:10px;flex:none;grid-template-columns:minmax(0,1fr) 34px;align-self:stretch;align-items:center;gap:6px;min-height:38px;max-height:40px;padding:4px;display:grid}.files-question-form input{border:0;border-radius:7px;min-width:0;min-height:30px;padding:0 8px;font-size:13px}.files-question-form button{color:#111827;background:#eef6ff;border:0;border-radius:8px;place-items:center;width:30px;height:30px;display:inline-grid}.files-question-form button:disabled,.files-primary-actions button:disabled,.files-extract-inline button:disabled{cursor:not-allowed;opacity:.55}.files-extract-inline{justify-content:space-between;align-items:center;gap:10px;display:flex}.files-empty{color:var(--muted);padding:18px}.files-detail-empty{text-align:center;align-self:center}.files-empty-state{justify-items:center;gap:10px;padding:28px;display:grid}.files-empty-state p{margin:0}.files-modal{z-index:40;gap:14px;width:min(560px,100vw - 32px);max-height:min(680px,100vh - 40px);padding:16px;display:grid;position:fixed;top:50%;left:50%;overflow:auto;transform:translate(-50%,-50%)}.files-modal header{justify-content:space-between;align-items:center;gap:12px;display:flex}.files-modal h2{font-size:18px}.files-failure-list{gap:10px;display:grid}.files-failure-list article{border:1px solid #11111114;border-radius:8px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px;display:grid}.files-failure-list p{color:#667085;margin:4px 0 0;font-size:13px}.files-failure-list button{border:1px solid var(--outline);background:#fff;border-radius:8px;min-height:34px;font-weight:700}.files-dropzone{color:#475467;text-align:center;background:#f8fafc;border:1px dashed #9aa4b2;border-radius:8px;justify-items:center;gap:8px;min-height:190px;padding:22px;display:grid;position:relative}.files-dropzone input[type=file]{opacity:0;cursor:pointer;width:100%;height:100%;position:absolute;inset:0}.files-dropzone strong{color:#111827}.files-dropzone input{cursor:pointer;opacity:0;position:absolute;inset:0}.files-upload-progress{gap:8px;display:grid}.files-upload-progress div{color:#111827;gap:5px;font-size:13px;display:grid}.files-upload-progress progress{width:100%}.files-upload-rejections{color:#991b1b;gap:6px;font-size:13px;display:grid}.files-upload-rejections p,.files-analysis-list p,.files-analysis-list ul{margin:0}.files-row-menu,.files-secondary-menu,.files-more-details,.files-row-menu[open],.files-secondary-menu[open],.files-more-details[open]{z-index:20;position:relative}.pdf-fullscreen-backdrop,.file-preview-fullscreen-backdrop,.files-preview-fullscreen-backdrop,.files-preview-modal-backdrop,.file-preview-modal-backdrop{z-index:10000;position:fixed;inset:0}.pdf-fullscreen-modal,.file-preview-fullscreen-modal,.files-preview-fullscreen-modal,.files-preview-modal,.file-preview-modal{z-index:10001;position:fixed}.roles-section-container{flex-direction:column;gap:24px;display:flex}.role-card-grid{flex-wrap:wrap;gap:20px;margin-bottom:20px;display:flex}.role-form-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;flex:300px;align-items:flex-start;gap:16px;padding:24px;transition:all .2s;display:flex;box-shadow:0 1px 3px #00000005}.role-form-card-editing{border:2px solid #d4af37;box-shadow:0 0 0 3px #d4af3726}.role-form-card h3{color:#1e293b;margin:0;font-size:17px;font-weight:700}.role-form-field{color:#475569;flex-direction:column;gap:6px;width:100%;font-size:13px;font-weight:600;display:flex}.role-form-field input,.role-form-field textarea{background:#fff;border:1px solid #cbd5e1;border-radius:8px;width:100%;padding:10px 12px;font-family:inherit;font-size:14px;transition:border-color .18s,box-shadow .18s}.role-form-field input:focus,.role-form-field textarea:focus{border-color:#111827;outline:none;box-shadow:0 0 0 3px #11182714}.role-form-field textarea{resize:vertical;min-height:70px}.role-assign-cell-container{flex-direction:column;gap:8px;display:flex}.role-assign-grid{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.role-member-checkbox-label{cursor:pointer;-webkit-user-select:none;user-select:none;background:#fff;border:1px solid #cbd5e1;border-radius:100px;align-items:center;gap:6px;padding:4px 10px;font-size:13px;font-weight:500;transition:all .18s;display:inline-flex}.role-member-checkbox-label:hover{background:#f8fafc;border-color:#94a3b8}.role-member-checkbox-label-active{color:#0369a1;background:#e0f2fe;border-color:#38bdf8}.role-member-checkbox-label input{cursor:pointer;margin:0}.role-badge-assigned-list{flex-wrap:wrap;gap:6px;display:flex}.role-badge-assigned{color:#475569;background:#f1f5f9;border:1px solid #cbd5e1;border-radius:4px;padding:2px 8px;font-size:12px;font-weight:600}.profile-context-switcher{gap:8px;display:grid}.profile-context-option{text-align:left;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:12px;grid-template-columns:30px minmax(0,1fr) auto;align-items:center;gap:10px;width:100%;padding:10px;transition:background .12s,border-color .12s;display:grid}.profile-context-option:hover:not(.profile-context-option-active){background:#f9fafb;border-color:#d1d5db}.profile-context-option>span:first-child{background:#f3f4f6;border-radius:10px;place-items:center;width:30px;height:30px;display:inline-grid}.profile-context-option strong,.profile-context-option small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.profile-context-option small{color:var(--muted);font-size:12px}.profile-context-option-active{background:#f8fafc;border-color:#111827}.profile-context-option-active>span:first-child{color:#fff;background:#111827}.profile-context-check{color:#111827;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}@media (width<=560px){.floating-chat-container{width:calc(100vw - 20px);height:min(640px,100vh - 96px);bottom:78px;right:10px}.floating-chat-trigger{bottom:16px;right:16px}}.follow-up-panel{background:#f7f8fa;grid-template-rows:auto 1fr;gap:14px;min-width:0;height:100%;padding:18px;display:grid;overflow:auto}.follow-up-header{justify-content:space-between;align-items:flex-start;gap:16px;min-width:0;display:flex}.follow-up-header h1{color:#171717;letter-spacing:0;margin:4px 0 0;font-size:25px;line-height:1.15}.follow-up-header p{max-width:780px;color:var(--muted);text-overflow:ellipsis;white-space:nowrap;margin:5px 0 0;font-size:13px;line-height:1.45;overflow:hidden}.follow-up-back{color:#475569;cursor:pointer;background:0 0;border:0;align-items:center;gap:6px;min-height:30px;padding:0;font-size:12px;font-weight:800;display:inline-flex}.follow-up-back:hover{color:#111827}.follow-up-header-actions,.follow-up-draft-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.follow-up-header-actions .primary-button,.follow-up-header-actions .secondary-button,.follow-up-draft-actions .primary-button,.follow-up-draft-actions .secondary-button,.follow-up-generate{border-radius:8px;min-height:34px;padding-inline:13px;font-size:12px;font-weight:850}.follow-up-workspace{grid-template-columns:minmax(280px,320px) minmax(460px,1fr) minmax(280px,330px);align-items:start;gap:14px;min-width:0;min-height:0;display:grid}.follow-up-controls,.follow-up-draft,.follow-up-context,.follow-up-empty-card{border:1px solid var(--outline);background:#fff;border-radius:8px;min-width:0}.follow-up-controls,.follow-up-draft,.follow-up-context{align-content:start;gap:12px;padding:14px;display:grid}.follow-up-section-heading{gap:3px;display:grid}.follow-up-section-heading span{color:#64748b;letter-spacing:.04em;text-transform:uppercase;font-size:11px;font-weight:850}.follow-up-section-heading strong{color:#171717;font-size:14px;line-height:1.25}.follow-up-field{gap:6px;min-width:0;display:grid}.follow-up-field>span{color:#475569;font-size:12px;font-weight:800}.follow-up-field input,.follow-up-field select,.follow-up-field textarea{border:1px solid var(--outline);color:#111827;width:100%;min-width:0;font:inherit;background:#fff;border-radius:8px;outline:none;font-size:13px}.follow-up-field input,.follow-up-field select{min-height:38px;padding:0 10px}.follow-up-field textarea{resize:vertical;min-height:88px;padding:10px;line-height:1.45}.follow-up-body-field textarea{resize:vertical;min-height:360px}.follow-up-field input:focus,.follow-up-field select:focus,.follow-up-field textarea:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.follow-up-select-grid,.follow-up-address-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.follow-up-address-grid{grid-template-columns:minmax(180px,.7fr) minmax(260px,1fr)}.follow-up-quick-actions{flex-wrap:wrap;gap:7px;display:flex}.follow-up-quick-actions .ghost-button{border:1px solid var(--outline);border-radius:999px;min-height:30px;font-size:12px;font-weight:800}.follow-up-generate{justify-content:center;width:100%}.follow-up-warning,.follow-up-error,.follow-up-warning-list,.follow-up-safe,.follow-up-notes{border-radius:8px;font-size:12px;line-height:1.4}.follow-up-error{color:#be123c;background:#fff1f2;border:1px solid #fecdd3;margin:0;padding:10px 12px;font-weight:800}.follow-up-warning{color:#9a3412;background:#fff7ed;border:1px solid #fed7aa;align-items:flex-start;gap:8px;padding:10px 12px;font-weight:800;display:flex}.follow-up-notes{color:#1e3a8a;background:#eff6ff;border:1px solid #dbeafe;gap:7px;margin:0;padding:10px 12px 10px 28px;font-weight:700;display:grid}.follow-up-warning-list,.follow-up-safe{color:#7c2d12;background:#fff7ed;border:1px solid #fed7aa;gap:5px;padding:10px 12px;display:grid}.follow-up-safe{color:#166534;background:#f0fdf4;border-color:#bbf7d0}.follow-up-warning-list p,.follow-up-safe p{margin:0}.follow-up-context-list{gap:10px;min-width:0;display:grid}.follow-up-context-message{border:1px solid var(--outline);background:#fff;border-radius:8px;gap:7px;padding:11px;display:grid}.settings-premium-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:4px;display:flex}.settings-premium-header h2{margin:0;font-size:20px}.settings-premium-header p{color:var(--muted);margin:4px 0 0;font-size:.88rem}.settings-badge-pill{color:#8a6010;letter-spacing:.03em;white-space:nowrap;background:#c9962c14;border:1px solid #c9962c47;border-radius:999px;align-items:center;min-height:22px;padding:0 10px;font-size:.74rem;font-weight:800;display:inline-flex}.settings-premium-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}@media (width<=900px){.settings-premium-grid{grid-template-columns:1fr}}.settings-premium-grid-full{grid-column:1/-1}.settings-premium-card{background:#fff;border:1px solid #11111114;border-radius:12px;gap:14px;padding:16px;display:grid}.settings-premium-card h3{align-items:center;gap:8px;margin:0;font-size:15px;display:flex}.settings-premium-card.ai-assistant-card{border:1px solid var(--outline,#e2e8f0);background:var(--surface-card,#fff);border-radius:16px;flex-direction:column;gap:20px;padding:22px 24px;transition:border-color .2s,box-shadow .2s;display:flex;box-shadow:0 4px 20px -2px #0000000a,0 2px 6px -1px #00000005}.settings-premium-card.ai-assistant-card:hover{border-color:var(--outline-strong,#cbd5e1);box-shadow:0 6px 24px -2px #0000000f,0 2px 8px -1px #00000008}.ai-card-header{border-bottom:1px solid var(--outline,#0000000f);justify-content:space-between;align-items:flex-start;gap:12px;padding-bottom:16px;display:flex}.ai-card-header-left{flex:1;align-items:flex-start;gap:12px;min-width:0;display:flex}.ai-header-badge{width:38px;min-width:38px;height:38px;color:var(--brand-gold,#c9962c);background:linear-gradient(135deg,#c9962c26 0%,#f59e0b1a 100%);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;margin-top:2px;display:inline-flex;box-shadow:inset 0 1px 1px #fff6}.ai-card-title{color:var(--ink,#0f172a);letter-spacing:-.01em;margin:0;font-size:1.05rem;font-weight:700;line-height:1.3}.ai-card-subtitle{color:var(--muted,#64748b);margin:3px 0 0;font-size:.8rem;font-weight:450;line-height:1.35}.ai-status-pill{background:var(--surface-muted,#f1f5f9);border:1px solid var(--outline,#e2e8f0);color:var(--ink,#334155);border-radius:20px;flex-shrink:0;align-items:center;gap:6px;padding:4px 10px;font-size:.75rem;font-weight:600;display:inline-flex}.ai-status-dot{background:#22c55e;border-radius:50%;width:6px;height:6px;box-shadow:0 0 6px #22c55e99}.settings-field-legend{color:var(--ink,#1e293b);margin-bottom:2px;padding:0;font-size:.84rem;font-weight:650}.settings-segmented-control.ai-segmented-control{border:1px solid var(--outline,#e2e8f0);background:var(--surface-muted,#f8fafc);box-sizing:border-box;border-radius:12px;align-items:center;gap:4px;width:100%;padding:4px;display:flex}.settings-segmented-control.ai-segmented-control .settings-segment{min-width:0;height:38px;color:var(--muted,#64748b);cursor:pointer;box-sizing:border-box;border-radius:9px;flex:1;justify-content:center;align-items:center;gap:5px;padding:0 8px;font-size:.82rem;font-weight:600;transition:all .18s cubic-bezier(.16,1,.3,1);display:inline-flex}.settings-segmented-control.ai-segmented-control .segment-label{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.settings-segmented-control.ai-segmented-control .settings-segment:hover{background:var(--surface-hover,#0000000a);color:var(--ink,#0f172a)}.settings-segmented-control.ai-segmented-control .settings-segment.is-selected{background:var(--surface-card,#fff);color:var(--ink,#0f172a);border:1px solid var(--outline,#0000000f);font-weight:700;box-shadow:0 2px 8px #00000014,0 1px 2px #0000000a}.settings-segmented-control.ai-segmented-control .segment-icon{opacity:.75;flex-shrink:0;transition:opacity .18s,transform .18s}.settings-segmented-control.ai-segmented-control .settings-segment.is-selected .segment-icon{opacity:1;color:var(--brand-gold,#c9962c)}.ai-prompt-console-wrapper{background:var(--surface-muted,#f8fafc);border:1px solid var(--outline,#e2e8f0);border-radius:14px;flex-direction:column;gap:12px;padding:16px;display:flex}.ai-prompt-field{flex-direction:column;gap:8px;display:flex}.ai-prompt-header{justify-content:space-between;align-items:center;gap:8px;display:flex}.ai-prompt-title-group{color:var(--ink,#0f172a);cursor:pointer;align-items:center;gap:6px;font-size:.85rem;font-weight:650;display:flex}.ai-prompt-title-icon{color:var(--muted,#64748b);flex-shrink:0}.ai-char-badge{color:var(--muted,#64748b);background:var(--surface-card,#fff);border:1px solid var(--outline,#e2e8f0);white-space:nowrap;border-radius:10px;padding:2px 8px;font-size:.75rem;font-weight:600}.ai-char-badge[data-near-limit=true]{color:#ef4444;background:#ef44440d;border-color:#ef44444d}.ai-prompt-textarea{border:1px solid var(--outline,#e2e8f0);background:var(--surface-card,#fff);width:100%;min-height:90px;color:var(--ink,#0f172a);resize:vertical;box-sizing:border-box;border-radius:10px;padding:10px 14px;font-size:.86rem;line-height:1.5;transition:border-color .15s,box-shadow .15s;box-shadow:inset 0 1px 2px #00000005}.ai-prompt-textarea:focus{border-color:var(--brand-gold,#c9962c);outline:none;box-shadow:0 0 0 3px #c9962c26}.ai-chips-container{flex-direction:column;gap:6px;margin-top:2px;display:flex}.ai-chips-label{color:var(--muted,#64748b);font-size:.75rem;font-weight:600}.ai-chips-list{flex-wrap:wrap;gap:6px;display:flex}.ai-prompt-chip{background:var(--surface-card,#fff);border:1px solid var(--outline,#e2e8f0);color:var(--ink,#334155);cursor:pointer;border-radius:20px;align-items:center;gap:5px;padding:4px 11px;font-size:.76rem;font-weight:550;transition:all .15s;display:inline-flex}.ai-prompt-chip:hover{background:var(--surface-hover,#f1f5f9);border-color:var(--brand-gold,#c9962c);color:var(--brand-gold,#c9962c);transform:translateY(-1px);box-shadow:0 2px 6px #0000000a}.ai-prompt-chip .chip-plus{color:var(--muted,#64748b);font-size:.82rem;font-weight:700}.ai-prompt-chip:hover .chip-plus{color:var(--brand-gold,#c9962c)}.ai-threshold-row{background:var(--surface-muted,#f8fafc);border:1px solid var(--outline,#e2e8f0);border-radius:12px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;display:flex}.ai-threshold-label-group{flex:1;align-items:flex-start;gap:10px;min-width:200px;display:flex}.ai-threshold-icon{color:var(--muted,#64748b);flex-shrink:0;margin-top:2px}.ai-threshold-info{cursor:pointer;flex-direction:column;display:flex}.ai-threshold-info>span{color:var(--ink,#0f172a);font-size:.85rem;font-weight:650}.ai-threshold-desc{color:var(--muted,#64748b);margin:1px 0 0;font-size:.75rem}.ai-threshold-controls{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.ai-threshold-presets{background:var(--surface-card,#fff);border:1px solid var(--outline,#e2e8f0);border-radius:8px;align-items:center;gap:4px;padding:3px;display:flex}.ai-preset-btn{color:var(--muted,#64748b);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:3px 9px;font-size:.75rem;font-weight:600;transition:all .15s}.ai-preset-btn:hover{color:var(--ink,#0f172a);background:var(--surface-hover,#0000000a)}.ai-preset-btn.is-selected{background:var(--brand-gold,#c9962c);color:#fff;font-weight:700}.ai-threshold-input-wrapper{background:var(--surface-card,#fff);border:1px solid var(--outline,#e2e8f0);border-radius:8px;align-items:center;gap:6px;padding:4px 10px;display:flex}.ai-threshold-input{width:44px;color:var(--ink,#0f172a);text-align:center;background:0 0;border:none;font-size:.85rem;font-weight:700}.ai-threshold-input:focus{outline:none}.ai-threshold-unit{color:var(--muted,#64748b);font-size:.78rem;font-weight:600}.settings-premium-field{gap:6px;display:grid}.settings-premium-field>span{font-size:.88rem;font-weight:700}.settings-premium-field textarea{resize:vertical;min-height:80px}.settings-card-subgroup{gap:8px;display:grid}.settings-card-subgroup h4{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;margin:0;font-size:13px;font-weight:700}.settings-brief-grid{gap:8px;display:grid}.settings-brief-item{background:#fff;border:1px solid #11111114;border-radius:8px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:10px 12px;display:grid}.settings-brief-checkbox{align-items:center;gap:8px;min-width:0;font-size:.9rem;font-weight:700;display:flex}.settings-brief-checkbox input[type=checkbox]{accent-color:#111;flex-shrink:0;width:18px;height:18px}.settings-brief-time{white-space:nowrap;align-items:center;gap:8px;display:flex}.settings-brief-time>span{color:var(--muted);font-size:13px}.settings-brief-time input[type=time]{width:112px;min-height:36px}.settings-info-row input[type=checkbox]{appearance:none;background:var(--outline-strong);cursor:pointer;vertical-align:middle;border:0;border-radius:10px;outline:none;width:40px;height:20px;min-height:20px;transition:background-color .2s;display:inline-block;position:relative}.settings-info-row input[type=checkbox]:before{content:"";background:#fff;border-radius:50%;width:16px;height:16px;transition:transform .2s cubic-bezier(.4,0,.2,1);position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #00000026}.settings-info-row input[type=checkbox]:checked{background:var(--brand-gold)}.settings-info-row input[type=checkbox]:checked:before{transform:translate(20px)}.settings-info-row input[type=checkbox]:disabled{opacity:.5;cursor:not-allowed}.settings-info-row input[type=checkbox]:focus-visible{box-shadow:0 0 0 2px var(--brand-gold-border)}@media (width<=1180px){.settings-panel{height:auto;overflow:visible}.settings-shell{grid-template-columns:1fr;overflow:visible}.settings-category-list{display:flex;overflow-x:auto}.settings-category-button{flex:none}.settings-detail{max-height:none;overflow:visible}}@media (width<=760px){.settings-panel{border-radius:10px;padding:14px}.settings-header{display:grid}.settings-category-list{display:none}.settings-category-select{display:grid}.settings-card{padding:14px}.settings-section-heading-row,.settings-info-row,.settings-integration-control-row,.settings-inline-form,.settings-inline-form-wide{grid-template-columns:1fr}.settings-account-row{align-items:start}.settings-account-actions,.settings-card-actions,.settings-form-actions,.settings-connect-actions,.settings-data-actions,.settings-integration-select,.settings-integration-input{width:100%}.settings-toggle-switch{justify-self:start}.settings-account-actions .primary-button,.settings-account-actions .secondary-button,.settings-account-actions .ghost-button,.settings-connect-actions .secondary-button,.settings-data-actions .secondary-button,.settings-card-actions .ghost-button,.settings-form-actions .primary-button,.settings-form-actions .ghost-button{justify-content:center;width:100%}.settings-toggle-row small,.settings-account-title strong,.settings-account-main p,.settings-account-main small{white-space:normal}.settings-panel .brief-schedule-row{grid-template-columns:1fr}}.settings-panel{background:#fff;border:1px solid #11111114;border-radius:8px;grid-template-rows:auto minmax(0,1fr);align-content:start;gap:24px;height:100%;min-height:0;padding:24px;display:grid;overflow:auto}.settings-panel h1,.settings-panel p{margin:0}.settings-panel p{color:var(--muted)}.settings-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.settings-header h1{font-size:26px;line-height:1.15}.settings-field{border:0;gap:10px;min-width:0;margin:0;padding:0;display:grid}.settings-field>span,.settings-field legend{color:var(--ink);padding:0;font-size:13px;font-weight:700}.settings-segmented-control{box-sizing:border-box;border:1px solid var(--outline,#e2e8f0);background:var(--surface-muted,#f8fafc);border-radius:10px;align-items:center;gap:3px;width:100%;padding:3px;display:flex}.settings-segment{height:34px;min-height:34px;max-height:34px;color:var(--muted,#64748b);cursor:pointer;white-space:nowrap;-webkit-user-select:none;user-select:none;box-sizing:border-box;background:0 0;border:0;border-radius:7px;flex:1;justify-content:center;align-items:center;margin:0;padding:0 12px;font-size:13px;font-weight:600;transition:background-color .15s,color .15s,box-shadow .15s;display:inline-flex}.settings-segment:hover{background:var(--surface-hover,#0000000a);color:var(--ink,#0f172a)}.settings-segment.is-selected{background:var(--surface-card,#fff);color:var(--ink,#0f172a);font-weight:700;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.settings-field textarea{border-radius:8px;min-height:132px;line-height:1.5}.settings-section{gap:12px;display:grid}.settings-section h2,.settings-section p{margin:0}.settings-section h2{font-size:16px;line-height:1.25}.settings-save-button{white-space:nowrap}.settings-error{color:var(--danger);font-weight:700}.settings-success{color:#1f6f43;font-weight:700}.settings-loading{font-weight:700}.settings-panel{background:#fbfbfc;border:1px solid #11111114;border-radius:12px;gap:18px;padding:20px;overflow:hidden}.settings-header{align-items:center;padding:2px 2px 0}.settings-header h1{font-size:24px}.settings-header p{margin-top:4px;font-size:.92rem}.settings-shell{grid-template-columns:220px minmax(0,1fr);align-items:start;gap:20px;width:100%;min-height:0;display:grid;overflow:visible}.settings-category-list{background:#fff;border:1px solid #11111114;border-radius:14px;gap:6px;min-width:0;padding:6px;display:grid;overflow:hidden}.settings-category-button{width:100%;min-width:0;min-height:40px;color:var(--muted);text-align:left;background:0 0;border:0;border-radius:10px;justify-content:flex-start;align-items:center;gap:10px;padding:0 10px;font-weight:800;transition:background .14s,color .14s;display:flex;overflow:hidden}.settings-category-button svg{flex:none}.settings-category-button span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.settings-category-button.is-selected{color:#fff;background:#111}.settings-category-select{min-width:0;color:var(--muted);gap:8px;font-size:.8rem;font-weight:800;display:none}.settings-category-select select,.settings-field select{border:1px solid var(--outline);min-height:40px;color:var(--ink);font:inherit;background:#fff;border-radius:10px;padding:0 12px}.settings-field small{color:var(--muted);font-size:.78rem}.settings-detail{min-width:0;min-height:0;max-height:calc(100vh - 132px);padding-right:2px;overflow:auto}.settings-card-stack{gap:12px;display:grid}.settings-card{background:#fff;border:1px solid #11111114;border-radius:12px;gap:14px;padding:16px;display:grid}.settings-card-tight{gap:8px}.settings-card h2,.settings-card h3{margin:0;line-height:1.25}.settings-card h2{font-size:18px}.settings-card h3{font-size:15px}.contact-ticket-list{gap:12px;display:grid}.contact-ticket-row{border:1px solid var(--border);cursor:pointer;border-radius:8px;padding:14px;transition:border-color .15s,box-shadow .15s}.contact-ticket-row:hover,.contact-ticket-row:focus-visible,.contact-ticket-row-open{border-color:#1111112e;outline:none;box-shadow:0 8px 24px #11111114}.contact-ticket-heading{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.contact-ticket-heading strong,.contact-ticket-heading small{display:block}.contact-ticket-answer{background:var(--surface-muted);border:1px solid var(--border);border-radius:8px;margin-top:12px;padding:12px}.contact-ticket-detail{border-top:1px solid var(--border);gap:12px;margin-top:12px;padding-top:12px;display:grid}.contact-ticket-detail>div{gap:6px;display:grid}.contact-ticket-detail p,.contact-ticket-detail small{margin:0}.settings-card p,.settings-card small{color:var(--muted);margin:0}.settings-section-heading-row,.settings-card-actions,.settings-form-actions,.settings-connect-actions,.settings-data-actions{align-items:center;gap:10px;display:flex}.settings-section-heading-row{justify-content:space-between;align-items:flex-start}.settings-card-actions,.settings-form-actions,.settings-connect-actions,.settings-data-actions{flex-wrap:wrap}.settings-row-list,.settings-toggle-list,.settings-info-list{gap:10px;display:grid}.personalization-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.personalization-about-fields{border:1px solid var(--outline);background:var(--surface-muted,#f7f7f7);border-radius:12px;gap:18px;padding:20px;display:grid}.personalization-profile-field{color:var(--ink);gap:8px;font-weight:650;display:grid}.personalization-profile-field input,.personalization-profile-field textarea{box-sizing:border-box;border:1px solid var(--outline);background:var(--surface,#fff);width:100%;color:var(--ink);font:inherit;border-radius:10px;padding:13px 15px;font-weight:400;transition:border-color .18s,box-shadow .18s,background .18s}.personalization-profile-field textarea{resize:vertical;min-height:118px}.personalization-profile-field input:focus,.personalization-profile-field textarea:focus{border-color:var(--brand-gold,#c9962c);outline:none;box-shadow:0 0 0 3px #c9962c2e}.personalization-profile-field small{color:var(--muted);justify-self:end;font-size:.75rem;font-weight:500}.personalization-loading{background:var(--surface-muted,#f7f7f7);border-radius:8px;align-items:center;gap:9px;padding:10px 12px;display:flex}.personalization-loading>span{border:2px solid var(--outline);border-top-color:var(--brand-gold,#c9962c);border-radius:999px;flex:none;width:14px;height:14px;animation:.7s linear infinite personalization-spin}@keyframes personalization-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.personalization-loading>span{animation:none}}.personalization-wide{grid-column:1/-1}.personalization-section{gap:20px;display:grid}.style-tone-section{gap:22px;display:grid}.style-tone-header h3{color:var(--ink);margin:0;font-size:1.1rem;font-weight:700}.style-tone-header p{color:var(--muted);margin:4px 0 0;font-size:.85rem}.persona-presets-section{gap:12px;display:grid}.persona-section-header{justify-content:space-between;align-items:center;display:flex}.persona-section-label{text-transform:uppercase;letter-spacing:.05em;color:var(--muted);font-size:.8rem;font-weight:700}.persona-select-fallback{margin:0}.persona-select-fallback select{border:1px solid var(--outline);background:var(--surface);color:var(--ink);border-radius:6px;padding:4px 8px;font-size:.8rem}.persona-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px;display:grid}.persona-grid-card{border:1px solid var(--outline,#0000001f);background:var(--surface,#fff);cursor:pointer;text-align:left;border-radius:12px;outline:none;flex-direction:column;align-items:flex-start;gap:6px;padding:14px;transition:all .18s cubic-bezier(.16,1,.3,1);display:flex;position:relative}.persona-grid-card:hover{border-color:var(--brand-gold,#c9962c);transform:translateY(-2px);box-shadow:0 4px 14px #c9962c1f}.persona-grid-card.is-selected{border-color:var(--brand-gold,#c9962c);background:linear-gradient(135deg, #c9962c14 0%, var(--surface,#fff) 100%);box-shadow:0 0 0 1.5px var(--brand-gold,#c9962c), 0 4px 16px #c9962c26}.persona-card-header{justify-content:space-between;align-items:center;width:100%;display:flex}.persona-icon-badge{background:var(--surface-muted,#0000000a);border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.3rem;line-height:1;display:flex}.persona-grid-card.is-selected .persona-icon-badge{background:#c9962c2e}.persona-check-indicator{background:var(--brand-gold,#c9962c);color:#fff;opacity:0;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;transition:all .18s;display:flex;transform:scale(.6)}.persona-grid-card.is-selected .persona-check-indicator{opacity:1;transform:scale(1)}.persona-card-title{color:var(--ink);font-size:.9rem;font-weight:600}.persona-card-desc{color:var(--muted);font-size:.775rem;line-height:1.35}.tone-characteristics-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.tone-characteristic-card{border:1px solid var(--outline,#0000001f);background:var(--surface-muted,#fafafa);border-radius:12px;flex-direction:column;gap:10px;padding:14px 16px;transition:border-color .18s;display:flex}.tone-characteristic-card:hover{border-color:#c9962c66}.tone-characteristic-header{align-items:center;gap:10px;display:flex}.tone-characteristic-icon{font-size:1.25rem;line-height:1}.tone-characteristic-title{color:var(--ink);font-size:.875rem;font-weight:600;display:block}.tone-characteristic-help{color:var(--muted);font-size:.75rem;display:block}.tone-characteristic-slider{background:var(--surface,#fff);border:1px solid var(--outline,#0000001f);border-radius:8px;gap:3px;padding:3px;display:flex}.tone-slider-step{color:var(--muted);cursor:pointer;text-align:center;background:0 0;border:none;border-radius:6px;flex:1;padding:6px 10px;font-size:.8rem;font-weight:500;transition:all .16s}.tone-slider-step:hover{color:var(--ink);background:#0000000a}.tone-slider-step.is-selected{background:var(--surface-muted,#f0f0f0);color:var(--brand-gold-dark,#966c1b);font-weight:700;box-shadow:0 1px 3px #0000001a}.fast-answers-card{background:linear-gradient(135deg, #c9962c0f 0%, var(--surface,#fff) 100%);border:1px solid #c9962c4d;border-radius:12px;justify-content:space-between;align-items:center;gap:16px;padding:16px 18px;display:flex}.fast-answers-left{align-items:center;gap:12px;display:flex}.fast-answers-icon{background:#c9962c2e;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.2rem;display:flex}.fast-answers-title{color:var(--ink);margin:0;font-size:.925rem;font-weight:600}.fast-answers-desc{color:var(--muted);margin:2px 0 0;font-size:.775rem}.tone-live-preview{border:1px solid var(--outline,#0000001f);background:var(--surface-muted,#f8fafc);border-radius:12px;flex-direction:column;gap:12px;padding:16px 18px;transition:all .2s;display:flex}.tone-preview-header{border-bottom:1px dashed var(--outline,#0000001f);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;padding-bottom:10px;display:flex}.tone-preview-badge{text-transform:uppercase;letter-spacing:.04em;color:var(--brand-gold,#c9962c);align-items:center;gap:7px;font-size:.75rem;font-weight:700;display:flex}.tone-preview-dot{background:var(--brand-gold,#c9962c);width:7px;height:7px;box-shadow:0 0 8px var(--brand-gold,#c9962c);border-radius:50%;animation:2s ease-in-out infinite tone-pulse}@keyframes tone-pulse{0%,to{opacity:.4;transform:scale(.9)}50%{opacity:1;transform:scale(1.1)}}.tone-preview-meta{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.tone-meta-pill{background:var(--surface,#fff);border:1px solid var(--outline,#0000001f);color:var(--muted);border-radius:99px;padding:3px 8px;font-size:.725rem;font-weight:500}.tone-preview-content{color:var(--ink);font-family:inherit;font-size:.85rem;line-height:1.55}.tone-preview-greeting{margin-bottom:6px;font-weight:600}.tone-preview-body{white-space:pre-line;color:var(--ink);margin-bottom:8px}.tone-preview-signoff{color:var(--muted);font-weight:500}.personalization-characteristics{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 18px;display:grid}.personalization-memory-list{gap:10px;display:grid}.personalization-memory-item{border:1px solid var(--outline);background:var(--surface-muted,#fafafa);border-radius:10px;justify-content:space-between;align-items:flex-start;gap:16px;padding:14px;display:flex}.personalization-memory-item>div{gap:4px;display:grid}.personalization-memory-item p{color:var(--ink)}@media (width<=700px){.personalization-form-grid,.personalization-characteristics{grid-template-columns:1fr}.personalization-wide{grid-column:auto}.personalization-memory-item{flex-direction:column;align-items:stretch}}.settings-empty{color:var(--muted);background:#fafafa;border:1px dashed #11111124;border-radius:8px;padding:12px 14px}.settings-scan-summary{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px;display:grid}.settings-scan-status{background:#fafafa;border:1px solid #11111114;border-radius:8px;gap:4px;padding:12px;display:grid}.settings-scan-status span{color:var(--muted);font-size:.82rem}.settings-scan-status strong{text-transform:capitalize}.settings-scan-error{color:#7f1d1d;background:#fff7f6;border:1px solid #b3261e2e;border-radius:8px;gap:4px;padding:12px 14px;display:grid}.settings-scan-error span{color:#7f1d1d}.settings-scan-log-list{gap:8px;display:grid}.settings-scan-log-row{background:#fff;border:1px solid #11111114;border-radius:8px;grid-template-columns:14px minmax(0,1fr);align-items:start;gap:10px;padding:12px;display:grid}.settings-scan-log-dot{background:var(--muted);border-radius:999px;width:10px;height:10px;margin-top:5px}.settings-scan-log-top{justify-content:space-between;gap:12px;min-width:0;display:flex}.settings-scan-log-top strong{overflow-wrap:anywhere;min-width:0}.settings-scan-log-top time{color:var(--muted);flex:none;font-size:.82rem}.settings-scan-log-row p{flex-wrap:wrap;gap:6px;margin-top:4px;display:flex}.settings-scan-log-row p span{color:var(--muted);background:#f5f5f5;border-radius:999px;padding:3px 7px;font-family:IBM Plex Mono,monospace;font-size:.78rem}.settings-sync-log-list{gap:8px;display:grid}.settings-sync-log-row{background:#fff;border:1px solid #11111114;border-left-width:4px;border-radius:8px;gap:9px;padding:12px;display:grid}.settings-sync-log-top{justify-content:space-between;gap:12px;min-width:0;display:flex}.settings-sync-log-top>div{min-width:0}.settings-sync-log-top strong{overflow-wrap:anywhere;min-width:0;display:block}.settings-sync-log-top p,.settings-sync-log-note,.settings-sync-log-error{margin:3px 0 0}.settings-sync-log-top time{color:var(--muted);flex:none;font-size:.82rem}.settings-sync-log-meta{flex-wrap:wrap;gap:6px;display:flex}.settings-sync-log-meta span{color:var(--muted);background:#f5f5f5;border-radius:999px;padding:3px 7px;font-family:IBM Plex Mono,monospace;font-size:.78rem}.settings-sync-log-error{color:#7f1d1d;overflow-wrap:anywhere;background:#fff7f6;border:1px solid #b3261e29;border-radius:8px;padding:10px 12px}.settings-sync-log-note{color:var(--muted);overflow-wrap:anywhere}.settings-profile-avatar{width:48px;height:48px;font-size:1rem}.settings-info-row{border-bottom:1px solid #1111110f;grid-template-columns:minmax(130px,.42fr) minmax(0,1fr);align-items:center;gap:12px;min-height:40px;padding:0 2px;display:grid}.settings-info-row:last-child{border-bottom:0}.settings-info-row span{color:var(--muted);font-size:.84rem;font-weight:800}.settings-info-row strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:.92rem;overflow:hidden}.settings-empty-note,.settings-help-text{color:var(--muted);background:#fafafa;border:1px solid #11111114;border-radius:10px;padding:10px 12px;font-size:.88rem}.settings-beta-note{color:#92400e;background:#fffbeb;border-color:#b453092e}.settings-inline-form{background:#fafafa;border:1px solid #11111114;border-radius:12px;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:12px;display:grid}.settings-inline-form-wide{grid-template-columns:repeat(3,minmax(0,1fr))}.settings-inline-form .settings-form-actions,.settings-help-text{grid-column:1/-1}.settings-account-row{background:#fff;border:1px solid #11111114;border-radius:12px;grid-template-columns:36px minmax(0,1fr) auto;align-items:center;gap:12px;min-width:0;padding:12px;display:grid}.settings-account-icon{width:36px;height:36px;color:var(--muted);background:#f4f4f5;border-radius:12px;justify-content:center;align-items:center;display:inline-flex}.settings-account-main{gap:3px;min-width:0;display:grid}.settings-account-title{flex-wrap:wrap;align-items:center;gap:8px;min-width:0;display:flex}.settings-account-title strong,.settings-account-main p{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.settings-account-main p{color:var(--ink);font-size:.9rem}.settings-account-main small.settings-account-detail{text-overflow:clip;white-space:normal;line-height:1.35;overflow:visible}.settings-account-detail-attention{color:#8a4b0f}.settings-account-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.settings-account-actions .primary-button,.settings-account-actions .secondary-button,.settings-account-actions .ghost-button,.settings-data-actions .secondary-button{white-space:nowrap;border-radius:17px;min-height:34px;padding:0 12px;font-size:.82rem}.settings-danger-button{color:var(--danger)}.settings-danger-button:hover{color:var(--danger);background:#fff1ef}.settings-additional-accounts{gap:8px;margin-top:4px;display:grid}.settings-integration-list{gap:8px;display:grid}.settings-integration-row{min-height:68px}.settings-integration-row-locked{background:#fafafa}.settings-plan-lock{background:#f8fafc;border:1px solid #1111111a;border-radius:10px;justify-content:space-between;align-items:center;gap:12px;padding:12px;display:flex}.settings-plan-lock>div{gap:3px;min-width:0;display:grid}.settings-plan-lock strong{color:var(--ink);font-size:.9rem}.settings-plan-lock span{color:var(--muted);font-size:.84rem;line-height:1.35}.settings-integration-control-row{background:#fff;border:1px solid #11111114;border-radius:12px;grid-template-columns:minmax(0,1fr) minmax(180px,auto);align-items:center;gap:12px;min-width:0;min-height:58px;padding:12px;display:grid}.settings-integration-control-row>div{gap:3px;min-width:0;display:grid}.settings-integration-control-row strong{min-width:0;color:var(--ink);font-size:.92rem}.settings-integration-control-row p{color:var(--muted);font-size:.84rem;line-height:1.35}.settings-integration-select,.settings-integration-input{border:1px solid var(--outline);width:100%;min-height:36px;color:var(--ink);font:inherit;background:#fff;border-radius:18px;padding:0 12px;font-size:.84rem;font-weight:700}.settings-integration-input{border-radius:10px;min-width:min(280px,100%);font-weight:600}.settings-toggle-switch{justify-self:end;width:44px;height:24px;display:inline-flex;position:relative}.settings-toggle-switch input{opacity:0;cursor:pointer;width:100%;height:100%;margin:0;position:absolute;inset:0}.settings-toggle-switch>span{background:#e5e7eb;border:1px solid #1111111f;border-radius:999px;width:100%;height:100%;transition:background .14s,border-color .14s}.settings-toggle-switch>span:after{content:"";background:#fff;border-radius:999px;width:18px;height:18px;transition:transform .14s;position:absolute;top:3px;left:3px;box-shadow:0 1px 2px #1113}.settings-toggle-switch input:checked+span{background:#111;border-color:#111}.settings-toggle-switch input:checked+span:after{transform:translate(20px)}.settings-toggle-switch input:disabled{cursor:not-allowed}.settings-toggle-switch input:disabled+span,.settings-integration-select:disabled,.settings-integration-input:disabled{cursor:not-allowed;opacity:.55}.settings-additional-accounts h3{color:var(--muted);letter-spacing:.04em;text-transform:uppercase;padding:0 2px;font-size:.78rem}.settings-field-compact{padding:0}.settings-field input,.settings-field textarea,.settings-field select{border-radius:10px}.settings-field textarea{min-height:92px}.settings-small-number-field input{max-width:160px}.settings-toggle-row{background:#fff;border:1px solid #11111114;border-radius:12px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;min-height:48px;padding:10px 12px;display:grid}.settings-toggle-row>span{gap:2px;min-width:0;display:grid}.settings-toggle-row strong{font-size:.9rem}.settings-toggle-row small{text-overflow:ellipsis;white-space:nowrap;font-size:.78rem;overflow:hidden}.settings-toggle-row input{accent-color:#111;width:18px;height:18px;min-height:18px;padding:0}.settings-automation-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.settings-automation-grid h4{margin:0 0 10px;font-size:14px}.settings-danger-zone{background:snow;border-color:#b3261e2e}.settings-danger-action-list{gap:12px;margin-top:16px;display:grid}.settings-danger-action-row{background:#fff;border:1px solid #b3261e29;border-radius:8px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px;padding:14px;display:grid}.settings-danger-action-row strong,.settings-danger-action-row p,.settings-danger-action-row small{margin:0}.settings-danger-action-row p,.settings-danger-action-row small{color:var(--muted);margin-top:4px;font-size:13px;line-height:1.45;display:block}.settings-privacy-confirm-modal{max-width:480px}.settings-privacy-confirm-header,.settings-privacy-confirm-title{align-items:center;display:flex}.settings-privacy-confirm-header{border-bottom:none;justify-content:space-between;gap:16px;padding-bottom:0}.settings-privacy-confirm-title{gap:10px}.settings-privacy-confirm-title h2{margin:0;font-size:18px}.settings-privacy-confirm-icon{width:34px;height:34px;color:var(--danger);background:#b3261e14;border-radius:8px;justify-content:center;align-items:center;display:inline-flex}.settings-privacy-confirm-copy{color:var(--muted);margin:14px 0 0;font-size:14px;line-height:1.5}.settings-confirm-list{color:var(--text);gap:8px;margin:14px 0 0 18px;padding:0;font-size:14px;line-height:1.45;display:grid}.settings-save-button{border-radius:18px;min-height:36px}.settings-panel .brief-schedule-row{grid-template-columns:minmax(140px,1fr) minmax(140px,auto)}.settings-storage-breakdown{margin-top:12px}@media (width<=760px){.settings-header{display:grid}.settings-save-button{width:100%}.settings-danger-action-row{grid-template-columns:1fr}.settings-danger-action-row .ghost-button{width:100%}}.settings-empty{color:var(--muted);margin:0;font-size:13px}.settings-panel{border:1px solid var(--outline);background:var(--surface-muted);box-sizing:border-box;border-radius:16px;gap:20px;padding:24px;overflow:hidden}.settings-shell{grid-template-columns:240px minmax(0,1fr);gap:24px;display:grid}.settings-category-list{border:1px solid var(--outline);background:var(--surface);box-shadow:var(--shadow-sm);border-radius:14px;flex-direction:column;gap:4px;padding:8px;display:flex}.settings-category-button{min-height:42px;color:var(--muted);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:10px;justify-content:flex-start;align-items:center;gap:12px;padding:0 14px;font-size:13.5px;font-weight:600;transition:all .18s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.settings-category-button:hover{background:var(--surface-hover);color:var(--ink)}.settings-category-button.is-selected{background:var(--surface-hover);color:var(--ink);font-weight:700}.settings-category-button.is-selected:before{content:"";background-color:var(--brand-gold);border-radius:0 4px 4px 0;width:4px;position:absolute;top:8px;bottom:8px;left:0}.settings-category-button svg{transition:color .18s}.settings-category-button.is-selected svg{color:var(--brand-gold)}.settings-card{border:1px solid var(--outline);background:var(--surface);box-shadow:var(--shadow-sm);border-radius:16px;gap:18px;padding:24px 28px;transition:all .2s cubic-bezier(.4,0,.2,1);display:grid}.settings-card:hover{box-shadow:var(--shadow-md);transform:translateY(-1px)}.settings-card h2{color:var(--ink);font-size:18px;font-weight:700}.settings-field input:focus,.settings-field textarea:focus,.settings-field select:focus,.input:focus{border-color:var(--brand-gold)!important;outline:none!important;box-shadow:0 0 0 3px #c9962c33!important}.settings-toggle-row input[type=checkbox]{appearance:none;background:var(--outline-strong);cursor:pointer;border:0;border-radius:12px;outline:none;width:44px;height:24px;min-height:24px;transition:background-color .2s;position:relative}.settings-toggle-row input[type=checkbox]:before{content:"";background:#fff;border-radius:50%;width:20px;height:20px;transition:transform .2s cubic-bezier(.4,0,.2,1);position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #00000026}.settings-toggle-row input[type=checkbox]:checked{background:var(--brand-gold)}.settings-toggle-row input[type=checkbox]:checked:before{transform:translate(20px)}.settings-toggle-row input[type=checkbox]:disabled{opacity:.5;cursor:not-allowed}.settings-toggle-row input[type=checkbox]:focus-visible{box-shadow:0 0 0 2px var(--brand-gold-border)}.settings-account-summary{grid-template-columns:56px minmax(0,1fr);align-items:center;gap:16px;display:grid}.settings-account-summary>span:first-child{color:#fff;border:2px solid var(--brand-gold);width:56px;height:56px;box-shadow:var(--shadow-sm);background:linear-gradient(135deg,#171717 0%,#404040 100%);border-radius:50%;justify-content:center;align-items:center;font-size:20px;font-weight:700;display:flex}html[data-needle-theme=dark] .settings-account-summary>span:first-child{background:linear-gradient(135deg, var(--brand-gold) 0%, #b89114 100%);color:#171717;border:2px solid #fff}.settings-container{gap:16px;display:grid}.settings-section{border:1px solid var(--outline);background:var(--surface);box-shadow:var(--shadow-sm);border-radius:16px;gap:16px;padding:24px 28px;display:grid}.settings-section-header{margin-bottom:12px}.settings-section-header h2{color:var(--ink);margin:0 0 4px;font-size:18px;font-weight:700}.settings-section-header p{color:var(--muted);margin:0;font-size:.9rem}.settings-form-row{border:1px solid var(--outline);background:var(--surface);border-radius:12px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;min-height:48px;margin-bottom:8px;padding:12px 14px;transition:all .15s;display:grid}.settings-form-row:hover{border-color:var(--outline-strong)}.settings-label-col{gap:4px;min-width:0;display:grid}.settings-label-col label{color:var(--ink);cursor:pointer;font-size:.9rem;font-weight:700}.settings-label-col .settings-help-text{color:var(--muted);background:0 0;border:0;margin:0;padding:0;font-size:.78rem}.settings-input-col input[type=checkbox]{appearance:none;background:var(--outline-strong);cursor:pointer;border:0;border-radius:12px;outline:none;width:44px;height:24px;min-height:24px;transition:background-color .2s;position:relative}.settings-input-col input[type=checkbox]:before{content:"";background:#fff;border-radius:50%;width:20px;height:20px;transition:transform .2s cubic-bezier(.4,0,.2,1);position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #00000026}@media (width>=1024px){.settings-dashboard-grid{grid-template-columns:repeat(2,1fr)}.settings-dashboard-grid-full{grid-column:span 2}}.smtp-setup-backdrop{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#1118276b}.smtp-setup-modal{border:1px solid var(--outline);background:var(--surface);border-radius:20px;width:min(760px,100vw - 40px);max-height:min(780px,100vh - 40px);display:grid;overflow:auto;box-shadow:0 28px 80px #1118273d}.smtp-setup-header{border-bottom:1px solid var(--outline);justify-content:space-between;align-items:flex-start;gap:20px;padding:26px 28px 22px;display:flex}.smtp-setup-heading{gap:14px;min-width:0;display:flex}.smtp-setup-heading h2,.smtp-setup-form-intro h3{color:var(--ink);margin:0}.smtp-setup-heading h2{margin-top:3px;font-size:22px}.smtp-setup-heading p,.smtp-setup-form-intro p{color:var(--muted);margin:5px 0 0;line-height:1.45}.smtp-setup-icon{width:44px;height:44px;color:var(--brand-gold);background:#c9962c1a;border:1px solid #c9962c47;border-radius:12px;flex:0 0 44px;place-items:center;display:grid}.smtp-setup-eyebrow{color:var(--brand-gold);letter-spacing:.09em;text-transform:uppercase;font-size:11px;font-weight:800}.smtp-setup-tabs{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:18px 28px 0;display:grid}.smtp-setup-tabs>button{border:1px solid var(--outline);background:var(--surface-muted);min-width:0;color:var(--muted);text-align:left;cursor:pointer;border-radius:12px;align-items:center;gap:10px;padding:12px 14px;transition:border-color .18s,background .18s,color .18s;display:flex}.smtp-setup-tabs>button:hover,.smtp-setup-tabs>button.is-active{color:var(--ink);background:#c9962c14;border-color:#c9962c8c}.smtp-setup-tabs>button.is-active{box-shadow:inset 0 0 0 1px #c9962c2e}.smtp-setup-tabs span{gap:2px;display:grid}.smtp-setup-tabs strong{font-size:13px}.smtp-setup-tabs small{color:var(--muted);font-size:11px}.smtp-setup-form{gap:20px;padding:24px 28px 28px;display:grid}.smtp-setup-form-intro h3{font-size:15px}.smtp-setup-form-intro p{font-size:13px}.smtp-setup-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.smtp-setup-grid-advanced{grid-template-columns:repeat(3,minmax(0,1fr))}.smtp-setup-grid-advanced .settings-field:nth-child(-n+3){grid-column:span 1}.smtp-field-label{min-width:0;color:var(--ink);align-items:center;gap:6px;font-size:13px;font-weight:700;display:flex}.smtp-field-help{flex:none;display:inline-flex;position:relative}.smtp-field-help>button{width:20px;height:20px;color:var(--muted);cursor:help;background:0 0;border:0;border-radius:999px;place-items:center;padding:0;transition:background .16s,color .16s;display:inline-grid}.smtp-field-help>button:hover,.smtp-field-help>button:focus-visible{color:var(--brand-gold);background:#c9962c1f;outline:none}.smtp-field-tooltip{z-index:20;border:1px solid var(--outline);background:var(--ink);width:min(270px,100vw - 48px);color:var(--surface);border-radius:10px;padding:10px 12px;font-size:11px;font-weight:500;line-height:1.45;display:none;position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%);box-shadow:0 10px 30px #1118272e}.smtp-field-tooltip:before{border:5px solid #0000;border-bottom-color:var(--ink);content:"";position:absolute;bottom:100%;left:50%;transform:translate(-50%)}.smtp-field-tooltip strong,.smtp-field-tooltip small{color:inherit;font-size:inherit;font-weight:inherit;display:block}.smtp-field-tooltip small{opacity:.72;margin-top:5px}.smtp-field-help:hover .smtp-field-tooltip,.smtp-field-help:focus-within .smtp-field-tooltip{display:block}.smtp-verification{border:1px solid var(--outline);background:var(--surface-muted);border-radius:14px;gap:16px;margin:20px 28px 0;padding:18px;display:grid}.smtp-verification-success{background:#1f6f4312;border-color:#1f6f434d}.smtp-verification-error{background:#b91c1c0f;border-color:#b91c1c40}.smtp-verification-heading{align-items:flex-start;gap:11px;display:flex}.smtp-verification-heading>span{background:var(--surface);width:34px;height:34px;color:var(--brand-gold);border-radius:999px;flex:0 0 34px;place-items:center;display:grid}.smtp-verification-success .smtp-verification-heading>span{color:#1f6f43}.smtp-verification-error .smtp-verification-heading>span{color:var(--danger)}.smtp-verification-heading h3{color:var(--ink);margin:0;font-size:15px}.smtp-verification-heading p{color:var(--muted);margin:4px 0 0;font-size:12px;line-height:1.45}.smtp-verification-checks{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.smtp-verification-checks>div{min-width:0;color:var(--muted);align-items:center;gap:7px;font-size:12px;display:flex}.smtp-verification-checks .is-passed svg{color:#1f6f43}.smtp-verification-checks .is-failed svg{color:var(--danger)}.smtp-verification>.primary-button{justify-self:end}.smtp-sync-progress{border-top:1px solid #1f6f432e;gap:11px;padding-top:15px;display:grid}.smtp-sync-progress-copy{justify-content:space-between;align-items:baseline;gap:16px;display:flex}.smtp-sync-progress-copy strong{color:var(--ink);font-size:13px}.smtp-sync-progress-copy span{color:var(--muted);text-align:right;font-size:11px}.smtp-sync-progress-track{background:#1f6f4321;border-radius:999px;height:8px;position:relative;overflow:hidden}.smtp-sync-progress-track>span{border-radius:inherit;background:linear-gradient(90deg,#1f6f43,#46a46f);width:38%;height:100%;animation:1.35s ease-in-out infinite smtp-sync-travel;display:block}.smtp-sync-progress-complete .smtp-sync-progress-track>span{width:100%;animation:none}.smtp-sync-progress-error .smtp-sync-progress-track{background:#b91c1c1f}.smtp-sync-progress-error .smtp-sync-progress-track>span{background:var(--danger);opacity:.7;width:100%;animation:none}.smtp-sync-progress-counts{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.smtp-sync-progress-counts span{color:var(--muted);align-items:baseline;gap:5px;font-size:10px;display:flex}.smtp-sync-progress-counts strong{color:var(--ink);font-size:14px}@keyframes smtp-sync-travel{0%{transform:translate(-105%)}to{transform:translate(265%)}}.smtp-verification-progress{grid-template-columns:repeat(3,1fr);gap:6px;display:grid}.smtp-verification-progress span{background:#c9962c38;border-radius:999px;height:4px;overflow:hidden}.smtp-verification-progress span:after{border-radius:inherit;background:var(--brand-gold);content:"";width:55%;height:100%;animation:1.1s ease-in-out infinite alternate smtp-verification-pulse;display:block}.smtp-verification-progress span:nth-child(2):after{animation-delay:.16s}.smtp-verification-progress span:nth-child(3):after{animation-delay:.32s}@keyframes smtp-verification-pulse{0%{opacity:.45;transform:translate(-20%)}to{opacity:1;transform:translate(100%)}}@media (prefers-reduced-motion:reduce){.smtp-verification-progress span:after,.smtp-sync-progress-track>span{animation:none}}.smtp-setup-actions{border-top:1px solid var(--outline);align-items:center;padding-top:18px}.smtp-secure-note{color:var(--muted);align-items:center;gap:7px;margin-right:auto;font-size:11px;line-height:1.4;display:inline-flex}.smtp-secure-note svg{color:var(--brand-gold);flex:none}@media (width<=680px){.smtp-setup-modal{border-radius:16px;width:calc(100vw - 24px);max-height:calc(100vh - 24px)}.smtp-setup-header,.smtp-setup-form{padding:20px}.smtp-setup-tabs{grid-template-columns:1fr;padding:16px 20px 0}.smtp-setup-grid,.smtp-setup-grid-advanced{grid-template-columns:1fr}.smtp-setup-actions{align-items:stretch}.smtp-secure-note{width:100%;margin-bottom:4px}.smtp-verification{margin:16px 20px 0}.smtp-verification-checks{grid-template-columns:1fr}.smtp-sync-progress-copy{flex-direction:column;align-items:flex-start;gap:3px}.smtp-sync-progress-copy span{text-align:left}.smtp-sync-progress-counts{grid-template-columns:1fr}}.settings-integration-label{content:"";background:#fff;border-radius:50%;width:20px;height:20px;transition:transform .2s cubic-bezier(.4,0,.2,1);position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #00000026}.settings-input-col input[type=checkbox]:checked{background:var(--brand-gold)}.settings-input-col input[type=checkbox]:checked:before{transform:translate(20px)}.settings-input-col input[type=checkbox]:disabled{opacity:.4;cursor:not-allowed}.settings-input-col input[type=checkbox]:focus-visible{box-shadow:0 0 0 2px var(--brand-gold-border)}.settings-input-col select{border:1px solid var(--outline);background:var(--surface);min-height:36px;color:var(--ink);cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236a6a6a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-position:right 8px center;background-repeat:no-repeat;background-size:14px;border-radius:8px;outline:none;padding:0 32px 0 12px;font-size:13px;font-weight:600;transition:all .15s}.settings-input-col select:hover:not(:disabled){border-color:var(--outline-strong)}.settings-input-col select:focus{border-color:var(--brand-gold);box-shadow:0 0 0 3px #c9962c33}.settings-input-col select:disabled{opacity:.4;cursor:not-allowed}.settings-dashboard-grid{grid-template-columns:1fr;gap:24px;display:grid}@media (width>=1024px){.settings-dashboard-grid{grid-template-columns:repeat(2,1fr)}.settings-dashboard-grid-full{grid-column:span 2}}.settings-dashboard-card{border:1px solid var(--outline);background:var(--surface);box-shadow:var(--shadow-sm);border-radius:16px;flex-direction:column;gap:20px;padding:24px;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex}.settings-dashboard-card:hover{box-shadow:var(--shadow-md);border-color:var(--outline-strong)}.settings-dashboard-card h3{color:var(--ink);align-items:center;gap:8px;margin:0;font-size:16px;font-weight:700;display:flex}.settings-connection-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;display:grid}.settings-connection-btn{border:1px dashed var(--outline);background:var(--surface-muted);color:var(--ink);cursor:pointer;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:16px;font-size:13px;font-weight:600;transition:all .2s;display:flex}.settings-connection-btn:hover:not(:disabled){background:var(--surface-hover);border-color:var(--brand-gold);color:var(--brand-gold)}.settings-connection-btn svg{color:var(--muted);transition:color .2s}.settings-connection-btn:hover:not(:disabled) svg{color:var(--brand-gold)}.settings-account-grid{gap:12px;display:grid}.settings-card-header-with-actions{border-bottom:1px solid var(--outline);justify-content:space-between;align-items:center;margin-bottom:8px;padding-bottom:12px;display:flex}.settings-dashboard-description{color:var(--muted);margin:0;font-size:13px}.settings-integration-subgrid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:12px;display:grid}.settings-integration-row{background:var(--surface-muted);border:1px solid var(--outline);border-radius:12px;padding:12px 16px;transition:all .2s}.settings-integration-row:hover{border-color:var(--outline-strong);background:var(--surface)}.settings-integration-info{flex-direction:column;gap:2px;display:flex}.settings-integration-label{color:var(--ink);font-size:14px;font-weight:600}.settings-integration-status{color:var(--muted);font-size:12px}.settings-blocked-rules-list{flex-direction:column;gap:12px;margin-top:16px;display:flex}.settings-blocked-rule-row{border:1px solid var(--outline);background:var(--surface);border-radius:10px;justify-content:space-between;align-items:center;padding:14px 18px;transition:all .15s;display:flex}.settings-blocked-rule-row:hover{border-color:var(--outline-strong);box-shadow:0 2px 4px #00000005}.settings-blocked-rule-info{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.blocked-badge{text-transform:uppercase;border-radius:6px;padding:3px 8px;font-size:11px;font-weight:700}.blocked-badge-sender{color:#0369a1;background:#e0f2fe;border:1px solid #bae6fd}.blocked-badge-domain{color:#6b21a8;background:#f3e8ff;border:1px solid #e9d5ff}.blocked-rule-value{color:var(--ink);font-family:monospace;font-size:14px}.blocked-rule-account{color:var(--muted);font-size:13px}.blocked-rule-action{color:var(--muted);background:var(--surface-muted);border:1px solid var(--outline);border-radius:4px;padding:2px 8px;font-size:12px}.blocked-unblock-btn{align-items:center;gap:6px;padding:6px 12px;font-size:13px;display:inline-flex}.settings-integrations-columns{grid-template-columns:1fr;gap:24px;display:grid}@media (width>=1024px){.settings-integrations-columns{grid-template-columns:repeat(2,1fr)}}.settings-shortcut-search-container{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:12px;display:flex}.settings-shortcut-search-input-shell{width:100%;max-width:320px;position:relative}.settings-shortcut-search-input-shell input{border:1px solid var(--outline);background:var(--surface);width:100%;color:var(--ink);border-radius:8px;padding:8px 12px 8px 36px;font-size:14px;transition:border-color .2s,box-shadow .2s}.settings-shortcut-search-input-shell .search-icon{color:var(--muted);pointer-events:none;align-items:center;display:flex;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.settings-shortcut-categories{flex-direction:column;gap:24px;margin-top:16px;display:flex}.settings-shortcut-category-title{color:var(--brand-gold);text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--outline);margin-bottom:12px;padding-bottom:6px;font-size:14px;font-weight:700}.settings-shortcut-grid{grid-template-columns:repeat(2,1fr);gap:12px 24px;display:grid}@media (width<=768px){.settings-shortcut-grid{grid-template-columns:1fr;gap:8px}}.settings-shortcut-row{border-bottom:1px dashed var(--outline);justify-content:space-between;align-items:center;padding:6px 0;display:flex}.settings-shortcut-row:last-child{border-bottom:none}.settings-shortcut-label{color:var(--ink-secondary,var(--ink));flex-direction:column;padding-right:12px;font-size:13px;display:flex}.settings-shortcut-disabled-reason{color:var(--muted);margin-top:2px;font-size:11px}.settings-shortcut-kbd-group{flex-shrink:0;align-items:center;gap:6px;display:flex}.settings-shortcut-kbd{border:1px solid var(--outline);background:var(--surface-muted,#ffffff0d);color:var(--ink);font-size:11px;font-family:var(--font-mono,monospace);border-radius:4px;padding:3px 6px;box-shadow:0 1px 1px #0000001a}.settings-shortcut-alt{color:var(--muted);font-size:11px}.settings-shortcut-alt kbd{border:1px solid var(--outline);background:var(--surface-muted,#ffffff08);color:var(--muted);font-size:10px;font-family:var(--font-mono,monospace);border-radius:3px;padding:2px 4px}.settings-panel :where(button,a.primary-button,a.secondary-button,a.ghost-button,a.danger-button){border-radius:6px}@media (width<=1280px){.settings-account-row{grid-template-columns:36px minmax(0,1fr);align-items:start}.settings-account-actions{grid-column:1/-1;justify-content:flex-start;margin-top:8px}}.gmail-smtp-backdrop{z-index:1300;padding:24px;overflow-y:auto}.gmail-smtp-modal{border:1px solid var(--border);background:var(--surface);width:min(760px,100%);max-height:calc(100vh - 48px);color:var(--text);border-radius:20px;margin:auto;overflow-y:auto}.gmail-smtp-header,.gmail-smtp-heading,.gmail-smtp-form-actions{align-items:center;display:flex}.gmail-smtp-header{z-index:2;border-bottom:1px solid var(--border);background:var(--surface);justify-content:space-between;gap:20px;padding:22px 24px;position:sticky;top:0}.gmail-smtp-heading{align-items:flex-start;gap:14px}.gmail-smtp-heading h2{margin:3px 0 5px;font-size:1.25rem}.gmail-smtp-heading p{color:var(--muted);margin:0;line-height:1.5}.gmail-smtp-icon{background:color-mix(in srgb, #4285f4 12%, var(--surface));color:#4285f4;border-radius:12px;flex:0 0 42px;place-items:center;width:42px;height:42px;display:grid}.gmail-smtp-body{gap:20px;padding:24px;display:grid}.gmail-smtp-steps{gap:13px;margin:0;padding:0;list-style:none;display:grid}.gmail-smtp-steps li{border:1px solid var(--border);border-radius:14px;gap:12px;padding:14px;display:flex}.gmail-smtp-steps li>span{background:var(--primary);color:#fff;border-radius:50%;flex:0 0 28px;place-items:center;width:28px;height:28px;font-weight:700;display:grid}.gmail-smtp-steps strong{margin:3px 0 4px;display:block}.gmail-smtp-steps p{color:var(--muted);margin:0;line-height:1.45}.gmail-smtp-link{align-items:center;gap:7px;width:fit-content;margin-top:10px;text-decoration:none;display:inline-flex}.gmail-smtp-form{border:1px solid var(--border);border-radius:14px;grid-template-columns:1fr 1fr;gap:16px;padding:18px;display:grid}.gmail-smtp-form .settings-error,.gmail-smtp-form-actions{grid-column:1/-1}.gmail-smtp-form .settings-field small{color:var(--muted)}.gmail-smtp-form-actions{justify-content:flex-end;gap:10px}.gmail-smtp-form-actions>span{color:var(--muted);align-items:center;gap:6px;margin-right:auto;font-size:.85rem;display:inline-flex}.gmail-smtp-footnote{color:var(--muted);margin:0;font-size:.82rem;line-height:1.5}@media (width<=640px){.gmail-smtp-backdrop{padding:0}.gmail-smtp-modal{border:0;border-radius:0;min-height:100vh;max-height:100vh}.gmail-smtp-header,.gmail-smtp-body{padding:18px}.gmail-smtp-form{grid-template-columns:1fr}.gmail-smtp-form-actions{flex-direction:column;align-items:stretch}.gmail-smtp-form-actions>span{margin-right:0}}.calendar-left-sidebar{background:#fff;border-right:1px solid #11111114;flex-direction:column;gap:20px;height:100%;padding-right:16px;display:flex}.calendar-left-sidebar .calendar-sidebar-create-btn{color:#3c4043;cursor:pointer;background:#fff;border:1px solid #dadce0;border-radius:24px;justify-content:center;align-self:flex-start;align-items:center;gap:12px;min-height:48px;margin-bottom:8px;padding:0 24px;font-size:14px;font-weight:700;transition:box-shadow .15s,background-color .15s;display:flex;box-shadow:0 1px 3px #3c40434d,0 4px 8px 3px #3c404326}.calendar-left-sidebar .calendar-sidebar-create-btn:hover{background-color:#f8f9fa;box-shadow:0 1px 3px #3c40434d,0 4px 12px 4px #3c404326}.calendar-left-sidebar .calendar-sidebar-create-btn svg{width:20px;height:20px}.mini-calendar{flex-direction:column;gap:12px;padding:4px;display:flex}.mini-calendar-header{justify-content:space-between;align-items:center;padding:0 4px;display:flex}.mini-calendar-header span{color:#3c4043;font-size:13.5px;font-weight:700}.mini-calendar-nav{gap:4px;display:flex}.mini-calendar-nav-btn{color:#5f6368;cursor:pointer;background:0 0;border:0;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.mini-calendar-nav-btn:hover{color:#1a73e8;background-color:#f1f3f4}.mini-calendar-weekdays,.mini-calendar-grid{text-align:center;grid-template-columns:repeat(7,1fr);display:grid}.mini-calendar-weekdays{color:#70757a;margin-bottom:4px;font-size:11px;font-weight:700}.mini-calendar-grid{row-gap:4px}.mini-calendar-cell{color:#3c4043;cursor:pointer;background:0 0;border:0;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;margin:0 auto;font-size:11px;font-weight:600;transition:background-color .1s;display:flex}.mini-calendar-cell:hover{background-color:#f1f3f4}.mini-calendar-cell.muted{color:silver}.mini-calendar-cell.active{font-weight:700;color:#fff!important;background-color:#1a73e8!important}.mini-calendar-cell.today:not(.active){color:#1a73e8;border:1px solid #1a73e8}.time-grid-scroll-area{background:#fff;border:1px solid #11111114;border-radius:12px;flex-direction:column;flex:1;min-height:0;display:flex;overflow-y:auto}.time-grid-header{z-index:10;background:#fff;border-bottom:1px solid #f1f3f4;flex-shrink:0;display:flex;position:sticky;top:0}.time-grid-header-axis{color:#70757a;text-overflow:ellipsis;word-break:break-all;text-align:center;border-right:1px solid #f1f3f4;flex-shrink:0;justify-content:center;align-items:flex-end;width:65px;padding-bottom:8px;font-size:10px;font-weight:700;line-height:1.3;display:flex;overflow:hidden}.time-grid-header-columns{flex-grow:1;display:flex}.time-grid-header-col{border-right:1px solid #f1f3f4;flex-direction:column;flex-grow:1;flex-basis:0;align-items:center;min-width:0;padding:10px 0;display:flex;overflow:hidden}.time-grid-allday-events{box-sizing:border-box;width:100%;max-height:80px;padding:4px 8px;overflow-y:auto}.time-grid-header-col.today-header{color:#1a73e8}.time-grid-header-col span{text-transform:uppercase;color:#70757a;font-size:11px;font-weight:700}.time-grid-header-col.today-header span{color:#1a73e8}.time-grid-header-day-badge{border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;margin-top:4px;font-size:16px;font-weight:700;display:flex}.time-grid-header-col.today-header .time-grid-header-day-badge{color:#fff;background-color:#1a73e8}.time-grid-body{flex-shrink:0;width:100%;height:1440px;display:flex;position:relative}.time-grid-axis{background:#fff;border-right:1px solid #f1f3f4;flex-shrink:0;width:65px}.time-grid-hour-label{color:#70757a;justify-content:flex-end;align-items:flex-start;height:60px;margin-top:-6px;padding-right:8px;font-size:10px;font-weight:700;display:flex}.time-grid-cols-container{flex-grow:1;height:100%;display:flex;position:relative}.time-grid-bg-lines{pointer-events:none;flex-direction:column;display:flex;position:absolute;inset:0}.time-grid-horizontal-line{box-sizing:border-box;border-bottom:1px solid #f1f3f4;height:60px}.time-grid-day-column{cursor:pointer;border-right:1px solid #f1f3f4;flex-grow:1;flex-basis:0;height:100%;position:relative}.time-grid-day-column.today-column{background-color:#1a73e804}.time-grid-event{box-sizing:border-box;text-align:left;z-index:2;border-left:3px solid #0000;border-radius:4px;flex-direction:column;gap:2px;padding:4px 6px;font-size:11px;transition:transform .1s,box-shadow .1s;display:flex;position:absolute;left:2px;right:4px;overflow:hidden;box-shadow:0 1px 2px #3c40431a,0 1px 3px 1px #3c40430d}.time-grid-event:hover{z-index:5;transform:scale(1.02);box-shadow:0 2px 6px #3c404326,0 1px 4px 2px #3c40431a}.time-grid-event-title{text-overflow:ellipsis;white-space:nowrap;font-weight:700;overflow:hidden}.time-grid-event-time{opacity:.85;font-size:9.5px;font-weight:700}.time-grid-event-location{opacity:.75;text-overflow:ellipsis;white-space:nowrap;font-size:9.5px;overflow:hidden}.time-grid-now-indicator{z-index:4;pointer-events:none;background-color:#ea4335;height:2px;position:absolute;left:0;right:0}.time-grid-now-circle{background-color:#ea4335;border-radius:50%;width:10px;height:10px;position:absolute;top:-5px;left:-6px}.calendar-modal-backdrop{z-index:999!important}.calendar-details-modal,.calendar-editor{background:#fff!important;border:0!important;border-radius:16px!important;width:448px!important;max-width:90vw!important;padding:24px!important;box-shadow:0 24px 38px 3px #00000024,0 9px 46px 8px #0000001f,0 11px 15px -7px #0003!important}.calendar-modal-heading h2{color:#1f1f1f!important;margin-bottom:4px!important;font-size:22px!important;font-weight:700!important}.calendar-details-list div{margin-bottom:12px!important}.calendar-details-list span{text-transform:uppercase!important;color:#5f6368!important;font-size:11px!important;font-weight:700!important}.calendar-details-list strong{color:#1f1f1f!important;font-size:14px!important}.calendar-meeting-brief{border-top:1px solid #f1f3f4!important;margin-top:16px!important;padding-top:16px!important}.calendar-meeting-brief h3{color:#1a73e8!important;text-transform:uppercase!important;letter-spacing:.8px!important;margin-bottom:12px!important;font-size:12px!important}.calendar-modal-actions,.calendar-editor-actions{border-top:1px solid #f1f3f4!important;justify-content:flex-end!important;gap:12px!important;margin-top:20px!important;padding-top:16px!important;display:flex!important}.status-pill{border-radius:999px;align-items:center;padding:4px 10px;font-size:12px;font-weight:600;display:inline-flex}@keyframes modal-zoom{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.calendar-panel{background:#fff;grid-template-rows:auto minmax(0,1fr);height:100%;min-height:0;display:grid;overflow:hidden}.calendar-header{justify-content:space-between;align-items:center;gap:16px;padding:22px 28px 16px;display:flex}.calendar-header h1{margin:0;font-size:30px;line-height:1.05}.calendar-header p{color:var(--muted);margin:6px 0 0;font-size:14px}.calendar-agenda h2,.calendar-agenda h3,.calendar-editor h2,.calendar-connect h2,.calendar-insights h2,.calendar-board h2{margin:0}.calendar-toolbar{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.calendar-nav-group,.calendar-control-group,.calendar-action-group{align-items:center;gap:8px;display:flex}.calendar-nav-group{background:#fff;border:1px solid #1111111a;border-radius:14px;padding:4px}.calendar-search{color:#8a8a8a;background:#fff;border:1px solid #1111111c;border-radius:12px;grid-template-columns:auto minmax(130px,1fr);align-items:center;gap:10px;width:min(230px,22vw);min-height:42px;padding:0 12px;display:grid}.calendar-search input{min-height:0;color:var(--ink);border:0;border-radius:0;outline:none;padding:0}.calendar-today-button{border-radius:10px;min-width:70px;min-height:36px}.calendar-view-switch{background:#fff;border:1px solid #1111111a;border-radius:12px;grid-template-columns:repeat(4,minmax(66px,1fr));min-height:42px;padding:3px;display:inline-grid}.calendar-view-switch button{color:var(--ink);background:0 0;border:0;border-radius:9px;font-size:13px;font-weight:700}.calendar-view-switch button.active{color:#fff;background:#111;box-shadow:0 5px 12px #1111112e}.calendar-layout{grid-template-columns:240px minmax(0,1fr) minmax(310px,360px);gap:16px;height:100%;min-height:0;padding:0 28px 28px;display:grid}.calendar-main-area{grid-template-rows:minmax(0,1fr);gap:12px;height:100%;min-height:0;display:grid}.calendar-metrics{flex-direction:column;gap:10px;display:flex}.calendar-metric-card{background:#fff;border:1px solid #1111111a;border-radius:10px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;min-height:82px;padding:12px;display:grid;position:relative;overflow:hidden}.calendar-metric-important{border-color:#11111129;box-shadow:0 10px 22px #1111110f}.calendar-metric-empty{color:#707070;background:#fbfbfb}.calendar-metric-icon{border-radius:9px;place-items:center;width:34px;height:34px;display:grid}.calendar-metric-card p{margin:0 0 5px;font-size:12px;font-weight:800}.calendar-metric-card strong{font-size:22px;line-height:1.05;display:block}.calendar-metric-card small{color:var(--muted);margin-top:5px;font-size:12px;display:block}.calendar-metric-action{color:#111;background:#fff;border:1px solid #1111111f;border-radius:8px;align-self:end;min-height:30px;padding:0 10px;font-size:12px;font-weight:800}.calendar-metric-event .calendar-metric-icon{color:#2563eb;background:#eaf3ff}.calendar-metric-followup .calendar-metric-icon{color:#0a9f63;background:#eaf8f0}.calendar-metric-conflict .calendar-metric-icon{color:#ec6b13;background:#fff1e6}.calendar-metric-focus .calendar-metric-icon{color:#6f4f1f;background:#f6eddc}.calendar-board{background:#fff;border:1px solid #1111111a;border-radius:12px;grid-template-rows:auto auto minmax(0,1fr);height:100%;min-height:0;display:grid;overflow:hidden}.calendar-board-heading{justify-content:space-between;align-items:center;gap:12px;min-height:58px;padding:0 16px;display:flex}.calendar-board-heading h2{font-size:20px;line-height:1.2}.calendar-weekdays,.calendar-grid{grid-template-columns:repeat(7,minmax(0,1fr));display:grid}.calendar-weekdays{min-height:30px;color:var(--muted);text-transform:uppercase;border-top:1px solid #11111114;border-bottom:1px solid #11111114;font-size:12px;font-weight:800}.calendar-weekdays span{align-items:center;padding-left:12px;display:grid}.calendar-grid{grid-template-rows:repeat(6,minmax(0,1fr));height:100%;min-height:0}.calendar-day{min-width:0;min-height:0;color:var(--ink);text-align:left;background:#fff;border:1px solid #11111114;border-top:0;border-left:0;border-radius:0;grid-template-rows:auto minmax(0,1fr);align-content:start;gap:7px;padding:9px;transition:background .14s,box-shadow .14s,border-color .14s;display:grid;position:relative;overflow:hidden}.calendar-day:hover{background:#fafafa}.calendar-day-selected{background:#f4fbfb;box-shadow:inset 0 0 0 2px #118282}.calendar-day-today:not(.calendar-day-selected){box-shadow:inset 0 0 0 1px #1111112e}.calendar-day-muted{color:#9b9b9b;background:#fbfbfb}.calendar-day-number{border-radius:999px;place-items:center;width:26px;height:26px;font-weight:800;display:grid}.calendar-day-head{justify-content:space-between;align-items:center;min-width:0;display:flex}.calendar-day-number-today{color:#fff;background:#111}.calendar-day-count{color:#555;text-align:center;background:#f0f0f0;border-radius:999px;min-width:20px;padding:2px 6px;font-size:11px;font-weight:850}.calendar-day-events{flex-direction:column;gap:5px;min-width:0;min-height:0;max-height:100%;display:flex;overflow:hidden}.calendar-event-pill{text-align:left;border:1px solid #0000;border-left-width:3px;border-radius:7px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:2px 6px;min-width:0;max-width:100%;min-height:28px;padding:6px 7px;font-size:11px;font-weight:750;display:grid;overflow:hidden}.calendar-event-time{font-size:10px;font-weight:850}.calendar-event-pill strong,.calendar-event-pill small{text-overflow:ellipsis;white-space:nowrap;min-width:0;max-width:100%;overflow:hidden}.calendar-event-pill small{opacity:.78;background:0 0;border-radius:0;grid-column:2;width:fit-content;margin-top:0;padding:0;font-size:10px}.calendar-more-events{color:#555;text-overflow:ellipsis;white-space:nowrap;background:#f2f2f2;border:0;border-radius:999px;width:fit-content;max-width:100%;padding:3px 7px;font-size:11px;font-weight:800;overflow:hidden}.calendar-more-events:hover{background:#e8e8e8}.calendar-week-event,.calendar-agenda-board-item{text-align:left;border:1px solid #11111114;border-radius:8px;gap:4px;width:100%;padding:10px;display:grid}.calendar-week-event span,.calendar-agenda-board-item span,.calendar-agenda-board-item small{color:var(--muted);font-size:12px}.calendar-agenda-board{border-top:1px solid #11111114;align-content:start;gap:8px;min-height:0;padding:14px;display:grid;overflow:auto}.calendar-side{background:#fcfcfb;border:1px solid #1111111a;border-radius:12px;align-content:start;gap:0;height:100%;min-height:0;display:grid;overflow:auto}.calendar-side-actions .primary-button,.calendar-side-actions .secondary-button{border-radius:12px;min-height:50px}.calendar-agenda,.calendar-editor,.calendar-connect,.calendar-insights{border-bottom:1px solid #11111114;gap:14px;padding:18px;display:grid}.calendar-side-section-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.calendar-side-section-head p{color:var(--muted);margin:4px 0 0;font-size:12px}.calendar-agenda h2{font-size:18px}.calendar-agenda h3{margin:10px 0 0;font-size:14px}.calendar-agenda-list{gap:8px;display:grid}.calendar-agenda-item{width:100%;color:var(--ink);text-align:left;background:#fff;border:1px solid #11111114;border-left-width:3px;border-radius:8px;grid-template-columns:72px minmax(0,1fr);align-items:start;gap:2px 10px;padding:10px;display:grid}.calendar-agenda-item:hover{background:#fbfbfb}.calendar-agenda-item.calendar-event-focused,.calendar-agenda-board-item.calendar-event-focused{border-color:var(--brand-blue,#3b82f6);box-shadow:0 0 0 2px #3b82f62e}.calendar-agenda-item span{color:var(--muted);font-size:13px}.calendar-agenda-item strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.calendar-agenda-item small,.calendar-muted-copy{color:var(--muted);font-size:12px}.calendar-agenda-item small{grid-column:2}.calendar-selected-agenda{border-top:1px solid #11111114;gap:8px;padding-top:10px;display:grid}.calendar-editor label{color:var(--muted);gap:7px;font-size:13px;font-weight:700;display:grid}.calendar-editor-heading{justify-content:space-between;align-items:center;gap:12px;display:flex}.calendar-editor input,.calendar-editor textarea,.calendar-connect input{border-radius:8px}.calendar-editor-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.calendar-checkbox{align-items:center;color:var(--ink)!important;display:flex!important}.calendar-checkbox input{width:18px;min-height:18px}.calendar-editor-actions{justify-content:flex-end;gap:8px;display:flex}.calendar-insight-list{gap:10px;display:grid}.calendar-insight-list button,.calendar-insight-info{color:#5b21b6;text-align:left;background:#fff;border:1px solid #11111114;border-radius:8px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;width:100%;padding:12px;display:grid}.calendar-insight-list button:nth-child(2){color:#087045}.calendar-insight-info{color:#6f4f1f}.calendar-insight-list strong,.calendar-insight-list small,.calendar-insight-info strong,.calendar-insight-info small{display:block}.calendar-insight-list small,.calendar-insight-info small{color:#555;margin-top:3px;font-size:12px}.calendar-insight-list em{color:#333;background:#f2f2f2;border-radius:999px;justify-self:end;padding:4px 8px;font-size:11px;font-style:normal;font-weight:850}.calendar-modal-backdrop{z-index:40;place-items:center;padding:18px;display:grid}.calendar-details-modal,.calendar-day-events-modal{width:min(620px,100%);max-height:min(820px,100vh - 36px);box-shadow:var(--shadow);background:#fff;border:1px solid #1111111a;border-radius:14px;gap:16px;padding:20px;display:grid;overflow:auto}.calendar-day-events-modal{width:min(460px,100%)}.calendar-details-kicker{color:var(--muted);margin:0 0 5px;font-size:13px;font-weight:800}.calendar-modal-heading{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.calendar-modal-heading h2,.calendar-modal-heading p{margin:0}.calendar-modal-heading p{color:var(--muted);margin-top:6px;font-size:14px;line-height:1.45}.calendar-details-list,.calendar-meeting-brief,.calendar-day-detail-list{gap:12px;display:grid}.calendar-details-list>div,.calendar-meeting-brief>div{gap:4px;display:grid}.calendar-details-list span,.calendar-meeting-brief span{color:var(--muted);font-size:12px;font-weight:800}.calendar-details-list p,.calendar-meeting-brief p,.calendar-details-list strong,.calendar-details-list a{color:var(--ink);overflow-wrap:anywhere;margin:0;font-size:14px;line-height:1.45}.calendar-meeting-brief{border-top:1px solid #11111114;padding-top:14px}.calendar-meeting-brief h3{margin:0;font-size:16px}.calendar-brief-person{background:#f3faf7;border:1px solid #0a7d682e;border-radius:8px;padding:10px 12px}.calendar-brief-person strong{font-size:15px}.calendar-modal-actions{justify-content:flex-end;gap:8px;display:flex}.calendar-left-sidebar{overflow-y:auto}.calendar-header-create-btn{justify-content:center;align-items:center;gap:8px;display:inline-flex}@media (width<=1024px){.calendar-left-sidebar{display:none!important}.calendar-header-create-btn{display:inline-flex!important}.calendar-layout{grid-template-columns:minmax(0,1fr) minmax(310px,360px)!important}.calendar-layout.calendar-layout-no-side{grid-template-columns:minmax(0,1fr)!important}}@media (width>=1025px){.calendar-header-create-btn{display:none!important}}.calendar-review-layout{align-items:stretch;gap:16px;width:max-content;max-width:95vw;max-height:90vh;display:flex}.calendar-details-modal.calendar-right-popup{width:min(450px,100vw);box-shadow:var(--shadow);background:#fff;border:1px solid #1111111a;border-radius:14px;flex-direction:column;gap:16px;padding:20px;display:flex}.calendar-agenda-item.selected-queue-item{background:#f5f3ff;border-left-color:#8b5cf6}.calendar-insight-list button:hover,.calendar-insight-info.clickable-insight:hover{background:#fbfbfb;border-color:#11111126;box-shadow:0 1px 3px #0000000d}.calendar-panel,.calendar-header,.calendar-toolbar,.calendar-layout,.calendar-main-area,.calendar-board,.calendar-side{min-width:0}.calendar-layout{grid-template-columns:minmax(212px,240px) minmax(420px,1fr) minmax(292px,340px)}.calendar-layout.calendar-layout-no-side{grid-template-columns:minmax(212px,240px) minmax(0,1fr)}.calendar-control-group,.calendar-action-group{flex-wrap:wrap;min-width:0}.calendar-view-switch{grid-template-columns:repeat(4,minmax(56px,1fr))}.calendar-board-heading h2{overflow-wrap:anywhere}.calendar-event-month-pill{min-width:0}@media (width<=1180px){.calendar-left-sidebar{display:none!important}.calendar-header-create-btn{display:inline-flex!important}.calendar-layout,.calendar-layout.calendar-layout-no-side{align-content:start;height:auto;min-height:0;overflow:visible;grid-template-columns:minmax(0,1fr)!important}.calendar-main-area{min-height:min(720px,100dvh - 190px)}.calendar-side{height:auto;max-height:none}}@media (width>=761px) and (width<=1180px){.calendar-side{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:stretch}.calendar-agenda,.calendar-insights{border-bottom:0}.calendar-agenda{border-right:1px solid #11111114}}@media (width<=900px){.calendar-header{align-items:start;padding:18px 16px 14px;display:grid}.calendar-header h1{font-size:28px}.calendar-toolbar{justify-content:stretch;width:100%}.calendar-nav-group,.calendar-control-group,.calendar-action-group,.calendar-search,.calendar-view-switch,.calendar-toggle-sidebar-btn,.calendar-header-create-btn{width:100%}.calendar-control-group{grid-template-columns:minmax(0,1fr);display:grid}.calendar-action-group{grid-template-columns:repeat(2,minmax(0,1fr));display:grid!important}.calendar-layout{padding:0 16px 16px}.calendar-board{min-height:620px}}@media (width<=760px){.calendar-panel{height:auto;overflow:visible}.calendar-header p{max-width:34rem}.calendar-nav-group{grid-template-columns:minmax(0,1fr) 44px 44px;display:grid}.calendar-today-button,.calendar-nav-group .toolbar-icon-button,.calendar-view-switch,.calendar-view-switch button,.calendar-toggle-sidebar-btn,.calendar-header-create-btn{min-height:44px}.calendar-view-switch{grid-template-columns:repeat(4,minmax(0,1fr))}.calendar-view-switch button{padding-inline:4px;font-size:12px}.calendar-board{min-height:560px}.calendar-board-heading{min-height:52px;padding-inline:12px}.calendar-board-heading h2{font-size:18px}.calendar-weekdays{font-size:10px}.calendar-weekdays span{justify-content:center;padding-left:0}.calendar-grid{grid-template-rows:repeat(6,minmax(68px,1fr))}.calendar-day{gap:4px;min-height:68px;padding:6px 4px}.calendar-day-head{justify-content:center}.calendar-day-number{width:28px;height:28px;font-size:13px}.calendar-day-count{min-width:18px;padding:1px 5px;font-size:10px;position:absolute;bottom:5px;right:4px}.calendar-day-events{display:none}.calendar-side{display:grid}.calendar-agenda,.calendar-insights{padding:16px}}@media (width<=420px){.calendar-header,.calendar-layout{padding-inline:12px}.calendar-action-group{grid-template-columns:minmax(0,1fr)}.calendar-view-switch{grid-template-columns:repeat(2,minmax(0,1fr))}.calendar-board{min-height:520px}.calendar-grid{grid-template-rows:repeat(6,minmax(62px,1fr))}.calendar-day{min-height:62px;padding-inline:2px}}.other-email-form .connected-account-actions,.advanced-email-form .primary-button,.calendar-settings-form .connected-account-actions,.calendar-settings-help{grid-column:1/-1}@media (width<=1280px){.calendar-metrics{flex-direction:column;display:flex}}@media (width<=960px){.calendar-layout,.calendar-layout.calendar-layout-no-side{grid-template-columns:minmax(0,1fr);overflow:auto}.calendar-metrics{flex-direction:column;display:flex}.calendar-side{min-height:auto}}@media (width<=760px){.calendar-header,.calendar-editor-grid{display:grid}.calendar-header{padding:20px 18px 14px}.calendar-layout{padding:0 18px 18px}.calendar-toolbar,.calendar-search,.calendar-view-switch,.calendar-side-actions{width:100%}.calendar-search{grid-template-columns:auto minmax(0,1fr)}.calendar-search span{display:none}.calendar-view-switch{grid-template-columns:repeat(3,1fr)}.calendar-metrics{flex-direction:column;display:flex}.calendar-metric-card{min-height:108px}.calendar-grid{grid-template-rows:repeat(6,minmax(72px,1fr))}.calendar-day{min-height:76px;padding:8px}.calendar-event-pill{display:none}.calendar-weekdays span{padding-left:8px}.calendar-agenda-item{grid-template-columns:1fr;gap:4px}}.tasks-panel .tasks-summary-row{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))!important;gap:16px!important;width:100%!important;margin:16px 0 24px!important;display:grid!important}.tasks-panel .tasks-kpi-card{border:1px solid var(--outline)!important;background:#fff!important;border-radius:12px!important;align-items:center!important;gap:16px!important;padding:16px 20px!important;transition:all .15s ease-in-out!important;display:flex!important;box-shadow:0 1px 3px #00000005!important}.tasks-panel .tasks-kpi-card:hover{border-color:var(--outline-strong)!important;transform:translateY(-2px)!important;box-shadow:0 8px 16px #1111110d!important}.tasks-panel .tasks-kpi-icon{border-radius:10px!important;flex-shrink:0!important;justify-content:center!important;align-items:center!important;width:44px!important;height:44px!important;display:flex!important}.tasks-panel .tasks-kpi-content{flex-direction:column!important;gap:2px!important;display:flex!important}.tasks-panel .tasks-kpi-content strong{color:var(--ink)!important;font-size:24px!important;font-weight:800!important;line-height:1!important}.tasks-panel .tasks-kpi-content span{color:var(--muted)!important;font-size:13px!important;font-weight:600!important}.tasks-panel .tasks-kpi-blue .tasks-kpi-icon{color:#1d4ed8!important;background:#eff6ff!important}.tasks-panel .tasks-kpi-orange .tasks-kpi-icon{color:#c2410c!important;background:#fff7ed!important}.tasks-panel .tasks-kpi-purple .tasks-kpi-icon{color:#6d28d9!important;background:#f5f3ff!important}.tasks-panel .tasks-kpi-green .tasks-kpi-icon{color:#15803d!important;background:#dcfce7!important}.tasks-panel .tasks-kpi-gold .tasks-kpi-icon{color:#854d0e!important;background:#fef9c3!important}.tasks-panel .tasks-kpi-gold{border-color:#d4af374d!important}.tasks-panel .tasks-kpi-gold:hover{border-color:var(--brand-gold)!important}.tasks-workspace .tasks-board{gap:16px!important;padding-bottom:12px!important}.tasks-workspace .task-column{border:1px solid var(--outline)!important;background:#f8fafc!important;border-radius:12px!important;padding:12px!important;transition:border-color .15s ease-in-out!important}.tasks-workspace .task-column-header{border-bottom:1px solid var(--outline)!important;background:#fff!important;border-radius:12px!important;margin-bottom:12px!important;padding:12px 8px!important}.tasks-workspace .task-column-header-inbox{border-top:3px solid #64748b!important}.tasks-workspace .task-column-header-todo{border-top:3px solid #3b82f6!important}.tasks-workspace .task-column-header-in_progress{border-top:3px solid #d4af37!important}.tasks-workspace .task-column-header-waiting{border-top:3px solid #f97316!important}.tasks-workspace .task-column-header-done{border-top:3px solid #22c55e!important}.tasks-workspace .task-column:active,.tasks-workspace .task-column.drag-over{border:1.5px dashed var(--brand-gold)!important;background:#d4af3705!important}.tasks-workspace .task-card{border:1px solid var(--outline)!important;box-shadow:var(--shadow-sm)!important;background:#fff!important;border-top:3px solid #0000!important;border-radius:10px!important;padding:14px!important;transition:all .15s ease-in-out!important}.tasks-workspace .task-card-inbox{border-top-color:#64748b!important}.tasks-workspace .task-card-todo{border-top-color:#3b82f6!important}.tasks-workspace .task-card-in_progress{border-top-color:#d4af37!important}.tasks-workspace .task-card-waiting{border-top-color:#f97316!important}.tasks-workspace .task-card-done{border-top-color:#22c55e!important}.task-priority{letter-spacing:.2px!important;border-radius:6px!important;font-weight:700!important}.tasks-workspace .task-avatar{border:1px solid var(--brand-gold)!important;color:#fff!important;background:#171717!important;font-weight:700!important}.tasks-workspace .task-row{border-bottom:1px solid var(--outline)!important;background:#fff!important;border-left:3px solid #0000!important;padding:14px 16px!important;transition:all .15s ease-in-out!important}.tasks-workspace .task-row:hover{border-left:3px solid var(--brand-gold)!important;background:#f8fafc!important}.task-detail-drawer{border-left:1px solid var(--outline)!important;background:#fff!important;padding:28px 24px!important;box-shadow:-10px 0 30px #0000000d!important}.task-detail-drawer .module-drawer-header{border-bottom:1px solid var(--outline)!important;margin-bottom:20px!important;padding-bottom:16px!important}.task-detail-drawer .module-drawer-header h2{color:#171717!important;font-size:20px!important;font-weight:800!important}.task-drawer-title-label{color:var(--muted)!important;text-transform:uppercase!important;letter-spacing:.5px!important;margin-bottom:8px!important;font-size:13px!important;font-weight:700!important}.task-title-input{border:none!important;border-bottom:1px solid var(--outline)!important;box-shadow:none!important;color:#171717!important;background:0 0!important;border-radius:0!important;width:100%!important;padding:8px 0!important;font-size:24px!important;font-weight:700!important;transition:border-color .15s ease-in-out!important}.task-title-input:focus{border-bottom-color:var(--brand-gold)!important;box-shadow:none!important;outline:none!important}.task-drawer-desc-label{color:var(--muted)!important;text-transform:uppercase!important;letter-spacing:.5px!important;margin-top:16px!important;margin-bottom:8px!important;font-size:13px!important;font-weight:700!important}.task-textarea-input{border:1px solid var(--outline)!important;background:#fff!important;border-radius:10px!important;min-height:120px!important;padding:12px 14px!important;font-size:14px!important;line-height:1.6!important;transition:all .15s ease-in-out!important}.task-textarea-input:focus{border-color:var(--brand-gold)!important;outline:none!important;box-shadow:0 0 0 3px #d4af3726!important}.task-drawer-metadata-grid{border:1px solid var(--outline)!important;background:#f8fafc!important;border-radius:12px!important;flex-direction:column!important;gap:14px!important;margin-top:16px!important;padding:20px!important;display:flex!important}.task-drawer-metadata-grid .metadata-row{cursor:pointer!important;grid-template-columns:120px 1fr!important;align-items:center!important;gap:12px!important;margin:0!important;display:grid!important}.task-drawer-metadata-grid .metadata-label{color:var(--muted)!important;text-transform:capitalize!important;letter-spacing:normal!important;align-items:center!important;gap:8px!important;font-size:13px!important;font-weight:600!important;display:inline-flex!important}.task-drawer-metadata-grid select,.task-drawer-metadata-grid input{border:1px solid var(--outline)!important;color:#171717!important;background:#fff!important;border-radius:8px!important;width:100%!important;height:38px!important;padding:8px 12px!important;font-size:13.5px!important;font-weight:500!important;transition:all .15s ease-in-out!important}.task-drawer-metadata-grid select:focus,.task-drawer-metadata-grid input:focus{border-color:var(--brand-gold)!important;outline:none!important;box-shadow:0 0 0 3px #d4af3726!important}.task-drawer-evidence{border-left:3px solid var(--brand-gold)!important;background:#fffdf5!important;border-radius:4px 8px 8px 4px!important;margin-top:20px!important;padding:14px 16px!important}.task-drawer-evidence .evidence-title{color:#854d0e!important;text-transform:uppercase!important;letter-spacing:.5px!important;align-items:center!important;gap:6px!important;margin-bottom:6px!important;font-size:12px!important;font-weight:700!important;display:inline-flex!important}.task-drawer-evidence blockquote{color:#451a03!important;margin:0!important;font-size:13.5px!important;font-style:italic!important;line-height:1.5!important}.module-drawer-actions button:disabled,.task-drawer-form button:disabled{animation:1.5s ease-in-out infinite savingPulse!important}@keyframes savingPulse{0%{opacity:.5}50%{opacity:.8}to{opacity:.5}}.task-detail-drawer .ai-quick-feedback-menu,.task-detail-modal .ai-quick-feedback-menu{z-index:100!important;left:auto!important;right:0!important}html,body,#root{max-width:100%;overflow-x:hidden}.decision-card,.decision-card__body,.decision-card__body h3,.decision-card__body p,.decision-card__body blockquote,.decision-card__meta,.decision-card__actions{min-width:0;max-width:100%}.decision-card__body h3,.decision-card__body p,.decision-card__body blockquote{overflow-wrap:anywhere}.decision-card__top,.decision-card__meta,.decision-card__actions{flex-wrap:wrap}.decision-card__actions .secondary-button,.decision-card__actions .ghost-button{white-space:normal;min-width:0}.tasks-panel.tasks-workspace{min-width:0;max-width:100%;overflow-x:hidden}.tasks-page-header{flex-wrap:wrap;min-width:0}.tasks-page-header>div:first-child,.tasks-header-actions,.tasks-filter-row,.tasks-search,.tasks-quick-filters,.tasks-active-filters,.tasks-table,.task-row,.task-row-title-btn,.task-row-title-row,.task-row-actions,.task-card,.task-card-open,.task-card-title-row,.task-card-meta,.tasks-ai-panel,.tasks-ai-section,.insight-preview-list{min-width:0;max-width:100%}.tasks-header-actions,.tasks-filter-row,.tasks-quick-filters{flex-wrap:wrap}.tasks-search{flex:260px;min-width:min(260px,100%)}.tasks-search input{width:100%;min-width:0}.tasks-filters-and-metrics-row{grid-template-columns:minmax(360px,.95fr) minmax(460px,1.05fr);align-items:stretch;gap:14px;min-width:0;margin:14px 0 22px;display:grid}.tasks-filters-and-metrics-row .tasks-advanced-filters{height:100%;margin:0!important}.tasks-workspace .tasks-advanced-filters{align-content:center;grid-template-columns:repeat(3,minmax(0,1fr))!important}.tasks-panel .tasks-filters-and-metrics-row .tasks-summary-row{align-self:stretch;min-width:0;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:10px!important;margin:0!important}.tasks-panel .tasks-filters-and-metrics-row .tasks-kpi-card{min-height:82px;gap:10px!important;padding:12px 14px!important}.tasks-panel .tasks-filters-and-metrics-row .tasks-kpi-icon{width:38px!important;height:38px!important}.tasks-panel .tasks-filters-and-metrics-row .tasks-kpi-content strong{font-size:22px!important}.tasks-panel .tasks-filters-and-metrics-row .tasks-kpi-content span{font-size:12px!important}.tasks-panel .tasks-kpi-card,.tasks-panel .tasks-kpi-content{min-width:0}.tasks-panel .tasks-kpi-content span{overflow-wrap:anywhere}@media (width<=960px){.tasks-filters-and-metrics-row{grid-template-columns:minmax(0,1fr)}.tasks-workspace .tasks-advanced-filters{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))!important}.tasks-panel .tasks-filters-and-metrics-row .tasks-summary-row{grid-template-columns:repeat(auto-fit,minmax(min(180px,100%),1fr))!important}}.tasks-workspace .tasks-list{overscroll-behavior:contain;min-width:0;overflow:auto}.tasks-table{min-width:980px}.tasks-workspace .tasks-table-header,.tasks-workspace .task-row{grid-template-columns:minmax(220px,1fr) minmax(118px,140px) minmax(118px,140px) minmax(118px,140px) minmax(118px,140px) minmax(110px,140px) minmax(140px,160px)}.tasks-workspace .tasks-table-header{align-items:end;gap:10px}.tasks-workspace .tasks-table-header>label{gap:6px;min-width:0;display:grid}.tasks-workspace .tasks-table-header>label>span,.tasks-workspace .tasks-table-header>span{min-width:0}.tasks-workspace .tasks-table-header select,.tasks-workspace .tasks-table-header input{border:1px solid var(--outline);width:100%;min-width:0;height:34px;color:var(--ink);text-transform:none;letter-spacing:0;box-sizing:border-box;background:#fff;border-radius:8px;padding:0 10px;font-size:12px;font-weight:600}.tasks-workspace .tasks-table-header select:hover,.tasks-workspace .tasks-table-header input:hover{border-color:var(--outline-strong)}.tasks-workspace .tasks-table-header select:focus,.tasks-workspace .tasks-table-header input:focus{border-color:var(--brand-gold);outline:none;box-shadow:0 0 0 3px #d4af3726}.tasks-workspace .task-row-title-row{max-width:100%}.tasks-workspace .task-row-title-row strong,.tasks-workspace .task-row-description,.task-row-status-text,.task-row-due-text,.task-row-source-text,.task-row-assignee-text{text-overflow:ellipsis;min-width:0;overflow:hidden}.tasks-workspace .task-row-title-row strong,.task-row-status-text,.task-row-due-text,.task-row-source-text,.task-row-assignee-text{white-space:nowrap}.tasks-workspace .task-row-actions{flex-wrap:wrap}.tasks-workspace .task-row-actions select{max-width:100%!important}.tasks-workspace .tasks-board{grid-template-columns:repeat(5,minmax(220px,1fr));overflow-x:auto}.tasks-workspace .task-card-actions{flex-wrap:wrap}.tasks-workspace .task-card-actions select{width:auto!important;min-width:min(120px,100%)!important}.task-drawer-metadata-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}@media (width<=1279px){.tasks-panel.tasks-workspace{grid-template-columns:minmax(0,1fr) minmax(240px,280px)}.tasks-workspace .tasks-board{grid-template-columns:repeat(5,minmax(220px,260px))}}@media (width<=1023px){.tasks-panel.tasks-workspace{width:100%!important;max-width:100%!important;display:block!important}.tasks-workspace-main{flex-direction:column!important;gap:14px!important;width:100%!important;max-width:100%!important;min-height:auto!important;display:flex!important;overflow:visible!important}.tasks-ai-panel{z-index:1100!important;background:var(--surface,#fff)!important;box-sizing:border-box!important;width:min(400px,100vw)!important;padding:20px 16px!important;position:fixed!important;top:0!important;bottom:0!important;right:0!important;overflow-y:auto!important;box-shadow:-6px 0 24px #00000026!important}}.tasks-workspace .notes-header-actions{flex-wrap:wrap;align-items:center;gap:10px;min-width:0;max-width:100%;display:flex}.tasks-workspace .notes-search-control{border:1px solid var(--outline);box-sizing:border-box;background:#fff;border-radius:8px;flex:200px;align-items:center;gap:8px;min-width:0;max-width:100%;padding:6px 12px;display:flex}.tasks-workspace .notes-search-control input{width:100%;min-width:0;color:var(--ink);box-sizing:border-box;background:0 0;border:none;outline:none;flex:1 1 0;font-size:13.5px}.tasks-workspace .tasks-filter-row{flex-wrap:wrap;align-items:center;gap:10px;min-width:0;max-width:100%;margin-top:14px;margin-bottom:16px;display:flex}.tasks-workspace .notes-topbar{-webkit-overflow-scrolling:touch;scrollbar-width:none;align-items:center;min-width:0;max-width:100%;display:flex;overflow-x:auto}.tasks-workspace .notes-topbar::-webkit-scrollbar{display:none}.tasks-workspace .notes-category-tabs{white-space:nowrap;flex-wrap:nowrap;align-items:center;gap:6px;display:flex}@media (width<=768px){.tasks-workspace .notes-header,.tasks-page-header{flex-direction:column!important;align-items:stretch!important;gap:12px!important;margin-bottom:0!important;display:flex!important}.tasks-workspace .notes-header-actions,.tasks-header-actions{flex-flow:wrap!important;justify-content:space-between!important;align-items:center!important;gap:8px!important;width:100%!important;display:flex!important}.tasks-workspace .notes-search-control,.tasks-search{flex:160px!important;width:auto!important;min-width:0!important;max-width:100%!important}.tasks-workspace .notes-header-actions .primary-button,.tasks-new-button{white-space:nowrap!important;flex:none!important}.tasks-workspace .tasks-filter-row{flex-direction:row;align-items:center;gap:10px;width:100%}.tasks-workspace .tasks-insights-toggle-btn{flex:none}.tasks-workspace .segmented-control{flex:auto;min-width:130px}.tasks-workspace .tasks-filter-button{flex:none}.tasks-workspace .notes-topbar{flex:100%;width:100%}.tasks-workspace .tasks-board{-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory!important;flex-direction:row!important;gap:12px!important;width:100%!important;max-width:100%!important;padding-bottom:14px!important;display:flex!important;overflow-x:auto!important}.tasks-workspace .task-column{scroll-snap-align:start!important;box-sizing:border-box!important;flex:0 0 min(290px,85vw)!important;width:min(290px,85vw)!important;min-width:min(290px,85vw)!important}}@media (width<=639px){.tasks-panel.tasks-workspace{padding:14px}.tasks-workspace .notes-header-actions{gap:8px}.tasks-workspace .segmented-control{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.tasks-panel .tasks-summary-row{grid-template-columns:minmax(0,1fr)!important}.tasks-table{width:100%;min-width:0}.tasks-workspace .tasks-table-header{display:none}.tasks-workspace .task-row{border:1px solid var(--outline)!important;box-sizing:border-box!important;border-left:3px solid #0000!important;border-radius:12px!important;flex-direction:column!important;grid-template-columns:none!important;gap:8px!important;margin:0 0 10px!important;padding:14px!important;display:flex!important}.tasks-workspace .task-row-title-btn{width:100%}.tasks-workspace .task-row-title-row strong,.task-row-status-text,.task-row-due-text,.task-row-source-text,.task-row-assignee-text{white-space:normal;overflow-wrap:anywhere}.task-row-status-text:before{content:"Status: ";color:var(--muted);font-weight:700}.task-row-due-text:before{content:"Due: ";color:var(--muted);font-weight:700}.task-row-source-text:before{content:"Source: ";color:var(--muted);font-weight:700}.task-row-assignee-text:before{content:"Assignee: ";color:var(--muted);font-weight:700}.tasks-workspace .task-row-actions{flex-direction:row!important;justify-content:space-between!important;align-items:center!important;gap:8px!important;width:100%!important;display:flex!important}.tasks-workspace .task-row-actions select{flex:auto!important;width:auto!important;min-width:0!important}.task-drawer-metadata-grid{grid-template-columns:minmax(0,1fr)!important}.tasks-new-modal-backdrop,.task-detail-modal-backdrop{align-items:flex-end!important;padding:0!important;display:flex!important}.tasks-new-modal,.task-detail-modal{box-sizing:border-box!important;border-radius:20px 20px 0 0!important;width:100vw!important;max-width:100vw!important;max-height:90dvh!important;padding:20px 16px!important;overflow-y:auto!important}}.app-shell{height:100dvh;min-height:100dvh;overflow:hidden}.ask-mailbox-layout{overscroll-behavior:contain;overflow-anchor:none;-webkit-overflow-scrolling:touch;height:100dvh;min-height:0;max-height:100dvh;display:block;overflow:hidden auto}@media (width<=760px){.ask-mailbox-layout{height:100dvh;max-height:100dvh;overflow-y:auto}}.tasks-workspace .segmented-control{background:var(--surface-muted);border:1px solid var(--outline);border-radius:20px}.tasks-workspace .segmented-control button{border-radius:17px;min-height:34px;font-weight:600;transition:all .14s}.tasks-workspace .segmented-control button.active{color:#fff;background:#111;box-shadow:0 2px 8px #11111129}.tasks-workspace-main .tasks-new-button{color:#fff;background:#111;border-radius:20px;height:42px;padding:0 20px;font-weight:600;transition:all .14s;box-shadow:0 4px 12px #1111111f}.tasks-workspace-main .tasks-new-button:hover{background:#000;transform:translateY(-1px);box-shadow:0 6px 16px #0003}.tasks-workspace .tasks-list{border:1px solid var(--outline);background:var(--surface);box-shadow:var(--shadow);border-radius:16px;overflow:auto}.tasks-workspace .tasks-table-header{background:var(--surface-muted);border-bottom:1.5px solid var(--outline);color:var(--muted);text-transform:uppercase;letter-spacing:.5px;grid-template-columns:minmax(220px,1fr) minmax(118px,140px) minmax(118px,140px) minmax(118px,140px) minmax(118px,140px) minmax(110px,140px) minmax(140px,160px);align-items:end;gap:10px;padding:14px 18px;font-size:12px;font-weight:700;display:grid}.tasks-workspace .task-row{border-bottom:1px solid var(--row-divider);background:var(--surface);border-left:3px solid #0000;grid-template-columns:minmax(220px,1fr) minmax(118px,140px) minmax(118px,140px) minmax(118px,140px) minmax(118px,140px) minmax(110px,140px) minmax(140px,160px);align-items:center;gap:10px;padding:14px 18px;transition:all .14s;display:grid}.tasks-workspace .task-row-actions{justify-content:flex-start;align-items:center;gap:8px;display:flex}.tasks-workspace .task-row-actions select{border:1px solid var(--outline)!important;width:112px!important;min-height:32px!important;color:var(--ink)!important;cursor:pointer!important;appearance:none!important;background:#fff url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e") right 8px center/14px no-repeat!important;border-radius:8px!important;padding:0 24px 0 10px!important;font-size:12px!important;font-weight:500!important;transition:all .14s ease-in-out!important}.tasks-workspace .task-row-actions select:hover{background-color:var(--surface-hover)!important;border-color:#d4af3766!important}.tasks-workspace .task-row-actions select:focus{border-color:var(--brand-gold)!important;outline:none!important;box-shadow:0 0 0 3px #d4af3726!important}.tasks-workspace .task-row-actions .toolbar-icon-button{flex:none;border:1px solid var(--outline)!important;width:32px!important;height:32px!important;color:var(--ink)!important;cursor:pointer!important;background:#fff!important;border-radius:50%!important;justify-content:center!important;align-items:center!important;transition:all .14s!important;display:flex!important}.tasks-workspace .task-row-actions .toolbar-icon-button:hover{background:var(--surface-hover)!important;border-color:var(--outline-strong)!important;color:#16a34a!important}.tasks-workspace .task-row:hover{background:var(--surface-hover);border-left:3px solid #d4af37}.tasks-workspace .task-row-done{opacity:.65}.tasks-workspace .task-row-title-btn{text-align:left;cursor:pointer;background:0 0;border:0;width:100%;padding:0;flex-direction:column!important;gap:4px!important;display:flex!important}.tasks-workspace .task-row-title-row{align-items:center;gap:10px;display:inline-flex}.tasks-workspace .task-row strong{color:var(--ink);font-size:14px;font-weight:600;transition:color .14s}.tasks-workspace .task-row:hover strong{color:#000}.tasks-workspace .task-row-description{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;max-width:90%;margin-top:2px;display:block;overflow:hidden;text-transform:none!important;font-size:12px!important;font-weight:400!important}.task-row-status-text{color:var(--ink);font-size:13px;font-weight:500}.task-row-due-text,.task-row-source-text{color:var(--muted);font-size:13px}.task-row-assignee-text{color:var(--ink);font-size:13px;font-weight:500}.tasks-workspace .task-column{border:1px solid var(--outline)!important;background:var(--surface-muted)!important;border-radius:14px!important;padding:16px 14px!important;box-shadow:0 2px 4px #11111103!important}.tasks-workspace .task-column-header{border-bottom:2px solid #0000;margin-bottom:8px;padding-bottom:12px!important}.tasks-workspace .task-column-header-inbox{border-bottom-color:#64748b}.tasks-workspace .task-column-header-todo{border-bottom-color:#3b82f6}.tasks-workspace .task-column-header-in_progress{border-bottom-color:#d4af37}.tasks-workspace .task-column-header-waiting{border-bottom-color:#f97316}.tasks-workspace .task-column-header-done{border-bottom-color:#22c55e}.task-column-header-left{color:var(--ink)!important;font-size:15px!important;font-weight:700!important}.tasks-workspace .task-card{border:1px solid var(--outline)!important;background:var(--surface)!important;border-top-width:3.5px!important;border-radius:12px!important;padding:16px!important;transition:all .18s cubic-bezier(.16,1,.3,1)!important;box-shadow:0 1px 3px #1111110a!important}.task-card-done{border-top-color:#22c55e!important}.tasks-workspace .task-card:hover{border-color:var(--outline-strong)!important;transform:translateY(-2px)!important;box-shadow:0 8px 24px #11111114!important}.tasks-workspace .task-card-done:hover{opacity:.95}.task-card-open strong{color:var(--ink);font-size:14px!important;font-weight:600!important;line-height:1.4!important}.task-detail-drawer{background:var(--surface)!important;border-left:1px solid var(--outline)!important;z-index:50!important;width:min(460px,100%)!important;padding:24px!important;box-shadow:-12px 0 40px #11111114!important}.task-drawer-form{flex-direction:column;gap:16px;margin-top:20px;display:flex}.task-drawer-label{color:var(--muted);text-transform:uppercase;letter-spacing:.5px;flex-direction:column;gap:6px;font-size:12px;font-weight:700;display:flex}.task-drawer-title-label{text-transform:none;font-size:14px}.task-title-input{border:1px solid var(--outline)!important;min-height:48px!important;color:var(--ink)!important;background:var(--surface-muted)!important;border-radius:12px!important;padding:0 16px!important;font-size:18px!important;font-weight:700!important;transition:all .14s!important}.task-title-input:focus{outline:none;background:var(--surface)!important;border-color:#d4af37!important;box-shadow:0 0 0 3px #d4af3726!important}.task-drawer-metadata-grid{background:var(--surface-muted);border:1px solid var(--outline);border-radius:14px;grid-template-columns:repeat(2,1fr);gap:14px;padding:16px;display:grid}.task-drawer-metadata-grid .task-drawer-label{gap:4px}.task-select-input,.task-date-input,.task-text-input{border:1px solid var(--outline)!important;background:var(--surface)!important;min-height:38px!important;color:var(--ink)!important;border-radius:8px!important;padding:0 12px!important;font-size:13px!important;font-weight:500!important;transition:all .14s!important}.task-select-input:focus,.task-date-input:focus,.task-text-input:focus{outline:none;border-color:#d4af37!important;box-shadow:0 0 0 2px #d4af3726!important}.task-textarea-input{border:1px solid var(--outline)!important;background:var(--surface)!important;min-height:120px!important;color:var(--ink)!important;border-radius:12px!important;padding:12px 16px!important;font-size:14px!important;line-height:1.5!important;transition:all .14s!important}.task-textarea-input:focus{outline:none;border-color:#d4af37!important;box-shadow:0 0 0 3px #d4af3726!important}.task-source-thread-link{border:1px solid var(--outline);min-height:38px;color:var(--ink);border-radius:10px;justify-content:center;align-items:center;gap:8px;font-size:13px;font-weight:600;text-decoration:none;transition:all .14s;display:inline-flex}.task-source-thread-link:hover{background:var(--surface-hover);border-color:var(--outline-strong)}.task-drawer-evidence{flex-direction:column;gap:6px;margin-top:8px;display:flex}.task-drawer-evidence .evidence-title{color:var(--muted);text-transform:uppercase;letter-spacing:.5px;font-size:11px;font-weight:700}.task-drawer-evidence blockquote{font-style:italic;background:var(--surface-muted)!important;color:var(--muted)!important;border-left:3px solid #d4af37!important;border-radius:0 10px 10px 0!important;margin:0!important;padding:14px!important;font-size:13px!important;line-height:1.5!important}.task-priority{text-transform:uppercase;letter-spacing:.4px;border-radius:6px;align-items:center;padding:4px 8px;font-size:11px;font-weight:700;display:inline-flex}.tasks-workspace .tasks-advanced-filters{border:1px solid var(--outline)!important;background:var(--surface-muted)!important;border-radius:14px!important;grid-template-columns:repeat(5,1fr)!important;gap:12px!important;margin-bottom:4px!important;padding:16px!important;display:grid!important}.tasks-workspace .tasks-advanced-filters select,.tasks-workspace .tasks-advanced-filters input{border:1px solid var(--outline)!important;min-height:40px!important;color:var(--ink)!important;box-sizing:border-box!important;background:#fff!important;border-radius:10px!important;width:100%!important;margin:0!important;padding:0 12px!important;font-size:13px!important;font-weight:500!important;transition:all .14s!important}.tasks-workspace .tasks-advanced-filters select:hover,.tasks-workspace .tasks-advanced-filters input:hover{border-color:var(--outline-strong)!important}.tasks-workspace .tasks-advanced-filters select:focus,.tasks-workspace .tasks-advanced-filters input:focus{border-color:#d4af37!important;outline:none!important;box-shadow:0 0 0 3px #d4af3726!important}@media (width<=960px){.tasks-workspace .tasks-advanced-filters{grid-template-columns:repeat(2,1fr)!important}}@media (width<=480px){.tasks-workspace .tasks-advanced-filters{grid-template-columns:1fr!important}}.tasks-workspace .tasks-summary-row{flex-wrap:wrap!important;align-items:center!important;gap:10px!important;margin-top:4px!important;margin-bottom:4px!important;display:flex!important}.tasks-workspace .tasks-summary-row span{background:var(--surface)!important;border:1.5px solid var(--outline)!important;color:var(--muted)!important;cursor:default!important;border-radius:20px!important;align-items:center!important;gap:8px!important;padding:6px 14px!important;font-size:13px!important;font-weight:600!important;transition:all .14s!important;display:inline-flex!important;box-shadow:0 1px 2px #11111105!important}.tasks-workspace .tasks-summary-row span:first-child{border-left:3.5px solid #64748b!important}.tasks-workspace .tasks-summary-row span:nth-child(2){border-left:3.5px solid #ef4444!important}.tasks-workspace .tasks-summary-row span:nth-child(3){border-left:3.5px solid #f97316!important}.tasks-workspace .tasks-summary-row span:nth-child(4){border-left:3.5px solid #10b981!important}.tasks-workspace .tasks-summary-row span:nth-child(5){border-left:3.5px solid #7c3aed!important}.tasks-workspace .tasks-summary-row span strong{color:var(--ink)!important;font-size:14px!important;font-weight:700!important}.tasks-workspace .tasks-summary-row span:hover{border-color:var(--outline-strong)!important;transform:translateY(-1px)!important;box-shadow:0 4px 12px #1111110d!important}.tasks-insights-toggle-btn{border:1px solid var(--outline)!important;background:var(--surface)!important;min-height:42px!important;color:var(--ink)!important;cursor:pointer!important;border-radius:20px!important;align-items:center!important;gap:8px!important;padding:0 18px!important;font-weight:600!important;transition:all .14s!important;display:inline-flex!important}.tasks-insights-toggle-btn:hover{background:var(--surface-hover)!important;border-color:var(--outline-strong)!important}.tasks-insights-toggle-btn.active{color:#854d0e!important;background:#d4af3714!important;border-color:#d4af3766!important}.tasks-panel.tasks-workspace.tasks-workspace-no-insights{grid-template-columns:minmax(0,1fr)!important}.tasks-insights-backdrop{z-index:1000!important;place-items:center!important;padding:24px!important;display:grid!important}.tasks-insights-modal{flex-direction:column;width:min(920px,95vw);max-height:85vh;animation:.2s cubic-bezier(.16,1,.3,1) forwards modal-zoom;display:flex;overflow:hidden;background:var(--surface)!important;border:1px solid var(--outline)!important;border-radius:24px!important;box-shadow:0 20px 48px #11111129!important}.tasks-insights-modal-header{border-bottom:1px solid var(--outline)!important;justify-content:space-between!important;align-items:flex-start!important;padding:24px 28px!important;display:flex!important}.tasks-insights-modal-header-copy h2{color:var(--ink)!important;margin:0!important;font-size:20px!important;font-weight:700!important}.tasks-insights-modal-header-copy p{color:var(--muted)!important;margin:6px 0 0!important;font-size:13px!important}.tasks-insights-modal-close{border-radius:50%!important;width:32px!important;height:32px!important}.tasks-insights-modal-body{gap:24px;display:grid;flex:1!important;padding:24px 28px!important;overflow-y:auto!important}.tasks-insights-modal-all{border:1px solid #d4af3733!important;width:min(1200px,96vw)!important;max-height:90vh!important}.tasks-insights-stats-bar{background:var(--surface-muted)!important;border-bottom:1px solid var(--outline)!important;flex-wrap:wrap!important;align-items:center!important;gap:16px!important;padding:16px 28px!important;display:flex!important}.tasks-insights-stats-bar .stat-pill{border:1px solid var(--outline)!important;background:var(--surface)!important;color:var(--ink)!important;border-radius:12px!important;align-items:center!important;gap:10px!important;padding:8px 16px!important;font-size:13px!important;font-weight:500!important;transition:all .14s!important;display:inline-flex!important}.tasks-insights-stats-bar .stat-pill strong{font-size:14px!important;font-weight:700!important}.tasks-insights-stats-bar .stat-pill-email{border-left:3.5px solid #3b82f6!important}.tasks-insights-stats-bar .stat-pill-conflicts{border-left:3.5px solid #ef4444!important}.tasks-insights-stats-bar .stat-pill-followups{border-left:3.5px solid #7c3aed!important}.tasks-insights-stats-bar .stat-pill:hover{border-color:var(--outline-strong)!important;transform:translateY(-1px)!important;box-shadow:0 4px 12px #1111110d!important}.tasks-insights-modal-all .tasks-insights-modal-body{grid-template-columns:repeat(3,1fr)!important;gap:24px!important;padding:24px 28px!important}.tasks-insight-detail{background:var(--surface-muted)!important;border:1px solid var(--outline)!important;border-radius:20px!important;flex-direction:column!important;gap:16px!important;min-height:400px!important;max-height:58vh!important;padding:20px!important;display:flex!important;box-shadow:inset 0 2px 4px #00000005!important}.tasks-insight-detail header{border-bottom:2px solid var(--outline)!important;justify-content:space-between!important;align-items:center!important;padding-bottom:12px!important;display:flex!important}.tasks-insight-detail header h3{letter-spacing:.8px!important;color:var(--ink)!important;text-transform:uppercase!important;margin:0!important;font-size:13px!important;font-weight:700!important}.tasks-insight-detail header span{background:var(--surface-selected)!important;min-width:24px!important;height:22px!important;color:var(--ink)!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;padding:0 7px!important;font-size:12px!important;font-weight:700!important;display:inline-flex!important}.tasks-insight-detail .insight-section-content{flex-direction:column!important;flex:1!important;gap:10px!important;display:flex!important;overflow-y:auto!important}.tasks-insight-detail .insight-section-empty-text{text-align:center!important;color:var(--muted)!important;padding:40px 0!important;font-size:13px!important}.tasks-insights-modal .tasks-ai-item{background:var(--surface)!important;border:1px solid var(--outline)!important;border-radius:14px!important;align-items:flex-start!important;gap:12px!important;margin-bottom:0!important;padding:14px 16px!important;transition:all .15s ease-in-out!important;display:flex!important;box-shadow:0 2px 6px #00000005!important}.tasks-insights-modal .tasks-ai-item:hover{border-color:#d4af3766!important;transform:translateY(-2px)!important;box-shadow:0 6px 16px #1111110f,0 0 0 1px #d4af3733!important}.tasks-insights-modal .tasks-ai-item-icon{background:var(--surface-muted)!important;width:28px!important;height:28px!important;color:var(--muted)!important;border-radius:8px!important;flex-shrink:0!important;justify-content:center!important;align-items:center!important;display:flex!important}.tasks-insights-modal .tasks-ai-item-icon.warning-icon{color:#be123c!important;background:#ffe4e6!important}.tasks-insights-modal .tasks-ai-item-content{flex-direction:column!important;flex:1!important;gap:6px!important;min-width:0!important;display:flex!important}.tasks-insights-modal .tasks-ai-item-content strong{color:var(--ink)!important;word-break:break-word!important;font-size:13.5px!important;font-weight:600!important;line-height:1.4!important}.tasks-insights-modal .tasks-ai-item-meta{flex-wrap:wrap!important;align-items:center!important;gap:6px!important;display:flex!important}.tasks-insights-modal .meta-badge{text-transform:capitalize!important;border-radius:6px!important;align-items:center!important;gap:4px!important;padding:2px 8px!important;font-size:10.5px!important;font-weight:600!important;display:inline-flex!important}.tasks-insights-modal .source-badge{color:#475569!important;background:#f1f5f9!important}.tasks-insights-modal .conflict-badge{color:#991b1b!important;background:#fee2e2!important}.tasks-insights-modal .date-badge{color:#64748b!important;background:#f8fafc!important;border:1px solid #e2e8f0!important}.tasks-insights-modal .priority-badge.priority-urgent,.tasks-insights-modal .severity-badge.severity-high,.tasks-insights-modal .severity-badge.severity-critical{color:#be123c!important;background:#ffe4e6!important}.tasks-insights-modal .priority-badge.priority-high{color:#9f1239!important;background:#fee2e2!important}.tasks-insights-modal .priority-badge.priority-medium{color:#b45309!important;background:#fef3c7!important}.tasks-insights-modal .priority-badge.priority-low{color:#166534!important;background:#dcfce7!important}.tasks-insights-modal .tasks-ai-item-open-btn{background:var(--surface)!important;border:1px solid var(--outline)!important;height:28px!important;min-height:auto!important;color:var(--ink)!important;border-radius:8px!important;justify-content:center!important;align-items:center!important;padding:0 10px!important;font-size:11px!important;font-weight:700!important;line-height:26px!important;transition:all .14s!important;display:inline-flex!important}.tasks-insights-modal .tasks-ai-item-open-btn:hover{background:var(--surface-hover)!important;border-color:var(--outline-strong)!important}.tasks-insights-modal .tasks-ai-conflict{border-left:4px solid #ef4444!important}@media (width<=992px){.tasks-insights-modal-all .tasks-insights-modal-body{grid-template-columns:1fr!important}.tasks-insight-detail{min-height:auto!important;max-height:360px!important}}.module-header,.module-form,.module-toolbar,.task-card-actions,.module-drawer-header,.module-drawer-actions{align-items:center;gap:10px;display:flex}.module-header h1,.module-header p,.task-column h2,.module-drawer h2{margin:0}.tasks-board{grid-template-columns:repeat(5,minmax(180px,1fr));gap:12px;min-height:0;display:grid;overflow:hidden auto}.task-column{background:#f7f8fa;border:1px solid #11111114;border-radius:8px;align-content:start;gap:10px;min-width:180px;padding:12px;display:grid}.task-column h2{text-transform:uppercase;color:var(--muted);font-size:13px}.task-card{gap:10px;padding:10px;display:grid}.task-card>button{gap:6px;padding:0;display:grid}.task-row{border-width:0 0 1px;border-radius:0;grid-template-columns:minmax(180px,1fr) 110px 90px minmax(150px,180px) 150px 90px;align-items:center;gap:10px;padding:12px;display:grid}.tasks-panel.tasks-workspace{background:#fbfbfc;border:0;border-radius:0;grid-template-rows:minmax(0,1fr);grid-template-columns:minmax(0,1fr) minmax(260px,292px);gap:18px;padding:24px;overflow:hidden}.tasks-workspace-main{grid-template-rows:auto auto auto auto minmax(0,1fr);gap:16px;min-width:0;min-height:0;display:grid}.tasks-page-header,.tasks-header-actions,.tasks-filter-row,.tasks-quick-filters,.task-column-header,.tasks-ai-panel header,.tasks-ai-section header,.tasks-ai-status-bar,.task-card-title-row,.task-card-meta,.task-progress{align-items:center;display:flex}.tasks-page-header{justify-content:space-between;gap:18px}.tasks-page-header h1,.tasks-page-header p,.tasks-ai-section h2,.tasks-ai-section p{margin:0}.tasks-page-header h1{font-size:28px;line-height:1.1}.tasks-page-header p{color:#667085;margin-top:6px}.tasks-header-actions{flex:none;gap:14px}.tasks-new-button{color:#fff;background:#111;border:0;border-radius:10px;align-items:center;gap:8px;min-height:42px;padding:0 18px;font-weight:800;display:inline-flex;box-shadow:0 10px 22px #11111124}.tasks-workspace .segmented-control{background:#fff;border-radius:10px}.tasks-filter-row{gap:10px;min-width:0}.tasks-search{flex:340px;align-items:center;min-width:280px;display:flex;position:relative}.tasks-search svg{color:#667085;position:absolute;left:14px}.tasks-search input{background:#fff;border-radius:10px;min-height:42px;padding-left:44px}.tasks-filter-button,.tasks-quick-filters button,.task-column-header button,.task-column-add,.tasks-ai-all-button,.tasks-ai-status-bar button{border:1px solid var(--outline);color:#111;background:#fff;justify-content:center;align-items:center;gap:7px;font-weight:700;display:inline-flex}.tasks-filter-button{border-radius:10px;min-height:42px;padding:0 12px}.tasks-filter-button.active,.tasks-quick-filters button.active{color:#1a73e8;background:#eaf3ff;border-color:#cfe2ff}.tasks-quick-filters{flex-wrap:wrap;gap:8px}.tasks-quick-filters button{border-radius:10px;min-height:42px;padding:0 15px}.tasks-advanced-filters input,.tasks-advanced-filters select{border-radius:9px;min-height:38px}.tasks-advanced-filters{border:1px solid var(--outline);background:#fff;border-radius:12px;padding:10px}.tasks-kpi-card{border:1px solid var(--outline);background:#fff;border-radius:12px;justify-content:space-between;align-items:center;gap:16px;min-height:104px;padding:18px 20px;display:flex}.tasks-kpi-card span:first-child{gap:6px;display:grid}.tasks-kpi-card small{color:#3f4652;font-weight:700}.tasks-kpi-card strong{font-size:30px;line-height:1}.tasks-kpi-card em{color:#667085;font-size:12px;font-style:normal}.tasks-kpi-icon{border-radius:10px;place-items:center;width:46px;height:46px;display:grid}.tasks-kpi-blue .tasks-kpi-icon{color:#2563eb;background:#e8f0ff}.tasks-kpi-orange .tasks-kpi-icon{color:#f97316;background:#fff0db}.tasks-kpi-purple .tasks-kpi-icon{color:#7c3aed;background:#efe7ff}.tasks-kpi-green .tasks-kpi-icon{color:#15803d;background:#dcfce7}.tasks-workspace .tasks-board{grid-template-columns:repeat(5,minmax(236px,1fr));gap:12px;min-height:0;padding-bottom:2px;display:grid;overflow:auto hidden}.tasks-workspace .task-column{background:#f7f8fa;border-color:#e5e7eb;border-radius:10px;flex-direction:column;min-width:236px;min-height:100%;padding:12px 10px;display:flex}.task-column-header{justify-content:space-between;gap:8px;padding:0 4px 6px}.task-column-header-left{color:#111;align-items:center;gap:8px;min-width:0;font-size:14px;font-weight:800;display:flex}.task-col-count{color:#667085;background:#eef2f7;border-radius:999px;justify-content:center;align-items:center;min-width:24px;min-height:22px;padding:0 7px;font-size:12px;font-weight:800;display:inline-flex}.task-column-header h2{text-transform:none;flex:1;font-size:14px;font-weight:800}.task-column-header span{color:#667085;font-size:12px;font-weight:800}.task-column-header button{background:0 0;border:0;border-radius:8px;flex:none;width:28px;height:28px}.task-column-cards{flex:auto;align-content:start;gap:10px;display:grid}.tasks-workspace .task-card{border-color:#e5e7eb;border-radius:10px;gap:10px;padding:12px;box-shadow:0 1px 2px #11111108}.tasks-workspace .task-card:hover{background:#fff;border-color:#d7dde7;box-shadow:0 10px 24px #11111114}.tasks-workspace .task-card[draggable=true]{cursor:grab}.task-card-open{color:#111;text-align:left;background:0 0;border:0;gap:10px;width:100%;padding:0;display:grid}.task-card-title-row{align-items:flex-start;gap:10px}.task-card-title-row strong{overflow-wrap:anywhere;min-width:0;font-size:13px;line-height:1.35}.task-source-icon{color:#2563eb;background:#e8f0ff;border-radius:8px;flex:none;place-items:center;width:30px;height:30px;display:grid}.task-source-done{color:#15803d;background:#dcfce7}.task-card-meta{color:#667085;text-transform:none;flex-wrap:wrap;gap:10px;font-size:12px}.task-card-meta span{text-transform:none;align-items:center;gap:5px;display:inline-flex}.task-priority{text-transform:capitalize;border-radius:7px;align-items:center;min-height:22px;padding:0 7px;font-size:12px;font-weight:800;display:inline-flex}.task-avatar{color:#fff;background:#111;border-radius:50%;place-items:center;width:22px;height:22px;font-size:11px;font-weight:800;display:inline-grid!important}.task-waiting-pill{color:#1a73e8;background:#eaf3ff;border-radius:7px;justify-self:start;padding:4px 8px;font-size:12px;font-weight:700}.task-progress{color:#667085;gap:8px;font-size:12px}.task-progress>span:last-child{background:#e5e7eb;border-radius:999px;flex:1;height:3px;position:relative;overflow:hidden}.task-progress i{border-radius:inherit;background:#3b82f6;height:100%;display:block}.tasks-workspace .task-card-actions{border-top:1px solid var(--row-divider)!important;justify-content:space-between!important;align-items:center!important;gap:8px!important;margin-top:12px!important;padding-top:10px!important;display:flex!important}.tasks-workspace .task-card-actions select{border:1px solid var(--outline)!important;width:0!important;min-width:80px!important;min-height:32px!important;color:var(--ink)!important;cursor:pointer!important;appearance:none!important;background:#fff url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e") right 8px center/14px no-repeat!important;border-radius:8px!important;flex:1!important;padding:0 24px 0 10px!important;font-size:12px!important;font-weight:500!important;transition:all .14s ease-in-out!important}.tasks-workspace .task-card-actions select:hover{background-color:var(--surface-hover)!important;border-color:#d4af3766!important}.tasks-workspace .task-card-actions select:focus{border-color:var(--brand-gold)!important;outline:none!important;box-shadow:0 0 0 3px #d4af3726!important}.tasks-workspace .task-card-actions .toolbar-icon-button{border:1px solid var(--outline)!important;width:32px!important;height:32px!important;color:var(--ink)!important;cursor:pointer!important;background:#fff!important;border-radius:50%!important;flex:none!important;justify-content:center!important;align-items:center!important;transition:all .14s!important;display:flex!important}.tasks-workspace .task-card-actions .toolbar-icon-button:hover{background:var(--surface-hover)!important;border-color:var(--outline-strong)!important;color:#16a34a!important}.tasks-workspace .task-card-actions .ai-quick-feedback-button{border:1px solid var(--outline)!important;width:32px!important;height:32px!important;color:var(--muted)!important;cursor:pointer!important;background:#fff!important;border-radius:50%!important;justify-content:center!important;align-items:center!important;transition:all .14s!important;display:inline-flex!important}.tasks-workspace .task-card-actions .ai-quick-feedback-button:hover{background:var(--surface-hover)!important;border-color:var(--outline-strong)!important;color:#d4af37!important}.task-card-done .task-card-actions .toolbar-icon-button{color:#15803d}.task-column-add{color:#667085;background:0 0;border:0;justify-content:flex-start;min-height:34px;margin-top:8px;padding:0 6px}.tasks-workspace .tasks-list{background:#fff;border-color:#e5e7eb}.tasks-workspace .task-row{border-color:#eef0f3;grid-template-columns:minmax(220px,1fr) minmax(118px,140px) minmax(118px,140px) minmax(118px,140px) minmax(118px,140px) minmax(110px,140px) minmax(140px,160px)}.tasks-workspace .task-row button:first-child{text-align:left;gap:3px;display:grid}.tasks-workspace .task-row small{color:#667085;font-weight:600}.tasks-ai-panel{background:#fff;border:1px solid #e5e7eb;border-radius:12px;align-content:start;min-width:0;display:grid;overflow:auto}.tasks-ai-panel>header{border-bottom:1px solid #eef0f3;justify-content:space-between;min-height:56px;padding:0 16px;font-weight:800}.tasks-ai-panel>header h2{color:#111;align-items:center;gap:9px;margin:0;font-size:16px;display:inline-flex}.tasks-ai-section{background:#fff;border:1px solid #e5e7eb;border-radius:12px;gap:10px;margin:12px 12px 0;padding:12px;display:grid}.tasks-ai-section header{justify-content:space-between;gap:12px}.tasks-ai-section h2{font-size:14px}.tasks-ai-section header span{text-align:center;background:#f2f4f7;border-radius:7px;min-width:24px;min-height:24px;padding:2px 7px;font-size:12px;font-weight:800}.insight-preview-item,.insight-preview-empty,.tasks-ai-section p{color:#667085;margin:0;font-size:13px}.tasks-ai-item{grid-template-columns:24px minmax(0,1fr) auto;align-items:start;gap:10px;display:grid}.tasks-ai-item svg{color:#2563eb;margin-top:2px}.tasks-ai-conflict svg{color:#e11d48}.tasks-ai-item span{gap:3px;min-width:0;display:grid}.tasks-ai-item strong{font-size:13px;line-height:1.35}.tasks-ai-item small{color:#667085;text-transform:capitalize;font-size:12px}.tasks-ai-all-button{color:#2563eb;border-radius:10px;min-height:42px;margin:14px}.tasks-summary-row{color:#667085;flex-wrap:wrap;align-items:center;gap:12px 20px;font-size:13px;display:flex}.tasks-summary-row span{white-space:nowrap;text-transform:none;align-items:baseline;gap:4px;display:inline-flex}.tasks-summary-row strong{color:#111;font-weight:700}.tasks-active-filters{flex-wrap:wrap;gap:8px;display:flex}.tasks-active-filters button{border:1px solid var(--brand-gold-border);background:var(--brand-gold-soft);min-height:28px;color:var(--color-accent);cursor:pointer;border-radius:999px;align-items:center;gap:6px;padding:0 12px;font-size:12px;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex}.tasks-active-filters button:hover{background:var(--color-accent);color:var(--bg);border-color:var(--color-accent);box-shadow:var(--shadow-sm)}.tasks-active-filters button i,.tasks-active-filters button svg{justify-content:center;align-items:center;transition:transform .2s;display:inline-flex}.tasks-active-filters button:hover i,.tasks-active-filters button:hover svg{transform:rotate(90deg)}.tasks-insights-backdrop{z-index:40;justify-content:flex-end;align-items:stretch;display:flex}.tasks-insights-drawer .module-drawer-header{align-items:flex-start}.tasks-insights-drawer .module-drawer-header p{color:#667085;margin:6px 0 0;font-size:13px;line-height:1.45}.tasks-insight-detail{border-bottom:1px solid #eef0f3;gap:10px;padding:14px 0;display:grid}.tasks-insight-detail header{align-items:center;gap:10px;display:flex}.tasks-insight-detail h3{flex:auto;margin:0;font-size:14px}.tasks-insight-detail header>span{color:#667085;text-align:center;background:#f2f4f7;border-radius:7px;min-width:24px;min-height:24px;padding:2px 7px;font-size:12px;font-weight:800}.tasks-insight-detail>div{gap:10px;display:grid}.tasks-insight-detail>div>p{color:#667085;margin:0;font-size:13px}.tasks-empty-state{text-align:center;background:var(--surface);border:1px solid var(--outline);box-shadow:var(--shadow-sm);border-radius:16px;flex-direction:column;justify-content:center;align-items:center;max-width:480px;margin:40px auto;padding:60px 24px;animation:.4s cubic-bezier(.16,1,.3,1) both tasksEmptyStateFadeIn;display:flex}@keyframes tasksEmptyStateFadeIn{0%{opacity:0;transform:translateY(12px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.tasks-empty-icon-wrapper{background:var(--brand-gold-soft);width:64px;height:64px;color:var(--color-accent);border-radius:50%;justify-content:center;align-items:center;margin-bottom:20px;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex;position:relative}.tasks-empty-state:hover .tasks-empty-icon-wrapper{transform:scale(1.1);box-shadow:0 0 0 8px #c9962c1a}.tasks-empty-title{color:var(--text);letter-spacing:-.01em;margin:0 0 8px;font-size:18px;font-weight:700}.tasks-empty-description{color:var(--text-muted);max-width:320px;margin:0 0 24px;font-size:14px;line-height:1.5}.tasks-empty-button{border:1px solid var(--brand-gold-border);background:var(--brand-gold-soft);min-height:38px;color:var(--color-accent);cursor:pointer;border-radius:999px;outline:none;justify-content:center;align-items:center;gap:8px;padding:0 18px;font-size:13px;font-weight:600;transition:all .25s cubic-bezier(.4,0,.2,1);display:inline-flex}.tasks-empty-button:hover{background:var(--color-accent);color:var(--bg);border-color:var(--color-accent);box-shadow:var(--shadow-sm);transform:translateY(-1px)}.tasks-empty-button:active{transform:translateY(0)}.tasks-empty-button svg,.tasks-empty-button i{transition:transform .25s}.tasks-empty-button:hover svg,.tasks-empty-button:hover i{transform:rotate(90deg)}.tasks-empty-container{justify-content:center;align-items:center;width:100%;min-height:350px;display:flex}.tasks-new-modal-backdrop{z-index:2500;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#1111112e;place-items:center;padding:24px;display:grid;position:fixed;inset:0 0 0 276px}.sidebar-collapsed .tasks-new-modal-backdrop{left:80px}@media (width<=1024px){.tasks-new-modal-backdrop,.sidebar-collapsed .tasks-new-modal-backdrop{left:0}}.tasks-new-modal{background:linear-gradient(#fff 0%,#fbfcfc 100%);border:1px solid #11111114;border-radius:22px;gap:16px;width:min(640px,100%);max-height:calc(100vh - 48px);padding:24px;display:grid;overflow:auto;box-shadow:0 26px 70px #1111112e,inset 0 1px #fffc}.tasks-new-modal-header{border-bottom:1px solid var(--outline);justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:16px;display:flex}.tasks-new-modal-header h2{color:#171717!important;margin:0!important;font-size:20px!important;font-weight:800!important}.tasks-modal-actions{border-top:1px solid var(--outline);justify-content:flex-end;gap:12px;margin-top:24px;padding-top:16px;display:flex}.tasks-modal-actions button{min-width:100px}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .tasks-new-modal{background:var(--dark-panel-bg)!important;border-color:var(--dark-control-border)!important;color:var(--ink)!important;box-shadow:var(--shadow-sm)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .tasks-new-modal-header h2{color:#fff!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .tasks-new-modal-backdrop{background:#000000a3!important}.task-detail-modal{background:var(--surface)!important;border:1px solid var(--outline)!important;min-height:min(650px,90vh)!important;box-shadow:var(--shadow-md)!important;border-radius:16px!important;flex-direction:column!important;display:flex!important;overflow:hidden!important}.task-detail-modal .task-drawer-form{flex-direction:column!important;flex:1!important;display:flex!important}.task-detail-modal .task-drawer-evidence{background:var(--surface-muted)!important;border:1px solid var(--outline)!important;border-radius:12px!important;margin-top:16px!important;padding:16px!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .task-detail-modal{background:var(--surface)!important;border-color:var(--outline)!important;color:var(--ink)!important}div.tasks-new-modal.task-detail-modal.task-detail-modal-split{border-radius:16px!important;grid-template-columns:460px 1fr!important;gap:0!important;width:min(1200px,95vw)!important;height:min(850px,90vh)!important;padding:0!important;display:grid!important;overflow:hidden!important}.task-detail-modal-left{border-right:1px solid var(--outline)!important;background:var(--surface)!important;flex-direction:column!important;padding:28px!important;display:flex!important;overflow-y:auto!important}.task-detail-modal-right{background:var(--surface-muted)!important;flex-direction:column!important;display:flex!important;overflow:hidden!important}.task-detail-modal-left::-webkit-scrollbar{width:6px!important;height:6px!important}.task-thread-viewer-messages::-webkit-scrollbar{width:6px!important;height:6px!important}.task-detail-modal-left::-webkit-scrollbar-track{background:0 0!important}.task-thread-viewer-messages::-webkit-scrollbar-track{background:0 0!important}.task-detail-modal-left::-webkit-scrollbar-thumb{background:var(--outline-strong)!important;border-radius:4px!important}.task-thread-viewer-messages::-webkit-scrollbar-thumb{background:var(--outline-strong)!important;border-radius:4px!important}.task-detail-modal-left::-webkit-scrollbar-thumb:hover{background:var(--muted)!important}.task-thread-viewer-messages::-webkit-scrollbar-thumb:hover{background:var(--muted)!important}.task-detail-modal .task-drawer-title-label{color:var(--muted)!important;text-transform:uppercase!important;letter-spacing:.8px!important;flex-direction:column!important;gap:6px!important;font-size:11px!important;font-weight:700!important;display:flex!important}.task-detail-modal .task-title-input{border:none!important;border-bottom:2px solid var(--outline)!important;color:var(--ink)!important;width:100%!important;box-shadow:none!important;background:0 0!important;border-radius:0!important;padding:8px 0 12px!important;font-size:22px!important;font-weight:700!important;transition:all .18s!important}.task-detail-modal .task-title-input:focus{border-bottom-color:var(--brand-gold)!important;box-shadow:none!important;outline:none!important}.task-detail-modal .task-drawer-metadata-grid{background:var(--surface-muted)!important;border:1px solid var(--outline)!important;border-radius:12px!important;flex-direction:column!important;gap:12px!important;margin-top:20px!important;margin-bottom:20px!important;padding:16px 20px!important;display:flex!important}.task-detail-modal .metadata-row{grid-template-columns:110px 1fr!important;align-items:center!important;gap:16px!important;margin:0!important;display:grid!important}.task-detail-modal .metadata-label{color:var(--muted)!important;text-transform:capitalize!important;align-items:center!important;gap:8px!important;font-size:13px!important;font-weight:600!important;display:inline-flex!important}.task-detail-modal .task-select-input,.task-detail-modal .task-date-input,.task-detail-modal .task-text-input{border:1px solid var(--outline)!important;background:var(--surface)!important;color:var(--ink)!important;border-radius:8px!important;width:100%!important;height:34px!important;padding:6px 12px!important;font-size:13px!important;font-weight:500!important;transition:all .15s!important;box-shadow:0 1px 2px #00000005!important}.task-detail-modal .task-select-input{appearance:none!important;cursor:pointer!important;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M7 9l3 3 3-3' stroke='%236a6a6a' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")!important;background-position:right 8px center!important;background-repeat:no-repeat!important;background-size:16px 16px!important;padding-right:28px!important}.task-detail-modal .task-select-input:hover,.task-detail-modal .task-date-input:hover,.task-detail-modal .task-text-input:hover{border-color:var(--outline-strong)!important;background:var(--surface-hover)!important}.task-detail-modal .task-select-input:focus,.task-detail-modal .task-date-input:focus,.task-detail-modal .task-text-input:focus{border-color:var(--brand-gold)!important;background:var(--surface)!important;box-shadow:0 0 0 3px var(--brand-gold-soft)!important;outline:none!important}.task-detail-modal .task-select-input.status-todo{color:var(--ink)!important;background-color:#6a6a6a14!important;border-color:#6a6a6a33!important;font-weight:600!important}.task-detail-modal .task-select-input.status-in_progress{color:#1d4ed8!important;background-color:#3b82f614!important;border-color:#3b82f633!important;font-weight:600!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .task-detail-modal .task-select-input.status-in_progress{color:#60a5fa!important;background-color:#60a5fa26!important;border-color:#60a5fa4d!important}.task-detail-modal .task-select-input.status-done{color:#059669!important;background-color:#10b98114!important;border-color:#10b98133!important;font-weight:600!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .task-detail-modal .task-select-input.status-done{color:#34d399!important;background-color:#34d39926!important;border-color:#34d3994d!important}.task-detail-modal .task-select-input.status-waiting{color:#b45309!important;background-color:#f59e0b14!important;border-color:#f59e0b33!important;font-weight:600!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .task-detail-modal .task-select-input.status-waiting{color:#fbbf24!important;background-color:#fbbf2426!important;border-color:#fbbf244d!important}.task-detail-modal .task-select-input.status-inbox{color:#6d28d9!important;background-color:#7c3aed14!important;border-color:#7c3aed33!important;font-weight:600!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .task-detail-modal .task-select-input.status-inbox{color:#c084fc!important;background-color:#c084fc26!important;border-color:#c084fc4d!important}.task-detail-modal .task-select-input.priority-low{color:var(--muted)!important;font-weight:500!important}.task-detail-modal .task-select-input.priority-medium{color:#b45309!important;background-color:#f59e0b0a!important;font-weight:600!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .task-detail-modal .task-select-input.priority-medium{color:#fbbf24!important}.task-detail-modal .task-select-input.priority-high{color:#dc2626!important;background-color:#ef444414!important;border-color:#ef444433!important;font-weight:600!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .task-detail-modal .task-select-input.priority-high{color:#f87171!important;background-color:#f8717126!important;border-color:#f871714d!important}.task-detail-modal .task-select-input.priority-urgent{color:#dc2626!important;background-color:#dc262626!important;border-color:#dc2626!important;font-weight:700!important;animation:2s infinite alternate urgentPulse!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .task-detail-modal .task-select-input.priority-urgent{color:#f87171!important;border-color:#f87171!important}@keyframes urgentPulse{0%{box-shadow:0 0 #dc262633}to{box-shadow:0 0 0 4px #dc262666}}.task-detail-modal .task-input-with-avatar-wrapper{align-items:center!important;width:100%!important;display:flex!important;position:relative!important}.task-detail-modal .task-input-avatar-prefix{background:var(--brand-gold)!important;color:#fff!important;pointer-events:none!important;border-radius:50%!important;justify-content:center!important;align-items:center!important;width:22px!important;height:22px!important;font-size:11px!important;font-weight:700!important;display:flex!important;position:absolute!important;left:8px!important}.task-detail-modal .task-assignee-input{padding-left:36px!important}.task-detail-modal .task-drawer-desc-label{color:var(--muted)!important;text-transform:uppercase!important;letter-spacing:.8px!important;flex-direction:column!important;gap:8px!important;margin-top:16px!important;font-size:11px!important;font-weight:700!important;display:flex!important}.task-detail-modal .task-textarea-input{border:1px solid var(--outline)!important;background:var(--surface)!important;min-height:100px!important;color:var(--ink)!important;resize:vertical!important;border-radius:10px!important;padding:12px 14px!important;font-size:13.5px!important;line-height:1.6!important;transition:all .15s!important}.task-detail-modal .task-textarea-input:focus{border-color:var(--brand-gold)!important;box-shadow:0 0 0 3px var(--brand-gold-soft)!important;outline:none!important}.task-detail-modal .task-source-thread-link{align-self:flex-start;margin:4px 0 12px;display:inline-flex!important}.task-detail-modal .tasks-modal-actions{border-top:none!important;gap:8px!important;margin-top:0!important;padding-top:0!important;display:flex!important}.task-detail-modal .tasks-modal-actions button.primary-button{background:var(--brand-gold)!important;color:#fff!important;border:1px solid var(--brand-gold)!important;cursor:pointer!important;border-radius:8px!important;padding:8px 16px!important;font-size:13px!important;font-weight:600!important;transition:all .15s!important;box-shadow:0 1px 2px #c9962c33!important}.task-detail-modal .tasks-modal-actions button.primary-button:hover{background:var(--color-accent-strong)!important;border-color:var(--color-accent-strong)!important}.task-detail-modal .tasks-modal-actions button.secondary-button{background:var(--surface)!important;color:var(--ink)!important;border:1px solid var(--outline-strong)!important;cursor:pointer!important;border-radius:8px!important;padding:8px 14px!important;font-size:13px!important;font-weight:600!important;transition:all .15s!important;box-shadow:0 1px 2px #00000005!important}.task-detail-modal .tasks-modal-actions button.secondary-button:hover{background:var(--surface-hover)!important;border-color:var(--outline-strong)!important}.task-detail-modal .tasks-modal-actions button.icon-only-button{border-radius:8px!important;justify-content:center!important;align-items:center!important;width:34px!important;height:34px!important;padding:0!important;display:flex!important}.task-detail-modal .tasks-modal-actions button.task-toggle-email-button.active{background:var(--brand-gold-soft)!important;border-color:var(--brand-gold)!important;color:var(--color-accent-strong)!important}.task-detail-modal .tasks-modal-actions button.task-toggle-email-button.active:hover{filter:brightness(.95);background:var(--brand-gold-soft)!important}.task-detail-modal .tasks-modal-actions button.task-delete-btn:hover{color:#dc2626!important;background-color:#dc262614!important;border-color:#dc262666!important}.task-thread-viewer{background:var(--surface-muted)!important;flex-direction:column!important;height:100%!important;display:flex!important;overflow:hidden!important}.task-thread-viewer-header{background:var(--surface)!important;border-bottom:1px solid var(--outline)!important;align-items:center!important;gap:12px!important;padding:20px 24px!important;display:flex!important}.task-thread-header-icon{color:var(--brand-gold)!important;flex-shrink:0!important}.task-thread-viewer-header h2{color:var(--ink)!important;white-space:nowrap!important;text-overflow:ellipsis!important;margin:0!important;font-size:15px!important;font-weight:700!important;overflow:hidden!important}.task-thread-viewer-messages{flex-direction:column!important;flex:1!important;gap:16px!important;padding:20px 24px!important;display:flex!important;overflow-y:auto!important}.task-thread-message-card{background:var(--surface)!important;border:1px solid var(--outline)!important;box-shadow:var(--shadow-sm)!important;border-radius:12px!important;flex-direction:column!important;gap:14px!important;padding:20px!important;transition:all .18s!important;display:flex!important}.task-thread-message-card:hover{border-color:var(--outline-strong)!important;box-shadow:var(--shadow-md)!important}.task-thread-message-header{border-bottom:1px solid var(--outline)!important;align-items:center!important;gap:12px!important;padding-bottom:12px!important;display:flex!important}.task-thread-message-avatar{background:linear-gradient(135deg, var(--brand-gold), var(--brand-gold-soft))!important;width:32px!important;height:32px!important;color:var(--ink)!important;border-radius:50%!important;justify-content:center!important;align-items:center!important;font-size:13px!important;font-weight:700!important;display:flex!important;box-shadow:0 1px 3px #0000000d!important}.task-thread-message-sender-info{flex-direction:column!important;gap:2px!important;min-width:0!important;display:flex!important}.task-thread-message-sender-name{color:var(--ink)!important;white-space:nowrap!important;text-overflow:ellipsis!important;font-size:13px!important;font-weight:700!important;overflow:hidden!important}.task-thread-message-sender-email{color:var(--muted)!important;white-space:nowrap!important;text-overflow:ellipsis!important;font-size:11px!important;overflow:hidden!important}.task-thread-message-date{color:var(--muted)!important;margin-top:1px!important;font-size:10.5px!important}.task-thread-message-body{color:var(--ink)!important;font-size:13.5px!important;line-height:1.55!important;overflow-x:auto!important}.task-thread-viewer-loading,.task-thread-viewer-empty{height:100%!important;color:var(--muted)!important;justify-content:center!important;align-items:center!important;padding:40px!important;display:flex!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .task-detail-modal-left{background:var(--surface)!important;border-color:var(--outline)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .task-detail-modal-right,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .task-thread-viewer{background:var(--surface-muted)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .task-thread-viewer-header,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .task-thread-message-card{background:var(--surface)!important}.task-detail-modal .task-people-dropdown{background:var(--surface)!important;border:1px solid var(--outline-strong)!important;box-shadow:var(--shadow-md)!important;z-index:1000!important;border-radius:8px!important;max-height:200px!important;margin-top:4px!important;position:absolute!important;top:100%!important;left:0!important;right:0!important;overflow-y:auto!important}.task-detail-modal .task-people-dropdown-item{cursor:pointer!important;align-items:center!important;gap:10px!important;padding:8px 12px!important;transition:background .15s!important;display:flex!important}.task-detail-modal .task-people-dropdown-item:hover{background:var(--surface-hover)!important}.task-detail-modal .task-people-item-avatar{background:var(--brand-gold-soft)!important;width:24px!important;height:24px!important;color:var(--color-accent-strong)!important;border-radius:50%!important;justify-content:center!important;align-items:center!important;font-size:11px!important;font-weight:700!important;display:flex!important}.task-detail-modal .task-people-item-info{flex-direction:column!important;min-width:0!important;display:flex!important}.task-detail-modal .task-people-item-name{color:var(--ink)!important;white-space:nowrap!important;text-overflow:ellipsis!important;font-size:13px!important;font-weight:600!important;overflow:hidden!important}.task-detail-modal .task-people-item-email{color:var(--muted)!important;white-space:nowrap!important;text-overflow:ellipsis!important;font-size:11px!important;overflow:hidden!important}.tasks-insights-v2-header,.task-insights-page-header,.task-insights-page-controls,.task-insight-card-topline,.task-insight-actions,.task-insight-lifecycle,.task-insight-undo,.task-insight-action-dialog header,.task-insight-action-dialog footer{align-items:center;gap:8px;display:flex}.tasks-insights-v2-header,.task-insight-card-topline,.task-insight-action-dialog header,.task-insight-action-dialog footer{justify-content:space-between}.tasks-insights-v2-header{align-items:flex-start}.tasks-insights-v2-header h2{align-items:center;gap:8px;margin:0;display:flex}.tasks-insights-v2-header p,.task-insights-freshness{color:var(--muted,#625d54);margin:5px 0 0;font-size:12px}.task-insight-card{background:var(--surface,#fff);border:1px solid var(--line,#ded8cd);border-left:3px solid #b7942e;border-radius:12px;gap:10px;padding:16px;transition:border-color .18s,box-shadow .18s;display:grid;box-shadow:0 1px 2px #1f1b140a}.task-insight-card:hover{border-color:#c3ad6e;box-shadow:0 5px 16px #1f1b1414}.task-insight-card-critical,.task-insight-card-high{border-left-color:#b44c3f}.task-insight-card-low{border-left-color:#4f7965}.task-insight-card-compact{gap:8px;padding:14px}.task-insight-kicker,.task-insight-severity{letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:5px;font-size:10px;font-weight:800;display:inline-flex}.task-insight-kicker{color:#765d16}.task-insight-severity{color:#5f574b;background:#f3eee4;border-radius:999px;padding:4px 7px}.task-insight-card h3{color:var(--ink,#1e1c18);margin:0;font-size:15px;line-height:1.35}.task-insight-card>p,.task-insight-reason p{color:var(--muted,#625d54);margin:0;font-size:13px;line-height:1.55}.task-insight-affected,.task-insight-actions{flex-wrap:wrap;gap:6px;display:flex}.task-insight-affected button{color:#4c4539;cursor:pointer;text-overflow:ellipsis;white-space:nowrap;background:#f6f3ed;border:1px solid #ddd5c6;border-radius:999px;max-width:220px;padding:5px 8px;font-size:11px;transition:background-color .18s,border-color .18s;overflow:hidden}.task-insight-affected button:hover{background:#eee7d9;border-color:#c2ad72}.task-insight-reason{background:#faf8f3;border:1px solid #e6dfd2;border-radius:9px;padding:12px}.task-insight-reason strong{color:var(--ink,#1e1c18);margin-bottom:5px;font-size:12px;display:block}.task-insight-reason ul{color:var(--muted,#625d54);margin:8px 0 0;padding-left:18px;font-size:12px}.task-insight-actions .primary-button,.task-insight-actions .secondary-button{min-height:34px;padding:7px 10px}.task-insight-text-button,.task-insight-lifecycle button,.task-insight-undo button,.task-insights-back-link{color:#715a1a;cursor:pointer;background:0 0;border:0;padding:5px;font-size:12px;font-weight:700;text-decoration:none}.task-insight-lifecycle{border-top:1px solid var(--line,#e7e1d7);justify-content:flex-end;padding-top:8px}.task-insight-lifecycle button{color:var(--muted,#625d54);align-items:center;gap:5px;display:inline-flex}.task-insight-status,.tasks-insight-loading,.tasks-insight-empty,.tasks-insights-page-state{color:#5d5548;background:#f8f5ee;border:1px solid #e2dacb;border-radius:10px;align-items:center;gap:8px;padding:12px;display:flex}.tasks-insight-empty,.tasks-insights-page-state{text-align:center;flex-direction:column}.tasks-insight-empty p,.tasks-insights-page-state h2,.tasks-insights-page-state p{margin:0}.task-insights-page{gap:22px;min-height:100%;padding:28px 30px 42px;display:grid}.task-insights-page-header{justify-content:space-between;align-items:flex-end;gap:24px}.task-insights-page-header h1{color:var(--ink,#1e1c18);margin:8px 0 6px;font-size:clamp(26px,3vw,38px)}.task-insights-page-header p{color:var(--muted,#625d54);max-width:680px;margin:0}.task-insights-back-link{align-items:center;gap:5px;margin-bottom:16px;padding:0;display:inline-flex}.task-insights-page-controls{flex-wrap:wrap;justify-content:flex-end}.task-insights-tabs{border-bottom:1px solid var(--line,#ded8cd);gap:2px;display:flex;overflow-x:auto}.task-insights-tabs button{color:var(--muted,#625d54);cursor:pointer;white-space:nowrap;background:0 0;border:0;border-bottom:2px solid #0000;padding:11px 14px;font-size:13px;font-weight:700;transition:border-color .18s,color .18s}.task-insights-tabs button.active{color:var(--ink,#1e1c18);border-bottom-color:#b7942e}.task-insights-tabs button span{background:#eee8dc;border-radius:999px;margin-left:6px;padding:2px 6px;font-size:10px}.task-insights-page-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.tasks-insights-page-state{justify-content:center;min-height:220px}.task-insight-undo{color:#245a35;background:#edf6ef;border:1px solid #b9d7c0;border-radius:9px;justify-content:space-between;padding:10px 12px}.task-insight-undo span{align-items:center;gap:6px;display:inline-flex}.task-insight-action-backdrop{z-index:1200}.task-insight-action-dialog{background:var(--surface,#fff);border:1px solid var(--line,#ded8cd);border-radius:16px;gap:16px;width:calc(100% - 32px);max-width:600px;max-height:min(760px,100vh - 40px);padding:22px;display:grid;overflow-y:auto;box-shadow:0 24px 70px #1b171138}.task-insight-action-dialog header span{color:#80691f;letter-spacing:.08em;text-transform:uppercase;font-size:10px;font-weight:800}.task-insight-action-dialog h2,.task-insight-action-dialog p{margin:4px 0 0}.task-insight-action-dialog>label,.task-insight-schedule-editor label{color:var(--ink,#1e1c18);gap:7px;font-size:12px;font-weight:700;display:grid}.task-insight-action-dialog input,.task-insight-action-dialog select,.task-insight-action-dialog textarea{background:var(--surface,#fff);border:1px solid var(--line,#d7d0c3);color:var(--ink,#1e1c18);font:inherit;border-radius:8px;width:100%;padding:10px}.task-insight-schedule-editor{gap:10px;display:grid}.task-insight-action-dialog :focus-visible,.task-insight-card :focus-visible,.task-insights-page :focus-visible{outline-offset:2px;outline:2px solid #b7942e}.tasks-insights-panel-header-actions{gap:6px;display:flex}.tasks-insights-mobile-close{display:none!important}@media (width<=1100px){.tasks-workspace:has(.tasks-insights-panel){grid-template-columns:minmax(0,1fr)}.tasks-insights-panel{border-left:0;border-top:1px solid var(--line,#ded8cd);max-height:none}.task-insights-page-grid{grid-template-columns:minmax(0,1fr)}}@media (width<=1023px){.tasks-insights-panel{z-index:1100;width:100%;max-width:420px;height:100dvh;position:fixed;top:0;bottom:0;right:0;box-shadow:-18px 0 50px #12100c38;border-radius:0!important;max-height:100dvh!important}.tasks-insights-mobile-close{display:inline-flex!important}}@media (width<=768px){.task-insights-page{padding:20px 16px 34px}.task-insights-page-header,.task-insights-page-controls{flex-direction:column;align-items:stretch}.task-insights-page-controls .segmented-control,.task-insights-page-controls .secondary-button{width:100%}.task-insight-card{padding:14px}.task-insight-actions .primary-button,.task-insight-actions .secondary-button{flex:auto}.task-insight-action-dialog{border-radius:16px 16px 0 0;width:100%;max-width:none;max-height:92vh;position:fixed;bottom:0;left:0}}@media (prefers-reduced-motion:reduce){.task-insight-card,.task-insights-tabs button,.task-insight-affected button{transition:none}}.boxes-panel{--boxes-stage-accent-1:#d4af37;--boxes-stage-accent-2:#2b2b2b;--boxes-stage-accent-3:#b8942e;--boxes-stage-accent-4:#111;--boxes-stage-accent-5:#d4af37;--boxes-stage-accent-6:#4a4a4a;--boxes-stage-accent-7:#c6a33a;background:var(--bg);grid-template-rows:auto auto minmax(0,1fr);gap:18px;height:100%;padding:28px;display:grid;position:relative;overflow:hidden}.boxes-header,.boxes-stage-header,.box-card-main,.box-card-meta,.box-detail-actions,.create-box-grid,.box-detail-grid,.pipeline-stage-chip-list{align-items:center;gap:10px;display:flex}.boxes-header{background:#ffffffdb;border:1px solid #11182714;border-radius:8px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px 24px;padding:22px;display:flex;box-shadow:0 18px 50px #202d4614}.boxes-header h1,.boxes-header p,.box-detail-modal h2,.box-detail-modal p{margin:0}.boxes-header h1{letter-spacing:-.035em;font-size:clamp(26px,3vw,38px);line-height:1.05}.boxes-header p,.box-card span,.box-card small,.box-detail-modal section p,.box-linked-thread span{color:var(--muted)}.boxes-title-block{flex:280px;gap:8px;display:grid}.boxes-title-block p{max-width:680px;font-size:14px}.boxes-header-stat{text-align:center;background:#fff;border:1px solid #11182714;border-radius:6px;place-content:center;gap:2px;min-width:96px;min-height:56px;padding:8px 14px;display:grid;box-shadow:0 10px 24px #2632410f}.boxes-header-stat-button{color:var(--ink);cursor:pointer;border-color:#d4af3752;transition:border-color .14s,background .14s,box-shadow .14s,transform .14s}.boxes-header-stat-button:hover,.boxes-header-stat-button:focus-visible,.boxes-header-stat-button-active{background:#fffaf0;border-color:#d4af3794;box-shadow:0 0 0 3px #d4af3721,0 12px 28px #11111114}.boxes-header-stat-button:hover{transform:translateY(-1px)}.boxes-header-stat small{color:var(--muted);font-size:11px;font-weight:800}.boxes-header-stat-button small{color:#6f5413}.boxes-header-stat strong{font-size:24px;line-height:1}.boxes-pipeline-select{justify-content:flex-end;min-width:min(240px,100%);display:flex;position:relative}.boxes-pipeline-select:after{content:"";pointer-events:none;border-bottom:2px solid #4b5563;border-right:2px solid #4b5563;width:8px;height:8px;position:absolute;top:50%;right:13px;transform:translateY(-64%)rotate(45deg)}.boxes-header-actions{flex-wrap:nowrap;flex:auto;justify-content:flex-end;align-items:center;gap:10px;display:flex}.boxes-filter-bar{grid-template-columns:minmax(420px,1fr) auto;align-items:center;gap:12px;min-width:0;display:grid}.boxes-search-field,.boxes-filter-controls,.boxes-filter-controls label{align-items:center;display:flex}.boxes-search-field{color:#5f6b7a;background:#ffffffeb;border:1px solid #11182714;border-radius:6px;gap:8px;min-height:48px;padding:0 14px;box-shadow:0 8px 22px #202d460d}.boxes-search-field input{border:0;outline:0;min-height:40px;padding:0}.boxes-filter-controls{justify-content:flex-end;gap:10px;min-width:0}.boxes-filter-controls label{color:#263241;background:#ffffffeb;border:1px solid #11182714;border-radius:6px;gap:8px;min-height:44px;padding:0 12px;box-shadow:0 8px 22px #202d460d}.boxes-pipeline-select select{color:#111827;cursor:pointer;appearance:none;background:linear-gradient(#fffffffa,#f7f9fcf5);border-color:#1118271a;outline:0;width:min(100%,240px);min-height:46px;padding:7px 34px 7px 14px;font-size:13px;font-weight:750;transition:border-color .18s,box-shadow .18s,background-color .18s;box-shadow:0 8px 22px #202d4612}.boxes-pipeline-select select:hover,.boxes-pipeline-select select:focus{border-color:#d4af377a;box-shadow:0 10px 26px #202d461a,0 0 0 3px #d4af371f}.boxes-pipeline-select select:focus-visible{outline-offset:2px;outline:3px solid #d4af3752}.boxes-filter-controls select{border:0;outline:0;min-width:116px;padding:0 4px}.boxes-board-shell{min-width:0;min-height:0;position:relative;overflow:hidden}.boxes-board{grid-auto-columns:minmax(286px,330px);grid-auto-flow:column;gap:16px;height:100%;min-height:0;padding:4px 2px 12px;display:grid;overflow:auto hidden}.boxes-all-table-shell,.boxes-all-empty{background:#fffffff0;border:1px solid #11182714;border-radius:6px;min-width:0;min-height:0;overflow:auto;box-shadow:0 14px 36px #202d4612}.boxes-all-empty{text-align:center;align-content:center;justify-items:center;gap:8px;padding:32px;display:grid}.boxes-all-empty p{color:var(--muted);margin:0}.boxes-all-table{table-layout:fixed;border-collapse:collapse;width:100%;min-width:1120px;font-size:13px}.boxes-all-table th,.boxes-all-table td{color:#111827;text-align:left;vertical-align:middle;border-bottom:1px solid #11182712;min-width:0;height:58px;padding:10px 12px}.boxes-all-table th{z-index:1;color:#334155;letter-spacing:0;text-transform:uppercase;white-space:nowrap;background:#f8fafc;height:44px;font-size:11px;font-weight:850;position:sticky;top:0}.boxes-all-table th:first-child,.boxes-all-table td:first-child{width:25%}.boxes-all-table th:nth-child(2),.boxes-all-table td:nth-child(2){width:18%}.boxes-all-table th:nth-child(3),.boxes-all-table td:nth-child(3){width:13%}.boxes-all-table th:nth-child(4),.boxes-all-table td:nth-child(4){width:10%}.boxes-all-table th:nth-child(5),.boxes-all-table td:nth-child(5),.boxes-all-table th:nth-child(6),.boxes-all-table td:nth-child(6),.boxes-all-table th:nth-child(7),.boxes-all-table td:nth-child(7),.boxes-all-table th:nth-child(8),.boxes-all-table td:nth-child(8){width:8%}.boxes-all-table th:nth-child(9),.boxes-all-table td:nth-child(9){width:10%}.boxes-all-table td:not(:first-child):not(:last-child){text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.boxes-all-table tbody tr{transition:background-color .15s}.boxes-all-table tbody tr:hover{background:#fffdf7}.boxes-all-title-button{width:100%;min-width:0;min-height:42px;box-shadow:none;color:var(--ink);text-align:left;cursor:pointer;background:0 0;border:0;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:10px;padding:0;display:grid}.boxes-all-title-button:hover,.boxes-all-title-button:focus-visible{box-shadow:none;outline-offset:2px;background:0 0;outline:2px solid #d4af3757}.boxes-all-title-button .box-avatar{border-radius:4px;width:34px;height:34px;font-size:11px}.boxes-all-title-button>span:last-child{gap:2px;min-width:0;display:grid}.boxes-all-title-button strong,.boxes-all-title-button small{text-overflow:ellipsis;white-space:nowrap;line-height:1.25;display:block;overflow:hidden}.boxes-all-title-button strong{font-size:13px;font-weight:850}.boxes-all-title-button small{color:var(--muted);font-size:12px}.boxes-all-actions{justify-content:flex-start;align-items:center;gap:6px;min-width:112px;display:flex}.boxes-all-actions .toolbar-icon-button{width:32px;height:32px;min-height:32px;box-shadow:none;background:0 0;border:0}.boxes-all-actions .toolbar-icon-button:hover,.boxes-all-actions .toolbar-icon-button:focus-visible{background:#eef2f7}.boxes-board-muted{opacity:.58}.boxes-stage-column{border:1px solid #11182714;border-top:4px solid var(--stage-accent);background:#ffffffdb;border-radius:6px;grid-template-rows:auto minmax(0,1fr) auto;gap:10px;min-width:286px;max-width:330px;min-height:100%;max-height:100%;padding:16px 12px 14px;display:grid;box-shadow:0 16px 38px #202d4612}.boxes-stage-header{text-transform:uppercase;color:#2b2b2b;justify-content:space-between;min-height:28px;padding:0 2px 4px;font-size:12px}.boxes-stage-header strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.boxes-stage-header span{background:color-mix(in srgb, var(--stage-accent) 14%, #fff);color:#171717;border-radius:4px;place-items:center;min-width:24px;height:22px;font-weight:800;display:inline-grid}.boxes-card-list{align-content:start;gap:10px;min-height:0;display:grid;overflow:hidden auto}.boxes-empty-column{color:var(--muted);margin:0;padding:12px 4px;font-size:12px;line-height:1.45}.box-card{width:100%;min-height:132px;color:var(--ink);text-align:left;background:#fff;border:1px solid #11182714;border-radius:4px;gap:8px;padding:14px;display:grid;box-shadow:0 12px 26px #202d460f}.box-card:hover,.box-card-active{background:linear-gradient(#fff 0%,#fffdf7 100%);border-color:#d4af3775;transform:translateY(-1px);box-shadow:0 18px 36px #2632411f}.box-card-main{align-items:start;gap:9px}.box-avatar{color:#f7efd8;background:linear-gradient(135deg,#111 0%,#353535 100%);border:1px solid #d4af373d;border-radius:4px;flex:none;place-items:center;width:38px;height:38px;font-size:12px;font-weight:850;display:inline-grid}.box-card-copy{gap:3px;min-width:0;display:grid}.box-card-copy strong,.box-card-copy span,.box-card small{text-overflow:ellipsis;overflow:hidden}.box-card-copy strong{color:var(--ink);white-space:nowrap;font-size:12px;line-height:1.25}.box-card-copy span,.box-card small{font-size:11px;line-height:1.35}.box-card small{-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:30px;display:-webkit-box}.box-risk{color:#6f5413;text-transform:uppercase;background:#fffaf0;border:1px solid #d4af3747;border-radius:4px;width:fit-content;padding:3px 8px;font-size:11px;font-weight:800}.box-risk-high,.box-overdue{color:#171717;background:#f4f4f4;border-color:#1111112e}.box-card-meta{flex-wrap:wrap;justify-content:space-between;gap:8px;font-size:11px}.box-card-meta span{align-items:center;gap:4px;display:inline-flex}.boxes-add-card{color:#6f5413;opacity:0;background:0 0;border:0;border-radius:4px;align-items:center;gap:6px;width:fit-content;min-height:32px;padding:0 8px;font-size:13px;font-weight:700;transition:opacity .12s,background .12s;display:inline-flex}.boxes-stage-column:hover .boxes-add-card,.boxes-add-card:focus-visible,.boxes-add-card:hover{opacity:1}.boxes-add-card:hover{background:#d4af371f}.boxes-loading-state,.boxes-error-state,.boxes-empty-state{border:1px solid var(--outline);text-align:center;background:#fbfcfe;border-radius:8px;align-content:center;place-items:center;gap:12px;min-height:260px;display:grid}.boxes-empty-state{z-index:2;width:min(420px,100% - 32px);min-height:0;padding:28px;box-shadow:0 16px 34px #11182714}.boxes-empty-state-overlay{position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%)}.boxes-empty-state strong,.boxes-error-state strong{font-size:18px}.boxes-empty-state p,.boxes-error-state p{color:var(--muted);margin:0}.boxes-empty-state div{justify-content:center;gap:10px;display:flex}.boxes-skeleton-grid{grid-template-columns:repeat(4,minmax(120px,180px));gap:12px;display:grid}.boxes-skeleton-column{background:linear-gradient(90deg,#f2f5f9 0%,#e9eef5 50%,#f2f5f9 100%);border-radius:8px;height:160px}.boxes-view-all{border:1px solid var(--outline);min-height:44px;color:var(--ink);white-space:nowrap;background:#fff;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:0 14px;font-weight:800;display:inline-flex}.boxes-view-all:hover{background:#f8fafc}.box-detail-backdrop{background:#0f172a61;place-items:center;padding:24px;display:grid}.box-detail-modal{background:linear-gradient(#fffffffa 0%,#f8fafcfa 100%);border:1px solid #ffffffd1;border-radius:8px;align-content:start;gap:14px;width:min(1040px,100vw - 48px);max-height:min(860px,100vh - 48px);padding:16px;display:grid;overflow:auto;box-shadow:0 30px 90px #0f172a52,inset 0 1px #ffffffeb}.box-detail-modal-header{justify-content:space-between;align-items:start;gap:12px;display:flex}.box-detail-hero{background:linear-gradient(135deg,#1111110d,#d4af371f 50%,#fff0 74%),#fff;border:1px solid #1118270f;border-radius:6px;grid-template-columns:auto minmax(0,1fr) auto;align-items:start;gap:16px;padding:16px;display:grid;box-shadow:0 14px 34px #202d4614}.box-detail-hero .box-avatar{border-radius:4px;width:54px;height:54px;font-size:15px;box-shadow:0 12px 26px #11111124}.box-detail-hero h2,.box-detail-hero p{margin:0}.box-detail-hero h2{text-overflow:ellipsis;white-space:nowrap;font-size:24px;line-height:1.15;overflow:hidden}.box-detail-title-block{gap:5px;min-width:0;display:grid}.box-detail-kicker{color:#6f5413;letter-spacing:.05em;text-transform:uppercase;font-size:11px;font-weight:850}.box-detail-meta-row{flex-wrap:wrap;align-items:center;gap:8px;margin-top:4px;display:flex}.box-detail-pill,.box-detail-status{border-radius:4px;align-items:center;min-height:26px;padding:0 10px;font-size:12px;font-weight:800;display:inline-flex}.box-detail-pill{color:#5f4610;background:#fffaf0;border:1px solid #d4af3752}.box-detail-status{color:#334155;text-transform:capitalize;background:#f8fafc;border:1px solid #11182714}.box-detail-status-won{color:#5f4610;background:#fffaf0;border-color:#d4af3757}.box-detail-status-lost{color:#171717;background:#f4f4f4;border-color:#11111129}.box-detail-actions{flex-wrap:wrap;justify-content:flex-start}.box-detail-action{color:#263241;cursor:pointer;background:#fff;border:1px solid #1118271a;border-radius:4px;justify-content:center;align-items:center;gap:8px;min-height:40px;padding:0 14px;font-weight:800;transition:border-color .18s,background-color .18s,box-shadow .18s,color .18s;display:inline-flex}.box-detail-action:hover,.box-detail-action:focus-visible{background:#fffaf0;border-color:#d4af3780;outline:0;box-shadow:0 0 0 3px #d4af3721}.box-detail-action-success{color:#5f4610;border-color:#d4af3757}.box-detail-action-quiet{color:#5f6b7a}.box-detail-content{grid-template-columns:minmax(0,1fr) minmax(280px,340px);align-items:start;gap:14px;display:grid}.box-detail-main,.box-detail-side{gap:14px;min-width:0;display:grid}.box-detail-side{gap:12px}.box-detail-section{background:#fff;border:1px solid #11182714;border-radius:6px;gap:10px;padding:14px;display:grid;box-shadow:0 10px 24px #202d460b}.box-detail-section-emphasis{background:linear-gradient(#fffaf0cc,#fffffffa);border-color:#d4af373d}.box-detail-next-action{background:#fffdf6;border-color:#d4af373d}.box-detail-section-heading{color:#6f5413;align-items:center;gap:8px;display:flex}.box-detail-side .box-detail-section{background:linear-gradient(#fff 0%,#fbfcfd 100%);border-radius:6px;gap:12px;padding:13px;box-shadow:0 8px 22px #202d460a}.box-detail-edit-section{border-color:#d4af3742}.box-detail-side-heading{align-items:center;gap:9px;min-height:30px;display:flex}.box-detail-side-icon{color:#5f4610;background:#fffaf0;border:1px solid #d4af3747;border-radius:4px;flex:none;place-items:center;width:28px;height:28px;display:grid}.box-detail-error-state{background:#fff7f6;border:1px solid #b3261e2e;border-radius:6px;gap:8px;padding:16px;display:grid}.box-detail-error-state strong{color:#9f1d16}.box-detail-section h3{text-transform:uppercase;letter-spacing:.05em;color:#334155;margin:0;font-size:12px}.box-detail-section p{line-height:1.5}.box-detail-modal input,.box-detail-modal select{color:#141414;border-color:#1118271a;border-radius:4px;width:100%;min-height:42px;padding:0 11px;transition:border-color .16s,box-shadow .16s,background-color .16s}.box-detail-edit-section label{gap:7px}.box-detail-edit-section label>span{color:#64748b;letter-spacing:.035em;text-transform:uppercase;font-size:11px;font-weight:850}.box-detail-edit-section .box-detail-grid{gap:8px}.box-detail-edit-section input,.box-detail-edit-section select{background:linear-gradient(#fff 0%,#fbfcfd 100%);border-color:#0f172a1f;border-radius:4px;min-height:40px;font-size:13px;font-weight:700}.box-detail-select-field{position:relative}.box-detail-select-trigger{color:#111;cursor:pointer;background:linear-gradient(#fff 0%,#fbfbfa 100%);border:1px solid #11111124;border-radius:4px;justify-content:space-between;align-items:center;gap:8px;width:100%;min-height:40px;padding:0 10px 0 12px;transition:border-color .16s,box-shadow .16s,background-color .16s;display:flex}.box-detail-select-trigger strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:13px;line-height:1.2;overflow:hidden}.box-detail-select-trigger:hover,.box-detail-select-trigger:focus-visible,.box-detail-select-trigger[aria-expanded=true]{background:#fffdf7;border-color:#d4af379e;outline:0;box-shadow:0 0 0 3px #d4af3724}.box-detail-select-menu{z-index:20;background:#fff;border:1px solid #11111129;border-radius:6px;width:max(100%,220px);max-height:240px;padding:5px;display:grid;position:absolute;top:calc(100% + 6px);left:0;overflow:auto;box-shadow:0 18px 40px #1111112e}.box-detail-select-option{color:#171717;cursor:pointer;text-align:left;background:0 0;border:0;border-radius:4px;justify-content:space-between;align-items:center;gap:10px;min-height:34px;padding:0 9px;font-size:13px;font-weight:650;display:flex}.box-detail-select-option span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.box-detail-select-option:hover,.box-detail-select-option:focus-visible{background:#f5f2ea;outline:0}.box-detail-select-option-active,.box-detail-select-option-active:hover,.box-detail-select-option-active:focus-visible{color:#f7efd8;background:#111}.box-detail-modal input:focus,.box-detail-modal select:focus{border-color:#d4af37;outline:0;box-shadow:0 0 0 3px #d4af3729}.box-detail-list{gap:8px;display:grid}.box-detail-timeline{max-height:220px;overflow:auto}.box-detail-footer{background:linear-gradient(#f8fafc00,#f8fafcfa 34%);justify-content:flex-end;padding:12px 0 0;display:flex;position:sticky;bottom:-16px}.box-detail-footer .primary-button{min-height:44px}.box-context-row{color:#4b5563;background:#fbfcfd;border:1px solid #11182712;border-radius:4px;margin:0;padding:9px 10px;font-size:13px}.box-memory-row{background:#fffdf7;border-left:3px solid #d4af378c;gap:3px;padding:10px 11px 10px 13px;display:grid}.box-memory-row strong{color:#253142;text-overflow:ellipsis;white-space:nowrap;font-size:12px;line-height:1.25;overflow:hidden}.box-memory-row span{color:#64748b;line-height:1.35}.box-detail-timeline-section{overflow:hidden}.box-detail-timeline{gap:0;max-height:230px;padding-left:3px;position:relative;overflow:auto}.box-timeline-row{background:0 0;border:0;border-radius:0;grid-template-columns:18px minmax(0,1fr);gap:7px;padding:0 0 14px;display:grid;position:relative}.box-timeline-row:before{content:"";background:#dbe4ee;width:1px;position:absolute;top:16px;bottom:-1px;left:6px}.box-timeline-row:last-child{padding-bottom:0}.box-timeline-row:last-child:before{display:none}.box-timeline-dot{z-index:1;background:#d4af37;border:3px solid #fff4d5;border-radius:999px;width:13px;height:13px;margin-top:2px;position:relative;box-shadow:0 0 0 1px #d4af3747}.box-timeline-row>span:last-child{background:#fff;border:1px solid #11182712;border-radius:4px;gap:2px;min-width:0;padding:8px 10px;display:grid}.box-timeline-row strong{color:#253142;text-overflow:ellipsis;white-space:nowrap;font-size:12px;line-height:1.3;overflow:hidden}.box-timeline-row small{color:#64748b;font-size:11px;font-weight:700}.box-modal-row,.create-box-advanced-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.box-detail-grid,.create-box-grid{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}@media (width<=900px){.boxes-header{flex-direction:column;align-items:stretch}.boxes-header-actions{flex-wrap:wrap;justify-content:flex-start}.boxes-filter-bar{grid-template-columns:1fr}.boxes-filter-controls{justify-content:stretch}.boxes-filter-controls label{flex:1 1 0;min-width:0}.boxes-filter-controls select{width:100%;min-width:0}.box-detail-modal{width:min(760px,100vw - 32px);max-height:calc(100vh - 32px)}.box-detail-content{grid-template-columns:1fr}}@media (width<=620px){.boxes-header{border-radius:6px;gap:18px;padding:16px}.boxes-header h1{font-size:26px}.boxes-header-actions,.boxes-pipeline-select,.boxes-pipeline-select select,.boxes-header-actions .primary-button,.boxes-view-all{width:100%}.boxes-header-stat{flex:96px;min-width:0}.boxes-filter-controls,.box-detail-actions{grid-template-columns:1fr;display:grid}.boxes-search-field{min-width:0}.box-detail-backdrop{align-items:end;padding:0}.box-detail-modal{border-radius:8px 8px 0 0;width:100vw;max-height:min(92vh,100vh - 16px);padding:16px}.box-detail-hero{border-radius:6px;grid-template-columns:auto minmax(0,1fr) auto;padding:12px}.box-detail-hero .box-avatar{border-radius:4px;width:44px;height:44px}.box-detail-hero h2{font-size:20px}.box-detail-grid{grid-template-columns:1fr}.box-detail-footer{bottom:-16px}.box-detail-footer .primary-button,.box-detail-action{width:100%}}.box-linked-thread{color:#111827;text-align:left;cursor:pointer;background:#fff;border:1px solid #11182714;border-radius:6px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;width:100%;min-height:56px;padding:10px 12px;transition:border-color .16s,background-color .16s,box-shadow .16s;display:grid}.box-linked-thread:hover,.box-linked-thread:focus-visible{background:#fffdf7;border-color:#d4af375c;outline:0;box-shadow:0 0 0 3px #d4af3721}.box-linked-thread>span:not(.box-linked-thread-icon){gap:3px;min-width:0;display:grid}.box-linked-thread strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.box-linked-thread small{color:var(--muted);font-size:12px}.box-linked-thread-icon{color:#5f4610;background:#fffaf0;border-radius:4px;place-items:center;width:34px;height:34px;display:grid}.box-suggestion-card{background:#fffdf7;border:1px solid #d4af3742;border-radius:4px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px;margin:12px 16px 0;padding:14px;display:grid}.box-suggestion-card strong{color:#171717;font-size:13px;line-height:1.35;display:block}.box-suggestion-card p{color:var(--muted);margin:4px 0 0;font-size:12px;line-height:1.45}.box-suggestion-card>div:last-child{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.box-suggestion-card .primary-button,.box-suggestion-card .ghost-button{border-radius:4px;min-height:34px;padding-inline:12px;font-size:12px;font-weight:800}.box-suggestion-panel strong{color:#174ea6;font-size:13px;font-weight:700;line-height:1.35;display:block}.box-suggestion-panel p{color:var(--muted);margin:4px 0 0;font-size:12px;line-height:1.45}.box-suggestion-panel .actions{gap:8px;margin-top:4px;display:grid}.box-suggestion-panel .actions-row{grid-template-columns:1fr 1fr;gap:8px;display:grid}.box-suggestion-panel .primary-button{border-radius:4px;justify-content:center;width:100%;min-height:34px;font-size:12px;font-weight:800}.box-suggestion-panel .ghost-button{color:#111827;background:#fff;border:1px solid #11182714;border-radius:4px;justify-content:center;width:100%;min-height:34px;font-size:12px;font-weight:750}.box-suggestion-panel .ghost-button:hover{color:#134e4a;background:#f0fdfa;border-color:#0d948847}.note-row{border-width:0 0 1px;border-radius:0;justify-content:space-between;width:100%;padding:14px;display:flex}.note-row span:first-child{gap:4px;display:grid}.notes-panel{background:#fbfbfa;border:0;border-radius:0;grid-template-rows:auto auto auto auto;gap:10px;width:100%;min-width:0;max-width:100%;min-height:0;padding:16px 20px;overflow:hidden}.notes-header,.notes-topbar,.notes-header-actions,.notes-category-tabs,.notes-sort-controls,.notes-detail-header,.notes-detail-title-row,.notes-detail-tools,.notes-tag-row,.notes-source-block,.notes-bottom-actions,.notes-insights-title,.notes-profile-row,.notes-suggestion-row,.notes-modal-header,.notes-modal-actions,.notes-row-meta,.notes-detail-meta-row,.notes-low-quality-state div{align-items:center;gap:10px;display:flex}.notes-header,.notes-topbar,.notes-detail-header,.notes-source-block,.notes-modal-header,.notes-modal-actions{justify-content:space-between}.notes-header{flex-wrap:wrap}.notes-title-block,.notes-detail-header>div:first-child{min-width:0}.notes-title-block h1,.notes-title-block p,.notes-detail-panel h2,.notes-detail-panel h3,.notes-detail-panel p,.notes-insight-card h3,.notes-insight-card p,.notes-compose-modal h2,.notes-compose-modal p{margin:0}.notes-title-block h1{font-size:26px;line-height:1.1}.notes-title-block p,.notes-detail-header p,.notes-detail-section p,.notes-insight-card p,.notes-row-main small,.notes-row-preview,.notes-row-time,.notes-list-footer,.notes-update-row span,.notes-profile-row span,.notes-related-row small,.notes-source-block span,.notes-compose-modal p,.notes-compact-empty,.notes-list-empty p,.notes-detail-meta-row,.notes-low-quality-state span,.notes-update-row small{color:var(--muted)}.notes-header-actions{flex-wrap:wrap;flex:0 560px;justify-content:flex-end;min-width:0}.notes-new-note-button{white-space:nowrap;border-radius:8px}.notes-approval-link{color:var(--accent);font:inherit;cursor:pointer;background:0 0;border:0;align-items:center;gap:6px;margin-top:10px;padding:0;font-size:13px;font-weight:700;display:inline-flex}.notes-approval-link:hover{color:var(--accent-strong)}.notes-search-control{border:1px solid var(--outline);width:min(430px,100%);min-width:0;max-width:430px;height:44px;color:var(--muted);background:#fff;border-radius:8px;flex:260px;align-items:center;gap:8px;padding:0 14px;display:flex}.notes-search-control input{background:0 0;border:0;outline:0;width:100%}.notes-category-tabs{flex-wrap:wrap;min-width:0}.notes-category-tab{border:1px solid var(--outline);min-height:34px;color:var(--ink);background:#fff;border-radius:8px;align-items:center;gap:7px;padding:0 12px;font-size:13px;font-weight:800;display:inline-flex}.notes-category-tab strong{background:#11111112;border-radius:999px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 6px;font-size:11px;display:inline-flex}.notes-category-tab.active{color:#fff;background:#111;border-color:#111}.notes-category-tab.active strong{background:#ffffff2e}.notes-edit-grid input,.notes-edit-grid select,.notes-edit-grid textarea,.notes-compose-modal input,.notes-compose-modal select,.notes-compose-modal textarea{border:1px solid var(--outline);width:100%;min-height:40px;color:var(--ink);background:#fff;border-radius:8px}.notes-compose-modal textarea,.notes-edit-grid textarea{resize:vertical;min-height:128px;padding:10px;line-height:1.45}.notes-icon-bubble,.notes-row-avatar{border-radius:999px;flex:none;justify-content:center;align-items:center;display:inline-flex}.notes-row-avatar{width:34px;height:34px}.notes-icon-bubble.green,.notes-row-avatar.green{color:#159947;background:#dcf7e3}.notes-icon-bubble.orange,.notes-row-avatar.orange{color:#f37b12;background:#fff0d9}.notes-icon-bubble.blue,.notes-row-avatar.blue{color:#0b7be9;background:#e3f0ff}.notes-icon-bubble.purple,.notes-row-avatar.purple{color:#7954df;background:#efe8ff}.notes-icon-bubble.neutral,.notes-row-avatar.neutral{color:#4b5563;background:#f1f2f4}.notes-workspace{grid-template-columns:minmax(320px,360px) minmax(420px,1fr) minmax(300px,340px);align-items:start;gap:14px;min-width:0;height:calc(100vh - 226px);min-height:0;display:grid}.notes-list-panel,.notes-detail-panel,.notes-insights-panel{background:#fff;border:1px solid #11111114;border-radius:8px;min-width:0;min-height:0}.notes-list-panel{grid-template-rows:1fr auto;height:100%;max-height:100%;display:grid;overflow:hidden}.notes-list{border:0;border-radius:0;align-content:start;height:100%;max-height:none;display:grid;overflow:auto}.note-row{background:0 0;border:0 solid #11111114;border-bottom-width:1px;border-radius:0;grid-template-columns:34px minmax(0,1fr) 58px;align-items:start;gap:10px;min-width:0;min-height:88px;padding:10px 12px;display:grid;position:relative}.note-row .notes-row-avatar{display:inline-flex}.note-row-active{background:#f7f9fb;box-shadow:inset 2px 0 #111}.note-row:hover{background:#f7f9fb}.notes-row-main{gap:5px;min-width:0;display:grid}.notes-row-title-line{align-items:center;gap:8px;min-width:0;display:flex}.notes-row-title-line strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.notes-row-main small,.notes-row-preview{-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.notes-row-main small{-webkit-line-clamp:1;overflow-wrap:anywhere;text-transform:none;flex:auto;min-width:0}.notes-row-meta{flex-wrap:nowrap;gap:6px;min-width:0}.notes-row-preview{-webkit-line-clamp:1;font-size:13px;line-height:1.45}.notes-row-time{text-align:right;white-space:nowrap;justify-self:end;font-size:12px}.notes-type-badge{white-space:nowrap;border-radius:6px;align-items:center;min-height:22px;padding:0 8px;font-size:11px;font-weight:800;display:inline-flex}.notes-ai-badge{border:1px solid var(--outline);min-height:18px;color:var(--muted);white-space:nowrap;border-radius:5px;align-items:center;padding:0 5px;font-size:11px;font-weight:800;display:inline-flex}.notes-type-badge.green{color:#178a43;background:#dff5e5}.notes-type-badge.orange{color:#dd6b0d;background:#fff0d9}.notes-type-badge.blue{color:#146bd1;background:#e5f0ff}.notes-type-badge.neutral{color:#4f5662;background:#f0f1f3}.notes-type-badge.blocked{color:#b91c1c;background:#fee2e2}.notes-list-footer{border-top:1px solid #11111114;justify-content:space-between;align-items:center;gap:10px;padding:12px 16px;font-size:13px;display:flex}.notes-list-footer .secondary-button{border-radius:8px;min-height:36px}.notes-list-sentinel{width:100%;height:1px}.notes-list-page-status{color:var(--muted);text-align:center;padding:12px 16px;font-size:13px}.notes-load-more-button{justify-self:center;margin:12px 16px}.notes-list-empty{text-align:center;place-items:center;gap:8px;padding:36px 24px;display:grid}.notes-list-empty strong{font-size:15px}.notes-detail-panel{align-content:start;gap:14px;max-height:100%;padding:16px;display:grid;overflow:auto}.notes-back-button{min-height:34px;color:var(--accent);background:0 0;border:0;justify-self:start;padding:0;font-size:13px;font-weight:800;display:none}.notes-empty-detail{text-align:center;color:var(--muted);align-content:center;place-items:center}.notes-detail-title-row{flex-wrap:wrap;align-items:flex-start}.notes-detail-title-row h2{-webkit-line-clamp:2;overflow-wrap:anywhere;-webkit-box-orient:vertical;max-width:100%;font-size:20px;line-height:1.25;display:-webkit-box;overflow:hidden}.notes-context-button{display:none}.notes-detail-meta-row{flex-wrap:wrap;margin-top:8px;font-size:12px}.notes-detail-tools{flex-wrap:wrap;align-self:start;display:flex}.notes-detail-tools .secondary-button,.notes-detail-tools .primary-button,.notes-bottom-actions .secondary-button,.notes-bottom-actions a,.notes-source-block .secondary-button{border-radius:8px;min-height:38px}.notes-tag-row{flex-wrap:wrap}.notes-tag-row span{color:#354052;background:#f3f6f8;border-radius:8px;min-height:30px;padding:6px 10px;font-size:12px;font-weight:800}.notes-detail-section{gap:8px;display:grid}.notes-detail-section h3,.notes-insight-card h3{color:var(--muted);letter-spacing:0;text-transform:uppercase;font-size:12px}.notes-summary-section p{color:var(--ink);font-size:14px;line-height:1.55}.notes-detail-section ul{margin:0;padding-left:18px}.notes-detail-section li{margin:4px 0;line-height:1.45}.notes-checklist{gap:8px;list-style:none;display:grid;padding-left:0!important}.notes-checklist li{grid-template-columns:auto minmax(0,1fr);align-items:start;gap:9px;display:grid}.notes-checkbox{border:1px solid var(--outline-strong);border-radius:4px;width:15px;height:15px;margin-top:3px}.notes-low-quality-state{border:1px dashed var(--outline);background:#fbfbfb;border-radius:8px;gap:10px;padding:12px;display:grid}.notes-low-quality-state strong{font-size:14px}.notes-low-quality-state div{flex-wrap:wrap}.notes-source-block div,.notes-edit-grid label,.notes-update-row{gap:4px;display:grid}.notes-edit-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding-top:4px;display:grid}.notes-edit-grid label{color:var(--muted);font-size:12px;font-weight:800}.notes-edit-body{grid-column:1/-1}.notes-bottom-actions{flex-wrap:wrap;justify-content:flex-start;padding-top:4px}.notes-metadata-details{color:var(--muted);font-size:13px}.notes-metadata-details summary{cursor:pointer;font-weight:800}.notes-insights-panel{align-content:start;gap:10px;max-height:100%;padding:14px;display:grid;overflow:auto}.notes-insights-compact{border:0;padding:0}.notes-insights-title{justify-content:space-between;min-height:28px;font-weight:900}.notes-insights-title span{align-items:center;gap:8px;display:inline-flex}.notes-insight-card{border:1px solid var(--outline);background:0 0;border-width:0 0 1px;border-radius:0;gap:10px;padding:0 0 14px;display:grid}.notes-profile-row{align-items:flex-start}.notes-profile-row div{gap:3px;min-width:0;display:grid}.notes-related-row{width:100%;color:inherit;text-align:left;background:0 0;border:0;border-bottom:1px solid #1111110f;gap:2px;padding:8px 0;text-decoration:none;display:grid}.notes-related-row:last-child{border-bottom:0}.notes-suggestion-row{align-items:flex-start;gap:8px;font-size:13px;line-height:1.4;display:grid}.notes-suggestion-row .secondary-button,.notes-insight-card>.secondary-button{justify-self:start;width:fit-content}.notes-update-row{grid-template-columns:54px minmax(0,1fr);align-items:start;font-size:13px}.notes-update-row span,.notes-update-row small{-webkit-box-orient:vertical;min-width:0;display:-webkit-box;overflow:hidden}.notes-update-row span{-webkit-line-clamp:1;font-weight:800}.notes-update-row small{-webkit-line-clamp:2;grid-column:2;line-height:1.35}.notes-text-button{min-height:30px;color:var(--accent);background:0 0;border:0;justify-self:start;padding:0;font-size:13px;font-weight:800}.notes-compact-empty{border:1px solid var(--outline);background:#fbfbfb;border-radius:8px;padding:14px;font-size:13px}.notes-modal-backdrop{z-index:50;background:#11111147;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.notes-compose-modal{background:#fff;border:1px solid #1111111f;border-radius:10px;gap:14px;width:min(620px,100%);max-height:min(760px,100vh - 48px);padding:20px;display:grid;overflow:auto;box-shadow:0 24px 70px #1111113d}.notes-confirm-modal{width:min(460px,100%)}.notes-recent-modal{width:min(720px,100%)}.notes-compose-modal label{color:var(--muted);gap:6px;font-size:12px;font-weight:800;display:grid}.notes-note-body-label textarea{min-height:150px}.notes-related-selector{grid-template-columns:1fr;gap:10px;display:grid}.notes-selected-topic{color:#fff;background:#111;border:1px solid #111;border-radius:8px;justify-self:start;align-items:center;gap:8px;max-width:100%;min-height:34px;padding:0 10px;font-size:13px;font-weight:800;display:inline-flex}.notes-selected-topic span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.notes-topic-picker{border:1px solid var(--outline);background:#fbfbfb;border-radius:8px;gap:8px;max-height:300px;padding:10px;display:grid;overflow:auto}.notes-topic-group{gap:6px;display:grid}.notes-topic-group summary{min-height:36px;color:var(--ink);cursor:pointer;border-radius:8px;grid-template-columns:minmax(0,1fr) auto 18px;align-items:center;gap:8px;padding:0 8px;font-size:12px;font-weight:900;list-style:none;display:grid}.notes-topic-group summary::-webkit-details-marker{display:none}.notes-topic-group summary:hover{background:#f1f2f4}.notes-topic-group summary span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.notes-topic-group summary strong{min-width:22px;height:22px;color:var(--muted);background:#11111112;border-radius:999px;justify-content:center;align-items:center;padding:0 6px;font-size:11px;display:inline-flex}.notes-topic-group summary .app-icon{color:var(--muted);transition:transform .16s}.notes-topic-group[open] summary .app-icon{transform:rotate(180deg)}.notes-topic-group p{color:var(--muted);margin:0;font-size:12px}.notes-topic-option{width:100%;min-height:44px;color:var(--ink);text-align:left;background:#fff;border:1px solid #0000;border-radius:8px;grid-template-columns:30px minmax(0,1fr);align-items:center;gap:8px;padding:7px 9px;display:grid}.notes-topic-option:hover{border-color:var(--outline)}.notes-topic-option.active{background:#f3f6f8;border-color:#111}.notes-topic-option>span:last-child{gap:2px;min-width:0;display:grid}.notes-topic-option strong,.notes-topic-option small,.notes-topic-option>span:last-child{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.notes-topic-option strong{font-size:13px}.notes-topic-option small{color:var(--muted);font-size:12px}.notes-topic-icon{color:#146bd1;background:#e3f0ff;border-radius:8px;justify-content:center;align-items:center;width:30px;height:30px;display:inline-flex}.notes-topic-icon.neutral{color:#4b5563;background:#f1f2f4}.notes-missing-recipient{color:#a85100;background:#fff8ef;border:1px solid #ffd6a8;border-radius:8px;align-items:center;gap:8px;padding:10px 12px;font-size:13px;font-weight:800;display:flex}.notes-changes-list{gap:8px;max-height:min(540px,100vh - 190px);display:grid;overflow:auto}.notes-change-row{border-bottom:1px solid var(--outline);grid-template-columns:150px minmax(120px,180px) minmax(0,1fr) 70px;align-items:start;gap:10px;padding:10px 0;font-size:13px;display:grid}.notes-change-row time,.notes-change-row small{color:var(--muted)}.notes-change-row span{min-width:0}.notes-context-backdrop{z-index:48;background:#11111140;justify-content:flex-end;display:flex;position:fixed;inset:0}.notes-context-drawer{background:#fff;align-content:start;gap:14px;width:min(380px,100vw - 28px);height:100%;padding:18px;display:grid;overflow:auto;box-shadow:-20px 0 60px #1111112e}.notes-context-drawer-header{justify-content:space-between;align-items:center;gap:12px;display:flex}@media (width<=1320px){.notes-workspace{grid-template-columns:minmax(320px,360px) minmax(420px,1fr)}.notes-workspace>.notes-insights-panel{display:none}.notes-context-button{display:inline-flex}}@media (width<=1020px){.notes-header-actions{display:contents}.notes-search-control{flex-basis:100%;order:2;width:100%;max-width:none}.notes-new-note-button{order:1;margin-left:auto}.notes-category-tabs{flex-wrap:nowrap;padding-bottom:2px;overflow-x:auto}.notes-category-tab{flex:none}}@media (width<=900px){.notes-workspace{grid-template-columns:1fr;height:auto}.notes-list-panel{display:grid}.notes-detail-panel,.notes-workspace-detail-open .notes-list-panel{display:none}.notes-workspace-detail-open .notes-detail-panel{display:grid}.notes-back-button{display:inline-flex}.notes-list{max-height:none}.notes-detail-title-row h2{font-size:18px}.notes-detail-header{align-items:flex-start}}@media (width<=760px){.notes-panel{padding:16px;overflow:auto}.notes-topbar{flex-direction:column;align-items:stretch}.notes-header{align-items:flex-start}.notes-title-block{flex:none;order:0}.notes-header-actions,.notes-low-quality-state div{justify-content:flex-start}.notes-header-actions{display:contents}.notes-new-note-button{order:1;margin-left:auto}.notes-search-control{order:2;width:100%;min-width:0;max-width:none}.notes-compose-grid,.notes-edit-grid,.notes-change-row{grid-template-columns:1fr}.note-row{grid-template-columns:32px minmax(0,1fr) 48px;gap:9px;min-height:96px;padding:11px}.notes-row-avatar{width:32px;height:32px}.notes-row-meta small{display:none}.notes-row-time{font-size:11px}.notes-detail-header{gap:10px;display:grid}.notes-detail-tools{width:100%}.notes-bottom-actions .secondary-button,.notes-bottom-actions a{min-height:34px}}@media (width<=900px){.notes-back-button{display:inline-flex}}.people-panel{box-sizing:border-box;background:#fcfcfb;flex-direction:column;gap:16px;height:100%;min-height:0;padding:24px;display:flex;position:relative;overflow:hidden}.people-header-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.people-add-contact-btn{white-space:nowrap;flex-shrink:0}.people-kpi-badges{color:var(--muted);flex-wrap:wrap;align-items:center;gap:16px;font-size:13px;font-weight:500;display:flex}.people-internal-people-badge,.people-external-people-badge{white-space:nowrap;align-items:center;gap:6px;display:flex}.people-workspace{flex:1;grid-template-columns:minmax(300px,360px) minmax(0,1fr);align-items:stretch;gap:20px;min-width:0;height:calc(100vh - 220px);min-height:0;display:grid}.people-list-panel{background:#fff;border:1px solid #1111110f;border-radius:16px;grid-template-rows:1fr auto;height:100%;max-height:100%;display:grid;overflow:hidden;box-shadow:0 4px 12px #11111104}.people-list{border:0;align-content:start;height:100%;display:grid;overflow-y:auto}.people-row{text-align:left;cursor:pointer;background:0 0;border:0;border-bottom:1px solid #1111110a;grid-template-columns:40px minmax(0,1fr);align-items:center;gap:12px;width:100%;min-height:80px;padding:14px 16px;transition:background-color .15s;display:grid;position:relative}.people-row:hover{background:#11111105}.people-row-active{background:#d4af370d;box-shadow:inset 4px 0 #d4af37}.people-row-avatar-wrap{justify-content:center;align-items:center;display:flex}.people-avatar{text-transform:uppercase;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:14px;font-weight:700;display:inline-flex;box-shadow:0 2px 6px #0000000d}.people-row-main{flex-direction:column;gap:4px;min-width:0;display:flex}.people-row-title-line{justify-content:space-between;align-items:center;gap:8px;width:100%;display:flex}.people-row-title-line strong{color:#171717;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:600;overflow:hidden}.people-row-meta{align-items:center;gap:6px;min-width:0;display:flex}.people-row-preview{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.people-kpi-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.people-kpi-card{background:#fff;border:1px solid #1111110f;border-radius:14px;align-items:center;gap:14px;padding:16px;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 2px 6px #11111103}.people-kpi-card:hover{transform:translateY(-2px);box-shadow:0 6px 16px #1111110d}.people-kpi-icon{border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;font-size:16px;display:inline-flex}.people-kpi-icon.neutral{color:#404040;background:#1111110d}.people-kpi-icon.orange{color:#b89114;background:#d4af371f}.people-kpi-icon.red{color:#b3261e;background:#b3261e1a}.people-kpi-info{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.people-kpi-info span{color:var(--muted);font-size:12px;font-weight:500}.people-kpi-info strong{color:#171717;font-size:20px;font-weight:700}.people-detail-panel{background:#fff;border:1px solid #1111110f;border-radius:16px;flex-direction:column;gap:20px;height:100%;padding:20px;display:flex;overflow-y:auto;box-shadow:0 4px 12px #11111104}.people-cardvisit-header{background:linear-gradient(135deg,#fff 0%,#f9f9f8 100%);border:1px solid #1111110f;border-radius:14px;align-items:center;gap:20px;padding:20px;display:flex;position:relative;box-shadow:0 2px 8px #00000005}.people-cardvisit-main{flex-direction:column;flex:1;gap:8px;min-width:0;display:flex}.people-cardvisit-name{color:#171717;margin:0;font-size:22px;font-weight:700}.people-cardvisit-meta{color:var(--muted);flex-wrap:wrap;align-items:center;gap:8px;font-size:13px;display:flex}.people-cardvisit-actions{gap:8px;margin-top:10px;display:flex}.people-cardvisit-actions button{border-radius:8px;align-items:center;gap:6px;height:auto;min-height:auto;padding:8px 14px;font-size:13px;font-weight:600;display:inline-flex}.people-cardvisit-actions button.danger-button{color:#dc2626;background:#fef2f2;border:1px solid #fca5a5;transition:all .2s}.people-cardvisit-actions button.danger-button:hover{color:#b91c1c;background:#fee2e2;border-color:#f87171;box-shadow:0 2px 6px #dc26261a}.people-section{background:#fafaf9;border:1px solid #1111110d;border-radius:12px;flex-direction:column;gap:12px;padding:18px;display:flex}.people-section h3{color:#404040;text-transform:uppercase;letter-spacing:.05em;margin:0;font-size:14px;font-weight:700}.people-relationship-grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.people-stat-card{background:#fff;border:1px solid #1111110a;border-radius:8px;flex-direction:column;gap:4px;padding:10px 12px;display:flex}.people-stat-card small{color:var(--muted);text-transform:uppercase;font-size:11px;font-weight:600}.people-stat-card span{color:#171717;font-size:13px;font-weight:600}.people-strength-container{flex-direction:column;gap:6px;margin-top:4px;display:flex}.people-strength-bar-bg{background:#1111110f;border-radius:3px;width:100%;height:6px;overflow:hidden}.people-strength-bar-fg{background:linear-gradient(90deg,#b89114 0%,#d4af37 100%);border-radius:3px;height:100%;transition:width .3s}.people-promises-list{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.people-promise-item{color:#171717;align-items:flex-start;gap:10px;font-size:13px;line-height:1.5;display:flex}.people-promise-checkbox{background:0 0;border:1.5px solid #d4af37;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;margin-top:2px;display:inline-flex}.people-promise-checkbox:after{content:"";opacity:.8;background:#d4af37;border-radius:1px;width:8px;height:8px;display:block}.people-timeline{border-left:2px dotted #1111111f;flex-direction:column;gap:16px;margin-left:6px;padding-left:16px;display:flex;position:relative}.people-timeline-item{color:#171717;font-size:13px;line-height:1.45;position:relative}.people-timeline-dot{background:#d4af37;border:2px solid #fff;border-radius:50%;width:10px;height:10px;position:absolute;top:6px;left:-22px;box-shadow:0 0 0 2px #d4af3733}.people-timeline-content{flex-direction:column;gap:2px;display:flex}.people-timeline-timestamp{color:var(--muted,#8a8a8a);letter-spacing:.3px;opacity:.8;font-family:SF Mono,Fira Code,monospace;font-size:10px;font-weight:500}.people-thread-preview{color:inherit;background:#fff;border:1px solid #1111110d;border-radius:10px;justify-content:space-between;align-items:center;gap:12px;padding:12px;transition:transform .15s,box-shadow .15s;display:flex;text-decoration:none!important}.people-thread-preview:hover{border-color:#1111111a;transform:translateY(-1px);box-shadow:0 4px 10px #00000008}.people-thread-preview-info{align-items:center;gap:10px;min-width:0;display:flex}.people-thread-preview-icon{color:#4b5563;background:#f1f2f4;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex}.people-thread-preview-subject{color:#171717;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:600;overflow:hidden}.companies-external-people-badge{color:var(--muted);flex-shrink:0;align-items:center;gap:6px;font-size:13px;font-weight:500;display:flex}@media (width<=1200px){.people-workspace{grid-template-columns:minmax(280px,320px) minmax(0,1fr);gap:14px}}@media (width<=992px){.notes-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.notes-title-block{flex:200px;min-width:0}.people-header-actions,.notes-header-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.notes-search-control{flex:180px;min-width:0}}@media (width<=900px){.people-panel{gap:12px;height:auto;min-height:0;padding:16px;overflow-y:auto}.people-workspace{flex:auto;grid-template-columns:minmax(0,1fr);height:auto;min-height:0}.people-list-panel{flex-direction:column;height:auto;min-height:280px;display:flex}.people-detail-panel,.notes-workspace-detail-open .people-list-panel{display:none}.notes-workspace-detail-open .people-detail-panel{flex-direction:column;width:100%;display:flex}.notes-back-button{display:inline-flex}}@media (width<=760px){.notes-topbar{flex-direction:column;align-items:stretch;gap:12px}.notes-category-tabs{scrollbar-width:none;-webkit-overflow-scrolling:touch;flex-wrap:nowrap;width:100%;padding-bottom:4px;overflow-x:auto}.notes-category-tab{flex:none}.people-kpi-badges,.companies-external-people-badge{gap:12px;font-size:12px}.people-cardvisit-header{flex-direction:column;align-items:flex-start;gap:14px}.people-cardvisit-main{width:100%}.people-cardvisit-actions{justify-content:flex-start;width:100%}.companies-create-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.people-panel{padding:12px}.notes-header{flex-direction:column;align-items:stretch}.people-header-actions,.notes-header-actions{flex-direction:column-reverse;align-items:stretch;width:100%}.people-add-contact-btn,.companies-add-button{justify-content:center;width:100%}.notes-search-control{width:100%;max-width:none}.people-cardvisit-actions{flex-direction:column}.people-cardvisit-actions button{justify-content:center;width:100%}.people-relationship-grid,.companies-create-grid,.companies-new-person-row{grid-template-columns:1fr}}@media (width<=480px){.people-row{grid-template-columns:36px minmax(0,1fr);gap:10px;padding:10px 12px}.people-avatar{width:36px;height:36px;font-size:13px}}.people-edit-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;max-height:60vh;padding-right:4px;display:grid;overflow-y:auto}.people-edit-grid label{color:var(--muted);flex-direction:column;gap:6px;font-size:12px;font-weight:600;display:flex}.people-edit-grid input,.people-edit-grid select,.people-edit-grid textarea{border:1px solid var(--outline,#e4e4e7);background:var(--surface,#fff);color:#171717;box-sizing:border-box;border-radius:8px;width:100%;padding:8px 10px;font-size:13px}.people-edit-grid .people-edit-select-unavailable{opacity:.48;cursor:not-allowed}.people-edit-grid .people-edit-full{grid-column:1/-1}@media (width<=640px){.people-edit-grid{grid-template-columns:1fr}}.companies-kpi-grid{grid-template-columns:repeat(4,1fr)}.companies-avatar{border-radius:12px}.companies-add-button{white-space:nowrap}.companies-create-backdrop{z-index:1200;background:#1111116b;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.companies-create-form{background:#fff;border:1px solid #1111110f;border-radius:14px;gap:14px;width:min(760px,100%);max-height:min(720px,100dvh - 48px);padding:20px;display:grid;overflow-y:auto;box-shadow:0 24px 64px #1111112e}.companies-create-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.companies-create-header h2{color:#171717;margin:0;font-size:20px;font-weight:750}.companies-create-header p{color:var(--muted);margin:4px 0 0;font-size:13px;line-height:1.45}.companies-create-close{border:1px solid var(--outline);background:var(--surface);width:36px;height:36px;color:var(--muted);cursor:pointer;border-radius:10px;justify-content:center;align-items:center;font-size:18px;font-weight:700;line-height:1;display:inline-flex}.companies-create-close:hover{border-color:var(--outline-strong);color:var(--ink)}.companies-create-people{background:#fafaf9;border:1px solid #1111110f;border-radius:12px;gap:10px;padding:14px;display:grid}.companies-create-people-head{flex-direction:column;gap:2px;display:flex}.companies-create-people-head strong{color:#171717;font-size:14px}.companies-create-people-head span,.companies-create-muted{color:var(--muted);margin:0;font-size:12px;line-height:1.45}.companies-existing-people{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;max-height:190px;display:grid;overflow-y:auto}.companies-person-choice{background:#fff;border:1px solid #1111110f;border-radius:10px;grid-template-columns:auto minmax(0,1fr);align-items:center;padding:10px;gap:10px!important;display:grid!important}.companies-person-choice input{width:16px!important;min-height:16px!important}.companies-person-choice span{gap:2px;min-width:0;display:grid}.companies-person-choice strong,.companies-person-choice small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.companies-person-choice strong{color:#171717;font-size:13px}.companies-person-choice small{color:var(--muted);font-size:11px}.companies-new-person-row{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr) auto;gap:8px;display:grid}.companies-new-people-list{flex-wrap:wrap;gap:6px;display:flex}.companies-new-people-list .notes-type-badge{align-items:center;gap:6px;display:inline-flex}.companies-new-people-list button{color:inherit;cursor:pointer;font:inherit;background:0 0;border:0;padding:0 2px;font-weight:800}.companies-create-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.companies-create-form label{gap:6px;min-width:0;display:grid}.companies-create-form label>span{color:var(--muted);font-size:12px;font-weight:700}.companies-create-form input,.companies-create-form select,.companies-create-form textarea{border:1px solid var(--outline);background:var(--surface);width:100%;min-height:42px;color:var(--ink);font:inherit;border-radius:10px;padding:9px 11px;font-size:14px}.companies-create-form textarea{resize:vertical;min-height:78px}.companies-create-form input:focus,.companies-create-form select:focus,.companies-create-form textarea:focus{border-color:var(--brand-gold);box-shadow:0 0 0 3px var(--brand-gold-border);outline:0}.companies-create-actions{justify-content:flex-end;gap:8px;display:flex}.companies-delete-confirm{background:#fef2f2;border:1px solid #fca5a5;border-radius:12px;gap:14px;padding:16px;display:grid}.companies-delete-confirm strong{color:#991b1b;font-size:14px;font-weight:700}.companies-delete-confirm p{color:#7f1d1d;margin:4px 0 0;font-size:13px;line-height:1.5}.companies-delete-actions{justify-content:flex-end;gap:8px;display:flex}.companies-people-list{gap:8px;display:grid}.companies-person-row{background:#fff;border:1px solid #1111110d;border-radius:10px;justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;display:flex}.companies-person-row div{gap:2px;min-width:0;display:grid}.companies-person-row strong,.companies-person-row span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.companies-person-row div>span{color:var(--muted);font-size:12px}@media (width<=900px){.companies-kpi-grid{grid-template-columns:repeat(2,1fr)}.companies-create-grid,.companies-existing-people,.companies-new-person-row{grid-template-columns:1fr}.companies-create-backdrop{align-items:flex-end;padding:12px}.companies-create-form{max-height:calc(100dvh - 24px)}.companies-create-actions,.companies-delete-actions{flex-direction:column-reverse}}.search-suggestions-list{flex-wrap:wrap;justify-content:center;gap:8px;max-width:440px;display:flex}.search-suggestion-pill{background:var(--surface-muted);border:1px solid var(--outline);color:var(--ink);cursor:pointer;border-radius:8px;align-items:center;gap:6px;padding:6px 12px;font-size:13px;font-weight:500;transition:all .15s;display:inline-flex}.search-suggestion-pill:hover{background:var(--surface-hover);border-color:var(--outline-strong);transform:translateY(-1px)}.full-search-page{flex-direction:column;gap:24px;width:100%;max-width:1280px;min-height:100%;margin:0 auto;padding:32px;display:flex}.full-search-header{grid-template-columns:minmax(0,1fr) minmax(280px,520px);align-items:end;gap:18px;display:grid}.full-search-header h1{margin:0 0 6px;font-size:28px;font-weight:700}.full-search-header p{color:var(--muted);margin:0}.full-search-input{background:var(--surface);border:1px solid var(--outline);border-radius:10px;grid-template-columns:20px 1fr;align-items:center;gap:10px;min-height:46px;padding:0 14px;transition:border-color .15s,box-shadow .15s;display:grid}.full-search-input:focus-within{border-color:var(--brand-gold);box-shadow:0 0 0 3px var(--brand-gold-border)}.full-search-input svg{color:var(--brand-gold)}.full-search-input input{color:var(--ink);font:inherit;background:0 0;border:0;outline:0;min-width:0}.full-search-filters{scrollbar-width:none;gap:8px;display:flex;overflow-x:auto}.full-search-filters::-webkit-scrollbar{display:none}.full-search-layout{grid-template-columns:minmax(0,1fr) 340px;align-items:start;gap:20px;display:grid}.full-search-results{gap:14px;min-width:0;display:grid}.full-search-group{background:var(--surface);border:1px solid var(--outline);border-radius:12px;padding:20px;box-shadow:0 2px 8px #00000005}.full-search-group-head{grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:10px;margin-bottom:12px;display:grid}.full-search-group-head h2{margin:0;font-size:16px;font-weight:700}.full-search-group-head span{background:var(--brand-gold-soft);color:var(--brand-gold);border:1px solid var(--brand-gold-border);text-align:center;border-radius:999px;min-width:24px;padding:2px 8px;font-size:12px;font-weight:700}.full-search-ai{background:var(--surface);border:1px solid var(--outline-strong);box-shadow:var(--shadow);border-radius:16px;flex-direction:column;gap:16px;padding:20px;display:flex;position:sticky;top:24px}.search-skeleton-list{gap:12px;padding:10px 0;display:grid}.search-skeleton-item{background:var(--surface);border:1px solid var(--outline);border-radius:12px;align-items:center;gap:14px;padding:12px;animation:1.6s ease-in-out infinite search-skeleton-pulse;display:flex}.search-skeleton-icon{background:var(--surface-muted);border-radius:8px;width:36px;height:36px}.search-skeleton-content{flex:1;gap:6px;display:grid}.search-skeleton-line-title{background:var(--surface-muted);border-radius:4px;width:40%;height:12px}.search-skeleton-line-snippet{background:var(--surface-muted);opacity:.6;border-radius:4px;width:75%;height:10px}@keyframes search-skeleton-pulse{0%,to{opacity:.6}50%{opacity:1}}@media (width<=820px){.full-search-page{padding:16px}.full-search-header,.full-search-layout{grid-template-columns:1fr}.full-search-ai{position:static}}.person-popover{z-index:1000!important;background:#fff!important;border:1px solid #10182814!important;border-radius:16px!important;width:340px!important;padding:16px!important;box-shadow:0 12px 32px #1018281f!important}.person-popover-loading,.person-popover-error{color:#64748b!important;justify-content:center!important;align-items:center!important;gap:8px!important;min-height:100px!important;font-size:13px!important;display:flex!important}.person-popover-loading .spinner-icon{border:2px solid #e2e8f0!important;border-top-color:var(--brand-gold,#c9962c)!important;border-radius:50%!important;width:18px!important;height:18px!important;animation:1s linear infinite spin!important}.person-popover-cardvisit{border-bottom:1px solid #f1f5f9!important;align-items:flex-start!important;gap:12px!important;margin-bottom:12px!important;padding-bottom:12px!important;display:flex!important}.person-popover-cardvisit-main{flex-direction:column!important;gap:2px!important;min-width:0!important;display:flex!important}.person-popover-name{color:#1e293b!important;white-space:nowrap!important;text-overflow:ellipsis!important;margin:0!important;font-size:14px!important;font-weight:700!important;overflow:hidden!important}.person-popover-email{color:#64748b!important;white-space:nowrap!important;text-overflow:ellipsis!important;margin:0!important;font-size:11px!important;overflow:hidden!important}.person-popover-badges{flex-wrap:wrap!important;gap:4px!important;margin-top:6px!important;display:flex!important}.person-popover-section{flex-direction:column!important;gap:8px!important;display:flex!important}.person-popover-relationship-summary{align-items:center!important;gap:6px!important;font-size:12px!important;display:flex!important}.person-popover-relationship-summary .relationship-label{color:#64748b!important;font-weight:500!important}.person-popover-relationship-summary .relationship-value{color:#1e293b!important;text-transform:capitalize!important;font-weight:600!important}.person-popover-identity{color:#475569!important;margin:0!important;font-size:12px!important;line-height:1.5!important}.person-popover-empty-relationship{color:#64748b!important;text-align:center!important;padding:12px 0!important;font-size:12px!important;line-height:1.4!important}@media (width<=1279px){.draft-queue-workspace{grid-template-columns:minmax(300px,340px) minmax(480px,1fr)}.draft-queue-insights{display:none}.draft-queue-risk-drawer,.draft-queue-risk-drawer:not([open]){display:block}.draft-queue-risk-drawer[open]{display:grid}}@media (width<=940px){.draft-queue-workspace{grid-template-columns:minmax(280px,320px) minmax(0,1fr)}.draft-queue-detail-header{grid-template-columns:1fr}.draft-queue-detail-tools{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:10px;width:100%}.draft-queue-why-here{max-width:100%;margin-top:4px}.draft-queue-why-here-details dl{width:100%;left:0;right:auto}.draft-queue-editor-grid{grid-template-columns:1fr}}@media (width<=720px){.draft-queue-panel{padding:12px}.draft-queue-header{flex-direction:column;gap:10px}.draft-queue-header h1{font-size:23px}.draft-queue-workspace{display:block}.draft-queue-detail-open .draft-queue-list,.draft-queue-workspace:not(.draft-queue-detail-open) .draft-queue-detail{display:none}.draft-queue-list,.draft-queue-detail{width:100%}.draft-queue-back-button{border:1px solid var(--outline);color:#334155;background:#fff;border-radius:8px;justify-self:start;align-items:center;gap:6px;min-height:32px;padding:0 10px;font-size:12px;font-weight:850;display:inline-flex}.draft-queue-detail-header,.draft-queue-detail-body,.draft-queue-action-bar{padding-inline:12px}.draft-queue-action-bar{padding:8px 12px}.draft-queue-editor-actions{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;width:100%;display:flex}.draft-queue-dismiss-button{flex:none;width:auto!important}.draft-queue-actions-right{flex-wrap:wrap;flex:auto;justify-content:flex-end;align-items:center;gap:6px;display:flex}.draft-queue-actions-right .primary-button{text-align:center;flex:auto;justify-content:center;min-width:110px;width:auto!important}.draft-queue-actions-right .secondary-button{flex:0 auto;justify-content:center;width:auto!important}.draft-queue-more-actions-trigger{border-radius:8px!important;justify-content:center!important;align-items:center!important;width:36px!important;min-width:36px!important;height:36px!important;min-height:36px!important;padding:0!important;display:inline-flex!important}.draft-queue-context dl div,.draft-queue-context-compact dl div{grid-template-columns:1fr;gap:4px}.draft-queue-editor textarea{min-height:260px}}.draft-queue-panel{grid-template-rows:auto auto auto 1fr;gap:16px;padding:22px;overflow-x:hidden}.draft-queue-header{align-items:flex-start}.draft-queue-header h1{font-size:28px}.draft-queue-header p{font-size:14px}.draft-queue-filters{scrollbar-width:thin;gap:10px;padding:2px 2px 8px}.queue-filter{flex:none;gap:8px;min-height:38px;padding:0 14px;font-size:13px;line-height:1;position:static}.queue-filter>span:not(.queue-filter-label){flex:none}.queue-filter .queue-filter-label{background:0 0;border-radius:0;flex:none;width:auto;min-width:max-content;height:auto;display:inline}.queue-filter strong{min-width:auto;height:auto;color:inherit;font-size:inherit;line-height:inherit;background:0 0;border-radius:0;padding:0;display:inline}.draft-queue-workspace{grid-template-columns:minmax(300px,360px) minmax(520px,1fr) minmax(280px,320px);align-items:stretch;gap:18px}.draft-queue-list,.draft-queue-detail,.draft-queue-insights{border-radius:10px}.draft-queue-risk-drawer,.draft-queue-risk-drawer:not([open]),.draft-queue-risk-drawer[open]{display:none}.draft-queue-search-row{padding:12px}.draft-queue-search{border-radius:10px;min-height:40px}.draft-queue-search input{font-size:14px}.draft-queue-card{min-height:142px;padding:16px 14px}.draft-queue-card-active,.draft-queue-card-focused{padding-left:11px}.draft-queue-card-top p{font-size:13px}.draft-queue-card h2{-webkit-line-clamp:2;margin-top:7px;font-size:14px;line-height:1.35}.draft-queue-card-reason{-webkit-line-clamp:1;min-height:22px;margin-top:8px;font-size:13px}.draft-queue-card-bottom{flex-wrap:wrap;align-items:flex-start;gap:8px}.draft-queue-action-hint,.draft-queue-risk,.draft-queue-detail-meta span{min-height:26px;padding:0 10px;font-size:12px}.draft-queue-detail-card{flex-direction:column;height:100%;min-height:0;display:flex;overflow:hidden}.draft-queue-detail-scroll{flex:1;min-height:0;overflow-y:auto}.draft-queue-detail{flex-direction:column;min-height:0;display:flex;overflow:hidden}.draft-queue-detail-header{grid-template-columns:minmax(0,1fr) auto;padding:18px 20px 14px}.draft-queue-detail-header h2{-webkit-line-clamp:2;max-width:100%;font-size:20px;line-height:1.28}.draft-queue-detail-header p{max-width:100%;font-size:13px}.draft-queue-detail-meta{gap:8px}.draft-queue-tabs{gap:26px;padding:0 20px}.draft-queue-tab{min-height:42px;font-size:13px}.draft-queue-detail-body{padding:14px 16px 76px}.draft-queue-context,.draft-queue-editor,.draft-queue-handoff,.draft-queue-context-compact,.draft-queue-risk-drawer{border-radius:10px;padding:18px}.draft-queue-handoff,.draft-queue-compact-draft{align-content:start;gap:14px;min-width:0;display:grid}.draft-queue-owner-suggestion span,.draft-queue-owner-suggestion small,.draft-queue-handoff-help{color:var(--muted);font-size:12px}.draft-queue-handoff-help{margin:0;line-height:1.45}.draft-queue-handoff label,.draft-queue-compact-draft label{min-width:0;color:var(--muted);gap:7px;font-size:13px;font-weight:850;display:grid}.draft-queue-handoff input,.draft-queue-handoff textarea,.draft-queue-compact-draft input,.draft-queue-compact-draft textarea{border-radius:9px;width:100%;min-width:0;font-size:14px}.draft-queue-handoff input,.draft-queue-compact-draft input{min-height:40px;padding-inline:12px}.draft-queue-handoff textarea,.draft-queue-compact-draft textarea{resize:vertical;min-height:92px;padding:12px;line-height:1.5}.draft-queue-compact-draft .ghost-button{border:1px solid var(--outline);border-radius:8px;justify-self:start;min-height:34px;padding-inline:12px}.draft-queue-editor textarea{min-height:220px;font-size:14px}.draft-queue-context h3,.draft-queue-insights h3,.draft-queue-editor h3,.draft-queue-original h3{font-size:14px}.draft-queue-context dd,.draft-queue-context-compact dd,.draft-queue-insights dd,.draft-queue-insights li,.draft-queue-risk-drawer li{font-size:13px}.draft-queue-sender-history-heading{align-items:center;gap:8px;margin-top:20px;font-size:14px;display:flex}.draft-queue-sender-history-count{background:var(--border,#e0e0e0);min-width:20px;height:20px;color:var(--text-secondary,#666);border-radius:10px;justify-content:center;align-items:center;padding:0 6px;font-size:11px;font-weight:600;line-height:1;display:inline-flex}.draft-queue-sender-history-list{flex-direction:column;gap:2px;margin:8px 0 0;padding:0;list-style:none;display:flex}.draft-queue-sender-history-item{cursor:pointer;border:1px solid #0000;border-radius:8px;flex-direction:column;gap:4px;padding:10px 12px;transition:background .15s;display:flex}.draft-queue-sender-history-item:hover{background:var(--surface-hover,#f5f5f5);border-color:var(--border,#e0e0e0)}.draft-queue-sender-history-item-top{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.draft-queue-sender-history-subject{color:var(--text-primary,#1a1a1a);text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:13px;font-weight:500;overflow:hidden}.draft-queue-sender-history-time{color:var(--text-secondary,#888);white-space:nowrap;flex-shrink:0;font-size:12px}.draft-queue-sender-history-item-bottom{align-items:center;gap:8px;display:flex}.draft-queue-sender-history-status{color:var(--text-secondary,#888);font-size:12px}.draft-queue-sender-history-empty{color:var(--text-secondary,#888);margin:8px 0 0;font-size:13px;font-style:italic}.draft-queue-action-bar{border-top:1px solid var(--border);background:var(--surface);border-radius:0 0 10px 10px;justify-content:flex-end;gap:8px;padding:12px 16px;display:flex}.draft-queue-editor-actions{justify-content:flex-end}.draft-queue-editor-actions .primary-button,.draft-queue-editor-actions .secondary-button,.draft-queue-editor-actions .ghost-button{min-height:38px;padding-inline:15px;font-size:13px}.draft-queue-original-meta{border-bottom:1px solid var(--outline);gap:7px;margin:0;padding:0 0 10px;display:grid}.draft-queue-original-meta div{grid-template-columns:76px minmax(0,1fr);gap:10px;display:grid}.draft-queue-original-meta dt{color:var(--muted);font-size:12px;font-weight:850}.draft-queue-original-meta dd{color:#252525;overflow-wrap:anywhere;min-width:0;margin:0;font-size:13px;line-height:1.35}.draft-queue-modal-backdrop{z-index:60;background:#0f172a2e;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.draft-queue-modal{border:1px solid var(--outline);background:#fff;border-radius:10px;gap:14px;width:min(520px,100%);padding:18px;display:grid;box-shadow:0 24px 70px #0f172a38}.draft-queue-modal-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.draft-queue-modal h2{color:#171717;letter-spacing:0;margin:0;font-size:18px}.draft-queue-modal label{color:var(--muted);gap:7px;font-size:13px;font-weight:850;display:grid}.draft-queue-modal input,.draft-queue-modal textarea{border-radius:9px;width:100%;min-width:0;font-size:14px}.draft-queue-modal input{min-height:40px;padding-inline:12px}.draft-queue-modal textarea{resize:vertical;min-height:120px;padding:12px;line-height:1.5}.draft-queue-modal-actions{justify-content:flex-end;gap:8px;display:flex}@media (width>=1800px){.draft-queue-workspace{grid-template-columns:minmax(320px,380px) minmax(560px,1fr) minmax(300px,340px)}}@media (width<=1280px){.draft-queue-workspace{grid-template-columns:minmax(320px,360px) minmax(0,1fr)}.draft-queue-insights{display:none}.draft-queue-risk-drawer,.draft-queue-risk-drawer:not([open]){display:block}.draft-queue-risk-drawer[open]{display:grid}}@media (width<=1080px){.draft-queue-detail-header{grid-template-columns:1fr}.draft-queue-detail-tools{justify-content:flex-start}.draft-queue-handoff-grid,.draft-queue-editor-grid{grid-template-columns:1fr}}@media (width<=820px){.draft-queue-panel{padding:14px}.draft-queue-header{flex-direction:column}.draft-queue-workspace{display:block}.draft-queue-detail-open .draft-queue-list,.draft-queue-workspace:not(.draft-queue-detail-open) .draft-queue-detail{display:none}.draft-queue-list,.draft-queue-detail{width:100%}.draft-queue-back-button{display:inline-flex}.draft-queue-detail-header,.draft-queue-detail-body,.draft-queue-action-bar{padding-inline:14px}.draft-queue-detail-tools .secondary-button,.draft-queue-editor-actions .primary-button,.draft-queue-editor-actions .secondary-button,.draft-queue-editor-actions .ghost-button{justify-content:center;width:100%}.draft-queue-editor-actions{width:100%}}.draft-queue-panel{height:100%;color:var(--ink);background:radial-gradient(circle at 0 0,#c9962c0a 0%,#0000 40%),radial-gradient(circle at 100% 0,#3b82f605 0%,#0000 45%),linear-gradient(#fbfbfc 0%,#f5f6f8 100%);grid-template-rows:auto auto auto 1fr;gap:20px;padding:28px;display:grid;overflow:hidden}.draft-queue-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.draft-queue-header h1,.draft-queue-metric p,.draft-queue-card h2,.draft-queue-detail h2,.draft-queue-detail h3{margin:0}.draft-queue-header p,.draft-queue-metric small,.draft-queue-card p,.draft-queue-detail p{color:var(--muted);margin:4px 0 0}.draft-queue-header h1{color:var(--ink);background:linear-gradient(120deg, var(--ink) 30%, #444 70%, var(--brand-gold) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:32px;font-weight:800;line-height:1.15}.draft-queue-header p{font-size:13.5px;line-height:1.5}.draft-queue-count,.draft-queue-risk,.draft-queue-tags span,.draft-queue-tone-row span,.draft-queue-state-pill{min-height:28px;color:var(--muted);white-space:nowrap;background-color:#11111108;border:1px solid #11111114;border-radius:999px;flex-shrink:0;align-items:center;padding:0 10px;font-size:12px;font-weight:600;display:inline-flex}.draft-queue-count{color:var(--ink);background:#fff;border-color:#11111114;gap:7px;font-size:13px;font-weight:700;box-shadow:0 2px 8px #1111110a}.draft-queue-count span{background:var(--brand-gold);width:8px;height:8px;box-shadow:0 0 8px var(--brand-gold-border);border-radius:999px}.draft-queue-filters{gap:8px;padding-bottom:4px;display:flex;overflow-x:auto}.queue-filter{background:var(--surface);min-height:34px;color:var(--muted);white-space:nowrap;cursor:pointer;border:1px solid #11111114;border-radius:999px;align-items:center;gap:9px;padding:0 14px;font-size:12.5px;font-weight:600;transition:all .15s ease-out;display:inline-flex}.queue-filter:hover{background:var(--surface-hover);color:var(--ink);border-color:#11111129;transform:translateY(-1px)}.queue-filter-active{font-weight:700;box-shadow:0 4px 12px #c9962c26;border-color:var(--brand-gold-border)!important;background:var(--brand-gold)!important;color:#fff!important}.queue-filter span{background:currentColor;border-radius:999px;width:7px;height:7px}.draft-queue-workspace{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffb3;border:1px solid #11111112;border-radius:20px;grid-template-columns:minmax(300px,360px) minmax(0,1fr);min-height:0;display:grid;overflow:hidden;box-shadow:0 12px 36px #1111110a}.draft-queue-list,.draft-queue-detail{min-height:0;overflow:auto}.draft-queue-list{background:var(--surface);border-right:1px solid #11111112;grid-template-rows:auto 1fr auto;min-height:0;display:grid}.draft-queue-search-row{border-bottom:1px solid #11111112;gap:8px;padding:12px;display:flex}.draft-queue-search{min-width:0;min-height:36px;color:var(--muted);background:#fff;border:1px solid #11111114;border-radius:999px;flex:1;align-items:center;gap:8px;padding:0 12px;transition:border-color .15s;display:flex}.draft-queue-search:focus-within{border-color:var(--brand-gold-border)}.draft-queue-search input{color:var(--ink);background:0 0;border:0;outline:none;width:100%;min-height:30px;padding:0;font-size:13px}.draft-queue-search input::placeholder{color:#94a3b8}.draft-queue-card{text-align:left;cursor:pointer;background:0 0;border:0;border-bottom:1px solid #1111110b;grid-template-columns:22px minmax(0,1fr) auto;gap:8px;min-height:104px;padding:16px 14px;transition:all .15s;display:grid}.draft-queue-card-active{border-left:3px solid var(--brand-gold);padding-left:11px;background:#c9962c0a!important}.draft-queue-card-focused{border-left:3px solid #3b82f6;padding-left:11px;background:#3b82f60a!important}.draft-queue-card-active .draft-queue-select-dot{border-color:var(--brand-gold);background:var(--brand-gold)}.draft-queue-card-main{min-width:0}.draft-queue-card-top{justify-content:space-between;align-items:center;gap:8px;min-width:0;display:flex;position:relative}.draft-queue-card h2{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;margin-top:4px;font-size:13.5px;font-weight:700;overflow:hidden}.draft-queue-card-top p{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:12.5px;font-weight:700;overflow:hidden}.draft-queue-card time{color:var(--muted);white-space:nowrap;align-self:start;font-size:11px}.draft-queue-tags,.draft-queue-tone-row,.draft-queue-editor-actions{flex-wrap:wrap;gap:8px;display:flex}.draft-queue-list-footer{flex-wrap:wrap;align-items:flex-start}.draft-queue-list-footer span:last-child{color:var(--muted)}.draft-queue-list-items{align-content:start}.draft-queue-list:has(.draft-queue-card:only-child){align-self:start}.draft-queue-list:has(.draft-queue-card:only-child) .draft-queue-list-items{min-height:auto}.draft-queue-list-footer{color:var(--muted);border-top:1px solid #11111112;justify-content:space-between;align-items:center;gap:12px;padding:12px;font-size:11.5px;font-weight:600;display:flex}.draft-queue-list-footer div{gap:6px;display:flex}.draft-queue-list-footer .draft-queue-icon-button{width:28px;height:28px}.draft-queue-detail{background:#ffffff73;grid-template-rows:auto auto 1fr auto;gap:0;padding:0;display:grid}.draft-queue-detail-empty{color:var(--muted);text-align:center;place-items:center;gap:12px;padding:40px;display:grid}.draft-queue-detail-header,.draft-queue-editor-header,.draft-queue-message-meta{justify-content:space-between;align-items:start;gap:12px;display:flex}.draft-queue-detail-header{background:#ffffff80;border-bottom:1px solid #11111112;align-items:center;padding:16px 20px}.draft-queue-detail-header h2{color:var(--ink);margin:0;font-size:18px;font-weight:800}.draft-queue-detail-header p{color:var(--muted);margin:4px 0 0;font-size:12.5px}.draft-queue-detail-tools .secondary-button{min-height:34px;color:var(--ink);cursor:pointer;background:#fff;border:1px solid #11111114;border-radius:10px;padding-inline:14px;font-size:12.5px;font-weight:700;transition:all .15s}.draft-queue-detail-tools .secondary-button:hover{background:var(--surface-hover);border-color:#11111129}.draft-queue-tabs{background:#ffffff4d;border-bottom:1px solid #11111112;gap:22px;padding:0 20px;display:flex}.draft-queue-tab{min-height:42px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-bottom:2px solid #0000;padding:0;font-size:13px;font-weight:700;transition:all .15s}.draft-queue-tab:hover{color:var(--ink)}.draft-queue-tab-active{border-bottom-color:var(--brand-gold)!important;color:var(--brand-gold)!important}.draft-queue-detail-body{grid-template-columns:minmax(0,1fr) 270px;gap:16px;min-height:0;padding:18px;display:grid;overflow:auto}.draft-queue-detail-primary,.draft-queue-original,.draft-queue-context,.draft-queue-editor{align-content:start;gap:14px;min-width:0;display:grid}.draft-queue-context,.draft-queue-insights section,.draft-queue-editor{background:#fff;border:1px solid #11111112;border-radius:16px;padding:18px;box-shadow:0 4px 18px #11111105}.draft-queue-context h3,.draft-queue-insights h3,.draft-queue-editor h3,.draft-queue-original h3{color:var(--ink);margin:0;font-size:14px;font-weight:800}.draft-queue-context dl,.draft-queue-insights dl{gap:12px;margin:0;display:grid}.draft-queue-context dl div,.draft-queue-insights dl div{grid-template-columns:minmax(120px,.62fr) minmax(0,1fr);align-items:start;gap:12px;display:grid}.draft-queue-context dt,.draft-queue-insights dt{color:var(--muted);align-items:center;gap:7px;font-size:12.5px;font-weight:700;display:inline-flex}.draft-queue-context dd,.draft-queue-insights dd{min-width:0;color:var(--ink);margin:0;font-size:13px;line-height:1.5}.draft-queue-context dd span{min-height:26px;color:var(--ink);background:#11111108;border:1px solid #11111114;border-radius:999px;align-items:center;margin-right:6px;padding:0 10px;font-size:11px;font-weight:700;display:inline-flex}.draft-queue-message{background:var(--surface);border:1px solid #11111112;border-radius:16px;gap:10px;padding:16px;display:grid}.draft-queue-attachment{color:var(--ink);background:#11111105;border:1px solid #11111114;border-radius:12px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:8px;padding:12px 14px;text-decoration:none;transition:all .15s;display:grid}.draft-queue-attachment:hover{background:#1111110d;border-color:#11111129}.draft-queue-attachment span{text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:600;overflow:hidden}.draft-queue-attachment small,.draft-queue-muted{color:var(--muted);font-size:11.5px}.draft-queue-message .message-plain,.draft-queue-message .message-html{background:#00000008;border-radius:8px;max-height:320px;padding:10px;overflow:auto}.draft-queue-message-meta span{color:var(--muted);font-size:12px}.draft-queue-editor{padding-top:12px}.draft-queue-editor label{color:var(--muted);gap:6px;font-size:12.5px;font-weight:700;display:grid}.draft-queue-editor input{min-height:38px;color:var(--ink);background:#fff;border:1px solid #11111114;border-radius:10px;outline:none;padding-inline:14px;font-size:13px;transition:border-color .15s}.draft-queue-editor input:focus{border-color:var(--brand-gold-border)}.draft-queue-editor textarea{min-height:200px;color:var(--ink);resize:vertical;background:#fff;border:1px solid #11111114;border-radius:0 0 12px 12px;outline:none;padding:14px;font-size:13px;line-height:1.5}.draft-queue-editor textarea:focus{border-color:var(--brand-gold-border)}.draft-queue-insights{align-content:start;gap:14px;min-width:0;display:grid}.draft-queue-insights dl div{grid-template-columns:1fr;gap:4px}.draft-queue-insights dd{color:var(--ink);font-weight:700}.draft-queue-insights ul{gap:10px;margin:0;padding:0;list-style:none;display:grid}.draft-queue-insights li{color:var(--ink);align-items:center;gap:8px;font-size:12px;font-weight:600;display:flex}.draft-queue-insights li svg{color:#16a34a}.draft-queue-insights .draft-queue-check-pending svg{color:#cbd5e1}.draft-queue-action-bar{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff2;border-top:1px solid #11111112;justify-content:space-between;align-items:center;gap:12px;padding:14px 20px;display:flex}.draft-queue-editor-actions .primary-button{background:var(--brand-gold);color:#fff;cursor:pointer;border:none;border-radius:10px;min-height:36px;padding-inline:16px;font-size:12.5px;font-weight:700;transition:all .15s}.draft-queue-editor-actions .primary-button:hover{background:#dfaa37;transform:translateY(-1px);box-shadow:0 4px 12px #c9962c33}.draft-queue-editor-actions .secondary-button,.draft-queue-editor-actions .ghost-button{min-height:36px;color:var(--ink);cursor:pointer;background:#fff;border:1px solid #11111114;border-radius:10px;padding-inline:16px;font-size:12.5px;font-weight:600;transition:all .15s}.draft-queue-editor-actions .secondary-button:hover,.draft-queue-editor-actions .ghost-button:hover{background:var(--surface-hover);border-color:#11111129}@media (width<=1100px){.draft-queue-panel{overflow:auto}.draft-queue-workspace,.draft-queue-detail-body{grid-template-columns:1fr}.draft-queue-list{border-bottom:1px solid #11111112;border-right:0;max-height:42vh}.draft-queue-detail{min-height:760px}.draft-queue-action-bar{flex-direction:column;align-items:stretch}}@media (width<=720px){.draft-queue-panel{padding:14px}.draft-queue-header{flex-direction:column}.draft-queue-header h1{font-size:25px}.draft-queue-detail-header,.draft-queue-detail-tools,.draft-queue-editor-actions{flex-direction:column;align-items:stretch}.draft-queue-tabs{gap:14px;overflow-x:auto}.draft-queue-context dl div{grid-template-columns:1fr}}.draft-queue-panel{background:#f7f8fa;grid-template-rows:auto auto auto 1fr;gap:12px;min-width:0;height:100%;padding:18px;display:grid;overflow:auto}.draft-queue-header{justify-content:space-between;align-items:flex-start;gap:16px;min-width:0;display:flex}.draft-queue-header-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;min-width:0;display:flex}.draft-queue-header h1{color:#171717;letter-spacing:0;margin:0;font-size:25px;line-height:1.15}.draft-queue-header p{max-width:760px;color:var(--muted);margin:5px 0 0;font-size:13px;line-height:1.45}.draft-queue-count{border:1px solid var(--outline);color:#3f4854;white-space:nowrap;min-height:28px;box-shadow:none;background:#fff;border-radius:999px;align-items:center;gap:7px;padding:0 10px;font-size:12px;font-weight:800;display:inline-flex}.draft-queue-count span{background:#2563eb;border-radius:999px;width:7px;height:7px;box-shadow:0 0 0 3px #e8f0ff}.draft-queue-account-select{gap:4px;min-width:min(260px,100%);display:inline-grid}.draft-queue-account-select span{color:#64748b;letter-spacing:.04em;text-transform:uppercase;font-size:11px;font-weight:850}.draft-queue-account-select select{border:1px solid var(--outline);color:#111827;background:#fff;border-radius:8px;outline:none;width:100%;min-height:34px;padding:0 34px 0 10px;font-size:12px;font-weight:750}.draft-queue-account-select select:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.draft-queue-account-chip{border:1px solid var(--outline);color:#334155;background:#fff;border-radius:8px;align-items:center;gap:7px;max-width:min(260px,100%);min-height:34px;padding:0 10px;font-size:12px;font-weight:800;display:inline-flex}.draft-queue-account-chip span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.draft-queue-filters{gap:7px;min-width:0;padding-bottom:2px;display:flex;overflow-x:auto}.queue-filter{border:1px solid var(--outline);color:#4b5563;white-space:nowrap;background:#fff;border-radius:999px;align-items:center;gap:7px;min-height:32px;padding:0 10px;font-size:12px;font-weight:800;display:inline-flex}.queue-filter>span:not(.queue-filter-label){background:currentColor;border-radius:999px;width:6px;height:6px}.queue-filter strong{color:#334155;background:#f1f5f9;border-radius:999px;place-items:center;min-width:20px;height:20px;padding:0 6px;font-size:11px;display:inline-grid}.queue-filter-active{color:#fff;background:#111827;border-color:#1f2937}.queue-filter-active strong{color:#fff;background:#ffffff29}.queue-filter-empty{opacity:.56}.draft-queue-workspace{border:0;border-radius:0;grid-template-columns:minmax(300px,340px) minmax(480px,1fr) minmax(300px,320px);align-items:start;gap:14px;min-width:0;height:min(760px,100vh - 210px);min-height:420px;display:grid}.draft-queue-list,.draft-queue-detail,.draft-queue-insights{border:1px solid var(--outline);background:#fff;border-radius:8px;min-width:0;min-height:0;overflow:hidden}.draft-queue-list{border-right:1px solid var(--outline);grid-template-rows:auto 1fr auto;display:grid}.draft-queue-search-row{border-bottom:1px solid var(--outline,#e2e8f0);background:var(--surface-bg,#fff);gap:8px;padding:12px 14px;display:flex}.draft-queue-search{color:#64748b;background:#f8fafc;border:1px solid #e2e8f0;border-radius:0;flex:1;align-items:center;gap:9px;min-width:0;min-height:36px;padding:0 12px;transition:all .18s cubic-bezier(.16,1,.3,1);display:flex}.draft-queue-search:focus-within{color:#2563eb;background:#fff;border-color:#3b82f6;box-shadow:0 0 0 3.5px #3b82f61f}.draft-queue-search input{width:100%;min-width:0;min-height:32px;color:var(--ink,#0f172a);background:0 0;border:0;outline:none;padding:0;font-size:13px;font-weight:450}.draft-queue-list-items{overscroll-behavior:contain;scrollbar-width:thin;align-content:start;min-height:0;display:grid;overflow-y:auto}.draft-queue-list-items::-webkit-scrollbar{width:6px}.draft-queue-list-items::-webkit-scrollbar-track{background:0 0}.draft-queue-list-items::-webkit-scrollbar-thumb{background:#11182729;border-radius:0}.draft-queue-list-items::-webkit-scrollbar-thumb:hover{background:#11182742}.draft-queue-card{border:0;border-bottom:1px solid var(--row-divider,#e2e8f099);text-align:left;cursor:pointer;background:#fff;min-width:0;min-height:148px;padding:13px 14px 15px;transition:background-color .16s,box-shadow .16s,border-color .16s;display:block;position:relative}.draft-queue-source-banner{color:#1e40af;background:linear-gradient(135deg,#eff6fff2 0%,#f3f4ffcc 100%);border:1px solid #dbeafecc;border-radius:0;justify-content:space-between;align-items:center;gap:8px;min-width:0;margin:0 0 10px;padding:5px 10px;font-size:11px;line-height:1.25;transition:all .15s;display:flex}.draft-queue-source-banner span{color:#475569;letter-spacing:-.01em;text-overflow:ellipsis;white-space:nowrap;align-items:center;gap:6px;min-width:0;font-size:11px;font-weight:600;display:inline-flex;overflow:hidden}.draft-queue-source-banner span:before{content:"";background:#3b82f6;border-radius:0;flex-shrink:0;width:6px;height:6px;display:inline-block}.draft-queue-source-banner strong{color:#1d4ed8;letter-spacing:.05em;text-transform:uppercase;background:#dbeafe;border-radius:0;flex:none;padding:2.5px 8px;font-size:10px;font-weight:750;box-shadow:inset 0 0 0 1px #3b82f626}.draft-queue-card:hover{background:#f8fafc}.draft-queue-card-active{box-shadow:inset 0 1px #dbeafe99,inset 0 -1px #dbeafe99;background:linear-gradient(90deg,#eff6ffd9 0%,#f8fafc66 100%)!important;border-left:3.5px solid #2563eb!important;padding-left:11px!important}.draft-queue-card-focused{background:#edf4ff!important;border-left:3.5px solid #3b82f6!important;padding-left:11px!important}.draft-queue-card-main,.draft-queue-detail-heading{min-width:0}.draft-queue-card-top,.draft-queue-card-bottom,.draft-queue-detail-meta{align-items:center;gap:8px;min-width:0;display:flex}.draft-queue-card-top{justify-content:space-between}.draft-queue-card-top p{color:#0f172a;letter-spacing:-.01em;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:12.5px;font-weight:700;overflow:hidden}.draft-queue-card time{color:#64748b;font-variant-numeric:tabular-nums;white-space:nowrap;flex:none;font-size:11px;font-weight:500}.draft-queue-card h2{color:#0f172a;letter-spacing:-.015em;-webkit-line-clamp:1;-webkit-box-orient:vertical;margin:5px 0 2px;font-size:13.5px;font-weight:650;line-height:1.35;display:-webkit-box;overflow:hidden}.draft-queue-card-reason{color:#475569;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:0;margin:4px 0 6px;font-size:12px;line-height:1.45;display:-webkit-box;overflow:hidden}.draft-queue-card-bottom{justify-content:space-between;margin-top:10px}.draft-queue-action-hint,.draft-queue-risk,.draft-queue-detail-meta span{border:1px solid var(--outline);color:#475569;white-space:nowrap;background:#f8fafc;border-radius:0;align-items:center;min-width:0;min-height:22px;padding:0 8px;font-size:11px;font-weight:650;display:inline-flex}.draft-queue-risk-high{color:#be123c!important;background:#fff1f2!important;border-color:#be123c47!important}.draft-queue-risk-medium{color:#c2410c!important;background:#fff7ed!important;border-color:#c2410c47!important}.draft-queue-risk-none{color:#15803d!important;background:#f0fdf4!important;border-color:#bbf7d0!important}.draft-queue-list-empty{color:var(--muted);padding:22px 14px;font-size:13px;line-height:1.45}.draft-queue-list-footer{border-top:1px solid var(--outline,#e2e8f0);background:var(--surface-bg,#fff);color:#64748b;justify-content:space-between;align-items:center;gap:12px;padding:10px 14px;font-size:11.5px;font-weight:500;display:flex}.draft-queue-detail{grid-template-rows:auto auto minmax(0,1fr) auto;align-self:stretch;padding:0;display:grid}.draft-queue-detail-empty{min-height:320px;color:var(--muted);text-align:center;place-items:center;gap:10px;display:grid}.draft-queue-detail-header{border-bottom:1px solid var(--outline);grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:12px;padding:14px 16px 12px;display:grid}.draft-queue-back-button{display:none}.draft-queue-detail-header h2{color:#171717;letter-spacing:0;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:18px;line-height:1.25;display:-webkit-box;overflow:hidden}.draft-queue-detail-header p{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;margin:5px 0 0;font-size:12px;overflow:hidden}.draft-queue-detail-meta{flex-wrap:wrap;margin-top:9px}.draft-queue-detail-tools{align-items:center;gap:8px;display:flex}.draft-queue-detail-tools .secondary-button{white-space:nowrap;border-radius:8px;min-height:34px;padding-inline:12px;font-size:12px;font-weight:850}.draft-queue-tabs{border-bottom:1px solid var(--outline);gap:20px;min-width:0;padding:0 16px;display:flex;overflow-x:auto}.draft-queue-tab{min-height:38px;color:var(--muted);white-space:nowrap;background:0 0;border:0;border-bottom:2px solid #0000;flex:none;padding:0;font-size:12px;font-weight:850}.draft-queue-tab-active{color:#111827;border-bottom-color:#111827}.draft-queue-detail-body{min-width:0;min-height:0;padding:14px 16px 18px;display:block;overflow:visible}.draft-queue-detail-primary,.draft-queue-original,.draft-queue-context,.draft-queue-editor{align-content:start;gap:12px;min-width:0;display:grid}.draft-queue-context,.draft-queue-editor,.draft-queue-context-compact,.draft-queue-risk-drawer{border:1px solid var(--outline);background:#fff;border-radius:8px;padding:14px}.draft-queue-editor{border-color:#d7dee8}.draft-queue-context-compact summary,.draft-queue-risk-drawer summary{color:#1f2937;cursor:pointer;justify-content:space-between;align-items:center;gap:12px;font-size:13px;font-weight:850;list-style:none;display:flex}.draft-queue-context-compact summary::-webkit-details-marker{display:none}.draft-queue-risk-drawer summary::-webkit-details-marker{display:none}.draft-queue-context h3,.draft-queue-insights h3,.draft-queue-editor h3,.draft-queue-original h3{color:#171717;letter-spacing:0;margin:0;font-size:13px}.draft-queue-editor-header,.draft-queue-message-meta{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.draft-queue-editor-header p{color:var(--muted);margin:3px 0 0;font-size:12px}.draft-queue-editor-header .ghost-button{border:1px solid var(--outline);border-radius:8px;align-items:center;gap:6px;min-height:32px;padding-inline:10px;font-size:12px;font-weight:850;display:inline-flex}.draft-queue-editor-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:10px;display:grid}.draft-queue-editor label{min-width:0;color:var(--muted);gap:6px;font-size:12px;font-weight:850;display:grid}.draft-queue-editor input{border-radius:8px;width:100%;min-width:0;min-height:36px;padding-inline:11px;font-size:13px}.draft-queue-draft-field{gap:6px!important}.draft-queue-editor textarea{color:#171717;resize:vertical;border-radius:8px;min-height:320px;padding:14px;font-size:13px;line-height:1.55}.draft-queue-context dl,.draft-queue-context-compact dl,.draft-queue-insights dl{gap:11px;margin:0;display:grid}.draft-queue-context-compact dl{margin-top:12px}.draft-queue-context dl div,.draft-queue-context-compact dl div{grid-template-columns:minmax(120px,.34fr) minmax(0,1fr);gap:12px;display:grid}.draft-queue-context dt,.draft-queue-context-compact dt,.draft-queue-insights dt{color:var(--muted);align-items:center;gap:7px;font-size:12px;font-weight:850;display:inline-flex}.draft-queue-context dd,.draft-queue-context-compact dd,.draft-queue-insights dd{color:#252525;min-width:0;margin:0;font-size:12px;line-height:1.45}.draft-queue-context dd span{border:1px solid var(--outline);background:#fff;border-radius:999px;align-items:center;min-height:24px;margin:0 6px 6px 0;padding:0 9px;font-size:11px;font-weight:850;display:inline-flex}.draft-queue-original{gap:10px}.draft-queue-message{border:1px solid var(--outline);background:#fff;border-radius:8px;gap:8px;padding:12px;display:grid}.draft-queue-message .message-plain,.draft-queue-message .message-html{max-height:none;overflow:visible}.draft-queue-message-meta span,.draft-queue-muted{color:var(--muted);font-size:12px}.draft-queue-attachment{border:1px solid var(--outline);color:#252525;border-radius:8px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:8px;padding:11px 12px;text-decoration:none;display:grid}.draft-queue-attachment span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.draft-queue-insights{align-content:start;gap:12px;padding:12px;display:grid}.draft-queue-insights section,.draft-queue-risk-drawer section{border:0;border-bottom:1px solid var(--outline);background:0 0;border-radius:0;gap:10px;padding:0 0 12px;display:grid}.draft-queue-insights section:last-child,.draft-queue-risk-drawer section:last-child{border-bottom:0;padding-bottom:0}.draft-queue-insights dl div{grid-template-columns:1fr;gap:4px;display:grid}.draft-queue-insights dd{font-weight:700}.draft-queue-insights ul,.draft-queue-risk-drawer ul{gap:9px;margin:0;padding:0;list-style:none;display:grid}.draft-queue-insights li,.draft-queue-risk-drawer li{color:#252525;align-items:flex-start;gap:8px;font-size:12px;font-weight:700;line-height:1.35;display:flex}.draft-queue-insights li svg,.draft-queue-risk-drawer li svg{color:#16a34a;flex:none;margin-top:1px}.draft-queue-insights .draft-queue-check-pending svg,.draft-queue-risk-drawer .draft-queue-check-pending svg{color:#94a3b8}.draft-queue-risk-drawer{display:none}.draft-queue-risk-drawer[open]{gap:12px;display:none}.draft-queue-action-bar{border-top:1px solid var(--outline);background:#fffffff5;justify-content:flex-end;align-items:center;gap:12px;padding:10px 16px;display:flex}.draft-queue-editor-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.draft-queue-editor-actions .primary-button,.draft-queue-editor-actions .secondary-button,.draft-queue-editor-actions .ghost-button{border-radius:8px;min-height:34px;padding-inline:13px;font-size:12px;font-weight:850}.draft-queue-editor-actions .ghost-button{border:1px solid var(--outline)}.draft-queue-panel{overflow-x:hidden}.draft-queue-header>div,.draft-queue-card-main,.draft-queue-card-top,.draft-queue-card-bottom,.draft-queue-detail,.draft-queue-detail-card,.draft-queue-detail-scroll,.draft-queue-detail-heading,.draft-queue-detail-body,.draft-queue-detail-primary,.draft-queue-original,.draft-queue-context,.draft-queue-editor,.draft-queue-handoff,.draft-queue-context-compact,.draft-queue-risk-drawer{min-width:0}.draft-queue-workspace{grid-template-columns:minmax(280px,clamp(300px,28vw,360px)) minmax(0,1fr);width:100%;max-width:100%}.draft-queue-insights{display:none}.draft-queue-filters{flex-wrap:wrap;overflow-x:visible}.draft-queue-card-top p,.draft-queue-card h2,.draft-queue-card-reason,.draft-queue-detail-header h2,.draft-queue-context dd,.draft-queue-context-compact dd,.draft-queue-insights dd,.draft-queue-message-meta,.draft-queue-muted{overflow-wrap:anywhere}.draft-queue-action-hint,.draft-queue-risk,.draft-queue-detail-meta span{white-space:normal;max-width:100%}.draft-queue-detail-tools,.draft-queue-editor-header,.draft-queue-owner-suggestion,.draft-queue-action-bar,.draft-queue-editor-actions,.draft-queue-modal-actions{flex-wrap:wrap}.draft-queue-action-bar{z-index:2;position:sticky;bottom:0}@media (width>=1600px){.draft-queue-workspace:has(.draft-queue-insights){grid-template-columns:minmax(300px,360px) minmax(0,1fr) minmax(280px,320px)}.draft-queue-workspace:has(.draft-queue-insights) .draft-queue-insights{display:grid}}@media (width<=1279px){.draft-queue-workspace{grid-template-columns:minmax(280px,340px) minmax(0,1fr)}.draft-queue-risk-drawer,.draft-queue-risk-drawer:not([open]){display:block}.draft-queue-risk-drawer[open]{display:grid}}@media (width<=899px){.draft-queue-workspace{grid-template-columns:minmax(0,1fr);display:grid}.draft-queue-list,.draft-queue-detail{width:100%}.draft-queue-detail-open .draft-queue-list,.draft-queue-workspace:not(.draft-queue-detail-open) .draft-queue-detail{display:none}.draft-queue-back-button{display:inline-flex}.draft-queue-detail-header{grid-template-columns:1fr}.draft-queue-detail-tools{display:none}}@media (width<=639px){.draft-queue-panel{padding:12px}.draft-queue-filters{flex-wrap:nowrap;overflow-x:auto}.draft-queue-detail-header,.draft-queue-detail-body,.draft-queue-action-bar{padding-inline:12px}.draft-queue-actions-right .primary-button{flex:auto;min-width:90px}.draft-queue-context dl div,.draft-queue-context-compact dl div,.draft-queue-original-meta div{grid-template-columns:minmax(0,1fr)}}.draft-queue-timestamp-container{text-align:right;flex-direction:column;align-items:flex-end;gap:2px;display:flex}.draft-queue-timestamp-relative{color:var(--muted);font-size:11px;font-weight:400}.draft-queue-type-badge{border:1px solid var(--brand-gold-border);background:var(--brand-gold-soft);min-height:24px;color:var(--brand-gold);white-space:nowrap;border-radius:0;align-items:center;padding:0 8px;font-size:11px;font-weight:850;display:inline-flex}.draft-queue-detail-type-badge{align-self:start;margin-bottom:4px}.draft-queue-more-filters{position:relative}.draft-queue-inline-more-filters{flex-wrap:wrap;gap:8px;display:none}.draft-queue-inline-more-filter{flex:none}.draft-queue-more-filters>summary{cursor:pointer;list-style:none}.draft-queue-more-filters>summary::-webkit-details-marker{display:none}.draft-queue-more-filters-menu{z-index:5;border:1px solid var(--outline);background:var(--surface,#fff);border-radius:10px;gap:2px;min-width:200px;padding:6px;display:grid;position:absolute;top:calc(100% + 6px);left:0;box-shadow:0 12px 28px #1111111f}.draft-queue-more-filter-item{min-height:32px;color:var(--ink);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:6px;justify-content:space-between;align-items:center;gap:10px;padding:0 8px;font-size:12.5px;font-weight:700;display:flex}.draft-queue-more-filter-item:hover{background:var(--surface-hover)}.draft-queue-more-filter-item strong{color:var(--muted);font-weight:700}.draft-queue-subfilters{flex-wrap:wrap;gap:6px;padding:0 2px 6px;display:flex}.draft-queue-subfilter{border:1px solid var(--outline);min-height:28px;color:var(--muted);cursor:pointer;background:0 0;border-radius:999px;align-items:center;gap:6px;padding:0 10px;font-size:12px;font-weight:700;display:inline-flex}.draft-queue-subfilter-active{border-color:var(--brand-gold-border,#c9962c);color:var(--ink);background:#c9962c14}@media (width>=1180px){.notes-category-tabs .draft-queue-inline-more-filters{display:contents}.notes-category-tabs .draft-queue-more-filters{display:none}}.draft-queue-why-here{border:1px solid var(--brand-gold-border,#c9962c52);background:var(--color-surface,#fff);border-radius:10px;gap:6px;width:100%;max-width:380px;margin:0;padding:10px 14px;transition:all .2s cubic-bezier(.4,0,.2,1);display:grid}.draft-queue-why-here:hover{border-color:var(--brand-gold,#c9962c);box-shadow:0 4px 12px #c9962c14}.draft-queue-why-here-header{align-items:center;margin-bottom:2px;display:flex}.draft-queue-why-here-badge{background:var(--brand-gold,#c9962c);color:#fff;text-transform:uppercase;letter-spacing:.5px;border-radius:9999px;align-items:center;padding:3px 8px;font-size:10.5px;font-weight:700;display:inline-flex}.draft-queue-why-here-banner{color:var(--color-text,#171717);margin:0;font-size:12.5px;font-weight:600;line-height:1.35}.draft-queue-why-here-outcome{color:var(--color-text-muted,#737373);margin:0;font-size:11.5px;line-height:1.35}.draft-queue-why-here-details{margin-top:4px;position:relative}.draft-queue-why-here-details>summary{min-height:20px;color:var(--brand-gold,#c9962c);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;font-size:11.5px;font-weight:700;list-style:none;transition:color .15s;display:inline-flex}.draft-queue-why-here-details>summary:hover{color:var(--color-accent-strong,#a87720);text-decoration:underline}.draft-queue-why-here-details>summary::-webkit-details-marker{display:none}.draft-queue-why-here-details dl{z-index:999;background:var(--color-surface,#fff);border:1px solid var(--brand-gold-border,#c9962c52);border-radius:10px;gap:8px;width:280px;margin:0;padding:12px 14px;display:grid;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 10px 25px -5px #c9962c14,0 8px 10px -6px #0000001a}.draft-queue-why-here-details dl div{border-bottom:1px dashed #c9962c14;grid-template-columns:1fr 1fr;align-items:center;gap:8px;padding:4px 0;display:grid}.draft-queue-why-here-details dl div:last-child{border-bottom:none}.draft-queue-why-here-details dt{color:var(--color-text-muted,#737373);text-transform:uppercase;letter-spacing:.3px;font-size:11px;font-weight:600}.draft-queue-why-here-details dd{color:var(--color-text,#171717);text-align:right;margin:0;font-size:12px;font-weight:500;line-height:1.3}.draft-queue-why-here-note{border-top:1px solid var(--brand-gold-border,#c9962c52);color:var(--brand-gold,#c9962c);margin:8px 0 0;padding-top:8px;font-size:11px;line-height:1.35}.draft-queue-draft-preview{gap:8px;display:grid}.draft-queue-preview-row{border-bottom:1px solid var(--outline);gap:8px;padding:6px 0;font-size:13px;display:flex}.draft-queue-preview-row span:first-child{min-width:60px;color:var(--muted);flex:none;font-weight:700}.draft-queue-preview-row span:last-child{color:var(--ink);font-weight:600}.draft-queue-preview-body{color:var(--ink);white-space:pre-wrap;padding:12px 0 0;font-size:14px;line-height:1.55}.draft-queue-editor-actions{flex-wrap:wrap;align-items:center;gap:10px;width:100%;display:flex;justify-content:space-between!important}.draft-queue-dismiss-button{flex:none}.draft-queue-actions-right{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.draft-queue-more-actions{flex:none;position:relative}.draft-queue-more-actions-trigger{cursor:pointer;justify-content:center;align-items:center;min-width:34px;min-height:34px;padding-inline:8px;list-style:none;display:inline-flex}.draft-queue-more-actions-trigger::-webkit-details-marker{display:none}.draft-queue-more-actions-menu{z-index:20;border:1px solid var(--outline,#e2e8f0);background:var(--surface,#fff);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:14px;flex-direction:column;gap:4px;min-width:240px;max-width:min(300px,90vw);padding:10px;display:flex;position:absolute;bottom:calc(100% + 8px);right:0;box-shadow:0 16px 36px -4px #00000024,0 4px 12px #0000000f}.draft-queue-more-actions-menu>.secondary-button{width:100%;color:var(--text-primary,#1e293b);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;justify-content:flex-start;align-items:center;gap:8px;padding:8px 10px;font-size:13px;font-weight:500;transition:all .15s;display:flex}.draft-queue-more-actions-menu>.secondary-button:hover:not(:disabled){background:var(--surface-hover,#0000000a)}.draft-queue-more-actions-divider{border:0;border-top:1px solid var(--outline-light,#f1f5f9);width:100%;margin:4px 0}.draft-queue-feedback-card{background:var(--surface-subtle,#f8fafc);border:1px solid var(--outline-subtle,#e2e8f0);border-radius:10px;flex-direction:column;gap:8px;padding:10px;display:flex}.draft-queue-feedback-header{text-transform:uppercase;letter-spacing:.05em;color:var(--brand-primary,#4f46e5);align-items:center;gap:6px;font-size:11px;font-weight:700;display:flex}.draft-queue-feedback-control{width:100%;margin:0;display:block}.draft-queue-feedback-select{width:100%;min-height:34px;color:var(--text-primary,#1e293b);background-color:var(--surface,#fff);border:1px solid var(--outline,#cbd5e1);cursor:pointer;border-radius:8px;padding:6px 10px;font-size:13px;font-weight:400;transition:border-color .15s,box-shadow .15s}.draft-queue-feedback-select:focus{border-color:var(--brand-primary,#4f46e5);outline:none;box-shadow:0 0 0 3px #4f46e526}.draft-queue-feedback-submit{cursor:pointer;border-radius:8px;justify-content:center;width:100%;min-height:34px;padding:6px 12px;font-size:13px;font-weight:500;transition:background-color .15s,opacity .15s;background:var(--brand-primary,#2563eb)!important;color:#fff!important;border:none!important}.draft-queue-feedback-submit:hover:not(:disabled){opacity:.92}@media (width<=639px){.draft-queue-editor-actions{flex-direction:column;align-items:stretch}.draft-queue-actions-right{justify-content:flex-end}.draft-queue-more-actions-menu{left:auto;right:0}}.draft-queue-list-items .decision-card--compact .decision-card__actions{opacity:0;pointer-events:none;transition:opacity .12s}.draft-queue-list-items .decision-card--compact:hover .decision-card__actions,.draft-queue-list-items .decision-card--compact:focus-within .decision-card__actions{opacity:1;pointer-events:auto}@media (width<=639px){.draft-queue-list-items .decision-card--compact .decision-card__actions{display:none}}.draft-queue-message-premium{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-sm);border-radius:12px;gap:16px;padding:20px;transition:box-shadow .2s ease-in-out,border-color .2s ease-in-out;display:grid}.draft-queue-message-premium:hover{box-shadow:var(--shadow-md);border-color:var(--outline-strong)}.draft-queue-message-header{border-bottom:1px solid var(--border-subtle);flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;padding-bottom:12px;display:flex}.draft-queue-message-author{flex:1;align-items:center;gap:12px;min-width:0;display:flex}.draft-queue-message-avatar{color:#fff;text-shadow:0 1px 2px #0003;-webkit-user-select:none;user-select:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:16px;font-weight:700;display:flex;box-shadow:inset 0 0 0 1px #ffffff26,0 2px 4px #0000001a}.draft-queue-message-addresses{flex-direction:column;gap:2px;min-width:0;display:flex}.draft-queue-message-sender-line{flex-wrap:wrap;align-items:baseline;gap:6px;min-width:0;display:flex}.draft-queue-message-sender-name{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:600;overflow:hidden}.draft-queue-message-sender-email{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.draft-queue-message-recipient-row{align-items:center;gap:6px;display:flex}.draft-queue-message-to-line{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.draft-queue-details-toggle{cursor:pointer;color:var(--muted);background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:2px;transition:background .15s ease-in-out,color .15s ease-in-out;display:inline-flex}.draft-queue-details-toggle:hover{background:var(--surface-hover);color:var(--ink)}.draft-queue-message-meta-right{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:2px;display:flex}.draft-queue-message-date{color:var(--muted);font-size:12px;font-weight:550}.draft-queue-message-relative{color:var(--brand-gold);background:var(--brand-gold-soft);border:1px solid var(--brand-gold-border);border-radius:4px;padding:1px 6px;font-size:11px;font-weight:600}.draft-queue-message-details-drawer{background:var(--surface-muted);border:1px solid var(--border);border-radius:8px;margin-top:4px;padding:12px 16px;animation:.2s ease-out slideDown}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.draft-queue-details-table{border-collapse:collapse;width:100%;font-size:12px}.draft-queue-details-table th{text-align:left;color:var(--muted);vertical-align:top;width:76px;padding:4px 0;font-weight:600}.draft-queue-details-table td{color:var(--ink);word-break:break-all;vertical-align:top;padding:4px 8px}.draft-queue-message-body-container{color:var(--ink);padding:4px 0;font-size:14px;line-height:1.5}.draft-queue-unavailable-card{text-align:center;background:var(--surface-muted);border:1px dashed var(--outline-strong);border-radius:12px;flex-direction:column;justify-content:center;align-items:center;margin:10px 0;padding:40px 24px;display:flex}.draft-queue-unavailable-icon{background:var(--surface);width:64px;height:64px;color:var(--muted);box-shadow:var(--shadow-sm);border:1px solid var(--border);border-radius:50%;justify-content:center;align-items:center;margin-bottom:16px;display:flex}.draft-queue-unavailable-card h4{color:var(--ink);margin:0 0 8px;font-size:15px;font-weight:600}.draft-queue-unavailable-text{color:var(--muted);max-width:380px;margin:0 0 20px;font-size:13px;line-height:1.45}.draft-queue-unavailable-action{cursor:pointer;border-radius:8px;align-items:center;gap:8px;padding:8px 16px;font-size:13px;font-weight:600;transition:all .2s ease-in-out;display:flex}.draft-queue-list{grid-template-rows:auto minmax(0,1fr) auto;max-height:min(760px,100dvh - 210px);display:grid}.draft-queue-list-items{scrollbar-gutter:stable;flex-direction:column;align-content:normal;min-height:0;display:flex;overflow-y:scroll}.draft-queue-list-items>*{flex:none}.draft-queue-list-items .draft-queue-card{box-sizing:border-box;height:auto;min-height:148px;display:block;overflow:hidden}.draft-queue-list-items .decision-card--compact{box-sizing:border-box;border-width:0 0 1px;border-radius:0;height:auto;min-height:148px;margin:0;overflow:hidden}.draft-queue-list-items .decision-card--compact.draft-queue-card-active{background:#c9962c0a!important;border-left:3px solid #2563eb!important;padding-left:9px!important}.draft-queue-list-items .decision-card--compact.draft-queue-card-focused{background:#3b82f60a!important;border-left:3px solid #3b82f6!important;padding-left:9px!important}.draft-queue-list-items .decision-card--compact .decision-card__actions{display:none}.decision-card__sender{color:#171717;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:12px;font-weight:850;overflow:hidden}.decision-card__time{color:var(--muted,#64748b);white-space:nowrap;flex:none;font-size:11px}.draft-queue-confidence{color:#475569;letter-spacing:.01em;white-space:nowrap;background:#f8fafc;border:1px solid #e2e8f0;border-radius:0;align-items:center;padding:2px 9px;font-size:11px;font-weight:600;display:inline-flex}.draft-queue-confidence:before{content:"";background:#10b981;border-radius:0;width:5px;height:5px;margin-right:5px;display:inline-block;box-shadow:0 0 0 1px #10b98133}.draft-queue-action-pill{color:#1d4ed8;letter-spacing:.01em;white-space:nowrap;background:#2563eb14;border:1px solid #2563eb40;border-radius:0;align-items:center;padding:2px 8px;font-size:11px;font-weight:600;display:inline-flex}.draft-queue-card blockquote,.decision-card--compact blockquote{color:#475569;-webkit-line-clamp:2;background:#f8fafcf2;border-left:3px solid #6366f1;border-radius:0;-webkit-box-orient:vertical;margin:8px 0 10px;padding:8px 12px;font-size:11.5px;font-style:italic;line-height:1.45;display:-webkit-box;overflow:hidden;box-shadow:inset 0 0 0 1px #e2e8f099}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .decision-card__sender{color:#f3f4f6}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .draft-queue-card blockquote,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .decision-card--compact blockquote{color:#94a3b8;background:#ffffff0a;border-left-color:#475569}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .draft-queue-action-pill{color:#93c5fd;background:#3b82f62e;border-color:#60a5fa4d}@media (width<=820px){.draft-queue-workspace{height:auto;min-height:0}.draft-queue-list{height:calc(100dvh - 84px);max-height:calc(100dvh - 84px)}}.draft-queue-box-plan{border:1px solid var(--border);border-left:3px solid var(--accent,#0d9488);background:var(--surface-subtle,#0d94880f);border-radius:10px;gap:4px;margin-bottom:16px;padding:12px 14px;display:grid}.draft-queue-box-plan span,.draft-queue-box-plan small{color:var(--muted)}.draft-queue-box-review{gap:14px;display:grid}.draft-queue-box-review label{gap:6px;display:grid}.draft-queue-box-review label small{color:var(--muted);font-weight:500}.draft-queue-box-destination{border:1px solid var(--border);border-left:3px solid var(--accent,currentColor);background:var(--surface-subtle,#11111106);border-radius:9px;gap:4px;padding:12px 14px;display:grid}.draft-queue-box-destination span{color:var(--muted);letter-spacing:.04em;text-transform:uppercase;font-size:11px;font-weight:700}.draft-queue-box-destination strong{overflow-wrap:anywhere}.draft-queue-box-date-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.draft-queue-box-summary{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 16px;margin:0;display:grid}.draft-queue-box-summary div,.draft-queue-box-change-row{border:1px solid var(--border);background:var(--surface-subtle,#11111106);border-radius:9px;gap:3px;padding:10px 12px;display:grid}.draft-queue-box-summary dt,.draft-queue-box-change-row>span{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;font-size:11px;font-weight:700}.draft-queue-box-summary dd{overflow-wrap:anywhere;margin:0}.draft-queue-box-change-row del{color:var(--muted)}.draft-queue-box-changes{gap:12px;display:grid}@media (width<=640px){.draft-queue-box-date-grid,.draft-queue-box-summary{grid-template-columns:1fr}}@media (width<=899px){.draft-queue-panel{box-sizing:border-box!important;flex-direction:column!important;height:auto!important;min-height:calc(100dvh - 56px)!important;padding:12px!important;display:flex!important}.draft-queue-workspace{flex-direction:column!important;flex:auto!important;width:100%!important;height:auto!important;min-height:0!important;display:flex!important}.draft-queue-workspace.draft-queue-detail-open .draft-queue-list{display:none!important}.draft-queue-workspace.draft-queue-detail-open .draft-queue-detail{flex-direction:column!important;flex:auto!important;width:100%!important;height:calc(100dvh - 150px)!important;min-height:0!important;display:flex!important}.draft-queue-workspace:not(.draft-queue-detail-open) .draft-queue-detail{display:none!important}.draft-queue-workspace:not(.draft-queue-detail-open) .draft-queue-list{flex-direction:column!important;flex:auto!important;width:100%!important;height:calc(100dvh - 150px)!important;min-height:0!important;display:flex!important}.draft-queue-detail-card{border:1px solid var(--outline,#00000014)!important;background:var(--surface,#fff)!important;border-radius:12px!important;flex-direction:column!important;height:100%!important;min-height:0!important;display:flex!important;overflow:hidden!important}.draft-queue-detail-scroll{-webkit-overflow-scrolling:touch!important;flex:auto!important;min-height:0!important;overflow-y:auto!important}.draft-queue-detail-body{padding:14px 14px 36px!important}.draft-queue-detail-header{box-sizing:border-box!important;flex-direction:column!important;align-items:flex-start!important;gap:8px!important;width:100%!important;padding:14px 14px 10px!important;display:flex!important}.draft-queue-back-button{border:1px solid var(--outline,#0000001f)!important;background:var(--surface,#fff)!important;width:auto!important;max-width:fit-content!important;height:32px!important;min-height:32px!important;color:var(--ink,#334155)!important;box-shadow:none!important;cursor:pointer!important;border-radius:8px!important;outline:none!important;justify-content:center!important;place-self:flex-start!important;align-items:center!important;gap:6px!important;margin:0 0 4px!important;padding:0 12px!important;font-size:12.5px!important;font-weight:700!important;transition:background .15s,border-color .15s!important;display:inline-flex!important}.draft-queue-back-button:hover{background:var(--bg,#f4f4f5)!important;border-color:var(--outline-strong,#00000040)!important}}@media (width<=768px){.draft-queue-tabs{-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important;border-bottom:1px solid var(--outline,#00000014)!important;flex-wrap:nowrap!important;gap:16px!important;margin:0 0 12px!important;padding:0 12px!important;display:flex!important;overflow-x:auto!important}.draft-queue-tabs::-webkit-scrollbar{display:none!important}.draft-queue-tab{white-space:nowrap!important;flex-shrink:0!important;padding:8px 4px!important;font-size:13px!important}.notes-category-tabs,.draft-queue-subfilters{-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important;flex-wrap:nowrap!important;gap:8px!important;max-width:100%!important;padding-bottom:4px!important;display:flex!important;overflow-x:auto!important}.notes-category-tabs::-webkit-scrollbar{display:none!important}.draft-queue-subfilters::-webkit-scrollbar{display:none!important}.notes-category-tab,.draft-queue-subfilter{white-space:nowrap!important;flex-shrink:0!important}}@media (width<=600px){.draft-queue-context dl div,.draft-queue-why-here-details dl div,.draft-queue-original-meta div{border-bottom:1px solid var(--outline,#0000000a)!important;flex-direction:column!important;align-items:flex-start!important;gap:2px!important;padding-block:6px!important;display:flex!important}.draft-queue-context dt,.draft-queue-why-here-details dt{color:var(--muted,#64748b)!important;text-transform:uppercase!important;letter-spacing:.02em!important;font-size:11.5px!important;font-weight:700!important}.draft-queue-context dd,.draft-queue-why-here-details dd{color:var(--ink,#0f172a)!important;overflow-wrap:anywhere!important;word-break:break-word!important;margin-left:0!important;font-size:13.5px!important}.draft-queue-detail-header h2{font-size:17px!important;line-height:1.3!important}}.split-bar{border-bottom:1px solid var(--border-subtle,#00000014);scrollbar-width:none;flex-direction:row;flex-shrink:0;align-items:center;gap:2px;padding:6px 12px 0;display:flex;overflow-x:auto}.split-bar::-webkit-scrollbar{display:none}.split-bar-tab{color:var(--text-secondary,#6b7280);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;border-radius:8px 8px 0 0;align-items:center;gap:5px;padding:6px 12px;font-size:13px;font-weight:500;transition:background .1s,color .1s,border-color .1s;display:inline-flex}.split-bar-tab:hover{background:var(--surface-hover,#0000000a);color:var(--text-primary,#111)}.split-bar-tab--active{color:var(--accent,#2563eb);border-bottom-color:var(--accent,#2563eb);background:var(--surface-hover,#2563eb0a)}.split-bar-tab__icon{font-size:14px}.split-bar-tab__count{color:var(--text-tertiary,#9ca3af);font-size:11px;font-weight:400}.split-bar-tab--active .split-bar-tab__count{color:var(--accent,#2563eb);opacity:.75}.split-bar-tab__unread{font-weight:600}.scheduled-sends-page{flex-direction:column;height:100%;padding:24px 32px;display:flex;overflow-y:auto}.scheduled-sends-page__header{margin-bottom:20px}.scheduled-sends-page__header h1{color:var(--ink);margin:0 0 4px;font-size:20px;font-weight:700}.scheduled-sends-page__hint{color:var(--muted);margin:0;font-size:13px}.scheduled-sends-view{flex-direction:column;gap:8px;padding:12px;display:flex}.scheduled-sends-empty{text-align:center;color:var(--muted);padding:48px 0}.scheduled-sends-empty p{margin:0 0 6px}.scheduled-sends-empty-hint{font-size:13px}.scheduled-send-full-row{border:1px solid var(--border-subtle,var(--border));background:var(--surface-muted,#94a3b80f);border-radius:8px;justify-content:space-between;align-items:flex-start;gap:12px;padding:12px 14px;display:flex}.scheduled-send-full-row--failed,.scheduled-send-full-row--auth_required{border-color:#dc262666}.scheduled-send-full-row--canceled_due_to_reply{opacity:.7}.scheduled-send-full-row--sending{opacity:.6;pointer-events:none}.scheduled-send-full-row__main{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.scheduled-send-full-row__to{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;overflow:hidden}.scheduled-send-full-row__subject{color:var(--text-secondary,var(--muted));white-space:nowrap;text-overflow:ellipsis;font-size:13px;overflow:hidden}.scheduled-send-full-row__meta{flex-wrap:wrap;align-items:center;gap:8px;margin-top:4px;display:flex}.scheduled-send-full-row__actions{flex-shrink:0;align-items:center;gap:6px;display:flex}.scheduled-send-time{color:var(--muted);font-size:12px}.scheduled-send-error{color:#dc2626;font-size:12px}.scheduled-send-info{color:var(--muted);font-size:12px}.scheduled-send-badge-cancel{color:#6366f1;background:#6366f11a;border-radius:4px;padding:1px 6px;font-size:11px}.scheduled-send-spinner{font-size:14px}.scheduled-status-chip{color:var(--text-secondary,var(--muted));background:#94a3b826;border-radius:4px;padding:2px 7px;font-size:11px;font-weight:500}.scheduled-status-chip--scheduled{color:#2563eb;background:#2563eb1a}.scheduled-status-chip--sending{color:#ca8a04;background:#eab3081f}.scheduled-status-chip--sent{color:#059669;background:#10b9811a}.scheduled-status-chip--failed,.scheduled-status-chip--auth_required,.scheduled-status-chip--attachment_missing{color:#dc2626;background:#dc26261a}.scheduled-status-chip--canceled,.scheduled-status-chip--cancelled,.scheduled-status-chip--canceled_due_to_reply{color:var(--muted);background:#94a3b833}.scheduled-status-chip--pending_undo{color:#ca8a04;background:#eab3081f}.reminders-page-container{background:#fbfbfa;flex-direction:column;gap:16px;height:100%;padding:24px;font-family:Manrope,sans-serif;display:flex;overflow-y:auto}.reminders-page-container .notes-header{align-items:flex-start;gap:18px;margin:0}.reminders-page-container .notes-title-block h1{font-size:28px;line-height:1.1}.reminders-page-container .notes-title-block p{color:#667085;margin-top:6px}.reminders-page-container .notes-header-actions{gap:14px!important}.reminders-page-container .notes-search-control{border-radius:10px;height:42px}.reminders-page-container .primary-button{border-radius:10px;min-height:42px;padding:0 18px;font-weight:800}.reminders-page-container .notes-topbar{justify-content:flex-start;margin:0}.reminders-page-container .notes-category-tabs{gap:10px}.reminders-page-container .notes-category-tab{white-space:nowrap;border-radius:8px;min-height:38px;padding:0 14px;font-size:13px;font-weight:800}.reminders-page-container .notes-category-tab strong{min-width:22px;height:22px;font-size:11px}.reminders-content-body{min-height:0;padding-top:2px}.reminders-page-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin-bottom:28px;display:flex}.reminders-title-block{min-width:0}.reminders-header-actions{justify-content:flex-end;align-items:center;gap:10px;display:flex}.reminders-search-control{border:1px solid var(--outline);width:240px;height:38px;color:var(--muted);background:#fff;border-radius:19px;align-items:center;gap:8px;padding:0 14px;font-size:13px;transition:all .2s;display:flex}.reminders-search-control:focus-within{border-color:var(--outline-strong);box-shadow:var(--shadow-sm)}.reminders-search-control input{width:100%;color:var(--ink);background:0 0;border:0;outline:0;font-size:13px}.reminders-icon-container{background:var(--surface-muted);width:48px;height:48px;color:var(--ink);border:1px solid var(--outline);box-shadow:var(--shadow-sm);border-radius:14px;justify-content:center;align-items:center;margin-right:16px;transition:all .2s;display:flex}.reminders-icon-container:hover{background:var(--surface-hover);border-color:var(--outline-strong)}.reminders-page-title{color:var(--ink);letter-spacing:-.015em;margin:0;font-size:26px;font-weight:700;line-height:1.1}.reminders-page-subtitle{color:var(--muted);margin:4px 0 0;font-size:14px}.reminders-tabs-row{background:var(--surface-muted);border:1px solid var(--outline);border-radius:12px;align-items:center;gap:4px;width:fit-content;margin-bottom:24px;padding:4px;display:flex}.reminders-tab-button{color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;padding:8px 16px;font-size:13px;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.reminders-tab-button:hover{color:var(--ink);background:var(--surface-hover)}.reminders-tab-button--active{background:var(--surface);color:var(--ink);box-shadow:var(--shadow-sm)}.reminders-tab-badge{background:var(--outline-strong);color:var(--ink);border-radius:10px;margin-left:8px;padding:1px 6px;font-size:11px;font-weight:700;transition:all .2s}.reminders-tab-button--active .reminders-tab-badge{background:var(--brand-gold);color:#111}.reminders-grid{grid-template-columns:repeat(auto-fill,minmax(380px,1fr));align-items:start;gap:18px;display:grid}@media (width<=600px){.reminders-grid{grid-template-columns:1fr}}.reminder-card-v2{background:var(--surface);border:1px solid var(--outline);box-shadow:var(--shadow-sm);border-radius:12px;flex-direction:column;gap:16px;padding:18px;transition:transform .25s cubic-bezier(.4,0,.2,1),box-shadow .25s cubic-bezier(.4,0,.2,1),border-color .25s cubic-bezier(.4,0,.2,1);animation:.35s cubic-bezier(.16,1,.3,1) both remindersSlideUp;display:flex;position:relative;overflow:hidden}.reminder-card-v2:hover{border-color:var(--outline-strong);transform:translateY(-2px);box-shadow:0 8px 20px #1111110f}.reminders-grid--passive{grid-template-columns:repeat(auto-fill,minmax(340px,390px))}.reminder-card-v2--passive{background:#fff;border-color:#11182714;border-radius:8px;gap:12px;padding:14px;box-shadow:0 1px 2px #1118270f,0 8px 24px #1118270f}.reminder-card-v2--passive:hover{border-color:#1118271f;transform:none;box-shadow:0 1px 2px #1118270f,0 8px 24px #11182714}.reminder-card-v2--passive .reminder-card-header{align-items:flex-start}.reminder-card-v2--passive .reminder-type-badge{color:#111827;letter-spacing:0;background:#f5f5f4;border-color:#e7e5e4;border-radius:4px;padding:3px 8px}.reminder-card-v2--passive .reminder-title-v2{font-size:13px;line-height:1.2}.reminder-card-v2--passive .reminder-subject-v2{font-size:14px;line-height:1.35}.reminder-card-v2--passive .reminder-snippet-v2{color:#85817c;line-height:1.4}.reminder-card-v2--passive .reminder-actions-row-v2{gap:8px;margin-top:4px}.reminder-card-v2--passive .reminder-action-btn{border-radius:0;height:30px;padding:0 14px;font-size:12px}.reminder-card-v2--passive .reminder-action-btn--secondary{background:#f8f8f7}.due-badge-v2--passive{color:#a44f12;background:#b35b1214;border-color:#b35b1238;border-radius:999px}.due-badge-v2--completed{color:#166534;background:#16653414;border-color:#16653433;border-radius:999px}html[data-needle-theme=dark] .due-badge-v2--completed{color:#4ade80;background:#22c55e26;border-color:#22c55e4d}.reminder-card-v2--completed{opacity:.85}.reminder-card-v2--completed:hover{opacity:1}html[data-needle-theme=dark] .reminder-card-v2--passive{background:var(--surface);border-color:var(--outline)}@keyframes remindersSlideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.reminder-card-header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.reminder-card-badges{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.reminder-type-badge{text-transform:uppercase;letter-spacing:.05em;background:var(--surface-hover);color:var(--ink);border:1px solid var(--outline);border-radius:6px;padding:3px 8px;font-size:10px;font-weight:800}.confidence-badge-v2{border:1px solid #0000;border-radius:12px;align-items:center;gap:4px;padding:3px 8px;font-size:11px;font-weight:700;display:inline-flex}.confidence-badge-high{color:#1f6f43;background:#1f6f4314;border-color:#1f6f432e}html[data-needle-theme=dark] .confidence-badge-high{color:#4ade80;background:#4ade801f;border-color:#4ade8038}.confidence-badge-medium{color:#8a4b0f;background:#8a4b0f14;border-color:#8a4b0f2e}html[data-needle-theme=dark] .confidence-badge-medium{color:#fb923c;background:#fb923c1f;border-color:#fb923c38}.confidence-badge-low{background:var(--surface-hover);color:var(--muted);border-color:var(--outline)}.due-badge-v2{color:#8a4b0f;background:#8a4b0f14;border:1px solid #8a4b0f2e;border-radius:12px;align-items:center;gap:4px;padding:3px 8px;font-size:11px;font-weight:700;display:inline-flex}html[data-needle-theme=dark] .due-badge-v2{color:#fb923c;background:#fb923c1f;border-color:#fb923c38}.reminder-card-date{color:var(--muted);white-space:nowrap;font-size:11px}.reminder-title-v2{color:var(--ink);margin:0;font-size:14px;font-weight:700;line-height:1.35}.reminder-subject-v2{color:var(--ink);cursor:pointer;margin:0;font-size:15px;font-weight:600;line-height:1.45;transition:color .15s}.reminder-subject-v2:hover{color:var(--brand-gold);text-decoration:underline}.reminder-snippet-v2{color:var(--muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:13px;line-height:1.55;display:-webkit-box;overflow:hidden}.reminder-reason-box-v2{background:var(--surface-muted);border-left:3px solid var(--brand-gold);border-radius:8px;align-items:flex-start;gap:10px;padding:12px 14px;display:flex}.reminder-reason-text-v2{color:var(--ink);font-size:12px;line-height:1.5}.reminder-actions-row-v2{flex-wrap:wrap;gap:8px;margin-top:2px;display:flex}.reminder-action-btn{cursor:pointer;white-space:nowrap;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;height:auto;min-height:34px;padding:0 14px;font-size:12px;font-weight:600;transition:all .18s cubic-bezier(.4,0,.2,1);display:inline-flex}.reminder-action-btn:active{transform:scale(.96)}.reminder-action-btn--primary{background:var(--brand-gold);color:#111}.reminder-action-btn--primary:hover{background:#e6b325;box-shadow:0 4px 12px #c9962c33}.reminder-action-btn--secondary{background:var(--surface-muted);border-color:var(--outline);color:var(--ink)}.reminder-action-btn--secondary:hover{background:var(--surface-hover);border-color:var(--outline-strong)}.reminder-action-btn--danger{color:var(--danger);background:0 0;border-color:#b3261e33}.reminder-action-btn--danger:hover{border-color:var(--danger);background:#b3261e14}.reminders-empty-state-v2{text-align:center;background:var(--surface-muted);border:1px dashed var(--outline-strong);color:var(--muted);border-radius:16px;flex-direction:column;justify-content:center;align-items:center;max-width:480px;margin:40px auto;padding:60px 24px;animation:.35s cubic-bezier(.16,1,.3,1) both remindersSlideUp;display:flex}.reminders-empty-state-v2 p{margin:12px 0 0;font-size:14px;line-height:1.45}.reminders-spinner-container{justify-content:center;align-items:center;min-height:200px;display:flex}.reminders-spinner-v2{border:3px solid var(--outline);border-top-color:var(--brand-gold);border-radius:50%;width:32px;height:32px;animation:.8s linear infinite remindersSpin}@keyframes remindersSpin{to{transform:rotate(360deg)}}.reminders-header-bell-v2{color:var(--brand-gold);animation:2.5s ease-in-out infinite remindersPulseBell}@keyframes remindersPulseBell{0%,to{opacity:.95;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}}.reminder-header-action-btn-v2{background:var(--brand-gold);color:#111;cursor:pointer;height:38px;box-shadow:var(--shadow-sm);border:none;border-radius:19px;justify-content:center;align-items:center;padding:0 16px;font-size:13px;font-weight:700;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex}.reminder-header-action-btn-v2:hover{background:#e6b325;transform:translateY(-1px);box-shadow:0 4px 12px #c9962c40}.reminder-header-action-btn-v2:active{transform:translateY(0)scale(.97)}.reminder-modal-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;background:#0006;justify-content:center;align-items:center;padding:16px;animation:.2s ease-out modalFadeIn;display:flex;position:fixed;inset:0}.reminder-modal-overlay{background:var(--surface);border:1px solid var(--outline);width:100%;max-width:520px;box-shadow:var(--shadow-lg);border-radius:16px;flex-direction:column;animation:.3s cubic-bezier(.16,1,.3,1) modalSlideUp;display:flex;overflow:hidden}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(20px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.reminder-modal-header{border-bottom:1px solid var(--outline);justify-content:space-between;align-items:center;padding:18px 24px;display:flex}.reminder-modal-header h3{color:var(--ink);margin:0;font-size:16px;font-weight:700}.reminder-modal-close-btn{color:var(--muted);cursor:pointer;background:0 0;border:none;padding:4px;font-size:16px;line-height:1;transition:color .15s}.reminder-modal-close-btn:hover{color:var(--ink)}.reminder-modal-form{flex-direction:column;gap:20px;padding:24px;display:flex}.form-group-v2{flex-direction:column;gap:8px;display:flex}.form-label-v2{color:var(--ink);font-size:13px;font-weight:700}.thread-search-container-v2{flex-direction:column;gap:8px;display:flex;position:relative}.thread-search-input-v2{border:1px solid var(--outline);background:var(--surface-muted);width:100%;color:var(--ink);border-radius:10px;padding:10px 14px;font-size:13.5px;transition:all .2s}.thread-search-input-v2:focus{background:var(--surface);border-color:var(--brand-gold);outline:none;box-shadow:0 0 0 2px #c9962c26}.thread-results-list-v2{border:1px solid var(--outline);background:var(--surface);border-radius:10px;flex-direction:column;max-height:180px;display:flex;overflow-y:auto}.thread-result-item-v2{text-align:left;cursor:pointer;border:none;border-bottom:1px solid var(--outline);background:0 0;flex-direction:column;gap:3px;width:100%;padding:10px 14px;transition:background-color .15s;display:flex}.thread-result-item-v2:last-child{border-bottom:none}.thread-result-item-v2:hover{background:var(--surface-muted)}.thread-result-header{justify-content:space-between;align-items:baseline;gap:8px;display:flex}.thread-result-subject{color:var(--ink);white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:13px;font-weight:600;overflow:hidden}.thread-result-email{color:var(--muted);white-space:nowrap;font-size:11px}.thread-result-snippet{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:11.5px;overflow:hidden}.thread-search-loading{color:var(--muted);justify-content:center;align-items:center;gap:8px;padding:24px;font-size:13px;display:flex}.reminders-spinner-v2.mini{border-width:2px;width:16px;height:16px}.thread-search-empty{text-align:center;color:var(--muted);padding:24px;font-size:13px}.selected-thread-card-v2{background:var(--surface-muted);border:1px solid var(--outline-strong);border-radius:10px;justify-content:space-between;align-items:center;gap:16px;padding:12px 16px;display:flex}.selected-thread-info{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.selected-thread-subject{color:var(--ink);white-space:nowrap;text-overflow:ellipsis;font-size:13.5px;font-weight:600;overflow:hidden}.selected-thread-snippet{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.selected-thread-clear-btn{color:var(--brand-gold);cursor:pointer;white-space:nowrap;background:0 0;border:none;font-size:12px;font-weight:700;transition:opacity .15s}.selected-thread-clear-btn:hover{opacity:.8;text-decoration:underline}.reminder-presets-row-v2{flex-wrap:wrap;gap:6px;margin-bottom:4px;display:flex}.reminder-preset-btn-v2{border:1px solid var(--outline);background:var(--surface-muted);color:var(--ink);cursor:pointer;border-radius:15px;padding:5px 12px;font-size:11.5px;font-weight:600;transition:all .15s}.reminder-preset-btn-v2:hover{background:var(--surface-hover);border-color:var(--outline-strong)}.reminder-date-input-v2{border:1px solid var(--outline);background:var(--surface);color:var(--ink);border-radius:10px;outline:none;padding:10px 14px;font-size:13.5px}.reminder-date-input-v2:focus{border-color:var(--brand-gold)}.reminder-note-textarea-v2{border:1px solid var(--outline);background:var(--surface);width:100%;height:72px;color:var(--ink);resize:none;border-radius:10px;outline:none;padding:10px 14px;font-size:13.5px}.reminder-note-textarea-v2:focus{border-color:var(--brand-gold)}.options-row-v2{flex-direction:column;gap:10px}.checkbox-label-v2{color:var(--ink);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:8px;font-size:13px;display:flex}.checkbox-label-v2 input[type=checkbox]{width:16px;height:16px;accent-color:var(--brand-gold);cursor:pointer}.reminder-modal-footer{border-top:1px solid var(--outline);justify-content:flex-end;gap:10px;margin-top:6px;padding-top:18px;display:flex}.reminder-modal-btn{cursor:pointer;border:1px solid #0000;border-radius:18px;justify-content:center;align-items:center;height:36px;padding:0 16px;font-size:12.5px;font-weight:700;transition:all .15s;display:inline-flex}.reminder-modal-btn--primary{background:var(--brand-gold);color:#111}.reminder-modal-btn--primary:hover:not(:disabled){background:#e6b325}.reminder-modal-btn--secondary{background:var(--surface-muted);border-color:var(--outline);color:var(--ink)}.reminder-modal-btn--secondary:hover:not(:disabled){background:var(--surface-hover)}.reminder-modal-btn:disabled{opacity:.5;cursor:not-allowed}.snooze-modal-info-section{flex-direction:column;gap:14px;display:flex}.snooze-target-preview{background:var(--surface-muted);border:1px solid var(--outline);border-radius:10px;flex-direction:column;gap:4px;padding:12px;display:flex}.snooze-target-subject{color:var(--ink);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;overflow:hidden}.snooze-target-snippet{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:11.5px;overflow:hidden}.snooze-presets-grid{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.snooze-preset-btn{border:1px solid var(--outline);background:var(--surface);color:var(--ink);cursor:pointer;text-align:center;border-radius:8px;padding:8px 12px;font-size:12px;font-weight:600;transition:all .15s}.snooze-preset-btn:hover{background:var(--surface-hover);border-color:var(--outline-strong)}.snooze-preset-btn--active{background:var(--brand-gold);border-color:var(--brand-gold);color:#111}.snooze-preset-btn--active:hover{background:#e6b325;border-color:#e6b325}.snooze-custom-input-wrapper{align-items:center;display:flex;position:relative}.snooze-custom-input{border:1px solid var(--outline);background:var(--surface);width:100%;color:var(--ink);border-radius:10px;outline:none;padding:10px 60px 10px 14px;font-size:13.5px;transition:border-color .15s}.snooze-custom-input:focus{border-color:var(--brand-gold)}.snooze-input-unit{color:var(--muted);pointer-events:none;font-size:12px;font-weight:600;position:absolute;right:14px}.snooze-preview-box{background:#c9962c14;border:1px solid #c9962c33;border-radius:10px;align-items:center;gap:8px;margin-top:4px;padding:12px;display:flex}.snooze-preview-text{color:var(--ink);font-size:12.5px;font-weight:500}.snooze-preview-text strong{color:var(--brand-gold);font-weight:600}.snooze-alert-body{text-align:center;flex-direction:column;align-items:center;gap:16px;padding:16px 8px;display:flex}.snooze-alert-icon-container{width:56px;height:56px;color:var(--brand-gold);background:#c9962c1a;border-radius:28px;justify-content:center;align-items:center;display:flex}.snooze-alert-title{color:var(--ink);margin:0;font-size:15px;font-weight:700}.snooze-alert-desc{color:var(--muted);max-width:320px;margin:0;font-size:13px;line-height:1.5}.follow-up-context-message div{justify-content:space-between;align-items:center;gap:8px;min-width:0;display:flex}.follow-up-context-message strong{color:#1f2937;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:850;overflow:hidden}.follow-up-context-message span{color:#64748b;flex:none;font-size:11px}.follow-up-context-message p{color:#475569;-webkit-line-clamp:6;-webkit-box-orient:vertical;margin:0;font-size:12px;line-height:1.45;display:-webkit-box;overflow:hidden}.follow-up-empty{place-items:center}.follow-up-empty-card{justify-items:start;gap:10px;width:min(460px,100%);padding:18px;display:grid}.follow-up-empty-card h1{color:#171717;margin:0;font-size:20px}.follow-up-empty-card p{color:#64748b;margin:0;font-size:13px;line-height:1.45}@media (width<=1279px){.follow-up-workspace{grid-template-columns:minmax(280px,.42fr) minmax(420px,1fr)}.follow-up-context{grid-column:1/-1}}@media (width<=820px){.follow-up-panel{padding:12px}.follow-up-header,.follow-up-workspace,.follow-up-address-grid,.follow-up-select-grid{grid-template-columns:1fr}.follow-up-header{display:grid}.follow-up-header-actions,.follow-up-draft-actions{justify-content:stretch}.follow-up-header-actions .primary-button,.follow-up-header-actions .secondary-button,.follow-up-draft-actions .primary-button,.follow-up-draft-actions .secondary-button{flex:160px}.follow-up-body-field textarea{min-height:260px}}@media (width<=1180px){.profile-menu{inset:calc(100% + 10px) 0 auto auto}}@media (width<=760px){.profile-menu{width:calc(100vw - 28px);left:0;right:auto}.profile-menu-connection-row{grid-template-columns:28px minmax(0,1fr)}.profile-menu-connection-row .connection-status-badge{grid-column:2;justify-self:start}}.referral-link-row{align-items:center;gap:8px;margin-bottom:20px;display:flex}.referral-link-input{border:1px solid var(--border);background:var(--surface-raised);color:var(--ink);border-radius:6px;flex:1;min-width:0;padding:8px 10px;font-size:13px}.referral-stats-grid{flex-wrap:wrap;gap:12px;display:flex}.referral-stat-card{border:1px solid var(--border);background:var(--surface-raised);border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:2px;min-width:80px;padding:14px 18px;display:flex}.referral-stat-value{color:var(--ink);font-size:22px;font-weight:700;line-height:1.1}.referral-stat-label{color:var(--ink-secondary);text-align:center;white-space:nowrap;font-size:11px}.referral-prompt{pointer-events:none;z-index:900;justify-content:flex-end;align-items:flex-end;padding:24px;display:flex;position:fixed;inset:0}.referral-prompt-card{background:var(--surface);border:1px solid var(--border);pointer-events:all;border-radius:12px;width:100%;max-width:340px;padding:24px;position:relative;box-shadow:0 8px 32px #00000024}.referral-prompt-close{cursor:pointer;color:var(--ink-secondary);background:0 0;border:none;padding:0 4px;font-size:20px;line-height:1;position:absolute;top:12px;right:12px}.referral-prompt-close:hover{color:var(--ink)}.referral-prompt-title{color:var(--ink);margin:0 0 8px;padding-right:24px;font-size:16px;font-weight:700}.referral-prompt-body{color:var(--ink-secondary);margin:0 0 16px;font-size:13px;line-height:1.5}.referral-prompt-error{color:var(--error,#dc2626);margin:0 0 12px;font-size:12px}.referral-prompt-actions{flex-wrap:wrap;gap:8px;display:flex}.referral-prompt-settings-link{cursor:pointer;color:var(--ink-secondary);background:0 0;border:none;margin-top:12px;padding:0;font-size:12px;text-decoration:underline;display:block}.referral-prompt-settings-link:hover{color:var(--ink)}.admin-referral-table-wrap{overflow-x:auto}.admin-table{border-collapse:collapse;width:100%;font-size:13px}.admin-table th,.admin-table td{text-align:left;border-bottom:1px solid var(--border);white-space:nowrap;padding:8px 10px}.admin-table th{color:var(--ink-secondary);text-transform:uppercase;letter-spacing:.04em;font-size:11px;font-weight:600}.referral-reward-notification{z-index:950;background:var(--ink);color:var(--surface);white-space:nowrap;border-radius:8px;align-items:center;gap:12px;padding:10px 16px;font-size:13px;font-weight:500;display:flex;position:fixed;top:16px;left:50%;transform:translate(-50%);box-shadow:0 4px 16px #0000002e}.referral-reward-notification-close{cursor:pointer;color:inherit;opacity:.7;background:0 0;border:none;padding:0 2px;font-size:18px;line-height:1}.referral-reward-notification-close:hover{opacity:1}.follow-up-context-message{cursor:pointer;transition:transform .15s,box-shadow .15s,border-color .15s}.follow-up-context-message:hover{border-color:var(--primary,#3b82f6);transform:translateY(-1px);box-shadow:0 4px 12px #3b82f614}.follow-up-context-message:active{background:#f8fafc;transform:translateY(0)}.follow-up-popup-backdrop{z-index:999;justify-content:center;align-items:center;padding:24px;display:flex}.follow-up-popup-card{border:1px solid var(--outline);background:#fff;border-radius:12px;flex-direction:column;width:100%;max-width:680px;max-height:min(800px,100vh - 48px);animation:.2s cubic-bezier(.16,1,.3,1) popupFadeIn;display:flex;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}@keyframes popupFadeIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.follow-up-popup-header{border-bottom:1px solid var(--outline);background:#f8fafc;justify-content:space-between;align-items:center;gap:16px;padding:16px 20px;display:flex}.follow-up-popup-sender{min-width:0}.follow-up-popup-sender strong{color:#1f2937;text-overflow:ellipsis;white-space:nowrap;font-size:15px;font-weight:700;display:block;overflow:hidden}.follow-up-popup-sender span{color:#64748b;font-size:13px}.follow-up-popup-meta{flex-shrink:0;align-items:center;gap:16px;display:flex}.follow-up-popup-date{color:#64748b;font-size:13px}.follow-up-popup-close{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;padding:0;transition:background .15s,color .15s;display:flex}.follow-up-popup-close:hover{color:#1f2937;background:#e2e8f0}.follow-up-popup-body{color:#1f2937;background:#fff;padding:24px;font-size:14px;line-height:1.6;overflow-y:auto}.recommended-delegate-card{transition:all .2s ease-in-out;box-shadow:0 4px 12px #11111108}.recommended-delegate-card:hover{transform:translateY(-1px);box-shadow:0 6px 16px #1111110d}.delegated-item-banner{animation:.3s ease-out fadeInSlide}@keyframes fadeInSlide{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.admin-panel{gap:18px;min-width:0;padding:24px;display:grid}.platform-admin-page{background:var(--app-bg,#f8fafc);grid-template-rows:auto 1fr;gap:18px;min-height:100vh;padding:24px;display:grid}.admin-header{justify-content:space-between;align-items:center;gap:16px;display:flex}.admin-header-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.admin-header h1{margin:0;font-size:28px}.admin-header p,.admin-card p,.admin-muted{color:var(--muted)}.admin-permission-pill,.admin-departments span{border:1px solid var(--outline);background:var(--surface);border-radius:999px;padding:7px 10px;font-size:12px;font-weight:800}.admin-tabs{gap:8px;padding-bottom:2px;display:flex;overflow-x:auto}.admin-tab{border:1px solid var(--outline);background:var(--surface);color:var(--muted);white-space:nowrap;border-radius:8px;padding:9px 12px;font-weight:800}.admin-tab-active{border-color:var(--text);color:var(--text)}.admin-overview-actions{flex-wrap:wrap;align-items:center;display:flex}.admin-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;display:grid}.platform-admin-sidebar{align-content:start;gap:8px;display:grid}.platform-admin-sidebar .admin-tab{text-align:left;justify-content:flex-start}.platform-admin-content{gap:14px;min-width:0;display:grid}.admin-two-column{grid-template-columns:minmax(280px,360px) minmax(0,1fr);align-items:start;gap:14px;display:grid}.admin-card{border:1px solid var(--outline);background:var(--surface);border-radius:8px;gap:12px;min-width:0;padding:16px;display:grid}.admin-section-heading,.admin-row-actions,.admin-inline-form{align-items:center;gap:10px;min-width:0;display:flex}.admin-section-heading{justify-content:space-between}.admin-section-heading h2,.admin-card h2,.admin-card h3{margin:0}.admin-inline-form input,.admin-inline-form select,.admin-card select,.admin-card input{border:1px solid var(--outline);background:#fff;border-radius:8px;min-width:0;min-height:36px;padding:0 10px}.admin-row-actions{flex-wrap:wrap;justify-content:flex-end}.admin-table{gap:0;min-width:0;display:grid;overflow-x:auto}.admin-table-row{border-bottom:1px solid var(--outline);grid-template-columns:minmax(180px,1.4fr) repeat(3,minmax(100px,1fr));align-items:center;gap:10px;min-width:720px;padding:10px 0;display:grid}.admin-table-row.admin-table-row-wide{grid-template-columns:minmax(180px,1.4fr) 90px 100px 110px 110px 150px minmax(190px,auto)}.admin-table-row:last-child{border-bottom:0}.admin-table-row span,.admin-table-row small{min-width:0}.admin-table-row strong,.admin-table-row small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.admin-toggle{align-items:center;gap:8px;display:inline-flex}.admin-toggle input{min-height:auto}.platform-admin-page{background:#f6f7f9;height:100vh;min-height:0;padding:0;display:flex;overflow:hidden}.platform-admin-sidebar{border-right:1px solid var(--outline);background:#ffffffeb;flex-direction:column;flex:0 0 244px;width:244px;min-height:0;padding:18px 14px;display:flex}.admin-sidebar-brand{align-items:center;gap:10px;padding:6px 8px 18px;display:flex}.admin-sidebar-brand img{object-fit:contain;width:32px;height:32px}.admin-sidebar-brand div{gap:1px;display:grid}.admin-sidebar-brand strong,.admin-sidebar-brand span{line-height:1.15}.admin-sidebar-brand span,.admin-eyebrow{color:var(--muted);text-transform:uppercase;font-size:12px;font-weight:800}.platform-admin-sidebar nav{gap:4px;display:grid}.admin-nav-item{color:#475569;background:0 0;border:1px solid #0000;border-radius:10px;justify-content:flex-start;min-height:40px;padding:0 12px;font-weight:800}.admin-nav-item-active,.admin-nav-item:hover{color:#111827;background:#f8fafc;border-color:#e5e7eb}.admin-sidebar-logout{border:1px solid var(--outline);color:#475569;background:#fff;border-radius:10px;justify-content:flex-start;align-items:center;gap:8px;min-height:40px;margin-top:auto;padding:0 12px;font-weight:800;display:inline-flex}.platform-admin-content{flex:1 1 0;align-content:start;gap:18px;min-width:0;height:100vh;min-height:0;padding:24px;display:grid;overflow-y:auto}.admin-header{padding:4px 2px 2px}.admin-header h1{margin-top:3px;font-size:30px;line-height:1.1}.admin-permission-pill{align-items:center;gap:7px;display:inline-flex}.admin-metric-grid{grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:14px;display:grid}.admin-metric-grid.compact{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.admin-metric-card,.admin-overview-panel,.admin-list-card,.admin-settings-grid{background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 12px 36px #0f172a0d}.admin-metric-card{width:100%;min-height:112px;color:inherit;font:inherit;text-align:left;gap:12px;padding:18px;display:flex}button.admin-metric-card{cursor:pointer}button.admin-metric-card:hover,button.admin-metric-card:focus-visible{border-color:#cbd5e1;transform:translateY(-1px);box-shadow:0 16px 42px #0f172a17}button.admin-metric-card:focus-visible{outline-offset:2px;outline:3px solid #2563eb2e}.admin-metric-icon{color:#111827;background:#f3f4f6;border-radius:12px;place-items:center;width:38px;height:38px;display:inline-grid}.admin-metric-card div{align-content:center;gap:5px;min-width:0;display:grid}.admin-metric-card span,.admin-metric-card small{color:#64748b;text-transform:uppercase;font-size:12px;font-weight:800}.admin-metric-card strong{color:#111827;text-overflow:ellipsis;white-space:nowrap;font-size:26px;line-height:1.1;overflow:hidden}.admin-overview-panel{justify-content:space-between;align-items:center;gap:16px;padding:20px;display:flex}.admin-overview-panel h2,.admin-mini-list h3{margin:0}.admin-overview-panel p{color:var(--muted);margin:5px 0 0}.admin-overview-actions{flex-wrap:wrap;gap:10px;display:flex}.admin-preview-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.admin-mini-list{gap:10px;display:grid}.admin-mini-row{border-bottom:1px solid #eef2f7;justify-content:space-between;gap:14px;padding:10px 0;display:flex}.admin-mini-row:last-child{border-bottom:0}.admin-mini-row strong,.admin-mini-row small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.admin-list-card{gap:16px;min-width:0;padding:18px;display:grid}.admin-list-toolbar{grid-template-columns:minmax(180px,auto) minmax(240px,1fr) auto;align-items:end;gap:12px;display:grid}.admin-list-toolbar h2,.admin-list-toolbar p{margin:0}.admin-list-toolbar p{color:var(--muted);margin-top:3px;font-size:13px}.admin-search-field{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;align-items:center;gap:8px;min-height:42px;padding:0 12px;display:flex}.admin-search-field input{background:0 0;border:0;min-height:36px;padding:0}.admin-filter-row,.admin-bulk-actions{flex-wrap:wrap;gap:8px;display:flex}.admin-filter-row input,.admin-filter-row select{background:#fff;border:1px solid #e5e7eb;border-radius:12px;min-width:128px;min-height:42px;padding:0 12px}.admin-table-scroll{border:1px solid #eef2f7;border-radius:14px;min-width:0;overflow-x:auto}.admin-ai-debug{gap:16px;display:grid}.admin-debug-tags{flex-wrap:wrap;gap:6px;min-width:160px;display:flex}.admin-data-table{border-collapse:collapse;background:#fff;width:100%;min-width:900px}.admin-data-table th,.admin-data-table td{text-align:left;vertical-align:middle;border-bottom:1px solid #eef2f7;padding:13px 14px}.admin-data-table th{color:#64748b;text-transform:uppercase;background:#fbfcff;font-size:12px;font-weight:900}.admin-data-table tr:last-child td{border-bottom:0}.admin-data-table tbody tr{cursor:pointer}.admin-data-table tbody tr:hover{background:#fbfcff}.admin-data-table strong,.admin-data-table small{text-overflow:ellipsis;white-space:nowrap;max-width:280px;display:block;overflow:hidden}.admin-data-table small{color:var(--muted);font-size:12px}.admin-contact-answer-form{gap:8px;min-width:240px;display:grid}.admin-contact-answer-form label{gap:8px;display:grid}.admin-contact-answer-form label>span{color:var(--muted);text-transform:uppercase;font-size:12px;font-weight:700}.admin-contact-answer-form textarea{background:var(--surface);border:1px solid var(--border);color:var(--text);font:inherit;resize:vertical;border-radius:8px;min-height:76px;padding:10px 12px}.admin-ticket-detail-block{border:1px solid var(--border);border-radius:8px;gap:8px;padding:12px;display:grid}.admin-ticket-detail-block p,.admin-ticket-detail-block small{margin:0}.admin-pill,.admin-status{border-radius:999px;align-items:center;min-height:26px;padding:0 9px;font-size:12px;font-weight:850;display:inline-flex}.admin-pill{background:#f3f4f6}.admin-status-ok{color:#047857;background:#ecfdf5}.admin-status-warning{color:#b45309;background:#fffbeb}.admin-status-danger{color:#b91c1c;background:#fef2f2}.admin-empty-state{color:var(--muted);text-align:center;place-items:center;gap:8px;padding:38px 18px;display:grid}.admin-drawer-backdrop{z-index:80;background:#0f172a2e;justify-content:flex-end;display:flex;position:fixed;inset:0}.admin-detail-drawer{background:#fff;width:min(460px,100%);height:100%;padding:22px;overflow-y:auto;box-shadow:-20px 0 70px #0f172a2e}.admin-detail-drawer header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:20px;display:flex}.admin-detail-drawer h2,.admin-detail-drawer h3{margin:0}.admin-drawer-stack{gap:14px;display:grid}.admin-drawer-actions{flex-wrap:wrap;gap:10px;display:flex}.admin-status-row{align-items:center;gap:8px;margin-top:6px;display:flex}.admin-temp-password-box{background:#fffbeb;border:1px solid #fbbf24;border-radius:10px;gap:8px;padding:14px;display:grid}.admin-temp-password-box code{-webkit-user-select:all;user-select:all;background:#fff;border:1px solid #fde68a;border-radius:6px;padding:8px 12px;font-family:monospace;font-size:14px;display:block}.admin-edit-form{gap:10px;display:grid}.admin-edit-form label{color:var(--muted);gap:4px;font-size:12px;font-weight:600;display:grid}.admin-edit-form input[type=text],.admin-edit-form input:not([type]){border:1px solid #e5e7eb;border-radius:8px;width:100%;height:36px;padding:0 10px;font-size:14px}.admin-checkbox-label{align-items:center;gap:8px;font-weight:500;color:#111827!important;flex-direction:row!important;display:flex!important}.admin-danger-button{color:#dc2626}.admin-danger-button:hover{background:#fef2f2}.admin-setting-row{border-bottom:1px solid #eef2f7;justify-content:space-between;gap:14px;padding:14px 0;display:flex}.admin-setting-control{align-items:center}.admin-setting-control span{gap:4px;display:grid}.admin-setting-control small{color:var(--muted);font-size:.82rem}.admin-setting-control input[type=checkbox]{width:18px;height:18px;accent-color:var(--brand)}.admin-ocr-check-card{gap:20px;display:grid}.admin-ocr-check-heading,.admin-ocr-result header,.admin-ocr-output>div{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.admin-ocr-check-heading>div{gap:5px;display:grid}.admin-ocr-check-heading h2,.admin-ocr-check-heading p{margin:0}.admin-ocr-dropzone{text-align:center;background:#f8fafc;border:1.5px dashed #b8c1cf;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:9px;min-height:210px;padding:28px;transition:border-color .18s,background-color .18s;display:flex}.admin-ocr-dropzone.is-dragging{border-color:var(--brand);background:color-mix(in srgb, var(--brand) 8%, white)}.admin-ocr-dropzone.is-busy{opacity:.72}.admin-ocr-dropzone input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.admin-ocr-dropzone-icon{width:46px;height:46px;color:var(--brand);background:color-mix(in srgb, var(--brand) 10%, white);border-radius:12px;place-items:center;display:grid}.admin-ocr-dropzone>span:not(.admin-ocr-dropzone-icon){color:var(--muted);font-size:.84rem}.admin-ocr-dropzone button{color:#fff;cursor:pointer;background:#111827;border:1px solid #111827;border-radius:9px;min-height:40px;margin-top:5px;padding:0 18px;transition:background-color .18s}.admin-ocr-dropzone button:hover:not(:disabled){background:#263142}.admin-ocr-dropzone button:focus-visible{outline:3px solid color-mix(in srgb, var(--brand) 35%, transparent);outline-offset:3px}.admin-ocr-result{border:1px solid #e3e8ef;border-radius:12px;gap:14px;padding:16px;display:grid}.admin-ocr-result header>div,.admin-ocr-output{gap:4px;display:grid}.admin-ocr-result header span,.admin-ocr-output>div span{color:var(--muted);font-size:.82rem}.admin-ocr-progress{grid-template-columns:18px 1fr;align-items:center;gap:10px;display:grid}.admin-ocr-progress>span{border:2px solid #d5dbe5;border-top-color:var(--brand);border-radius:50%;width:16px;height:16px;animation:.9s linear infinite admin-ocr-spin}.admin-ocr-progress p,.admin-ocr-empty{color:var(--muted);margin:0}.admin-ocr-output pre,.admin-ocr-error{color:#edf2f7;white-space:pre-wrap;overflow-wrap:anywhere;background:#10151d;border-radius:9px;max-height:360px;margin:0;padding:14px;font:.82rem/1.55 ui-monospace,SFMono-Regular,Menlo,monospace;overflow:auto}.admin-ocr-error{color:#fecaca;border:1px solid #7f1d1d}@keyframes admin-ocr-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.admin-ocr-progress>span{animation:none}}@media (width<=820px){.platform-admin-page{grid-template-columns:1fr;height:auto;min-height:100vh;overflow:visible}.admin-ocr-check-heading,.admin-ocr-result header{flex-direction:column;align-items:stretch}.platform-admin-sidebar{z-index:20;flex-direction:row;align-items:center;padding:12px;position:sticky;top:0;overflow-x:auto}.platform-admin-sidebar nav{display:flex;overflow-x:auto}.admin-sidebar-brand,.admin-sidebar-logout{flex:none}.platform-admin-content{height:auto;padding:16px;overflow:visible}.admin-preview-grid{grid-template-columns:1fr}}.billing-plan-card-active .admin-pill{background:var(--brand-gold-soft);color:var(--brand-gold)}.ai-lab-root{flex-direction:column;gap:20px;padding-bottom:32px;display:flex}.ai-lab-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.ai-lab-header-text h2{color:var(--color-text);margin:0 0 4px;font-size:20px;font-weight:700}.ai-lab-header-text p{color:var(--color-text-muted);margin:0;font-size:13px}.ai-lab-presets{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.ai-lab-preset-btn{border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text);cursor:pointer;border-radius:20px;align-items:center;gap:6px;padding:6px 12px;font-size:12px;font-weight:500;transition:border-color .15s,background .15s,box-shadow .15s;display:inline-flex}.ai-lab-preset-btn:hover{border-color:var(--brand-gold);background:var(--brand-gold-soft);box-shadow:0 2px 6px #0000000f}.ai-lab-columns{grid-template-columns:420px 1fr;align-items:start;gap:20px;display:grid}@media (width<=1100px){.ai-lab-columns{grid-template-columns:1fr}}.ai-lab-input-col,.ai-lab-output-col{flex-direction:column;gap:16px;display:flex}.ai-lab-card{flex-direction:column;gap:16px;padding:18px 20px;display:flex}.ai-lab-card-heading h3{letter-spacing:.04em;text-transform:uppercase;color:var(--color-text-muted);margin:0;font-size:13px;font-weight:700}.ai-lab-card-heading--split{justify-content:space-between;align-items:center;gap:12px;display:flex}.ai-lab-model-panel{border:1px solid var(--color-border);background:var(--color-surface-soft);border-radius:8px;gap:10px;padding:12px;display:grid}.ai-lab-provider-strip{flex-wrap:wrap;gap:6px;display:flex}.ai-lab-provider-chip{border:1px solid var(--color-border);background:var(--color-surface);min-height:24px;color:var(--color-text-muted);white-space:nowrap;border-radius:6px;align-items:center;gap:5px;padding:3px 8px;font-size:11px;font-weight:700;display:inline-flex}.ai-lab-provider-chip--ready{color:#166534;border-color:#1665343d}.ai-lab-provider-chip--active{box-shadow:0 0 0 2px var(--brand-gold-border)}html[data-needle-theme=dark] .ai-lab-provider-chip--ready{color:#86efac;border-color:#86efac3d}.ai-lab-model-label{gap:6px}.ai-lab-model-select{width:100%;min-height:36px}.ai-lab-fn-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:6px;display:grid}.ai-lab-fn-tile{border:1px solid var(--color-border);background:var(--color-surface-soft);cursor:pointer;text-align:left;border-radius:8px;justify-content:space-between;align-items:center;gap:6px;padding:8px 10px;transition:border-color .15s,background .15s,box-shadow .15s;display:flex}.ai-lab-fn-tile:hover{border-color:var(--color-border-strong);background:var(--color-surface-raised)}.ai-lab-fn-tile--active{box-shadow:0 0 0 3px var(--brand-gold-border);border-color:var(--brand-gold)!important;background:var(--brand-gold-soft)!important}.ai-lab-fn-name{color:var(--color-text);word-break:break-all;font-size:11px;font-weight:600;line-height:1.3}.ai-lab-llm-badge{letter-spacing:.02em;border-radius:4px;flex:none;padding:2px 6px;font-size:10px;font-weight:700}.ai-lab-llm-badge--yes{color:#1e40af;background:#dbeafe}.ai-lab-llm-badge--no{color:#166534;background:#dcfce7}.ai-lab-llm-badge--optional{color:#854d0e;background:#fef9c3}.ai-lab-llm-badge--mixed{color:#7e22ce;background:#f3e8ff}html[data-needle-theme=dark] .ai-lab-llm-badge--yes{color:#93c5fd;background:#1e40af40}html[data-needle-theme=dark] .ai-lab-llm-badge--no{color:#86efac;background:#16653440}html[data-needle-theme=dark] .ai-lab-llm-badge--optional{color:#fde68a;background:#854d0e40}html[data-needle-theme=dark] .ai-lab-llm-badge--mixed{color:#d8b4fe;background:#7e22ce40}.ai-lab-fn-info{border:1px solid var(--brand-gold-border);background:var(--brand-gold-soft);border-radius:8px;padding:12px}.ai-lab-fn-purpose{color:var(--color-text);margin:0 0 8px;font-size:13px;line-height:1.5}.ai-lab-fn-meta{color:var(--color-text-muted);flex-wrap:wrap;gap:12px;font-size:11px;display:flex}.ai-lab-form{flex-direction:column;gap:12px;display:flex}.ai-lab-form-row{grid-template-columns:1fr 1fr;gap:10px;display:grid}.ai-lab-label{color:var(--color-text-muted);flex-direction:column;gap:4px;font-size:12px;font-weight:600;display:flex}.ai-lab-input,.ai-lab-textarea{border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text);border-radius:6px;outline:none;padding:8px 10px;font-family:inherit;font-size:13px;transition:border-color .15s,box-shadow .15s}.ai-lab-input:focus,.ai-lab-textarea:focus{border-color:var(--brand-gold);box-shadow:0 0 0 3px var(--brand-gold-border)}.ai-lab-textarea{resize:vertical;min-height:180px;font-family:IBM Plex Mono,monospace;font-size:12px;line-height:1.6}.ai-lab-run-btn{background:var(--brand-gold);color:#fff;cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;width:100%;padding:11px 20px;font-size:14px;font-weight:700;transition:background .15s,box-shadow .15s,transform .1s;display:inline-flex}.ai-lab-run-btn:hover:not(:disabled){background:var(--color-accent-strong);transform:translateY(-1px);box-shadow:0 4px 12px #c9962c66}.ai-lab-run-btn:active:not(:disabled){transform:translateY(0)}.ai-lab-run-btn:disabled{opacity:.45;cursor:not-allowed}.ai-lab-hint{color:var(--color-text-muted);text-align:center;margin:0;font-size:12px}.ai-lab-spinner{border:2px solid #fff6;border-top-color:#fff;border-radius:50%;width:14px;height:14px;animation:.7s linear infinite ai-lab-spin;display:inline-block}.ai-lab-spinner--large{border-color:var(--color-border);border-top-color:var(--brand-gold);width:32px;height:32px;margin-bottom:12px}@keyframes ai-lab-spin{to{transform:rotate(360deg)}}.ai-lab-result-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.ai-lab-result-header h3{color:var(--color-text);margin:0 0 2px;font-size:14px;font-weight:700}.ai-lab-result-meta{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.ai-lab-conf-badge{border-radius:12px;padding:3px 8px;font-size:11px;font-weight:700}.ai-lab-conf--high{color:#166534;background:#dcfce7}.ai-lab-conf--mid{color:#854d0e;background:#fef9c3}.ai-lab-conf--low{color:#991b1b;background:#fee2e2}html[data-needle-theme=dark] .ai-lab-conf--high{color:#86efac;background:#16653433}html[data-needle-theme=dark] .ai-lab-conf--mid{color:#fde68a;background:#854d0e33}html[data-needle-theme=dark] .ai-lab-conf--low{color:#fca5a5;background:#991b1b33}.ai-lab-elapsed{color:var(--color-text-muted);font-variant-numeric:tabular-nums;font-size:11px;font-weight:600}.ai-lab-model-badge{border:1px solid var(--color-border);background:var(--color-surface-soft);max-width:min(320px,100%);color:var(--color-text-muted);font-variant-numeric:tabular-nums;overflow-wrap:anywhere;border-radius:6px;padding:3px 8px;font-size:11px;font-weight:700}.ai-lab-result-fields{border:1px solid var(--color-border);border-radius:8px;flex-direction:column;gap:0;display:flex;overflow:hidden}.ai-lab-result-field{border-bottom:1px solid var(--color-border);grid-template-columns:180px 1fr;gap:0;display:grid}.ai-lab-result-field:last-child{border-bottom:none}.ai-lab-field-key{background:var(--color-surface-soft);letter-spacing:.03em;text-transform:uppercase;color:var(--color-text-muted);border-right:1px solid var(--color-border);padding:10px 12px;font-size:11px;font-weight:700}.ai-lab-field-value{color:var(--color-text);word-break:break-word;padding:10px 12px;font-size:12px}.ai-lab-null{color:var(--color-text-muted);font-size:12px;font-style:italic}.ai-lab-bool--true{color:#166534;background:#dcfce7;border-radius:4px;padding:2px 8px;font-size:11px;font-weight:700;display:inline-block}.ai-lab-bool--false{color:#64748b;background:#f1f5f9;border-radius:4px;padding:2px 8px;font-size:11px;font-weight:700;display:inline-block}html[data-needle-theme=dark] .ai-lab-bool--true{color:#86efac;background:#16653433}html[data-needle-theme=dark] .ai-lab-bool--false{color:#94a3b8;background:#64748b26}.ai-lab-number{font-variant-numeric:tabular-nums;color:var(--brand-gold);font-weight:600}.ai-lab-string{color:var(--color-text);font-size:12px;line-height:1.5}.ai-lab-array{flex-direction:column;gap:4px;margin:0;padding:0 0 0 16px;list-style:outside;display:flex}.ai-lab-array li{font-size:12px;line-height:1.5}.ai-lab-json-inline{background:var(--color-surface-soft);white-space:pre-wrap;word-break:break-all;border-radius:4px;margin:2px 0;padding:4px 8px;font-size:11px}.ai-lab-raw-toggle{border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text-muted);cursor:pointer;border-radius:6px;align-items:center;gap:6px;padding:6px 12px;font-size:12px;font-weight:500;transition:border-color .15s,background .15s;display:inline-flex}.ai-lab-raw-toggle:hover{border-color:var(--color-border-strong);background:var(--color-surface-raised);color:var(--color-text)}.ai-lab-raw-json{border:1px solid var(--color-border);background:var(--color-surface-soft);white-space:pre-wrap;word-break:break-all;color:var(--color-text);border-radius:8px;max-height:480px;margin:8px 0 0;padding:14px 16px;font-family:IBM Plex Mono,monospace;font-size:11px;line-height:1.6;overflow-y:auto}.ai-lab-error-card{border-left:3px solid var(--danger)!important}.ai-lab-error-pre{white-space:pre-wrap;color:#991b1b;background:#fee2e2;border-radius:6px;margin:0;padding:12px;font-family:IBM Plex Mono,monospace;font-size:12px}html[data-needle-theme=dark] .ai-lab-error-pre{color:#fca5a5;background:#991b1b33}.ai-lab-empty-output{text-align:center;min-height:200px;color:var(--color-text-muted);justify-content:center;align-items:center}.ai-lab-empty-icon{opacity:.3;margin-bottom:12px}.ai-lab-empty-output h3{color:var(--color-text);margin:0 0 8px;font-size:15px;font-weight:600}.ai-lab-empty-output p{color:var(--color-text-muted);margin:0;font-size:13px}.ai-lab-config-container{flex-direction:column;gap:16px;display:flex}.ai-lab-config-group{flex-direction:column;gap:6px;display:flex}.ai-lab-config-header{justify-content:space-between;align-items:center;margin-bottom:2px;display:flex}.ai-lab-config-header .ai-lab-label{margin-bottom:0;font-size:13px;font-weight:600}.ai-lab-config-actions{align-items:center;gap:8px;display:flex}.ai-lab-modified-badge{color:var(--brand-gold,#d4af37);text-transform:uppercase;letter-spacing:.5px;background:#d4af3726;border-radius:4px;padding:2px 6px;font-size:10px;font-weight:700}.ai-lab-reset-btn{color:var(--brand-gold,#d4af37);cursor:pointer;background:0 0;border:none;padding:0;font-size:11px;font-weight:600;text-decoration:underline;transition:opacity .2s}.ai-lab-reset-btn:hover{opacity:.8}.ai-lab-prompt-editor{resize:vertical;font-family:IBM Plex Mono,monospace;font-size:12px;line-height:1.5}.ai-lab-regex-editor{letter-spacing:.5px;font-family:IBM Plex Mono,monospace;font-size:13px}.ai-lab-no-config{background:var(--color-background-offset,#f8f9fa);color:var(--color-text-muted);border-radius:6px;align-items:center;gap:8px;padding:12px;font-size:12px;display:flex}html[data-needle-theme=dark] .ai-lab-no-config{background:var(--color-background-offset,#1c1c1e)}.delegation-desk{gap:16px;min-width:0;padding:24px;display:grid}.delegation-desk__header{justify-content:space-between;align-items:flex-start;gap:16px;min-width:0;display:flex}.delegation-desk__header h1{color:var(--text,#111827);margin:4px 0 6px;font-size:28px;line-height:1.12}.delegation-desk__header p{max-width:720px;color:var(--muted,#64748b);margin:0;font-size:14px;line-height:1.5}.delegation-desk__metrics{grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;min-width:0;display:grid}.delegation-metric{color:#334155;cursor:pointer;text-align:left;background:#fff;border:1px solid #e5e7eb;border-radius:8px;justify-content:space-between;align-items:center;gap:8px;min-width:0;min-height:46px;padding:8px 12px;display:flex}.delegation-metric.is-active,.delegation-metric:hover{color:#111827;background:#f8fafc;border-color:#111827}.delegation-metric span{text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;font-size:11px;font-weight:800;overflow:hidden}.delegation-metric strong{color:#111827;font-size:18px;line-height:1}.delegation-desk__filters{grid-template-columns:minmax(220px,1fr) minmax(150px,210px) minmax(190px,260px);align-items:end;gap:12px;min-width:0;display:grid}.delegation-desk__filters label,.delegation-field{color:#475569;text-transform:uppercase;gap:6px;min-width:0;font-size:12px;font-weight:800;display:grid}.delegation-desk__filters select,.delegation-field select,.delegation-field textarea{color:#111827;width:100%;min-width:0;font:inherit;text-transform:none;background:#fff;border:1px solid #e5e7eb;border-radius:8px}.delegation-desk__filters select,.delegation-field select{min-height:42px;padding:0 10px}.delegation-search-field{border-radius:8px;min-height:42px}.delegation-search-field input{width:100%;min-width:0}.delegation-field textarea{resize:vertical;min-height:112px;padding:10px 12px}.delegation-desk__body{grid-template-columns:minmax(280px,390px) minmax(0,1fr);align-items:start;gap:14px;min-width:0;display:grid}.delegation-detail{background:#fff;border:1px solid #e5e7eb;border-radius:8px;min-width:0}.delegation-list{background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;flex-direction:column;gap:12px;min-height:400px;max-height:calc(100vh - 280px);padding:16px;display:flex;overflow-y:auto}.delegation-row{color:#1e293b;cursor:pointer;text-align:left;background:#fff;border:1px solid #e2e8f0;border-left:4px solid #94a3b8;border-radius:10px;flex-direction:column;gap:8px;width:100%;min-width:0;padding:16px;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;position:relative;box-shadow:0 1px 3px #0000000d,0 1px 2px #00000008}.delegation-row.urgency-urgent{border-left-color:#ef4444}.delegation-row.urgency-high{border-left-color:#f59e0b}.delegation-row.urgency-normal{border-left-color:#3b82f6}.delegation-row.urgency-low{border-left-color:#94a3b8}.delegation-row.is-selected{background:#fff;border-color:#2563eb;box-shadow:0 4px 12px #2563eb14}.delegation-row:hover{border-color:#cbd5e1;transform:translateY(-2px)translate(2px);box-shadow:0 8px 16px #0000000f}.delegation-row.is-selected:hover{border-color:#2563eb}.delegation-row strong{color:#0f172a;-webkit-line-clamp:2;text-overflow:ellipsis;white-space:normal;-webkit-box-orient:vertical;margin:2px 0 0;font-size:14px;font-weight:700;line-height:1.4;display:-webkit-box;overflow:hidden}.delegation-row small{color:#64748b;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:500;overflow:hidden}.delegation-row p{color:#475569;-webkit-line-clamp:2;text-overflow:ellipsis;white-space:normal;-webkit-box-orient:vertical;margin:0;font-size:12px;line-height:1.5;display:-webkit-box;overflow:hidden}.delegation-row__badge-group{justify-content:space-between;align-items:center;gap:8px;width:100%;display:flex}.delegation-detail__eyebrow{align-items:center;gap:6px;display:flex}.detail-source-icon{color:#3b82f6}.delegation-row__footer{border-top:1px dashed #f1f5f9;justify-content:space-between;align-items:center;width:100%;margin-top:4px;padding-top:8px;display:flex}.delegation-row__type{color:#64748b;text-transform:uppercase;letter-spacing:.02em;font-size:11px;font-weight:700}.delegation-row__confidence{color:#2563eb;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;align-items:center;gap:4px;padding:3px 6px;font-size:11px;font-weight:700;display:inline-flex}.confidence-icon{color:#3b82f6;margin-top:-1px}.delegation-source-badge{text-transform:uppercase;border-radius:8px;align-items:center;gap:6px;padding:4px 10px;font-size:11px;font-weight:700;line-height:1;display:inline-flex}.delegation-source-badge.source-thread{color:#1e40af;background:#eff6ff}.delegation-source-badge.source-reminder{color:#c2410c;background:#fff7ed}.delegation-source-badge.source-task{color:#15803d;background:#f0fdf4}.delegation-source-badge.source-calendar_event{color:#6b21a8;background:#faf5ff}.delegation-source-badge.source-box{color:#0f766e;background:#f0fdfa}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .delegation-source-badge.source-thread{color:#93c5fd;background:#1e40af33}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .delegation-source-badge.source-reminder{color:#fdba74;background:#c2410c33}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .delegation-source-badge.source-task{color:#86efac;background:#15803d33}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .delegation-source-badge.source-calendar_event{color:#d8b4fe;background:#6b21a833}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .delegation-source-badge.source-box{color:#5eead4;background:#0f766e33}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .delegation-list{background:#151b26;border-color:#2e3748}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .delegation-row{color:#e2e8f0;background:#1e2530;border-color:#2d3748;box-shadow:0 1px 3px #0003}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .delegation-row:hover{background:#232d3b;border-color:#4a5568}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .delegation-row.is-selected{background:#232d3b;border-color:#3b82f6;box-shadow:0 4px 12px #3b82f626}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .delegation-row.is-selected:hover{border-color:#3b82f6}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .delegation-row strong{color:#f1f5f9}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .delegation-row small{color:#94a3b8}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .delegation-row p{color:#cbd5e1}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .delegation-row__footer{border-top-color:#2d3748}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .delegation-row__confidence{color:#60a5fa;background:#151b26;border-color:#2d3748}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .detail-source-icon{color:#60a5fa}.delegation-detail{gap:16px;padding:18px;display:grid}.delegation-detail__title{justify-content:space-between;align-items:flex-start;gap:14px;min-width:0;display:flex}.delegation-detail__title>div{min-width:0}.delegation-detail__title h2{color:#111827;overflow-wrap:anywhere;margin:4px 0 6px;font-size:22px;line-height:1.2}.delegation-detail__title p,.delegation-detail__section p{color:#475569;margin:0;font-size:13px;line-height:1.5}.delegation-detail__section{gap:8px;min-width:0;display:grid}.delegation-detail__section h3{color:#111827;margin:0;font-size:13px;font-weight:850}.delegation-detail__section ul{color:#475569;gap:6px;margin:0;padding-left:18px;font-size:13px;line-height:1.5;display:grid}.delegation-tags{flex-wrap:wrap;gap:6px;min-width:0;display:flex}.delegation-tags span{color:#334155;text-overflow:ellipsis;background:#f8fafc;border:1px solid #e5e7eb;border-radius:999px;max-width:100%;padding:5px 8px;font-size:12px;font-weight:700;overflow:hidden}.delegation-owner-card{background:#eff6ff;border:1px solid #dbeafe;border-radius:8px;gap:4px;min-width:0;padding:12px;display:grid}.delegation-owner-card strong,.delegation-owner-card span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.delegation-owner-card span{color:#2563eb;font-size:12px;font-weight:700}.delegation-actions{flex-wrap:wrap;gap:8px;display:flex}.delegation-empty{min-height:220px}.status-low,.status-normal,.status-candidate{color:#475569;background:#f1f5f9}.status-high,.status-open{color:#92400e;background:#fef3c7}.status-urgent{color:#991b1b;background:#fee2e2}.status-resolved{color:#166534;background:#dcfce7}.status-dismissed,.status-stale{color:#4b5563;background:#e5e7eb}@media (width<=980px){.delegation-desk__metrics,.delegation-desk__filters,.delegation-desk__body{grid-template-columns:1fr}.delegation-list{min-height:0;max-height:none}}@media (width<=680px){.delegation-desk{padding:14px}.delegation-desk__header,.delegation-detail__title{display:grid}.delegation-actions .primary-button,.delegation-actions .secondary-button,.delegation-actions .ghost-button{flex:150px}}.admin-workflow-banner{color:#9a3412;background:#fff7ed;border:1px solid #fed7aa;border-radius:12px;align-items:center;gap:12px;padding:14px 16px;display:flex}.admin-workflow-banner.is-enabled{color:#166534;background:#ecfdf5;border-color:#a7f3d0}.admin-workflow-banner div{gap:2px;display:grid}.admin-workflow-banner span{font-size:13px}.admin-workflow-filters{grid-template-columns:repeat(4,minmax(140px,1fr));margin-bottom:16px;display:grid}.ai-trace-detail section h4{margin:0 0 8px}.ai-trace-code{color:#e2e8f0;white-space:pre-wrap;word-break:break-word;background:#0f172a;border:1px solid #334155;border-radius:10px;max-height:42vh;margin:0;padding:14px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;line-height:1.55;overflow:auto}@media (width<=760px){.admin-workflow-filters{grid-template-columns:1fr}}.xray-lp-root{background:radial-gradient(circle at 78% 12%,#e5bd6621,#0000 30%),linear-gradient(#11100d 0%,#0d0c0a 54%,#15130f 100%);padding:0;overflow:hidden}.xray-lp-header{justify-content:space-between;align-items:center;width:min(100%,1180px);margin:0 auto;padding:24px clamp(18px,4vw,48px) 0;display:flex}.xray-lp-brand{align-items:center;display:flex}.xray-lp-pill{color:#f1dfb5;background:#e5bd6617;border:1px solid #e5bd665c;border-radius:999px;align-items:center;min-height:36px;padding:0 14px;font-size:.82rem;font-weight:800;display:inline-flex}.xray-lp-logo{object-fit:contain;width:128px;height:44px}.xray-logo-tile.xray-lp-logo-tile{background:linear-gradient(#fffdf8 0%,#f5efe2 100%);border-color:#ffffffdb;border-radius:14px;width:136px;height:52px;padding:4px 12px;box-shadow:0 16px 38px #00000042,inset 0 1px #ffffffeb}.xray-lp-logo-tile .xray-lp-logo{width:112px;height:44px}.xray-lp-hero{grid-template-columns:minmax(0,1.14fr) minmax(340px,.86fr);align-items:start;gap:54px;max-width:1180px;margin:0 auto;padding:46px clamp(18px,4vw,48px) 60px;display:grid}.xray-lp-copy{flex-direction:column;display:flex}.xray-lp-h1{color:#fff9ec;letter-spacing:0;margin:10px 0 16px;font-size:clamp(2.35rem,4.45vw,4.38rem);font-weight:900;line-height:1.02}.xray-lp-sub{color:#d9cfbd;max-width:590px;margin:0;font-size:1.08rem;line-height:1.68}.xray-lp-thesis{color:#f1dfb5;max-width:560px;margin:16px 0 0;font-size:1rem;font-weight:800;line-height:1.5}.xray-inline-trust{color:#f4e7c4;background:#e5bd6614;border:1px solid #e5bd6647;border-radius:10px;gap:6px;max-width:620px;margin:20px 0 0;padding:18px 20px;font-size:.92rem;line-height:1.55;display:grid}.xray-inline-trust strong{color:#fff9ec;font-size:1rem}.xray-inline-trust p{margin:0}.xray-sample-card{background:linear-gradient(90deg,#e5bd660d 1px,#0000 1px) 0 0/42px 42px,linear-gradient(#fff9ec09 1px,#0000 1px) 0 0/42px 42px,linear-gradient(150deg,#1f1b13 0%,#12110e 100%);border:1px solid #d7b46a3d;border-radius:16px;align-self:start;margin-top:18px;padding:24px;position:relative;box-shadow:0 42px 90px #00000085,inset 0 0 0 1px #d7b46a0f}.xray-sc-topline{justify-content:space-between;align-items:center;gap:14px;margin-bottom:18px;display:flex}.xray-sc-eyebrow{color:#d7b46a;letter-spacing:.09em;text-transform:uppercase;margin:0;font-size:.73rem;font-weight:800}.xray-sc-topline span{color:#d9cfbd;background:#fff9ec0d;border:1px solid #fff9ec24;border-radius:999px;padding:5px 9px;font-size:.72rem;font-weight:800}.xray-scan-frame{background:#fff9ec14;border-radius:999px;height:8px;margin-bottom:16px;position:relative;overflow:hidden}.xray-scan-frame span{border-radius:inherit;background:linear-gradient(90deg,#7b5d23,#e5bd66);width:66%;height:100%;display:block}.xray-sc-findings{gap:10px;display:grid}.xray-sc-finding{background:#0c0b08a3;border:1px solid #fff9ec1a;border-radius:10px;padding:15px 16px}.xray-sc-finding strong{color:#fff9ec;font-size:.98rem;line-height:1.35;display:block}.xray-sc-finding p{color:#cfc6b5;border-left:2px solid #e5bd6699;margin:6px 0 0;padding-left:10px;font-size:.84rem;line-height:1.45}.xray-sc-disclaimer{color:#b5aa96;text-align:center;letter-spacing:.01em;margin:16px 0 0;font-size:.78rem}.xray-proof-section,.xray-how-section{max-width:1180px;margin:0 auto;padding:0 clamp(18px,4vw,48px) 60px}.xray-section-heading h2{color:#fff9ec;letter-spacing:0;margin:8px 0 0;font-size:clamp(1.8rem,3.6vw,2.8rem);line-height:1.08}.xray-proof-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.xray-proof-card{background:linear-gradient(#fff9ec0f,#fff9ec06);border:1px solid #e5bd6633;border-radius:12px;min-height:270px;padding:20px;box-shadow:0 24px 54px #00000047}.xray-proof-head{gap:8px;display:grid}.xray-proof-head span{color:#e5bd66;letter-spacing:.08em;text-transform:uppercase;background:#e5bd6614;border:1px solid #e5bd6647;border-radius:999px;width:fit-content;padding:4px 8px;font-size:.68rem;font-weight:900}.xray-proof-head strong{color:#fff9ec;font-size:1.08rem;line-height:1.3}.xray-proof-from{color:#d9cfbd;margin:18px 0 10px;font-size:.9rem;font-weight:800}.xray-proof-card blockquote{color:#f3ead6;border-left:3px solid #e5bd66;min-height:78px;margin:0;padding-left:14px;font-size:.97rem;line-height:1.55}.xray-proof-found{color:#d9cfbd;margin:18px 0 0;font-size:.9rem;line-height:1.5}.xray-proof-found span{color:#e5bd66;font-weight:900}.xray-before-after{grid-template-columns:1fr 1fr;gap:18px;max-width:960px;margin:0 auto;padding:0 clamp(18px,4vw,48px) 58px;display:grid}.xray-ba-col{border-radius:12px;flex-direction:column;gap:18px;padding:24px;display:flex}.xray-ba-before{background:linear-gradient(135deg,#fff9ec09,#fff9ec04);border:1px solid #fff9ec1f}.xray-ba-after{background:linear-gradient(135deg,#e5bd6621,#fff9ec09);border:1px solid #e5bd6657}.xray-ba-divider{display:none}.xray-ba-title{letter-spacing:0;text-transform:none;margin:0;font-size:.86rem;font-weight:800}.xray-ba-before .xray-ba-title{color:#c2b7a3}.xray-ba-after .xray-ba-title{color:#d7b46a}.xray-ba-list{flex-direction:column;gap:13px;margin:0;padding:0;list-style:none;display:flex}.xray-ba-before .xray-ba-list li{color:#cfc6b5;align-items:center;gap:8px;font-size:.92rem;font-weight:700;display:flex}.xray-ba-before .xray-ba-list li:before{content:"✕";color:#a49478;flex-shrink:0;font-size:.78rem}.xray-ba-after .xray-ba-list li{color:#fff9ec;align-items:center;gap:8px;font-size:.92rem;font-weight:800;display:flex}.xray-ba-after .xray-ba-list li:before{content:"✓";color:#d7b46a;flex-shrink:0;font-size:.8rem}.xray-lp-outcomes{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;max-width:1180px;margin:0 auto;padding:0 clamp(18px,4vw,48px) 60px;display:grid}.xray-outcome-card{background:#ffffff0a;border:1px solid #fff9ec1f;border-radius:12px;padding:24px}.xray-outcome-card h3{color:#fff9ec;margin:0 0 8px;font-size:1rem;font-weight:700;line-height:1.25}.xray-outcome-card p{color:#c9beaa;margin:0;font-size:.88rem;line-height:1.55}.xray-how-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.xray-how-card{background:#171612;border:1px solid #fff9ec1c;border-radius:12px;padding:22px}.xray-how-number{color:#15120d;background:#e5bd66;border-radius:999px;place-items:center;width:34px;height:34px;font-size:.9rem;font-weight:900;display:grid}.xray-how-card h3{color:#fff9ec;margin:18px 0 8px;font-size:1.04rem}.xray-how-card p,.xray-how-reassurance{color:#cfc6b5;line-height:1.58}.xray-how-card p{margin:0;font-size:.9rem}.xray-how-reassurance{background:#e5bd6612;border:1px solid #e5bd663d;border-radius:10px;margin:18px 0 0;padding:15px 18px;font-weight:800}.xray-final-cta{text-align:center;max-width:660px;margin:0 auto;padding:4px clamp(18px,4vw,48px) 88px}.xray-final-cta h2{color:#fff9ec;letter-spacing:-.02em;margin:0 0 10px;font-size:clamp(1.7rem,3.6vw,2.6rem);font-weight:900;line-height:1.1}.xray-final-cta .xray-fomo-micro{margin:0 0 24px}.xray-final-cta .xray-actions{flex-direction:row;justify-content:center;align-items:center}.xray-final-cta .xray-primary,.xray-final-cta .xray-secondary{min-width:190px}.xray-fomo-micro{color:#d9cfbd;max-width:460px;margin:16px auto 0;font-size:.92rem;font-weight:800;line-height:1.55}@media (width<=920px){.xray-lp-hero,.xray-proof-grid,.xray-lp-outcomes,.xray-how-grid{grid-template-columns:1fr}}@media (width<=700px){.xray-lp-header{padding-top:18px}.xray-logo-tile.xray-lp-logo-tile{width:116px;height:46px;padding:4px 10px}.xray-lp-logo-tile .xray-lp-logo{width:96px;height:38px}.xray-lp-pill{min-height:32px;padding:0 10px;font-size:.74rem}.xray-lp-hero{gap:34px;padding:40px clamp(18px,4vw,24px) 44px}.xray-sample-card{margin-top:0}.xray-before-after{grid-template-columns:1fr;gap:14px;padding:40px clamp(18px,4vw,24px)}.xray-lp-outcomes,.xray-proof-section,.xray-how-section{padding:0 clamp(18px,4vw,24px) 42px}.xray-final-cta{padding:40px clamp(18px,4vw,24px) 68px}.xray-final-cta .xray-actions{flex-direction:column;align-items:stretch}.xray-final-cta .xray-primary,.xray-final-cta .xray-secondary{min-width:0}}.xray-scan-card{background:#181713;border:1px solid #fff9ec1f;border-radius:12px;flex-direction:column;gap:0;width:100%;max-width:640px;padding:36px 36px 28px;display:flex;box-shadow:0 30px 80px #0000005c}.xray-scan-title{color:#fff9ec;letter-spacing:-.01em;margin:0 0 20px;font-size:clamp(1.55rem,4vw,2.1rem);line-height:1.15;transition:opacity .4s}.xray-scan-subtitle{color:#d7b46a;margin:-12px 0 16px;font-size:.88rem;line-height:1.55}.xray-progress-track{background:#fff9ec14;border-radius:99px;height:6px;margin-bottom:10px;position:relative;overflow:hidden}.xray-progress-fill{background:linear-gradient(90deg,#b8892a 0%,#e5bd66 50%,#f0d080 100%);border-radius:99px;height:100%;transition:width .9s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.xray-progress-shimmer{background:linear-gradient(90deg,#0000 0%,#ffffff47 40%,#ffffff52 50%,#ffffff47 60%,#0000 100%);animation:2s linear infinite xray-shimmer;position:absolute;inset:0}@keyframes xray-shimmer{0%{transform:translate(-100%)}to{transform:translate(250%)}}.xray-phase-label{color:#cfc6b5;letter-spacing:.01em;align-items:center;gap:7px;margin-bottom:18px;font-size:.82rem;display:flex}.xray-phase-dot{background:#d7b46a;border-radius:50%;flex-shrink:0;width:7px;height:7px;animation:1.6s ease-in-out infinite xray-phase-pulse}@keyframes xray-phase-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.75)}}.xray-stutter-note{color:#8e8070;margin:-10px 0 14px;font-size:.78rem;font-style:italic}.xray-scan-checklist{flex-direction:column;gap:6px;margin:0 0 20px;padding:0;list-style:none;display:flex}.xray-checklist-item{color:#cfc6b561;align-items:center;gap:8px;font-size:.82rem;transition:color .3s,opacity .3s;display:flex}.xray-checklist-item.done{color:#cfc6b58c}.xray-checklist-item.active{color:#f0e8d4;font-weight:600}.xray-check-icon{background:0 0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;display:flex}.xray-checklist-item.done .xray-check-icon{color:#d7b46a;background:#d7b46a2e}.xray-checklist-item.active .xray-check-icon{background:#d7b46a1f}.xray-live-counters{border-top:1px solid #fff9ec12;margin-bottom:18px;padding-top:18px}.xray-counters-label{color:#d7b46a;letter-spacing:.1em;text-transform:uppercase;margin:0 0 10px;font-size:.7rem;font-weight:800}.xray-counters-grid{grid-template-columns:repeat(2,1fr);gap:10px 16px;display:grid}.xray-counter-item{flex-direction:column;gap:2px;transition:transform .15s;display:flex}.xray-counter-value{color:#fff9ec;min-height:1.15rem;font-size:1.15rem;font-weight:700;line-height:1}.xray-counter-label{color:#8e8070;font-size:.72rem;line-height:1.4}.xray-counter-pulse{align-items:center;gap:3px;display:inline-flex}.xray-counter-pulse span{background:#d7b46a;border-radius:50%;width:4px;height:4px;animation:1.4s ease-in-out infinite xray-dot-bounce;display:inline-block}.xray-counter-pulse span:nth-child(2){animation-delay:.18s}.xray-counter-pulse span:nth-child(3){animation-delay:.36s}@keyframes xray-dot-bounce{0%,80%,to{opacity:.4;transform:translateY(0)}40%{opacity:1;transform:translateY(-4px)}}@keyframes xray-counter-flash{0%{transform:scale(1)}25%{color:#e5bd66;transform:scale(1.06)}to{transform:scale(1)}}.xray-counter-flash .xray-counter-value{animation:.6s ease-out xray-counter-flash}.xray-spam-note{color:#d7b46a;margin:8px 0 0;font-size:.75rem}.xray-spam-note.muted{color:#6b6254}.xray-education-widget{border-top:1px solid #fff9ec12;min-height:3.2rem;margin-bottom:16px;padding-top:16px}.xray-edu-text{color:#8e8070;opacity:0;margin:0;font-size:.85rem;font-style:italic;line-height:1.6;transition:opacity .3s,transform .3s;transform:translateY(4px)}.xray-edu-text.visible{opacity:1;transform:translateY(0)}.xray-scan-privacy{color:#8e8070;background:#d7b46a0f;border:1px solid #d7b46a1f;border-radius:8px;align-items:flex-start;gap:7px;padding:12px 14px;font-size:.75rem;line-height:1.55;display:flex}.xray-privacy-lock{color:#d7b46a;flex-shrink:0;margin-top:1px}.xray-reveal{animation:.4s both xray-fade-up}@keyframes xray-fade-up{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (width<=520px){.xray-scan-card{padding:24px 18px 20px}.xray-counters-grid{grid-template-columns:1fr 1fr}}@media (prefers-reduced-motion:reduce){.xray-progress-shimmer,.xray-phase-dot,.xray-counter-pulse span{animation:none}.xray-progress-fill,.xray-edu-text{transition:none}}.xray-results-v2{flex-direction:column;gap:48px;max-width:800px;margin:0 auto;display:flex}.xray-v2-headline{color:#fff9ec;letter-spacing:-.01em;margin:0 0 14px;font-size:clamp(1.7rem,4vw,2.6rem);font-weight:800;line-height:1.12}.xray-v2-subhead{color:#cfc6b5;max-width:620px;margin:0 0 18px;font-size:1rem;line-height:1.65}.xray-scope-strip{color:#8e8070;margin:0 0 24px;font-size:.8rem;line-height:1.5}.xray-scope-strip strong{color:#cfc6b5;font-weight:600}.xray-buried-section{border-top:1px solid #fff9ec12;padding-top:8px}.xray-consequence-list{flex-direction:column;gap:16px;display:flex}.xray-consequence-card{background:#181713;border:1px solid #fff9ec1a;border-radius:10px;flex-direction:column;gap:14px;padding:20px 22px;transition:border-color .2s;display:flex}.xray-consequence-card:hover{border-color:#fff9ec2e}.xray-ccard-top{flex-direction:column;gap:6px;display:flex}.xray-ccard-title{color:#fff9ec;margin:0;font-size:1rem;font-weight:700;line-height:1.35}.xray-ccard-section{flex-direction:column;gap:4px;display:flex}.xray-ccard-label{letter-spacing:.08em;text-transform:uppercase;color:#d7b46a;font-size:.7rem;font-weight:800;display:block}.xray-ccard-section p{color:#cfc6b5;margin:0;font-size:.87rem;line-height:1.6}.xray-ccard-evidence{color:#7a7060;border-left:2px solid #d7b46a4d;margin:0;padding:10px 14px;font-size:.8rem;font-style:italic;line-height:1.55}.xray-ccard-meta{color:#5e5648;flex-wrap:wrap;gap:10px;font-size:.72rem;display:flex}.xray-outcome-cta{border-top:1px solid #fff9ec12;padding-top:8px}.xray-cta-header{margin-bottom:24px}.xray-cta-header h2{color:#fff9ec;margin:0 0 8px;font-size:1.2rem;font-weight:700}.xray-cta-header p{color:#8e8070;margin:0;font-size:.88rem;line-height:1.55}.xray-cta-options{flex-direction:column;gap:12px;display:flex}.xray-cta-item{flex-direction:column;gap:5px;display:flex}.xray-cta-item button{align-self:flex-start}.xray-cta-micro{color:#6b6254;padding-left:2px;font-size:.74rem}.xray-data-footer{border-top:1px solid #fff9ec0f;flex-direction:column;gap:12px;padding-top:20px;display:flex}.xray-footer-privacy{color:#5e5648;margin:0;font-size:.75rem;line-height:1.55}.xray-footer-details{flex-direction:column;gap:10px;display:flex}.xray-footer-summary{color:#8e8070;cursor:pointer;align-items:center;gap:4px;font-size:.78rem;list-style:none;transition:color .15s;display:inline-flex}.xray-footer-summary:hover,.xray-footer-details[open] .xray-footer-summary{color:#cfc6b5}.xray-footer-actions{flex-wrap:wrap;gap:8px;margin-top:8px;display:flex}.xray-footer-actions .xray-secondary,.xray-footer-actions .xray-danger,.xray-footer-actions .xray-link-button{opacity:.75;min-height:36px;padding:0 12px;font-size:.8rem}.xray-footer-actions .xray-secondary:hover,.xray-footer-actions .xray-danger:hover{opacity:1}.xray-findings{flex-direction:column;gap:28px;display:flex}.xray-findings-group h2{color:#cfc6b5;letter-spacing:.01em;margin:0 0 14px;font-size:.95rem;font-weight:700}.xray-finding-list{flex-direction:column;gap:12px;display:flex}.xray-low-noise{flex-direction:column;gap:20px;display:flex}.xray-low-noise-message{color:#8e8070;margin:0;font-size:.95rem;line-height:1.65}.xray-show-more{color:#8e8070;cursor:pointer;background:0 0;border:1px solid #fff9ec24;border-radius:6px;margin-top:10px;padding:6px 14px;font-size:.8rem;transition:color .15s,border-color .15s;display:inline-block}.xray-show-more:hover{color:#cfc6b5;border-color:#fff9ec47}@media (width<=600px){.xray-consequence-card{padding:16px}.xray-cta-options{gap:10px}}.xray-results-v2{background:#0d0d0b;flex-direction:column;gap:36px;width:100%;max-width:none;margin:0;padding:28px clamp(18px,4vw,56px) 56px;display:flex}.xray-results-v2>*{width:min(100%,1240px);margin-left:auto;margin-right:auto}.xray-results-header{border-bottom:1px solid #fff9ec14;justify-content:space-between;align-items:center;gap:18px;padding-bottom:12px;display:flex}.xray-results-brand,.xray-results-header-meta,.xray-finding-badges{align-items:center;gap:10px;display:flex}.xray-results-brand span{color:#fff9ec;font-weight:850}.xray-logo-tile{background:#fffbf0;border:1px solid #ffffffb8;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;padding:7px;display:inline-flex;box-shadow:0 6px 18px #0000002e,inset 0 1px #fffc}.xray-logo-tile img{object-fit:contain;width:34px;height:34px;display:block}.xray-readonly-badge,.xray-evidence-label{color:#d7b46a;background:#d7b46a12;border:1px solid #d7b46a3d;border-radius:999px;padding:5px 10px;font-size:.72rem;font-weight:800}.xray-impact-hero{background:linear-gradient(135deg,#fff9ec0b,#d7b46a09 48%,#ffffff05);border:1px solid #fff9ec1a;border-radius:8px;grid-template-columns:minmax(0,.86fr) minmax(460px,1.14fr);align-items:stretch;gap:28px;padding:34px;display:grid;box-shadow:0 36px 90px #00000047}.xray-impact-copy{flex-direction:column;justify-content:center;display:flex}.xray-impact-metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.xray-impact-metric{background:#0a0a098a;border:1px solid #fff9ec17;border-radius:8px;flex-direction:column;justify-content:flex-end;min-height:174px;padding:22px;display:flex}.xray-impact-metric strong{color:#e5bd66;font-variant-numeric:tabular-nums;font-size:clamp(3.5rem,7vw,5rem);font-weight:900;line-height:.9}.xray-impact-metric span{color:#a79b87;margin-top:12px;font-size:.92rem;font-weight:700;line-height:1.35}.xray-haystack-score{background:linear-gradient(135deg,#e5bd661f,#fff9ec09 54%,#0a0a099e),#14130f;border:1px solid #e5bd6638;border-radius:8px;grid-template-columns:minmax(180px,.34fr) minmax(0,1fr);align-items:center;gap:24px;padding:28px 30px;display:grid;box-shadow:0 30px 78px #00000040}.xray-haystack-meter{font-variant-numeric:tabular-nums;background:#0a0a09a3;border:1px solid #fff9ec1a;border-radius:8px;justify-content:center;align-items:baseline;min-height:164px;padding:22px;display:flex}.xray-haystack-value{color:#e5bd66;font-size:clamp(4.5rem,9vw,7.6rem);font-weight:900;line-height:.85}.xray-haystack-scale{color:#a79b87;font-size:1.05rem;font-weight:900}.xray-haystack-copy h2{color:#fff9ec;letter-spacing:0;max-width:760px;margin:8px 0 10px;font-size:clamp(1.45rem,3vw,2.25rem);line-height:1.08}.xray-haystack-copy p{color:#cfc6b5;max-width:720px;margin:0;font-size:.98rem;line-height:1.6}.xray-haystack-factors{flex-wrap:wrap;gap:10px;margin-top:18px;display:flex}.xray-haystack-factors span{color:#f1dfb5;background:#e5bd6614;border:1px solid #e5bd663d;border-radius:999px;align-items:center;min-height:34px;padding:0 12px;font-size:.8rem;font-weight:850;display:inline-flex}.xray-section-heading{max-width:760px;margin-bottom:18px}.xray-section-heading h2{color:#fff9ec;margin:0 0 8px;font-size:1.22rem;line-height:1.25}.xray-section-heading p{color:#8e8070;margin:0;font-size:.9rem;line-height:1.6}.xray-consequence-list,.xray-finding-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.xray-consequence-card{background:#161510;min-width:0}.xray-consequence-card.severity-critical{background:linear-gradient(#7f1d1d26,#161510 44%);border-color:#ef44445c}.xray-consequence-card.severity-high{border-color:#e5bd6657}.xray-consequence-card.severity-needs_review,.xray-consequence-card.severity-past{border-color:#94a3b838}.xray-severity{text-transform:uppercase;letter-spacing:.06em;border-radius:999px;padding:4px 9px;font-size:.68rem;font-weight:900}.xray-severity.critical{color:#fecaca;background:#7f1d1d6b;border:1px solid #ef444457}.xray-severity.high{color:#f3d38a;background:#d7b46a1a;border:1px solid #d7b46a52}.xray-severity.medium,.xray-severity.low,.xray-severity.needs_review,.xray-severity.past{color:#cbd5e1;background:#94a3b81a;border:1px solid #94a3b833}.xray-ccard-evidence{color:#8e8070;border-left:none;padding:0;font-style:normal}.xray-ccard-evidence summary{cursor:pointer;color:#d7b46a;font-size:.78rem;font-weight:800}.xray-ccard-evidence blockquote{color:#8e8070;border-left:2px solid #d7b46a4d;margin:10px 0 0;padding:10px 12px;font-size:.8rem;line-height:1.55}.xray-inbox-patterns{background:#14130f;border:1px solid #fff9ec1a;border-radius:8px;padding:26px}.xray-pattern-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.xray-pattern-card{background:#ffffff06;border:1px solid #fff9ec14;border-radius:8px;padding:18px}.xray-pattern-card h3{color:#fff9ec;margin:0 0 8px;font-size:.98rem}.xray-pattern-card p{color:#8e8070;margin:0;font-size:.86rem;line-height:1.55}.xray-outcome-cta{border-top:1px solid #fff9ec14;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px 28px;padding-top:30px;display:grid}.xray-cta-options{flex-flow:wrap}@media (width<=960px){.xray-impact-hero,.xray-haystack-score,.xray-outcome-cta,.xray-consequence-list,.xray-finding-list,.xray-pattern-grid{grid-template-columns:1fr}.xray-impact-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=600px){.xray-results-v2{padding:20px 16px 40px}.xray-results-header,.xray-results-header-meta{justify-content:flex-start;align-items:flex-start}.xray-results-header{flex-direction:column}.xray-impact-hero{padding:22px 18px}.xray-haystack-score{padding:20px 18px}.xray-impact-metrics{grid-template-columns:1fr}}@media (width<=900px){.ai-compose-shell{grid-template-columns:1fr;overflow:auto}.ai-compose-control-panel{border-right:none;border-bottom:var(--mail-divider-width) solid var(--mail-divider-color)}.ai-compose-draft-panel{overflow:visible}}.notification-shell{z-index:80;position:fixed;top:18px;right:22px}.notification-shell-embedded{z-index:90;flex:none;position:relative;top:auto;right:auto}.notification-bell{background:var(--surface);border:1px solid var(--outline);position:relative;box-shadow:0 8px 24px #11111114}.notification-shell-embedded .notification-bell{box-shadow:none;background:0 0}.notification-bell-open,.notification-bell:hover{border-color:var(--outline-strong);background:var(--surface-hover)}.notification-badge{border:2px solid var(--surface);color:#fff;background:#b3261e;border-radius:999px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 5px;font-size:10px;font-weight:800;line-height:1;display:inline-flex;position:absolute;top:-6px;right:-7px}@media (width<=720px){.notification-shell{top:12px;right:12px}.notification-shell-embedded{top:auto;right:auto}.notification-center{width:auto;max-height:calc(100vh - 72px);position:fixed;top:58px;left:10px;right:10px}.notification-shell-embedded .notification-center{inset:58px 10px auto}}.xray-shell{color:#f7f2e8;background:#10100e;min-height:100vh;padding:48px clamp(18px,5vw,72px);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.xray-centered{place-items:center;display:grid}.xray-hero h1,.xray-results-hero h1,.xray-panel h1{color:#fff9ec;letter-spacing:0;max-width:820px;margin:0;font-size:clamp(2.6rem,6vw,5.6rem);line-height:.95}.xray-hero p,.xray-results-hero p,.xray-panel p,.xray-card p,.xray-conversion p,.xray-data-controls p{color:#cfc6b5;line-height:1.6}.xray-eyebrow{color:#d7b46a;letter-spacing:.08em;text-transform:uppercase;margin:0 0 16px;font-size:.78rem;font-weight:800}.xray-actions{flex-wrap:wrap;gap:12px;margin-top:22px;display:flex}.xray-primary,.xray-secondary,.xray-danger,.xray-link-button{cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:8px;min-height:44px;padding:0 18px;font-weight:800;text-decoration:none;display:inline-flex}.xray-primary{color:#15120d;background:#e5bd66;border:1px solid #e5bd66}.xray-secondary,.xray-link-button{color:#fff9ec;background:#ffffff0d;border:1px solid #fff9ec2e}.xray-danger{color:#fecaca;background:#ef444424;border:1px solid #ef44448c}.xray-primary:disabled,.xray-secondary:disabled,.xray-danger:disabled{cursor:not-allowed;opacity:.58}.xray-score-preview,.xray-panel,.xray-conversion,.xray-data-controls{background:#181713;border:1px solid #fff9ec1f;border-radius:8px;box-shadow:0 30px 70px #00000047}.xray-trust,.xray-score-grid,.xray-stats,.xray-findings,.xray-conversion,.xray-data-controls{max-width:1180px;margin:28px auto 0}.xray-card h2,.xray-findings-group h2,.xray-conversion h2,.xray-data-controls h2{color:#fff9ec;letter-spacing:0;margin:0 0 8px;font-size:1.05rem}.xray-panel{width:min(720px,100%);padding:28px}.xray-stepper li.active{color:#fff9ec}.xray-stepper li.active span{background:#e5bd66}.xray-findings{gap:22px;display:grid}.xray-finding-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.xray-action{font-weight:700;color:#f1dfb5!important}.xray-severity{color:#fff9ec;text-transform:uppercase;background:#ffffff14;border-radius:999px;padding:4px 8px;font-size:.72rem}.xray-severity.high,.xray-severity.critical{color:#fecaca;background:#ef44442e}.xray-error{font-weight:700;color:#fecaca!important}@media (width<=840px){.xray-hero,.xray-results-hero,.xray-score-grid,.xray-stats,.xray-finding-list{grid-template-columns:1fr}}:root{--sec-radius-lg:8px;--sec-radius-md:6px;--sec-radius-sm:4px}.secretary-root{min-width:0;max-width:100%;height:auto;min-height:100%;color:var(--ink);background:radial-gradient(circle at 10% 0,#c9962c0d 0%,#0000 40%),radial-gradient(circle at 90% 0,#3b82f608 0%,#0000 45%),linear-gradient(#f8fafc 0%,#f1f5f9 100%);flex-direction:column;gap:24px;padding:32px;display:flex;overflow-x:hidden}.secretary-hero{justify-content:space-between;align-items:center;gap:20px;width:100%;max-width:1480px;margin:0 auto;display:flex}.secretary-eyebrow,.secretary-column-header span{color:var(--brand-gold);letter-spacing:.08em;text-transform:uppercase;align-items:center;margin-bottom:2px;font-size:11px;font-weight:800;display:inline-flex}.secretary-greeting-row{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.secretary-hero h1{letter-spacing:-.02em;color:var(--ink);background:linear-gradient(135deg, var(--ink) 30%, #475569 70%, var(--brand-gold) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin:4px 0;font-size:40px;font-weight:800;line-height:1.1}.secretary-greeting-pills{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.secretary-greeting-pill{border-radius:var(--sec-radius-md);color:#475569;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;background:#ffffffc7;border:1px solid #11182714;align-items:center;gap:7px;min-height:34px;padding:4px 11px 4px 7px;font-size:11px;font-weight:800;line-height:1;display:inline-flex;box-shadow:0 8px 20px #0f172a0b,inset 0 1px #ffffffdb}.secretary-greeting-pill strong{border-radius:var(--sec-radius-sm);color:#fff;letter-spacing:0;background:#111827;place-items:center;min-width:25px;height:25px;padding:0 7px;font-size:13px;font-weight:850;display:grid}.secretary-greeting-pill-decision{color:#8a5f08;border-color:#c9962c38}.secretary-greeting-pill-decision strong{color:#111;background:#c9962c}.secretary-greeting-pill-draft{color:#0f766e;border-color:#0d94882e}.secretary-greeting-pill-draft strong{background:#0f766e}.secretary-greeting-pill-risk{color:#b91c1c;border-color:#dc26262e}.secretary-greeting-pill-risk strong{background:#b91c1c}.secretary-hero p{max-width:760px;color:var(--muted);margin:4px 0 0;font-size:14.5px;line-height:1.6}.secretary-hero .secondary-button{border-radius:var(--sec-radius-md);align-items:center;gap:8px;height:42px;padding:0 18px;font-weight:700;display:inline-flex;box-shadow:0 2px 8px #0000000a}.secretary-command{border-radius:var(--sec-radius-lg);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffc;border:1px solid #1111110f;flex-direction:column;align-items:stretch;gap:12px;width:100%;max-width:1480px;margin:0 auto;padding:14px 18px;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;position:relative;box-shadow:0 10px 30px #11111105,inset 0 1px 1px #fffc}.secretary-command:focus-within{border-color:var(--brand-gold-border);box-shadow:0 0 0 4px var(--brand-gold-soft), 0 12px 36px #1111110d;background:#fff}.secretary-command-input-row{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;width:100%;display:grid}.secretary-command textarea{width:100%;min-height:38px;max-height:160px;color:var(--ink);resize:none;background:0 0;border:none;outline:none;padding:6px 0;font-size:15px;line-height:1.5}.secretary-command textarea::placeholder{color:var(--muted);opacity:.7}.secretary-command-send{border-radius:var(--sec-radius-md);background:var(--brand-gold);color:#111;cursor:pointer;border:none;place-items:center;width:38px;height:38px;transition:all .2s cubic-bezier(.4,0,.2,1);display:grid}.secretary-command-send:hover:not(:disabled){background:#dfaa37;transform:scale(1.05);box-shadow:0 4px 12px #c9962c40}.secretary-command-send:active:not(:disabled){transform:scale(.95)}.secretary-command-send:disabled{opacity:.3;color:var(--muted);cursor:not-allowed;background:#11111114}.secretary-chat-divider{opacity:.6;background:#1111110f;width:100%;height:1px;margin:2px 0}.secretary-suggestions{flex-wrap:wrap;gap:8px;width:100%;max-width:100%;margin:0;padding:4px 0 2px;display:flex}.secretary-suggestions button{min-height:28px;color:var(--muted);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer;background:#ffffffb3;border:1px solid #1111110d;border-radius:999px;max-width:100%;padding:0 12px;font-size:12px;font-weight:600;transition:all .18s}.secretary-suggestions button:hover{color:var(--ink);background:#fffffff2;border-color:#c9962c66;transform:translateY(-1px);box-shadow:0 3px 8px #00000008}.secretary-tab{min-height:34px;color:var(--muted);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer;background:#fff9;border:1px solid #1111110f;border-radius:999px;max-width:100%;padding:0 16px;font-size:12.5px;font-weight:600;transition:all .2s}.secretary-tab:hover{color:var(--ink);background:#ffffffe6;border-color:#c9962c66;transform:translateY(-1px);box-shadow:0 4px 12px #00000008}.secretary-error{border-radius:var(--sec-radius-md);width:100%;max-width:1480px;color:var(--danger);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ef444408;border:1px solid #ef444426;margin:0 auto;padding:12px 18px;font-size:13.5px;font-weight:500}.secretary-metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;width:100%;max-width:1480px;margin:8px auto 0;display:grid}.secretary-metric-card{border-radius:var(--sec-radius-lg);min-width:0;color:var(--ink);text-align:left;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);cursor:pointer;background:#ffffffb3;border:1px solid #1111110d;align-items:center;gap:16px;padding:18px 20px;transition:all .25s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 4px 20px #00000003,inset 0 1px #fffc}.secretary-metric-card:hover{background:#fff;border-color:#c9962c4d;transform:translateY(-2px);box-shadow:0 12px 30px #00000008,0 0 20px #c9962c0a}.secretary-metric-card-active{background:#fffaf0;border-color:#c9962c73;box-shadow:0 12px 30px #00000008,0 0 0 1px #c9962c1a}.secretary-metric-card-active .secretary-metric-icon{color:#8a6114;background:#c9962c24}.secretary-metric-icon{border-radius:var(--sec-radius-md);width:46px;height:46px;color:var(--brand-gold);background:#f1f5f9;border:1px solid #11111108;flex:none;place-items:center;transition:all .25s;display:grid}.secretary-metric-card:hover .secretary-metric-icon{color:#111;background:#11111114;transform:scale(1.05)}.secretary-metric-copy{gap:2px;min-width:0;display:grid}.secretary-metric-copy strong{letter-spacing:-.02em;color:var(--ink);font-size:30px;font-weight:800;line-height:1}.secretary-metric-copy span{color:var(--ink);opacity:.85;font-size:13.5px;font-weight:700}.secretary-metric-copy small{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:11.5px;overflow:hidden}.secretary-brief-trigger{border-radius:var(--sec-radius-lg);background:linear-gradient(135deg,#f0fdfad1,#ffffffdb);border:1px solid #0d948824;justify-content:space-between;align-items:center;gap:18px;width:100%;min-width:0;max-width:1480px;min-height:96px;margin:0 auto;padding:20px 22px;transition:background .22s,border-color .22s,box-shadow .22s;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 28px #0f172a06,inset 0 1px #ffffffd9}.secretary-brief-trigger:before,.secretary-brief-trigger:after{content:"";pointer-events:none;position:absolute}.secretary-brief-trigger:before{opacity:.48;border-radius:999px;width:104px;height:104px;top:-30px;right:152px;transform:translateZ(0)}.secretary-brief-trigger:after{opacity:.42;inset:0}.secretary-brief-trigger>*{z-index:1;position:relative}.secretary-brief-trigger-morning{background:linear-gradient(135deg,#fff7edf5,#f0fdfae6 56%,#ffffffeb);border-color:#f59e0b38;box-shadow:0 14px 34px #fb923c14,inset 0 1px #ffffffe6}.secretary-brief-trigger-morning:before{filter:blur(.2px);background:radial-gradient(circle at 36% 36%,#fffffff5 0 20%,#fbbf24d1 21% 54%,#fb923c05 70%)}.secretary-brief-trigger-morning:after{background:linear-gradient(90deg,#fef3c752,#0000 42%),repeating-linear-gradient(160deg,#fbbf241a 0 1px,#0000 1px 22px)}.secretary-brief-trigger-general{background:linear-gradient(135deg,#eff6fff5,#f0fdfaeb 58%,#fffffff0);border-color:#0ea5e92e;box-shadow:0 14px 34px #0ea5e90e,inset 0 1px #ffffffe6}.secretary-brief-trigger-general:before{background:radial-gradient(circle at 42% 38%,#fffffff5 0 18%,#7dd3fcb8 19% 55%,#0ea5e905 72%)}.secretary-brief-trigger-general:after{background:linear-gradient(105deg,#0000 0 30%,#ffffff7a 31% 44%,#0000 45% 100%),linear-gradient(#bae6fd2e,#0000 58%)}.secretary-brief-trigger-evening{background:linear-gradient(135deg,#fff7edf2,#fdf4ffb8 48%,#ffffffe6);border-color:#d9770638;box-shadow:0 14px 34px #d9770614,inset 0 1px #ffffffe0}.secretary-brief-trigger-evening:before{background:radial-gradient(circle at 44% 42%,#fef3c7fa 0 18%,#fb923cc7 19% 54%,#c026d30a 72%)}.secretary-brief-trigger-evening:after{background:linear-gradient(115deg,#fb923c29,#0000 40%),linear-gradient(172deg,#0000 0 54%,#a855f714 55% 100%)}.secretary-brief-trigger-night{background:linear-gradient(135deg,#0f172a 0%,#172033 52%,#243047 100%);border-color:#94a3b82e;box-shadow:0 18px 42px #0f172a2e,inset 0 1px #ffffff14}.secretary-brief-trigger-night:before{opacity:.76;background:radial-gradient(circle at 42% 42%,#f8fafc 0 21%,#cbd5e1 22% 42%,#94a3b805 66%);box-shadow:-18px 24px 0 -41px #0f172af2,0 0 28px #e2e8f033}.secretary-brief-trigger-night:after{opacity:.66;background:radial-gradient(circle at 18% 38%,#ffffff9e 0 1px,#0000 2px),radial-gradient(circle at 32% 68%,#ffffff80 0 1px,#0000 2px),radial-gradient(circle at 74% 52%,#ffffff70 0 1px,#0000 2px),linear-gradient(135deg,#0ea5e917,#0000 46%)}.secretary-brief-trigger-night .secretary-brief-trigger-button{color:#0f172a;background:#f8fafc;border-color:#ffffffb8}.secretary-brief-trigger-night .secretary-brief-trigger-button:hover{background:#e2e8f0}.secretary-brief-trigger-copy{gap:5px;min-width:0;max-width:780px;display:grid}.secretary-brief-trigger h2{color:var(--ink);margin:0;font-size:20px;font-weight:800;line-height:1.2}.secretary-brief-trigger p{max-width:760px;color:var(--muted);margin:0;font-size:13.5px;line-height:1.55;display:block}.secretary-brief-trigger.secretary-brief-trigger-night .secretary-eyebrow{color:#fff!important}.secretary-brief-trigger.secretary-brief-trigger-night h2,.secretary-brief-trigger.secretary-brief-trigger-night p{color:#fff!important;-webkit-text-fill-color:#fff!important}.secretary-brief-trigger-button{border-radius:var(--sec-radius-md);white-space:nowrap;flex:none;justify-content:center;align-items:center;gap:8px;min-height:44px;padding:0 18px;display:inline-flex}.secretary-brief-backdrop{background:#0f172a6b;place-items:center;padding:24px;display:grid;z-index:2600!important}.secretary-brief-modal{border-radius:var(--sec-radius-lg);background:#fff;border:1px solid #1118271a;flex-direction:column;width:min(920px,100vw - 32px);max-height:calc(100vh - 56px);display:flex;overflow:hidden;box-shadow:0 24px 70px #0f172a3d}.secretary-brief-modal-header{border-bottom:1px solid #11182714;justify-content:space-between;align-items:flex-start;gap:16px;padding:24px 24px 18px;display:flex}.secretary-brief-modal-header h2{color:var(--ink);margin:2px 0 4px;font-size:24px;font-weight:850;line-height:1.15}.secretary-brief-modal-header p,.secretary-brief-intro{color:var(--muted);margin:0;font-size:13.5px;line-height:1.55}.secretary-brief-modal-body{gap:16px;padding:20px 24px 24px;display:grid;overflow-y:auto}.secretary-brief-loading{text-align:center;min-height:260px;color:var(--muted);align-content:center;place-items:center;gap:10px;display:grid}.secretary-brief-loading strong{color:var(--ink);font-size:16px}.secretary-brief-loading p{max-width:360px;margin:0;font-size:13.5px;line-height:1.5}.secretary-brief-spinner{border:3px solid #c9962c2e;border-top-color:var(--brand-gold);border-radius:999px;width:34px;height:34px;animation:.9s linear infinite secretary-brief-spin}.secretary-brief-overview{border-radius:var(--sec-radius-lg);background:linear-gradient(135deg,#f8fafc,#fff);border:1px solid #11182714;gap:14px;padding:16px;display:grid}.secretary-brief-overview-copy{gap:4px;display:grid}.secretary-brief-overview-copy>span{color:var(--ink);font-size:15px;font-weight:850}.secretary-brief-stat-row{grid-template-columns:repeat(auto-fit,minmax(128px,1fr));gap:10px;display:grid}.secretary-brief-stat{border-radius:var(--sec-radius-md);background:#fff;border:1px solid #11182712;gap:2px;min-width:0;padding:12px;display:grid}.secretary-brief-stat strong{color:var(--ink);font-size:18px;line-height:1}.secretary-brief-stat span{color:var(--muted);font-size:12px;font-weight:750;line-height:1.25}.secretary-brief-stat-priority{background:#fff7f7;border-color:#dc262621}.secretary-brief-stat-waiting{background:#f0f9ff;border-color:#0ea5e924}.secretary-brief-stat-deadline{background:#fffbeb;border-color:#d9770629}.secretary-brief-stat-meeting{background:#f0fdfa;border-color:#0d948824}.secretary-brief-stat-quiet{background:#f8fafc;border-color:#64748b24}.secretary-brief-lead{border-radius:var(--sec-radius-lg);background:linear-gradient(135deg,#fffbebfa,#fffffff5);border:1px solid #c9962c33;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px;padding:18px;display:grid}.secretary-brief-lead div{gap:5px;min-width:0;display:grid}.secretary-brief-lead span,.secretary-brief-section-header span{color:#b45309;letter-spacing:.04em;text-transform:uppercase;font-size:11px;font-weight:850}.secretary-brief-lead h3{color:var(--ink);overflow-wrap:anywhere;margin:0;font-size:17px;font-weight:850;line-height:1.25}.secretary-brief-lead p{max-width:680px;color:var(--muted);overflow-wrap:anywhere;margin:0;font-size:13px;line-height:1.5}.secretary-brief-lead small{color:#64748b;font-size:12px;font-weight:750}.secretary-brief-lead .primary-button{border-radius:var(--sec-radius-md);white-space:nowrap;min-height:38px;padding:0 16px}.secretary-brief-sections{gap:14px;display:grid}.secretary-brief-section{gap:8px;padding-top:2px;display:grid}.secretary-brief-section-header{justify-content:space-between;align-items:center;display:flex}.secretary-brief-section-header div{align-items:center;gap:8px;display:flex}.secretary-brief-section-header span{color:#475569;letter-spacing:0;background:#f8fafc;border-radius:999px;justify-content:center;align-items:center;width:22px;height:22px;display:inline-flex}.secretary-brief-section h3{color:var(--ink);margin:0;font-size:14px;font-weight:800}.secretary-brief-items{gap:8px;display:grid}.secretary-brief-item{border-radius:var(--sec-radius-md);background:#fff;border:1px solid #11182714;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px;min-width:0;padding:12px 14px;display:grid}.secretary-brief-item div{gap:4px;min-width:0;display:grid}.secretary-brief-item strong{color:var(--ink);overflow-wrap:anywhere;font-size:14px;line-height:1.35}.secretary-brief-item p{color:var(--muted);overflow-wrap:anywhere;margin:0;font-size:13px;line-height:1.5}.secretary-brief-item span{color:#64748b;font-size:11.5px;font-weight:700}.secretary-brief-item .secondary-button{border-radius:var(--sec-radius-md);white-space:nowrap;min-height:34px;padding:0 14px}@keyframes secretary-brief-spin{to{transform:rotate(360deg)}}.secretary-focus-panel{border-radius:var(--sec-radius-lg);background:linear-gradient(#fff 0%,#fffcf5 100%);border:1px solid #c9962c29;gap:16px;width:100%;max-width:1480px;margin:8px auto 0;padding:22px;display:grid;box-shadow:0 12px 36px #00000004,inset 0 1px #ffffffe6}.secretary-focus-panel .secretary-column-header h2{color:var(--ink);margin:4px 0 0;font-size:22px;font-weight:800;line-height:1.15}.secretary-focus-list{border-top:1px solid #c9962c24;grid-template-columns:repeat(3,minmax(260px,1fr));gap:12px;padding-top:12px;display:grid}.secretary-focus-item{border-radius:var(--sec-radius-md);min-height:68px;color:var(--ink);text-align:left;cursor:pointer;background:#fff;border:1px solid #11182714;grid-template-columns:32px minmax(0,1fr) auto;align-items:center;gap:12px;width:100%;padding:12px 16px;transition:all .2s cubic-bezier(.4,0,.2,1);display:grid}.secretary-focus-item-shell{min-width:0;position:relative}.secretary-focus-dismiss{color:#6b7280;cursor:pointer;opacity:.72;background:0 0;border:0;border-radius:999px;place-items:center;width:24px;height:24px;padding:0;font-size:20px;line-height:1;transition:background .16s,color .16s,opacity .16s;display:grid;position:absolute;top:6px;right:6px}.secretary-focus-item-shell:hover .secretary-focus-dismiss,.secretary-focus-dismiss:focus-visible{opacity:1}.secretary-focus-dismiss:hover{color:#111827;background:#f3f4f6}.secretary-focus-dismiss:disabled{cursor:wait}.secretary-focus-item:hover,.secretary-focus-item-active{background:#fffcf0;border-color:#c9962c99;transform:translateY(-2px);box-shadow:0 8px 20px #92600c14}.secretary-focus-rank{border-radius:var(--sec-radius-md);color:#7a4e06;background:#f7ead0;place-items:center;width:32px;height:32px;font-size:13px;font-weight:900;display:grid}.secretary-focus-copy{gap:3px;min-width:0;display:grid}.secretary-focus-copy span{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;font-size:13.5px;font-weight:800;line-height:1.35;overflow:hidden}.secretary-focus-copy .secretary-focus-sender-meta{color:#4b5563;align-items:center;gap:5px;min-width:0;font-size:11.5px;font-weight:500;line-height:1.35;display:flex}.secretary-focus-sender-meta em,.secretary-focus-sender-meta span,.secretary-focus-sender-meta time{min-width:0;color:inherit;font:inherit;text-overflow:ellipsis;white-space:nowrap;font-style:normal;overflow:hidden}.secretary-focus-sender-meta span{flex:auto}.secretary-focus-sender-meta span:before,.secretary-focus-sender-meta time:before{content:"·";color:#9ca3af;margin-right:5px}.secretary-focus-sender-meta time{flex:none}.secretary-focus-copy small{color:#4b5563;text-overflow:ellipsis;white-space:nowrap;font-size:12px;line-height:1.4;overflow:hidden}.secretary-focus-item strong{border-radius:var(--sec-radius-sm);color:#4b5563;text-overflow:ellipsis;white-space:nowrap;background:#f3f4f6;width:fit-content;max-width:140px;padding:5px 8px;font-size:10.5px;font-weight:800;line-height:1.2;overflow:hidden}.secretary-grid{grid-template-columns:minmax(0,1fr);align-items:start;gap:24px;width:100%;max-width:none;margin:0 auto;display:grid}.secretary-column-main{flex-direction:column;gap:24px;min-width:0;display:flex}.secretary-desk-panel{border-radius:var(--sec-radius-lg);background:#fff;border:1px solid #1118270f;flex-direction:column;gap:20px;padding:24px;display:flex;box-shadow:0 12px 36px #00000004,inset 0 1px #ffffffe6}.secretary-desk-header{border-bottom:1px solid #1118270f;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding-bottom:18px;display:flex}.secretary-desk-header h2{color:var(--ink);margin:4px 0 0;font-size:20px;font-weight:800;line-height:1.15}.secretary-tabs{flex-wrap:wrap;justify-content:flex-end;gap:6px;min-width:0;display:flex}.secretary-tab-active{font-weight:700;border-color:var(--brand-gold)!important;background:var(--brand-gold-soft)!important;color:var(--brand-gold)!important;box-shadow:0 2px 8px #c9962c1a!important}.secretary-batch-card{border-radius:var(--sec-radius-lg);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:linear-gradient(135deg,#d1fae566 0%,#f0fdf466 100%);border:1px solid #10b98126;justify-content:space-between;align-items:center;gap:16px;min-width:0;padding:16px 20px;display:flex}.secretary-batch-card div:first-child{gap:2px;min-width:0;display:grid}.secretary-batch-card span{color:#059669;letter-spacing:.06em;text-transform:uppercase;font-size:10px;font-weight:800}.secretary-batch-card strong{color:var(--ink);font-size:14.5px;font-weight:700;line-height:1.4}.secretary-batch-actions{flex-wrap:wrap;flex:none;gap:8px;display:flex}.secretary-card-stack{flex-direction:column;gap:12px;display:flex}.secretary-card{border-radius:var(--sec-radius-lg);cursor:pointer;background:#fff;border:1px solid #11182714;border-left:4px solid #1118271f;flex-direction:column;gap:12px;min-width:0;padding:18px 20px;transition:all .25s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 2px 4px #00000003}.secretary-card-with-draft{grid-template-columns:minmax(280px,3fr) minmax(0,7fr);gap:20px;display:grid}.secretary-card-with-action-review{border-left-color:#ef4444;grid-template-columns:minmax(0,1.35fr) minmax(360px,.65fr);gap:20px;padding:20px;display:grid}.secretary-card-with-action-review .secretary-card-main{padding:2px 0}.secretary-card-with-action-review .secretary-card-context-summary section{background:#f8fafc;min-height:100%;padding:14px 16px}.secretary-card-with-decision-review{border-left-color:var(--brand-gold)}.secretary-risk-review{border-radius:var(--sec-radius-lg);background:linear-gradient(#fef2f2d1,#fffffff5);border:1px solid #ef44442e;flex-direction:column;gap:14px;min-width:0;padding:16px;display:flex}.secretary-risk-review-heading{border-bottom:1px solid #ef444424;justify-content:space-between;align-items:center;gap:12px;padding-bottom:12px;display:flex}.secretary-risk-review-heading>span:first-child{color:#b91c1c;letter-spacing:.05em;text-transform:uppercase;align-items:center;gap:7px;font-size:12px;font-weight:800;display:inline-flex}.secretary-risk-explanation,.secretary-risk-next-step{gap:5px;display:grid}.secretary-risk-explanation span,.secretary-risk-next-step span{color:#64748b;letter-spacing:.06em;text-transform:uppercase;font-size:10.5px;font-weight:800}.secretary-risk-explanation p,.secretary-risk-next-step strong{color:var(--ink);overflow-wrap:anywhere;margin:0;font-size:13px;font-weight:650;line-height:1.5}.secretary-risk-next-step{border-radius:var(--sec-radius-md);background:#0d94880f;border:1px solid #0d948821;padding:12px 14px}.secretary-risk-next-step span{color:#0f766e;align-items:center;gap:5px;display:inline-flex}.secretary-risk-actions{margin-top:auto}.secretary-risk-actions .primary-button{flex:auto}.secretary-decision-review{background:linear-gradient(#fff8e6e6,#fffffff5);border-color:#c9962c3d}.secretary-decision-review .secretary-risk-review-heading{border-bottom-color:#c9962c33}.secretary-decision-review .secretary-risk-review-heading>span:first-child{color:#8a5d0b}.secretary-card-main{flex-direction:column;gap:12px;min-width:0;display:flex}.secretary-card-with-draft .secretary-card-header{flex-direction:column;align-items:stretch}.secretary-card-with-draft .secretary-priority-chip{align-self:flex-start}.secretary-card-context-summary{gap:10px;display:grid}.secretary-card-context-summary section{border-radius:var(--sec-radius-md);background:#f8fafc;border:1px solid #11182712;gap:4px;padding:11px 12px;display:grid}.secretary-card-context-summary span{color:var(--muted);letter-spacing:.06em;text-transform:uppercase;font-size:10px;font-weight:800}.secretary-card-context-summary p{color:var(--ink);overflow-wrap:anywhere;margin:0;font-size:12.5px;font-weight:650;line-height:1.45}.secretary-draft-preview{border-radius:var(--sec-radius-lg);background:#f8fafc;border:1px solid #11182717;flex-direction:column;min-width:0;display:flex;overflow:hidden}.secretary-draft-preview-heading{background:#0d94880b;border-bottom:1px solid #11182712;justify-content:space-between;align-items:center;gap:12px;padding:12px 16px;display:flex}.secretary-draft-preview-heading span{color:#0f766e;letter-spacing:.06em;text-transform:uppercase;align-items:center;gap:7px;font-size:11px;font-weight:800;display:inline-flex}.secretary-draft-preview-heading small{color:var(--muted);font-size:11px;font-weight:650}.secretary-draft-fields{background:#fff;border-bottom:1px solid #11182712;margin:0;padding:10px 16px;display:grid}.secretary-draft-fields div{grid-template-columns:58px minmax(0,1fr);gap:8px;padding:4px 0;display:grid}.secretary-draft-fields dt,.secretary-draft-fields dd{margin:0;font-size:12px;line-height:1.45}.secretary-draft-fields dt{color:var(--muted);font-weight:650}.secretary-draft-fields dd{color:var(--ink);overflow-wrap:anywhere;font-weight:650}.secretary-draft-body{color:#334155;white-space:pre-wrap;overflow-wrap:anywhere;background:#fff;flex:1;min-height:150px;padding:18px 20px;font-size:13.5px;line-height:1.65}.secretary-draft-open{color:#0f766e;width:100%;min-height:42px;font:inherit;cursor:pointer;background:#0d94880e;border:0;border-top:1px solid #11182712;justify-content:space-between;align-items:center;gap:10px;padding:0 16px;font-size:12px;font-weight:800;transition:background-color .18s,color .18s;display:flex}.secretary-draft-open:hover{color:#115e59;background:#0d94881a}.secretary-draft-open:focus-visible{outline:2px solid var(--brand-gold);outline-offset:-3px}.secretary-card:hover{transform:translateY(-2px);box-shadow:0 10px 24px #0f172a0d}.secretary-card-selected{border-color:#0d948859;box-shadow:0 10px 26px #0f172a0f,0 0 0 2px #0d948814}.secretary-card-risk{border-left-color:#ef4444}.secretary-card-decision{border-left-color:var(--brand-gold)}.secretary-card-approve{border-left-color:#10b981}.secretary-card-followup{border-left-color:#6b7280}.secretary-card-reply,.secretary-card-priority{border-left-color:#3b82f6}.secretary-card-header{justify-content:space-between;align-items:flex-start;gap:12px;width:100%;display:flex}.secretary-card-header-left{align-items:center;gap:12px;min-width:0;display:flex}.secretary-card-avatar{-webkit-user-select:none;user-select:none;border-radius:50%;flex:none;justify-content:center;align-items:center;width:38px;height:38px;font-size:13px;font-weight:700;display:flex}.secretary-avatar-risk{color:#b91c1c;background:#ef44441a}.secretary-avatar-decision{color:#8a5d0b;background:#c9962c1f}.secretary-avatar-approve{color:#065f46;background:#10b9811f}.secretary-avatar-followup{color:#4b5563;background:#6b72801a}.secretary-avatar-reply,.secretary-avatar-priority{color:#1d4ed8;background:#3b82f61a}.secretary-card-title-group{flex-direction:column;gap:2px;min-width:0;display:flex}.secretary-card-date{color:#64748b;font-size:11.5px;font-weight:600;line-height:1.3}.secretary-card-header-actions{flex:none;align-items:center;gap:8px;display:flex}.secretary-card-dismiss{border-radius:var(--sec-radius-sm);color:#64748b;cursor:pointer;background:0 0;border:1px solid #1118271a;place-items:center;width:30px;height:30px;padding:0;transition:background-color .16s,border-color .16s,color .16s;display:grid}.secretary-card-dismiss:hover:not(:disabled){color:#b91c1c;background:#fef2f2;border-color:#b91c1c40}.secretary-card-dismiss:focus-visible{outline:2px solid var(--brand-gold-border);outline-offset:2px}.secretary-card-dismiss:disabled{cursor:not-allowed;opacity:.5}.secretary-card-kicker{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:12px;font-weight:600;display:block;overflow:hidden}.secretary-card h3{color:var(--ink);overflow-wrap:anywhere;margin:0;font-size:15.5px;font-weight:800;line-height:1.25}.secretary-priority-chip{border-radius:var(--sec-radius-sm);text-transform:uppercase;letter-spacing:.02em;flex:none;align-items:center;height:24px;padding:0 10px;font-size:11px;font-weight:700;display:inline-flex}.secretary-priority-high{color:#d97706;background:#f59e0b1a}.secretary-priority-critical,.secretary-priority-urgent{color:#dc2626;background:#ef444426}.secretary-priority-medium,.secretary-priority-normal{color:#2563eb;background:#3b82f61a}.secretary-priority-low{color:#4b5563;background:#6b72801a}.secretary-card-desc{color:var(--muted);overflow-wrap:anywhere;margin:2px 0 0;font-size:13.5px;line-height:1.55}.secretary-card-detail{border-radius:var(--sec-radius-md);max-width:100%;color:var(--muted);text-overflow:ellipsis;white-space:nowrap;background:#f1f5f9;border:1px solid #11111105;align-self:flex-start;padding:6px 12px;font-size:11.5px;font-weight:700;display:inline-flex;overflow:hidden}.secretary-card-recommendation{border-radius:var(--sec-radius-md);background:#0d94880a;border:1px solid #0d948814;flex-direction:column;gap:4px;padding:12px 14px;display:flex}.secretary-card-recommendation span{color:#0d9488;letter-spacing:.06em;text-transform:uppercase;align-items:center;gap:4px;font-size:10.5px;font-weight:800;display:flex}.recommendation-icon{animation:2s ease-in-out infinite sparkle-pulse}.secretary-card-recommendation strong{color:var(--ink);overflow-wrap:anywhere;font-size:13px;font-weight:700;line-height:1.45}.secretary-card-actions{flex-wrap:wrap;gap:8px;margin-top:4px;display:flex}.secretary-card-actions .primary-button{border-radius:var(--sec-radius-md);background:var(--brand-gold);color:#111;cursor:pointer;border:none;height:34px;padding:0 16px;font-size:12.5px;font-weight:700;transition:all .18s}.secretary-card-actions .primary-button:hover{background:#dfaa37;transform:translateY(-1px);box-shadow:0 4px 12px #c9962c33}.secretary-card-actions .secondary-button{border-radius:var(--sec-radius-md);height:34px;color:var(--ink);cursor:pointer;background:#1111110a;border:1px solid #1111110f;padding:0 16px;font-size:12.5px;font-weight:600;transition:all .18s}.secretary-card-actions .secondary-button:hover{background:#11111114;border-color:#1111111a;transform:translateY(-1px)}.secretary-empty-card{border-radius:var(--sec-radius-lg);text-align:center;background:#11111103;border:1px dashed #11111126;flex-direction:column;justify-content:center;place-items:center;gap:8px;min-height:160px;padding:24px;display:flex}.secretary-empty-card strong{color:var(--ink);font-size:14.5px;font-weight:700}.secretary-empty-card p{max-width:280px;color:var(--muted);margin:0;font-size:13px;line-height:1.5}.secretary-context-panel{border-radius:var(--sec-radius-lg);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffbf;border:1px solid #1111110f;flex-direction:column;gap:20px;min-width:0;max-height:calc(100vh - 120px);padding:24px;display:flex;position:sticky;top:18px;overflow-y:auto;box-shadow:0 12px 36px #00000005,inset 0 1px #fffc}.secretary-context-eyebrow{color:var(--brand-gold);letter-spacing:.08em;text-transform:uppercase;margin-bottom:-4px;font-size:10px;font-weight:800}.secretary-context-empty{justify-content:center;align-items:center;min-height:380px}.secretary-context-empty-state{text-align:center;flex-direction:column;align-items:center;gap:12px;display:flex}.secretary-context-empty-icon{width:58px;height:58px;color:var(--brand-gold);background:#c9962c14;border-radius:50%;place-items:center;margin-bottom:4px;animation:3s ease-in-out infinite float-sparkle;display:grid}.secretary-context-empty h2{color:var(--ink);margin:0;font-size:16.5px;font-weight:800}.secretary-context-empty p{color:var(--muted);max-width:250px;margin:0;font-size:13px;line-height:1.5}.secretary-context-title-row{justify-content:space-between;align-items:flex-start;gap:12px;width:100%;display:flex}.secretary-context-title-left{align-items:center;gap:14px;min-width:0;display:flex}.secretary-context-avatar{-webkit-user-select:none;user-select:none;border-radius:50%;flex:none;justify-content:center;align-items:center;width:44px;height:44px;font-size:15px;font-weight:700;display:flex}.secretary-context-title-group{flex-direction:column;gap:3px;min-width:0;display:flex}.secretary-context-title-row h2{color:var(--ink);overflow-wrap:anywhere;margin:0;font-size:20px;font-weight:800;line-height:1.25}.secretary-context-title-row p{color:var(--muted);overflow-wrap:anywhere;margin:0;font-size:13px}.secretary-context-content-grid{border-top:1px solid #11111114;flex-direction:column;gap:18px;padding-top:18px;display:flex}.secretary-context-left,.secretary-context-right{flex-direction:column;gap:16px;min-width:0;display:flex}.secretary-context-section{flex-direction:column;gap:6px;display:flex}.secretary-context-section span,.secretary-context-meta span{color:var(--muted);letter-spacing:.06em;text-transform:uppercase;font-size:10.5px;font-weight:800}.secretary-context-section p{color:var(--ink);overflow-wrap:anywhere;margin:0;font-size:13.5px;line-height:1.6}.secretary-context-evidence ul{flex-direction:column;gap:6px;margin:0;padding-left:18px;display:flex}.secretary-context-evidence li{color:var(--ink);overflow-wrap:anywhere;font-size:12.5px;line-height:1.5}.secretary-context-evidence small{color:var(--muted);font-size:11.5px}.secretary-context-recommendation{border-radius:var(--sec-radius-lg);background:#fff3d459;border:1px solid #c9962c40;flex-direction:column;gap:4px;padding:16px;display:flex}.secretary-context-recommendation span{color:#9a6700;align-items:center;gap:4px;font-weight:800;display:flex}.secretary-context-recommendation p{color:#3f3320;overflow-wrap:anywhere;margin:0;font-size:13.5px;font-weight:600;line-height:1.5}.secretary-context-meta{grid-template-columns:1fr 1fr;gap:10px;display:grid}.secretary-context-meta div{border-radius:var(--sec-radius-md);background:#fff9;border:1px solid #1111110f;flex-direction:column;gap:4px;padding:12px;display:flex}.secretary-context-meta strong{color:var(--ink);font-size:13px;line-height:1.35}.secretary-context-actions{flex-wrap:wrap;gap:8px;margin-top:4px;display:flex}.secretary-context-actions .primary-button{border-radius:var(--sec-radius-md);height:38px;padding:0 20px;font-size:13px;font-weight:700}.secretary-context-actions .secondary-button{border-radius:var(--sec-radius-md);height:38px;padding:0 20px;font-size:13px;font-weight:600}.secretary-routing-actions{border-top:1px solid #1111110f;flex-wrap:wrap;gap:8px;padding-top:10px;display:flex}.secretary-routing-actions-card{margin-top:2px;padding-top:8px}.secretary-routing-actions .secondary-button,.secretary-routing-actions .ghost-button{white-space:normal;text-align:left;border-radius:8px;max-width:100%;min-height:32px;padding:0 11px;font-size:11.5px;font-weight:700;line-height:1.2}.secretary-routing-actions .ghost-button{color:var(--muted);cursor:pointer;background:0 0;border:1px solid #11111114}.secretary-routing-actions .ghost-button:hover:not(:disabled){color:var(--ink);background:#1111110a}.secretary-focus-detail-panel{width:100%;min-width:0;max-width:none;margin:2px 0 0}.secretary-focus-detail-panel .secretary-context-panel{max-height:none;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border:0;border-top:1px solid #c9962c24;border-radius:0;gap:14px;padding:16px 0 0;position:static;overflow:visible}.secretary-focus-detail-panel .secretary-context-eyebrow{display:none}.secretary-focus-detail-panel .secretary-context-title-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.secretary-focus-detail-panel .secretary-context-title-row h2{font-size:17.5px;font-weight:800;line-height:1.25}.secretary-focus-detail-panel .secretary-context-title-row p{font-size:12.5px}.secretary-focus-detail-panel .secretary-priority-chip{color:#475569;background:#f1f5f9}.secretary-focus-detail-panel .secretary-context-content-grid{border-top:1px solid #11182714;grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);gap:16px 20px;padding-top:14px;display:grid}.secretary-focus-detail-panel .secretary-context-left,.secretary-focus-detail-panel .secretary-context-right{gap:12px}.secretary-focus-detail-panel .secretary-context-section{gap:4px}.secretary-focus-detail-panel .secretary-context-section span,.secretary-focus-detail-panel .secretary-context-meta span{color:#9a6700;letter-spacing:.04em;font-size:10.5px}.secretary-focus-detail-panel .secretary-context-section p{color:#374151;font-size:13.5px;line-height:1.6}.secretary-focus-detail-panel .secretary-context-recommendation{background:#fff7e3;border-color:#c9962c52;padding:10px 14px}.secretary-focus-detail-panel .secretary-context-recommendation p{color:#3f3320;font-size:13.5px}.secretary-focus-detail-panel .secretary-context-meta{gap:10px}.secretary-focus-detail-panel .secretary-context-meta div{background:#fff;border-color:#11182714;padding:10px 12px}.secretary-focus-detail-panel .secretary-context-meta strong{color:#111827;font-size:13px}.secretary-focus-detail-panel .secretary-context-actions .primary-button,.secretary-focus-detail-panel .secretary-context-actions .secondary-button{border-radius:var(--sec-radius-md);min-height:36px;font-size:12.5px}@keyframes sparkle-pulse{0%,to{opacity:.8;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}}@keyframes float-sparkle{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-4px)rotate(8deg)}}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-root{color:#f1f5f9!important;background:radial-gradient(circle at 10% 0,#c9962c14,#0000 30%),#0f172a!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-command,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-metric-card,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-focus-panel,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-desk-panel,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-context-panel,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-card,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-focus-item,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-brief-trigger,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-brief-modal,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-brief-item,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-batch-card,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-empty-card{color:#f1f5f9!important;background:linear-gradient(#1e293b,#0f172a)!important;border-color:#ffffff14!important;box-shadow:0 4px 20px #00000040!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-brief-trigger-morning{background:linear-gradient(135deg,#4338ca38,#92400e47 48%,#0f172a 100%)!important;border-color:#fbbf2433!important;box-shadow:0 14px 34px #fb923c1f,inset 0 1px #ffffff14!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-brief-trigger-general{background:linear-gradient(135deg,#0e749038,#0f172af0 58%,#111827 100%)!important;border-color:#7dd3fc29!important;box-shadow:0 14px 34px #0ea5e91a,inset 0 1px #ffffff12!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-brief-trigger-evening{background:linear-gradient(135deg,#7c2d1252,#581c873d 48%,#0f172a 100%)!important;border-color:#fb923c33!important;box-shadow:0 14px 34px #d977061f,inset 0 1px #ffffff14!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-brief-trigger-night{background:linear-gradient(135deg,#020617 0%,#0f172a 52%,#172033 100%)!important;border-color:#94a3b82e!important;box-shadow:0 18px 42px #00000057,inset 0 1px #ffffff14!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-brief-trigger-night .secretary-brief-trigger-button{color:#0f172a!important;background:#f8fafc!important;border-color:#ffffffb8!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-greeting-pill{background:#0f172ab8;border-color:#ffffff1a;box-shadow:0 10px 24px #00000038,inset 0 1px #ffffff14}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-greeting-pill-decision{color:#facc15}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-greeting-pill-draft{color:#5eead4}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-greeting-pill-risk{color:#fca5a5}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-brief-trigger-night .secretary-eyebrow{color:#facc15!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-brief-trigger-night h2{color:#f8fafc!important;-webkit-text-fill-color:currentColor!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-brief-trigger-night p{color:#dbe4ef!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-metric-icon{background:#1e293b;border-color:#ffffff0d}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-card-selected,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-focus-item-active{border-color:var(--brand-gold-border)!important;background:#c9962c0a!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-hero h1,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-column-header h2,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-brief-trigger h2,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-brief-modal-header h2,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-brief-section h3,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-brief-item strong,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-brief-loading strong,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-card h3,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-context-title-row h2,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-card-recommendation strong,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-focus-copy strong,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-batch-card strong{color:#f8fafc!important;-webkit-text-fill-color:currentColor!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-hero p,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-brief-trigger p,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-brief-modal-header p,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-brief-intro,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-brief-item p,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-brief-loading p,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-card p,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-card-detail,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-focus-copy small,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-context-title-row p,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-context-section p,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-metric-copy span,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-metric-copy small{color:#94a3b8!important;-webkit-text-fill-color:currentColor!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-suggestions button,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-tab,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-context-meta div,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-routing-actions .ghost-button{color:#e2e8f0!important;background:#0f172a!important;border-color:#ffffff14!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-suggestions button:hover,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-tab:hover{border-color:var(--brand-gold-border)!important;background:#1e293b!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-routing-actions{border-color:#ffffff14!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-routing-actions .ghost-button:hover:not(:disabled){color:#f8fafc!important;background:#1e293b!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-context-evidence li{color:#e2e8f0!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-card-recommendation{background:#0d948814!important;border-color:#0d948826!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-risk-review{background:linear-gradient(#7f1d1d2e,#0f172a99);border-color:#f8717140}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-risk-review-heading{border-bottom-color:#f8717133}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-risk-review-heading>span:first-child{color:#fca5a5}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-risk-next-step{background:#0d94881f;border-color:#2dd4bf38}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-decision-review{background:linear-gradient(#78530a33,#0f172a99);border-color:#fbbf2447}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-decision-review .secretary-risk-review-heading{border-bottom-color:#fbbf2438}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-decision-review .secretary-risk-review-heading>span:first-child{color:#fcd34d}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-draft-preview,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-draft-preview-heading{background:#0f172a;border-color:#ffffff14}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-draft-fields,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-draft-body{background:#111827;border-color:#ffffff14}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-draft-fields dd{color:#f8fafc}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-draft-body{color:#cbd5e1}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-draft-open{color:#5eead4;background:#0d94881f;border-color:#ffffff14}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-draft-open:hover{color:#99f6e4;background:#0d948833}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-card-context-summary section{background:#0f172a;border-color:#ffffff14}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-card-context-summary p{color:#e2e8f0!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-card-detail{color:#94a3b8;background:#1e293b}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-brief-overview,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-brief-lead,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-brief-stat{background:#ffffff09!important;border-color:#ffffff14!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-brief-overview-copy>span,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-brief-lead h3,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-brief-stat strong{color:#f8fafc!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-brief-lead p,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-brief-lead small,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-brief-stat span{color:#94a3b8!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-brief-lead span,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-brief-section-header span{color:#f5c66a!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-brief-section-header span{background:#ffffff0f!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-context-recommendation{background:#c9962c14!important;border-color:#c9962c59!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-context-recommendation p{color:#fef08a!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-focus-strip{background:linear-gradient(#1e293b,#0f172a)!important;border-color:#c9962c59!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-focus-item strong,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-focus-detail-panel .secretary-priority-chip{color:#cbd5e1!important;background:#ffffff0f!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-focus-copy small,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-focus-sender-meta,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-card-date,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-focus-detail-panel .secretary-context-title-row p,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-focus-detail-panel .secretary-context-section p{color:#94a3b8!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-card-dismiss{color:#94a3b8;border-color:#ffffff1a}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-card-dismiss:hover:not(:disabled){color:#fca5a5;background:#7f1d1d40;border-color:#f8717159}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-focus-detail-panel .secretary-context-section span,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-focus-detail-panel .secretary-context-meta span{color:#f5c66a!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-focus-detail-panel .secretary-context-recommendation{background:#c9962c1f!important;border-color:#c9962c57!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-focus-detail-panel .secretary-context-recommendation p{color:#fef08a!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-focus-detail-panel .secretary-context-meta div{background:#ffffff05!important;border-color:#ffffff14!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-focus-detail-panel .secretary-context-content-grid,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-context-content-grid{border-top-color:#ffffff14!important}@media (width<=1280px){.secretary-grid{grid-template-columns:minmax(0,1fr)}.secretary-context-panel{max-height:none;position:static}}@media (width<=960px){.secretary-card-with-draft,.secretary-card-with-action-review,.secretary-focus-list{grid-template-columns:minmax(0,1fr)}.secretary-focus-item{grid-template-columns:32px minmax(0,1fr)}.secretary-focus-item strong{grid-column:2}.secretary-focus-detail-panel .secretary-context-content-grid{grid-template-columns:minmax(0,1fr)}}@media (width<=768px){.secretary-root{gap:18px;padding:16px}.secretary-hero{flex-direction:column;align-items:flex-start;gap:12px}.secretary-hero h1{font-size:32px}.secretary-hero .secondary-button{justify-content:center;width:100%;min-height:42px}.secretary-greeting-pills{justify-content:flex-start;width:100%}.secretary-command{padding:12px 14px}.secretary-suggestions{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;gap:8px;width:100%;padding-bottom:4px;display:flex;overflow-x:auto}.secretary-suggestions::-webkit-scrollbar{display:none}.secretary-suggestions button{white-space:nowrap;flex-shrink:0;padding:6px 12px;font-size:12px}.secretary-metrics{grid-template-columns:1fr;gap:12px}.secretary-brief-trigger{flex-direction:column;align-items:stretch;gap:14px;padding:18px 16px}.secretary-brief-trigger-button{justify-content:center;width:100%;min-height:42px}.secretary-brief-backdrop{padding:12px}.secretary-brief-modal{border-radius:var(--sec-radius-lg);width:100%;max-height:calc(100vh - 24px)}.secretary-brief-modal-header,.secretary-brief-modal-body{padding-left:16px;padding-right:16px}.secretary-brief-stat-row{grid-template-columns:repeat(2,minmax(0,1fr))}.secretary-brief-lead{grid-template-columns:minmax(0,1fr)}.secretary-brief-lead .primary-button{justify-content:center;width:100%;min-height:42px}.secretary-brief-item{grid-template-columns:minmax(0,1fr)}.secretary-brief-item .secondary-button{justify-content:center;width:100%;min-height:40px}.secretary-desk-header{flex-direction:column;align-items:stretch;gap:14px;padding-bottom:14px}.secretary-tabs{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;justify-content:flex-start;gap:8px;width:100%;padding-bottom:6px;display:flex;overflow-x:auto}.secretary-tabs::-webkit-scrollbar{display:none}.secretary-tab{white-space:nowrap;flex-shrink:0;min-height:36px;padding:6px 14px;font-size:12px}.secretary-batch-card{flex-direction:column;align-items:stretch;gap:12px;padding:14px 16px}.secretary-batch-actions{flex-direction:column;gap:8px;width:100%;display:flex}.secretary-batch-actions button{justify-content:center;width:100%;min-height:40px}.secretary-card-actions{flex-direction:column;gap:8px;width:100%;display:flex}.secretary-card-actions .primary-button,.secretary-card-actions .secondary-button{justify-content:center;width:100%;min-height:40px;font-size:13px}.secretary-routing-actions{flex-wrap:wrap;gap:6px;width:100%;display:flex}.secretary-routing-actions button{text-align:center;flex:auto;justify-content:center;min-height:34px}.secretary-context-actions{flex-direction:column;gap:8px;width:100%;display:flex}.secretary-context-actions button{justify-content:center;width:100%;min-height:40px}.secretary-context-meta{grid-template-columns:1fr}}@media (width<=480px){.secretary-root{gap:14px;padding:12px}.secretary-draft-preview-heading{flex-direction:column;align-items:flex-start}.secretary-draft-body{min-height:120px;padding:16px}.secretary-hero h1{font-size:26px}.secretary-card-header{flex-direction:column;align-items:flex-start;gap:8px}.secretary-card-header .secretary-priority-chip{align-self:flex-start}.secretary-focus-item{flex-direction:column;align-items:flex-start;gap:8px;display:flex}.secretary-focus-rank{display:inline-flex}}.secretary-deadline-evidence{flex-direction:column;gap:16px;width:100%;margin-top:10px;display:flex}.secretary-deadline-evidence .comparison-title{color:var(--muted);letter-spacing:.06em;text-transform:uppercase;margin-bottom:2px;font-size:10.5px;font-weight:800}.secretary-deadline-evidence .comparison-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;width:100%;display:grid}.secretary-deadline-evidence .comparison-card{border-radius:var(--sec-radius-lg);background:#ffffffb3;border:1px solid #1111110f;flex-direction:column;gap:10px;padding:16px;transition:all .2s;display:flex;box-shadow:0 4px 12px #00000003}.secretary-deadline-evidence .comparison-card:hover{border-color:#1111111f;transform:translateY(-1px);box-shadow:0 6px 16px #00000005}.secretary-deadline-evidence .comparison-card .card-header{color:var(--muted);align-items:center;gap:8px;display:flex}.secretary-deadline-evidence .comparison-card .card-header strong{text-transform:uppercase;letter-spacing:.03em;font-size:11.5px;font-weight:700}.secretary-deadline-evidence .comparison-card .card-header .card-icon{color:var(--brand-gold);flex-shrink:0}.secretary-deadline-evidence .comparison-card .card-body{flex-direction:column;gap:8px;display:flex}.secretary-deadline-evidence .comparison-card .date-value{color:var(--ink);font-size:16.5px;font-weight:800}.secretary-deadline-evidence .comparison-card .evidence-quote{color:var(--muted);overflow-wrap:anywhere;border-left:2px solid #c9962c4d;margin:0;padding-left:8px;font-size:12.5px;font-style:italic;line-height:1.45}.secretary-deadline-evidence .comparison-card .no-evidence-hint{color:var(--muted);font-size:12.5px;font-style:italic}.secretary-deadline-evidence .conflict-banner{border-radius:var(--sec-radius-md);background:#ef44440d;border:1px solid #ef444426;align-items:flex-start;gap:12px;padding:14px 16px;display:flex}.secretary-deadline-evidence .conflict-banner .banner-icon{color:#ef4444;flex-shrink:0;margin-top:2px}.secretary-deadline-evidence .conflict-banner .banner-content{flex-direction:column;gap:3px;display:flex}.secretary-deadline-evidence .conflict-banner .banner-content strong{color:#b91c1c;font-size:13px;font-weight:700}.secretary-deadline-evidence .conflict-banner .banner-content p{color:#7f1d1d;margin:0;font-size:12.5px;line-height:1.4}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-deadline-evidence .comparison-card{color:#f1f5f9!important;background:#0f172a66!important;border-color:#ffffff0f!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-deadline-evidence .comparison-card:hover{border-color:#ffffff1f!important;box-shadow:0 6px 16px #0006!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-deadline-evidence .comparison-card .date-value{color:#f8fafc!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-deadline-evidence .comparison-card .evidence-quote{color:#94a3b8!important;border-left-color:#fbbf2466!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-deadline-evidence .comparison-card .no-evidence-hint{color:#64748b!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-deadline-evidence .conflict-banner{background:#ef44441a!important;border-color:#ef444440!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-deadline-evidence .conflict-banner .banner-content strong{color:#fca5a5!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-deadline-evidence .conflict-banner .banner-content p{color:#fecaca!important}@media (width<=600px){.secretary-deadline-evidence .comparison-grid{grid-template-columns:1fr}}.secretary-context-section p,.secretary-focus-detail-panel .secretary-context-section p{color:#0f172a;font-size:14.5px;font-weight:500;line-height:1.6}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-context-section p,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secretary-focus-detail-panel .secretary-context-section p{color:#e2e8f0!important;font-weight:500!important}.weekly-root{min-height:100%;color:var(--ink);background:radial-gradient(circle at 8% 0, #c9962c12, transparent 32%), linear-gradient(180deg, var(--surface-muted), var(--bg));padding:28px 32px 48px}.weekly-root>*{width:100%;max-width:1480px;margin-inline:auto}.secretary-view-switcher{border:1px solid var(--outline);background:var(--surface);width:auto;box-shadow:var(--shadow-sm);border-radius:8px;margin-bottom:24px;padding:3px;display:inline-flex}.secretary-view-switcher button{min-height:34px;color:var(--muted);background:0 0;border:0;border-radius:5px;padding:0 15px;font-size:12px;font-weight:750;transition:background .18s,color .18s}.secretary-view-switcher button:hover{color:var(--ink);background:var(--surface-hover)}.secretary-view-switcher button.is-active{background:var(--ink);color:var(--bg)}.secretary-root>.secretary-view-switcher{width:100%;max-width:1480px;box-shadow:none;background:0 0;border:0;justify-content:flex-start;align-self:flex-start;margin:0 auto;padding:0}.secretary-root>.secretary-view-switcher button{border:1px solid var(--outline);background:var(--surface)}.secretary-root>.secretary-view-switcher button+button{margin-left:-1px}.secretary-root>.secretary-view-switcher button.is-active{background:var(--ink)}.weekly-header{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:24px;display:flex}.weekly-header h1{letter-spacing:-.035em;margin:4px 0 5px;font-size:clamp(32px,4vw,48px);line-height:1}.weekly-header p{color:var(--muted);margin:0;font-size:14px}.weekly-date-control{flex:none;align-items:center;gap:8px;display:flex}.weekly-date-control>button{border:1px solid var(--outline);background:var(--surface);min-width:38px;height:38px;color:var(--ink);border-radius:6px;place-items:center;transition:border-color .18s,background .18s;display:grid}.weekly-date-control>button:hover:not(:disabled){border-color:var(--brand-gold-border);background:var(--brand-gold-soft)}.weekly-date-control>button:disabled{opacity:.35;cursor:not-allowed}.weekly-date-control>div{text-align:center;min-width:154px}.weekly-date-control strong,.weekly-date-control span{display:block}.weekly-date-control strong{font-size:13px}.weekly-date-control span{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;margin-top:2px;font-size:10px}.weekly-date-control .weekly-current-button{width:auto;padding:0 12px;font-size:11px;font-weight:750}.weekly-readout{border:1px solid var(--outline);background:var(--surface);box-shadow:var(--shadow-sm);border-radius:10px;grid-template-columns:auto minmax(0,1fr) 180px;align-items:center;gap:14px 18px;margin-bottom:16px;padding:22px;display:grid;position:relative;overflow:hidden}.weekly-readout:before{content:"";background:var(--brand-gold);width:3px;position:absolute;inset:0 auto 0 0}.weekly-readout-needs_attention:before{background:var(--danger)}.weekly-readout-icon{background:var(--brand-gold-soft);width:42px;height:42px;color:var(--color-accent-strong);border-radius:8px;place-items:center;display:grid}.weekly-readout-copy>span,.weekly-plan .weekly-section-heading span{color:var(--brand-gold);text-transform:uppercase;letter-spacing:.09em;font-size:10px;font-weight:800}.weekly-readout h2{margin:2px 0 4px;font-size:20px}.weekly-readout p{color:var(--muted);margin:0;font-size:13px;line-height:1.5}.weekly-progress>div{background:var(--surface-selected);border-radius:999px;height:5px;overflow:hidden}.weekly-progress>div span{border-radius:inherit;background:var(--brand-gold);height:100%;display:block}.weekly-progress small{color:var(--muted);text-align:right;margin-top:7px;font-size:10px;display:block}.weekly-coverage{background:var(--surface-muted);width:max-content;color:var(--muted);border-radius:999px;grid-column:2/-1;align-items:center;gap:6px;padding:5px 9px;font-size:10px;font-weight:700;display:inline-flex}.weekly-coverage-complete{color:#0f766e;background:#0d948817}.weekly-metrics{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin-bottom:16px;display:grid}.weekly-metrics article{border:1px solid var(--outline);background:color-mix(in srgb, var(--surface) 90%, transparent);border-radius:8px;padding:17px}.weekly-metrics span{color:var(--muted);font-size:11px;font-weight:700;display:block}.weekly-metrics strong{margin:7px 0 5px;font-size:28px;line-height:1;display:block}.weekly-metrics small{color:var(--muted);font-size:10px}.weekly-metrics small.is-up{color:#0f766e}.weekly-metrics small.is-down{color:#b45309}.weekly-panel{border:1px solid var(--outline);background:var(--surface);border-radius:10px;margin-bottom:16px;padding:20px;box-shadow:0 1px 2px #11111108}.weekly-section-heading{justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px;display:flex}.weekly-section-heading h2{margin:0;font-size:17px}.weekly-section-heading p{color:var(--muted);margin:3px 0 0;font-size:11px}.weekly-section-heading>span{background:var(--surface-muted);min-width:24px;height:24px;color:var(--muted);border-radius:5px;place-items:center;font-size:11px;font-weight:800;display:grid}.weekly-legend{color:var(--muted);gap:14px;font-size:10px;display:flex}.weekly-legend span:before{content:"";border-radius:2px;width:7px;height:7px;margin-right:5px;display:inline-block}.weekly-legend .messages:before,.weekly-bar-track .messages{background:var(--ink)}.weekly-legend .tasks:before,.weekly-bar-track .tasks{background:var(--brand-gold)}.weekly-legend .meetings:before,.weekly-bar-track .meetings{background:#0d9488}.weekly-bars{grid-template-columns:repeat(7,1fr);gap:12px;min-height:174px;display:grid}.weekly-day{text-align:center;grid-template-rows:130px auto auto;gap:5px;display:grid}.weekly-bar-track{border-bottom:1px solid var(--outline);background:linear-gradient(to top, var(--row-divider) 1px, transparent 1px) 0 0/100% 25%;justify-content:center;align-items:flex-end;gap:3px;padding:8px;display:flex}.weekly-bar-track span{border-radius:3px 3px 0 0;width:min(18%,14px);min-height:2px;transition:height .25s;display:block}.weekly-day strong{font-size:11px}.weekly-day small{color:var(--muted);font-size:9px}.weekly-story-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.weekly-story-grid .weekly-panel{min-width:0}.weekly-story-list{gap:9px;display:grid}.weekly-story{border:1px solid var(--outline);background:var(--surface-muted);border-radius:7px;padding:14px}.weekly-story-attention,.weekly-story-decision{border-left:3px solid var(--danger)}.weekly-story-win,.weekly-story-progress{border-left:3px solid #0d9488}.weekly-story-heading{justify-content:space-between;gap:10px;display:flex}.weekly-story-kind,.weekly-impact{text-transform:uppercase;letter-spacing:.07em;font-size:9px;font-weight:800}.weekly-story-kind{color:var(--brand-gold)}.weekly-impact{color:var(--muted)}.weekly-impact-high{color:var(--danger)}.weekly-story h3{margin:7px 0 4px;font-size:14px}.weekly-story p{color:var(--muted);margin:0;font-size:12px;line-height:1.45}.weekly-story blockquote{border-left:2px solid var(--outline-strong);color:var(--muted);margin:9px 0 0;padding-left:9px;font-size:10px}.weekly-text-action{color:var(--ink);background:0 0;border:0;align-items:center;gap:6px;margin-top:10px;padding:0;font-size:10px;font-weight:800;display:inline-flex}.weekly-text-action:hover{color:var(--color-accent-strong)}.weekly-empty{color:var(--muted);text-align:center;margin:0;padding:24px 8px;font-size:12px}.weekly-plan-list{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.weekly-plan-list>button{border:1px solid var(--outline);background:var(--surface-muted);color:var(--ink);text-align:left;border-radius:7px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:11px;padding:13px;transition:border-color .18s,background .18s;display:grid}.weekly-plan-list>button:hover{border-color:var(--brand-gold-border);background:var(--brand-gold-soft)}.weekly-plan-list>button>span{background:var(--ink);width:25px;height:25px;color:var(--bg);border-radius:5px;place-items:center;font-size:10px;font-weight:800;display:grid}.weekly-plan-list strong,.weekly-plan-list small{display:block}.weekly-plan-list strong{font-size:12px}.weekly-plan-list small{color:var(--muted);margin-top:3px;font-size:10px;line-height:1.35}.weekly-quick-links{border-top:1px solid var(--outline);gap:8px;margin-top:14px;padding-top:14px;display:flex}.weekly-quick-links button{border:1px solid var(--outline);background:var(--surface);min-height:32px;color:var(--muted);border-radius:5px;align-items:center;gap:6px;padding:0 10px;font-size:10px;font-weight:750;display:inline-flex}.weekly-quick-links button:hover{color:var(--ink);border-color:var(--outline-strong)}.weekly-loading,.weekly-error{border:1px solid var(--outline);background:var(--surface);text-align:center;border-radius:10px;place-items:center;min-height:380px;padding:40px;display:grid}.weekly-loading strong,.weekly-error strong{margin-top:14px}.weekly-loading p,.weekly-error p{color:var(--muted);margin:5px 0 14px;font-size:12px}@media (width<=960px){.weekly-metrics{grid-template-columns:repeat(3,1fr)}.weekly-story-grid,.weekly-plan-list{grid-template-columns:1fr}}@media (width<=680px){.weekly-root{padding:20px 16px 36px}.weekly-header{flex-direction:column;align-items:stretch}.weekly-date-control{justify-content:space-between}.weekly-readout{grid-template-columns:auto minmax(0,1fr)}.weekly-progress,.weekly-coverage{grid-column:1/-1}.weekly-metrics{grid-template-columns:repeat(2,1fr)}.weekly-rhythm{overflow-x:auto}.weekly-bars{min-width:560px}.weekly-legend{display:none}.weekly-quick-links{overflow-x:auto}}@media (prefers-reduced-motion:reduce){.weekly-root *{scroll-behavior:auto!important;transition-duration:.01ms!important}}.onboarding-shell{background:var(--bg,#fff);place-items:center;min-height:100vh;padding:24px;display:grid}.onboarding-card{border:1px solid var(--outline);background:var(--surface,#fff);border-radius:28px;width:min(600px,100%);padding:40px 40px 36px;box-shadow:0 2px 4px #1111110a,0 12px 40px #11111112}.onboarding-card--plans{width:min(1080px,100%)}.ob-step-indicator{justify-content:center;align-items:center;gap:6px;margin-bottom:32px;display:flex}.ob-step-dot{background:var(--outline);border-radius:50%;width:7px;height:7px;transition:background .2s,width .2s}.ob-step-dot--active{background:var(--ink);border-radius:4px;width:20px}.ob-step-dot--done{background:var(--ink);opacity:.35}.ob-step{gap:24px;display:grid}.ob-brand{flex-direction:column;align-items:center;gap:10px;display:flex}.ob-brand-icon{align-items:center;display:flex}.ob-brand-wordmark-stack{flex-direction:column;align-items:center;gap:2px;display:flex}.ob-brand-wordmark{letter-spacing:-.03em;color:var(--ink);margin:0;font-size:2rem;font-weight:800;line-height:1}.ob-brand-beta{color:#c9962c;text-transform:uppercase;letter-spacing:.08em;font-size:.75rem;font-weight:700;line-height:1}.ob-welcome-copy{text-align:center}.ob-title{letter-spacing:-.02em;color:var(--ink);margin:0 0 8px;font-size:1.45rem;font-weight:800}.ob-subtitle{color:var(--muted);margin:0;font-size:.95rem;line-height:1.6}.ob-feature-list{gap:10px;margin:0;padding:0;list-style:none;display:grid}.ob-feature-item{border:1px solid var(--outline);background:var(--surface-muted,#fafafa);border-radius:14px;align-items:center;gap:12px;padding:12px 16px;font-size:.93rem;font-weight:500;transition:background .14s;display:flex}.ob-feature-item:hover{background:var(--surface-hover,#f5f5f5)}.ob-feature-icon{color:var(--ink);flex:none;font-size:1rem}.ob-actions{flex-direction:column;gap:10px;padding-top:4px;display:flex}.ob-actions--ready{gap:8px}.ob-btn-primary{background:var(--ink);color:#fff;cursor:pointer;border:none;border-radius:24px;justify-content:center;align-items:center;min-height:48px;padding:0 24px;font-size:1rem;font-weight:700;transition:opacity .14s,box-shadow .14s,transform 80ms;display:inline-flex;box-shadow:0 2px 12px #11111147}.ob-btn-primary:hover{opacity:.92;box-shadow:0 4px 18px #1111115c}.ob-btn-primary:active{transform:scale(.98)}.ob-btn-secondary{border:1px solid var(--outline);background:var(--surface,#fff);min-height:44px;color:var(--ink);cursor:pointer;border-radius:22px;justify-content:center;align-items:center;padding:0 20px;font-size:.95rem;font-weight:600;transition:background .14s,border-color .14s;display:inline-flex}.ob-btn-secondary:hover{background:var(--surface-hover,#f5f5f5);border-color:var(--outline-strong)}.ob-btn-ghost{min-height:40px;color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:20px;justify-content:center;align-items:center;padding:0 16px;font-size:.88rem;font-weight:500;transition:color .14s,background .14s;display:inline-flex}.ob-btn-ghost:hover{color:var(--ink);background:var(--surface-hover,#f5f5f5)}.ob-privacy-note{color:var(--muted);text-align:center;justify-content:center;align-items:center;gap:8px;margin:0;font-size:.82rem;display:flex}.ob-privacy-icon{font-size:.96rem}.ob-plan-cards{grid-template-columns:1fr;align-items:stretch;gap:16px;display:grid}.ob-plan-card{border:1.5px solid var(--outline);background:var(--surface,#fff);border-radius:18px;flex-direction:column;min-width:0;padding:24px;transition:border-color .2s,box-shadow .2s;display:flex}.ob-plan-card--current{border-color:var(--plan-accent,var(--ink));box-shadow:0 0 0 3px color-mix(in srgb, var(--plan-accent,var(--ink)) 12%, transparent)}.ob-plan-header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px;display:flex}.ob-plan-name{letter-spacing:-.02em;margin:0;font-size:1.05rem;font-weight:800}.ob-plan-badge{border:1px solid var(--outline);background:var(--surface-muted,#fafafa);color:var(--muted);white-space:nowrap;border-radius:99px;flex:none;padding:3px 10px;font-size:.74rem;font-weight:600}.ob-plan-badge--active{background:color-mix(in srgb, var(--plan-accent,var(--ink)) 12%, transparent);border-color:color-mix(in srgb, var(--plan-accent,var(--ink)) 30%, transparent);color:var(--plan-accent,var(--ink))}.ob-plan-features{color:var(--muted);gap:10px;margin:0 0 20px;padding:0;font-size:.9rem;line-height:1.45;list-style:none;display:grid}.ob-plan-features li{align-items:flex-start;gap:10px;min-width:0;display:flex}.ob-plan-check{flex:none;font-weight:800;line-height:1.45}.ob-plan-cta-area{gap:10px;margin-top:auto;display:grid}.ob-btn-plan{color:#fff;cursor:pointer;border:none;border-radius:22px;justify-content:center;align-items:center;width:100%;min-height:44px;padding:0 18px;font-size:.92rem;font-weight:700;transition:opacity .14s;display:inline-flex}.ob-btn-plan:hover{opacity:.88}.ob-plan-trial-disclosure{color:var(--muted);text-align:center;margin:0;font-size:.8rem;line-height:1.5}.ob-plan-current-label{color:var(--muted);text-align:center;margin:auto 0 0;font-size:.82rem;font-weight:600}.ob-ready-icon{justify-content:center;display:flex}.ob-step--ready{text-align:center;align-items:center}@media (width>=760px){.ob-plan-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=1080px){.ob-plan-cards{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=520px){.onboarding-card{padding:28px 20px 24px}.onboarding-card--plans{width:100%}.ob-plan-cards{grid-template-columns:1fr}.ob-plan-card{padding:22px}.ob-title{font-size:1.2rem}}.onboarding-logo-img{object-fit:contain;width:64px;height:64px}.team-drawer{z-index:45;border-left:1px solid var(--border);background:var(--surface,#fff);flex-direction:column;width:min(420px,100%);height:100%;display:flex;position:absolute;top:0;right:0;box-shadow:-16px 0 32px #0f172a1f}.team-drawer-header{border-bottom:1px solid var(--border-subtle,var(--border));justify-content:space-between;align-items:flex-start;gap:12px;padding:14px 16px;display:flex}.team-drawer-header p{color:var(--muted);margin:0 0 3px;font-size:12px}.team-drawer-header strong{color:var(--text);font-size:13px;line-height:1.35;display:block}.team-read-self{color:var(--muted);margin-top:6px;font-size:12px;display:inline-flex}.team-presence-row{border-bottom:1px solid var(--border-subtle,var(--border));flex-wrap:wrap;gap:6px;padding:8px 16px;display:flex}.team-presence-row span{color:#2563eb;background:#2563eb14;border-radius:6px;padding:3px 7px;font-size:12px}.team-tabs{border-bottom:1px solid var(--border-subtle,var(--border));display:flex;overflow-x:auto}.team-tabs button{color:var(--muted);cursor:pointer;text-transform:capitalize;background:0 0;border:0;border-bottom:2px solid #0000;padding:9px 12px;font-size:12px}.team-tabs button.active{color:var(--accent,#2563eb);border-bottom-color:var(--accent,#2563eb)}.team-error,.team-warning{border-radius:6px;margin:10px 16px 0;padding:8px 10px;font-size:12px}.team-error{color:#b91c1c;background:#dc262614}.team-warning{color:#92400e;background:#eab3081f}.team-drawer-body{flex:1;min-height:0;padding:12px 16px 16px;overflow:auto}.team-tab-panel{flex-direction:column;gap:10px;display:flex}.team-tab-panel textarea,.team-tab-panel input{border:1px solid var(--border);background:var(--input-bg,var(--surface));width:100%;color:var(--text);font:inherit;border-radius:6px;padding:8px 10px;font-size:13px}.team-tab-panel textarea{resize:vertical;min-height:88px}.team-comment-list,.team-draft-list,.team-snippet-list{flex-direction:column;gap:8px;display:flex}.team-comment,.team-draft,.team-snippet,.team-activity-item{border:1px solid var(--border-subtle,var(--border));background:var(--surface-muted,#94a3b80f);border-radius:8px;padding:10px}.team-comment p,.team-draft p,.team-snippet p{color:var(--text);margin:0 0 6px;font-size:13px;line-height:1.45}.team-comment span,.team-draft span,.team-snippet span,.team-activity-item span{color:var(--muted);font-size:12px}.team-draft strong,.team-snippet strong,.team-activity-item strong{color:var(--text);margin-bottom:4px;font-size:13px;display:block}.team-empty{color:var(--muted);margin:0;font-size:13px}.team-read-list{flex-wrap:wrap;gap:6px;display:flex}.team-read-list span{color:var(--muted);background:#94a3b81f;border-radius:6px;padding:3px 7px;font-size:12px}@media (width<=1099px){.team-drawer{width:100%;height:100%;box-shadow:none;border-left:0;position:fixed;inset:0}}.app-shell .fp-compose-picker{top:0;bottom:0;right:0;left:var(--sidebar-expanded-width);z-index:100;min-height:unset;justify-content:center;align-items:center;display:flex;position:fixed;overflow-y:auto}.app-shell .fp-compose-page{top:0;bottom:0;right:0;left:var(--sidebar-expanded-width);z-index:100;min-height:unset;flex-direction:column;display:flex;position:fixed;overflow:hidden}.app-shell .fp-compose-page__header{min-height:65px}.app-shell .fp-ai-shell{height:100%;overflow:hidden}.fp-compose-main-host{display:none}.app-shell .fp-compose-form-manual{justify-content:center;align-items:center;padding:32px 40px;display:flex}.app-shell .fp-manual-shell{max-width:min(960px, calc(100vw - var(--sidebar-expanded-width) - 80px));width:100%}.app-shell .fp-compose-page .fp-compose-form-manual{flex:1;min-height:0}.app-icon{vertical-align:middle;flex:none;justify-content:center;align-items:center;line-height:1;display:inline-flex}.app-icon:before{margin:0;line-height:1;display:block}.toolbar-icon-button-spinning .app-icon{animation:.9s linear infinite toolbar-spin}.toolbar-icon-button-success .app-icon{animation:1.5s toolbar-check-pop}.reader-chip-crm{color:var(--text);cursor:pointer;background:#2563eb14;border:1px solid #2563eb3d}.reader-crm-panel{border:1px solid var(--border);background:var(--surface);border-radius:8px;flex-direction:column;gap:6px;width:min(460px,100%);margin-top:8px;padding:10px 12px;display:flex}.reader-crm-panel p{color:var(--muted);margin:0;font-size:13px}.message-actions{white-space:nowrap;flex-wrap:nowrap;flex:none;justify-content:flex-end;align-items:center;gap:16px;display:flex}.message-timestamp-container{text-align:right;flex-direction:column;align-items:flex-end;gap:1px;display:flex}.message-timestamp-absolute{color:var(--muted);font-size:12px;font-weight:500;line-height:1.2}.message-timestamp-relative{color:var(--muted);opacity:.85;font-size:11px;font-weight:400;line-height:1.2}.message-action-buttons-group{background:var(--surface-muted);border:1px solid var(--outline);box-shadow:var(--shadow-sm);border-radius:20px;align-items:center;gap:2px;padding:3px;display:flex}.message-action-buttons-group .ghost-button{height:28px;min-height:28px;color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:14px;justify-content:center;align-items:center;gap:6px;padding:0 12px;font-size:12px;font-weight:500;transition:all .14s;display:inline-flex}.message-action-buttons-group .ghost-button.icon-only-btn{border-radius:50%;width:28px;padding:0}.message-action-buttons-group .ghost-button:hover{background:var(--surface-hover);color:var(--ink)}.message-action-buttons-group .ghost-button svg,.message-action-buttons-group .ghost-button i{color:inherit;width:14px;height:14px;font-size:14px}.message-action-buttons-group .ghost-button.message-block-btn{color:var(--danger)}.message-action-buttons-group .ghost-button.message-block-btn:hover{color:var(--danger);background:#b3261e14}html[data-needle-theme=dark] .message-action-buttons-group .ghost-button.message-block-btn:hover{color:#ffb4ab;background:#b3261e33}.follow-up-popup-date-container{text-align:right;flex-direction:column;align-items:flex-end;gap:2px;display:flex}.follow-up-popup-date-relative{color:#64748b;font-size:11px;font-weight:400}.ai-content-feedback{vertical-align:middle;align-items:center;display:inline-flex;position:relative}.ai-content-feedback-trigger{color:#475569;cursor:pointer;background:#fff;border:1px solid #94a3b873;border-radius:10px;justify-content:center;align-items:center;width:32px;min-width:32px;height:32px;padding:0;line-height:1;display:inline-flex;box-shadow:0 1px 2px #0f172a0a}.ai-content-feedback-trigger:hover,.ai-content-feedback-trigger:focus-visible{color:#0f172a;background:#f8fafcfa;border-color:#3b82f673;outline:none}.ai-content-feedback-trigger:disabled{cursor:not-allowed;opacity:.55}.ai-content-feedback-trigger-icon{fill:currentColor;width:18px;height:18px;display:block}.ai-content-feedback-menu{z-index:120;background:#fff;border:1px solid #e2e8f0f2;border-radius:14px;min-width:190px;padding:6px;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 18px 42px #0f172a29}.ai-content-feedback-menu--left{left:0;right:auto}.ai-content-feedback-item{color:#334155;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:10px;width:100%;padding:8px 10px;font-size:.82rem;font-weight:700}.ai-content-feedback-item:hover,.ai-content-feedback-item:focus-visible{color:#0f172a;background:#f1f5f9f2;outline:none}@keyframes badge-pulse{0%{opacity:.6;transform:scale(.95)}50%{opacity:1;transform:scale(1.05)}to{opacity:.6;transform:scale(.95)}}.connection-status-badge-connected:before{content:"";background-color:#1f6f43;border-radius:50%;width:6px;height:6px;margin-right:6px;animation:2s ease-in-out infinite badge-pulse;display:inline-block}.connection-status-badge-needs_attention:before{content:"";background-color:#b45309;border-radius:50%;width:6px;height:6px;margin-right:6px;animation:2s ease-in-out infinite badge-pulse;display:inline-block}.billing-plan-card{border:1px solid var(--outline);background:var(--surface);box-shadow:var(--shadow-sm);border-radius:16px;gap:16px;padding:24px;transition:all .22s cubic-bezier(.4,0,.2,1);display:grid}.billing-plan-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.billing-plan-card-active{border-color:var(--brand-gold);background:var(--surface);box-shadow:0 0 0 1px var(--brand-gold-border), var(--shadow-md)}.billing-plan-card-disabled{opacity:.48}.billing-plan-card-disabled:hover{box-shadow:var(--shadow-sm);transform:none}.provider-chooser-modal,.workspace-name-modal{overscroll-behavior:contain;background:#fff;border:1px solid #11111114;border-radius:8px;gap:16px;width:min(520px,100vw - 48px);max-height:calc(100vh - 48px);padding:18px;display:grid;overflow:auto;box-shadow:0 24px 80px #1118272e}.provider-chooser-modal header,.workspace-name-modal header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.provider-chooser-modal h2,.workspace-name-modal h2{margin:0;font-size:20px}.workspace-feedback{color:#1e3a8a;background:#eff6ff;border:1px solid #bfdbfe;border-radius:10px;justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;font-weight:700;display:flex}.workspace-feedback button{color:#1d4ed8;background:0 0;border:0;font-weight:800}.workspace-member-row{grid-template-columns:minmax(220px,1.2fr) minmax(130px,.7fr) minmax(90px,.4fr) minmax(260px,1fr)}.workspace-action-reason{color:var(--muted);flex-basis:100%;font-size:12px}.workspace-hub{gap:24px;width:min(1180px,100%);min-height:min-content;margin:0 auto;padding:16px 0 64px;display:grid}.workspace-hero-card{color:#0f172a;background:#fff;border:1px solid #d4af3759;border-radius:18px;justify-content:space-between;align-items:center;gap:24px;padding:24px 28px;display:flex;box-shadow:0 4px 20px #0f172a0a}.workspace-hero-left{flex:1;align-items:center;gap:16px;min-width:0;display:flex}.workspace-avatar,.workspace-person-cell>span{color:#d4af37;background:linear-gradient(135deg,#0f172a,#1e293b);border-radius:14px;place-items:center;font-weight:800;display:inline-grid}.workspace-avatar{border:2px solid #d4af37;flex-shrink:0;width:52px;height:52px;font-size:20px;box-shadow:0 0 12px #d4af3740}.workspace-hero-copy{flex-direction:column;gap:4px;min-width:0;display:flex}.workspace-title-row{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.workspace-title-row h1{color:#0f172a;letter-spacing:-.02em;margin:0;font-size:24px;font-weight:800;line-height:1.2}.workspace-hero-copy p{color:#64748b;margin:0;font-size:13px;line-height:1.4}.workspace-hero-meta{flex-wrap:wrap;align-items:center;gap:8px;margin-top:4px;display:flex}.workspace-hero-actions{flex-shrink:0;justify-content:flex-end;align-items:center;gap:10px;display:flex}.workspace-hero-actions .primary-button{color:#000!important;background:linear-gradient(135deg,#f3e5ab 0%,#d4af37 50%,#b58f28 100%)!important;border:1px solid gold!important;padding:10px 18px!important;font-weight:800!important;transition:all .2s!important;box-shadow:0 4px 16px #d4af3759!important}.workspace-hero-actions .primary-button:hover{filter:brightness(1.08);transform:translateY(-1px);box-shadow:0 6px 20px #d4af3780!important}.workspace-hero-actions .secondary-button{color:#0f172a!important;background:#f8fafc!important;border:1px solid #d4af3759!important;padding:10px 18px!important;font-weight:700!important;transition:all .2s!important}.workspace-hero-actions .secondary-button:hover{color:#b45309!important;background:#d4af371f!important;border-color:#d4af37!important}.workspace-compact-switcher{color:#64748b;gap:6px;font-size:12px;font-weight:600;display:grid}.workspace-compact-switcher select{color:#0f172a;cursor:pointer;background:#fff;border:1px solid #d4af3759;border-radius:10px;min-height:38px;padding:0 12px;font-size:13px;transition:border-color .15s,box-shadow .15s}.workspace-compact-switcher select:focus{border-color:#d4af37;outline:none;box-shadow:0 0 0 3px #d4af3733}.workspace-tabs{background:#fff;border:1px solid #d4af374d;border-radius:14px;gap:6px;padding:6px;display:flex;overflow-x:auto;box-shadow:0 4px 14px #0f172a0a}.workspace-tab{color:#64748b;white-space:nowrap;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:10px;min-height:38px;padding:0 18px;font-size:13px;font-weight:600;transition:all .18s}.workspace-tab:hover{color:#0f172a;background:#d4af3714}.workspace-tab-active{color:#000;background:linear-gradient(135deg,#f3e5ab 0%,#d4af37 50%,#b58f28 100%);border-color:gold;font-weight:800;box-shadow:0 4px 14px #d4af3759}.workspace-overview-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;display:grid}.workspace-overview-main,.workspace-edit-card{grid-column:1/-1}.workspace-section-card{color:#0f172a;background:#fff;border:1px solid #d4af3733;border-radius:18px;gap:20px;min-width:0;padding:28px;transition:border-color .22s,box-shadow .22s;display:grid;box-shadow:0 8px 24px #0f172a0a}.workspace-section-card:hover{border-color:#d4af3766;box-shadow:0 12px 30px #d4af3714}.workspace-section-heading{justify-content:space-between;align-items:start;gap:14px;display:flex}.workspace-section-heading h2,.workspace-section-heading p{margin:0}.workspace-section-heading h2{color:#0f172a;letter-spacing:-.01em;font-size:20px;font-weight:800}.workspace-section-heading p{color:#64748b;margin-top:4px;font-size:13.5px}.workspace-metric-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;display:grid}.workspace-metric-card{cursor:pointer;background:linear-gradient(135deg,#fff 0%,#fafafa 100%);border:1px solid #d4af3740;border-radius:16px;gap:14px;min-width:0;min-height:104px;padding:20px;transition:transform .22s,box-shadow .22s,border-color .22s;display:flex;box-shadow:0 4px 12px #0f172a08}.workspace-metric-card:hover{border-color:#d4af37;transform:translateY(-3px);box-shadow:0 12px 24px #d4af3726}.workspace-metric-card>span{color:#b45309;background:#d4af371f;border:1px solid #d4af374d;border-radius:12px;flex:none;place-items:center;width:44px;height:44px;transition:all .2s;display:inline-grid}.workspace-metric-card:hover>span{color:#000;background:linear-gradient(135deg,#f3e5ab,#d4af37);box-shadow:0 0 12px #d4af3766}.workspace-metric-card div{align-content:center;gap:4px;min-width:0;display:grid}.workspace-metric-card small{color:#b45309;letter-spacing:.05em;text-transform:uppercase;font-size:11px;font-weight:800}.workspace-metric-card strong{color:#0f172a;text-overflow:ellipsis;white-space:nowrap;font-size:24px;font-weight:800;line-height:1.1;overflow:hidden}.workspace-metric-card p{color:#64748b;margin:0;font-size:12px}.workspace-activity-list,.workspace-account-summary{gap:14px;display:grid}.workspace-activity-row{border-bottom:1px solid #f1f5f9;grid-template-columns:24px minmax(0,1fr);gap:14px;padding:14px 0;display:grid}.workspace-activity-row:last-child{border-bottom:0}.workspace-activity-row span{color:#d97706;align-items:center;display:flex}.workspace-activity-header{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.workspace-activity-header strong{color:#0f172a;font-size:14px;font-weight:700}.workspace-activity-header small{color:#b45309;font-size:13px;font-weight:700}.workspace-activity-row p{color:#64748b;margin:4px 0 0;font-size:13px}.workspace-access-summary{grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:14px;display:grid}.workspace-access-summary div{text-align:center;background:#f8fafc;border:1px solid #d4af3740;border-radius:16px;gap:6px;padding:18px;transition:border-color .2s,transform .2s,background .2s;display:grid}.workspace-access-summary div:hover{background:#fff;border-color:#d4af37;transform:translateY(-2px);box-shadow:0 6px 16px #d4af371f}.workspace-access-summary strong{color:#0f172a;font-size:24px;font-weight:800}.workspace-access-summary span,.workspace-account-summary p{color:#b45309;text-transform:uppercase;letter-spacing:.04em;font-size:12px;font-weight:800}.workspace-account-summary span{color:#0f172a;background:#d4af3714;border:1px solid #d4af374d;border-radius:999px;align-items:center;width:fit-content;max-width:100%;min-height:34px;padding:0 16px;font-size:13px;font-weight:600;display:inline-flex}.workspace-edit-card label,.workspace-security-form label{color:#475569;gap:8px;font-size:13px;font-weight:600;display:grid}.workspace-edit-card input,.workspace-security-form input,.workspace-security-form select,.workspace-filter-bar input,.workspace-invite-card input,.workspace-invite-card select,.workspace-row-actions select{color:#0f172a;background:#fff;border:1px solid #cbd5e1;border-radius:10px;min-height:42px;padding:0 14px;font-size:.95rem;transition:border-color .15s,box-shadow .15s}.workspace-edit-card input:focus,.workspace-security-form input:focus,.workspace-security-form select:focus,.workspace-filter-bar input:focus,.workspace-invite-card input:focus,.workspace-invite-card select:focus,.workspace-row-actions select:focus{border-color:#d4af37;outline:none;box-shadow:0 0 0 3px #d4af3733}.workspace-edit-card .secondary-button,.workspace-section-card .secondary-button{color:#d4af37;cursor:pointer;background:#0f172a;border:1px solid #d4af3766;border-radius:10px;padding:10px 20px;font-weight:700;transition:all .2s}.workspace-edit-card .secondary-button:hover,.workspace-section-card .secondary-button:hover{color:#f3e5ab;background:#1e293b;border-color:#d4af37}.workspace-invite-card{background:#f8fafc;border:1px solid #d4af3740;border-radius:18px;grid-template-columns:minmax(180px,1fr) minmax(160px,.8fr) minmax(120px,.45fr) auto;gap:14px;padding:20px;display:grid}.workspace-table-scroll{background:#fff;border:1px solid #d4af3733;border-radius:16px;min-width:0;overflow-x:auto}.workspace-data-table{border-collapse:collapse;width:100%;min-width:760px}.workspace-data-table th,.workspace-data-table td{text-align:left;vertical-align:middle;border-bottom:1px solid #f1f5f9;padding:16px 18px}.workspace-data-table th{color:#b45309;letter-spacing:.08em;text-transform:uppercase;background:#f8fafc;border-bottom:2px solid #d4af374d;font-size:11px;font-weight:800}.workspace-data-table tr:last-child td{border-bottom:0}.workspace-data-table tbody tr{transition:background-color .15s}.workspace-data-table tbody tr:hover{background-color:#d4af370d}.workspace-data-table strong{color:#0f172a}.workspace-data-table small{color:#64748b;font-size:12px}.workspace-status-pill,.workspace-count-pill{text-transform:capitalize;border-radius:999px;align-items:center;width:fit-content;min-height:28px;padding:0 12px;font-size:12px;font-weight:700;display:inline-flex}.workspace-status-pill{color:#b45309;background:#d4af3726;border:1px solid #d4af3759}.workspace-count-pill{color:#d4af37;background:#0f172a;border:1px solid #d4af374d}.workspace-polished-empty{text-align:center;color:#0f172a;background:#f8fafc;border:2px dashed #d4af374d;border-radius:18px;justify-items:center;gap:12px;padding:56px 28px;display:grid}.workspace-polished-empty p{color:#64748b;margin:0}.workspace-hub :where(button,a.primary-button,a.secondary-button,a.ghost-button,a.danger-button){border-radius:8px}.workspace-hero-card{background:#fff;border:1px solid #e2e8f0e6;border-radius:16px;position:relative;overflow:hidden;box-shadow:0 4px 20px #0f172a08}.workspace-eyebrow-row{align-items:center;gap:10px;margin-bottom:4px;display:flex}.workspace-status-pill{letter-spacing:.02em;color:#166534;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:999px;align-items:center;gap:6px;padding:3px 10px;font-size:11px;font-weight:700;display:inline-flex}.status-dot,.sync-dot{background:#16a34a;border-radius:50%;width:6px;height:6px;display:inline-block}.hero-user-chip{background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;align-items:center;gap:6px;padding:4px 10px;display:inline-flex;color:#334155!important;font-size:12px!important;font-weight:600!important}.workspace-id-copy-badge{color:#475569;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:6px;align-items:center;gap:6px;padding:4px 10px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px;font-weight:600;transition:all .15s;display:inline-flex;position:relative}.workspace-id-copy-badge:hover{color:#0f172a;background:#f8fafc;border-color:#cbd5e1}.copy-tooltip{color:#fff;white-space:nowrap;background:#0f172a;border-radius:4px;padding:2px 8px;font-size:10px;position:absolute;top:-24px;left:50%;transform:translate(-50%);box-shadow:0 2px 8px #0003}.workspace-overview-container{flex-direction:column;gap:20px;display:flex}.workspace-kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.kpi-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;align-items:center;gap:14px;padding:16px 20px;display:flex;box-shadow:0 2px 8px #0f172a05}.kpi-icon-wrap{color:#475569;background:#f8fafc;border:1px solid #f1f5f9;border-radius:10px;flex-shrink:0;place-items:center;width:40px;height:40px;display:grid}.kpi-data{flex-direction:column;display:flex}.kpi-value{color:#0f172a;letter-spacing:-.02em;font-size:24px;font-weight:800;line-height:1.1}.kpi-label{color:#64748b;text-transform:uppercase;letter-spacing:.04em;margin-top:2px;font-size:12px;font-weight:700}.workspace-overview-columns{grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);align-items:start;gap:20px;display:grid}.overview-col-main,.overview-col-side{flex-direction:column;gap:20px;display:flex}.section-card-header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.section-card-header h2{color:#0f172a;margin:0;font-size:16px;font-weight:800}.section-card-header p{color:#64748b;margin:2px 0 0;font-size:13px}.accounts-list-hub{flex-direction:column;gap:10px;display:flex}.account-hub-row{background:#fff;border:1px solid #e2e8f0;border-radius:10px;justify-content:space-between;align-items:center;padding:12px 14px;display:flex}.account-hub-info{align-items:center;gap:12px;display:flex}.account-avatar-icon{color:#475569;background:#f1f5f9;border-radius:8px;place-items:center;width:32px;height:32px;display:grid}.account-hub-info strong{color:#0f172a;font-size:13px;display:block}.account-hub-info small{color:#64748b;font-size:12px}.account-hub-meta{align-items:center;gap:10px;display:flex}.provider-pill{color:#475569;background:#f1f5f9;border-radius:6px;padding:2px 8px;font-size:11px;font-weight:700}.status-pill-active{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:999px;padding:2px 8px;font-size:11px;font-weight:700}.accounts-empty-state{background:#f8fafc;border:1px dashed #cbd5e1;border-radius:10px;align-items:center;gap:14px;padding:16px;display:flex}.empty-state-icon{color:#94a3b8}.empty-state-copy strong{color:#0f172a;font-size:13px;display:block}.empty-state-copy p{color:#64748b;margin:2px 0 0;font-size:12px}.details-form-row{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:14px;display:grid}.form-field-group{flex-direction:column;gap:6px;display:flex}.form-field-group span{color:#334155;font-size:12px;font-weight:700}.form-input-text{color:#0f172a;background:#fff;border:1px solid #cbd5e1;border-radius:8px;width:100%;height:38px;padding:0 12px;font-size:13px}.form-input-text:focus{border-color:#6366f1;outline:none}.input-readonly{color:#475569;background:#f8fafc;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.id-copy-group{align-items:center;gap:8px;display:flex}.icon-btn{flex-shrink:0;align-items:center;gap:6px;height:38px;padding:0 12px;display:inline-flex}.form-actions-right{justify-content:flex-end;margin-top:14px;display:flex}.compact-btn{height:32px;padding:0 12px!important;font-size:12px!important}.members-summary-list{flex-direction:column;gap:8px;display:flex}.member-summary-row{background:#f8fafc;border-radius:8px;justify-content:space-between;align-items:center;padding:8px 10px;display:flex}.member-summary-user{align-items:center;gap:10px;display:flex}.member-summary-avatar{color:#fff;background:#0f172a;border-radius:8px;place-items:center;width:32px;height:32px;font-size:12px;font-weight:700;display:grid}.member-summary-user strong{color:#0f172a;font-size:13px;display:block}.member-summary-user small{color:#64748b;font-size:11px}.activity-summary-feed{flex-direction:column;gap:10px;display:flex}.activity-feed-item{background:#f8fafc;border:1px solid #f1f5f9;border-radius:8px;align-items:flex-start;gap:12px;padding:10px 12px;display:flex}.activity-item-icon{color:#475569;background:#fff;border:1px solid #e2e8f0;border-radius:6px;flex-shrink:0;place-items:center;width:28px;height:28px;margin-top:2px;display:grid}.activity-item-copy strong{color:#0f172a;font-size:13px;display:block}.activity-item-copy p{color:#64748b;margin:2px 0 0;font-size:12px}.danger-section-card{background:#fef2f2!important;border:1px solid #fecaca!important;padding:18px 22px!important}.danger-card-body{justify-content:space-between;align-items:center;gap:16px;display:flex}.danger-card-body h3{color:#991b1b;margin:0 0 2px;font-size:15px;font-weight:800}.danger-card-body p{color:#991b1b;margin:0;font-size:12px}.danger-button{color:#fff;cursor:pointer;background:#dc2626;border:none;border-radius:8px;flex-shrink:0;align-items:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:700;transition:background .15s;display:inline-flex}.danger-button:hover:not(:disabled){background:#b91c1c}@media (width<=900px){.workspace-overview-columns{grid-template-columns:1fr}.workspace-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.workspace-kpi-grid{grid-template-columns:1fr}.danger-card-body{flex-direction:column;align-items:flex-start}}.ghost-button.link-button{color:#4f46e5;cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;gap:4px;padding:4px 8px;font-size:12px;font-weight:700;display:inline-flex}.ghost-button.link-button:hover{background:#f1f5f9}@media (width<=820px){.workspace-hero-actions{justify-content:flex-start}}@media (width<=760px){.auth-shell,.mailbox-layout{padding:14px}.status-bar,.status-actions,.toolbar-pagination,.pagination-controls,.message-top,.message-actions,.compose-footer,.row-fields,.sidebar-footer{display:grid}}.assistant-shell .sidebar{border-right:var(--mail-divider-width) solid var(--mail-divider-color);background:#fff}.files-ai-badges,.files-upload-limits,.files-upload-rejections,.settings-storage-breakdown{flex-wrap:wrap;gap:8px;display:flex}.files-ai-badges span,.files-upload-limits span,.settings-storage-breakdown div{color:#525866;background:#f7f8fa;border:1px solid #11111114;border-radius:6px;align-items:center;gap:6px;min-height:26px;padding:0 8px;font-size:12px;font-weight:700;display:inline-flex}.app-shell>.mailbox-layout>.assistant-main,.app-shell>.mailbox-layout>.assistant-main>.aw-root,.app-shell>.mailbox-layout>.assistant-main>.calendar-panel,.app-shell>.mailbox-layout>.assistant-main>.tasks-panel,.app-shell>.mailbox-layout>.assistant-main>.draft-queue-panel{border-radius:0!important}.workspace-name-modal .settings-form-actions{justify-content:flex-end}.tasks-panel,.notes-panel{background:#fff;border:1px solid #11111114;border-radius:8px;grid-template-rows:auto auto auto minmax(0,1fr);gap:14px;height:100%;min-height:0;padding:20px;display:grid;position:relative}.task-card,.task-row,.note-row{background:#fff;border:1px solid #11111114;border-radius:8px}.task-card>button,.task-row>button,.note-row{color:var(--ink);text-align:left;background:0 0;border:0}.task-card span,.task-row span,.note-row small{color:var(--muted);text-transform:capitalize}.tasks-list,.notes-list{border:1px solid #11111114;border-radius:8px;min-height:0;overflow:auto}.note-row-active,.note-row:hover,.task-row:hover,.task-card:hover{background:var(--surface-hover)}.boxes-pipeline-select select,.boxes-filter-controls select,.thread-box-stage-select select,.create-box-modal input,.create-box-modal select,.create-box-modal textarea,.box-detail-modal input,.box-detail-modal select{border:1px solid var(--outline);background:#fff;border-radius:8px;min-height:38px}.box-detail-modal label,.create-box-modal label,.thread-box-stage-select{color:var(--muted);gap:6px;font-size:12px;font-weight:800;display:grid}.mailbox-layout.mailbox-layout-scrollable .workspace-hub,.mailbox-layout.mailbox-layout-scrollable .workspace-page,.mailbox-layout.mailbox-layout-scrollable .workspace-settings-page{min-height:min-content;padding-bottom:72px}.mailbox-layout.mailbox-layout-scrollable .workspace-table-scroll{overflow:auto visible}.thread-context-drawer .box-suggestion-panel{background:#fff!important;border:0!important;grid-template-columns:1fr!important;gap:10px!important;padding:10px 12px 12px!important;display:grid!important}@media (width<=900px){.notes-workspace-detail-open .people-list-panel{display:none}.notes-workspace-detail-open .people-detail-panel{display:flex}}.app-shell>.mailbox-layout>.assistant-main>.secretary-root{border-radius:0!important}@media (width<=820px){.admin-list-toolbar,.workspace-hero-card,.workspace-overview-grid,.workspace-invite-card{grid-template-columns:1fr}}.app-shell,.assistant-shell,.assistant-mailbox-layout,.assistant-main,.draft-queue-panel,.tasks-panel,.tasks-workspace-main{min-width:0;max-width:100%}.primary-button,.secondary-button,.ghost-button,.toolbar-button,.tasks-new-button,.tasks-filter-button,.queue-filter{max-width:100%}.settings-inline-actions,.compose-integration-row,.reader-crm-actions{flex-wrap:wrap;align-items:center;gap:8px;display:inline-flex}.settings-inline-actions input,.settings-inline-actions select,.compose-crm-select select{min-height:30px}@media (width<=1024px){.app-shell{flex-direction:column!important;height:100dvh!important;position:relative!important;overflow:hidden!important}.sidebar{z-index:1001!important;background:#fcfbfa!important;border-bottom:none!important;border-right:1px solid #c9962c26!important;width:280px!important;height:100dvh!important;transition:transform .3s cubic-bezier(.4,0,.2,1)!important;position:fixed!important;top:0!important;bottom:0!important;left:0!important;transform:translate(0)!important;box-shadow:4px 0 24px #00000026!important}.app-shell.sidebar-collapsed .sidebar{transform:translate(-100%)!important}.sidebar-mobile-backdrop{-webkit-backdrop-filter:blur(4px)!important;backdrop-filter:blur(4px)!important;z-index:1000!important;background:#11182759!important;display:block!important;position:fixed!important;inset:0!important}.mailbox-layout{width:100%!important;height:100dvh!important;padding:0!important;overflow:hidden!important}.mobile-header-bar{z-index:99;background:#fcfbfa;border-bottom:1px solid #c9962c26;flex-shrink:0;justify-content:space-between;align-items:center;width:100%;height:56px;padding:0 16px;position:relative;display:flex!important}.mobile-menu-toggle,.mobile-search-toggle{cursor:pointer;color:var(--brand-gold,#c9962c);background:0 0;border:none;justify-content:center;align-items:center;padding:8px;display:flex}.mobile-header-title{color:var(--ink);letter-spacing:.02em;font-size:1.2rem;font-weight:800}.nav-list{flex-direction:column!important;align-items:stretch!important;gap:12px!important;padding-bottom:0!important;display:grid!important;overflow:hidden auto!important}.nav-group{background:0 0!important;border:none!important;flex-direction:column!important;align-items:stretch!important;gap:4px!important;padding:4px 0 12px!important;display:grid!important}.nav-group-heading{display:block!important}.nav-group-items{flex-direction:column!important;align-items:stretch!important;gap:4px!important;display:grid!important}.nav-item{align-self:auto!important;width:100%!important;height:40px!important}}@media (width>=1025px){.mobile-header-bar,.sidebar-mobile-backdrop{display:none!important}}@media (width<=768px){.aw-layout--split{grid-template-columns:minmax(0,1fr)!important;gap:12px!important}.aw-composer-wrap{padding:8px 12px!important}.aw-composer{gap:8px!important;padding:8px 12px!important}.aw-root{border-radius:16px!important}.aw-suggestions-grid{grid-template-columns:minmax(0,1fr)!important;gap:8px!important}}@media (width<=1024px){.thread-list-pane{max-width:100%!important;height:100%!important;box-shadow:none!important;border-left:0!important;border-right:0!important;border-radius:0!important}.thread-main-area{flex-direction:column!important;height:100%!important;min-height:0!important;display:flex!important;overflow:hidden!important}.thread-header-row{border-bottom:1px solid #11182714!important;flex-wrap:nowrap!important;min-height:48px!important;padding-right:10px!important}.thread-folder-tabs{scrollbar-width:none!important;-webkit-overflow-scrolling:touch!important;flex:auto!important;gap:4px!important;padding:6px 10px 0!important;overflow-x:auto!important}.thread-folder-tab{min-width:96px!important;min-height:42px!important;padding:0 10px 8px!important;font-size:13px!important}.thread-reader-pane:not(.pane-hidden){flex-direction:column!important;height:100%!important;display:flex!important;overflow:hidden!important}.reader-header{padding-left:16px!important;padding-right:16px!important}.thread-context-panels{border-top:1px solid #11182714!important;border-left:0!important;flex:none!important;width:100%!important;height:auto!important;max-height:none!important;padding:16px 12px!important;position:static!important;overflow:visible!important}.thread-reader-scroll{flex-direction:column!important;flex:1 1 0!important;gap:16px!important;width:100%!important;margin-right:0!important;padding:14px 12px!important;display:flex!important;overflow-y:auto!important}}@media (width<=768px){.pane-grid{grid-template-columns:minmax(0,1fr)!important;gap:0!important;height:100%!important}.thread-list-pane,.thread-reader-pane{border-radius:0!important;height:100%!important}.list-toolbar{flex-direction:column!important;align-items:stretch!important;gap:10px!important;min-height:auto!important;padding:10px 12px!important}.toolbar-group{flex-wrap:wrap!important;justify-content:flex-start!important;align-items:center!important;gap:8px!important;width:100%!important}.thread-toolbar-search{flex:100%!important;order:5!important;width:100%!important;min-height:38px!important;margin-top:2px!important}.toolbar-pagination{border-top:1px solid #1118270f!important;justify-content:space-between!important;align-items:center!important;width:100%!important;margin-top:2px!important;padding-top:8px!important;display:flex!important}.pagination-meta-container{align-items:center!important;gap:6px!important;font-size:12px!important;display:flex!important}.thread-ai-filter-bar{-webkit-overflow-scrolling:touch!important;gap:6px!important;min-height:42px!important;padding:6px 12px 0!important}.thread-ai-filter-chip{min-width:max-content!important;min-height:36px!important;padding:0 10px 4px!important;font-size:12px!important}.thread-reader-toolbar{flex-wrap:wrap!important;gap:8px!important;padding:10px!important}.reader-topbar{flex-wrap:wrap!important;gap:8px!important}.reader-action-icons{flex-wrap:wrap!important;gap:6px!important}.message-header-row{flex-direction:column!important;align-items:flex-start!important;gap:6px!important}.message-header-actions{justify-content:flex-end!important;width:100%!important;margin-left:0!important}.thread-row{grid-template-columns:18px 20px minmax(0,1fr) auto!important;align-items:start!important;gap:8px 10px!important;padding:12px!important}.thread-sender{color:#111827!important;text-overflow:ellipsis!important;white-space:nowrap!important;grid-column:3!important;font-size:13.5px!important;font-weight:700!important;overflow:hidden!important}.thread-content{flex-direction:column!important;grid-column:3/span 2!important;align-items:flex-start!important;gap:4px!important;width:100%!important;min-width:0!important}.thread-content-main{flex-direction:column!important;gap:2px!important;width:100%!important;min-width:0!important;display:flex!important}.thread-subject{color:#1e293b!important;font-size:13px!important;font-weight:600!important;line-height:1.35!important}.thread-snippet{color:#64748b!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;font-size:12px!important;line-height:1.4!important;display:-webkit-box!important;overflow:hidden!important}.thread-chips{flex-wrap:wrap!important;gap:4px!important;max-width:100%!important;margin-top:4px!important;display:flex!important}.thread-row-side{flex-direction:column!important;grid-area:1/4!important;align-self:start!important;align-items:flex-end!important;gap:4px!important;min-width:60px!important;margin-left:auto!important;padding-top:0!important;display:flex!important}.thread-time{color:#64748b!important;white-space:nowrap!important;font-size:11px!important;font-weight:600!important;display:inline-block!important}.thread-row-quick-actions{max-width:100%!important;min-height:0!important;box-shadow:none!important;opacity:1!important;pointer-events:auto!important;background:0 0!important;border:0!important;flex-wrap:wrap!important;justify-content:flex-start!important;gap:6px!important;margin-top:6px!important;padding:0!important;display:flex!important;position:static!important;transform:none!important}.thread-row-action-text{color:#334155!important;background:#1118270a!important;border:1px solid #11182714!important;border-radius:6px!important;flex:none!important;max-width:none!important;min-height:30px!important;padding:0 8px!important;font-size:11.5px!important;font-weight:600!important}.thread-row-action{background:#1118270a!important;border:1px solid #11182714!important;border-radius:6px!important;width:30px!important;height:30px!important}}@media (width<=480px){.thread-folder-tab{gap:5px!important;min-width:78px!important;padding:0 6px 6px!important;font-size:12px!important}.thread-folder-tab-icon{width:20px!important;height:20px!important}.thread-ai-filter-bar{gap:4px!important;min-height:38px!important;padding:4px 8px 0!important}.thread-ai-filter-chip{min-width:max-content!important;min-height:34px!important;padding:0 8px 4px!important;font-size:11.5px!important}.pagination-emails-count{display:none!important}}@media (width<=768px){.boxes-board{scroll-snap-type:x mandatory!important;flex-direction:row!important;gap:12px!important;padding-bottom:12px!important;display:flex!important;overflow-x:auto!important}.stage-column{scroll-snap-align:start!important;flex:0 0 290px!important;width:290px!important}.calendar-header-row{flex-direction:column!important;align-items:stretch!important;gap:8px!important}.calendar-grid{grid-template-rows:auto repeat(5,minmax(40px,1fr))!important}.calendar-day-header span{font-size:11px!important}.calendar-day-cell{padding:2px!important}.settings-shell{grid-template-columns:minmax(0,1fr)!important;gap:16px!important;padding:0!important}.settings-category-list{display:none!important}.settings-category-select{flex-direction:column!important;align-items:stretch!important;gap:6px!important;width:100%!important;margin-bottom:16px!important;display:flex!important}.settings-category-select select{border-color:#c9962c40!important;width:100%!important;height:44px!important;font-size:15px!important}.settings-detail{max-height:none!important}.role-card-grid{grid-template-columns:1fr!important}}@media (width<=900px){.signup-feature-tour{display:none!important}}@media (width<=768px){.global-search-modal{border-radius:12px!important;width:100%!important;min-height:0!important;max-height:90vh!important}.global-search-input-shell{padding:8px 12px!important}.global-search-input-shell input{font-size:15px!important}.global-search-ai{padding:12px!important}.boxes-panel .notes-header-actions{flex-wrap:wrap!important;gap:8px!important;width:100%!important;display:flex!important}.boxes-panel .boxes-pipeline-select,.boxes-panel .notes-search-control,.boxes-panel .primary-button{flex:140px!important;width:auto!important;min-width:120px!important;height:38px!important}.boxes-filter-controls{flex-wrap:wrap!important;gap:10px!important;width:100%!important;display:flex!important}.boxes-filter-controls label{flex:140px!important;align-items:center!important;min-width:140px!important;max-width:100%!important;height:38px!important;min-height:38px!important;display:inline-flex!important}.boxes-filter-controls select{width:100%!important;min-width:0!important;height:100%!important}}.aw-composer__input::placeholder,.secretary-command textarea::placeholder{text-overflow:ellipsis!important;white-space:nowrap!important;overflow:hidden!important}html[data-needle-theme=dark] .app-shell,html[data-needle-theme=dark] .auth-shell{background:var(--bg)}html[data-needle-theme=dark] .auth-card{background:var(--surface)}html[data-needle-theme=dark] .auth-social-button{background:var(--surface);color:var(--ink)}html[data-needle-theme=dark] .auth-social-button:hover{background:var(--surface-hover);border-color:var(--outline-strong)}html[data-needle-theme=dark] .sidebar{background:#090908;border-right-color:#c9962c26;box-shadow:4px 0 24px #0006}html[data-needle-theme=dark] .nav-group{background:0 0;border-color:#0000}html[data-needle-theme=dark] .sidebar.sidebar-collapsed .brand-toggle-icon{color:#e5c060;background:#111111e6}html[data-needle-theme=dark] .sidebar.sidebar-collapsed .brand-lockup-button:hover .brand-toggle-icon,html[data-needle-theme=dark] .sidebar.sidebar-collapsed .brand-lockup-button:focus-visible .brand-toggle-icon{background:#111;box-shadow:0 4px 12px #c9962c4d}html[data-needle-theme=dark] .sidebar-compose-button{color:#0b0a08;background:linear-gradient(135deg,#f3e5ab 0%,#c9962c 50%,#996e1a 100%);border:none;box-shadow:0 4px 12px #c9962c40}html[data-needle-theme=dark] .sidebar-compose-button:hover{background:linear-gradient(135deg,#fff 0%,#e5c060 60%,#b8860b 100%);box-shadow:0 6px 18px #c9962c66}html[data-needle-theme=dark] .sidebar-compose-button:active{background:#ad7b1f}html[data-needle-theme=dark] .nav-ask-button{color:#e5c060;background:linear-gradient(#c9962c26 0%,#c9962c0d 100%);border-color:#c9962c59;box-shadow:inset 0 1px #ffffff0d,0 2px 4px #0003}html[data-needle-theme=dark] .nav-ask-button:hover{background:linear-gradient(#c9962c40 0%,#c9962c26 100%);border-color:#c9962c;box-shadow:0 4px 12px #c9962c40}html[data-needle-theme=dark] .nav-item{color:#ffffffb3}html[data-needle-theme=dark] .nav-item:hover:not(.nav-item-active){color:#fff;background:#c9962c1f}html[data-needle-theme=dark] .nav-item-active{color:#fff;background:#ffffff08;border-left-color:#c9962c;box-shadow:inset 0 1px #ffffff0d,0 4px 12px #0000004d}html[data-needle-theme=dark] .nav-item-active:hover{color:#fff;background:#ffffff0d}html[data-needle-theme=dark] .nav-item-active .nav-item-icon{color:#e5c060}html[data-needle-theme=dark] .primary-button{background:var(--brand-gold);color:#111}html[data-needle-theme=dark] .primary-button:hover{background:#e6b325}html[data-needle-theme=dark] .secondary-button,html[data-needle-theme=dark] .toolbar-button{background:var(--surface-muted);border-color:var(--outline);color:var(--ink)}html[data-needle-theme=dark] .secondary-button:hover,html[data-needle-theme=dark] .toolbar-button:hover{background:var(--surface-hover)}html[data-needle-theme=dark] .mailbox-layout{background:var(--bg)}html[data-needle-theme=dark] .search-shell,html[data-needle-theme=dark] .account-pill,html[data-needle-theme=dark] .thread-list-pane,html[data-needle-theme=dark] .thread-reader-pane,html[data-needle-theme=dark] .empty-panel{background:var(--surface)}html[data-needle-theme=dark] .thread-header-row{background:linear-gradient(180deg, var(--surface) 0%, var(--surface-muted) 100%);border-bottom-color:var(--mail-divider-color)}html[data-needle-theme=dark] .thread-folder-tab{color:var(--muted)}html[data-needle-theme=dark] .thread-folder-tab+.thread-folder-tab:before{background-color:var(--mail-divider-color,#ffffff1f)}html[data-needle-theme=dark] .thread-folder-tab:hover{background:var(--surface-hover);color:var(--ink)}html[data-needle-theme=dark] .thread-folder-tab-active{background:var(--surface);color:var(--ink)}html[data-needle-theme=dark] .thread-folder-tab-active:after{background:var(--brand-gold)}html[data-needle-theme=dark] .thread-folder-tab-count{background:var(--surface-hover);color:var(--muted)}html[data-needle-theme=dark] .thread-folder-tab-active .thread-folder-tab-count{background:var(--brand-gold);color:#111}html[data-needle-theme=dark] .thread-ai-filter-bar{background:var(--surface-muted);border-bottom-color:var(--mail-divider-color)}html[data-needle-theme=dark] .thread-ai-filter-chip{color:var(--muted)}html[data-needle-theme=dark] .thread-ai-filter-chip:hover{background:var(--surface-hover);color:var(--ink)}html[data-needle-theme=dark] .thread-ai-filter-chip-active{background:var(--surface);color:var(--ink);box-shadow:none}html[data-needle-theme=dark] .thread-ai-filter-chip-active:after{background:var(--brand-gold)}html[data-needle-theme=dark] .thread-ai-filter-badge{background:var(--surface-hover);color:var(--muted);border-color:var(--outline)}html[data-needle-theme=dark] .thread-ai-filter-chip-active .thread-ai-filter-badge{background:var(--brand-gold);color:#111;border-color:#0000}html[data-needle-theme=dark] .list-toolbar{background:var(--surface)}html[data-needle-theme=dark] .thread-row-action-text{background:var(--surface-hover);color:var(--ink);border-color:var(--outline)}html[data-needle-theme=dark] .thread-row-action-text:hover{background:var(--surface-selected);border-color:var(--outline-strong);box-shadow:none}html[data-needle-theme=dark] .thread-row-action:hover{background:var(--surface-hover);color:var(--ink);border-color:var(--outline)}html[data-needle-theme=dark] .thread-row-action-follow-up{color:#e6b325;background:#c9962c1f;border-color:#c9962c4d}html[data-needle-theme=dark] .thread-row-action-follow-up:hover{color:#f5d061;background:#c9962c33;border-color:#c9962c80}html[data-needle-theme=dark] .thread-unread-badge{background:var(--brand-gold);color:#111}html[data-needle-theme=dark] .reader-header{background:linear-gradient(180deg, var(--surface) 0%, var(--surface-muted) 100%);border-bottom-color:var(--mail-divider-color);box-shadow:none}html[data-needle-theme=dark] .reader-topbar>.toolbar-icon-button,html[data-needle-theme=dark] .reader-topbar>.toolbar-button{background:var(--surface-hover);color:var(--muted);border-color:var(--outline);box-shadow:none}html[data-needle-theme=dark] .reader-topbar>.toolbar-icon-button:hover,html[data-needle-theme=dark] .reader-topbar>.toolbar-button:hover{background:var(--surface-selected);color:var(--ink);border-color:var(--outline-strong)}html[data-needle-theme=dark] .profile-menu{background:var(--surface);border-color:var(--outline);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 18px 42px #0009,0 1px 2px #0006}html[data-needle-theme=dark] .profile-menu-service-icon{background:var(--surface-hover);color:var(--muted)}html[data-needle-theme=dark] .account-plan-badge{background:var(--surface-hover);border-color:var(--outline);color:var(--muted)}html[data-needle-theme=dark] .connection-status-badge-connected{color:#4ade80;background:#1f6f4333}html[data-needle-theme=dark] .connection-status-badge-not-connected{background:var(--surface-hover);color:var(--muted)}html[data-needle-theme=dark] .system-activity{background:var(--surface-muted);border-color:var(--outline);box-shadow:none}html[data-needle-theme=dark] .system-activity-orbit{background:var(--brand-gold);color:#111}html[data-needle-theme=dark] .system-activity-rail{background:var(--outline)}html[data-needle-theme=dark] .system-activity-rail:after,html[data-needle-theme=dark] .system-activity-ai .system-activity-rail:after{background:var(--brand-gold)}html[data-needle-theme=dark] .settings-panel{background:var(--surface);border-color:var(--outline)}html[data-needle-theme=dark] .settings-segmented-control{background:#ffffff0d;border-color:#ffffff1f}html[data-needle-theme=dark] .settings-segment{color:var(--muted);background:0 0}html[data-needle-theme=dark] .settings-segment:hover{color:var(--ink);background:#ffffff14}html[data-needle-theme=dark] .settings-segment.is-selected{background:var(--brand-gold);border-color:var(--brand-gold);color:#111;font-weight:700;box-shadow:0 1px 4px #0000004d}html[data-needle-theme=dark] .compose-modal{background:var(--surface)}html[data-needle-theme=dark] .compose-mode-tab-active{background:var(--surface-hover);color:var(--ink);box-shadow:0 2px 6px #0000004d}html[data-needle-theme=dark] .ai-compose-control-panel{background:linear-gradient(180deg, var(--surface) 0%, var(--surface-muted) 100%)}html[data-needle-theme=dark] .ai-compose-label textarea,html[data-needle-theme=dark] .ai-compose-label select{background:var(--surface-muted)}html[data-needle-theme=dark] .ai-compose-quick-prompts button{background:var(--surface-muted);color:var(--muted);border-color:var(--outline)}html[data-needle-theme=dark] .ai-compose-quick-prompts button:hover{background:var(--surface-hover);color:var(--ink)}html[data-needle-theme=dark] .compose-recipient-dropdown{background:var(--surface);border-color:var(--outline);box-shadow:var(--shadow)}html[data-needle-theme=dark] .compose-recipient-option.highlighted,html[data-needle-theme=dark] .compose-recipient-option:hover{background:var(--surface-hover)}html[data-needle-theme=dark] .compose-recipient-chip{background:var(--surface-hover);border-color:var(--outline);color:var(--ink)}html[data-needle-theme=dark] .floating-chat-container{background:var(--bg);border-color:var(--outline);box-shadow:0 20px 54px #0009}html[data-needle-theme=dark] .floating-chat-header{border-bottom-color:var(--mail-divider-color);background:#161412eb}html[data-needle-theme=dark] .aw-drawer{background:var(--surface);box-shadow:-16px 0 40px #00000080}html[data-needle-theme=dark] .aw-drawer__header{border-bottom-color:var(--mail-divider-color)}html[data-needle-theme=dark] .aw-history{border-left-color:var(--mail-divider-color);box-shadow:none;background:linear-gradient(160deg,#161412eb 0%,#100f0de0 100%)}html[data-needle-theme=dark] .aw-history__new{border-color:var(--outline);color:var(--muted);background:0 0}html[data-needle-theme=dark] .aw-history__new:hover{background:var(--surface-hover);border-color:var(--outline-strong);color:var(--ink)}html[data-needle-theme=dark] .aw-history__item--active,html[data-needle-theme=dark] .aw-history__item--active:hover{background:var(--surface-hover)}html[data-needle-theme=dark] .aw-history__item:hover:not(.aw-history__item--active){background:#f0ebe20a}html[data-needle-theme=dark] .files-panel{background:var(--bg)}html[data-needle-theme=dark] .files-stat-chip{background:var(--surface-muted);border-color:var(--outline);color:var(--muted)}html[data-needle-theme=dark] .files-stat-chip strong{color:var(--ink)}html[data-needle-theme=dark] .files-stat-chip-button:hover{background:var(--surface-hover);border-color:var(--outline-strong)}html[data-needle-theme=dark] .files-search-control{background:var(--surface);box-shadow:none}html[data-needle-theme=dark] .tasks-panel,html[data-needle-theme=dark] .notes-panel{background:var(--surface);border-color:var(--outline)}html[data-needle-theme=dark] .task-column,html[data-needle-theme=dark] .segmented-control{background:var(--surface-muted);border-color:var(--outline)}html[data-needle-theme=dark] .segmented-control button.active{background:var(--surface);box-shadow:0 1px 2px #0000004d}html[data-needle-theme=dark] .module-form input,html[data-needle-theme=dark] .module-form select,html[data-needle-theme=dark] .module-form textarea,html[data-needle-theme=dark] .module-toolbar input,html[data-needle-theme=dark] .module-toolbar select,html[data-needle-theme=dark] .module-drawer input,html[data-needle-theme=dark] .module-drawer select,html[data-needle-theme=dark] .module-drawer textarea{background:var(--surface-muted)}html[data-needle-theme=dark] .draft-queue-panel{background:radial-gradient(circle at 0% 0%, #c9962c0a 0%, transparent 40%), linear-gradient(180deg, var(--surface) 0%, var(--surface-muted) 100%)}html[data-needle-theme=dark] .conversation-delete-modal{background:var(--surface);border-color:#b3261e3d}html[data-needle-theme=dark] .conversation-delete-backdrop{background:#00000080}html[data-needle-theme=dark] .modal-backdrop{background:#0006}html[data-needle-theme=dark] .calendar-details-modal,html[data-needle-theme=dark] .calendar-day-events-modal,html[data-needle-theme=dark] .global-search-modal,html[data-needle-theme=dark] .global-search-panel,html[data-needle-theme=dark] .global-search-surface{background:var(--surface);border-color:var(--outline)}html[data-needle-theme=dark] .global-search-result:hover,html[data-needle-theme=dark] .global-search-result-focused{background:var(--surface-hover)}html[data-needle-theme=dark] .ai-content-feedback-menu{background:var(--surface);border-color:var(--outline);box-shadow:var(--shadow)}html[data-needle-theme=dark] .ai-content-feedback-item{color:var(--ink)}html[data-needle-theme=dark] .ai-content-feedback-item:hover,html[data-needle-theme=dark] .ai-content-feedback-item:focus-visible{background:var(--surface-hover);color:var(--ink)}html[data-needle-theme=dark] .send-guard-review-panel,html[data-needle-theme=dark] .follow-up-panel,html[data-needle-theme=dark] .people-panel,html[data-needle-theme=dark] .calendar-panel,html[data-needle-theme=dark] .reminders-panel,html[data-needle-theme=dark] .boxes-panel{background:var(--bg)}html[data-needle-theme=dark] .create-box-modal,html[data-needle-theme=dark] .workspace-name-modal{background:var(--surface);border-color:var(--outline)}html[data-needle-theme=dark] .auth-success-block{background:var(--surface-muted);border-color:var(--outline)}html[data-needle-theme=dark] .auth-referral-banner{color:#4ade80;background:#2b70521f;border-color:#2b70523d}html[data-needle-theme=dark] .trash-confirm-modal,html[data-needle-theme=dark] .aw-composer{background:var(--surface);border-color:var(--outline)}html[data-needle-theme=dark] .aw-composer__input{color:var(--ink)}html[data-needle-theme=dark] .aw-composer__bar{border-top-color:var(--mail-divider-color)}html[data-needle-theme=dark] .aw-suggestion,html[data-needle-theme=dark] .aw-qa-chip{color:var(--ink);background:#1c191780;border-color:#c9962c33}html[data-needle-theme=dark] .aw-suggestion:hover,html[data-needle-theme=dark] .aw-qa-chip:hover{background:#292524cc;border-color:#c9962c80}html[data-needle-theme=dark] .split-inbox-bar,html[data-needle-theme=dark] .undo-send-bar{background:var(--surface);border-color:var(--outline)}html[data-needle-theme=dark] .offline-status-banner{background:var(--surface-muted)}html[data-needle-theme=dark] .account-indicator-avatar,html[data-needle-theme=dark] .profile-menu-avatar,html[data-needle-theme=dark] .settings-profile-avatar,html[data-needle-theme=dark] .account-avatar,html[data-needle-theme=dark] .message-avatar{background:var(--brand-gold);color:#111}html[data-needle-theme=dark] .account-plan-badge-pro{color:#4ade80}html[data-needle-theme=dark] .account-plan-badge-max,html[data-needle-theme=dark] .account-plan-badge-enterprise{color:#a78bfa}html[data-needle-theme=dark] .file-folder-modal,html[data-needle-theme=dark] .file-move-modal,html[data-needle-theme=dark] .file-detail-panel{background:var(--surface);border-color:var(--outline)}html[data-needle-theme=dark] .message-body-shell{background:var(--surface)}html[data-needle-theme=dark] .thread-search-control{background:var(--surface-muted);border-color:var(--outline)}html[data-needle-theme=dark] .compose-drafts-trigger-active,html[data-needle-theme=dark] .compose-drafts-popover{background:var(--surface);border-color:var(--outline)}html[data-needle-theme=dark] .compose-drafts-count{background:var(--ink);color:var(--surface)}html[data-needle-theme=dark] .compose-drafts-item{color:var(--ink)}html[data-needle-theme=dark] .compose-drafts-item:hover{background:var(--surface-hover)}html[data-needle-theme=dark] .compose-drafts-item span,html[data-needle-theme=dark] .compose-drafts-item small,html[data-needle-theme=dark] .compose-drafts-empty{color:var(--muted)}html[data-needle-theme=dark] .thread-row:hover{background:var(--surface-hover)}html[data-needle-theme=dark] .admin-panel,html[data-needle-theme=dark] .platform-admin-panel{background:var(--surface);border-color:var(--outline)}html[data-needle-theme=dark] .admin-ocr-dropzone{background:var(--surface-subtle);border-color:var(--outline)}html[data-needle-theme=dark] .admin-ocr-dropzone.is-dragging,html[data-needle-theme=dark] .admin-ocr-dropzone-icon{background:var(--surface-selected)}html[data-needle-theme=dark] .admin-ocr-result{border-color:var(--outline)}html[data-needle-theme=dark] .toolbar-icon-button-success{color:#4ade80}html[data-needle-theme=dark] .floating-bubble{background:#b41e1e26;border-color:#b3261e4d}html[data-needle-theme=dark] .compose-recipient-chip-remove:hover{background:var(--surface-selected)}html[data-needle-theme=dark] .aw-root{background:linear-gradient(#100f0d 0%,#080807 100%)}html[data-needle-theme=dark] .aw-root:before{background:radial-gradient(60% 50% at 25% 8%,#c9962c14 0%,#0000 70%),radial-gradient(50% 45% at 80% 15%,#c9962c0a 0%,#0000 65%)}html[data-needle-theme=dark] .attachment-picker{background:0 0}html[data-needle-theme=dark] .attachment-picker--drag-active{border-color:var(--brand-gold-border);background:#c9962c1f}html[data-needle-theme=dark] .attachment-picker-button{background:linear-gradient(180deg, var(--surface) 0%, var(--surface-muted) 100%);border-color:var(--outline);color:var(--ink);box-shadow:none}html[data-needle-theme=dark] .attachment-picker-button:hover{background:var(--surface-hover);border-color:var(--outline-strong);box-shadow:var(--shadow)}html[data-needle-theme=dark] .attachment-file-chip{background:var(--surface-muted);border-color:var(--outline)}html[data-needle-theme=dark] .attachment-file-chip button:hover,html[data-needle-theme=dark] .attachment-file-chip button:focus-visible{background:var(--surface-selected)}html[data-needle-theme=dark] .email-provider-card{background:var(--surface-muted);border-color:var(--outline)}html[data-needle-theme=dark] .email-provider-card:hover{background:var(--surface-hover);border-color:var(--outline-strong)}html[data-needle-theme=dark] .notification-dropdown,html[data-needle-theme=dark] .notification-bell-menu{background:var(--surface);border-color:var(--outline);box-shadow:var(--shadow)}html[data-needle-theme=dark] .workspace-settings-panel{background:var(--surface);border-color:var(--outline)}html[data-needle-theme=dark] .decision-card{background:var(--surface-muted);border-color:var(--outline)}html[data-needle-theme=dark] .aw-msg-row--user{background:#c9962c05}html[data-needle-theme=dark] .aw-msg--user .aw-msg__body{background:var(--surface-hover);color:var(--ink)}html[data-needle-theme=dark] .aw-date-divider{color:var(--muted)}html[data-needle-theme=dark] .aw-date-divider:before,html[data-needle-theme=dark] .aw-date-divider:after{background:var(--outline)}html[data-needle-theme=dark] .floating-chat-trigger{background:var(--brand-gold);color:#111;box-shadow:0 4px 16px #c9962c4d}html[data-needle-theme=dark] .xray-landing,html[data-needle-theme=dark] .xray-surface,html[data-needle-theme=dark] .send-guard-panel{background:var(--surface);border-color:var(--outline)}html[data-needle-theme=dark] .schedule-picker{background:var(--surface);border-color:var(--outline);box-shadow:var(--shadow)}html[data-needle-theme=dark] .draft-queue-search{color:#94a3b8;background:#0f172a99;border-color:#334155cc}html[data-needle-theme=dark] .draft-queue-search:focus-within{color:#60a5fa;background:#0f172a;border-color:#60a5fa;box-shadow:0 0 0 3.5px #60a5fa33}html[data-needle-theme=dark] .draft-queue-search input{color:#f8fafc}html[data-needle-theme=dark] .draft-queue-source-banner{color:#93c5fd;background:linear-gradient(135deg,#1e3a8a59 0%,#0f172a80 100%);border-color:#3b82f64d}html[data-needle-theme=dark] .draft-queue-source-banner span{color:#cbd5e1}html[data-needle-theme=dark] .draft-queue-source-banner strong{color:#93c5fd;background:#3b82f640;box-shadow:inset 0 0 0 1px #60a5fa4d}html[data-needle-theme=dark] .draft-queue-card{background:var(--surface,#0f172a);border-color:#33415580}html[data-needle-theme=dark] .draft-queue-card:hover{background:#1e293bb3}html[data-needle-theme=dark] .draft-queue-card-active{background:linear-gradient(90deg,#1e3a8a66 0%,#0f172acc 100%)!important;border-left-color:#3b82f6!important}html[data-needle-theme=dark] .draft-queue-card h2,html[data-needle-theme=dark] .draft-queue-card-top p{color:#f8fafc}html[data-needle-theme=dark] .draft-queue-card-reason{color:#94a3b8}html[data-needle-theme=dark] .draft-queue-confidence{color:#cbd5e1;background:#1e293b99;border-color:#334155cc}html[data-needle-theme=dark] .boxes-stage-column-focused{background:var(--surface-hover)}html[data-needle-theme=dark] .empty-state,html[data-needle-theme=dark] .empty-pane{background:var(--bg);color:var(--ink)}html[data-needle-theme=dark] .thread-tag-pill{background:var(--surface-hover);border-color:var(--outline);color:var(--muted)}html[data-needle-theme=dark] ::-webkit-scrollbar-track{background:var(--bg)}html[data-needle-theme=dark] ::-webkit-scrollbar-thumb{background:var(--surface-selected);border-radius:999px}html[data-needle-theme=dark] ::-webkit-scrollbar-thumb:hover{background:var(--surface-hover)}@media (prefers-color-scheme:dark){html[data-needle-theme=system] .app-shell,html[data-needle-theme=system] .auth-shell{background:var(--bg)}html[data-needle-theme=system] .auth-card{background:var(--surface)}html[data-needle-theme=system] .auth-social-button{background:var(--surface);color:var(--ink)}html[data-needle-theme=system] .auth-social-button:hover{background:var(--surface-hover)}html[data-needle-theme=system] .sidebar{background:#090908;border-right-color:#c9962c26;box-shadow:4px 0 24px #0006}html[data-needle-theme=system] .nav-group{background:0 0;border-color:#0000}html[data-needle-theme=system] .sidebar-compose-button{color:#0b0a08;background:linear-gradient(135deg,#f3e5ab 0%,#c9962c 50%,#996e1a 100%);border:none;box-shadow:0 4px 12px #c9962c40}html[data-needle-theme=system] .sidebar-compose-button:hover{background:linear-gradient(135deg,#fff 0%,#e5c060 60%,#b8860b 100%);box-shadow:0 6px 18px #c9962c66}html[data-needle-theme=system] .nav-ask-button{color:#e5c060;background:linear-gradient(#c9962c26 0%,#c9962c0d 100%);border-color:#c9962c59}html[data-needle-theme=system] .nav-ask-button:hover{background:linear-gradient(#c9962c40 0%,#c9962c26 100%);border-color:#c9962c}html[data-needle-theme=system] .nav-item-active{color:#fff;background:#ffffff08;border-left:3px solid #c9962c;box-shadow:inset 0 1px #ffffff0d,0 4px 12px #0000004d}html[data-needle-theme=system] .nav-item-active:hover{color:#fff;background:#ffffff0d}html[data-needle-theme=system] .primary-button{background:var(--brand-gold);color:#111}html[data-needle-theme=system] .primary-button:hover{background:#e6b325}html[data-needle-theme=system] .secondary-button,html[data-needle-theme=system] .toolbar-button{background:var(--surface-muted);border-color:var(--outline);color:var(--ink)}html[data-needle-theme=system] .mailbox-layout{background:var(--bg)}html[data-needle-theme=system] .search-shell,html[data-needle-theme=system] .account-pill,html[data-needle-theme=system] .thread-list-pane,html[data-needle-theme=system] .thread-reader-pane,html[data-needle-theme=system] .empty-panel{background:var(--surface)}html[data-needle-theme=system] .thread-header-row{background:linear-gradient(180deg, var(--surface) 0%, var(--surface-muted) 100%);border-bottom-color:var(--mail-divider-color)}html[data-needle-theme=system] .thread-folder-tab-active{background:var(--surface);color:var(--ink)}html[data-needle-theme=system] .thread-folder-tab-active:after{background:var(--brand-gold)}html[data-needle-theme=system] .thread-folder-tab:hover{background:var(--surface-hover);color:var(--ink)}html[data-needle-theme=system] .thread-folder-tab-count{background:var(--surface-hover);color:var(--muted)}html[data-needle-theme=system] .thread-folder-tab-active .thread-folder-tab-count{background:var(--brand-gold);color:#111}html[data-needle-theme=system] .thread-ai-filter-bar{background:var(--surface-muted);border-bottom-color:var(--mail-divider-color)}html[data-needle-theme=system] .thread-ai-filter-chip{color:var(--muted)}html[data-needle-theme=system] .thread-ai-filter-chip:hover{background:var(--surface-hover);color:var(--ink)}html[data-needle-theme=system] .thread-ai-filter-chip-active{background:var(--surface);color:var(--ink)}html[data-needle-theme=system] .thread-ai-filter-chip-active:after{background:var(--brand-gold)}html[data-needle-theme=system] .thread-ai-filter-badge{background:var(--surface-hover);color:var(--muted);border-color:var(--outline)}html[data-needle-theme=system] .thread-ai-filter-chip-active .thread-ai-filter-badge{background:var(--brand-gold);color:#111;border-color:#0000}html[data-needle-theme=system] .list-toolbar{background:var(--surface)}html[data-needle-theme=system] .thread-unread-badge{background:var(--brand-gold);color:#111}html[data-needle-theme=system] .reader-header{background:linear-gradient(180deg, var(--surface) 0%, var(--surface-muted) 100%);border-bottom-color:var(--mail-divider-color);box-shadow:none}html[data-needle-theme=system] .profile-menu{background:var(--surface);border-color:var(--outline)}html[data-needle-theme=system] .system-activity{background:var(--surface-muted);border-color:var(--outline)}html[data-needle-theme=system] .system-activity-orbit{background:var(--brand-gold);color:#111}html[data-needle-theme=system] .settings-panel{background:var(--surface);border-color:var(--outline)}html[data-needle-theme=system] .settings-segment{background:var(--surface-muted);color:var(--muted)}html[data-needle-theme=system] .settings-segment.is-selected{background:var(--brand-gold);border-color:var(--brand-gold);color:#111}html[data-needle-theme=system] .compose-modal{background:var(--surface)}html[data-needle-theme=system] .floating-chat-container{background:var(--bg);border-color:var(--outline)}html[data-needle-theme=system] .aw-drawer{background:var(--surface)}html[data-needle-theme=system] .aw-history{border-left-color:var(--mail-divider-color);background:linear-gradient(160deg,#161412eb 0%,#100f0de0 100%)}html[data-needle-theme=system] .files-panel{background:var(--bg)}html[data-needle-theme=system] .tasks-panel,html[data-needle-theme=system] .notes-panel{background:var(--surface);border-color:var(--outline)}html[data-needle-theme=system] .aw-root{background:linear-gradient(#100f0d 0%,#080807 100%)}html[data-needle-theme=system] .account-indicator-avatar,html[data-needle-theme=system] .profile-menu-avatar,html[data-needle-theme=system] .settings-profile-avatar,html[data-needle-theme=system] .account-avatar,html[data-needle-theme=system] .message-avatar,html[data-needle-theme=system] .thread-unread-badge{background:var(--brand-gold);color:#111}}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark){--surface-bg:var(--bg);--dark-control-bg:#111009;--dark-control-border:#f0ebe221;--dark-panel-bg:#151311;--dark-panel-bg-soft:#100f0d;--dark-panel-bg-raised:#1b1815;--dark-hover-bg:#211e1a;--dark-selected-bg:#c9962c24;--dark-gold-text:#f0c860;--dark-danger-soft:#b3261e24;--dark-success-soft:#28825c29;--dark-blue-soft:#3b82f624;--dark-purple-soft:#8b5cf624;--dark-orange-soft:#f9731624}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) body,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .app-shell,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .assistant-shell,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .assistant-mailbox-layout,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .assistant-main,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .mailbox-layout{background:var(--bg)!important;color:var(--ink)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) input,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) textarea,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) select,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) option{background-color:var(--dark-control-bg)!important;border-color:var(--dark-control-border)!important;color:var(--ink)!important;caret-color:var(--brand-gold)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) input::placeholder,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) textarea::placeholder{color:#f0ebe270!important;opacity:1!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secondary-button,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .ghost-button,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .toolbar-button,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .toolbar-icon-button,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .text-button{border-color:var(--dark-control-border)!important;background:var(--dark-control-bg)!important;color:var(--ink)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .secondary-button:hover,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .ghost-button:hover,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .toolbar-button:hover,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .toolbar-icon-button:hover,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .text-button:hover{border-color:var(--brand-gold-border)!important;background:var(--dark-hover-bg)!important;color:var(--ink)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .primary-button,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .sidebar-compose-button{background:var(--brand-gold)!important;border-color:var(--brand-gold)!important;color:#111!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .module-error,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .form-error{color:#ff9d95!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .thread-main-area,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .thread-list-pane,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .thread-reader-pane,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .empty-panel{background:var(--bg)!important;color:var(--ink)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .thread-header-row,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .thread-ai-filter-bar,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .list-toolbar{background:var(--surface-muted)!important;border-color:var(--mail-divider-color)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .thread-row{background:var(--bg)!important;border-bottom-color:var(--mail-divider-color)!important;color:var(--ink)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .thread-row-open{color:var(--ink)!important;background:0 0!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .thread-row:hover,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .thread-row-selected,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .thread-row-active{background:var(--surface-hover)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .thread-subject,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .thread-sender{color:var(--ink)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .thread-snippet,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .thread-time,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .thread-account-label{color:var(--muted)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .thread-row-quick-actions{background:#11100ef0!important;border-color:#f0ebe229!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .boxes-panel{background:var(--bg)!important;color:var(--ink)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .boxes-header,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .boxes-header-stat,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .boxes-search-field,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .boxes-filter-controls label,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .boxes-all-table-shell,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .boxes-all-empty,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .boxes-stage-column,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .box-card,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .box-detail-modal,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .box-detail-section,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .box-linked-thread,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .box-timeline-row>span:last-child,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .box-context-row,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .create-box-modal,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .create-box-advanced-fields,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .create-box-linked-thread,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .existing-box-option{background:var(--dark-panel-bg)!important;border-color:var(--dark-control-border)!important;color:var(--ink)!important;box-shadow:var(--shadow-sm)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .box-detail-footer{background:linear-gradient(180deg, #1e293b00, var(--dark-panel-bg) 34%)!important;border-top-color:var(--dark-control-border)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .box-card:hover,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .box-card-active,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .boxes-header-stat-button:hover,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .boxes-header-stat-button-active,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .existing-box-option:hover,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .existing-box-option-active,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .box-linked-thread:hover{background:var(--dark-selected-bg)!important;border-color:var(--brand-gold-border)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .boxes-all-table th{background:var(--dark-panel-bg-soft)!important;color:var(--muted)!important;border-bottom-color:var(--dark-control-border)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .boxes-all-table td{color:var(--ink)!important;border-bottom-color:var(--row-divider)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .boxes-all-table tbody tr:hover{background:var(--dark-hover-bg)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .boxes-stage-header span,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .box-risk,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .reader-chip-box,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .box-linked-thread-icon{background:var(--brand-gold-soft)!important;border-color:var(--brand-gold-border)!important;color:var(--dark-gold-text)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .boxes-header h1,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .boxes-header-stat strong,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .box-card-copy strong,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .box-detail-modal h2,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .box-detail-section-heading,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .box-linked-thread strong,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .box-timeline-row strong,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .create-box-linked-thread strong{color:var(--ink)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .boxes-header p,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .boxes-header-stat small,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .box-card-copy span,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .box-card small,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .box-detail-modal p,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .box-linked-thread small,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .box-timeline-row small,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .create-box-fields label>span,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .existing-box-option span{color:var(--muted)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .calendar-panel{background:var(--bg)!important;color:var(--ink)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .calendar-nav-group,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .calendar-search,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .calendar-view-switch,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .calendar-metric-card,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .calendar-board,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .calendar-side,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .calendar-agenda-item,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .calendar-week-event,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .calendar-agenda-board-item,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .calendar-insight-list button,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .calendar-insight-info,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .calendar-details-modal,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .calendar-day-events-modal,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .calendar-editor,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .calendar-details-list>div,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .calendar-meeting-brief>div,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .mini-calendar{background:var(--dark-panel-bg)!important;border-color:var(--dark-control-border)!important;color:var(--ink)!important;box-shadow:var(--shadow-sm)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .calendar-agenda,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .calendar-connect,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .calendar-insights,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .calendar-agenda-board,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .calendar-weekdays,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .calendar-modal-actions,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .calendar-editor-actions,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .calendar-meeting-brief{border-color:var(--dark-control-border)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .calendar-day{background:var(--dark-panel-bg-soft)!important;border-color:var(--dark-control-border)!important;color:var(--ink)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .calendar-day:hover,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .calendar-agenda-item:hover,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .calendar-insight-list button:hover,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .calendar-insight-info.clickable-insight:hover{background:var(--dark-hover-bg)!important;border-color:var(--brand-gold-border)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .calendar-day-selected,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .calendar-agenda-item.selected-queue-item{background:var(--dark-selected-bg)!important;border-color:var(--brand-gold-border)!important;box-shadow:inset 0 0 0 1px var(--brand-gold-border)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .calendar-day-muted,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .calendar-metric-empty{color:var(--muted)!important;background:#100f0dd1!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .calendar-view-switch button.active,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .calendar-day-number-today{background:var(--brand-gold)!important;color:#111!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .calendar-header h1,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .calendar-board h2,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .calendar-agenda h2,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .calendar-agenda h3,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .calendar-editor h2,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .calendar-insights h2,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .calendar-modal-heading h2,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .calendar-details-list strong,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .calendar-meeting-brief p,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .calendar-agenda-item strong,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .calendar-insight-list strong,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .calendar-insight-info strong{color:var(--ink)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .calendar-header p,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .calendar-modal-heading p,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .calendar-details-list span,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .calendar-agenda-item span,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .calendar-agenda-item small,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .calendar-muted-copy,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .calendar-insight-list small,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .calendar-insight-info small,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .calendar-editor label,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .mini-calendar{color:var(--muted)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .tasks-panel.tasks-workspace,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .tasks-workspace-main{background:var(--bg)!important;color:var(--ink)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .tasks-search,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .tasks-advanced-filters,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .tasks-kpi-card,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .tasks-list,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .tasks-table,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .tasks-table-header,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .task-row,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .task-column,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .task-column-header,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .task-card,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .tasks-ai-panel,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .tasks-ai-section,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .tasks-ai-item,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .tasks-insights-modal,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .tasks-insight-detail,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .task-detail-drawer,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .task-drawer-metadata-grid,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .task-drawer-evidence{background:var(--dark-panel-bg)!important;border-color:var(--dark-control-border)!important;color:var(--ink)!important;box-shadow:var(--shadow-sm)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .task-row:hover,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .task-card:hover,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .tasks-ai-item:hover,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .tasks-insights-modal .tasks-ai-item:hover{background:var(--dark-hover-bg)!important;border-color:var(--brand-gold-border)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .tasks-table-header,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .task-column-header{background:var(--dark-panel-bg-soft)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .tasks-page-header h1,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .tasks-kpi-content strong,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .tasks-kpi-card strong,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .task-row strong,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .task-row-status-text,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .task-row-assignee-text,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .task-card-open strong,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .task-detail-drawer .module-drawer-header h2,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .tasks-insights-modal .tasks-ai-item-content strong,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .tasks-insight-detail h3{color:var(--ink)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .tasks-page-header p,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .tasks-kpi-content span,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .tasks-kpi-card span,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .tasks-kpi-card small,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .task-row-description,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .task-row-due-text,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .task-row-source-text,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .task-drawer-label,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .tasks-insights-modal-header-copy p,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .tasks-insight-detail .insight-section-empty-text{color:var(--muted)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .tasks-kpi-blue .tasks-kpi-icon,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .tasks-ai-item-icon{background:var(--dark-blue-soft)!important;color:#93c5fd!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .tasks-kpi-orange .tasks-kpi-icon{background:var(--dark-orange-soft)!important;color:#fdba74!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .tasks-kpi-purple .tasks-kpi-icon{background:var(--dark-purple-soft)!important;color:#c4b5fd!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .tasks-kpi-green .tasks-kpi-icon{background:var(--dark-success-soft)!important;color:#86efac!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .tasks-kpi-gold .tasks-kpi-icon,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .tasks-workspace .segmented-control button.active{background:var(--brand-gold)!important;color:#111!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .people-panel,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .notes-panel{background:var(--bg)!important;color:var(--ink)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .notes-search-control,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .notes-category-tabs,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .notes-category-tab,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .notes-kpi-card,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .notes-list-panel,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .notes-detail-panel,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .notes-detail-section,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .notes-insight-card,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .notes-source-block,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .notes-compose-modal,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .notes-context-drawer,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .notes-change-row,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .people-list-panel,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .people-detail-panel,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .people-kpi-card,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .people-cardvisit-header,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .people-section,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .people-stat-card,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .people-thread-preview,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .people-promise-item{background:var(--dark-panel-bg)!important;border-color:var(--dark-control-border)!important;color:var(--ink)!important;box-shadow:var(--shadow-sm)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .notes-row,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .people-row{border-color:var(--row-divider)!important;color:var(--ink)!important;background:0 0!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .notes-row:hover,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .notes-row-active,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .notes-category-tab.active,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .people-row:hover,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .people-row-active,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .people-thread-preview:hover{background:var(--dark-selected-bg)!important;border-color:var(--brand-gold-border)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .notes-title-block h1,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .notes-detail-panel h2,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .notes-detail-panel h3,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .notes-row-title-line strong,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .notes-kpi-card strong,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .notes-insight-card h3,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .notes-compose-modal h2,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .people-row-title-line strong,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .people-cardvisit-name,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .people-kpi-info strong,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .people-section h3,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .people-stat-card span,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .people-thread-preview-subject,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .people-promise-item,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .people-timeline-item{color:var(--ink)!important;-webkit-text-fill-color:currentColor!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .notes-title-block p,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .notes-detail-panel p,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .notes-row-main small,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .notes-row-preview,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .notes-row-time,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .notes-kpi-card span,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .notes-kpi-card small,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .notes-detail-meta-row,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .notes-update-row span,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .notes-update-row small,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .people-row-meta,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .people-row-preview,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .people-cardvisit-meta,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .people-kpi-info span,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .people-stat-card small{color:var(--muted)!important;-webkit-text-fill-color:currentColor!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .notes-icon-bubble.neutral,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .notes-row-avatar.neutral,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .people-kpi-icon.neutral,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .people-thread-preview-icon{color:var(--ink)!important;background:#f0ebe214!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .files-panel{background:var(--bg)!important;color:var(--ink)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .files-search-control,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .files-more-filters,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .files-more-filters-menu,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .files-viewbar select,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .files-refresh-button,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .files-table-card,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .files-detail-panel,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .files-modal,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .files-detail-section,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .files-ai-panel,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .files-ai-summary-card,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .files-activity-panel,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .files-more-details,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .files-preview-empty,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .files-explorer,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .files-explorer-context-menu,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .file-preview-modal{background:var(--dark-panel-bg)!important;border-color:var(--dark-control-border)!important;color:var(--ink)!important;box-shadow:var(--shadow-sm)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .files-table th{background:var(--dark-panel-bg-soft)!important;border-bottom-color:var(--dark-control-border)!important;color:var(--muted)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .files-table td,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .files-table-footer{background:var(--dark-panel-bg)!important;border-color:var(--row-divider)!important;color:var(--ink)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .files-table tbody tr:hover td,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .files-table tbody tr.files-row-active td,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .files-explorer-item:hover,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .files-explorer-item.active,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .files-row-menu button:hover,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .files-secondary-menu button:hover,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .files-more-filters-menu button:hover{background:var(--dark-selected-bg)!important;border-color:var(--brand-gold-border)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .files-row-menu div,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .files-secondary-menu div{background:var(--dark-panel-bg-raised)!important;border-color:var(--dark-control-border)!important;box-shadow:var(--shadow-md)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .files-name-cell strong,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .files-source-title,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .files-detail-title h2,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .files-detail-section h3,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .files-ai-panel h3,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .files-modal h2,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .files-empty-state h2,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .files-detail-meta dd,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .files-key-details dd,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .files-more-details dd{color:var(--ink)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .files-table td small,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .files-source-title+small,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .files-detail-title p,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .files-detail-panel p,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .files-detail-meta dt,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .files-key-details dt,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .files-more-details dt,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .files-upload-limits,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .files-upload-rejections,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .files-explorer-label,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .files-explorer-item em{color:var(--muted)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .files-status-extracted{background:var(--dark-success-soft)!important;color:#86efac!important;border-color:#4ade803d!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .files-status-failed{background:var(--dark-danger-soft)!important;color:#fca5a5!important;border-color:#f871713d!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .modal-backdrop,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .calendar-modal-backdrop,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .notes-modal-backdrop,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .notes-context-backdrop,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .tasks-insights-backdrop,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .box-detail-backdrop{background:#000000a3!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .modal-backdrop-blur{-webkit-backdrop-filter:blur(14px)saturate(.9)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .reminder-card,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .scheduled-sends-panel,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .scheduled-send-row,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .scheduled-send-full-row,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .scheduled-sends-empty,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .mailbox-rules-panel,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .mailbox-rule-row,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .calendar-left-sidebar,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .calendar-left-sidebar .calendar-sidebar-create-btn,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .time-grid-scroll-area,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .time-grid-header,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .time-grid-axis,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .time-grid-header-axis,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .time-grid-day-column{background:var(--dark-panel-bg)!important;border-color:var(--dark-control-border)!important;color:var(--ink)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .time-grid-header-col,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .time-grid-horizontal-line,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .time-grid-day-column{border-color:var(--row-divider)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .mini-calendar-header span,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .mini-calendar-cell,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .time-grid-event-title{color:var(--ink)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .mini-calendar-weekdays,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .mini-calendar-cell.muted,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .mini-calendar-nav-btn,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .time-grid-header-axis,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .time-grid-header-col span,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .time-grid-hour-label,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .time-grid-event-time,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .time-grid-event-location{color:var(--muted)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .mini-calendar-cell:hover,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .mini-calendar-nav-btn:hover,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .time-grid-day-column.today-column{background:var(--dark-selected-bg)!important;color:var(--ink)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .mini-calendar-cell.active,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .time-grid-header-col.today-header .time-grid-header-day-badge{background:var(--brand-gold)!important;color:#111!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .mini-calendar-cell.today:not(.active){border-color:var(--brand-gold)!important;color:var(--dark-gold-text)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .thread-row:hover,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .thread-row-focused,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .thread-row-active{box-shadow:inset 3px 0 0 var(--brand-gold)!important;background:#181512!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .thread-row:hover:not(.thread-row-active):not(.thread-row-focused){box-shadow:none!important;background:#161310!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .thread-row-quick-actions{background:#181512fa!important;border-color:#f0ebe224!important;box-shadow:inset 0 1px #f0ebe20a!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .thread-row-action,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .thread-row-action-text{color:var(--ink)!important;box-shadow:none!important;background:#100f0d!important;border-color:#f0ebe21f!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .thread-row-action-text:hover{color:var(--ink)!important;box-shadow:none!important;background:#c9962c24!important;border-color:#c9962c61!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .thread-row-action:hover{color:#ef4444!important;box-shadow:none!important;background:#ef444429!important;border-color:#ef44444d!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .reader-header,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .thread-context-panels,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .thread-context-rail{background:var(--bg)!important;border-color:var(--mail-divider-color)!important;color:var(--ink)!important;box-shadow:none!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .reader-subject-row h3,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .thread-context-rail-head strong,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .thread-email-summary-head h4,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .thread-context-drawer>summary,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .summary-bullet-list,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .summary-bullet-list li{color:var(--ink)!important;-webkit-text-fill-color:currentColor!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .thread-context-rail-head span.thread-context-rail-hint,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .thread-email-summary-head p,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .drawer-content,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .drawer-content-loading,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .thread-context-action-list .thread-box-stage-select{color:var(--muted)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .thread-email-summary-section{border-top-color:var(--dark-control-border)!important;border-bottom-color:var(--dark-control-border)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .thread-email-summary-section .summary-bullet-list li{color:var(--ink)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .thread-email-summary-section .summary-bullet-list li::marker{color:var(--ink)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .thread-context-drawer,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .thread-context-drawer .relationship-memory-panel,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .thread-context-drawer .thread-detected-actions,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .thread-context-drawer .negotiation-diff-panel,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .thread-context-drawer .box-suggestion-panel{background:var(--dark-panel-bg)!important;border-color:var(--dark-control-border)!important;color:var(--ink)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .thread-context-drawer[open]>summary{background:var(--dark-panel-bg-soft)!important;border-bottom-color:var(--dark-control-border)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .thread-context-drawer>summary small{color:#5eead4!important;background:#2dd4bf1f!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .thread-context-drawer>summary:hover{background:var(--bg-hover)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .close-summary-btn{border-color:var(--dark-control-border)!important;background:var(--dark-panel-bg)!important;color:var(--ink)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .close-summary-btn:hover{background:var(--bg-hover)!important;border-color:var(--ink)!important;color:var(--ink)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .drawer-content{background:var(--dark-panel-bg)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .thread-context-action-list .toolbar-button,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .thread-context-action-list .ghost-button,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .thread-context-action-list .thread-box-stage-select select,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .thread-copilot-quick-actions .toolbar-button,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .thread-copilot-quick-actions .ghost-button,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .thread-copilot-quick-actions .thread-box-stage-select select,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .box-suggestion-panel .ghost-button{background:var(--dark-control-bg)!important;border-color:var(--dark-control-border)!important;color:var(--ink)!important;box-shadow:none!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .thread-copilot-quick-actions .thread-box-stage-select{color:var(--muted)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .thread-copilot-collapse-button{background:var(--dark-control-bg)!important;border-color:var(--dark-control-border)!important;color:var(--ink)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .thread-copilot-section+.thread-copilot-section{border-top-color:var(--dark-control-border)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .thread-copilot-section-label{color:var(--muted)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .thread-copilot-recommendation{background:#c9962c1a!important;border-color:#e5bd6647!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .thread-copilot-recommendation-copy strong,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .thread-copilot-recommendation-copy p,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .thread-summary-empty p{color:var(--ink)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .thread-copilot-recommendation-copy>span,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .thread-summary-source-label{color:#e5bd66!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .thread-summary-error{color:#fca5a5!important;background:#ef44441a!important;border-color:#f8717147!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .thread-copilot-related-empty{background:var(--dark-control-bg)!important;border-color:var(--dark-control-border)!important;color:var(--muted)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .connected-context-row,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .connected-context-actions select,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .connected-context-actions .ghost-button{background:var(--dark-control-bg)!important;border-color:var(--dark-control-border)!important;color:var(--ink)!important;box-shadow:none!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) button.connected-context-row:hover{background:#2dd4bf1f!important;border-color:#2dd4bf57!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .connected-context-row>.app-icon{color:#5eead4!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .connected-context-row strong{color:var(--ink)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .connected-context-row small{color:var(--muted)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .message-card{color:#202124!important;background:#fff!important;border-color:#f0ebe21f!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .message-card .message-top{border-bottom-color:#11182714!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .message-author,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .message-sender-line strong,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .message-body,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .message-plain{color:#202124!important;-webkit-text-fill-color:currentColor!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .message-sender-email,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .message-recipient-line,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .message-recipient-line svg,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .message-timestamp-container,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .message-timestamp-relative{color:#5f6368!important;-webkit-text-fill-color:currentColor!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .message-body a{color:#0b57d0!important;-webkit-text-fill-color:currentColor!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .tasks-filter-button,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .tasks-quick-filters button,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .tasks-advanced-filters,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .tasks-advanced-filters input,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .tasks-advanced-filters select,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .tasks-workspace .task-card-actions select,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .tasks-workspace .task-card-actions .toolbar-icon-button,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .tasks-workspace .task-card-actions .ai-quick-feedback-button,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .tasks-insights-toggle-btn,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .tasks-workspace .segmented-control,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .tasks-workspace .segmented-control button{background:var(--dark-control-bg)!important;border-color:var(--dark-control-border)!important;color:var(--ink)!important;box-shadow:none!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .tasks-filter-button.active,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .tasks-quick-filters button.active,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .tasks-workspace .segmented-control button.active{background:var(--brand-gold)!important;border-color:var(--brand-gold)!important;color:#111!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .tasks-kpi-card,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .tasks-workspace .task-column,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .tasks-workspace .task-card,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .tasks-workspace .task-row{background:var(--dark-panel-bg)!important;border-color:var(--dark-control-border)!important;color:var(--ink)!important;box-shadow:var(--shadow-sm)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .tasks-kpi-card small,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .tasks-kpi-card em,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .tasks-kpi-card span,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .task-card-meta,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .task-card-meta span,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .tasks-workspace .task-row small{color:var(--muted)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .notes-context-drawer,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .notes-compact-empty,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .notes-low-quality-state,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .notes-related-row,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .notes-update-row,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .notes-compose-modal{background:var(--dark-panel-bg)!important;border-color:var(--dark-control-border)!important;color:var(--ink)!important;box-shadow:var(--shadow-sm)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .notes-context-drawer-header,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .notes-insights-title,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .notes-context-drawer strong{color:var(--ink)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .notes-related-row:hover,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .notes-update-row:hover{background:var(--dark-selected-bg)!important;border-color:var(--brand-gold-border)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .files-toolbar select,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .files-more-filters select,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .files-more-filters-trigger,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .files-action-button,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .files-filter-button,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .files-row-menu summary,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .files-secondary-menu summary{background:var(--dark-control-bg)!important;border-color:var(--dark-control-border)!important;color:var(--ink)!important;box-shadow:none!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .files-table tbody tr.files-row-active,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .files-table tbody tr.files-row-checked,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .files-table tbody tr.files-row-active td,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .files-table tbody tr.files-row-checked td{color:var(--ink)!important;box-shadow:none!important;background:#c9962c24!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .files-table tbody tr.files-row-active td:first-child,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .files-table tbody tr.files-row-checked td:first-child{box-shadow:inset 3px 0 0 var(--brand-gold)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .files-table tbody tr:hover,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .files-table tbody tr:hover td{background:var(--dark-hover-bg)!important;color:var(--ink)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .files-table tbody tr.files-row-active:hover,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .files-table tbody tr.files-row-checked:hover,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .files-table tbody tr.files-row-active:hover td,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .files-table tbody tr.files-row-checked:hover td{color:var(--ink)!important;box-shadow:none!important;background:#c9962c2e!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .files-table tbody tr.files-row-active:hover td:first-child,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .files-table tbody tr.files-row-checked:hover td:first-child{box-shadow:inset 3px 0 0 var(--brand-gold)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .boxes-pipeline-select select,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .boxes-filter-controls select,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .boxes-view-all{background:var(--dark-control-bg)!important;border-color:var(--dark-control-border)!important;color:var(--ink)!important;box-shadow:none!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .boxes-pipeline-select:after{border-color:var(--muted)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .boxes-view-all:hover,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .boxes-pipeline-select select:hover,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .boxes-filter-controls select:hover{background:var(--dark-selected-bg)!important;border-color:var(--brand-gold-border)!important}html[data-needle-theme=dark] .settings-card,html[data-needle-theme=dark] .settings-premium-card,html[data-needle-theme=dark] .settings-card-subgroup{background:var(--dark-panel-bg);border-color:var(--dark-control-border);color:var(--ink)}html[data-needle-theme=dark] .settings-premium-card.ai-assistant-card{background:var(--dark-panel-bg,#0f172a);border-color:#ffffff14;box-shadow:0 4px 24px #0000004d}html[data-needle-theme=dark] .ai-card-header{border-bottom-color:#ffffff14}html[data-needle-theme=dark] .ai-status-pill{color:var(--ink,#f8fafc);background:#ffffff0d;border-color:#ffffff1a}html[data-needle-theme=dark] .settings-segmented-control.ai-segmented-control{background:#00000040;border-color:#ffffff1a}html[data-needle-theme=dark] .settings-segmented-control.ai-segmented-control .settings-segment.is-selected{color:#fff;background:#ffffff1f;border-color:#ffffff26;box-shadow:0 2px 8px #0006}html[data-needle-theme=dark] .ai-prompt-console-wrapper,html[data-needle-theme=dark] .ai-threshold-row{background:#0003;border-color:#ffffff14}html[data-needle-theme=dark] .ai-prompt-textarea,html[data-needle-theme=dark] .ai-char-badge,html[data-needle-theme=dark] .ai-prompt-chip,html[data-needle-theme=dark] .ai-threshold-presets,html[data-needle-theme=dark] .ai-threshold-input-wrapper{color:var(--ink,#f8fafc);background:#ffffff0d;border-color:#ffffff1a}html[data-needle-theme=dark] .ai-preset-btn:hover{color:#fff;background:#ffffff1a}html[data-needle-theme=dark] .settings-category-list{background:var(--surface);border-color:var(--outline)}html[data-needle-theme=dark] .settings-category-select select,html[data-needle-theme=dark] .settings-field select,html[data-needle-theme=dark] .settings-category-select select:focus,html[data-needle-theme=dark] .settings-field select:focus{background:var(--dark-control-bg);border-color:var(--dark-control-border);color:var(--ink)}html[data-needle-theme=dark] .settings-toggle-row{background:var(--dark-panel-bg);border-color:var(--dark-control-border)}html[data-needle-theme=dark] .settings-toggle-row strong{color:var(--ink)}html[data-needle-theme=dark] .settings-toggle-row small{color:var(--muted)}html[data-needle-theme=dark] .settings-toggle-row input{accent-color:var(--brand-gold)}html[data-needle-theme=dark] .settings-account-row{background:var(--dark-panel-bg);border-color:var(--dark-control-border)}html[data-needle-theme=dark] .settings-account-icon{background:var(--surface-hover);color:var(--muted)}html[data-needle-theme=dark] .settings-integration-control-row{background:var(--dark-panel-bg);border-color:var(--dark-control-border)}html[data-needle-theme=dark] .settings-integration-select,html[data-needle-theme=dark] .settings-integration-input{background:var(--dark-control-bg);border-color:var(--dark-control-border);color:var(--ink)}html[data-needle-theme=dark] .settings-empty,html[data-needle-theme=dark] .settings-empty-note,html[data-needle-theme=dark] .settings-help-text{background:var(--dark-panel-bg-soft);border-color:var(--dark-control-border);color:var(--muted)}html[data-needle-theme=dark] .settings-inline-form{background:var(--dark-panel-bg-soft);border-color:var(--dark-control-border)}html[data-needle-theme=dark] .settings-danger-zone{background:var(--dark-danger-soft);border-color:#f8717133}html[data-needle-theme=dark] .settings-brief-item{background:var(--dark-panel-bg);border-color:var(--dark-control-border)}html[data-needle-theme=dark] .settings-brief-checkbox{color:var(--ink)}html[data-needle-theme=dark] .settings-brief-checkbox input[type=checkbox]{accent-color:var(--brand-gold)}html[data-needle-theme=dark] .settings-brief-time>span{color:var(--muted)}html[data-needle-theme=dark] .settings-scan-log-row,html[data-needle-theme=dark] .settings-sync-log-row{background:var(--dark-panel-bg);border-color:var(--dark-control-border);color:var(--ink)}html[data-needle-theme=dark] .settings-scan-log-top strong,html[data-needle-theme=dark] .settings-sync-log-top strong{color:var(--ink)}html[data-needle-theme=dark] .settings-scan-log-top time,html[data-needle-theme=dark] .settings-sync-log-top time,html[data-needle-theme=dark] .settings-sync-log-note{color:var(--muted)}html[data-needle-theme=dark] .settings-scan-log-row p span,html[data-needle-theme=dark] .settings-sync-log-meta span{background:var(--surface-hover);color:var(--muted)}html[data-needle-theme=dark] .settings-scan-status{background:var(--dark-panel-bg-soft);border-color:var(--dark-control-border);color:var(--ink)}html[data-needle-theme=dark] .settings-scan-status span{color:var(--muted)}html[data-needle-theme=dark] .settings-scan-error,html[data-needle-theme=dark] .settings-sync-log-error{background:var(--dark-danger-soft);color:#fca5a5;border-color:#f8717133}html[data-needle-theme=dark] .settings-scan-error span{color:#fca5a5}html[data-needle-theme=dark] .settings-storage-breakdown div{background:var(--dark-panel-bg-raised);border-color:var(--dark-control-border);color:var(--muted)}html[data-needle-theme=dark] .billing-plan-card .admin-pill{background:var(--surface-hover);color:var(--muted)}html[data-needle-theme=dark] .billing-plan-card-active .admin-pill{background:var(--brand-gold-soft);color:var(--dark-gold-text)}html[data-needle-theme=dark] .settings-badge-pill{color:var(--dark-gold-text);background:#c9962c1a;border-color:#c9962c52}html[data-needle-theme=dark] .profile-context-option{background:var(--dark-panel-bg);border-color:var(--dark-control-border);color:var(--ink)}html[data-needle-theme=dark] .profile-context-option:hover:not(.profile-context-option-active){background:var(--dark-hover-bg);border-color:var(--dark-control-border)}html[data-needle-theme=dark] .profile-context-option>span:first-child{background:var(--surface-hover);color:var(--muted)}html[data-needle-theme=dark] .profile-context-option strong{color:var(--ink)}html[data-needle-theme=dark] .profile-context-option small{color:var(--muted)}html[data-needle-theme=dark] .profile-context-option-active{background:var(--dark-selected-bg);border-color:var(--brand-gold-border)}html[data-needle-theme=dark] .profile-context-option-active>span:first-child{background:var(--brand-gold);color:#111}html[data-needle-theme=dark] .profile-context-check{color:var(--dark-gold-text)}html[data-needle-theme=dark] .notes-insights-panel{background:var(--dark-panel-bg);border-color:var(--dark-control-border)}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .task-insight-card,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .task-insight-action-dialog{background:#191814;border-color:#403b31}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .task-insight-card h3,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .task-insights-page-header h1,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .task-insight-reason strong{color:#f2ede4}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .task-insight-card>p,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .task-insight-reason p,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .task-insights-page-header p,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .task-insights-freshness{color:#bbb3a5}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .task-insight-reason,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .task-insight-status,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .tasks-insight-loading,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .tasks-insight-empty,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .tasks-insights-page-state{color:#c9c1b4;background:#211f1a;border-color:#403b31}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .task-insight-affected button,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .task-insight-severity,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .task-insights-tabs button span{color:#d3cabb;background:#2c2922;border-color:#494338}html[data-needle-theme=dark] .note-row-active,html[data-needle-theme=dark] .note-row.note-row-active{background:var(--dark-selected-bg)!important;box-shadow:inset 3px 0 0 var(--brand-gold)!important}html[data-needle-theme=dark] .note-row:hover:not(.note-row-active){background:var(--dark-hover-bg)!important;box-shadow:none!important}html[data-needle-theme=dark] .notes-search-control{background:var(--dark-control-bg);border-color:var(--dark-control-border);color:var(--muted)}html[data-needle-theme=dark] .notes-search-control input{color:var(--ink)}html[data-needle-theme=dark] .ai-content-feedback-item:last-child{color:var(--dark-gold-text)}html[data-needle-theme=dark] .ai-content-feedback-item:last-child:hover,html[data-needle-theme=dark] .ai-content-feedback-item:last-child:focus-visible{color:var(--dark-gold-text);background:#c9962c1f}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .calendar-editor{box-sizing:border-box!important;overflow:hidden!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .calendar-editor-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:12px!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .calendar-editor input,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .calendar-editor select,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .calendar-editor textarea{box-sizing:border-box!important;width:100%!important;max-width:100%!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .files-activity-panel strong,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .files-activity-panel span,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .files-activity-panel time,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .files-more-details strong,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .files-more-details span{color:var(--ink)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .files-activity-panel small,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .files-activity-panel p{color:var(--muted)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .files-ask-input-wrap,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .files-chat-input-area,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .files-ask-bar{background:var(--dark-panel-bg)!important;border-color:var(--dark-control-border)!important}html[data-needle-theme=dark] .settings-toggle-switch>span{background:var(--surface-hover);border-color:var(--dark-control-border)}html[data-needle-theme=dark] .settings-toggle-switch input:checked+span{background:var(--brand-gold);border-color:var(--brand-gold)}html[data-needle-theme=dark] .settings-toggle-switch>span:after{box-shadow:none;background:#f0ebe2}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .thread-row:hover{box-shadow:none!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .thread-row-quick-actions{box-shadow:inset 0 1px #f0ebe20a!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .thread-context-drawer .followup-suggestion-panel{background:var(--dark-panel-bg)!important;color:var(--ink)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .followup-card{box-shadow:none!important;background:#d9770614!important;border-color:#d9770640 #d9770640 #d9770640 #f59e0b!important;border-left-style:solid!important;border-left-width:4px!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .followup-title-text{color:#fcd34d!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .followup-header-icon{color:#f59e0b!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .followup-reason-text{color:#d1d5db!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .followup-actions .followup-btn{color:#fff!important;background:#d97706!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .followup-actions .followup-btn:hover{background:#b45309!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .thread-spam-alert{box-shadow:0 4px 20px #00000059}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .thread-spam-alert-suspicious{background:linear-gradient(135deg,#f9731626 0%,#7c2d122e 100%);border-color:#f9731659}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .thread-spam-alert-suspicious .thread-spam-alert-title{color:#ffedd5}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .thread-spam-alert-suspicious .thread-spam-alert-reason{color:#fed7aa}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .thread-spam-alert-suspicious .thread-spam-alert-icon-wrapper{color:#fb923c;background:#f9731633;border-color:#f9731666}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .thread-spam-alert-suspicious .thread-spam-alert-badge{color:#fdba74;background:#f9731633}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .thread-spam-alert-spam{background:linear-gradient(135deg,#ef444426 0%,#7f1d1d2e 100%);border-color:#ef444459}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .thread-spam-alert-spam .thread-spam-alert-title{color:#fee2e2}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .thread-spam-alert-spam .thread-spam-alert-reason{color:#fca5a5}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .thread-spam-alert-spam .thread-spam-alert-icon-wrapper{color:#f87171;background:#ef444433;border-color:#ef444466}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .thread-spam-alert-spam .thread-spam-alert-badge{color:#fca5a5;background:#ef444433}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .thread-spam-alert-review{background:linear-gradient(135deg,#6366f126 0%,#1e1b4b33 100%);border-color:#6366f159}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .thread-spam-alert-review .thread-spam-alert-title{color:#e0e7ff}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .thread-spam-alert-review .thread-spam-alert-reason{color:#c7d2fe}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .thread-spam-alert-review .thread-spam-alert-icon-wrapper{color:#818cf8;background:#6366f133;border-color:#6366f166}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .thread-spam-alert-review .thread-spam-alert-badge{color:#a5b4fc;background:#6366f133}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .spam-action-primary{color:#fff;background:#ffffff1f;border-color:#fff3}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .spam-action-primary:hover{color:#fff;background:#fff3;border-color:#ffffff59}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .spam-action-secondary{color:#ffffffb3}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .spam-action-secondary:hover{color:#fff;background:#ffffff14}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .subscriptions-panel{background:#121212}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .subscriptions-title{color:#f3f4f6}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .subscriptions-subtitle{color:#9ca3af}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .subscriptions-search-input{color:#f3f4f6;background:#1f2937;border-color:#374151}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .subscriptions-search-input:focus{background:#111827;border-color:#3b82f6}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .subscriptions-search-icon,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .subscriptions-search-clear{color:#9ca3af}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .subscriptions-ai-badge{color:#4ade80;background:#16653440;border-color:#22c55e66}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .subscription-row:hover{background:#1f2937}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .subscription-name{color:#f9fafb}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .subscription-cell-email{color:#9ca3af}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .subscription-cell-volume{color:#d1d5db}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .subscription-btn-unsubscribe{color:#f3f4f6}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .subscription-btn-unsubscribe:hover{color:#f87171;background:#ef444426}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .subscription-btn-unsubscribed{color:#4ade80;background:#22c55e26}.secretary-brief-trigger.secretary-brief-trigger-night .secretary-eyebrow,.secretary-brief-trigger.secretary-brief-trigger-night h2,.secretary-brief-trigger.secretary-brief-trigger-night p{color:#fff!important;-webkit-text-fill-color:#fff!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .tasks-workspace .task-row-actions select,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .tasks-workspace .task-card-actions select{background:var(--dark-control-bg) url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23a09070' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e") no-repeat right 8px center!important;border-color:var(--dark-control-border)!important;color:var(--ink)!important;background-size:14px!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .tasks-workspace .task-row-actions select:hover,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .tasks-workspace .task-card-actions select:hover{background-color:var(--dark-hover-bg)!important;border-color:var(--brand-gold-border)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .tasks-workspace .task-row-actions select:disabled,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .tasks-workspace .task-card-actions select:disabled{background-color:var(--dark-control-bg)!important;opacity:.45!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .tasks-workspace .task-row-actions .toolbar-icon-button,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .tasks-workspace .task-card-actions .toolbar-icon-button,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .tasks-workspace .task-card-actions .ai-quick-feedback-button{background:var(--dark-control-bg)!important;border-color:var(--dark-control-border)!important;color:var(--muted)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .tasks-workspace .task-row-actions .toolbar-icon-button:hover,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .tasks-workspace .task-card-actions .toolbar-icon-button:hover,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .tasks-workspace .task-card-actions .ai-quick-feedback-button:hover{background:var(--dark-selected-bg)!important;border-color:var(--brand-gold-border)!important;color:var(--dark-gold-text)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .tasks-workspace .task-row-actions .toolbar-icon-button:disabled,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .tasks-workspace .task-card-actions .toolbar-icon-button:disabled{background:var(--dark-control-bg)!important;border-color:var(--dark-control-border)!important;color:var(--muted)!important;opacity:.4!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .files-ai-summary-card{background:var(--dark-panel-bg)!important;border-color:var(--dark-control-border)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .files-ai-summary-card p,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .files-ai-summary-card small{color:var(--muted)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .files-ai-summary-card h3,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .files-ai-summary-card strong{color:var(--ink)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .files-view-ai-btn{background:var(--dark-control-bg)!important;border-color:var(--dark-control-border)!important;color:var(--ink)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .files-view-ai-btn:hover{background:var(--dark-hover-bg)!important;border-color:var(--brand-gold-border)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .files-question-form{background:var(--dark-control-bg)!important;border-color:var(--dark-control-border)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .files-question-form input{color:var(--ink)!important;background:0 0!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .files-question-form button{background:var(--brand-gold-soft)!important;color:var(--dark-gold-text)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .files-question-form button:hover{background:#c9962c38!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .files-question-form button:disabled{background:var(--dark-control-bg)!important;color:var(--muted)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .files-extract-inline{color:var(--muted)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .files-bulk-footer{background:var(--dark-panel-bg)!important;border-top-color:var(--dark-control-border)!important;color:var(--ink)!important;box-shadow:0 -1px 0 var(--dark-control-border)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .files-bulk-footer span{color:var(--ink)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .files-bulk-footer button{color:var(--dark-gold-text)!important;background:0 0!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .files-bulk-footer button:hover{color:var(--dark-gold-text)!important;background:#c9962c1f!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .files-ai-panel article,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .files-extraction-state{background:var(--dark-panel-bg)!important;border-color:var(--dark-control-border)!important;color:var(--ink)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .files-ai-panel article h3,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .files-ai-panel article strong{color:var(--ink)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .files-ai-panel article p,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .files-ai-panel article small,:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .files-section-heading button{color:var(--muted)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .files-section-heading button:hover{background:var(--dark-hover-bg)!important;color:var(--ink)!important}:is(html[data-needle-theme=dark],html[data-theme=dark],html.dark) .files-entity-list span{background:var(--surface-hover)!important;color:var(--muted)!important}.notes-panel,.people-panel,.companies-panel,.reminders-page-container,.boxes-panel,.tasks-panel.tasks-workspace,.draft-queue-panel,.files-panel{background:var(--bg,#fbfbfa)!important;box-sizing:border-box!important;border:0!important;border-radius:0!important;padding:16px 20px!important}.notes-header,.reminders-page-header,.boxes-header,.tasks-page-header,.draft-queue-header,.files-header{margin:0 0 16px!important;padding:0!important}.notes-modal-backdrop,.tasks-new-modal-backdrop,.create-box-backdrop,.reminder-modal-backdrop,.modal-backdrop,.companies-create-backdrop{-webkit-backdrop-filter:blur(4px)!important;backdrop-filter:blur(4px)!important;z-index:10000!important;background:#1116!important;justify-content:center!important;align-items:center!important;display:flex!important;position:fixed!important;inset:0!important}.notes-compose-modal,.notes-confirm-modal,.tasks-new-modal,.create-box-modal,.reminder-modal-overlay,.companies-create-form,.files-modal{border:1px solid var(--outline,#1111111f)!important;background:var(--surface,#fff)!important;box-sizing:border-box!important;border-radius:12px!important;width:min(620px,92%)!important;max-height:min(760px,100vh - 48px)!important;padding:24px!important;animation:.2s ease-out unifiedModalFadeIn!important;overflow-y:auto!important;box-shadow:0 24px 70px #1111113d!important}@keyframes unifiedModalFadeIn{0%{opacity:0;transform:scale(.97)translateY(6px)}to{opacity:1;transform:scale(1)translateY(0)}}.notes-modal-header,.tasks-new-modal-header,.reminder-modal-header,.companies-create-header,.files-modal header{border-bottom:0!important;justify-content:space-between!important;align-items:center!important;margin-bottom:20px!important;padding:0!important;display:flex!important}.notes-modal-header h2,.tasks-new-modal-header h2,.reminder-modal-header h3,.companies-create-header h2,.files-modal header h2{color:var(--ink,#111)!important;margin:0!important;font-size:20px!important;font-weight:700!important}.notes-panel select,.people-panel select,.companies-panel select,.reminders-page-container select,.boxes-panel select,.tasks-panel select,.draft-queue-panel select,.files-panel select,.create-box-modal select,.box-detail-modal select,.notes-compose-modal select,.notes-edit-grid select,.task-drawer-form select,.task-modal-form select,.companies-create-grid select{border:1px solid var(--outline,#00000014)!important;background:var(--surface,#fff)!important;height:38px!important;min-height:38px!important;color:var(--ink,#111)!important;box-shadow:none!important;cursor:pointer!important;border-radius:8px!important;outline:none!important;padding:0 12px!important;font-family:inherit!important;font-size:14px!important}.notes-category-tabs,.reminders-tabs-row{flex-wrap:wrap!important;gap:8px!important;display:flex!important}.notes-category-tab,.reminders-tab-button{border:1px solid var(--outline,#00000014)!important;background:var(--surface,#fff)!important;min-height:34px!important;color:var(--ink,#111)!important;cursor:pointer!important;border-radius:8px!important;align-items:center!important;gap:7px!important;padding:0 12px!important;font-size:13px!important;font-weight:800!important;transition:all .15s!important;display:inline-flex!important}.notes-category-tab strong,.reminders-tab-badge{min-width:20px!important;height:20px!important;color:var(--ink,#111)!important;background:#11111112!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;padding:0 6px!important;font-size:11px!important;display:inline-flex!important}.notes-category-tab.active,.reminders-tab-button--active{border-color:var(--ink,#111)!important;background:var(--ink,#111)!important;color:var(--surface,#fff)!important}.notes-category-tab.active strong,.reminders-tab-button--active .reminders-tab-badge{color:var(--surface,#fff)!important;background:#ffffff2e!important}.notes-panel button,.people-panel button,.companies-panel button,.reminders-page-container button,.boxes-panel button,.tasks-panel button,.draft-queue-panel button,.files-panel button,.notes-compose-modal button,.create-box-modal button,.reminder-modal-overlay button,.companies-create-form button,.files-modal button,.notes-panel select,.people-panel select,.companies-panel select,.reminders-page-container select,.boxes-panel select,.tasks-panel select,.draft-queue-panel select,.files-panel select,.notes-panel input,.people-panel input,.companies-panel input,.reminders-page-container input,.boxes-panel input,.tasks-panel input,.draft-queue-panel input,.files-panel input,.boxes-header-stat,.boxes-filter-controls label,.notes-search-control{border-radius:0!important}.boxes-panel .notes-header-actions{flex-wrap:nowrap!important;flex:auto!important;max-width:none!important}.boxes-panel .boxes-pipeline-select,.boxes-panel .boxes-pipeline-select select{height:38px!important;min-height:38px!important;padding-top:0!important;padding-bottom:0!important;line-height:38px!important}.files-panel{--files-accent:#b7892d;--files-accent-soft:#fbf6e9;--files-border:color-mix(in srgb, var(--ink,#111) 10%, transparent);grid-template-rows:auto auto auto minmax(0,1fr)!important;gap:12px!important}.files-redesign-header{align-items:end!important;margin-bottom:2px!important}.files-redesign-header .files-title-block{gap:7px}.files-redesign-header .files-title-block h1{color:var(--ink,#111);letter-spacing:-.035em;font-size:clamp(24px,2vw,30px);font-weight:760}.files-redesign-header .files-title-block p{color:var(--muted,#667085)}.files-header-actions{align-items:center;gap:10px;min-width:min(100%,470px);display:flex}.files-header-actions .files-search-control{border-color:var(--files-border);background:var(--surface,#fff);flex:300px;height:42px;box-shadow:0 1px 2px #11111108}.files-header-actions .files-search-control:focus-within{border-color:var(--files-accent);box-shadow:0 0 0 3px color-mix(in srgb, var(--files-accent) 16%, transparent)}.files-header-actions .primary-button{white-space:nowrap;min-height:42px;padding-inline:16px}.files-toolbar{flex-wrap:wrap;gap:8px!important;padding:0!important;display:flex!important}.files-toolbar>select{flex:0 auto;min-width:150px;width:auto!important}.files-more-filters-trigger,.files-filter-button{min-height:38px!important}.files-viewbar{border-bottom:1px solid var(--files-border);gap:8px;min-height:44px;padding:0!important}.files-view-context{align-items:center;gap:8px;margin-right:8px;display:flex}.files-view-context strong{color:var(--ink,#111);font-size:14px}.files-view-context span{background:var(--files-accent-soft);color:#785a1b;border-radius:999px;place-items:center;min-width:24px;height:22px;padding:0 7px;font-size:11px;font-weight:800;display:inline-grid}.files-workspace{grid-template-columns:minmax(520px,1fr) minmax(360px,430px)!important;gap:14px!important;padding:0!important}.files-table-card,.files-detail-panel{border-color:var(--files-border)!important;border-radius:10px!important;box-shadow:0 1px 2px #11111106!important}.files-table th{background:color-mix(in srgb, var(--surface,#fff) 94%, var(--ink,#111));height:44px;color:var(--muted,#667085);letter-spacing:.035em;text-transform:uppercase;font-size:11px}.files-table td{height:64px}.files-table tbody tr{transition:background-color .16s,box-shadow .16s}.files-table tbody tr:hover{background:color-mix(in srgb, var(--files-accent-soft) 42%, var(--surface,#fff))}.files-table tbody tr.files-row-active{background:var(--files-accent-soft);box-shadow:inset 3px 0 0 var(--files-accent)}.files-name-cell strong{color:var(--ink,#111);font-weight:720}.files-detail-panel{gap:14px;padding:18px 20px;overflow:hidden}.files-detail-title h2{letter-spacing:-.018em;font-size:17px}.files-primary-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.files-primary-actions>button,.files-primary-actions>a,.files-primary-actions>details{min-width:0}.files-primary-actions>button:first-child{border-color:var(--ink,#111);background:var(--ink,#111);color:var(--surface,#fff)}.files-preview-inline{border-color:var(--files-border);background:color-mix(in srgb, var(--surface,#fff) 96%, var(--ink,#111));border-radius:8px}.files-preview-unavailable{color:#785a1b;background:#fffaf0;border:1px solid #f0cf83;align-items:center;gap:12px;min-height:74px;padding:14px;display:flex}.files-preview-unavailable strong,.files-preview-unavailable p{margin:0}.files-preview-unavailable p{color:#785a1b;margin-top:3px;line-height:1.4}.files-tabs{border:1px solid var(--files-border);background:color-mix(in srgb, var(--surface,#fff) 95%, var(--ink,#111));gap:4px;min-height:40px;padding:4px}.files-tabs button{min-height:32px;color:var(--muted,#667085);white-space:nowrap;flex:1;padding:0 8px;border:0!important}.files-tabs button.active{box-shadow:0 1px 3px #11111117;background:var(--surface,#fff)!important;color:var(--ink,#111)!important}.files-question-form:focus-within{border-color:var(--files-accent);box-shadow:0 0 0 3px color-mix(in srgb, var(--files-accent) 14%, transparent)}.files-detail-scroll{overscroll-behavior:contain;padding-right:4px;flex:180px!important;min-height:120px!important;overflow:hidden auto!important}.files-question-form,.files-extract-inline{z-index:2;background:var(--surface,#fff);flex-shrink:0;position:relative}.files-panel :is(button,a,select,input):focus-visible{outline-offset:2px;outline:2px solid var(--files-accent)!important}@media (width<=1100px){.files-workspace{grid-template-columns:minmax(0,1fr)!important}.files-detail-panel{z-index:5000;background:var(--surface,#fff);overscroll-behavior:contain;-webkit-overflow-scrolling:touch;width:min(430px,100vw - 32px);position:fixed;inset:72px 16px 16px auto;overflow:hidden auto;display:flex!important;box-shadow:0 24px 70px #1113!important}.files-detail-panel .files-detail-scroll{padding-right:0;flex:none!important;min-height:0!important;overflow:visible!important}.files-detail-panel .files-preview-inline{height:clamp(180px,30vh,250px);min-height:180px}.files-detail-panel .files-question-form,.files-detail-panel .files-extract-inline{position:static}.files-detail-panel:has(.files-detail-empty){display:none!important}}@media (width<=720px){.files-panel{padding:14px!important}.files-redesign-header,.files-header-actions{flex-direction:column;width:100%;align-items:stretch!important}.files-header-actions{min-width:0}.files-header-actions .files-search-control{flex-basis:auto}.files-toolbar>select,.files-more-filters,.files-filter-button{flex:calc(50% - 4px);min-width:0}.files-viewbar select,.files-table th:nth-child(3),.files-table td:nth-child(3),.files-table th:nth-child(4),.files-table td:nth-child(4),.files-table th:nth-child(5),.files-table td:nth-child(5){display:none}.files-table{min-width:560px}.files-detail-panel{width:100%;inset:0;border:0!important;border-radius:0!important}}@media (prefers-reduced-motion:reduce){.files-table tbody tr{transition:none}}html,body,#root{min-width:0;max-width:100%}img,video,canvas,svg{max-width:100%}pre,code{overflow-wrap:anywhere}@media (width<=1024px){.app-shell,.assistant-shell{width:100%;min-width:0;min-height:100dvh;height:100dvh!important;overflow:hidden!important}.sidebar{max-width:calc(100vw - 32px);padding-top:max(16px, env(safe-area-inset-top));padding-bottom:max(16px, env(safe-area-inset-bottom));will-change:transform;width:min(300px,100vw - 32px)!important;height:100dvh!important}.app-shell.sidebar-collapsed .sidebar{pointer-events:none;width:min(300px,100vw - 32px)!important;transform:translate(calc(-100% - 24px))!important}.sidebar-mobile-backdrop{cursor:pointer;border:0;width:auto;height:auto;padding:0}.mailbox-layout,.assistant-shell .assistant-mailbox-layout,.assistant-shell .ask-mailbox-layout{flex:1 1 0;min-width:0;width:100%!important;height:100dvh!important;max-height:100dvh!important;padding:0!important;overflow:hidden!important}.mobile-header-bar{flex:0 0 calc(56px + env(safe-area-inset-top));min-height:calc(56px + env(safe-area-inset-top));padding:env(safe-area-inset-top) max(16px, env(safe-area-inset-right)) 0 max(16px, env(safe-area-inset-left));box-sizing:border-box}.mailbox-layout>.assistant-main{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;flex:1 1 0;width:100%;min-width:0;min-height:0;overflow:auto;height:auto!important}.mailbox-layout.mailbox-layout-scrollable{overflow:hidden auto!important}.mailbox-layout.mailbox-layout-scrollable>.mobile-header-bar{z-index:100;position:sticky;top:0}:where(.boxes-panel,.calendar-panel,.companies-panel,.draft-queue-panel,.files-panel,.notes-panel,.people-panel,.reminders-page-container,.settings-panel,.tasks-panel,.workspace-hub,.workspace-page,.workspace-settings-page){min-width:0;max-width:100%}:where(.boxes-header,.calendar-header-row,.companies-header,.draft-queue-header,.files-header,.module-header,.notes-header,.people-header,.reminders-page-header,.settings-header,.tasks-page-header,.workspace-page-header){flex-wrap:wrap;min-width:0}:where(.boxes-header-actions,.calendar-header-actions,.companies-header-actions,.draft-queue-header-actions,.files-header-actions,.notes-header-actions,.people-header-actions,.reminders-header-actions,.settings-header-actions,.tasks-header-actions){flex-wrap:wrap;max-width:100%}:where(.admin-table-scroll,.calendar-scroll,.files-table-scroll,.people-table-scroll,.settings-table-scroll,.tasks-table-scroll,.workspace-table-scroll){overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch;width:100%;max-width:100%;overflow-x:auto}.global-search-backdrop{padding:max(12px, env(safe-area-inset-top)) max(12px, env(safe-area-inset-right)) max(12px, env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-left))}.global-search-modal{max-width:760px;width:100%!important;max-height:calc(100dvh - 24px)!important}.modal-backdrop,.notes-modal-backdrop,.reminder-modal-backdrop,.tasks-new-modal-backdrop,.draft-queue-modal-backdrop{max-width:100vw}:where(.box-detail-modal,.calendar-event-modal,.companies-create-form,.create-box-modal,.files-modal,.notes-compose-modal,.reminder-modal-overlay,.tasks-new-modal){max-width:calc(100vw - 32px)!important;max-height:calc(100dvh - 32px)!important}.task-detail-drawer,.module-drawer{max-height:100dvh;overflow-y:auto;max-width:min(100%,520px)!important}.files-explorer-new-folder,.files-explorer-folder-menu-btn{opacity:1}}@media (width<=640px){:where(.boxes-panel,.calendar-panel,.companies-panel,.draft-queue-panel,.files-panel,.notes-panel,.people-panel,.reminders-page-container,.settings-panel,.tasks-panel,.workspace-hub,.workspace-page,.workspace-settings-page){padding:12px!important}:where(.boxes-header,.calendar-header-row,.companies-header,.draft-queue-header,.files-header,.module-header,.notes-header,.people-header,.reminders-page-header,.settings-header,.tasks-page-header,.workspace-page-header){flex-direction:column;gap:12px;align-items:stretch!important}:where(.boxes-header-actions,.calendar-header-actions,.companies-header-actions,.draft-queue-header-actions,.files-header-actions,.notes-header-actions,.people-header-actions,.reminders-header-actions,.settings-header-actions,.tasks-header-actions){width:100%;justify-content:flex-start!important}:where(.box-modal-row,.companies-create-grid,.companies-new-person-row,.create-box-advanced-fields,.create-box-grid,.files-toolbar,.notes-compose-grid,.notes-edit-grid,.people-edit-grid,.settings-automation-grid,.settings-brief-grid,.settings-shortcut-grid,.task-drawer-metadata-grid,.workspace-overview-grid),.reminders-grid,.reminders-grid--passive,.settings-premium-grid,.settings-connection-grid,.settings-integration-subgrid{grid-template-columns:minmax(0,1fr)!important}.compose-modal{max-width:100vw;padding-bottom:env(safe-area-inset-bottom);width:100vw!important;max-height:calc(100dvh - env(safe-area-inset-top))!important;inset:auto 0 0!important}.compose-header,.compose-form,.compose-footer{max-width:100%}.modal-backdrop,.notes-modal-backdrop,.reminder-modal-backdrop,.tasks-new-modal-backdrop,.draft-queue-modal-backdrop{align-items:end!important;padding:0!important}:where(.box-detail-modal,.calendar-event-modal,.companies-create-form,.create-box-modal,.files-modal,.notes-compose-modal,.reminder-modal-overlay,.tasks-new-modal){width:100%!important;max-width:100vw!important;max-height:calc(100dvh - max(12px, env(safe-area-inset-top)))!important;padding:16px!important;padding-bottom:max(16px, env(safe-area-inset-bottom))!important;border-radius:18px 18px 0 0!important}.task-detail-drawer,.module-drawer{width:100%!important;max-width:100%!important;padding:18px 16px max(18px, env(safe-area-inset-bottom))!important;border-left:0!important}.global-search-header{grid-template-columns:minmax(0,1fr) auto;padding:10px}.global-search-footer{display:none}.empty-panel,.empty-pane{min-height:220px;padding:24px 16px}}@media (prefers-reduced-motion:reduce){.sidebar,.sidebar-mobile-backdrop{transition:none!important}}@media (width>=1024px){.thread-reader-pane:not(.pane-hidden){grid-template:"header header""messages sidebar"minmax(0,1fr)/minmax(0,1fr) 420px!important;height:100%!important;max-height:100%!important;display:grid!important;position:relative!important;overflow:hidden!important}.reader-header{grid-area:header!important;padding:20px 24px 18px!important}.thread-spam-alert{margin:0 0 16px!important}.thread-reader-scroll{box-sizing:border-box!important;grid-area:messages!important;min-width:0!important;height:100%!important;margin-right:0!important;padding:20px 24px!important;overflow:hidden auto!important}.thread-context-panels{box-sizing:border-box!important;background:#f8faf9!important;border-left:1px solid #11182714!important;grid-area:sidebar!important;width:420px!important;height:100%!important;max-height:100%!important;padding:20px 16px!important;position:static!important;overflow-y:auto!important}.thread-reader-pane.thread-copilot-collapsed:not(.pane-hidden){grid-template-columns:minmax(0,1fr) 52px!important}.thread-reader-pane.thread-copilot-collapsed .thread-context-panels{width:52px!important;padding:14px 8px!important;overflow:hidden!important}}@media (width<=1023px){.thread-reader-pane:not(.pane-hidden){flex-direction:column!important;min-width:0!important;height:100%!important;max-height:100dvh!important;display:flex!important;position:relative!important;overflow:hidden auto!important}.reader-header{flex-shrink:0!important;order:1!important;padding:14px 16px!important}.thread-spam-alert{margin:0 0 14px!important}.thread-reader-scroll{box-sizing:border-box!important;flex:none!important;order:3!important;width:100%!important;min-width:0!important;height:auto!important;margin-right:0!important;padding:14px 12px!important;overflow:hidden visible!important}.thread-context-panels{box-sizing:border-box!important;border-top:1px solid #11182714!important;border-left:0!important;flex:none!important;order:4!important;width:100%!important;height:auto!important;max-height:none!important;padding:16px 12px!important;position:static!important;overflow:visible!important}}.thread-reader-pane.thread-reader-pane--loading,.follow-up-panel.follow-up-panel--loading{place-items:center;grid-template:minmax(0,1fr)/minmax(0,1fr)!important;display:grid!important}.reader-topbar{min-width:0}@media (width<=768px){.reader-topbar{grid-template-columns:auto minmax(0,1fr)!important;grid-template-areas:"back subject""actions actions"!important;align-items:center!important;gap:8px 10px!important;display:grid!important}.reader-topbar>.toolbar-icon-button,.reader-topbar>.reader-back-button{grid-area:back!important;align-self:start!important}.reader-title-stack{grid-area:subject!important;min-width:0!important}.reader-subject-row{grid-area:subject!important;display:block!important}.reader-subject-row h3{white-space:normal!important;word-break:break-word!important;overflow-wrap:anywhere!important;margin:0!important;font-size:18px!important;font-weight:800!important;line-height:1.3!important}.reader-action-icons{scrollbar-width:thin!important;flex-wrap:nowrap!important;grid-area:actions!important;justify-content:flex-start!important;align-self:start!important;gap:4px!important;width:100%!important;max-width:100%!important;display:flex!important;overflow-x:auto!important}.reader-chip,.reader-subject-row .thread-chip{min-height:24px!important;padding:0 8px!important;font-size:11px!important}}.message-card{box-sizing:border-box;min-width:0;max-width:100%;position:relative}.message-card .message-top{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px;width:100%;min-width:0;display:flex;position:relative}.message-author{min-width:0}.message-actions{min-width:0;max-width:100%}.message-action-buttons-group{max-width:100%}@media (width<=900px){.message-card .message-top{grid-template-columns:minmax(0,1fr) auto!important;grid-template-areas:"author timestamp"!important;align-items:center!important;gap:10px 12px!important;display:grid!important}.message-author{grid-area:author!important;min-width:0!important}.message-timestamp-container{text-align:right!important;grid-area:timestamp!important;align-self:flex-end!important;align-items:flex-end!important}.message-actions{grid-area:timestamp!important;justify-content:flex-start!important;align-items:flex-end!important;gap:6px!important;width:auto!important;margin:0!important}}@media (width<=480px){.message-card .message-top{grid-template-columns:minmax(0,1fr)!important;grid-template-areas:"author""timestamp"!important;gap:6px!important}.message-timestamp-container{text-align:left!important;align-items:flex-start!important;padding-left:52px!important}}.message-body{word-break:break-word!important;overflow-wrap:anywhere!important;max-width:100%!important;overflow:auto hidden!important}.message-body table,.message-body img,.message-body iframe,.message-body video{max-width:100%!important}.message-body table{height:auto!important}.thread-spam-alert{flex-wrap:wrap!important}.thread-spam-alert-main{min-width:0!important}@media (width<=1024px){.notes-category-tabs{overscroll-behavior-inline:contain!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important;-ms-overflow-style:none!important;flex-wrap:nowrap!important;padding-bottom:4px!important;display:flex!important;overflow-x:auto!important}.notes-category-tabs::-webkit-scrollbar{display:none!important}.notes-category-tab{white-space:nowrap!important;flex:none!important}}@media (width<=900px){.notes-workspace{flex-direction:column!important;width:100%!important;height:auto!important;min-height:0!important;display:flex!important}.notes-workspace>.notes-insights-panel{display:none!important}.notes-workspace:not(.notes-workspace-detail-open) .notes-list-panel{flex-direction:column!important;width:100%!important;display:flex!important}.notes-workspace:not(.notes-workspace-detail-open) .notes-detail-panel,.notes-workspace-detail-open .notes-list-panel{display:none!important}.notes-workspace-detail-open .notes-detail-panel{flex-direction:column!important;width:100%!important;display:flex!important}.notes-back-button{border:1px solid var(--outline,#0000001a)!important;background:var(--surface,#fff)!important;color:var(--ink,#111)!important;cursor:pointer!important;border-radius:6px!important;align-self:flex-start!important;align-items:center!important;gap:6px!important;margin-bottom:12px!important;padding:6px 12px!important;font-size:13px!important;font-weight:600!important;display:inline-flex!important}.notes-list{max-height:none!important;overflow-y:visible!important}}@media (width<=768px){.notes-panel,.people-panel{box-sizing:border-box!important;flex-direction:column!important;justify-content:flex-start!important;gap:12px!important;height:auto!important;min-height:0!important;padding:12px!important;display:flex!important;overflow-x:hidden!important}.notes-header{flex-direction:column!important;flex:none!important;justify-content:flex-start!important;align-items:stretch!important;gap:10px!important;width:100%!important;height:auto!important;margin-bottom:0!important;display:flex!important}.notes-title-block{flex:none!important;width:100%!important;height:auto!important}.notes-header-actions{flex-flow:wrap!important;justify-content:space-between!important;align-items:center!important;gap:8px!important;width:100%!important;display:flex!important}.notes-search-control{flex:100%!important;order:2!important;width:100%!important;min-width:0!important;max-width:100%!important;height:40px!important}.tasks-workspace .notes-search-control,.tasks-workspace .tasks-search{order:initial!important;flex:180px!important;width:auto!important;height:auto!important}.notes-new-note-button,.people-add-contact-btn{order:1!important;min-height:36px!important;margin-left:auto!important}.tasks-workspace .tasks-new-button{order:initial!important;margin-left:0!important}.notes-topbar{width:100%!important;min-width:0!important}.notes-detail-header{flex-direction:column!important;align-items:stretch!important;gap:12px!important}.notes-detail-tools{flex-wrap:wrap!important;justify-content:flex-start!important;gap:8px!important;width:100%!important}.notes-detail-tools .secondary-button,.notes-detail-tools .primary-button{flex:auto!important;justify-content:center!important}.notes-detail-meta-row{flex-wrap:wrap!important;gap:6px 10px!important;font-size:12px!important}.notes-bottom-actions{flex-wrap:wrap!important;gap:8px!important}.notes-bottom-actions button,.notes-bottom-actions a{justify-content:center!important;width:100%!important}.notes-modal-backdrop{align-items:flex-end!important;padding:12px!important}.notes-compose-modal,.notes-confirm-modal{box-sizing:border-box!important;border-radius:12px 12px 0 0!important;width:100%!important;max-width:100%!important;max-height:calc(100dvh - 24px)!important;padding:16px!important;overflow-y:auto!important}.notes-edit-grid,.notes-compose-grid{grid-template-columns:1fr!important;gap:12px!important}.notes-context-drawer{width:100%!important;max-width:100%!important;padding:16px!important}}@media (width<=640px){.note-row{box-sizing:border-box!important;grid-template-rows:auto auto!important;grid-template-columns:36px minmax(0,1fr)!important;gap:6px 10px!important;width:100%!important;padding:12px!important;display:grid!important}.notes-row-avatar{grid-area:1/1/span 2!important;align-self:start!important;width:34px!important;height:34px!important}.notes-row-main{grid-area:1/2!important;min-width:0!important}.notes-row-time{color:var(--muted,#666)!important;grid-area:2/2!important;align-self:end!important;font-size:11px!important}.notes-row-preview{-webkit-line-clamp:2!important;word-break:break-word!important;-webkit-box-orient:vertical!important;font-size:12px!important;line-height:1.4!important;display:-webkit-box!important;overflow:hidden!important}.notes-row-title-line strong{word-break:break-word!important;font-size:14px!important;line-height:1.3!important}.notes-row-meta{flex-wrap:wrap!important;gap:4px 6px!important}}@media (width<=768px){:where(.companies-panel,.people-panel){box-sizing:border-box!important;flex-direction:column!important;gap:12px!important;height:auto!important;min-height:100%!important;padding:12px!important;display:flex!important;overflow-x:hidden!important}:where(.companies-panel,.people-panel) .notes-header{flex-direction:column!important;align-items:stretch!important;gap:10px!important;width:100%!important;max-width:100%!important;margin-bottom:0!important;display:flex!important}:where(.companies-panel,.people-panel) .notes-title-block{flex:100%!important;width:100%!important}:where(.companies-panel,.people-panel) .notes-header-actions{box-sizing:border-box!important;flex-direction:column!important;align-items:stretch!important;gap:8px!important;width:100%!important;max-width:100%!important;display:flex!important}:where(.companies-panel,.people-panel) .notes-search-control{box-sizing:border-box!important;flex:100%!important;order:1!important;width:100%!important;min-width:0!important;max-width:100%!important;height:40px!important}:where(.companies-panel,.people-panel) :is(.companies-add-button,.people-add-contact-btn,.primary-button){box-sizing:border-box!important;white-space:nowrap!important;order:2!important;justify-content:center!important;width:100%!important;height:40px!important}:where(.companies-panel,.people-panel) .notes-topbar{flex-direction:column!important;align-items:stretch!important;gap:10px!important;width:100%!important;max-width:100%!important;display:flex!important}:where(.companies-panel,.people-panel) .notes-category-tabs{scrollbar-width:none!important;-webkit-overflow-scrolling:touch!important;flex-wrap:nowrap!important;gap:6px!important;width:100%!important;max-width:100%!important;padding-bottom:4px!important;display:flex!important;overflow-x:auto!important}:where(.companies-panel,.people-panel) .notes-category-tab{white-space:nowrap!important;flex:none!important}:where(.companies-panel,.people-panel) .companies-external-people-badge{align-self:flex-start!important}:where(.companies-panel,.people-panel) .people-workspace{flex-direction:column!important;gap:12px!important;width:100%!important;max-width:100%!important;height:auto!important;display:flex!important}:where(.companies-panel,.people-panel) .people-list-panel{width:100%!important;max-width:100%!important;height:auto!important;min-height:0!important}:where(.companies-panel,.people-panel) .people-row{box-sizing:border-box!important;width:100%!important;max-width:100%!important}}.admin-worker-health{border:1px solid var(--border-color,#d9dee8);background:#f7f9fc;border-radius:10px;flex-wrap:wrap;align-items:center;gap:12px;margin:12px 0;padding:12px 16px;display:flex}.admin-worker-health-healthy{background:#effbf5;border-color:#8bd5b2}.admin-worker-health-degraded{background:#fff9eb;border-color:#f0c36b}.admin-worker-health-offline{background:#fff2f2;border-color:#ef9a9a}.admin-worker-health small{color:#a12a2a;overflow-wrap:anywhere;flex-basis:100%}
