:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--ds-app:#f7f8fa;--ds-sidebar:#fff;--ds-topbar:#fff;--ds-surface-1:#fff;--ds-surface-2:#f3f4f6;--ds-surface-3:#e9ebef;--ds-border-soft:#e5e7eb;--ds-border:#d9dde3;--ds-border-strong:#c8cdd5;--ds-text:#111827;--ds-text-secondary:#667085;--ds-text-muted:#8a93a2;--ds-accent:#2563eb;--ds-accent-hover:#1d4ed8;--ds-accent-contrast:#fff;--ds-accent-soft:#2563eb1a;--ds-brand:#7c3aed;--ds-success:#16a34a;--ds-success-soft:#16a34a1a;--ds-warning:#d97706;--ds-warning-soft:#d977061c;--ds-danger:#dc2626;--ds-danger-soft:#dc26261a;--ds-info:#0284c7;--ds-surface-0:var(--ds-app);--ds-page:var(--ds-app);--ds-radius-control:8px;--ds-radius-surface:12px;--ds-radius-pill:999px;--ds-control-height:40px;--ds-content-max:1180px;--ds-page-gap:18px;--ds-surface-padding:16px;--ds-motion-fast:.14s;--ds-motion-standard:.18s;--ds-shadow-elevated:0 16px 36px #1018281a;--ds-shadow-soft:0 3px 10px #1018280f;--ds-shadow-floating:var(--ds-shadow-elevated);--ds-shadow-overlay:var(--ds-shadow-elevated);--background:var(--ds-app);--surface:var(--ds-surface-1);--surface-raised:var(--ds-surface-1);--surface-subtle:var(--ds-surface-2);--surface-muted:var(--ds-surface-2);--surface-elevated:var(--ds-surface-1);--foreground:var(--ds-text);--muted:var(--ds-text-secondary);--faint:var(--ds-text-muted);--border:var(--ds-border-soft);--border-strong:var(--ds-border);--accent:var(--ds-accent);--accent-strong:var(--ds-accent-hover);--accent-soft:var(--ds-accent-soft);--success:var(--ds-success);--success-soft:var(--ds-success-soft);--warning:var(--ds-warning);--warning-soft:var(--ds-warning-soft);--danger:var(--ds-danger);--glow:transparent;--glow-strong:transparent;--shadow:var(--ds-shadow-elevated);--shadow-soft:var(--ds-shadow-soft)}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--ds-app:#0f0f10;--ds-sidebar:#101011;--ds-topbar:#111112;--ds-surface-1:#151516;--ds-surface-2:#1b1b1d;--ds-surface-3:#232325;--ds-border-soft:#28282b;--ds-border:#303034;--ds-border-strong:#3a3a3f;--ds-text:#f4f4f5;--ds-text-secondary:#a3a3a8;--ds-text-muted:#74747b;--ds-accent:#2f6fec;--ds-accent-hover:#3b7bf3;--ds-accent-soft:#2f6fec29;--ds-brand:#8b5cf6;--ds-success:#22c55e;--ds-success-soft:#22c55e24;--ds-warning:#f59e0b;--ds-warning-soft:#f59e0b24;--ds-danger:#ef4444;--ds-danger-soft:#ef444424;--ds-info:#38bdf8;--ds-shadow-elevated:0 12px 28px #00000052;--ds-shadow-soft:0 2px 6px #0000003d}html,body{color:var(--ds-text);background:var(--ds-app)}.authenticated-shell{min-height:100dvh;color:var(--ds-text);background:var(--ds-app);grid-template:"header header"64px"sidebar workspace"minmax(calc(100dvh - 64px),auto)/264px minmax(0,1fr);font-size:14px}.authenticated-shell,.authenticated-shell button,.authenticated-shell input,.authenticated-shell select,.authenticated-shell textarea{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.authenticated-shell :focus-visible{outline:2px solid color-mix(in srgb, var(--ds-text) 34%, transparent);outline-offset:2px}.authenticated-topbar{border-color:var(--ds-border-soft);background:var(--ds-topbar);-webkit-backdrop-filter:none;backdrop-filter:none;grid-template-columns:230px minmax(240px,1fr) auto;gap:16px;min-height:64px;padding:0 16px}.authenticated-topbar .brand-logo{object-fit:contain;object-position:left center;width:auto;max-width:150px;height:22px}.authenticated-topbar .search-trigger,.authenticated-topbar .global-search input{border:1px solid var(--ds-border-soft);height:36px;min-height:36px;color:var(--ds-text);background:var(--ds-surface-1);box-shadow:none;border-radius:8px}.authenticated-topbar>.global-search{justify-self:center;width:min(340px,100%)}.authenticated-topbar .search-trigger:focus-within{border-color:var(--ds-border-strong);box-shadow:none}.authenticated-topbar .search-trigger :focus-visible{outline:0}.search-command-surface{z-index:100;border:1px solid var(--ds-border);width:min(100%,100vw - 32px);color:var(--ds-text);background:color-mix(in srgb, var(--ds-surface-1) 97%, transparent);-webkit-backdrop-filter:none;backdrop-filter:none;transform-origin:top;border-radius:12px;padding:6px;animation:.15s ease-out both search-command-in;position:absolute;top:calc(100% + 8px);left:0;overflow:hidden;box-shadow:0 20px 60px #00000057}@keyframes search-command-in{0%{opacity:0;transform:translateY(-5px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}.search-command-empty,.search-command-loading{align-content:center;gap:3px;min-height:66px;padding:10px 12px;display:grid}.search-command-empty strong{font-size:12px;font-weight:580}.search-command-empty span,.search-command-loading{color:var(--ds-text-muted);font-size:10px}.search-command-loading{grid-template-columns:15px auto;justify-content:start;align-items:center}.search-command-loading svg{animation:.8s linear infinite spin}.search-command-results{gap:2px;display:grid}.search-command-results a{min-height:48px;color:var(--ds-text-secondary);border-radius:8px;grid-template-columns:30px minmax(0,1fr);align-items:center;gap:10px;padding:6px 9px;display:grid}.search-command-results a:hover,.search-command-results a.active{color:var(--ds-text);background:var(--ds-surface-3)}.search-command-results a>svg{width:16px;height:16px;color:var(--ds-text-secondary);background:var(--ds-surface-2);box-sizing:content-box;border-radius:8px;padding:7px}.search-command-results a>span{gap:2px;min-width:0;display:grid}.search-command-results strong,.search-command-results small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.search-command-results strong{font-size:12px;font-weight:570}.search-command-results small{color:var(--ds-text-muted);font-size:10px}.authenticated-topbar .global-search-submit svg{width:16px;height:16px;color:var(--ds-text-muted)}.authenticated-topbar .search-trigger input{background:0 0;border:0}.authenticated-topbar .search-trigger kbd{color:var(--ds-text-muted);border-color:var(--ds-border);background:var(--ds-surface-2)}.authenticated-actions{gap:2px}.authenticated-actions :where(.icon-button,.theme-toggle){width:34px;min-width:34px;height:34px;color:var(--ds-text-secondary);background:0 0;border:1px solid #0000;border-radius:8px}.authenticated-actions .locale-select{border-color:var(--ds-border-soft);background:0 0;border-radius:8px;min-width:56px;height:36px;padding-inline:9px}.authenticated-actions :where(.icon-button,.theme-toggle) svg{stroke-width:1.7px;width:17px;height:17px}.authenticated-actions :where(.icon-button,.theme-toggle):hover{border-color:var(--ds-border-soft);color:var(--ds-text);background:var(--ds-surface-2)}.authenticated-shell .authenticated-actions :where(.icon-button,.theme-toggle,.locale-select,.floating-assistant-trigger):hover{color:var(--ds-text);background:var(--ds-surface-2);border-color:#0000}.authenticated-shell .authenticated-actions :where(.icon-button,.theme-toggle,.locale-select,.floating-assistant-trigger):focus-visible{outline:1px solid var(--ds-text-muted);outline-offset:1px}.authenticated-actions .avatar{border:1px solid var(--ds-border);width:36px;height:36px;color:var(--ds-text);background:var(--ds-surface-3);margin-left:4px;font-size:13px;font-weight:650}.authenticated-actions .avatar.has-image{background-position:50%;background-size:cover}.authenticated-shell .push-preference-list button.active>i{border-color:color-mix(in srgb, var(--ds-accent) 70%, #000);color:#fff;background:color-mix(in srgb, var(--ds-accent) 76%, #000)}.profile-settings-page{gap:20px;width:min(680px,100%);margin:0 auto;display:grid}.profile-settings-stack{gap:14px;display:grid}.profile-settings-form{border:1px solid var(--ds-border);background:var(--ds-surface-1);border-radius:12px;gap:16px;padding:20px;display:grid}.profile-field-row{border-bottom:1px solid var(--ds-border-soft);justify-content:space-between;align-items:center;gap:18px;min-height:58px;padding:9px 0;display:flex}.profile-field-row>div{gap:3px;min-width:0;display:grid}.profile-field-row span,.profile-edit-field>span,.profile-password-form label>span{color:var(--ds-text-muted);font-size:10px;font-weight:520}.profile-field-row strong{color:var(--ds-text);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:550;overflow:hidden}.profile-inline-action{color:var(--ds-text-secondary);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:7px;align-items:center;gap:6px;padding:6px 8px;font-size:11px;display:inline-flex}.profile-inline-action:hover{color:var(--ds-text);background:var(--ds-surface-3)}.profile-inline-action svg{width:14px;height:14px}.profile-edit-field,.profile-password-form label{gap:5px;display:grid}.profile-edit-field input,.profile-password-form input{border:1px solid var(--ds-border);min-height:38px;color:var(--ds-text);background:var(--ds-surface-2);border-radius:8px;padding:0 11px}.profile-edit-field input:focus,.profile-password-form input:focus{border-color:var(--ds-border-strong);box-shadow:none;outline:0}.profile-security-card{border:1px solid var(--ds-border);background:var(--ds-surface-1);border-radius:12px;gap:12px;padding:20px;display:grid}.profile-security-card>.profile-field-row{border:0;padding:0}.profile-password-form{border-top:1px solid var(--ds-border-soft);gap:12px;padding-top:14px;display:grid}.profile-password-form .input-shell{border:1px solid var(--ds-border);background:var(--ds-surface-2);border-radius:8px}.profile-password-form .input-shell>svg{margin-left:10px}.profile-password-form>.primary-button{justify-self:start}.profile-crop-overlay{z-index:300;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000000a3;place-items:center;padding:20px;animation:.14s both auth-overlay-in;display:grid;position:fixed;inset:0;overflow:auto}.profile-crop-dialog{border:1px solid var(--ds-border);background:var(--ds-surface-1);border-radius:14px;gap:16px;width:min(450px,100%);max-height:calc(100dvh - 40px);padding:16px;display:grid;overflow-y:auto;box-shadow:0 24px 80px #0006}.profile-crop-dialog>header,.profile-crop-dialog>footer{justify-content:space-between;align-items:center;gap:12px;display:flex}.profile-crop-dialog>header>div{gap:3px;display:grid}.profile-crop-dialog>header strong{font-size:14px;font-weight:600}.profile-crop-dialog>header small{color:var(--ds-text-muted);font-size:10px}.profile-crop-stage{aspect-ratio:1;border:1px solid var(--ds-border);background:var(--ds-surface-3);width:min(360px,100%);box-shadow:none;cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none;border-radius:50%;justify-self:center;position:relative;overflow:hidden}.profile-crop-stage.is-dragging{cursor:grabbing}.profile-crop-stage:focus-visible{outline:1px solid var(--ds-text-muted);outline-offset:9px}.profile-crop-stage canvas{pointer-events:none;width:min(360px,100%);height:100%;display:block}.profile-crop-instructions{color:var(--ds-text-muted);text-align:center;margin:-2px 0 0;font-size:10px;line-height:1.45}.profile-crop-controls{gap:9px;display:grid}.profile-crop-controls label{color:var(--ds-text-secondary);grid-template-columns:44px minmax(0,1fr);align-items:center;gap:10px;font-size:10px;display:grid}.profile-crop-controls input{width:100%;accent-color:var(--ds-accent)}.profile-crop-controls input:focus-visible{box-shadow:none;outline:0}.profile-crop-controls input::-webkit-slider-thumb{border-radius:50%}.profile-crop-controls input:focus-visible::-webkit-slider-thumb{box-shadow:0 0 0 3px var(--ds-surface-1), 0 0 0 4px var(--ds-text-muted)}.profile-crop-controls input:focus-visible::-moz-range-thumb{box-shadow:0 0 0 3px var(--ds-surface-1), 0 0 0 4px var(--ds-text-muted)}.profile-crop-dialog>footer{justify-content:flex-end}.profile-settings-form>label{color:var(--ds-text-secondary);gap:7px;font-size:12px;font-weight:600;display:grid}.profile-avatar-editor{border-bottom:1px solid var(--ds-border-soft);align-items:center;gap:14px;padding-bottom:16px;display:flex}.profile-avatar-preview{border:1px solid var(--ds-border);width:72px;height:72px;color:var(--ds-text-muted);background:var(--ds-surface-3) center / cover no-repeat;border-radius:50%;flex:none;place-items:center;display:grid}.profile-avatar-preview svg{width:36px;height:36px}.profile-avatar-editor label{cursor:pointer}.profile-avatar-editor input[type=file]{clip:rect(0 0 0 0);width:1px;height:1px;position:absolute;overflow:hidden}.profile-settings-form>.primary-button{justify-self:start}.account-menu{position:relative}.account-menu>summary{cursor:pointer;place-items:center;list-style:none;display:grid}.account-menu>summary::-webkit-details-marker{display:none}.account-menu-popover{z-index:80;border:1px solid var(--ds-border);background:var(--ds-surface-2);width:230px;box-shadow:var(--shadow);border-radius:12px;position:absolute;top:calc(100% + 10px);right:0;overflow:hidden}.account-menu-popover>div{border-bottom:1px solid var(--ds-border-soft);gap:2px;padding:13px 14px;display:grid}.account-menu-popover strong,.account-menu-popover small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.account-menu-popover strong{font-size:13px}.account-menu-popover small{color:var(--ds-text-muted);font-size:11px}.account-menu-popover a,.account-menu-popover button{width:100%;min-height:38px;color:var(--ds-text-secondary);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:0;align-items:center;padding:0 14px;display:flex}.account-menu-popover a:hover,.account-menu-popover button:hover{color:var(--ds-text);background:var(--ds-surface-3)}.authenticated-sidebar{border-color:var(--ds-border-soft);background:var(--ds-sidebar);gap:8px;height:calc(100dvh - 64px);padding:12px 8px 8px;top:64px}.authenticated-sidebar nav{scrollbar-width:none;flex:auto;gap:14px;margin:0;padding:0 0 38px}.authenticated-sidebar nav::-webkit-scrollbar{display:none}.authenticated-sidebar nav::-webkit-scrollbar-thumb{background:var(--ds-border-strong);border-radius:999px}.workspace-navigation-label{color:var(--ds-text-muted);letter-spacing:.035em;text-transform:none;padding:0 10px 4px;font-size:11px;font-weight:500}.authenticated-sidebar .nav-item{border-radius:var(--ds-radius-control);min-height:36px;color:var(--ds-text);opacity:.88;border:1px solid #0000;gap:10px;padding:0 10px;font-size:14px;font-weight:400}.authenticated-sidebar .nav-item:hover{color:var(--ds-text);background:var(--ds-surface-2);opacity:1}.authenticated-sidebar .nav-item.active{color:var(--ds-text);background:var(--ds-surface-3);opacity:1;border-color:#0000;font-weight:500}.authenticated-sidebar .nav-item svg{width:18px;height:18px}.authenticated-sidebar .nav-item.active svg{color:var(--ds-accent)}.desktop-sidebar-toggle{z-index:2;border:1px solid var(--ds-border-soft);border-radius:var(--ds-radius-control);width:28px;min-height:28px;color:var(--ds-text-secondary);background:var(--ds-sidebar);justify-content:center;padding:0;position:absolute;bottom:10px;right:10px}.desktop-sidebar-toggle:hover{border-color:var(--ds-border-soft);color:var(--ds-text);background:var(--ds-surface-2)}.desktop-sidebar-toggle svg{width:18px;height:18px}.company-context-card{border:1px solid var(--ds-border-soft);background:var(--ds-surface-1);min-height:52px;box-shadow:none;border-radius:8px;padding:6px 8px}.company-context-card:hover{border-color:var(--ds-border);background:var(--ds-surface-2)}.company-context-card small{display:none}.company-context-card strong{font-size:14px;font-weight:600}.company-context-mark{border-radius:8px;width:32px;height:32px}.signed-in-user{background:0 0;border:1px solid #0000;border-radius:10px;min-height:48px;margin-top:auto;padding:6px 8px}.signed-in-user:hover{border-color:var(--ds-border-soft);background:var(--ds-surface-2)}.signed-in-user strong{font-size:13px;font-weight:600}.signed-in-user small{margin-top:1px;font-size:11px}.authenticated-workspace{z-index:auto;min-width:0;max-width:none;color:var(--ds-text);background:var(--ds-app);padding:24px 28px}.authenticated-shell :where(.primary-button,.secondary-button){min-height:36px;box-shadow:none;border-radius:8px;padding:0 14px;font-size:13px;font-weight:550}.authenticated-shell .primary-button{border-color:var(--ds-accent);background:var(--ds-accent);color:#fff!important}.authenticated-shell .primary-button :where(svg,span){color:inherit}.workspace-page-heading.compact{justify-content:space-between;align-items:center;min-height:42px;display:flex}.workspace-page-heading.compact h1{color:var(--ds-text);letter-spacing:-.035em;margin:0;font-size:clamp(22px,2vw,28px);font-weight:650}.authenticated-shell .primary-button:hover:not(:disabled){border-color:var(--ds-accent-hover);background:var(--ds-accent-hover)}.authenticated-shell .secondary-button{border:1px solid var(--ds-border);color:var(--ds-text);background:var(--ds-surface-1)}.authenticated-shell .secondary-button:hover:not(:disabled){border-color:var(--ds-border-strong);background:var(--ds-surface-2)}.authenticated-shell .icon-button{border:1px solid var(--ds-border-soft);width:36px;min-width:36px;height:36px;color:var(--ds-text-secondary);background:var(--ds-surface-1);box-shadow:none;border-radius:8px}.authenticated-shell .icon-button:hover:not(:disabled){border-color:var(--ds-border);color:var(--ds-text);background:var(--ds-surface-2)}.authenticated-shell .authenticated-actions :where(.icon-button,.theme-toggle),.authenticated-shell .authenticated-actions .locale-select,.authenticated-shell .authenticated-actions .floating-assistant-trigger{box-shadow:none;background:0 0;border-color:#0000}.authenticated-shell .authenticated-actions :where(.icon-button,.theme-toggle,.locale-select,.floating-assistant-trigger):hover:not(:disabled){color:var(--ds-text);background:var(--ds-surface-2);border-color:#0000}.authenticated-shell :where(input,select,textarea){border-color:var(--ds-border);color:var(--ds-text);background:var(--ds-surface-1);box-shadow:none;border-radius:8px}.authenticated-shell :where(input,select):not([type=checkbox]):not([type=radio]){min-height:40px}.authenticated-shell :where(input,select,textarea):focus{border-color:var(--ds-accent);box-shadow:0 0 0 2px var(--ds-accent-soft)}.authenticated-shell :where(.eyebrow,.section-kicker){color:var(--ds-text-muted);letter-spacing:0;text-transform:none;font-size:12px;font-weight:600}.authenticated-shell :where(.dashboard-heading,.campaign-analytics-hero,.finance-hero,.goals-hero,.integration-hero,.organization-heading) h1{letter-spacing:-.035em;margin:3px 0 0;font-size:clamp(24px,2.4vw,32px);font-weight:650;line-height:1.2}.authenticated-shell :where(.workspace-intro,.campaign-analytics-hero p,.finance-hero p,.goals-hero p,.integration-hero p,.organization-heading p){max-width:720px;color:var(--ds-text-secondary);margin:5px 0 0;font-size:13px;line-height:1.5}.dashboard-section-navigation,.organization-section-navigation{border-color:var(--ds-border-soft);gap:2px;margin:-6px 0 20px;padding-bottom:8px}.dashboard-section-navigation{gap:8px}.dashboard-section-navigation a,.organization-section-navigation a{min-height:36px;color:var(--ds-text-secondary);border-radius:8px;padding:0 12px;font-size:13px;font-weight:500}.dashboard-section-navigation a.active,.organization-section-navigation a.active{border-color:var(--ds-border-soft);color:var(--ds-text);background:var(--ds-surface-2)}.whop-dashboard{width:min(1320px,100%);margin:0 auto}.whop-dashboard-primary{border-bottom:1px solid var(--ds-border-soft);grid-template-columns:minmax(0,1fr) minmax(310px,390px);gap:38px;min-height:500px;padding:24px 0 28px;display:grid}.whop-dashboard-chart{min-width:0;padding:4px 0 0;position:relative}.whop-dashboard-chart:has(.whop-dashboard-period-selector[aria-busy=true]):before{z-index:8;background:linear-gradient(90deg, transparent, var(--ds-accent), transparent);content:"";border-radius:999px;width:32%;height:2px;animation:.9s ease-in-out infinite dashboard-metric-progress;position:absolute;top:-24px;left:0}@keyframes dashboard-metric-progress{0%{transform:translate(-100%)}to{transform:translate(312%)}}.whop-dashboard-actions.top{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));width:min(620px,100%);margin:0 auto;padding-top:4px}.whop-dashboard-chart-heading{gap:7px;display:grid}.whop-dashboard-metric-title{justify-content:space-between;align-items:center;gap:9px;width:100%;display:flex}.whop-dashboard-metric-title>span,.whop-dashboard-chart-heading>span{color:var(--ds-text-secondary);font-size:13px;font-weight:500}.whop-dashboard-currency-toggle{border:1px solid var(--ds-border-soft);border-radius:7px;gap:2px;padding:2px;display:inline-flex}.whop-dashboard-currency-toggle button{min-height:22px;color:var(--ds-text-muted);cursor:pointer;background:0 0;border:0;border-radius:5px;padding:0 7px;font-size:9px;font-weight:650}.whop-dashboard-currency-toggle button:hover,.whop-dashboard-currency-toggle button.active{color:var(--ds-text);background:var(--ds-surface-2)}.whop-dashboard-currency-toggle button:disabled{cursor:not-allowed;opacity:.38}.whop-dashboard-chart-heading>strong{color:var(--ds-text);letter-spacing:-.04em;font-size:clamp(32px,3.2vw,40px);font-weight:600;line-height:1.05}.whop-dashboard-metric-meta>small{color:var(--ds-accent);font-size:12px;font-weight:550}.whop-dashboard-metric-meta{flex-wrap:wrap;align-items:baseline;gap:10px;display:flex}.whop-dashboard-chart-heading>em{color:var(--ds-text-muted);font-size:9px;font-style:normal}.whop-dashboard-revenue-chart-shell{border-bottom:1px dashed var(--ds-border-soft);width:100%;height:clamp(170px,24vw,270px);margin-top:18px;position:relative}.whop-dashboard-revenue-comparison{pointer-events:none;align-items:baseline;gap:6px;margin-top:0;display:flex}.whop-dashboard-revenue-comparison strong{font-size:12px;font-weight:650}.profile-avatar-preview-wrap{flex:none;width:72px;height:72px;position:relative}.profile-avatar-remove{color:#fff;font:inherit;opacity:0;cursor:pointer;background:#000000ad;border:0;border-radius:50%;justify-content:center;align-items:center;gap:5px;padding:8px;font-size:9px;transition:opacity .15s;display:flex;position:absolute;inset:0}.profile-avatar-remove svg{width:12px;height:12px}.profile-avatar-preview-wrap:hover .profile-avatar-remove,.profile-avatar-remove:focus-visible{opacity:1}.profile-settings-form>.form-message,.profile-password-form>.form-message{align-items:center;gap:8px;min-height:38px;margin:0;padding:10px 12px;line-height:1.35;display:flex}.profile-settings-form>.form-message svg,.profile-password-form>.form-message svg{flex:none;width:15px;height:15px}.profile-password-dialog{border:1px solid var(--ds-border);background:var(--ds-surface-1);border-radius:14px;width:min(420px,100%);animation:.16s both navigation-feedback-in;overflow:hidden;box-shadow:0 24px 80px #0006}.profile-password-dialog>header{border-bottom:1px solid var(--ds-border-soft);justify-content:space-between;align-items:flex-start;gap:16px;padding:17px 18px;display:flex}.profile-password-dialog>header>div{gap:4px;display:grid}.profile-password-dialog>header small{color:var(--ds-text-muted);font-size:10px;line-height:1.45}.profile-password-dialog .profile-password-form{border:0;padding:18px}.profile-password-dialog footer{justify-content:flex-end;gap:8px;padding-top:4px;display:flex}.whop-dashboard-revenue-comparison.positive strong{color:var(--ds-success)}.whop-dashboard-revenue-comparison.negative strong{color:var(--ds-danger)}.whop-dashboard-revenue-comparison span{color:var(--ds-text-muted);font-size:12px}.whop-dashboard-revenue-chart{width:100%;height:100%;position:absolute;inset:0}.whop-dashboard-revenue-reveal{transform-box:fill-box;transform-origin:0;animation:.68s cubic-bezier(.22,1,.36,1) both dashboard-revenue-reveal}@keyframes dashboard-revenue-reveal{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.whop-dashboard-revenue-hitareas{z-index:2;display:flex;position:absolute;inset:0}.whop-dashboard-revenue-hitareas>button{cursor:crosshair;background:0 0;border:0;outline:0;flex:1;min-width:0}.whop-dashboard-revenue-guide{z-index:1;background:color-mix(in srgb, var(--ds-text) 24%, transparent);pointer-events:none;width:1px;position:absolute;top:0;bottom:0}.whop-dashboard-revenue-marker{z-index:3;border:2px solid var(--ds-surface-1);background:var(--ds-accent);width:10px;height:10px;box-shadow:0 0 0 3px color-mix(in srgb, var(--ds-accent) 22%, transparent);pointer-events:none;border-radius:999px;position:absolute;transform:translate(-50%,-50%)}.whop-dashboard-revenue-tooltip{z-index:4;top:var(--chart-tooltip-y);left:var(--chart-tooltip-x);border:1px solid var(--ds-border-strong);min-width:142px;color:var(--ds-text);background:var(--ds-surface-1);pointer-events:none;border-radius:10px;gap:3px;padding:9px 11px;display:grid;position:absolute;transform:translate(-50%,calc(-100% - 12px));box-shadow:0 10px 28px #00000047}.whop-dashboard-revenue-tooltip.below{transform:translate(-50%,18px)}.whop-dashboard-revenue-tooltip span{color:var(--ds-text-secondary);white-space:nowrap;font-size:10px}.whop-dashboard-revenue-tooltip strong{white-space:nowrap;font-size:13px;font-weight:650}.whop-dashboard-period-selector{min-height:34px}.whop-dashboard-periods{align-items:center;gap:4px;margin-top:8px;display:flex}.whop-dashboard-periods>button,.whop-dashboard-periods>details>summary{min-width:40px;min-height:32px;color:var(--ds-text-muted);text-align:center;cursor:pointer;background:0 0;border:0;border-radius:8px;justify-content:center;align-items:center;gap:5px;padding:0 12px;font-size:11px;font-weight:500;display:inline-flex}.whop-dashboard-periods>button:hover,.whop-dashboard-periods>button.active,.whop-dashboard-periods>details.active>summary,.whop-dashboard-periods>details>summary:hover{color:var(--ds-text);background:var(--ds-surface-2)}.whop-dashboard-periods>button:disabled,.whop-dashboard-periods>details[aria-disabled=true]>summary{cursor:wait;opacity:.68}.whop-dashboard-periods>details{position:relative}.whop-dashboard-periods>details>summary{white-space:nowrap;min-width:auto;list-style:none}.whop-dashboard-periods>details>summary::-webkit-details-marker{display:none}.whop-dashboard-periods>details>summary svg{width:13px;height:13px}.whop-dashboard-period-selector[aria-busy=true]+.whop-dashboard-operations{opacity:.78}.whop-dashboard-operations{gap:20px;margin-top:28px;display:grid}.whop-dashboard-operations>section{min-width:0}.whop-dashboard-operations h2,.whop-dashboard-priorities header h2{color:var(--ds-text);margin:0 0 12px;font-size:14px;font-weight:600}.whop-dashboard-operations .work-distribution{grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;display:grid}.whop-dashboard-operations .work-distribution>div{border:1px solid var(--ds-border-soft);background:var(--ds-surface-1);border-radius:10px;min-width:0;padding:12px}.whop-dashboard-operations .work-distribution>div>span{grid-template-columns:8px minmax(0,1fr) auto;align-items:center;gap:7px;display:grid}.whop-dashboard-operations .work-distribution>div>span i{border-radius:999px;width:7px;height:7px}.whop-dashboard-operations .work-distribution small{color:var(--ds-text-secondary);overflow-wrap:anywhere;white-space:normal;font-size:10px;font-weight:500;line-height:1.25}.whop-dashboard-operations .work-distribution strong{font-size:12px;font-weight:600}.whop-dashboard-operations .work-distribution>div>b{background:var(--ds-surface-3);border-radius:999px;height:3px;margin-top:10px;display:block;overflow:hidden}.whop-dashboard-operations .work-distribution>div>b i{border-radius:inherit;height:100%;display:block}.whop-dashboard-priorities{border-top:1px solid var(--ds-border-soft);padding-top:18px}.whop-dashboard-priorities>header{justify-content:space-between;align-items:center;gap:16px;display:flex}.whop-dashboard-priorities>header a{color:var(--ds-text-muted);font-size:11px}.whop-dashboard-priorities .dashboard-visible-list,.whop-dashboard-priorities .dashboard-visible-list>div,.whop-dashboard-priorities .dashboard-expandable-list>div{display:grid}.whop-dashboard-priorities .dashboard-visible-list>div>a,.whop-dashboard-priorities .dashboard-expandable-list>div>a{border-bottom:1px solid var(--ds-border-soft);grid-template-columns:7px minmax(0,1fr) auto 16px;align-items:center;gap:10px;min-height:48px;padding:0 12px;display:grid}.whop-dashboard-priorities .dashboard-visible-list>div>a:hover,.whop-dashboard-priorities .dashboard-expandable-list>div>a:hover{background:var(--ds-surface-1)}.whop-dashboard-priorities .dashboard-expandable-list>div>a>i{border-radius:999px;width:7px;height:7px}.whop-dashboard-priorities .dashboard-expandable-list>div>a>span{gap:2px;min-width:0;display:grid}.whop-dashboard-priorities .dashboard-expandable-list>div>a>svg{width:14px;height:14px;color:var(--ds-text-muted)}.whop-dashboard-priorities .dashboard-visible-list>div>a>i{border-radius:999px;width:7px;height:7px}.whop-dashboard-priorities .dashboard-visible-list>div>a>span{gap:2px;min-width:0;display:grid}.whop-dashboard-priorities strong,.whop-dashboard-priorities small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.whop-dashboard-priorities strong{font-size:12px;font-weight:550}.whop-dashboard-priorities small,.whop-dashboard-priorities em{color:var(--ds-text-muted);font-size:10px;font-style:normal}.whop-dashboard-priorities em.late{color:var(--ds-danger)}.whop-dashboard-priorities svg{width:14px;height:14px;color:var(--ds-text-muted)}.whop-dashboard-priority-empty{min-height:86px;color:var(--ds-text-secondary);align-items:center;gap:10px;font-size:12px;display:flex!important}.whop-dashboard-priority-empty svg{width:20px;height:20px;color:var(--ds-success)}.dashboard-expandable-list{position:relative}.dashboard-expandable-list[open]{flex-direction:column;display:flex}.dashboard-expandable-list[open]>div{order:1}.dashboard-expandable-list[open]>summary{order:2}.dashboard-expandable-list>summary{min-height:32px;color:var(--ds-text-muted);cursor:pointer;justify-content:center;align-items:flex-end;font-size:11px;list-style:none;display:flex;position:relative}.whop-dashboard-priorities .dashboard-expandable-list:not([open])>summary:before{pointer-events:none;background:linear-gradient(to bottom, transparent, var(--ds-app));content:"";height:24px;position:absolute;bottom:100%;left:0;right:0}.dashboard-expandable-list>summary::-webkit-details-marker{display:none}.dashboard-expandable-list>summary:hover{color:var(--ds-text)}.dashboard-expandable-list>summary span:last-child,.dashboard-expandable-list[open]>summary span:first-child{display:none}.dashboard-expandable-list[open]>summary span:last-child{display:inline}.whop-dashboard-actions{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:10px;display:grid}.whop-dashboard-actions a{min-height:42px;color:var(--ds-text);background:var(--ds-surface-3);border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:8px;font-size:13px;font-weight:550;display:flex}.whop-dashboard-actions a:hover{border-color:var(--ds-border-strong);background:#29292c}.whop-dashboard-actions svg{width:17px;height:17px;color:var(--ds-text-secondary)}.whop-dashboard-summary{align-content:start;gap:14px;padding-top:0;display:grid}.whop-dashboard-summary>section{border:1px solid var(--ds-border);background:0 0;border-radius:18px;overflow:hidden}.whop-dashboard-summary h2{margin:0;padding:19px 22px 8px;font-size:18px;font-weight:650}.whop-dashboard-summary dl{margin:0;padding:4px 14px 14px}.whop-dashboard-summary dl>a{justify-content:space-between;align-items:center;gap:12px;min-height:58px;padding:0 8px;display:flex}.whop-dashboard-summary dl>a:hover{background:var(--ds-surface-2);border-radius:9px}.whop-dashboard-summary dt,.whop-dashboard-summary dd{align-items:center;display:flex}.whop-dashboard-summary dt{color:var(--ds-text-secondary);gap:11px;font-size:13px}.whop-dashboard-summary dt i{color:#fff;border-radius:999px;place-items:center;width:34px;height:34px;display:grid}.whop-dashboard-summary dt i.blue{background:#2563eb}.whop-dashboard-summary dt i.violet{background:#7c3aed}.whop-dashboard-summary dt i.orange{background:#d97706}.whop-dashboard-summary dt svg{width:17px;height:17px}.whop-dashboard-summary dd{color:var(--ds-text);gap:8px;margin:0;font-size:14px;font-weight:600}.whop-dashboard-summary dd svg{width:15px;height:15px;color:var(--ds-text-muted)}.whop-dashboard-projects header{justify-content:space-between;align-items:center;min-height:54px;padding-right:18px;display:flex}.whop-dashboard-projects header h2{padding-top:8px}.whop-dashboard-projects header>a{color:var(--ds-text-secondary);font-size:24px;font-weight:300}.whop-dashboard-projects>a{min-height:42px;color:var(--ds-text-secondary);grid-template-columns:20px minmax(0,1fr) 18px;align-items:center;gap:10px;padding:0 22px;font-size:13px;display:grid}.whop-dashboard-projects>a:hover{color:var(--ds-text);background:var(--ds-surface-2)}.whop-dashboard-project-emoji{place-items:center;width:20px;height:20px;font-size:16px;line-height:1;display:grid}.whop-dashboard-projects>a svg{width:15px;height:15px;color:var(--ds-text-muted)}.whop-dashboard-projects>p{color:var(--ds-text-muted);margin:0;padding:10px 22px 20px;font-size:12px}.whop-dashboard-activity{padding:24px 0 48px}.whop-dashboard-activity>header{justify-content:space-between;align-items:flex-start;gap:20px;min-height:42px;margin-bottom:8px;display:flex}.whop-dashboard-activity h2{margin:0;font-size:18px;font-weight:650}.whop-dashboard-activity header span,.whop-dashboard-activity header>a{color:var(--ds-text-muted);font-size:11px}.whop-dashboard-activity header>a{padding-top:5px}.whop-dashboard-activity :is(.dashboard-visible-list>div,.dashboard-expandable-list>div)>a{border-bottom:1px solid var(--ds-border-soft);grid-template-columns:8px minmax(0,1fr) auto;align-items:center;gap:12px;min-height:54px;padding:0 12px;display:grid}.whop-dashboard-activity :is(.dashboard-visible-list>div,.dashboard-expandable-list>div)>a:hover{background:var(--ds-surface-1)}.whop-dashboard-activity :is(.dashboard-visible-list>div,.dashboard-expandable-list>div)>a>i{opacity:.82;border-radius:999px;width:7px;height:7px}.whop-dashboard-activity :is(.dashboard-visible-list>div,.dashboard-expandable-list>div)>a>span{gap:2px;min-width:0;display:grid}.whop-dashboard-activity strong,.whop-dashboard-activity small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.whop-dashboard-activity strong{color:var(--ds-text);font-size:13px;font-weight:550}.whop-dashboard-activity small{color:var(--ds-text-muted);font-size:11px}.whop-dashboard-activity em{color:var(--ds-text-secondary);font-size:12px;font-style:normal}.whop-dashboard-activity em.late{color:var(--ds-danger)}.whop-dashboard-empty{color:var(--ds-text-muted);margin:0;padding:28px 0;font-size:13px}.dashboard-heading.enhanced{align-items:center;min-height:68px;margin-bottom:16px;padding:0}.dashboard-heading.enhanced .dashboard-company-logo.large{width:48px;height:48px;box-shadow:none;border-radius:12px}.company-operation-status{border-radius:999px;min-height:22px;margin-top:8px;padding:0 8px;font-size:11px}.dashboard-metric-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:0 0 16px}.dashboard-metric{border:1px solid var(--ds-border-soft);background:var(--ds-surface-1);min-height:96px;box-shadow:none;border-radius:12px;gap:12px;padding:16px}.dashboard-metric>span{width:34px;height:34px;box-shadow:none;border-radius:9px}.dashboard-metric>span svg{width:18px;height:18px}.dashboard-metric strong{font-size:26px;font-weight:650;line-height:1}.dashboard-metric small,.dashboard-metric em{font-size:12px;line-height:1.4}.company-executive-grid,.group-executive-grid{grid-template-columns:minmax(0,1.8fr) minmax(300px,1fr);gap:16px;margin-bottom:16px}.dashboard-panel,.project-portfolio-section,.company-health-card,.dashboard-company-card{border:1px solid var(--ds-border-soft);background:var(--ds-surface-1);box-shadow:none;border-radius:12px}.dashboard-panel{padding:16px}.dashboard-panel-heading{margin-bottom:14px}.dashboard-panel-heading h2,.section-heading h2{margin:2px 0 0;font-size:16px;font-weight:600}.dashboard-panel-heading p,.section-heading p{margin:3px 0 0;font-size:12px;line-height:1.45}.company-foundation-grid,.group-foundation-grid,.work-management{gap:16px}.organization-heading.work-heading{min-height:42px;margin:0;padding:0}.organization-heading.work-heading .eyebrow,.organization-heading.work-heading p{display:none}.organization-heading.work-heading h1{margin:0;font-size:24px;font-weight:650}.work-management>.company-tabs,.organization-heading.work-heading+.company-tabs{display:none}.work-project-section{margin:0}.work-project-section .work-section-heading{margin:0 0 8px}.work-project-section .work-section-heading span,.work-project-section .work-section-heading h2{display:none}.work-project-grid{gap:8px;margin:0;padding:0 0 2px;display:flex;overflow-x:auto}.work-project-switcher{scrollbar-width:thin;gap:6px;min-width:0;padding:0 0 2px;display:flex;overflow-x:auto}.work-project-switcher-link{border:1px solid var(--ds-border-soft);min-height:36px;color:var(--ds-text-muted);background:var(--ds-surface-1);border-radius:8px;flex:none;align-items:center;gap:8px;padding:0 11px;font-size:13px;text-decoration:none;display:inline-flex}.work-project-switcher-link:hover,.work-project-switcher-link.active{border-color:var(--ds-border-strong);color:var(--ds-text);background:var(--ds-surface-3)}.work-project-switcher-link .work-project-icon{width:18px;height:18px;color:var(--project-color);background:0 0;border:0}.work-project-emoji{font-size:15px;line-height:1;display:block}.work-selected-icon{flex:none;place-items:center;width:28px;height:28px;font-size:22px;line-height:1;display:grid}.project-icon-fieldset{border:0;gap:7px;margin:0;padding:0;display:grid}.project-icon-fieldset>legend{color:var(--ds-text-secondary);margin-bottom:6px;font-size:11px;font-weight:600}.project-icon-fieldset>small{color:var(--ds-text-muted);font-size:10px}.project-icon-choice-grid{scrollbar-width:thin;flex-wrap:wrap;gap:6px;max-height:170px;padding:1px;display:flex;overflow-y:auto}.project-icon-choice-grid>button,.project-icon-choice-grid>input{border:1px solid var(--ds-border-soft);width:34px;height:34px;color:var(--ds-text);background:var(--ds-surface-2);text-align:center;border-radius:8px;place-items:center;padding:0;font-size:17px;display:grid}.project-icon-choice-grid>button{cursor:pointer}.project-icon-choice-grid>button:hover,.project-icon-choice-grid>button.active,.project-icon-choice-grid>input:focus{border-color:var(--ds-accent);background:color-mix(in srgb, var(--ds-accent) 12%, var(--ds-surface-2));outline:0}.work-project-switcher-link small{min-width:20px;height:20px;color:var(--ds-text-muted);background:var(--ds-surface-2);border-radius:999px;place-items:center;padding:0 5px;font-size:11px;display:inline-grid}.work-project-card{border:1px solid var(--ds-border-soft);background:var(--ds-surface-1);min-height:62px;box-shadow:none;filter:none;opacity:1;border-radius:10px;flex:0 0 280px;grid-template-columns:32px minmax(0,1fr);gap:9px;padding:10px}.work-project-card:before{display:none}.work-project-card:hover,.work-project-card.active{border-color:var(--ds-accent);background:var(--ds-accent-soft);box-shadow:none;transform:none}.work-project-icon{border-radius:8px;width:32px;height:32px}.work-project-meta,.work-project-copy>small{display:none}.work-project-copy>strong{text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:13px;overflow:hidden}.work-project-footer{border:0;grid-column:2;justify-content:flex-start;margin-top:-12px;padding:0;font-size:11px}.work-project-footer>span:last-child{display:none}.work-items-panel{border:1px solid var(--ds-border-soft);background:var(--ds-surface-1);box-shadow:none;border-radius:12px;margin-top:12px}.work-items-heading{min-height:52px;padding:8px 12px}.work-items-heading small,.work-status-legend{display:none}.work-items-heading h2{margin:0;font-size:15px}.work-project-identity{grid-template-columns:34px minmax(0,auto) 16px;align-items:center;gap:7px;min-width:0;display:grid;position:relative}.work-project-identity.readonly{grid-template-columns:34px minmax(0,auto)}.work-project-icon-trigger{width:34px;height:34px;color:var(--ds-text);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;place-items:center;padding:0;display:grid}.work-project-icon-trigger:hover,.work-project-icon-trigger[aria-expanded=true]{border-color:var(--ds-border-soft);background:var(--ds-surface-2)}.work-project-icon-trigger span{font-size:21px;line-height:1}.work-project-identity form{min-width:0}.work-project-identity form input{width:min(360px,42vw);min-height:32px;color:var(--ds-text);font:inherit;background:0 0;border:1px solid #0000;border-radius:7px;padding:4px 7px;font-size:15px;font-weight:600}.work-project-identity form input:hover{background:var(--ds-surface-2)}.work-project-identity form input:focus{border-color:var(--ds-border-strong);background:var(--ds-surface-2);outline:0}.work-project-identity>.auth-spinner{width:14px;height:14px;color:var(--ds-text-muted)}.work-project-save-error{z-index:4;color:var(--ds-danger);background:var(--ds-surface-2);border-radius:6px;padding:4px 7px;font-size:9px;font-weight:500;position:absolute;top:calc(100% + 4px);left:41px}.work-project-icon-picker{z-index:30;border:1px solid var(--ds-border);background:var(--ds-surface-2);border-radius:12px;gap:8px;width:min(326px,100vw - 32px);padding:10px;display:grid;position:absolute;top:calc(100% + 7px);left:0;box-shadow:0 18px 48px #00000047}.work-project-icon-picker>label{border:1px solid var(--ds-border-soft);min-height:34px;color:var(--ds-text-muted);background:var(--ds-surface-1);border-radius:8px;grid-template-columns:16px minmax(0,1fr);align-items:center;gap:7px;padding:0 9px;display:grid}.work-project-icon-picker>label svg{width:15px;height:15px}.work-project-icon-picker>label input{min-width:0;color:var(--ds-text);font:inherit;background:0 0;border:0;outline:0;padding:0;font-size:11px}.work-project-icon-picker>div{scrollbar-width:thin;grid-template-columns:repeat(7,minmax(0,1fr));gap:4px;max-height:224px;padding-right:3px;display:grid;overflow-y:auto}.work-project-icon-picker>div button{cursor:pointer;background:0 0;border:0;border-radius:8px;place-items:center;width:38px;height:38px;padding:0;display:grid;position:relative}.work-project-icon-picker>div button:hover,.work-project-icon-picker>div button[aria-selected=true]{background:var(--ds-surface-3)}.work-project-icon-picker>div button span{font-size:20px;line-height:1}.work-project-icon-picker>div button svg{width:9px;height:9px;color:var(--ds-app);background:var(--ds-accent);border-radius:999px;padding:1px;position:absolute;bottom:2px;right:2px}.work-project-icon-picker>p{color:var(--ds-text-muted);text-align:center;margin:10px 0;font-size:11px}.work-route-loading{align-content:start;gap:14px;min-height:430px;display:grid}.work-route-loading>header{min-height:42px;color:var(--ds-text);align-items:center;gap:9px;font-size:20px;font-weight:620;display:flex}.work-route-loading>header svg:first-child{width:21px;height:21px}.work-route-loading>header .auth-spinner{width:15px;height:15px;color:var(--ds-text-muted);margin-left:2px}.work-route-loading-tabs{gap:7px;display:flex}.work-route-loading-tabs i{background:var(--ds-surface-2);border-radius:8px;width:118px;height:36px;animation:1.1s ease-in-out infinite alternate work-route-pulse}.work-route-loading-surface{border:1px solid var(--ds-border-soft);background:var(--ds-surface-1);border-radius:12px;height:320px;animation:1.1s ease-in-out .1s infinite alternate work-route-pulse}@keyframes work-route-pulse{0%{opacity:.45}to{opacity:.85}}@media (prefers-reduced-motion:reduce){.work-route-loading-tabs i,.work-route-loading-surface{animation:none}}.ai-proposal-preview.is-action-review{background:0 0;border:0;border-radius:0;margin-top:12px;overflow:visible}.ai-proposal-preview.is-action-review>ol{gap:8px;margin:0}.ai-proposal-preview.is-action-review li.has-action-review{background:0 0;border:0;border-radius:0;padding:0}.ai-proposal-preview.is-action-review li.has-action-review:before{display:none}.ai-proposal-preview.is-action-review .ai-action-review{border:1px solid var(--ds-border-soft);border-radius:var(--ds-radius-surface);color:var(--ds-text);background:var(--ds-surface-1);box-shadow:none;margin:0}.ai-proposal-preview.is-action-review .ai-action-review.expired,.ai-proposal-preview.is-action-review .ai-action-review.executed{border-color:var(--ds-border-soft);background:var(--ds-surface-1)}.ai-proposal-preview.is-action-review .ai-action-review>header{border-color:var(--ds-border-soft);min-height:42px;padding:9px 12px}.ai-proposal-preview.is-action-review .ai-action-review>header span,.ai-proposal-preview.is-action-review .ai-action-review>header strong,.ai-proposal-preview.is-action-review .ai-action-review.expired>header strong,.ai-proposal-preview.is-action-review .ai-action-review.executed>header strong{color:var(--ds-text-secondary);text-transform:none;font-size:11px}.ai-proposal-preview.is-action-review .ai-action-diff{grid-template-columns:minmax(0,.72fr) 14px minmax(0,1.28fr);padding:10px 12px;gap:7px!important}.ai-proposal-preview.is-action-review .ai-action-diff>div{border-color:var(--ds-border-soft);border-radius:var(--ds-radius-control);background:var(--ds-surface-2);padding:8px 9px}.ai-proposal-preview.is-action-review .ai-action-diff>svg{width:13px;color:var(--ds-text-muted)}.ai-proposal-preview.is-action-review .ai-action-diff span,.ai-proposal-preview.is-action-review .ai-action-review dt{color:var(--ds-text-muted);font-size:9px}.ai-proposal-preview.is-action-review .ai-action-diff strong{margin-top:3px;font-size:12px}.ai-proposal-preview.is-action-review .ai-action-diff p{color:var(--ds-text-secondary);margin-top:3px;font-size:10px}.ai-proposal-preview.is-action-review .ai-action-review dl{grid-template-columns:minmax(0,1fr);gap:0;padding:0 12px 10px}.ai-proposal-preview.is-action-review .ai-action-review:not([data-operation=create_campaign_policy]) dl{display:none}.ai-proposal-preview.is-action-review .ai-action-review dl>div{border-color:var(--ds-border-soft);background:0 0;padding:8px 9px}.ai-proposal-preview.is-action-review .ai-action-review dl>div:not(:first-child){display:none}.ai-proposal-preview.is-action-review .ai-action-review dd{color:var(--ds-text-secondary);white-space:normal;margin-top:3px;font-size:10px;font-weight:600}.ai-proposal-preview.is-action-review .ai-action-review>footer{border-color:var(--ds-border-soft);align-items:center;padding:10px 12px}.ai-proposal-preview.is-action-review .ai-action-review>footer strong,.ai-proposal-preview.is-action-review .ai-action-review>footer p{display:none}.ai-proposal-preview.is-action-review .ai-action-review>footer small{color:var(--ds-text-muted);margin:0;font-size:9px}.ai-proposal-preview.is-action-review .ai-action-review footer button,.ai-proposal-preview.is-action-review .ai-action-review-entry button{border:1px solid var(--ds-accent);border-radius:var(--ds-radius-control);min-height:32px;color:var(--ds-accent-contrast);background:var(--ds-accent);box-shadow:none;padding:7px 11px;font-size:11px}.ai-proposal-preview.is-action-review .ai-action-review footer button:hover,.ai-proposal-preview.is-action-review .ai-action-review-entry button:hover{border-color:var(--ds-accent-hover);background:var(--ds-accent-hover)}@media (max-width:640px){.ai-proposal-preview.is-action-review .ai-action-diff{grid-template-columns:minmax(0,1fr)}.ai-proposal-preview.is-action-review .ai-action-diff>svg{display:none}.ai-proposal-preview.is-action-review .ai-action-review>footer{flex-direction:column;align-items:stretch}}.communication-message-entry .communication-message,.communication-message-entry.is-clustered .communication-message{margin-bottom:3px!important}.communication-message-reaction{border:1px solid var(--ds-border-soft);color:#ff5f79;background:var(--ds-surface-2);min-width:30px;height:22px;font:inherit;cursor:pointer;border-radius:999px;justify-content:center;align-items:center;gap:4px;margin-top:3px;padding:0 7px;font-size:9px;display:inline-flex}.communication-message-reaction svg{width:12px;height:12px}.communication-message-menu-portal{border-color:var(--ds-border-strong)!important;background-color:var(--ds-surface-1,#151515)!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;opacity:1!important;background-image:none!important}.communication-voice-preview{width:100%;min-height:40px;align-items:center!important}.communication-recording-panel>button:first-child{grid-area:1/1}.communication-timeline[data-has-pinned-message=true]{grid-template-rows:auto auto minmax(0,1fr) auto}.communication-pinned-bar{border:0;border-bottom:1px solid var(--ds-border-soft);width:100%;min-width:0;min-height:46px;color:var(--ds-text-secondary);background:color-mix(in srgb, var(--ds-surface-2) 88%, transparent);font:inherit;text-align:left;cursor:pointer;grid-template-columns:28px minmax(0,1fr) 16px;align-items:center;gap:9px;padding:7px 18px;transition:background .11s;display:grid;position:relative}.communication-pinned-bar:before{background:var(--ds-accent);content:"";border-radius:0 2px 2px 0;width:2px;position:absolute;top:9px;bottom:9px;left:0}.communication-pinned-bar:hover{background:var(--ds-surface-3)}.communication-pinned-icon{width:28px;height:28px;color:var(--ds-accent);background:color-mix(in srgb, var(--ds-accent) 11%, transparent);border-radius:8px;place-items:center;display:grid}.communication-pinned-icon svg,.communication-pinned-bar>svg{width:14px;height:14px}.communication-pinned-bar>span:nth-child(2){gap:1px;min-width:0;display:grid}.communication-pinned-bar small{color:var(--ds-text-muted);font-size:9px;font-weight:540}.communication-pinned-bar strong{color:var(--ds-text-secondary);text-overflow:ellipsis;white-space:nowrap;font-size:10px;font-weight:520;overflow:hidden}.communication-message-entry.is-highlighted .communication-message-content{animation:1.2s both communication-pinned-highlight}@keyframes communication-pinned-highlight{0%,to{filter:none}24%,70%{filter:drop-shadow(0 0 9px color-mix(in srgb, var(--ds-accent) 30%, transparent))}}.communication-message-tombstone{color:var(--ds-text-muted);align-items:center;gap:6px;font-style:italic;display:inline-flex}.communication-message-tombstone svg{width:12px;height:12px}.communication-message-delete-action{margin-top:2px;border-top:1px solid var(--ds-border-soft)!important;border-radius:0 0 6px 6px!important}@media (prefers-reduced-motion:reduce){.communication-message-entry.is-highlighted .communication-message-content{animation:none}.communication-pinned-bar{transition:none}}.project-emoji-library{border:1px solid var(--ds-border-soft);background:var(--ds-surface-1);border-radius:10px;grid-template-rows:auto auto minmax(0,1fr);min-width:0;display:grid;overflow:hidden}.project-emoji-library>header{justify-content:space-between;align-items:baseline;padding:10px 11px 8px;display:flex}.project-emoji-library>header strong{font-size:11px;font-weight:560}.project-emoji-library>header small{color:var(--ds-text-muted);font-size:9px}.project-emoji-tabs{border-bottom:1px solid var(--ds-border-soft);grid-template-columns:repeat(7,minmax(0,1fr));gap:2px;padding:0 7px 7px;display:grid}.project-emoji-tabs button,.project-emoji-grid button{cursor:pointer;background:0 0;border:0;border-radius:7px;place-items:center;padding:0;display:grid;position:relative}.project-emoji-tabs button{height:28px;font-size:15px}.project-emoji-tabs button:hover,.project-emoji-tabs button[aria-selected=true],.project-emoji-grid button:hover,.project-emoji-grid button[aria-selected=true]{background:var(--ds-surface-3)}.project-emoji-grid{scrollbar-width:thin;grid-template-columns:repeat(8,minmax(0,1fr));gap:3px;max-height:220px;padding:8px;display:grid;overflow:hidden auto}.project-emoji-grid button{min-width:0;height:32px;font-size:18px}.project-emoji-grid button svg{width:9px;height:9px;color:var(--ds-app);background:var(--ds-accent);border-radius:999px;padding:1px;position:absolute;bottom:1px;right:1px}.work-project-icon-picker{overflow:hidden;padding:0!important}.work-project-icon-picker .project-emoji-library{border-radius:inherit;border:0}.campaign-status-toggle{border:1px solid var(--ds-border-strong);background:var(--ds-surface-3);cursor:pointer;width:34px;height:20px;transition:background var(--ds-motion-fast), border-color var(--ds-motion-fast);border-radius:999px;padding:0;position:relative}.campaign-status-toggle>span{background:var(--ds-text-secondary);width:12px;height:12px;transition:transform var(--ds-motion-fast), background var(--ds-motion-fast);border-radius:50%;position:absolute;top:3px;left:3px}.campaign-status-toggle.active{border-color:color-mix(in srgb, var(--ds-success) 60%, var(--ds-border));background:var(--ds-success-soft)}.campaign-status-toggle.active>span{background:var(--ds-success);transform:translate(14px)}.campaign-status-toggle:disabled{cursor:not-allowed;opacity:.45}.campaign-status-review{gap:12px;margin:0;display:grid}.campaign-status-review>div{gap:4px;display:grid}.campaign-status-review dt{color:var(--ds-text-muted);letter-spacing:.04em;text-transform:uppercase;font-size:.75rem;font-weight:700}.campaign-status-review dd{color:var(--ds-text);margin:0;font-weight:650}.campaign-dashboard.is-period-pending .campaign-currency-block{pointer-events:none}.campaign-dashboard.is-period-pending .analytics-stat-card{position:relative}.campaign-dashboard.is-period-pending .analytics-stat-card header>div,.campaign-dashboard.is-period-pending .analytics-stat-card header>p,.campaign-dashboard.is-period-pending .analytics-card-chart,.campaign-dashboard.is-period-pending .analytics-status-stack,.campaign-dashboard.is-period-pending .analytics-status-list,.campaign-dashboard.is-period-pending .analytics-attribution-list,.campaign-dashboard.is-period-pending .analytics-attribution-empty,.campaign-dashboard.is-period-pending .analytics-attribution-link{opacity:0}.campaign-dashboard.is-period-pending .analytics-stat-card:after{background:linear-gradient(90deg, var(--ds-surface-2) 0%, var(--ds-surface-3) 46%, var(--ds-surface-2) 100%);content:"";background-size:210% 100%;border-radius:6px;width:min(168px,44%);height:18px;animation:1.1s ease-in-out infinite analytics-pending-shimmer;position:absolute;top:62px;left:16px}@keyframes analytics-pending-shimmer{to{background-position:-210% 0}}.profile-avatar-remove-dialog{border:1px solid var(--ds-border);background:var(--ds-surface-1);border-radius:14px;width:min(360px,100%);animation:.16s both navigation-feedback-in;overflow:hidden;box-shadow:0 24px 80px #0006}.profile-avatar-remove-dialog>header{justify-content:space-between;align-items:flex-start;gap:16px;padding:17px 18px;display:flex}.profile-avatar-remove-dialog>header>div{gap:5px;display:grid}.profile-avatar-remove-dialog>header strong{font-size:14px;font-weight:590}.profile-avatar-remove-dialog>header p{color:var(--ds-text-muted);margin:0;font-size:10px;line-height:1.45}.profile-avatar-remove-dialog>footer{border-top:1px solid var(--ds-border-soft);justify-content:flex-end;gap:8px;padding:12px 18px 17px;display:flex}.profile-avatar-remove-dialog>footer button{border-radius:8px;min-height:34px;font-size:11px;font-weight:540}.communication-message-entry.is-clustered .communication-message{margin-top:0;margin-bottom:3px}.communication-message>div:last-child{position:relative}.communication-reply-preview{grid-column:1/-1;margin-left:0}.communication-audio-menu>button svg{width:13px;height:13px}@media (max-width:680px){.communication-message-actions,.communication-message.is-current-user .communication-message-actions{top:-30px!important;left:auto!important;right:0!important;transform:none!important}.communication-composer{grid-template-columns:34px minmax(0,1fr) auto!important}}.authenticated-shell :where(input,select,textarea):focus,.authenticated-shell :where(input,select,textarea):focus-visible,.authenticated-workspace :where(input,select,textarea):focus,.authenticated-workspace :where(input,select,textarea):focus-visible{border-color:var(--ds-border-strong)!important;box-shadow:none!important;outline:0!important}.authenticated-shell :where(button,a,summary):focus-visible,.authenticated-workspace :where(button,a,summary):focus-visible{outline:1px solid var(--ds-text-muted);outline-offset:2px;box-shadow:none}.communication-channel-sort{width:fit-content;min-height:28px;display:block;position:relative}.communication-channel-sort summary{min-height:28px;color:var(--ds-text-secondary);cursor:pointer;background:0 0;border:0;border-radius:7px;align-items:center;gap:7px;padding:0 8px;font-size:10px;list-style:none;display:flex}.communication-channel-sort summary::-webkit-details-marker{display:none}.communication-channel-sort summary:hover,.communication-channel-sort[open] summary{color:var(--ds-text);background:var(--ds-surface-2)}.communication-channel-sort summary svg{width:12px;height:12px;transition:transform .12s}.communication-channel-sort[open] summary svg{transform:rotate(180deg)}.communication-channel-sort>div{z-index:40;border:1px solid var(--ds-border-soft);background:var(--ds-surface-1);border-radius:9px;gap:2px;width:154px;padding:4px;display:grid;position:absolute;top:calc(100% + 5px);left:0;box-shadow:0 14px 32px #0000003d}.communication-channel-sort>div button{min-height:30px;color:var(--ds-text-secondary);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:6px;justify-content:space-between;align-items:center;padding:0 8px;font-size:10px;display:flex}.communication-channel-sort>div button:hover{color:var(--ds-text);background:var(--ds-surface-2)}.communication-channel-sort>div svg{width:13px;height:13px}.communication-message-entry.is-clustered .communication-message:not(.is-current-user){grid-template-columns:minmax(0,1fr);margin-left:44px}.communication-message-entry.is-clustered .communication-message:not(.is-current-user)>.communication-avatar,.communication-message-entry.is-clustered .communication-message:not(.is-current-user) header{display:none}.communication-message header:empty,.communication-message.is-current-user header{display:none}.communication-message-pin{color:var(--ds-text-muted);align-items:center;gap:4px;margin:0 0 4px;font-size:9px;font-weight:500;display:inline-flex}.communication-message-pin svg{width:11px;height:11px}.communication-message-edited{color:var(--ds-text-muted);text-align:right;margin-top:3px;font-size:8px;display:block}.communication-message-error{color:var(--ds-danger);margin-top:4px;font-size:9px;display:block}.communication-message-edit{border:1px solid var(--ds-border-soft);background:var(--ds-surface-2);border-radius:10px;gap:7px;width:min(420px,62vw);padding:8px;display:grid}.communication-message-edit textarea{width:100%;min-height:58px;color:var(--ds-text);background:var(--ds-surface-1);font:inherit;resize:vertical;border:0;border-radius:7px;padding:7px 8px;font-size:12px;line-height:1.45}.communication-message-edit>div{justify-content:flex-end;gap:6px;display:flex}.communication-message-edit .primary-button,.communication-message-edit .secondary-button{border-radius:7px;min-height:30px;padding:0 9px;font-size:9px}.communication-message-actions{z-index:24;border-color:var(--ds-border-soft);background:var(--ds-surface-1);min-height:30px;top:50%;left:calc(100% + 7px);right:auto;transform:translateY(-50%);box-shadow:0 8px 22px #0000002e}.communication-message-more>div{width:190px;min-width:190px;top:calc(100% + 6px);right:0}.communication-message.is-current-user .communication-message-more>div{left:auto;right:0}.communication-message-more>div time{border-top:1px solid var(--ds-border-soft);min-height:29px;color:var(--ds-text-muted);font-variant-numeric:tabular-nums;align-items:center;gap:7px;margin-top:3px;padding:4px 8px 0;font-size:9px;display:flex}.communication-message-more>div time svg{width:13px;height:13px}.communication-reply-preview{margin:0 0 6px}.communication-composer-tools{position:static}.communication-emoji-picker{width:min(340px,100vw - 36px);height:min(390px,100dvh - 150px);bottom:calc(100% + 8px);right:10px}.communication-emoji-grid button{width:100%;min-width:0}.communication-timeline:not(:has(>header)){grid-template-rows:minmax(0,1fr);display:grid}.communication-timeline>.communication-message-empty:only-child{place-self:center;width:min(360px,100% - 40px);min-height:0;padding:24px}.communication-timeline>.communication-message-empty:only-child>svg{border:1px solid var(--ds-border-soft);width:40px;height:40px;color:var(--ds-text-secondary);border-radius:11px;padding:8px;background:var(--ds-surface-2)!important}.communication-timeline>.communication-message-empty:only-child strong{font-size:13px;font-weight:560}.communication-timeline>.communication-message-empty:only-child p{color:var(--ds-text-muted);font-size:10px}.profile-password-dialog{border-color:var(--ds-border-soft);background:var(--ds-surface-1);border-radius:14px;width:min(410px,100%);box-shadow:0 28px 70px #0000005c}.profile-password-dialog>header{padding:16px}.profile-password-dialog>header strong{font-size:14px;font-weight:580}.profile-password-dialog .profile-password-form{gap:11px;padding:16px}.profile-password-form .input-shell{border-color:var(--ds-border-soft);background:var(--ds-surface-2);border-radius:8px;min-height:38px}.profile-password-form .input-shell:focus-within{border-color:var(--ds-border-strong);box-shadow:none}.profile-password-form .input-shell>svg:first-child{display:none}.profile-password-form .input-shell input{min-height:36px;padding-left:10px;box-shadow:none!important;background:0 0!important;border:0!important}.profile-password-form .input-shell button{width:34px;height:34px;color:var(--ds-text-muted)}.profile-password-dialog footer .primary-button,.profile-password-dialog footer .secondary-button{border-radius:8px;min-height:36px;font-size:11px;font-weight:550}.authenticated-actions .notification-center-list article{border-color:#0000;border-bottom-color:var(--ds-border-soft);background:0 0;border-radius:0;grid-template-columns:minmax(0,1fr) 28px;gap:2px;padding:0;display:grid;overflow:hidden}.authenticated-actions .notification-center-list article.unread{border-color:#0000;border-bottom-color:var(--ds-border-soft);background:var(--ds-surface-2)}.notification-item-link{grid-template-columns:30px minmax(0,1fr);min-width:0;padding:11px 8px 11px 10px;color:inherit!important;align-items:start!important;gap:10px!important;display:grid!important}.notification-item-icon{width:30px;height:30px;color:var(--ds-text-secondary);background:var(--ds-surface-3);border:0;border-radius:8px;place-items:center;display:grid}.notification-item-icon svg{width:15px;height:15px}.notification-item-content{gap:2px;min-width:0;display:grid}.authenticated-actions .notification-item-content strong{color:var(--ds-text);font-size:11px;font-weight:540;line-height:1.35}.authenticated-actions .notification-item-content time,.authenticated-actions .notification-item-content small{font-size:9px;font-weight:400}.authenticated-actions .notification-center-list article>form{align-self:center;margin-right:5px}.authenticated-actions .push-settings{padding:14px 12px}.authenticated-actions .push-settings-intro{border-bottom:1px solid var(--ds-border-soft);gap:9px;padding:2px 2px 13px}.authenticated-actions .push-settings-intro>span{width:30px;height:30px;color:var(--ds-text-secondary);background:var(--ds-surface-2);border:0;border-radius:8px}.authenticated-actions .push-device-card{border:0;border-bottom:1px solid var(--ds-border-soft);background:0 0;border-radius:0;min-height:48px;margin-top:0;padding:10px 2px}.authenticated-actions .push-device-card>svg{color:var(--ds-text-secondary)}.authenticated-actions .push-preference-heading{margin-top:14px}.authenticated-actions .push-preference-list{gap:0;margin-top:6px}.authenticated-actions .push-preference-list button{border:0;border-bottom:1px solid var(--ds-border-soft);background:0 0;border-radius:0;min-height:44px;padding:8px 2px}.authenticated-actions .push-preference-list button:hover{background:var(--ds-surface-2)}@media (max-width:640px){.communication-emoji-picker{width:calc(100vw - 24px);right:8px}.communication-message-actions,.communication-message.is-current-user .communication-message-actions{top:-32px;left:auto;right:0;transform:none}}.work-selected-mark{height:28px;box-shadow:none}.work-management-header,.work-management-header.enhanced{gap:12px;min-height:auto;margin-bottom:12px}.work-management-header h1{font-size:26px;font-weight:650}.work-management-header p,.work-view-help{font-size:12px}.work-view-tabs{border:1px solid var(--ds-border-soft);background:var(--ds-surface-1);border-radius:10px;gap:2px;min-height:40px;padding:3px}.work-view-tabs a,.work-view-tabs button{border-radius:7px;min-height:32px;padding:0 11px;font-size:13px}.work-view-tabs .active,.work-view-tabs [aria-current=page]{color:var(--ds-text);background:var(--ds-surface-3)}.work-control-bar,.work-view-toolbar{gap:8px;padding:8px 0}.work-search,.work-control-menu>summary,.saved-views-menu>summary{border-radius:8px;min-height:36px}.work-board{scrollbar-color:var(--ds-border-strong) transparent;scrollbar-width:thin;scroll-snap-type:x proximity;grid-auto-columns:minmax(284px,304px);gap:12px;min-height:calc(100dvh - 245px);padding:2px 2px 14px;overflow-x:auto}.work-board-column{border:1px solid color-mix(in srgb, var(--status-color) 18%, var(--ds-border-soft));background:color-mix(in srgb, var(--status-color) 5%, var(--ds-surface-1));min-height:150px;box-shadow:none;scroll-snap-align:start;border-radius:12px;align-self:start;overflow:hidden}.work-board-column>header{border-bottom:1px solid var(--ds-border-soft);background:0 0;min-height:44px;margin:0;padding:0 12px}.work-board-column>header>span{gap:8px}.work-board-column>header i{border-radius:999px;width:9px;height:9px}.work-board-column>header strong{font-size:13px;font-weight:600}.work-board-column>header small{background:var(--ds-surface-2);border-radius:999px;min-width:22px;height:22px;padding:0 6px;font-size:11px}.work-board-list{gap:8px;padding:10px}.work-board-card{border:1px solid var(--ds-border-soft);background:var(--ds-surface-1);border-radius:10px;padding:12px;box-shadow:0 1px 2px #0000001f}.work-board-card:hover{border-color:var(--ds-border-strong);transform:translateY(-1px);box-shadow:0 4px 12px #00000024}.board-card-title{gap:7px;font-size:14px;font-weight:550;line-height:1.35}.board-card-meta{flex-wrap:nowrap;gap:6px;min-width:0;margin-top:10px}.board-assignee,.work-priority,.work-due-date,.inline-work-date{white-space:nowrap;border-radius:7px;max-width:100%;min-height:26px;font-size:11px}.work-due-date,.inline-work-date{text-overflow:ellipsis;flex:0 auto;overflow:hidden}.work-contextual-add{min-height:34px;color:var(--ds-text-secondary);background:0 0;border:0;border-radius:8px;justify-content:flex-start;padding:0 8px;font-size:12px}.work-contextual-add:hover{color:var(--ds-text);background:var(--ds-surface-2)}.work-item-list{border:1px solid var(--ds-border-soft);background:var(--ds-surface-1);border-radius:12px;overflow:hidden}.work-list-group+.work-list-group{border-top:1px solid var(--ds-border-soft)}.work-item-row{border-color:var(--ds-border-soft);min-height:44px}.authenticated-workspace:has(.communication-workspace){padding:0}.authenticated-workspace:has(.communication-workspace) .communication-workspace{background:var(--ds-app);grid-template-rows:56px minmax(0,1fr);gap:0;height:calc(100dvh - 64px);min-height:0;padding:0}.communication-hero{border-bottom:1px solid var(--ds-border-soft);background:var(--ds-topbar);align-items:center;min-height:56px;margin:0;padding:0 16px}.communication-hero h1{margin:0;font-size:18px;font-weight:650}.communication-hero-actions{gap:6px}.communication-boundary-note,.communication-retention-note{display:none}.communication-shell{background:var(--ds-surface-1);width:100%;height:100%;min-height:0;box-shadow:none;border:0;border-radius:0;grid-template-columns:248px minmax(0,1fr);overflow:hidden}.communication-shell.thread-open{grid-template-columns:232px minmax(0,1fr) minmax(300px,360px)}.communication-channel-sidebar{border-right:1px solid var(--ds-border-soft);background:var(--ds-sidebar);min-height:0}.communication-channel-sidebar>header{border-bottom:1px solid var(--ds-border-soft);min-height:58px;padding:10px 14px}.communication-channel-sidebar>header span{font-size:14px;font-weight:650}.communication-channel-sidebar>header small{display:none}.communication-channel-sidebar nav{scrollbar-color:var(--ds-border-strong) transparent;scrollbar-width:thin;gap:12px;padding:10px 8px}.communication-sidebar-section{color:var(--ds-text-muted);letter-spacing:0;text-transform:none;padding:0 8px 4px;font-size:11px;font-weight:600}.communication-channel-sidebar nav a{min-height:36px;color:var(--ds-text-secondary);border:1px solid #0000;border-radius:8px;gap:8px;padding:0 8px}.communication-channel-sidebar nav a:hover,.communication-channel-sidebar nav a.active{color:var(--ds-text);background:var(--ds-surface-3);border-color:#0000}.communication-channel-sidebar nav a>svg:first-child{color:currentColor;width:16px;height:16px}.communication-channel-sidebar nav a strong{font-size:13px;font-weight:500}.communication-channel-sidebar nav a small{display:none}.communication-timeline{background:var(--ds-surface-1);grid-template-rows:58px minmax(0,1fr) auto;min-height:0}.communication-timeline>header p{max-width:560px;color:var(--ds-text-muted);text-overflow:ellipsis;white-space:nowrap;margin:2px 0 0;font-size:11px;overflow:hidden}.communication-message-list{scrollbar-color:var(--ds-border-strong) transparent;scrollbar-width:thin;gap:0;padding:12px 0 20px;overflow-y:auto}.communication-message{border-radius:0;padding:8px 18px}.communication-avatar{border-radius:8px;width:34px;height:34px}.communication-composer{border:1px solid var(--ds-border);background:var(--ds-surface-1);box-shadow:none;border-radius:10px;margin:0 16px 14px;padding:8px;position:sticky;bottom:0}.communication-composer textarea{min-height:52px;box-shadow:none;background:0 0;border:0}.communication-thread{border-color:var(--ds-border-soft);background:var(--ds-surface-1)}.authenticated-workspace:has(.mind-map-editor-shell){padding:0}.mind-map-library{width:min(1280px,100%)}.mind-map-intro{align-items:center;gap:16px;margin-bottom:16px}.mind-map-intro-copy .eyebrow{letter-spacing:0;text-transform:none;font-size:11px}.mind-map-intro h1{letter-spacing:-.04em;margin:4px 0 0;font-size:32px;font-weight:650;line-height:1.15}.mind-map-intro p{margin:5px 0 0;font-size:13px;line-height:1.5}.mind-map-company-context{min-width:180px;box-shadow:none;border-left-width:3px;border-radius:10px;padding:10px 12px}.mind-map-section{border:1px solid var(--ds-border-soft);background:var(--ds-surface-1);box-shadow:none;border-radius:12px}.mind-map-section-heading{align-items:center;padding:12px 16px}.mind-map-section-heading .eyebrow{display:none}.mind-map-section-heading h2{margin:0;font-size:16px}.mind-map-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:10px;padding:16px}.mind-map-card{background:var(--ds-surface-1);min-height:116px;box-shadow:none;border-radius:10px;gap:10px;padding:14px}.mind-map-card:hover{border-color:var(--ds-accent);box-shadow:none;transform:none}.mind-map-card:before{display:none}.mind-map-card-icon{border-radius:9px;width:36px;height:36px}.mind-map-card-icon svg{width:18px;height:18px}.mind-map-status{letter-spacing:0;font-size:10px}.mind-map-card h3{margin:5px 0 0;font-size:15px}.mind-map-card p{min-height:0;margin:3px 0 10px;font-size:12px;line-height:1.45}.mind-map-card-meta{gap:8px 12px;font-size:11px}.mind-map-editor-shell{--mind-map-edge:var(--ds-accent);--mind-map-grid:color-mix(in srgb, var(--ds-text-muted) 32%, transparent);--mind-map-minimap-mask:color-mix(in srgb, var(--ds-surface-1) 76%, transparent);background:var(--ds-app);height:calc(100dvh - 64px);box-shadow:none;border:0;border-radius:0;flex-direction:column;display:flex}.mind-map-editor-header{border-bottom:1px solid var(--ds-border-soft);min-height:58px;color:var(--ds-text);background:var(--ds-surface-1);padding:0 12px}.mind-map-editor-title{align-items:center;gap:8px;min-width:0;display:flex}.mind-map-editor-title small{color:var(--ds-text-muted);font-size:10px}.mind-map-editor-title h1{max-width:min(34vw,420px);color:var(--ds-text);letter-spacing:-.015em;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:15px;font-weight:600;overflow:hidden}.mind-map-editor-actions{gap:5px}.mind-map-editor-actions :where(.primary-button,.secondary-button,.icon-button){height:34px;min-height:34px}.mind-map-share-button{white-space:nowrap;min-width:0}.mind-map-share-button svg{flex:none}.mind-map-canvas{background-color:var(--ds-app);background-image:none;flex:auto;height:100%;min-height:0;overflow:hidden}.mind-map-toolbox{z-index:12;border:1px solid var(--ds-border);background:var(--ds-surface-1);width:46px;box-shadow:var(--ds-shadow-elevated);border-radius:10px;gap:4px;padding:5px;display:grid;position:absolute;top:18px;left:14px}.mind-map-toolbox button{width:34px;height:34px;color:var(--ds-text-secondary);cursor:pointer;background:0 0;border:0;border-radius:7px;place-items:center;padding:0;display:grid}.mind-map-toolbox button:hover,.mind-map-toolbox button.active{color:var(--ds-accent);background:var(--ds-accent-soft)}.mind-map-toolbox button svg{width:18px;height:18px}.mind-map-toolbox>span{background:var(--ds-border-soft);height:1px;margin:3px 2px}.mind-map-toolbox-popover-anchor{width:34px;height:34px;position:relative}.mind-map-tone-menu{z-index:30;width:164px;display:grid;position:absolute;top:0;left:calc(100% + 10px)}.mind-map-toolbox .mind-map-tone-menu button{width:100%;height:38px;color:var(--ds-text);text-align:left;grid-template-columns:auto minmax(0,1fr) auto;place-items:center stretch;gap:8px;padding:0 9px;display:grid}.mind-map-toolbox .mind-map-tone-menu button:hover,.mind-map-toolbox .mind-map-tone-menu button[aria-checked=true]{color:var(--ds-text);background:var(--ds-surface-2)}.mind-map-toolbox .mind-map-tone-menu button>svg{width:14px;height:14px;color:var(--ds-accent)}.mind-map-tone-swatch{background:var(--ds-accent);border-radius:999px;width:13px;height:13px}.mind-map-tone-swatch.is-brand{background:var(--ds-brand)}.mind-map-tone-swatch.is-neutral{background:var(--ds-text-secondary)}.mind-map-inspector{border:1px solid var(--ds-border);width:min(320px,100% - 92px);color:var(--ds-text);background:var(--ds-surface-1);box-shadow:var(--ds-shadow-elevated);border-radius:12px;top:18px;right:16px}.mind-map-editor-footer{border-top:1px solid var(--ds-border-soft);min-height:32px;color:var(--ds-text-muted);background:var(--ds-surface-1);padding:0 12px;font-size:10px}.integration-workspace{gap:20px;width:min(1120px,100%);margin:0 auto}.integration-hero{border-bottom:1px solid var(--ds-border-soft);align-items:center;gap:16px;min-height:56px;padding-bottom:14px}.integration-hero .eyebrow,.integration-hero p{display:none}.integration-company-context{border:1px solid var(--ds-border-soft);background:var(--ds-surface-1);border-radius:999px;min-height:28px;padding:0 10px;font-size:12px}.integration-metric-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.integration-metric-grid article{border:1px solid var(--ds-border-soft);background:var(--ds-surface-1);min-height:78px;box-shadow:none;border-radius:10px;padding:12px}.integration-metric-grid article>span:first-child{border-radius:8px;width:30px;height:30px}.integration-metric-grid strong{font-size:20px}.integration-control-grid,.integration-control-grid.primary-connections{gap:12px}.integration-reference-card,.integration-privacy-card,.integration-ledger{border:1px solid var(--ds-border-soft);background:var(--ds-surface-1);box-shadow:none;border-radius:12px;padding:16px}.integration-card-heading{gap:10px}.integration-card-icon{border-radius:9px;width:36px;height:36px}.integration-card-heading h2,.integration-ledger h2{font-size:16px}.integration-card-heading p,.integration-ledger p{font-size:12px;line-height:1.45}.integration-event-table-head,.integration-event-row{min-height:44px}.organization-heading{min-height:56px;margin-bottom:14px}.organization-summary-grid{gap:8px;margin-bottom:14px}.organization-summary-card{border:1px solid var(--ds-border-soft);background:var(--ds-surface-1);min-height:76px;box-shadow:none;border-radius:10px;padding:12px}.organization-command-bar{border:1px solid var(--ds-border-soft);background:var(--ds-surface-1);border-radius:10px;gap:8px;margin-bottom:12px;padding:4px}.organization-view-tabs button,.organization-tab-item>a{border-radius:7px;min-height:34px;font-size:12px}.organization-panel,.access-section,.knowledge-panel,.knowledge-card,.mind-map-card{border:1px solid var(--ds-border-soft);background:var(--ds-surface-1);box-shadow:none;border-radius:12px}.organization-panel{padding:16px}.organization-chart-canvas{border:1px solid var(--ds-border-soft);background-color:var(--ds-surface-2);background-image:radial-gradient(var(--ds-border) .7px, transparent .7px);background-size:18px 18px;border-radius:10px;min-height:360px;overflow:auto}.organization-chart-node{border:1px solid var(--ds-border);background:var(--ds-surface-1);box-shadow:none;border-radius:10px}.knowledge-hero,.mind-map-intro{min-height:auto;margin-bottom:16px}.knowledge-hero .eyebrow,.mind-map-intro .eyebrow{font-size:11px}.knowledge-hero p,.mind-map-intro p{max-width:680px;font-size:12px;line-height:1.45}.knowledge-grid,.mind-map-grid{gap:12px}.knowledge-card,.mind-map-card{padding:14px}.notification-center-panel,.company-switcher-menu,.search-explainer,.floating-assistant-panel{border:1px solid var(--ds-border);background:var(--ds-surface-1);box-shadow:var(--shadow);-webkit-backdrop-filter:none;backdrop-filter:none;border-radius:12px}.floating-assistant-trigger{border-color:var(--ds-border-strong);color:#fff;background:var(--ds-accent);width:44px;height:44px;box-shadow:0 6px 18px #0003}@media (max-width:1180px){.authenticated-topbar{grid-template-columns:200px minmax(220px,1fr) auto}.authenticated-shell{grid-template-columns:248px minmax(0,1fr)}.dashboard-metric-grid,.integration-metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.company-executive-grid,.group-executive-grid{grid-template-columns:1fr}.whop-dashboard-primary{grid-template-columns:minmax(0,1fr) minmax(280px,330px);gap:24px}}@media (max-width:820px){:is(.authenticated-shell,.authenticated-shell:has(.authenticated-sidebar[data-collapsed=true])){grid-template:"header"64px"workspace"minmax(calc(100dvh - 64px),auto)/minmax(0,1fr)}.authenticated-topbar{grid-template-columns:auto minmax(0,1fr) auto;min-height:64px;padding:0 12px}.authenticated-workspace{padding:16px}.whop-dashboard-primary{grid-template-columns:1fr;gap:22px;padding-top:10px}.whop-dashboard-summary{grid-template-columns:repeat(2,minmax(0,1fr));padding-top:0}.dashboard-metric-grid,.integration-metric-grid{grid-template-columns:1fr 1fr}.communication-shell,.communication-shell.thread-open{grid-template-columns:210px minmax(0,1fr)}.communication-thread{display:none}}@media (max-width:620px){.whop-dashboard-revenue-chart-shell{height:190px}.whop-dashboard-actions,.whop-dashboard-summary{grid-template-columns:1fr}.whop-dashboard-activity>div>a{grid-template-columns:28px minmax(0,1fr)}.whop-dashboard-activity em{display:none}.dashboard-metric-grid,.integration-metric-grid,.communication-shell,.communication-shell.thread-open{grid-template-columns:1fr}.communication-channel-sidebar{display:none}.authenticated-workspace:has(.communication-workspace) .communication-workspace{grid-template-rows:auto minmax(0,1fr);height:auto;min-height:calc(100dvh - 64px)}.authenticated-workspace:has(.communication-workspace) .communication-hero{flex-direction:column;align-items:stretch;gap:10px;min-height:0;padding:12px}.communication-hero-actions{grid-template-columns:repeat(3,minmax(0,1fr));width:100%;display:grid}.communication-hero-actions button{white-space:nowrap;min-width:0;padding:8px 6px;font-size:11px}.authenticated-workspace:has(.communication-workspace) .communication-shell{min-height:calc(100dvh - 164px)}.mind-map-editor-actions .mind-map-add-button{display:none}}.authenticated-shell .campaign-analytics-page{gap:16px;width:min(1320px,100%);margin:0 auto;display:grid}.authenticated-shell .campaign-view-tabs{border-bottom-color:var(--ds-border-soft);gap:3px;min-height:34px}.authenticated-shell .campaign-view-tabs a{min-height:32px;color:var(--ds-text-muted);border-width:0 0 1px;gap:6px;padding:0 9px;font-size:11px;font-weight:520}.authenticated-shell .campaign-view-tabs a.active{border-bottom-color:var(--ds-text);color:var(--ds-text)}.authenticated-shell .campaign-view-tabs svg{width:14px;height:14px}.authenticated-shell .campaign-source-health{border:1px solid var(--ds-border-soft);background:var(--ds-surface-1);border-radius:11px;min-height:46px;padding:6px 8px 6px 12px}.authenticated-shell .campaign-source-health>.status{color:var(--ds-text-muted);font-size:10px;font-weight:520}.authenticated-shell .campaign-source-health>.status svg{width:14px;height:14px}.authenticated-shell .campaign-source-health nav{border-color:var(--ds-border-soft);background:var(--ds-surface-2);border-radius:8px;gap:2px;margin-left:auto;padding:2px}.campaign-display-currency{border:1px solid var(--ds-border-soft);background:var(--ds-surface-2);border-radius:8px;gap:2px;padding:2px;display:inline-flex}.campaign-display-currency button{min-width:42px;min-height:28px;color:var(--ds-text-muted);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:6px;padding:0 8px;font-size:10px;font-weight:650}.campaign-display-currency button.active{color:var(--ds-text);background:var(--ds-surface-1)}.campaign-display-currency button:disabled{cursor:not-allowed;opacity:.38}.authenticated-shell .campaign-source-health nav a{color:var(--ds-text-muted);border-radius:6px;padding:6px 9px;font-size:10px;font-weight:550}.authenticated-shell .campaign-source-health nav a.active{color:var(--ds-text);background:var(--ds-surface-3);box-shadow:none}.campaign-currency-badge{border:1px solid var(--ds-border-soft);width:fit-content;color:var(--ds-text-muted);background:var(--ds-surface-2);letter-spacing:.05em;border-radius:5px;padding:3px 6px;font-size:9px;font-weight:650;display:inline-flex}.authenticated-shell .campaign-currency-block>header>div{align-items:center;gap:8px;display:flex}.authenticated-shell .campaign-currency-block>header h2{margin:0;font-size:15px;font-weight:600}.authenticated-shell .campaign-currency-block>header small{color:var(--ds-text-muted);font-size:10px}.authenticated-shell .campaign-stat-grid{gap:8px}.authenticated-shell .campaign-stat-grid article{border-color:var(--ds-border-soft);border-radius:10px;gap:5px;min-height:142px;padding:14px;transition:border-color .14s,background .14s,transform .14s}.authenticated-shell .campaign-stat-grid article:hover{border-color:var(--ds-border-strong);background:var(--ds-surface-2);transform:translateY(-1px)}.authenticated-shell .campaign-stat-grid article>svg{width:17px;height:17px;color:var(--ds-text-secondary);margin-bottom:5px}.authenticated-shell .campaign-stat-grid article>span{color:var(--ds-text-muted);font-size:10px;font-weight:520}.authenticated-shell .campaign-stat-grid article>strong{color:var(--ds-text);letter-spacing:-.035em;margin:1px 0;font-size:clamp(19px,2vw,25px);font-weight:620}.authenticated-shell .campaign-stat-grid article>small{color:var(--ds-text-muted);font-size:9px}.metric-comparison{align-items:center;gap:3px;display:inline-flex}.metric-comparison svg{width:10px;height:10px}.metric-comparison.positive{color:var(--ds-success)!important}.metric-comparison.negative{color:var(--ds-danger)!important}.campaign-analytics-charts{grid-template-columns:minmax(0,1.7fr) minmax(260px,.7fr);gap:8px;margin-top:8px;display:grid}.campaign-analytics-charts>article{border:1px solid var(--ds-border-soft);background:var(--ds-surface-1);border-radius:10px;min-width:0;padding:15px}.campaign-analytics-charts header{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.campaign-analytics-charts header span{color:var(--ds-text-muted);font-size:9px}.campaign-analytics-charts h3{margin:3px 0 0;font-size:13px;font-weight:580}.campaign-trend-card>header>strong{font-size:13px;font-weight:600}.campaign-trend-chart{margin-top:10px}.campaign-trend-chart svg{width:100%;height:190px;overflow:visible}.campaign-trend-chart svg>line{stroke:var(--ds-border-soft);stroke-dasharray:3 4}.campaign-trend-chart polyline{stroke:var(--ds-accent);stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.campaign-trend-chart circle{fill:var(--ds-accent);stroke:var(--ds-surface-1);stroke-width:2px;opacity:0;transition:opacity .12s}.campaign-trend-chart circle:hover{opacity:1}.campaign-trend-chart footer{color:var(--ds-text-muted);justify-content:space-between;font-size:9px;display:flex}.campaign-quality-card{align-content:start;display:grid}.campaign-quality-card header{display:block}.campaign-quality-card dl{gap:16px;margin:24px 0 18px;display:grid}.campaign-quality-card dl>div{gap:6px;display:grid}.campaign-quality-card dt,.campaign-quality-card>footer{color:var(--ds-text-secondary);justify-content:space-between;align-items:center;gap:10px;font-size:10px;display:flex}.campaign-quality-card dt strong,.campaign-quality-card>footer strong{color:var(--ds-text);font-size:11px;font-weight:600}.campaign-quality-card dd{background:var(--ds-surface-3);border-radius:99px;height:4px;margin:0;overflow:hidden}.campaign-quality-card dd i{border-radius:inherit;height:100%;display:block}.campaign-quality-card>footer{border-top:1px solid var(--ds-border-soft);margin-top:auto;padding-top:13px}@media (max-width:940px){.campaign-analytics-charts{grid-template-columns:1fr}}.authenticated-shell .mind-map-editor-shell{--mind-map-edge:var(--ds-accent);--mind-map-grid:color-mix(in srgb, var(--ds-text-muted) 32%, transparent);--mind-map-minimap-mask:color-mix(in srgb, var(--ds-surface-1) 78%, transparent);color:var(--ds-text);background:var(--ds-app)}.authenticated-shell .mind-map-editor-header,.authenticated-shell .mind-map-editor-footer{color:var(--ds-text);background:var(--ds-surface-1)}.authenticated-shell .mind-map-editor-header :where(button,a){border-color:var(--ds-border);color:var(--ds-text);background:var(--ds-surface-1);box-shadow:none}.authenticated-shell .mind-map-editor-header .primary-button{border-color:var(--ds-accent);background:var(--ds-accent)}.authenticated-shell .mind-map-canvas{background-color:var(--ds-app);background-image:radial-gradient(color-mix(in srgb, var(--ds-text-muted) 32%, transparent) .75px, transparent .75px);background-size:20px 20px;height:calc(100dvh - 142px)}.authenticated-shell .mind-map-toolbox{border-color:var(--ds-border);color:var(--ds-text);background:var(--ds-surface-1);box-shadow:var(--ds-shadow-elevated)}.authenticated-shell .mind-map-toolbox button{color:var(--ds-text-secondary);background:var(--ds-surface-1)}.authenticated-shell .mind-map-inspector{border-color:var(--ds-border);color:var(--ds-text);background:var(--ds-surface-1);box-shadow:var(--ds-shadow-elevated)}.authenticated-shell .mind-map-inspector :where(h2,strong){color:var(--ds-text)}.authenticated-shell .mind-map-inspector-heading>span{color:var(--ds-accent)}.authenticated-shell .mind-map-inspector label>span,.authenticated-shell .mind-map-inspector-section-title{color:var(--ds-text-secondary)}.authenticated-shell .mind-map-inspector small{color:var(--ds-text-muted)}.authenticated-shell .mind-map-inspector :where(input,textarea,select){border-color:var(--ds-border);color:var(--ds-text);background:var(--ds-surface-2);box-shadow:none}.authenticated-shell .mind-map-inspector :where(input,textarea)::placeholder{color:var(--ds-text-muted)}.authenticated-shell .mind-map-inspector :where(button,a){border-color:var(--ds-border);color:var(--ds-text);background:var(--ds-surface-1);box-shadow:none}.authenticated-shell .work-board{background:0 0;grid-auto-columns:272px;gap:10px;min-height:0;padding:2px 2px 14px}.authenticated-shell .work-board-column{border:1px solid var(--ds-border-soft);background:var(--ds-surface-2);border-radius:10px;min-width:272px;min-height:118px;padding:0}.authenticated-shell .work-board-column>header{min-height:40px;padding:0 10px}.authenticated-shell .work-board-column>header>span{color:var(--ds-text);background:0 0;padding:0}.authenticated-shell .work-board-column>header strong{font-size:12px;font-weight:650}.authenticated-shell .work-board-list{gap:6px;min-height:0;padding:7px}.authenticated-shell .work-board-list>p{padding:10px 6px 4px}.authenticated-shell .work-board-card{border-color:var(--ds-border-soft);background:var(--ds-surface-1);border-radius:8px;box-shadow:0 1px 2px #0000001f}.authenticated-shell .work-board-card:hover{border-color:var(--ds-border-strong);transform:none;box-shadow:0 2px 7px #00000024}.authenticated-shell .work-board-card-content{gap:7px;padding:9px}.authenticated-shell .board-card-title{grid-template-columns:12px minmax(0,1fr);gap:5px}.authenticated-shell .board-card-title .inline-work-title-button{min-width:0}.authenticated-shell .board-card-title .inline-work-title-button strong{color:var(--ds-text);font-size:12px;line-height:1.35}.authenticated-shell .board-drag-handle{width:12px}.authenticated-shell .board-card-meta{gap:5px;margin-top:0}.authenticated-shell .board-assignee,.authenticated-shell .work-priority,.authenticated-shell .work-due-date,.authenticated-shell .inline-work-date{border-radius:6px;min-height:23px;font-size:10px}.authenticated-shell .work-board-order-actions{padding:0 7px 6px}.authenticated-shell .inline-work-menu-popover,.authenticated-shell .inline-work-date-popover{border-color:var(--ds-border);color:var(--ds-text);background:var(--ds-surface-1);box-shadow:0 16px 38px #00000057}.authenticated-shell .inline-work-menu-popover>button{color:var(--ds-text)}.authenticated-shell .inline-work-menu-popover>button:hover,.authenticated-shell .inline-work-menu-popover>button[aria-checked=true]{background:var(--ds-surface-3)}.authenticated-shell .inline-work-date-popover input{border-color:var(--ds-border);color:var(--ds-text);background:var(--ds-surface-2);--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}:root[data-theme=light] .authenticated-shell .inline-work-date-popover input{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}.authenticated-shell .work-calendar{background:0 0;padding:8px 0 0}.authenticated-shell .calendar-day>.calendar-add-task{width:22px;height:22px;color:var(--ds-text-muted);background:var(--ds-surface-2);opacity:0;border:0;border-radius:5px;place-items:center;margin:0;padding:0;display:grid;position:absolute;top:5px;right:5px}.authenticated-shell .calendar-day:hover>.calendar-add-task,.authenticated-shell .calendar-day>.calendar-add-task:focus-visible{opacity:1}.authenticated-shell .calendar-day>.calendar-add-task:hover{color:var(--ds-text);background:var(--ds-surface-3)}.authenticated-shell .calendar-day>.calendar-add-task+button{margin-top:4px}.authenticated-shell .communication-people-list{align-content:start;gap:2px;padding:0 8px 12px;display:grid;overflow-y:auto}.authenticated-shell .communication-people-list form{margin:0}.authenticated-shell .communication-people-list button{width:100%;min-height:36px;color:var(--ds-text-secondary);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;grid-template-columns:24px minmax(0,1fr);align-items:center;gap:8px;padding:0 8px;display:grid}.authenticated-shell .communication-people-list button:hover{color:var(--ds-text);background:var(--ds-surface-3)}.authenticated-shell .communication-people-list button>span{width:24px;height:24px;color:var(--ds-text);background:var(--ds-surface-3);border-radius:7px;place-items:center;font-size:10px;font-weight:700;display:grid}.authenticated-shell :where(.communication-person-avatar,.communication-avatar).has-photo{background-position:50%;background-size:cover}.authenticated-shell .communication-people-list button strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:12px;font-weight:500;overflow:hidden}.authenticated-shell .communication-action-message.success{display:none}@media (prefers-reduced-motion:reduce){.authenticated-shell *,.authenticated-shell :before,.authenticated-shell :after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.auth-page,.security-page{color:#111827;background:#f7f8fa}.auth-page:before,.security-page:before{display:none}.auth-card,.security-card{box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:#fff;border-color:#d9dde3;border-radius:14px}.auth-card .input-shell,.security-card .input-shell{background:#f3f4f6;border-radius:9px}.auth-card .input-shell:focus-within,.security-card .input-shell:focus-within{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb1f}:root[data-theme=dark] .auth-page,:root[data-theme=dark] .security-page{color:#f4f4f5;background:#0f0f10}:root[data-theme=dark] .auth-card,:root[data-theme=dark] .security-card{background:#151516;border-color:#303034}:root[data-theme=dark] .auth-card .input-shell,:root[data-theme=dark] .security-card .input-shell{background:#1b1b1d;border-color:#303034}.route-loading,.auth-transition-overlay{color:var(--ds-text-muted);background:var(--ds-app);-webkit-backdrop-filter:none;backdrop-filter:none}.route-loading-spinner{border-color:var(--ds-border);border-top-color:var(--ds-text);box-shadow:none}.navigation-progress{background:var(--ds-accent);box-shadow:none}.navigation-feedback-indicator,.auth-transition-indicator{border-color:var(--ds-border);border-radius:var(--ds-radius-control);color:var(--ds-text);background:var(--ds-surface-1);box-shadow:none}:root[data-theme=dark] :where(.navigation-feedback-indicator,.auth-transition-indicator){border-color:var(--ds-border);color:var(--ds-text);background:var(--ds-surface-2)}.authenticated-shell :where(.finance-accounts-workspace,.finance-sources-workspace,.finance-classification-workspace,.finance-transactions-workspace,.finance-import-workspace,.finance-reconciliation-workspace,.finance-close-workspace,.finance-report-card,.finance-master-panel,.finance-source-binding-card){border-color:var(--ds-border-soft);background:var(--ds-surface-1);box-shadow:none;border-radius:12px}.authenticated-shell .ceo-workspace{gap:16px;width:min(1320px,100%)}.authenticated-shell .ceo-heading{align-items:center}.authenticated-shell .ceo-heading .section-kicker{color:var(--ds-text-muted)}.authenticated-shell .ceo-heading h1{letter-spacing:-.02em;margin:4px 0 5px;font-size:24px;font-weight:620}.authenticated-shell .ceo-heading p{color:var(--ds-text-secondary);font-size:13px}.authenticated-shell .ceo-metric{border-color:var(--ds-border-soft);background:var(--ds-surface-1);box-shadow:none;border-radius:12px;padding:14px}.authenticated-shell .ceo-metric>svg{border-radius:9px;width:34px;height:34px;padding:8px}.authenticated-shell .ceo-panel{border-color:var(--ds-border-soft);background:var(--ds-surface-1);box-shadow:none;border-radius:12px}.authenticated-shell .ceo-weekly{background:var(--ds-surface-1)}.authenticated-shell .ceo-weekly li,.authenticated-shell .ceo-register>header{background:var(--ds-surface-2)}.knowledge-heading,.knowledge-company-context{display:none!important}.knowledge-card{padding:0;overflow:hidden}.knowledge-card-open{min-height:72px;padding:14px}.knowledge-card-copy small{color:var(--ds-text-muted);margin-top:3px;font-size:11px}.communication-voice-preview{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;min-height:58px;padding:10px 13px 5px;display:grid}.communication-voice-preview>span{align-items:center;gap:3px;height:28px;display:flex}.communication-voice-preview i{background:color-mix(in srgb, var(--ds-accent) 66%, var(--ds-text-muted));border-radius:2px;width:2px}.communication-voice-preview strong{color:var(--ds-text-secondary);white-space:nowrap;font-size:10px;font-weight:580}.settings-status-disclosure{border:1px solid var(--ds-border);background:var(--ds-surface-1);border-radius:10px;margin-bottom:16px}.settings-status-disclosure>summary{cursor:pointer;color:var(--ds-text);padding:13px 15px;font-size:13px;font-weight:700}.settings-status-disclosure .integration-metric-grid{padding:0 12px 12px}.organization-chart-canvas{background-color:var(--ds-surface-2);padding:42px 28px}.organization-tree-children:before,.organization-tree-children>.organization-tree-item:before{background-color:var(--ds-accent);border-color:var(--ds-accent)!important}.organization-chart-node{border-color:var(--ds-border-strong);min-width:210px;box-shadow:none!important}.organization-chart-node:hover{border-color:var(--ds-accent)}.auth-page .auth-submit,.security-page .auth-submit{color:#fff!important;box-shadow:none!important;background:#2563eb!important;border-color:#2563eb!important}.auth-page .auth-submit :where(span,svg),.security-page .auth-submit :where(span,svg){color:#fff!important}.auth-page .auth-submit:disabled,.security-page .auth-submit:disabled{opacity:.72;color:#e8eefb!important;background:#244f9f!important;border-color:#244f9f!important}.authenticated-shell{grid-template:"header header"64px"sidebar workspace"minmax(calc(100dvh - 64px),auto)/220px minmax(0,1fr)}.authenticated-shell:has(.authenticated-sidebar[data-collapsed=true]){grid-template-columns:68px minmax(0,1fr)}.authenticated-topbar{grid-template-columns:190px minmax(240px,1fr) auto}.authenticated-sidebar .nav-item{min-height:36px;padding-inline:10px}.authenticated-shell .primary-button,.authenticated-shell .primary-button :where(span,svg){color:#fff!important}.authenticated-shell .campaign-dashboard{gap:16px;display:grid}.authenticated-shell .campaign-source-health{min-height:38px;padding:0}.authenticated-shell .campaign-currency-block{background:0 0;border:0;padding:0}.authenticated-shell .campaign-currency-block>header{min-height:42px;margin:0;padding:0 2px 10px}.authenticated-shell .campaign-currency-block>header h2{font-size:17px}.authenticated-shell .campaign-stat-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.authenticated-shell .campaign-stat-grid article{border:1px solid var(--ds-border-soft);background:var(--ds-surface-1);border-radius:11px;align-content:start;min-height:154px;padding:16px}.authenticated-shell .campaign-stat-grid article>strong{margin-top:4px;font-size:clamp(20px,2vw,28px)}.authenticated-shell .campaign-stat-grid article:first-child{overflow:hidden}.campaign-mini-chart{width:100%;height:38px;margin-top:auto;overflow:visible}.campaign-mini-chart polyline{stroke:var(--ds-accent);stroke-width:1.6px;stroke-linecap:round;stroke-linejoin:round}.authenticated-shell .campaign-breakdowns>section{border-radius:11px;align-self:start}.authenticated-shell .campaign-breakdowns header{border-bottom:1px solid var(--ds-border-soft);align-items:center;min-height:62px;padding:14px 16px}.authenticated-shell .campaign-breakdowns header p{display:none}.authenticated-shell .campaign-table-wrap{max-width:100%}.authenticated-shell .campaign-table-wrap table{table-layout:fixed;width:100%;min-width:0}.authenticated-shell .campaign-table-wrap th,.authenticated-shell .campaign-table-wrap td{text-overflow:ellipsis;white-space:nowrap;padding:11px 14px;overflow:hidden}.authenticated-shell .campaign-table-wrap th:first-child,.authenticated-shell .campaign-table-wrap td:first-child{width:31%}.campaign-more-results{border-top:1px solid var(--ds-border-soft)}.campaign-more-results>summary{color:var(--ds-text-secondary);cursor:pointer;padding:12px 15px;font-size:12px;font-weight:600;list-style:none}.campaign-more-results>summary:after,.campaign-more-results[open]>summary:after{content:""}.campaign-more-results>summary span:last-child,.campaign-more-results[open]>summary span:first-child{display:none}.campaign-more-results[open]>summary span:last-child{display:inline}.authenticated-shell .campaign-analytics-page{gap:22px}.authenticated-shell .campaign-analytics-page>.workspace-page-heading{border-bottom:1px solid var(--ds-border-soft);min-height:42px;padding-bottom:12px}.authenticated-shell .campaign-analytics-page>.workspace-page-heading h1{letter-spacing:-.035em;font-size:24px;font-weight:620}.campaign-source-back{width:fit-content;color:var(--ds-text-secondary);align-items:center;gap:7px;font-size:12px;font-weight:550;display:inline-flex}.campaign-source-back:hover{color:var(--ds-text)}.campaign-source-back svg{width:15px;height:15px}.authenticated-shell .campaign-dashboard{gap:30px}.campaign-analytics-heading{gap:14px;display:grid}.campaign-analytics-heading>h2,.campaign-detail-section>header h2{color:var(--ds-text);letter-spacing:-.025em;margin:0;font-size:21px;font-weight:620}.campaign-analytics-filters{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:12px;min-width:0;display:grid}.campaign-analytics-filter-meta{justify-items:end;gap:6px;display:grid}.campaign-period-filter,.campaign-date-range,.campaign-compare-period,.campaign-source-link{border:1px solid var(--ds-border-soft);background:var(--ds-surface-1);border-radius:9px;align-items:center;min-height:36px;display:inline-flex}.campaign-period-filter{background:0 0;border-color:#0000;gap:4px;overflow:visible}.campaign-period-filter a,.campaign-period-filter summary{min-height:34px;color:var(--ds-text-muted);border-radius:8px;justify-content:center;align-items:center;padding:0 12px;font-size:11px;font-weight:500;display:inline-flex}.campaign-period-filter a+a{border-left:0}.campaign-period-filter a:hover,.campaign-period-filter a.active,.campaign-period-filter details.active summary,.campaign-period-filter summary:hover{color:var(--ds-text);background:var(--ds-surface-2)}.campaign-period-filter details{position:relative}.campaign-period-filter summary{cursor:pointer;gap:6px;list-style:none}.campaign-period-filter summary::-webkit-details-marker{display:none}.campaign-period-filter summary svg{width:14px;height:14px}.campaign-date-range,.campaign-compare-period,.campaign-source-link{color:var(--ds-text-secondary);gap:7px;padding:0 11px;font-size:11px;font-weight:520}.campaign-date-range svg,.campaign-source-link svg{width:14px;height:14px;color:var(--ds-text-muted)}.campaign-compare-label{color:var(--ds-text-muted);font-size:10px}.campaign-source-status{color:var(--ds-text-muted);white-space:nowrap;align-items:center;gap:6px;margin-left:0;font-size:10px;display:inline-flex}.campaign-source-status.active{color:var(--ds-text-muted)}.campaign-source-status.degraded{color:var(--ds-warning)}.campaign-source-status svg{width:14px;height:14px}.campaign-source-link{color:var(--ds-text-secondary)}.campaign-source-link:hover{color:var(--ds-text);background:var(--ds-surface-2)}.campaign-display-currency{border:1px solid var(--ds-border-soft);background:0 0;border-radius:7px;gap:2px;min-height:28px;padding:2px}.campaign-display-currency button{border-radius:5px;min-height:22px;padding:0 7px;font-size:9px;font-weight:650}.authenticated-shell .campaign-currency-block{min-width:0}.campaign-currency-heading{justify-content:flex-start!important;min-height:28px!important;padding:0 0 8px!important}.campaign-currency-heading>span{border:1px solid var(--ds-border-soft);color:var(--ds-text-muted);background:var(--ds-surface-1);border-radius:5px;padding:3px 6px;font-size:9px;font-weight:650}.authenticated-shell .campaign-stat-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.authenticated-shell .analytics-stat-card{border:1px solid var(--ds-border-soft);background:var(--ds-surface-1);border-radius:16px;flex-direction:column;gap:13px;min-width:0;height:222px;padding:16px;display:flex;overflow:hidden}.authenticated-shell .campaign-stat-grid .analytics-stat-card:hover{border-color:var(--ds-border-soft);background:var(--ds-surface-1);transform:none}.analytics-stat-card>header{gap:5px;display:grid}.analytics-stat-card>header>span{border-bottom:1px dotted var(--ds-text-muted);width:fit-content;color:var(--ds-text-secondary);font-size:12px;font-weight:520}.analytics-stat-card>header>div{align-items:baseline;gap:9px;min-width:0;display:flex}.analytics-stat-card>header strong{color:var(--ds-text);letter-spacing:-.035em;text-overflow:ellipsis;white-space:nowrap;font-size:clamp(21px,1.8vw,27px);font-weight:620;line-height:1.15;overflow:hidden}.analytics-stat-card>header p{min-height:15px;color:var(--ds-text-muted);margin:0;font-size:10px}.analytics-comparison{color:var(--ds-text-secondary);background:var(--ds-surface-3);border-radius:6px;flex:none;padding:3px 6px;font-size:9px;font-weight:650}.analytics-comparison.positive{color:var(--ds-success);background:color-mix(in srgb, var(--ds-success) 12%, transparent)}.analytics-comparison.negative{color:var(--ds-warning);background:color-mix(in srgb, var(--ds-warning) 12%, transparent)}.analytics-card-chart{min-height:108px;margin-top:auto;padding-bottom:26px;display:block;position:relative}.analytics-card-chart svg{width:100%;height:78px;position:absolute;top:0;left:0;overflow:hidden}.analytics-card-chart line{stroke:var(--ds-border-soft);stroke-width:1px;vector-effect:non-scaling-stroke}.analytics-card-chart polyline{fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;vector-effect:non-scaling-stroke}.analytics-card-chart polyline.previous{stroke:var(--ds-text-muted);opacity:.38}.analytics-card-chart polyline.current{stroke:var(--ds-accent)}.analytics-chart-reveal{transform-box:fill-box;transform-origin:0;animation:.46s cubic-bezier(.22,1,.36,1) both analytics-card-line-reveal}@keyframes analytics-card-line-reveal{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.analytics-card-chart circle{fill:var(--ds-accent);stroke:var(--ds-surface-1);stroke-width:2px;opacity:0}.analytics-card-chart circle.active{opacity:1}.analytics-chart-hit-areas{z-index:2;display:flex;position:absolute;inset:0 0 30px}.analytics-chart-hit-areas button{cursor:crosshair;background:0 0;border:0;flex:1;min-width:0;padding:0}.analytics-chart-hit-areas button:focus-visible{outline:1px solid var(--ds-accent);outline-offset:-2px}.analytics-chart-tooltip{z-index:4;border:1px solid var(--ds-border);width:max-content;min-width:118px;max-width:min(198px,100% - 8px);color:var(--ds-text);background:color-mix(in srgb, var(--ds-surface-2) 96%, transparent);pointer-events:none;border-radius:9px;gap:3px;padding:8px 10px;display:grid;position:absolute;transform:translate(-50%,calc(-100% - 10px));box-shadow:0 10px 26px #0000003d}.analytics-chart-tooltip[data-position=below]{transform:translate(-50%,8px)}.analytics-chart-tooltip[data-edge=start]{transform:translateY(calc(-100% - 10px))}.analytics-chart-tooltip[data-edge=start][data-position=below]{transform:translateY(8px)}.analytics-chart-tooltip[data-edge=end]{transform:translate(-100%,calc(-100% - 10px))}.analytics-chart-tooltip[data-edge=end][data-position=below]{transform:translate(-100%,8px)}.analytics-chart-tooltip span{color:var(--ds-text-muted);white-space:nowrap;font-size:9px}.analytics-chart-tooltip strong{white-space:nowrap;font-size:11px;font-weight:620}.analytics-chart-tooltip small{color:var(--ds-text-secondary);grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:2px 8px;font-size:9px;display:grid}.analytics-chart-tooltip small span{min-width:0;color:var(--ds-text-secondary);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.analytics-chart-tooltip small em{color:var(--ds-text-muted);grid-column:1;font-size:8px;font-style:normal}.analytics-chart-tooltip small b{color:var(--ds-text);white-space:nowrap;grid-area:1/2/span 2;font-weight:600}.analytics-chart-tooltip small i,.analytics-chart-legend i{background:var(--ds-text-muted);border-radius:999px;width:7px;height:2px;margin-right:4px;display:inline-block}.analytics-chart-legend{color:var(--ds-text-muted);gap:10px;font-size:8px;display:flex;position:absolute;bottom:13px;left:0;right:0}.analytics-chart-legend i.current{background:var(--ds-accent)}.analytics-card-chart.empty>span{color:var(--ds-text-muted);place-items:center;font-size:10px;display:grid;position:absolute;inset:0}.analytics-card-chart footer{color:var(--ds-text-muted);justify-content:space-between;font-size:9px;display:flex;position:absolute;bottom:0;left:0;right:0}@media (prefers-reduced-motion:reduce){.analytics-chart-reveal{animation:none}}.analytics-orders-card{gap:15px!important}.analytics-status-stack{background:var(--ds-surface-3);border-radius:999px;width:100%;height:7px;margin-top:7px;display:flex;overflow:visible}.analytics-status-stack>span:first-child{border-radius:999px 0 0 999px}.analytics-status-stack>span:last-child{border-radius:0 999px 999px 0}.analytics-status-stack>span{height:100%;display:block;position:relative}.analytics-status-stack>span:after{z-index:8;border:1px solid var(--ds-border);color:var(--ds-text);background:var(--ds-surface-2);content:attr(data-tooltip);white-space:nowrap;border-radius:7px;padding:6px 8px;font-size:9px;font-style:normal;display:none;position:absolute;bottom:calc(100% + 9px);left:50%;transform:translate(-50%);box-shadow:0 8px 22px #0000003d}.analytics-status-stack>span:hover:after,.analytics-status-stack>span:focus-visible:after{display:block}.analytics-status-stack .approved,.analytics-status-list i.approved{background:var(--ds-success)}.analytics-status-stack .pending,.analytics-status-list i.pending{background:var(--ds-warning)}.analytics-status-stack .failed,.analytics-status-list i.failed{background:var(--ds-danger)}.analytics-status-list{scrollbar-color:transparent transparent;scrollbar-width:thin;flex:1;gap:0;min-height:0;margin:0;padding-right:3px;transition:scrollbar-color .14s;display:grid;overflow-y:auto}.analytics-status-list:hover,.analytics-status-list:focus-within{scrollbar-color:color-mix(in srgb, var(--ds-text-muted) 52%, transparent) transparent}.analytics-status-list::-webkit-scrollbar{width:5px}.analytics-status-list::-webkit-scrollbar-track{background:0 0}.analytics-status-list::-webkit-scrollbar-thumb{background:0 0;border-radius:999px}.analytics-status-list:hover::-webkit-scrollbar-thumb{background:color-mix(in srgb, var(--ds-text-muted) 52%, transparent)}.analytics-status-list:focus-within::-webkit-scrollbar-thumb{background:color-mix(in srgb, var(--ds-text-muted) 52%, transparent)}.analytics-status-list>div{border-top:1px solid var(--ds-border-soft);justify-content:space-between;align-items:center;gap:12px;min-height:31px;display:flex}.analytics-status-list dt,.analytics-status-list dd{color:var(--ds-text-secondary);align-items:center;gap:7px;margin:0;font-size:10px;display:flex}.analytics-status-list dt>i{border-radius:999px;width:7px;height:7px}.analytics-status-list dd{color:var(--ds-text);font-weight:600}.analytics-status-list dd span{min-width:34px;color:var(--ds-text-muted);text-align:right;font-weight:450}.analytics-attribution-card>header{gap:8px}.analytics-attribution-tabs,.analytics-detail-tabs{background:var(--ds-surface-2);border-radius:8px;align-items:center;width:fit-content;padding:2px;gap:2px!important;display:inline-flex!important}.analytics-attribution-tabs button,.analytics-detail-tabs button{min-height:24px;color:var(--ds-text-muted);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:6px;align-items:center;gap:6px;padding:0 9px;font-size:10px;font-weight:520;display:inline-flex}.analytics-attribution-tabs button:hover,.analytics-attribution-tabs button[aria-selected=true],.analytics-detail-tabs button:hover,.analytics-detail-tabs button[aria-selected=true]{color:var(--ds-text);background:var(--ds-surface-3)}.analytics-attribution-list{margin-top:1px;display:grid}.analytics-attribution-list>div{border-bottom:1px solid var(--ds-border-soft);grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;min-height:31px;font-size:10px;display:grid}.analytics-attribution-list span{color:var(--ds-text-secondary);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.analytics-attribution-list strong{color:var(--ds-text);font-size:10px;font-weight:580}.analytics-attribution-empty{min-height:74px;color:var(--ds-text-muted);text-align:center;place-items:center;margin:0;font-size:10px;display:grid}.analytics-attribution-link{width:fit-content;color:var(--ds-accent);cursor:pointer;background:0 0;border:0;margin-top:auto;padding:0;font-size:10px;font-weight:550}.campaign-detail-section{gap:14px;padding-top:1px;display:grid}.campaign-detail-section>header{justify-content:space-between;align-items:center;gap:16px;min-height:28px;display:flex}.analytics-detail-tabs svg{width:13px;height:13px}.campaign-detail-table-shell{border:1px solid var(--ds-border-soft);background:var(--ds-surface-1);border-radius:16px;overflow:hidden}.campaign-detail-table-shell .campaign-table-wrap{position:relative}.campaign-detail-table-shell.collapsed .campaign-table-wrap:after{background:linear-gradient(transparent, var(--ds-surface-1));pointer-events:none;content:"";height:54px;position:absolute;bottom:0;left:0;right:0}.campaign-detail-toggle{border:0;border-top:1px solid var(--ds-border-soft);width:100%;min-height:40px;color:var(--ds-text-secondary);background:var(--ds-surface-1);cursor:pointer;font-size:10px;font-weight:550}.campaign-detail-toggle:hover{color:var(--ds-text);background:var(--ds-surface-2)}.campaign-detail-table-shell .campaign-table-wrap th{height:36px;color:var(--ds-text-muted);padding-inline:12px;font-size:10px;font-weight:500}.campaign-detail-table-shell th button{color:inherit;font:inherit;cursor:pointer;white-space:nowrap;background:0 0;border:0;align-items:center;gap:4px;padding:0;display:inline-flex}.campaign-detail-table-shell th button:hover{color:var(--ds-text)}.campaign-detail-table-shell th button svg{width:11px;height:11px}.campaign-detail-table-shell[data-expanded=true] tbody tr:nth-child(n+7),.dashboard-expandable-list[open]>div{animation:.26s ease-out both expandable-reveal}@keyframes expandable-reveal{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.analytics-spend-card>dl{gap:5px;margin:0;display:grid}.analytics-spend-card>dl>div{color:var(--ds-text-secondary);justify-content:space-between;font-size:9px;display:flex}.analytics-spend-card dt,.analytics-spend-card dd{margin:0}.analytics-spend-card dd{color:var(--ds-text);font-weight:560}.campaign-detail-table-shell .campaign-table-wrap td{height:44px;color:var(--ds-text);padding-inline:12px;font-size:11px;font-weight:420}.campaign-detail-table-shell tbody tr:hover{background:color-mix(in srgb, var(--ds-text) 2.5%, transparent)}.authenticated-shell .campaign-breakdowns{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.authenticated-shell .campaign-breakdowns>section{border:1px solid var(--ds-border-soft);background:var(--ds-surface-1);box-shadow:none;border-radius:16px}.authenticated-shell .campaign-breakdowns header{align-items:center;gap:9px;min-height:54px;padding:0 16px}.authenticated-shell .campaign-breakdowns header>svg{width:16px;height:16px;color:var(--ds-text-muted)}.authenticated-shell .campaign-breakdowns h3{margin:0;font-size:13px;font-weight:580}.authenticated-shell .campaign-source-setup{background:0 0;border:0;padding:0}.authenticated-shell .campaign-source-setup>header{padding:0 0 14px}.authenticated-shell .campaign-source-create-form,.authenticated-shell .campaign-source-card,.authenticated-shell .campaign-source-empty{border-color:var(--ds-border-soft);background:var(--ds-surface-1);box-shadow:none;border-radius:11px}.authenticated-shell .campaign-source-create-form{max-width:none;margin-top:0}.authenticated-shell .campaign-source-provisioner{border:1px solid var(--ds-border-soft);background:var(--ds-surface-1);border-radius:11px;margin-bottom:12px}.authenticated-shell .campaign-source-provisioner>summary{min-height:44px;color:var(--ds-text);cursor:pointer;align-items:center;gap:8px;padding:0 14px;font-size:13px;font-weight:650;list-style:none;display:flex}.authenticated-shell .campaign-source-provisioner>summary::-webkit-details-marker{display:none}.authenticated-shell .campaign-source-provisioner>summary svg{width:15px;height:15px}.authenticated-shell .campaign-source-provisioner[open]>summary{border-bottom:1px solid var(--ds-border-soft)}.authenticated-shell .campaign-source-provisioner .campaign-source-create-form{border:0;border-radius:0 0 11px 11px}.authenticated-shell .campaign-security-note{border-color:var(--ds-border-soft);color:var(--ds-text-secondary);background:0 0;border-radius:10px;margin-top:12px;padding:10px 12px;font-size:12px}.authenticated-shell :where(.finance-accounts-workspace,.finance-sources-workspace,.finance-classification-workspace,.finance-transactions-workspace,.finance-import-workspace,.finance-reconciliation-workspace,.finance-close-workspace){min-width:0;padding:clamp(16px,2vw,22px)}.authenticated-shell :where(.modal-backdrop,.record-dialog-backdrop,.organization-dialog-backdrop,.profile-crop-overlay,.mind-map-share-overlay){z-index:21000;min-width:0;min-height:0;padding:max(16px, env(safe-area-inset-top)) max(16px, env(safe-area-inset-right)) max(16px, env(safe-area-inset-bottom)) max(16px, env(safe-area-inset-left));overscroll-behavior:contain;place-items:center;overflow:auto}.authenticated-shell .record-dialog:not(.task-detail-dialog),.authenticated-shell .organization-dialog,.authenticated-shell .goals-modal,.authenticated-shell .profile-crop-dialog{contain:none;border-radius:12px;max-width:100%;max-height:calc(100dvh - 32px);margin:auto}.authenticated-shell .invite-person-dialog{grid-template-rows:auto minmax(0,1fr);display:grid}.authenticated-shell .invite-person-dialog .record-editor-form,.authenticated-shell .goals-form-body{min-height:0;max-height:none;overflow-y:auto}.authenticated-shell .invite-role-fieldset label{min-height:58px;padding:9px 11px}.authenticated-shell .invite-access-fieldset>div{grid-template-columns:repeat(2,minmax(0,1fr))}.authenticated-shell .invite-access-fieldset label{min-height:42px;padding:8px 10px}.authenticated-shell .invite-access-fieldset input{width:16px;min-height:16px;padding:0}.authenticated-shell .goals-modal form>footer,.authenticated-shell .record-editor-form>footer{z-index:3;background:var(--ds-surface-1);position:sticky;bottom:0}.authenticated-shell .task-detail-backdrop{z-index:20000;place-items:stretch end;padding:0;overflow:hidden}.authenticated-shell .task-detail-dialog{contain:none;border-radius:14px 0 0 14px;width:min(680px,100vw);height:100dvh;max-height:100dvh;margin:0}.floating-assistant-panel{grid-template-rows:auto minmax(0,1fr) auto auto;max-height:calc(100dvh - 88px);display:grid}.floating-assistant-panel:has(.floating-assistant-history){grid-template-rows:auto minmax(0,1fr) auto}.floating-assistant-messages,.floating-assistant-history{min-height:0;max-height:none;overflow-y:auto}.floating-assistant-messages{min-height:min(290px,32dvh)}.floating-assistant-history{min-height:min(360px,44dvh)}.floating-assistant-actions{min-width:0}.floating-assistant-actions button{min-width:0;padding-inline:9px}.authenticated-shell .mind-map-canvas{background-color:var(--ds-app);background-image:radial-gradient(color-mix(in srgb, var(--ds-text-muted) 24%, transparent) .55px, transparent .55px);background-size:24px 24px;flex:auto;height:auto}.mind-map-context-menu{z-index:1000;min-width:150px;display:grid;position:fixed}.mind-map-context-menu button{min-height:34px;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:6px;padding:0 10px}.mind-map-context-menu button:hover{background:var(--ds-surface-3)}.mind-map-context-menu button.is-danger{color:var(--ds-danger)}.mind-elixir-canvas{width:100%;height:100%;color:var(--ds-text)}.mind-elixir-canvas>.map-container{width:100%;height:100%;color:var(--ds-text);font:inherit;cursor:grab;background:0 0}.mind-elixir-canvas>.map-container:active{cursor:grabbing}.mind-elixir-canvas>.map-container[data-panning=true]{cursor:grabbing;-webkit-user-select:none;user-select:none}.mind-elixir-canvas>.map-container:focus-visible{outline:0}.mind-elixir-canvas .map-canvas{will-change:transform}.mind-elixir-canvas .map-container me-root me-tpc{min-width:0;max-width:300px;box-shadow:none;text-align:center;border-width:0;padding:9px 18px;font-size:16px;font-weight:620;line-height:1.3}.mind-elixir-canvas .map-container me-main>me-wrapper>me-parent>me-tpc{border:1.5px solid var(--main-color);min-width:0;max-width:280px;color:var(--main-color);background:var(--ds-surface-1);box-shadow:none;padding:6px 13px;font-size:13px;font-weight:520;line-height:1.3}.mind-elixir-canvas .map-container me-children me-parent me-tpc{min-width:0;max-width:260px;color:var(--ds-text-secondary);box-shadow:none;background:0 0;border:0;border-radius:3px;padding:3px 2px 4px;font-size:12px;font-weight:450;line-height:1.35}.mind-elixir-canvas .map-container me-tpc:hover{color:var(--ds-text);background:color-mix(in srgb, var(--ds-text) 6%, transparent)}.mind-elixir-canvas .map-container me-root me-tpc:hover{color:var(--ds-accent-contrast);background:var(--root-bgcolor)}.mind-elixir-canvas .map-container me-tpc.selected{outline:2px solid var(--ds-accent);outline-offset:2px}.mind-elixir-canvas[data-selection-active=false] .map-container me-tpc.selected{outline:0}.mind-elixir-canvas .map-container me-tpc[data-kind=note]{color:var(--ds-text);background:color-mix(in srgb, var(--ds-warning) 10%, var(--ds-surface-1));box-shadow:none}.mind-elixir-canvas .map-container me-tpc[data-kind=note]:before{background:var(--ds-warning);content:"";border-radius:999px;width:6px;height:6px;margin:0 7px 1px 0;display:inline-block}.mind-elixir-canvas .map-container me-tpc[data-has-links=true]:after,.mind-elixir-canvas .map-container me-tpc[data-has-owner=true]:after{background:var(--ds-info);content:"";border-radius:999px;width:5px;height:5px;margin:0 0 1px 7px;display:inline-block}.mind-elixir-canvas .map-container me-epd{border:1px solid var(--ds-border);background-color:var(--ds-surface-1);width:14px;height:14px;box-shadow:none;border-radius:999px}.mind-elixir-canvas .map-container #input-box{max-width:min(360px,70vw);color:var(--ds-text);background:var(--ds-surface-1);box-shadow:inset 0 -2px var(--ds-accent);font:inherit;border:0;border-radius:3px;outline:0}.mind-elixir-canvas .map-container .selection-area{border:1px solid var(--ds-accent);background:var(--ds-accent-soft)}.mind-elixir-canvas .map-container .mind-elixir-ghost{border:1px solid var(--main-color,var(--ds-accent));color:var(--ds-text);background:var(--ds-surface-1);box-shadow:none;border-radius:20px}.mind-elixir-canvas .mind-elixir-toolbar{border:1px solid var(--ds-border);color:var(--ds-text-secondary);background:var(--ds-surface-1);box-shadow:var(--ds-shadow-soft);border-radius:10px;align-items:center;gap:2px;padding:5px;display:flex}.mind-elixir-canvas .mind-elixir-toolbar.lt{display:none}.mind-elixir-canvas .mind-elixir-toolbar.rb{bottom:14px;right:14px}.mind-elixir-canvas .mind-elixir-toolbar.rb span+span{margin-left:0}.mind-elixir-canvas .mind-elixir-toolbar span{cursor:pointer;border-radius:7px;place-items:center;width:30px;height:30px;display:grid}.mind-elixir-canvas .mind-elixir-toolbar span:hover,.mind-elixir-canvas .mind-elixir-toolbar span:focus-visible{color:var(--ds-text);background:var(--ds-surface-2);outline:0}.mind-elixir-canvas .mind-elixir-toolbar svg{width:16px;height:16px}.authenticated-shell .mind-map-toolbox{width:40px;box-shadow:var(--ds-shadow-soft);border-radius:10px;gap:2px;padding:3px;top:14px;left:14px}.authenticated-shell .mind-map-toolbox button{background:0 0;width:32px;height:32px}.authenticated-shell .mind-map-details-drawer{width:min(310px,100% - 72px);max-height:calc(100% - 24px);box-shadow:var(--ds-shadow-elevated);border-radius:12px;top:12px;right:12px}.authenticated-shell .mind-map-editor-actions .secondary-button{padding-inline:9px;font-size:11px}.mind-map-selection-toolbar{z-index:15;border:1px solid var(--ds-border);background:var(--ds-surface-1);box-shadow:var(--ds-shadow-soft);border-radius:9px;align-items:center;gap:2px;padding:3px;display:flex;position:absolute;transform:translate(-50%)}.mind-map-selection-toolbar button{width:30px;height:30px;min-height:0;color:var(--ds-text-secondary);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:6px;place-items:center;padding:0;display:grid}.mind-map-selection-toolbar button:hover{color:var(--ds-text);background:var(--ds-surface-2)}.mind-map-selection-toolbar svg{width:16px;height:16px}.mind-map-selection-toolbar button.is-danger{color:var(--ds-danger)}.mind-map-inspector-heading-actions{align-items:center;gap:3px;display:flex}.mind-map-export-control{position:relative}.mind-map-export-control>.icon-button{width:34px;padding:0}.mind-map-saas-select{width:100%;min-width:0;position:relative}.mind-map-saas-select-trigger{border:1px solid var(--ds-border);border-radius:var(--ds-radius-control);width:100%;min-height:40px;color:var(--ds-text);background:var(--ds-surface-2);font:inherit;text-align:left;cursor:pointer;justify-content:space-between;align-items:center;gap:10px;padding:0 11px;display:flex}.mind-map-saas-select-trigger:disabled{cursor:not-allowed;opacity:.55}.mind-map-saas-select-trigger>span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.mind-map-saas-select-trigger svg{flex:none;width:14px;height:14px}.mind-map-saas-select-menu{z-index:60;max-height:230px;display:grid;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow-y:auto}.mind-map-saas-select-menu button{min-height:38px;color:var(--ds-text);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:6px;justify-content:space-between;align-items:center;gap:10px;padding:0 10px;display:flex}.mind-map-saas-select-menu button:hover,.mind-map-saas-select-menu button[aria-selected=true]{background:var(--ds-surface-2)}.mind-map-saas-select-menu button svg{width:15px;height:15px;color:var(--ds-accent)}.mind-map-export-menu{z-index:40;min-width:110px;display:grid;position:absolute;top:calc(100% + 7px);right:0}.mind-map-export-menu button{min-height:34px;color:var(--ds-text);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:6px;padding:0 10px}.mind-map-export-menu button:hover{background:var(--ds-surface-2)}.mind-map-editor-alert.is-info{border-color:var(--ds-border);color:var(--ds-text-secondary);background:var(--ds-surface-2)}@media (max-width:760px){.mind-map-editor-shell{height:calc(100dvh - 56px)}.mind-map-editor-header{min-height:54px;padding-inline:8px}.mind-map-editor-title small,.mind-map-editor-actions .mind-map-add-button,.mind-map-editor-footer kbd,.mind-map-editor-footer span:last-child{display:none}.mind-map-share-button{width:34px;padding:0;font-size:0}.mind-map-editor-title h1{text-overflow:ellipsis;white-space:nowrap;max-width:32vw;overflow:hidden}.mind-map-toolbox{top:10px;left:8px}.mind-map-inspector{width:auto;max-height:min(58dvh,520px);inset:auto 8px 8px;overflow-y:auto}.mind-map-selection-toolbar{justify-content:center;bottom:14px;right:auto;transform:translate(-50%);top:auto!important;left:50%!important}.mind-map-selection-toolbar button{width:32px;height:32px}.mind-map-selection-toolbar button svg{width:17px;height:17px}.mind-elixir-canvas .map-container me-root me-tpc{padding:8px 14px;font-size:15px}}@media (prefers-reduced-motion:reduce){.mind-elixir-canvas .map-canvas,.mind-elixir-canvas .map-container *{scroll-behavior:auto!important;transition:none!important}}.authenticated-shell .personal-task-card{grid-template-columns:minmax(0,1fr) auto;gap:8px;padding:0;transform:none}.authenticated-shell .personal-task-card:hover{transform:none}.authenticated-shell .personal-task-card-main{min-width:0;color:inherit;grid-template-columns:minmax(0,1fr) auto;gap:5px 10px;padding:12px 32px 12px 13px;display:grid;position:relative}.authenticated-shell .personal-task-card-main>strong{font-size:12px}.authenticated-shell .personal-task-card-main>.priority-pill{grid-area:2/2/span 2;align-self:center}.authenticated-shell .personal-task-card-main>svg{color:var(--ds-text-muted);position:absolute;top:50%;right:9px;transform:translateY(-50%)}.authenticated-shell .personal-task-card>form{border-left:1px solid var(--ds-border-soft);align-self:stretch;padding:8px}.authenticated-shell .personal-task-card>form button{border:1px solid var(--ds-border-soft);width:36px;height:100%;min-height:38px;color:var(--ds-success);background:var(--ds-surface-2);cursor:pointer;border-radius:8px;place-items:center;padding:0;display:grid}.authenticated-shell .personal-task-card>form button span{clip:rect(0 0 0 0);width:1px;height:1px;position:absolute;overflow:hidden}.authenticated-shell .personal-task-card.is-completing{min-height:64px;color:var(--ds-success);opacity:.78;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;padding:12px 14px}.authenticated-shell .personal-task-card.is-completing:before{display:none}.authenticated-shell .knowledge-modal-backdrop{z-index:20000;padding:12px;overflow:auto}.authenticated-shell .knowledge-reader,.authenticated-shell .knowledge-editor{border:1px solid var(--ds-border-strong);width:min(820px,100vw - 24px);max-height:calc(100dvh - 24px);color:var(--ds-text);background:var(--ds-surface-1);border-radius:12px;box-shadow:0 24px 64px #00000057}.authenticated-shell .knowledge-reader>header,.authenticated-shell .knowledge-editor>header{border-color:var(--ds-border-soft);gap:10px;min-width:0;padding:14px 16px}.authenticated-shell .knowledge-reader>header>div:first-child{min-width:0}.authenticated-shell .knowledge-reader>header h2{text-overflow:ellipsis;white-space:nowrap;font-size:17px;overflow:hidden}.authenticated-shell .knowledge-reader-actions{flex:none}.authenticated-shell .knowledge-reader-body,.authenticated-shell .knowledge-editor-body{min-height:0;padding:clamp(16px,2.5vw,24px)}.authenticated-shell .knowledge-reader-summary{margin-bottom:16px;font-size:14px}.authenticated-shell .knowledge-reader-facts{gap:6px;margin-bottom:20px}.authenticated-shell .checklist-toggle-form.is-pending{opacity:.72}@media (max-width:640px){.authenticated-shell .knowledge-reader>header{flex-wrap:wrap;align-items:flex-start}.authenticated-shell .knowledge-reader-actions{order:3;width:100%}.authenticated-shell .knowledge-reader-actions button{flex:1}.authenticated-shell .personal-task-card{grid-template-columns:minmax(0,1fr)}.authenticated-shell .personal-task-card>form{border-top:1px solid var(--ds-border-soft);border-left:0;padding:6px 10px 10px}.authenticated-shell .personal-task-card>form button{width:100%;height:34px}.authenticated-shell .personal-task-card>form button span{clip:auto;width:auto;height:auto;margin-left:7px;position:static;overflow:visible}}.authenticated-shell .calendar-day{min-height:126px;padding:8px}.authenticated-shell .calendar-day>time{min-height:20px;margin:0 28px 6px 0}.authenticated-shell .calendar-day>button:not(.calendar-add-task){border-left:3px solid var(--ds-accent);background:var(--ds-accent-soft);border-radius:6px;min-height:28px;margin-top:5px;padding:6px 7px;font-size:11px}@media (max-width:1180px){.authenticated-shell{grid-template-columns:204px minmax(0,1fr)}.authenticated-topbar{grid-template-columns:176px minmax(220px,1fr) auto}.authenticated-shell .campaign-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.authenticated-shell .campaign-breakdowns{grid-template-columns:1fr}.campaign-source-status{order:8;width:100%;margin-left:0}}@media (max-width:820px){:is(.authenticated-shell,.authenticated-shell:has(.authenticated-sidebar[data-collapsed=true])){grid-template:"header"64px"workspace"minmax(calc(100dvh - 64px),auto)/minmax(0,1fr)}.authenticated-shell .campaign-stat-grid,.authenticated-shell .mind-map-grid,.authenticated-shell .invite-access-fieldset>div{grid-template-columns:1fr}.campaign-analytics-filters{grid-template-columns:minmax(0,1fr);align-items:stretch}.campaign-analytics-filter-meta{justify-items:end}.campaign-period-filter{width:100%}.campaign-period-filter a{flex:1;justify-content:center}.campaign-date-range,.campaign-compare-period{flex:auto}.campaign-compare-label{display:none}.campaign-source-status{white-space:normal}.authenticated-shell .record-dialog:not(.task-detail-dialog),.authenticated-shell .organization-dialog,.authenticated-shell .goals-modal{border-radius:10px;width:calc(100vw - 16px);max-height:calc(100dvh - 16px)}.authenticated-shell .task-detail-dialog{border-radius:0;width:100vw}.floating-assistant{bottom:8px;right:8px}.floating-assistant-panel{width:calc(100vw - 16px);max-height:calc(100dvh - 72px)}}@media (max-height:720px) and (min-width:821px){.floating-assistant-panel{max-height:calc(100dvh - 74px)}.floating-assistant-panel>header{padding-block:10px}.floating-assistant-messages,.floating-assistant-history{min-height:0}.floating-assistant-composer,.floating-assistant-actions{padding:9px}}.authenticated-actions .floating-assistant{z-index:auto;display:block;position:relative;bottom:auto;right:auto}.authenticated-actions .floating-assistant-trigger{width:34px;min-width:34px;height:34px;color:var(--ds-text-secondary);box-shadow:none;background:0 0;border-color:#0000;border-radius:9px}:root[data-theme=dark] .authenticated-shell .authenticated-actions .floating-assistant-trigger{background:0 0}.authenticated-actions .floating-assistant-trigger:hover{border-color:var(--ds-border-soft);color:var(--ds-text);background:var(--ds-surface-2)}.authenticated-actions .floating-assistant-panel{z-index:120;background:var(--ds-app);border-width:0 0 0 1px;border-radius:0;grid-template-rows:auto minmax(0,1fr) auto;width:min(400px,100vw);max-height:none;animation:.18s ease-out both assistant-panel-in;display:grid;position:fixed;top:64px;bottom:0;right:0;overflow:hidden;box-shadow:-18px 0 50px #0000003d}@keyframes assistant-panel-in{0%{opacity:0;transform:translate(22px)}to{opacity:1;transform:translate(0)}}.authenticated-actions .floating-assistant-panel>header{background:var(--ds-surface-1);border-color:var(--ds-border-soft);grid-template-columns:minmax(0,1fr) auto;gap:12px;min-height:56px;padding:8px 10px 8px 16px}.authenticated-actions .floating-assistant-panel-title{align-items:center;gap:7px;min-width:0;display:flex}.authenticated-actions .floating-assistant-panel>header strong{letter-spacing:-.015em;text-overflow:ellipsis;white-space:nowrap;font-size:18px;font-weight:600;overflow:hidden}.authenticated-actions .floating-assistant-panel>header nav{align-items:center;gap:2px;display:flex}.authenticated-actions .floating-assistant-panel>header .icon-button{background:0 0;border-color:#0000;width:32px;min-width:32px;height:32px}.authenticated-actions .notification-center-panel{z-index:120;background:var(--ds-app);-webkit-backdrop-filter:none;backdrop-filter:none;border-width:0 0 0 1px;border-radius:0;flex-direction:column;width:min(400px,100vw);max-height:none;animation:.18s ease-out both assistant-panel-in;display:flex;position:fixed;top:64px;bottom:0;right:0;overflow:hidden;box-shadow:-18px 0 50px #0000003d}.authenticated-actions .notification-center-panel>header{border-color:var(--ds-border-soft);background:var(--ds-surface-1);min-height:56px;padding:8px 10px 8px 16px}.authenticated-actions .notification-center-panel>header .section-kicker{color:var(--ds-text);letter-spacing:-.015em;text-transform:none;font-size:18px;font-weight:600}.authenticated-actions .notification-center-panel>header strong{min-width:20px;height:20px;color:var(--ds-text-secondary);background:var(--ds-surface-3);font-size:10px;font-weight:600}.authenticated-actions .notification-center-header-actions .icon-button{background:0 0;border-color:#0000;width:34px;min-width:34px;height:34px}.authenticated-actions .notification-center-toolbar{border-color:var(--ds-border-soft);background:var(--ds-app);padding:8px 12px}.authenticated-actions .notification-center-toolbar button{min-height:28px;color:var(--ds-text-secondary);font-size:10px;font-weight:520}.authenticated-actions .notification-center-list,.authenticated-actions .push-settings{background:var(--ds-app);flex:1;min-height:0;padding:10px}.authenticated-actions .notification-center-list{align-content:start;gap:6px;display:grid}.authenticated-actions .notification-center-list article{border:1px solid var(--ds-border-soft);background:var(--ds-surface-1);border-radius:10px;grid-template-columns:30px minmax(0,1fr) 28px;gap:5px;padding:5px}.authenticated-actions .notification-center-list .notification-item-link{padding:7px 6px 7px 8px;gap:9px!important}.authenticated-actions .notification-center-list article.unread{border-color:var(--ds-border);background:var(--ds-surface-2)}.authenticated-actions .notification-center-list article>span{width:30px;height:30px;color:var(--ds-text-secondary);background:var(--ds-surface-3);border:0;border-radius:8px}.authenticated-actions .notification-center-list article strong{font-size:11px;font-weight:570;line-height:1.35}.authenticated-actions .notification-center-list article a{color:var(--ds-text-secondary);font-size:10px;font-weight:480}.authenticated-actions .notification-center-list small,.authenticated-actions .notification-center-list time{color:var(--ds-text-muted);font-size:9px;font-weight:420}.authenticated-actions .notification-read-button{background:0 0;border-color:#0000;border-radius:8px}.authenticated-actions .notification-center-empty{background:var(--ds-app);flex:1;min-height:0}.authenticated-actions .floating-assistant-messages,.authenticated-actions .floating-assistant-history{background:var(--ds-app);min-height:0;max-height:none;padding:16px 14px}.authenticated-actions .floating-assistant-messages article{border-color:var(--ds-border-soft);box-shadow:none;border-radius:10px}.authenticated-actions .floating-assistant-composer{background:var(--ds-app);border-color:#0000;border-top-style:none;border-top-width:0;padding:0 10px 10px}.authenticated-actions .floating-assistant-composer-field{border:1px solid var(--ds-border);background:var(--ds-surface-2);border-radius:14px;grid-template-columns:minmax(0,1fr) 34px;align-items:end;min-height:46px;padding:6px;display:grid}.authenticated-actions .floating-assistant-composer-field:focus-within{border-color:var(--ds-border-strong);box-shadow:0 0 0 1px var(--ds-border-strong)}.authenticated-actions .floating-assistant-composer textarea:focus-visible{outline:0}.authenticated-actions .floating-assistant-empty{align-self:end;gap:10px;padding:26px 0 2px}.authenticated-actions .floating-assistant-empty strong{display:none}.authenticated-actions .floating-assistant-empty small{max-width:none;color:var(--ds-text-muted);font-size:10px}.floating-assistant-suggestions{gap:7px;width:100%;margin-top:10px;display:grid}.floating-assistant-suggestions button{border:1px solid var(--ds-border-soft);min-height:44px;color:var(--ds-text);background:var(--ds-surface-1);font:inherit;text-align:left;cursor:pointer;border-radius:10px;padding:0 14px;font-size:12px}.authenticated-actions .floating-assistant-composer textarea{resize:none;min-height:32px;max-height:120px;padding:8px 8px 6px;font-size:12px;line-height:1.35}.authenticated-actions .floating-assistant-composer footer{color:var(--ds-danger);margin:6px 4px 0;font-size:9px}.floating-assistant-suggestions button:hover{border-color:var(--ds-border);color:var(--ds-text);background:var(--ds-surface-2)}.authenticated-actions .floating-assistant-history{align-content:start;gap:14px;display:grid}.floating-assistant-history-search{border:1px solid var(--ds-border-soft);min-height:38px;color:var(--ds-text-muted);background:var(--ds-surface-1);border-radius:9px;grid-template-columns:16px minmax(0,1fr);align-items:center;gap:8px;padding:0 10px;display:grid}.floating-assistant-history-search svg{width:15px;height:15px}.floating-assistant-history-search input{min-width:0;box-shadow:none;background:0 0;border:0;padding:0;font-size:11px}.floating-assistant-history-search:focus-within{border-color:var(--ds-border-strong)}.floating-assistant-history nav button{border-bottom:1px solid var(--ds-border-soft);border-radius:0;min-height:54px}.authenticated-workspace,.floating-assistant-messages,.floating-assistant-history{scrollbar-color:transparent transparent;scrollbar-width:thin}html:has(.authenticated-shell){scrollbar-color:transparent transparent;scrollbar-width:thin}html:has(.authenticated-shell){scrollbar-gutter:stable}.authenticated-workspace:hover,.floating-assistant-messages:hover,.floating-assistant-history:hover{scrollbar-color:color-mix(in srgb, var(--ds-text-muted) 42%, transparent) transparent}html:has(.authenticated-shell):hover{scrollbar-color:color-mix(in srgb, var(--ds-text-muted) 42%, transparent) transparent}html:has(.authenticated-shell)::-webkit-scrollbar{width:6px;height:6px}.authenticated-workspace::-webkit-scrollbar{width:6px;height:6px}.floating-assistant-messages::-webkit-scrollbar{width:6px;height:6px}.floating-assistant-history::-webkit-scrollbar{width:6px;height:6px}html:has(.authenticated-shell)::-webkit-scrollbar-track{background:0 0}.authenticated-workspace::-webkit-scrollbar-track{background:0 0}.floating-assistant-messages::-webkit-scrollbar-track{background:0 0}.floating-assistant-history::-webkit-scrollbar-track{background:0 0}html:has(.authenticated-shell)::-webkit-scrollbar-thumb{background:0 0;border-radius:999px}.authenticated-workspace::-webkit-scrollbar-thumb{background:0 0;border-radius:999px}.floating-assistant-messages::-webkit-scrollbar-thumb{background:0 0;border-radius:999px}.floating-assistant-history::-webkit-scrollbar-thumb{background:0 0;border-radius:999px}html:has(.authenticated-shell):hover::-webkit-scrollbar-thumb{background:color-mix(in srgb, var(--ds-text-muted) 42%, transparent)}.authenticated-workspace:hover::-webkit-scrollbar-thumb{background:color-mix(in srgb, var(--ds-text-muted) 42%, transparent)}.floating-assistant-messages:hover::-webkit-scrollbar-thumb{background:color-mix(in srgb, var(--ds-text-muted) 42%, transparent)}.floating-assistant-history:hover::-webkit-scrollbar-thumb{background:color-mix(in srgb, var(--ds-text-muted) 42%, transparent)}.authenticated-actions .floating-assistant-panel:is([data-view=history],[data-view=automations])>header strong{font-size:12px;font-weight:500}.authenticated-actions .floating-assistant-messages{scroll-behavior:smooth;gap:16px;padding:20px 18px 14px}.authenticated-actions .floating-assistant-messages article{animation:.18s ease-out both assistant-message-in}.authenticated-actions .floating-assistant-messages article.assistant{background:0 0;border:0;width:100%;max-width:100%;padding:0}.authenticated-actions .floating-assistant-messages article.user{border-color:var(--ds-border-soft);background:var(--ds-surface-2);border-radius:12px 12px 4px;max-width:88%;padding:9px 11px}@keyframes assistant-message-in{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.floating-assistant-message-copy{color:var(--ds-text);gap:9px;font-size:12px;line-height:1.62;display:grid}.floating-assistant-message-copy p,.floating-assistant-message-copy ul,.floating-assistant-message-copy ol,.floating-assistant-message-copy h3{margin:0}.floating-assistant-message-copy ul,.floating-assistant-message-copy ol{gap:5px;padding-left:18px;display:grid}.floating-assistant-message-copy h3{margin-top:3px;font-size:12px;font-weight:680}.floating-assistant-message-copy strong{color:var(--ds-text);font-weight:680}.floating-assistant-message-copy code{background:var(--ds-surface-3);border-radius:4px;padding:1px 4px;font-size:10px}.floating-assistant-message-attachment,.floating-assistant-attachment-chip,.floating-assistant-recording-status{color:var(--ds-text-secondary);align-items:center;gap:6px;font-size:10px;display:inline-flex}.floating-assistant-message-attachment{margin-top:7px}.floating-assistant-message-attachment svg,.floating-assistant-attachment-chip svg{width:13px;height:13px}.floating-assistant-sources{flex-wrap:wrap;gap:5px;margin-top:10px;display:flex}.floating-assistant-sources a{border:1px solid var(--ds-border-soft);max-width:100%;color:var(--ds-text-secondary);background:var(--ds-surface-1);text-overflow:ellipsis;white-space:nowrap;border-radius:6px;padding:4px 7px;font-size:9px;overflow:hidden}.floating-assistant-thinking{min-height:28px;color:var(--ds-text-muted);align-items:center;gap:4px;display:flex}.floating-assistant-thinking>span{background:currentColor;border-radius:999px;width:5px;height:5px;animation:.9s ease-in-out infinite assistant-thinking-wave}.floating-assistant-thinking>span:nth-child(2){animation-delay:.12s}.floating-assistant-thinking>span:nth-child(3){animation-delay:.24s}.floating-assistant-thinking small{margin-left:4px;font-size:9px}@keyframes assistant-thinking-wave{0%,60%,to{opacity:.36;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}.authenticated-actions .floating-assistant-composer{gap:7px}.authenticated-actions .floating-assistant-composer-field{grid-template-columns:30px minmax(0,1fr) 34px;align-items:end;gap:2px}.authenticated-actions .floating-assistant-composer-field>input.sr-only{position:absolute}.authenticated-actions .floating-assistant-composer-field>button{align-self:end}.authenticated-actions .floating-assistant-composer>.floating-assistant-composer-field>.floating-assistant-attach{width:30px;height:32px;color:var(--ds-text-muted);background:0 0}.authenticated-actions .floating-assistant-composer-field>button.recording{color:#fff;background:var(--ds-danger)}.floating-assistant-attachment-chip{border:1px solid var(--ds-border-soft);background:var(--ds-surface-1);border-radius:7px;width:fit-content;max-width:100%;margin-left:3px;padding:6px 8px}.floating-assistant-attachment-chip span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.floating-assistant-attachment-chip button{width:18px;height:18px;color:var(--ds-text-muted);background:0 0}.floating-assistant-recording-status{margin-left:5px}.floating-assistant-recording-status>span{background:var(--ds-danger);border-radius:999px;width:6px;height:6px;animation:.9s ease-in-out infinite alternate assistant-recording-pulse}@keyframes assistant-recording-pulse{to{opacity:.35}}.authenticated-actions .floating-assistant-history{align-content:start;gap:18px;padding:14px 12px 20px;animation:.15s ease-out both assistant-view-in}@keyframes assistant-view-in{0%{opacity:0;transform:translate(8px)}to{opacity:1;transform:translate(0)}}.floating-assistant-history-groups,.floating-assistant-history-groups>section{display:grid}.floating-assistant-history-groups{gap:18px!important}.floating-assistant-history-groups>section{gap:2px}.floating-assistant-history-groups h3{color:var(--ds-text-secondary);align-items:center;gap:6px;margin:0;padding:0 8px 6px;font-size:10px;font-weight:500;display:flex}.floating-assistant-history-groups h3 span{color:var(--ds-text-muted);font-size:9px;font-weight:400}.floating-assistant-history-groups section>button{color:var(--ds-text);background:0 0;display:grid;border:0!important;border-radius:7px!important;grid-template-columns:minmax(0,1fr) auto!important;gap:12px!important;min-height:42px!important;padding:0 8px!important}.floating-assistant-history-groups section>button:hover{background:var(--ds-surface-2)}.floating-assistant-history-groups section>button strong{text-overflow:ellipsis;white-space:nowrap;font-size:10px;font-weight:430;overflow:hidden}.floating-assistant-history-groups section>button small{color:var(--ds-text-muted);white-space:nowrap;font-size:9px;font-weight:400}.floating-assistant-history-skeleton{gap:10px;display:grid}.floating-assistant-history-skeleton span{background:linear-gradient(90deg, var(--ds-surface-1), var(--ds-surface-2), var(--ds-surface-1));background-size:220% 100%;border-radius:7px;height:42px;animation:1.1s linear infinite assistant-history-loading}@keyframes assistant-history-loading{to{background-position:-220% 0}}@media (prefers-reduced-motion:reduce){.authenticated-actions .floating-assistant-messages article,.authenticated-actions .floating-assistant-history,.floating-assistant-thinking>span,.floating-assistant-recording-status>span,.floating-assistant-history-skeleton span{animation:none}}@media (max-width:620px){.authenticated-actions .floating-assistant-panel,.authenticated-actions .notification-center-panel{width:auto;top:64px;left:0;right:0}}.authenticated-shell .finance-page{gap:14px;width:min(1320px,100%);margin:0 auto}.finance-heading{justify-content:space-between;align-items:flex-end;min-height:54px;display:flex}.finance-heading h1{letter-spacing:-.04em;margin:0 0 8px;font-size:28px;font-weight:650}.finance-command-bar{z-index:8;border-bottom:1px solid var(--ds-border-soft);justify-content:space-between;align-items:center;gap:12px;min-width:0;padding-bottom:12px;display:flex;position:relative}.finance-command-bar>nav{scrollbar-width:none;align-items:center;gap:4px;min-width:0;display:flex;overflow-x:auto}.finance-command-bar>nav::-webkit-scrollbar{display:none}.finance-command-bar>nav a,.finance-import-trigger{min-height:34px;color:var(--ds-text-secondary);white-space:nowrap;background:0 0;border:1px solid #0000;border-radius:8px;flex:none;justify-content:center;align-items:center;gap:7px;padding:0 10px;font-size:12px;font-weight:560;display:inline-flex}.finance-command-bar>nav a:hover,.finance-command-bar>nav a.active{color:var(--ds-text);background:var(--ds-surface-2)}.finance-command-bar>nav a.active{box-shadow:inset 0 -2px 0 var(--ds-accent)}.finance-command-bar svg{width:15px;height:15px}.finance-command-actions{flex:none;align-items:center;gap:6px;display:flex}.finance-import-trigger{border-color:var(--ds-border-soft)!important;color:var(--ds-text)!important;background:var(--ds-surface-2)!important}.finance-import-backdrop{z-index:21000;place-items:center;padding:16px;overflow:auto}.finance-import-dialog{border:1px solid var(--ds-border);background:var(--ds-surface-1);border-radius:14px;grid-template-rows:auto minmax(0,1fr);width:min(920px,100vw - 32px);max-height:calc(100dvh - 32px);display:grid;overflow:hidden;box-shadow:0 24px 80px #00000047}.finance-import-dialog>header{border-bottom:1px solid var(--ds-border-soft);justify-content:space-between;align-items:center;gap:16px;min-height:66px;padding:12px 16px;display:flex}.finance-import-dialog>header h2{letter-spacing:-.025em;margin:3px 0 0;font-size:18px}.finance-import-dialog>div{min-height:0;overflow:auto}.finance-import-dialog .finance-import-workspace{background:0 0!important;border:0!important;border-radius:0!important}.finance-report-toolbar{gap:10px}.finance-currency-toggle{border:1px solid var(--ds-border-soft);background:var(--ds-surface-2);border-radius:8px;align-items:center;gap:2px;min-height:30px;margin-left:auto;padding:3px;display:inline-flex}.finance-currency-toggle button{min-width:42px;min-height:24px;color:var(--ds-text-muted);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:5px;padding:0 7px;font-size:10px;font-weight:650}.finance-currency-toggle button.active{color:var(--ds-text);background:var(--ds-surface-1);box-shadow:0 1px 4px #0000001f}.finance-currency-toggle button:disabled{opacity:.38;cursor:not-allowed}.authenticated-shell .finance-report-grid{gap:10px}.authenticated-shell .finance-report-card{border-color:var(--ds-border-soft);background:var(--ds-surface-1);padding:15px;border-radius:10px!important;min-height:188px!important}.authenticated-shell .finance-report-card-title strong{letter-spacing:-.045em;font-size:clamp(22px,2.3vw,30px)}.authenticated-shell .goals-modal-backdrop{align-items:center;padding:18px}.authenticated-shell .goals-modal.goals-wizard{grid-template-rows:auto auto minmax(0,1fr);width:min(660px,100vw - 36px);height:min(720px,100dvh - 36px);max-height:calc(100dvh - 36px);display:grid;overflow:hidden}.goals-wizard>header .icon-button{z-index:2;background:0 0;border-color:#0000;flex:0 0 32px;width:32px;min-width:32px;height:32px;position:relative}.goals-wizard>header .icon-button svg{width:17px;height:17px}.goals-wizard :where(input,textarea,summary):focus-visible{outline:0}.goals-wizard :where(input,textarea):focus{border-color:var(--ds-border-strong)!important;box-shadow:0 0 0 1px var(--ds-border-strong)!important}.goals-wizard>header{min-height:66px;padding:12px 16px!important}.goals-wizard>header h2{font-size:19px!important}.goals-wizard-steps{border-bottom:1px solid var(--ds-border-soft);grid-template-columns:repeat(3,1fr);gap:0;padding:0 18px;display:grid}.goals-wizard-steps>span{min-height:50px;color:var(--ds-text-muted);align-items:center;gap:8px;font-size:11px;font-weight:560;display:flex;position:relative}.goals-wizard-steps>span:after{content:"";background:0 0;border-radius:2px;height:2px;position:absolute;bottom:-1px;left:0;right:14px}.goals-wizard-steps>span.active{color:var(--ds-text)}.goals-wizard-steps>span.active:after{background:var(--ds-accent)}.goals-wizard-steps b{width:24px;height:24px;color:inherit;background:var(--ds-surface-2);border-radius:7px;place-items:center;font-size:9px;display:grid}.goals-wizard form{grid-template-rows:minmax(0,1fr) auto;min-height:0;display:grid}.goals-wizard-body{min-height:0;overflow:auto;max-height:none!important;padding:20px!important}.goals-wizard-body>section{gap:16px;display:grid}.goals-wizard-body>section[hidden]{display:none!important}.goals-step-heading{gap:4px;margin-bottom:2px;display:grid}.goals-step-heading strong{color:var(--ds-text);font-size:15px;font-weight:650}.goals-step-heading p{color:var(--ds-text-muted);margin:0;font-size:11px;line-height:1.45}.goals-wizard-body input:not([type=radio]):not([type=checkbox]),.goals-wizard-body textarea,.goal-select>summary,.goal-date-picker>summary{min-height:40px;border-color:var(--ds-border-soft)!important;background:var(--ds-surface-2)!important;border-radius:9px!important}.goals-wizard-body input:focus,.goals-wizard-body textarea:focus{border-color:var(--ds-border-strong)!important;box-shadow:0 0 0 1px color-mix(in srgb, var(--ds-accent) 30%, transparent)!important;outline:0!important}.goal-custom-field{gap:7px;min-width:0;display:grid;position:relative}.goal-custom-field>span{color:var(--ds-text-muted);font-size:11px;font-weight:650}.goal-select,.goal-date-picker{position:relative}.goal-select>summary,.goal-date-picker>summary{border:1px solid var(--ds-border-soft);width:100%;color:var(--ds-text-secondary);cursor:pointer;align-items:center;gap:8px;padding:0 11px;font-size:12px;list-style:none;display:flex}.goal-select>summary::-webkit-details-marker{display:none}.goal-date-picker>summary::-webkit-details-marker{display:none}.goal-select>summary>span,.goal-date-picker>summary>span{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.goal-select>summary svg,.goal-date-picker>summary svg{width:14px;height:14px}.goal-select>div,.goal-calendar{z-index:60;border:1px solid var(--ds-border);background:var(--ds-surface-1);border-radius:10px;gap:3px;padding:6px;display:grid;position:absolute;top:calc(100% + 6px);left:0;right:0;box-shadow:0 16px 40px #0000003d}.goal-select>div button{min-height:34px;color:var(--ds-text-secondary);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:7px;justify-content:space-between;align-items:center;gap:10px;padding:0 9px;font-size:11px;display:flex}.goal-select>div button:hover,.goal-select>div button.active{color:var(--ds-text);background:var(--ds-surface-2)}.goal-select>div button svg{width:14px;height:14px;color:var(--ds-accent)}.goal-calendar{width:278px;padding:10px;left:auto}.goal-calendar>header{grid-template-columns:30px minmax(0,1fr) 30px;align-items:center;gap:5px;min-height:34px;margin-bottom:4px;display:grid}.goal-calendar>header strong{text-align:center;text-transform:capitalize;font-size:11px}.goal-calendar button{width:30px;height:30px;color:var(--ds-text-secondary);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:7px;place-items:center;padding:0;font-size:10px;display:grid}.goal-calendar button:hover,.goal-calendar button.active{color:#fff;background:var(--ds-accent)}.goal-calendar-weekdays,.goal-calendar-grid{grid-template-columns:repeat(7,1fr);justify-items:center;gap:2px;display:grid}.goal-calendar-weekdays span{color:var(--ds-text-muted);padding:5px 0;font-size:9px}.goals-review-card{border:1px solid var(--ds-border-soft);background:var(--ds-surface-2);border-radius:10px;grid-template-columns:38px minmax(0,1fr);align-items:center;gap:12px;padding:14px;display:grid}.goals-review-card>svg{width:38px;height:38px;color:var(--ds-accent);background:color-mix(in srgb, var(--ds-accent) 12%, transparent);border-radius:10px;padding:9px}.goals-review-card>div{gap:3px;display:grid}.goals-review-card span,.goals-review-card small,.goals-no-projects{color:var(--ds-text-muted);font-size:11px}.goals-wizard form>footer{justify-content:space-between;align-items:center;min-height:66px;display:flex;padding:10px 16px!important}.authenticated-workspace:has(.communication-workspace){height:calc(100dvh - 64px);padding:0;overflow:hidden}.authenticated-workspace:has(.communication-workspace) .communication-workspace{grid-template-rows:auto minmax(0,1fr);gap:10px;height:100%;min-height:0;padding:12px 14px 14px}.communication-hero{align-items:center;min-height:42px}.communication-hero h1{letter-spacing:-.035em;margin:0;font-size:22px}.communication-hero .primary-button{border-radius:8px;min-height:34px;padding:0 11px;font-size:11px}.authenticated-workspace:has(.communication-workspace) .communication-shell{border-color:var(--ds-border-soft);background:var(--ds-surface-1);border-radius:12px;grid-template-columns:260px minmax(0,1fr);height:100%;min-height:0}.communication-channel-sidebar{border-color:var(--ds-border-soft);background:var(--ds-sidebar)}.communication-channel-sidebar>header{min-height:58px;padding:11px;display:block}.communication-channel-sidebar>header label{border:1px solid var(--ds-border-soft);min-height:36px;color:var(--ds-text-muted);background:var(--ds-surface-1);border-radius:8px;align-items:center;gap:8px;padding:0 10px;display:flex}.communication-channel-sidebar>header label svg{width:14px;height:14px}.communication-channel-sidebar>header input{width:100%;min-width:0;color:var(--ds-text);font:inherit;background:0 0;border:0;outline:0;font-size:11px}.communication-sidebar-section{letter-spacing:0;text-transform:none;padding:8px 8px 3px;font-size:10px}.communication-channel-sidebar nav a:hover,.communication-channel-sidebar nav a.active{color:var(--ds-text);background:var(--ds-surface-2)}.communication-channel-sidebar nav a.active:before{background:var(--ds-accent);content:"";border-radius:2px;width:2px;position:absolute;top:9px;bottom:9px;left:-2px}.communication-channel-sidebar nav a>svg:first-child,.communication-person-avatar{box-sizing:border-box!important;border-radius:9px!important;width:30px!important;height:30px!important;padding:0!important}.communication-channel-sidebar nav strong{font-size:11px}.communication-channel-sidebar nav small{font-size:9px}.communication-timeline>header{border-color:var(--ds-border-soft);min-height:62px;padding:10px 16px}.communication-channel-identity{align-items:center;flex-direction:row!important;gap:10px!important;display:flex!important}.communication-channel-identity>svg{background:var(--ds-surface-2);border-radius:9px;padding:7px;width:30px!important;height:30px!important;color:var(--ds-text-secondary)!important}.communication-channel-identity>div{gap:2px;min-width:0;display:grid}.communication-channel-identity .communication-avatar{border-radius:10px;flex:none;width:34px;height:34px}.communication-timeline>header span{font-size:12px}.communication-timeline>header p{font-size:9px}.communication-message-list{min-height:0;padding:18px 22px 22px;overflow-y:auto}.communication-message{border:0;grid-template-columns:34px minmax(0,1fr);gap:10px;max-width:720px;margin-right:auto;padding:9px 0 14px;position:relative}.communication-message:hover{background:0 0}.communication-message.is-current-user>.communication-avatar{display:grid}.communication-message.is-current-user>div:last-child{justify-items:start;display:grid}.communication-message.is-current-user p{color:var(--ds-text);background:0 0;border-radius:0;margin-top:0;padding:0}.communication-message p{font-size:12px;line-height:1.55}.communication-message header strong{font-size:11px}.communication-message-actions{opacity:0;align-items:center;gap:10px;min-height:22px;transition:opacity .1s;display:flex;position:absolute;top:4px;right:0}.communication-message-actions a,.communication-message-actions button{min-height:26px;color:var(--ds-text-muted);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:7px;align-items:center;gap:5px;margin-top:0;padding:0 8px;font-size:9px;display:inline-flex}.communication-message-actions a:hover,.communication-message-actions button:hover{color:var(--ds-text);background:var(--ds-surface-2)}.communication-message:hover .communication-message-actions,.communication-message:focus-within .communication-message-actions{opacity:1}.communication-composer{border:1px solid var(--ds-border);background:var(--ds-surface-2);border-radius:12px;gap:0;margin:0 18px 16px;padding:0;overflow:visible;box-shadow:0 8px 24px #00000014}.communication-composer textarea{resize:none;min-height:58px;max-height:150px;padding:12px 13px 6px;font-size:12px;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:12px 12px 0 0!important}.communication-composer textarea:focus,.communication-composer textarea:focus-visible{outline:0;box-shadow:none!important}.communication-composer-toolbar{padding:5px 7px 7px;position:relative;justify-content:flex-start!important;align-items:center!important;gap:7px!important;min-height:42px!important;display:flex!important}.communication-composer-tools{align-items:center;gap:2px;display:flex;position:relative}.communication-recording-error{max-width:min(320px,48vw);color:var(--ds-danger);text-overflow:ellipsis;white-space:nowrap;font-size:9px;overflow:hidden}.communication-tool-button,.communication-attachment-picker{width:30px;height:30px;color:var(--ds-text-muted);cursor:pointer;background:0 0;border:0;border-radius:8px;place-items:center;margin:0;padding:0;display:grid}.communication-tool-button:hover,.communication-attachment-picker:hover{color:var(--ds-text);background:var(--ds-surface-3)}.communication-tool-button svg,.communication-attachment-picker svg{width:17px;height:17px}.communication-attachment-picker>span{clip:rect(0 0 0 0);width:1px;height:1px;position:absolute;overflow:hidden}.communication-emoji-picker{z-index:40;border:1px solid var(--ds-border);background:var(--ds-surface-1);border-radius:10px;grid-template-columns:repeat(4,34px);gap:2px;padding:6px;display:grid;position:absolute;bottom:calc(100% + 8px);left:0;box-shadow:0 16px 36px #00000038}.communication-emoji-picker button{cursor:pointer;background:0 0;border:0;border-radius:7px;place-items:center;width:34px;height:34px;font-size:17px;display:grid}.communication-emoji-picker button:hover{background:var(--ds-surface-2)}.communication-recording-button{color:#ef4444;min-height:30px;font:inherit;cursor:pointer;background:#ef44441a;border:0;border-radius:8px;align-items:center;gap:7px;padding:0 9px;font-size:10px;display:inline-flex}.communication-selected-file{min-width:0;max-width:240px;color:var(--ds-text-secondary);background:var(--ds-surface-3);border-radius:7px;align-items:center;gap:5px;padding:5px 7px;font-size:9px;display:inline-flex}.communication-selected-file>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.communication-selected-file button{width:18px;height:18px;color:inherit;background:0 0;border:0;place-items:center;padding:0;display:grid}.communication-composer .primary-button{border-radius:9px;width:30px;min-width:30px;height:30px;min-height:30px;margin-left:auto;padding:0}.communication-composer .primary-button svg{width:15px;height:15px}.communication-attachment.is-audio{background:var(--ds-surface-2);border:0;grid-template-columns:32px minmax(80px,1fr) minmax(170px,auto) auto auto;max-width:420px}.communication-audio-play{color:#fff;background:var(--ds-accent);cursor:pointer;border:0;border-radius:999px;place-items:center;width:30px;height:30px;display:grid}.communication-attachment audio{width:180px;height:30px}.communication-modal-backdrop{z-index:21000;place-items:center;padding:16px;overflow:auto}.communication-modal{border-radius:13px;width:min(590px,100vw - 32px);max-height:calc(100dvh - 32px);overflow:auto}.communication-channel-step{gap:14px;display:grid}.communication-channel-step[hidden]{display:none!important}.communication-step-heading{gap:4px;margin-bottom:2px;display:grid}.communication-step-heading strong{font-size:14px}.communication-step-heading p{color:var(--ds-text-muted);margin:0;font-size:10px;line-height:1.45}.communication-modal input:focus,.communication-modal textarea:focus,.communication-modal select:focus{border-color:var(--ds-border-strong)!important;box-shadow:0 0 0 1px color-mix(in srgb, var(--ds-accent) 28%, transparent)!important}@media (max-width:900px){.finance-command-bar{flex-direction:column;align-items:stretch}.finance-command-actions{justify-content:flex-end}.authenticated-workspace:has(.communication-workspace) .communication-shell{grid-template-columns:210px minmax(0,1fr)}}@media (max-width:680px){.authenticated-workspace:has(.communication-workspace) .communication-shell{grid-template-columns:1fr;height:auto;min-height:calc(100dvh - 130px)}.communication-channel-sidebar{border-right:0;border-bottom:1px solid var(--ds-border-soft);max-height:240px}}.authenticated-workspace:has(.communication-workspace) .communication-workspace{height:100%;padding:0;display:block}.authenticated-workspace:has(.communication-workspace) .communication-shell{background:var(--ds-surface-1);border:0;border-radius:0;grid-template-columns:286px minmax(0,1fr);height:100%;min-height:0;overflow:hidden}.authenticated-workspace:has(.communication-workspace) .communication-shell.thread-open{background:var(--ds-surface-1);border:0;border-radius:0;grid-template-columns:286px minmax(0,1fr);height:100%;min-height:0;overflow:hidden}.authenticated-workspace:has(.communication-workspace) .communication-shell.thread-open{grid-template-columns:270px minmax(360px,1fr) minmax(310px,.72fr)}.communication-channel-sidebar{border-right:1px solid var(--ds-border-soft);background:var(--ds-sidebar);min-width:0}.communication-channel-sidebar>header{border-bottom:1px solid var(--ds-border-soft);align-content:start;gap:12px;min-height:118px;padding:16px 14px 12px;display:grid}.communication-sidebar-heading{justify-content:space-between;align-items:center;gap:12px;min-width:0;display:flex}.communication-sidebar-heading>div{gap:2px;min-width:0;display:grid}.communication-sidebar-heading h1{color:var(--ds-text);letter-spacing:-.025em;margin:0;font-size:18px;font-weight:560;line-height:1.3}.communication-sidebar-heading small{color:var(--ds-text-muted);font-size:11px;line-height:1.4}.communication-new-channel{border:1px solid var(--ds-border);width:34px;height:34px;color:var(--ds-text-secondary);cursor:pointer;background:0 0;border-radius:9px;flex:none;place-items:center;padding:0;transition:color .12s,border-color .12s,background .12s,transform .12s;display:grid}.communication-new-channel:hover{border-color:var(--ds-border-strong);color:var(--ds-text);background:var(--ds-surface-2)}.communication-new-channel:active{transform:scale(.96)}.communication-new-channel svg{width:17px;height:17px}.communication-channel-sidebar>header label{border-color:var(--ds-border-soft);background:var(--ds-surface-1);border-radius:9px;min-height:38px;padding:0 11px;transition:border-color .12s,background .12s}.communication-channel-sidebar>header label:focus-within{border-color:var(--ds-border-strong);background:var(--ds-surface-2);box-shadow:none}.communication-channel-sidebar>header input{font-size:13px;line-height:20px}.communication-sidebar-group{gap:3px;display:grid}.communication-sidebar-section{color:var(--ds-text-muted);padding:8px 10px 5px;font-size:10px;font-weight:520}.communication-channel-sidebar nav a{border-radius:8px;grid-template-columns:34px minmax(0,1fr) auto;gap:10px;min-height:52px;padding:7px 9px;transition:color .12s,background .12s}.communication-channel-sidebar nav a:hover,.communication-channel-sidebar nav a.active{background:var(--ds-surface-2)}.communication-channel-sidebar nav a.active:before{content:none}.communication-channel-sidebar nav strong{font-size:13px;font-weight:520;line-height:1.3}.communication-channel-sidebar nav small{margin-top:2px;font-size:10px;line-height:1.3}.communication-channel-sidebar nav a>svg:first-child,.communication-person-avatar{border-radius:10px!important;width:34px!important;height:34px!important}.communication-timeline,.communication-thread{background:var(--ds-surface-1);min-width:0;min-height:0}.communication-timeline>header{border-bottom:1px solid var(--ds-border-soft);min-height:70px;padding:12px 18px}.communication-channel-identity{gap:11px!important}.communication-channel-identity .communication-avatar,.communication-channel-identity>svg{flex:none;border-radius:11px!important;width:38px!important;height:38px!important}.communication-timeline>header span{font-size:14px;font-weight:540;line-height:1.35}.communication-timeline>header p{margin-top:2px;font-size:10px;line-height:1.35}.communication-timeline-actions{gap:4px}.communication-timeline-actions .icon-button{background:0 0;border:0;border-radius:9px;width:34px;min-width:34px;height:34px}.communication-message-list{scroll-behavior:smooth;min-height:0;padding:24px 24px 28px}.communication-message{grid-template-columns:34px minmax(0,1fr);gap:10px;width:fit-content;max-width:min(76%,720px);margin:0 auto 10px 0;padding:4px 0;animation:.18s ease-out both communication-message-enter}.communication-message>div:last-child{min-width:0}.communication-message header{min-height:18px;margin-bottom:3px}.communication-message header strong{font-size:11px;font-weight:520}.communication-message time{font-size:9px}.communication-message p{width:fit-content;max-width:100%;color:var(--ds-text);background:var(--ds-surface-2);overflow-wrap:anywhere;border-radius:4px 14px 14px;margin:0;padding:9px 12px;font-size:14px;line-height:1.48}.communication-message.is-current-user{grid-template-columns:minmax(0,1fr);width:fit-content;max-width:min(76%,720px);margin-left:auto;margin-right:0}.communication-message.is-current-user>.communication-avatar,.communication-message.is-current-user header{display:none}.communication-message.is-current-user>div:last-child{justify-items:end}.communication-message.is-current-user p{color:#fff;background:var(--ds-accent);border-radius:14px 4px 14px 14px;margin:0;padding:9px 12px;font-size:14px;line-height:1.48}.communication-message-actions{border:1px solid var(--ds-border-soft);background:var(--ds-surface-1);border-radius:8px;gap:2px;padding:2px;top:-24px;right:0;box-shadow:0 6px 18px #0000001f}.communication-message-actions a,.communication-message-actions button{min-height:26px;padding:0 7px;font-size:10px}.communication-message-empty{animation:.22s ease-out both communication-empty-enter}.communication-message-empty>svg{color:var(--ds-text-muted);background:0 0!important}.communication-composer{border:0;border-top:1px solid var(--ds-border-soft);background:var(--ds-surface-1);min-height:66px;box-shadow:none;border-radius:0;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:10px;margin:0;padding:11px 14px 12px 18px;display:grid;overflow:visible}.communication-composer:focus-within{border-color:var(--ds-border-soft);box-shadow:none}.communication-composer-input{align-self:center}.communication-composer textarea{width:100%;min-height:24px;max-height:120px;color:var(--ds-text);resize:none;padding:2px 4px;font-size:14px;line-height:20px;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important;outline:0!important}.communication-composer textarea::placeholder{color:var(--ds-text-muted);opacity:1}.communication-composer-toolbar{align-self:end;padding:0;align-items:center!important;gap:3px!important;min-height:34px!important;display:flex!important}.communication-composer-tools{gap:1px}.communication-tool-button,.communication-attachment-picker{border-radius:9px;width:34px;height:34px;transition:color .12s,background .12s,transform .12s}.communication-tool-button:active,.communication-attachment-picker:active{transform:scale(.94)}.communication-tool-button:focus-visible,.communication-attachment-picker:focus-within,.communication-new-channel:focus-visible{box-shadow:0 0 0 1px var(--ds-text-muted);outline:0}.communication-composer .primary-button{border-radius:9px;width:34px;min-width:34px;height:34px;min-height:34px;transition:opacity .12s,transform .12s}.communication-composer .primary-button:disabled{color:var(--ds-text-muted);opacity:.55;background:0 0}.communication-selected-file,.communication-recording-error,.communication-composer .communication-action-message{z-index:12;position:absolute;bottom:calc(100% + 8px);right:14px}.communication-selected-file{border:1px solid var(--ds-border-soft);background:var(--ds-surface-2);max-width:min(340px,70vw);min-height:34px;box-shadow:none;border-radius:9px;padding:7px 9px;font-size:11px}.communication-recording-button{border-radius:9px;min-height:34px;font-size:11px;animation:1.6s ease-in-out infinite communication-recording-pulse}.communication-emoji-picker{border-color:var(--ds-border-soft);background:var(--ds-surface-1);border-radius:12px;grid-template-rows:auto auto minmax(0,1fr);gap:0;width:min(340px,100vw - 32px);height:390px;padding:0;animation:.14s ease-out both communication-popover-enter;display:grid;bottom:calc(100% + 10px);left:auto;right:0;overflow:hidden;box-shadow:0 20px 50px #00000047}.communication-emoji-picker>header{border-bottom:1px solid var(--ds-border-soft);gap:2px;padding:13px 14px 10px;display:grid}.communication-emoji-picker>header strong{font-size:13px;font-weight:540}.communication-emoji-picker>header small{color:var(--ds-text-muted);font-size:10px}.communication-emoji-tabs{border-bottom:1px solid var(--ds-border-soft);grid-template-columns:repeat(7,1fr);gap:2px;padding:7px;display:grid}.communication-emoji-tabs button,.communication-emoji-grid button{color:inherit;cursor:pointer;background:0 0;border:0;place-items:center;padding:0;display:grid}.communication-emoji-tabs button{filter:grayscale(.8);border-radius:8px;width:auto;height:34px;font-size:16px}.communication-emoji-tabs button:hover,.communication-emoji-tabs button.active{background:var(--ds-surface-2);filter:none}.communication-emoji-tabs button:focus-visible,.communication-emoji-grid button:focus-visible{box-shadow:inset 0 0 0 1px var(--ds-text-muted);outline:0}.communication-emoji-grid{grid-template-columns:repeat(8,1fr);align-content:start;gap:2px;min-height:0;padding:8px;display:grid;overflow-y:auto}.communication-emoji-grid button{border-radius:8px;width:36px;height:36px;font-size:20px;transition:background .1s,transform .1s}.communication-emoji-grid button:hover{background:var(--ds-surface-2);transform:scale(1.08)}.communication-modal input:focus,.communication-modal textarea:focus,.communication-modal select:focus{border-color:var(--ds-border-strong)!important;box-shadow:none!important;outline:0!important}@keyframes communication-message-enter{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}@keyframes communication-empty-enter{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes communication-popover-enter{0%{opacity:0;transform:translateY(5px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes communication-recording-pulse{50%{background:#ef44442e}}@media (prefers-reduced-motion:reduce){.communication-message,.communication-message-empty,.communication-emoji-picker,.communication-recording-button{animation:none}.communication-message-list{scroll-behavior:auto}}@media (max-width:900px){.authenticated-workspace:has(.communication-workspace) .communication-shell{grid-template-columns:238px minmax(0,1fr)}.authenticated-workspace:has(.communication-workspace) .communication-shell.thread-open{grid-template-columns:238px minmax(0,1fr)}.communication-thread{z-index:30;border-left:1px solid var(--ds-border-soft);width:min(420px,86vw);position:absolute;top:0;bottom:0;right:0;box-shadow:-20px 0 48px #0000003d}}@media (max-width:680px){.authenticated-workspace:has(.communication-workspace) .communication-shell{grid-template-columns:1fr;height:100%;min-height:0}.authenticated-workspace:has(.communication-workspace) .communication-shell.thread-open{grid-template-columns:1fr;height:100%;min-height:0}.communication-channel-sidebar{border-right:0;border-bottom:1px solid var(--ds-border-soft);max-height:210px}.communication-channel-sidebar>header{min-height:auto}.communication-message-list{padding:18px 14px 22px}.communication-message,.communication-message.is-current-user{max-width:88%}.communication-composer{padding-left:12px;padding-right:10px}}.authenticated-workspace:has(.communication-workspace) .communication-shell{grid-template-columns:270px minmax(0,1fr)}.authenticated-workspace:has(.communication-workspace) .communication-shell.thread-open{grid-template-columns:270px minmax(0,1fr)}.authenticated-workspace:has(.communication-workspace) .communication-shell.contact-open{grid-template-columns:270px minmax(360px,1fr) minmax(250px,300px)}.communication-channel-sidebar>header{gap:9px;min-height:150px;padding:14px 12px 10px}.communication-sidebar-heading h1{font-size:16px;font-weight:540}.communication-sidebar-heading small{font-size:10px}.communication-channel-sidebar>header label:not(.communication-channel-sort){background:var(--ds-surface-2);border:0;border-radius:8px;min-height:36px}.communication-channel-sidebar>header label:not(.communication-channel-sort):focus-within{background:var(--ds-surface-3)}.communication-channel-sort{background:0 0;border:0;width:fit-content;min-height:28px;padding:0;display:flex}.communication-channel-sort select{border:1px solid var(--ds-border-soft);min-height:28px;color:var(--ds-text-secondary);background:var(--ds-surface-1);font:inherit;border-radius:7px;outline:0;padding:0 25px 0 8px;font-size:10px}.communication-channel-sidebar nav{gap:9px;padding:7px 7px 16px}.communication-sidebar-section{padding:6px 8px 3px;font-size:9px;font-weight:500}.communication-channel-sidebar nav a{border-radius:8px;grid-template-columns:36px minmax(0,1fr) auto;gap:9px;min-height:54px;padding:7px 8px}.communication-channel-sidebar nav strong{font-size:12px;font-weight:520}.communication-channel-sidebar nav small{text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:10px;font-weight:400;display:block;overflow:hidden}.communication-channel-sidebar nav a>time{color:var(--ds-text-muted);align-self:start;padding-top:2px;font-size:9px}.communication-person-avatar,.communication-channel-identity .communication-avatar,.communication-message>.communication-avatar,.communication-contact-panel .communication-avatar{background-position:50%;background-size:cover;place-items:center;font-size:12px;font-weight:560;line-height:1;display:grid;position:relative;color:var(--ds-text)!important;background-color:var(--ds-surface-3)!important;border:0!important;border-radius:999px!important}.communication-person-avatar:after{border:2px solid var(--ds-sidebar);background:var(--ds-text-muted);content:"";border-radius:999px;width:8px;height:8px;position:absolute;bottom:-1px;right:-1px}.communication-timeline>header{min-height:60px;padding:10px 14px}.communication-channel-identity .communication-avatar,.communication-channel-identity>svg{width:34px!important;height:34px!important}.communication-timeline>header span{font-size:13px;font-weight:530}.communication-timeline>header p{font-size:9px;font-weight:400}.communication-close-conversation{border:1px solid var(--ds-border-soft);min-height:30px;color:var(--ds-text-secondary);font:inherit;cursor:pointer;background:0 0;border-radius:8px;padding:0 9px;font-size:10px}.communication-close-conversation:hover{color:var(--ds-text);background:var(--ds-surface-2)}.communication-message-list{padding:18px 20px 24px}.communication-message.is-current-user header{justify-content:flex-end;display:flex}.communication-message.is-current-user header strong{display:none}.communication-message.is-current-user time{display:inline}.communication-channel-sidebar nav a.unread strong{color:var(--ds-text);font-weight:650}.communication-channel-sidebar nav a.unread small{color:var(--ds-text-secondary)}.communication-unread-count{background:var(--ds-danger,#e34f6f);border-radius:999px;place-items:center;min-width:18px;height:18px;padding:0 5px;line-height:1;color:#fff!important;font-size:9px!important;font-weight:700!important;display:grid!important}.communication-date-separator{color:var(--ds-text-muted);text-transform:uppercase;align-items:center;gap:10px;margin:10px 0 18px;font-size:9px;display:flex}.communication-date-separator:before,.communication-date-separator:after{background:var(--ds-border-soft);content:"";flex:1;height:1px}.communication-message{margin-bottom:12px}.communication-message-reply-context{border-left:2px solid var(--ds-text-muted);max-width:min(100%,360px);color:var(--ds-text-secondary);background:var(--ds-surface-2);border-radius:5px 8px 8px 5px;gap:2px;margin-bottom:4px;padding:7px 9px;display:grid}.communication-message-reply-context strong{font-size:9px;font-weight:560}.communication-message-reply-context span{text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.communication-message p.communication-audio-unavailable,.communication-message.is-current-user p.communication-audio-unavailable{color:var(--ds-text-muted);background:var(--ds-surface-2);font-size:10px;font-style:italic}.communication-message-actions{gap:1px;min-height:28px;padding:2px;top:-26px}.communication-message-actions>button,.communication-message-more>button{justify-content:center;width:26px;min-height:26px;padding:0}.communication-message-actions svg{width:14px;height:14px}.communication-message-more{position:relative}.communication-message-more>div,.communication-audio-menu>div{z-index:30;border:1px solid var(--ds-border-soft);background:var(--ds-surface-1);border-radius:8px;min-width:150px;padding:4px;position:absolute;top:calc(100% + 5px);right:0;box-shadow:0 12px 30px #0000003d}.communication-message-more>div button,.communication-audio-menu>div button{width:100%;min-height:30px;color:var(--ds-text-secondary);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:6px;align-items:center;gap:7px;padding:0 8px;font-size:10px;display:flex}.communication-message-more>div button:disabled{opacity:.55;cursor:wait}.communication-message-more>div button.danger,.communication-audio-menu>div button.danger{color:var(--ds-danger)}.communication-composer{gap:6px;min-height:54px;padding:8px 10px 8px 48px;position:relative}.communication-composer textarea{min-height:22px;padding:1px 3px;font-size:13px;font-weight:400;line-height:20px}.communication-composer textarea::placeholder{font-weight:400}.communication-composer-toolbar{gap:1px!important;min-height:32px!important}.communication-composer .communication-attachment-picker{background:var(--ds-surface-2);border-radius:999px;grid-area:1/1/-1/-1;justify-self:start;width:32px;height:32px;position:absolute;bottom:10px;left:10px}.communication-composer .communication-attachment-picker:hover{background:var(--ds-surface-3)}.communication-tool-button,.communication-composer .primary-button{border-radius:999px;width:32px;min-width:32px;height:32px;min-height:32px}.communication-composer .primary-button{color:#fff;background:var(--ds-accent)}.communication-microphone-button{color:var(--ds-text-muted)}.communication-reply-preview{border-left:2px solid var(--ds-accent);background:var(--ds-surface-2);border-radius:7px;grid-column:1/-1;align-items:center;gap:10px;min-width:0;margin:-2px 0 4px -36px;padding:7px 8px 7px 10px;display:flex}.communication-reply-preview>span{flex:1;gap:1px;min-width:0;display:grid}.communication-reply-preview strong{font-size:10px;font-weight:560}.communication-reply-preview small{color:var(--ds-text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:9px;overflow:hidden}.communication-reply-preview button,.communication-voice-preview>button,.communication-recording-panel>button,.communication-audio-menu>button{width:30px;height:30px;color:var(--ds-text-secondary);cursor:pointer;background:0 0;border:0;border-radius:999px;flex:none;place-items:center;padding:0;display:grid}.communication-voice-preview{grid-template-columns:30px minmax(90px,1fr) auto 28px;align-items:center;gap:8px;min-width:0;display:grid}.communication-voice-preview>button:first-child,.communication-audio-play{color:#fff;background:var(--ds-accent)}.communication-voice-preview>span,.communication-recording-wave,.communication-audio-waveform{align-items:center;gap:2px;min-width:0;height:28px;display:flex;overflow:hidden}.communication-voice-preview i,.communication-recording-wave i,.communication-audio-waveform i{background:var(--ds-text-muted);opacity:.55;border-radius:999px;width:2px;min-width:2px;display:block}.communication-voice-preview i.active,.communication-audio-waveform i.active{background:var(--ds-accent);opacity:1}.communication-voice-preview time,.communication-attachment.is-audio time{color:var(--ds-text-muted);font-variant-numeric:tabular-nums;font-size:9px}.communication-voice-preview audio,.communication-attachment.is-audio audio{display:none}.communication-voice-preview>small{color:var(--ds-text-muted);grid-column:1/-1;font-size:9px}.communication-composer.is-recording{min-height:54px;padding:7px 10px;display:block}.communication-recording-panel{grid-template-columns:32px minmax(80px,1fr) auto 32px 34px;align-items:center;gap:7px;min-height:40px;display:grid}.communication-recording-panel>button:first-child{color:var(--ds-danger)}.communication-recording-panel time{color:var(--ds-text-secondary);font-variant-numeric:tabular-nums;font-size:10px}.communication-recording-panel .communication-recording-stop{color:#fff;background:var(--ds-accent)}.communication-selected-file{bottom:calc(100% + 7px);right:92px}.communication-emoji-picker{border-radius:10px;width:min(328px,100vw - 32px);height:320px;right:0}.communication-emoji-picker>header{padding:10px 11px 8px}.communication-emoji-picker>header small{display:none}.communication-attachment.is-audio{background:color-mix(in srgb, var(--ds-accent) 14%, var(--ds-surface-2));border:0;border-radius:14px 4px 14px 14px;grid-template-columns:32px minmax(110px,1fr) auto 28px;align-items:center;gap:8px;width:min(330px,70vw);max-width:100%;min-height:46px;padding:7px 8px;display:grid;position:relative}.communication-message:not(.is-current-user) .communication-attachment.is-audio{background:var(--ds-surface-2);border-radius:4px 14px 14px}.communication-audio-play{width:30px;height:30px}.communication-audio-waveform{height:30px}.communication-audio-menu{position:relative}.communication-audio-menu>button{opacity:0;transition:opacity .1s}.communication-attachment.is-audio:hover .communication-audio-menu>button,.communication-attachment.is-audio:focus-within .communication-audio-menu>button{opacity:1}.communication-contact-panel{border-left:1px solid var(--ds-border-soft);background:var(--ds-surface-1);min-width:0}.communication-contact-panel>header{border-bottom:1px solid var(--ds-border-soft);justify-content:space-between;align-items:center;min-height:60px;padding:10px 12px;display:flex}.communication-contact-panel>header strong{font-size:13px;font-weight:540}.communication-contact-panel>div{border-bottom:1px solid var(--ds-border-soft);text-align:center;justify-items:center;gap:5px;padding:28px 18px 22px;display:grid}.communication-contact-panel .communication-avatar{width:62px;height:62px;font-size:20px}.communication-contact-panel h2{margin:6px 0 0;font-size:15px;font-weight:560}.communication-contact-panel p,.communication-contact-panel dd{color:var(--ds-text-muted);margin:0;font-size:10px}.communication-contact-panel dl{gap:0;margin:0;padding:8px 14px;display:grid}.communication-contact-panel dl>div{border-bottom:1px solid var(--ds-border-soft);gap:3px;padding:10px 0;display:grid}.communication-contact-panel dt{font-size:10px;font-weight:520}@media (max-width:900px){.communication-contact-panel{z-index:30;width:min(300px,86vw);position:absolute;top:0;bottom:0;right:0;box-shadow:-20px 0 48px #0000003d}.authenticated-workspace:has(.communication-workspace) .communication-shell.contact-open{grid-template-columns:238px minmax(0,1fr)}}@media (prefers-reduced-motion:reduce){.communication-recording-wave i,.communication-audio-waveform i,.communication-voice-preview i{transition:none}}.campaign-analytics-filter-meta{row-gap:11px}.notification-item-link{grid-column:1/3;width:100%}.communication-message-entry{display:block!important}.communication-message-entry .communication-message{margin-bottom:5px}.communication-message-actions,.communication-message.is-current-user .communication-message-actions{align-items:center;flex-flow:row!important;width:max-content!important;height:32px!important;min-height:32px!important;display:flex!important;top:50%!important;transform:translateY(-50%)!important}.communication-message-actions{left:calc(100% + 8px)!important;right:auto!important}.communication-message.is-current-user .communication-message-actions{left:auto!important;right:calc(100% + 8px)!important}.communication-message-actions>button,.communication-message-actions .communication-message-more>button{flex:0 0 26px;width:26px!important;height:26px!important;min-height:26px!important;padding:0!important}.communication-message-more>div{white-space:nowrap;width:max-content;min-width:184px}.communication-message:not(.is-current-user) .communication-message-more>div{left:0;right:auto}.communication-composer{grid-template-columns:34px minmax(0,1fr) auto!important;padding:8px 10px!important}.communication-composer .communication-attachment-picker{grid-area:auto/1;place-self:end stretch;position:static!important}.communication-composer-input{grid-column:2}.communication-composer-toolbar{grid-column:3}.communication-composer.has-voice-note .communication-composer-input{grid-column:1/3}.communication-emoji-picker{grid-template-rows:auto auto minmax(0,1fr)!important;grid-template-columns:minmax(0,1fr)!important}.communication-emoji-picker>header,.communication-emoji-tabs,.communication-emoji-grid{min-width:0;width:100%!important}.communication-emoji-tabs{grid-template-columns:repeat(7,minmax(0,1fr))!important}.communication-emoji-grid{grid-template-columns:repeat(8,minmax(0,1fr))!important}.communication-audio-menu>button{width:24px!important;height:24px!important;box-shadow:none!important;border:0!important;outline:0!important}.communication-timeline>.communication-selection-empty:only-child{align-content:start;place-items:initial;width:188px;min-height:171px;color:var(--ds-text);background:var(--ds-surface-2);text-align:left;border:0;border-radius:18px;gap:0;padding:16px 17px 14px;display:grid;position:relative;overflow:hidden;box-shadow:0 18px 42px #0000002e}.communication-timeline>.communication-selection-empty:only-child strong{z-index:1;font-size:12px;font-weight:520;line-height:1.35;position:relative}.communication-timeline>.communication-selection-empty:only-child p{z-index:1;max-width:152px;color:var(--ds-text-secondary);margin:5px 0 0;font-size:10px;line-height:1.45;position:relative}.communication-selection-eyes{z-index:1;filter:drop-shadow(0 5px 8px #00000042);place-self:end center;margin-top:22px;font-size:31px;line-height:1;position:relative}.communication-selection-eyes:before{z-index:-1;background:radial-gradient(circle, color-mix(in srgb, var(--ds-text-muted) 18%, transparent) 0%, transparent 68%);content:"";pointer-events:none;border-radius:999px;width:102px;height:78px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media (max-width:680px){.communication-message-actions,.communication-message.is-current-user .communication-message-actions{top:-30px!important;left:auto!important;right:0!important;transform:none!important}}.communication-message-entry .communication-message{margin-top:0!important;margin-bottom:14px!important}.communication-message-entry.is-clustered .communication-message{margin-bottom:3px!important}.communication-message-entry.has-time-gap .communication-message{margin-top:0!important}.communication-date-separator{letter-spacing:.01em!important;text-transform:none!important;justify-content:center!important;gap:0!important;margin:18px 0 14px!important;font-size:9px!important;font-weight:450!important}.communication-date-separator:before,.communication-date-separator:after{display:none!important}.communication-message-actions,.communication-message.is-current-user .communication-message-actions{z-index:40!important;box-shadow:none!important;opacity:0!important;pointer-events:none!important;background:0 0!important;border:0!important;gap:1px!important;padding:0!important;top:50%!important;transform:translateY(-50%)!important}.communication-message-actions{left:calc(100% + 4px)!important}.communication-message.is-current-user .communication-message-actions{right:calc(100% + 4px)!important}.communication-message:hover .communication-message-actions,.communication-message:focus-within .communication-message-actions,.communication-message.actions-open .communication-message-actions{opacity:1!important;pointer-events:auto!important}.communication-message-actions>button,.communication-message-actions .communication-message-more>button{color:var(--ds-text-muted)!important;background:0 0!important;border:0!important;border-radius:6px!important}.communication-message-actions>button:hover,.communication-message-actions .communication-message-more>button:hover,.communication-message-actions .communication-message-more>button[aria-expanded=true]{color:var(--ds-text)!important;background:var(--ds-surface-2)!important}.communication-reply-preview{border-left-color:var(--ds-border-strong)!important;background:var(--ds-surface-2)!important;grid-column:1/-1!important;margin:0 0 4px!important}.communication-attachment.is-audio{grid-template-columns:32px minmax(110px,1fr) auto!important}.communication-timeline>.communication-selection-empty:only-child{text-align:center!important;align-content:center!important;justify-items:center!important;width:232px!important;min-height:196px!important;padding:22px 24px 18px!important}.communication-timeline>.communication-selection-empty:only-child strong{text-align:center!important;font-size:13px!important;font-weight:540!important}.communication-timeline>.communication-selection-empty:only-child p{text-align:center!important;max-width:184px!important;margin-top:6px!important;font-size:10px!important}.communication-selection-eyes{align-self:auto!important;margin-top:20px!important;font-size:34px!important}@media (max-width:680px){.communication-message-actions,.communication-message.is-current-user .communication-message-actions{top:-28px!important;left:auto!important;right:0!important;transform:none!important}}.communication-person-avatar,.communication-channel-identity .communication-avatar{overflow:visible}.communication-person-avatar:after{background:var(--ds-text-muted)!important}.communication-person-avatar.is-online:after,.communication-channel-identity .communication-avatar.is-online:after{background:var(--ds-success,#2ecf8f)!important}.communication-status-tooltip{z-index:120;border:1px solid var(--ds-border-soft);width:max-content;color:var(--ds-text);background:var(--ds-surface-3);opacity:0;pointer-events:none;border-radius:6px;padding:4px 6px;font-size:9px;font-weight:500;line-height:1;transition:opacity 80ms,transform 80ms;position:absolute;top:calc(100% + 6px);left:50%;transform:translate(-50%,-2px);box-shadow:0 8px 20px #00000047}.communication-person-avatar:hover .communication-status-tooltip,.communication-person-avatar:focus-within .communication-status-tooltip,.communication-channel-identity .communication-avatar:hover .communication-status-tooltip{opacity:1;transform:translate(-50%)}.communication-channel-editor-modal{border-color:var(--ds-border-soft);background:var(--ds-surface-1);border-radius:16px;width:min(456px,100vw - 32px);max-height:min(680px,100dvh - 32px);overflow:hidden auto;box-shadow:0 28px 80px #0000006b}.communication-channel-editor-modal>header{min-height:66px;padding:15px 16px}.communication-channel-editor-modal>header .eyebrow{color:var(--ds-text-muted);letter-spacing:0;text-transform:none;font-size:9px;font-weight:480}.communication-channel-editor-modal>header h2{margin-top:3px;font-size:15px;font-weight:570}.communication-channel-editor-modal .communication-channel-step{gap:13px;padding:16px}.communication-channel-editor-modal .communication-step-heading strong{font-size:12px;font-weight:550}.communication-channel-editor-modal .communication-step-heading p,.communication-channel-editor-modal label>span,.communication-channel-editor-modal legend{font-size:10px;font-weight:450}.communication-channel-editor-modal :where(input,select,textarea){border-color:var(--ds-border-soft);background:var(--ds-surface-2);border-radius:9px;font-size:11px}.communication-channel-editor-modal footer{padding:12px 16px 15px}.communication-channel-name-field>div{border:1px solid var(--ds-border-soft);background:var(--ds-surface-2);border-radius:9px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:7px;min-height:42px;padding:0 10px;display:grid}.communication-channel-name-field>div:focus-within{border-color:color-mix(in srgb, var(--ds-text) 32%, var(--ds-border-soft));box-shadow:0 0 0 1px color-mix(in srgb, var(--ds-text) 8%, transparent)}.communication-channel-name-field>div>svg{width:14px;height:14px;color:var(--ds-text-muted)}.communication-channel-name-field>div>input{min-width:0;box-shadow:none!important;background:0 0!important;border:0!important;outline:0!important;padding:0!important}.communication-channel-name-field>div>small{color:var(--ds-text-muted);font-variant-numeric:tabular-nums;font-size:9px}.communication-field-error{color:var(--ds-danger)!important;font-size:9px!important;font-weight:500!important}.communication-access-options{gap:8px!important;display:grid!important}.communication-access-options>legend:not(.sr-only){margin-bottom:1px}.communication-access-options>label{cursor:pointer;position:relative}.communication-access-options>label>input{opacity:0;width:1px;height:1px;position:absolute}.communication-access-options>label>span{border:1px solid var(--ds-border-soft);min-height:62px;color:var(--ds-text-secondary);background:var(--ds-surface-2);border-radius:11px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:11px;padding:11px 12px;transition:border-color .1s,background .1s;display:grid}.communication-access-options>label:hover>span{border-color:color-mix(in srgb, var(--ds-text) 22%, var(--ds-border-soft));background:var(--ds-surface-3)}.communication-access-options>label>input:checked+span{border-color:color-mix(in srgb, var(--ds-text) 34%, var(--ds-border-soft));color:var(--ds-text);background:var(--ds-surface-3)}.communication-access-options>label>input:focus-visible+span{outline:1px solid var(--ds-text-secondary);outline-offset:2px}.communication-access-options>label>span>svg:first-child{width:19px;height:19px;color:var(--ds-text-secondary)}.communication-access-options>label>span>span{gap:3px;min-width:0;display:grid}.communication-access-options strong{font-size:11px;font-weight:560}.communication-access-options small{color:var(--ds-text-muted);font-size:9px;font-weight:430;line-height:1.35}.communication-access-check{background:var(--ds-text);opacity:0;border-radius:50%;padding:3px;width:16px!important;height:16px!important;color:var(--ds-surface-1)!important}.communication-access-options>label>input:checked+span .communication-access-check{opacity:1}.communication-member-picker{gap:8px!important;display:grid!important}.communication-member-picker>legend{justify-content:space-between;align-items:center;width:100%;display:flex}.communication-member-picker>legend span{color:var(--ds-text-muted);font-size:9px;font-weight:430}.communication-member-search{border:1px solid var(--ds-border-soft);background:var(--ds-surface-2);border-radius:9px;grid-template-columns:auto minmax(0,1fr);align-items:center;min-height:36px;padding:0 10px;gap:7px!important;display:grid!important}.communication-member-search:focus-within{border-color:color-mix(in srgb, var(--ds-text) 30%, var(--ds-border-soft))}.communication-member-search svg{width:13px;height:13px;color:var(--ds-text-muted)}.communication-member-search input{min-width:0;box-shadow:none!important;background:0 0!important;border:0!important;outline:0!important;padding:0!important}.communication-member-picker>div{scrollbar-width:thin;scrollbar-color:transparent transparent;gap:2px;max-height:210px;display:grid;overflow:hidden auto}.communication-member-picker>div:hover{scrollbar-color:var(--ds-border-strong) transparent}.communication-member-picker>div>label{cursor:pointer;border-radius:8px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:9px;min-height:40px;padding:5px 7px;display:grid}.communication-member-picker>div>label:hover{background:var(--ds-surface-2)}.communication-member-picker .communication-person-avatar{width:28px;height:28px}.communication-member-picker>div>label>span{min-width:0;color:var(--ds-text-secondary);text-overflow:ellipsis;white-space:nowrap;font-size:10px;font-weight:500;overflow:hidden}.communication-member-picker>div>label>input{width:15px;height:15px;accent-color:var(--ds-text);margin:0;padding:0}.communication-member-picker>div>p{color:var(--ds-text-muted);margin:8px;font-size:10px}.communication-public-summary{border:1px solid var(--ds-border-soft);background:var(--ds-surface-2);border-radius:11px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:11px;min-height:64px;padding:12px;display:grid}.communication-public-summary>svg{width:20px;height:20px;color:var(--ds-text-secondary)}.communication-public-summary>span{gap:3px;display:grid}.communication-public-summary strong{font-size:11px;font-weight:560}.communication-public-summary small{color:var(--ds-text-muted);font-size:9px}.communication-message-list{overscroll-behavior-y:none;scroll-padding-block:0}.communication-message-menu-portal{z-index:1000;border:1px solid var(--ds-border-soft);width:204px;max-height:min(360px,100dvh - 16px);color:var(--ds-text-secondary);background:var(--ds-surface-1);border-radius:9px;gap:2px;padding:4px;animation:.1s both navigation-feedback-in;display:grid;position:fixed;overflow:hidden auto;box-shadow:0 18px 42px #00000057}.communication-message-menu-portal button{width:100%;min-height:30px;color:inherit;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:6px;align-items:center;gap:8px;padding:0 8px;font-size:10px;display:flex}.communication-message-menu-portal button:hover{color:var(--ds-text);background:var(--ds-surface-2)}.communication-message-menu-portal button.danger{color:var(--ds-danger)}.communication-message-menu-portal button svg,.communication-message-menu-portal time svg{flex:none;width:13px;height:13px}.communication-message-menu-portal time{border-top:1px solid var(--ds-border-soft);min-height:29px;color:var(--ds-text-muted);font-variant-numeric:tabular-nums;white-space:nowrap;align-items:center;gap:8px;margin-top:2px;padding:4px 8px 0;font-size:9px;display:flex}.communication-composer .primary-button{box-shadow:none;align-self:center;transition:background 90ms}.communication-composer .primary-button:hover:not(:disabled){background:var(--ds-accent-hover)}.communication-composer .primary-button:active:not(:disabled){transform:translateY(0)scale(.96)}.communication-composer.is-recording,.communication-recording-panel{width:100%;overflow:hidden}.communication-recording-wave,.communication-voice-preview>span,.communication-audio-waveform{cursor:pointer;touch-action:none}.communication-recording-wave{cursor:default}.communication-audio-waveform:focus-visible,.communication-voice-preview>span:focus-visible{outline:1px solid var(--ds-text-muted);outline-offset:3px;border-radius:5px}.communication-message p.communication-audio-unavailable,.communication-message.is-current-user p.communication-audio-unavailable{min-height:34px;color:var(--ds-text-muted);align-items:center;gap:7px;font-size:10px;font-style:normal;display:inline-flex}.communication-audio-unavailable .button-spinner{width:12px;height:12px}@media (prefers-reduced-motion:reduce){.communication-status-tooltip,.communication-message-actions,.communication-message-menu-portal,.communication-composer .primary-button{transition:none;animation:none}}.communication-message-list{overflow-anchor:none;scroll-behavior:auto!important}.communication-message-entry .communication-message,.communication-message-entry.is-clustered .communication-message{margin:0 0 3px!important}.communication-message-content{min-width:0;position:relative}.communication-message-content:after{content:"";width:16px;position:absolute;top:0;bottom:0;left:100%}.communication-message.is-current-user .communication-message-content:after{left:auto;right:100%}.communication-message-actions,.communication-message.is-current-user .communication-message-actions{top:50%!important;transform:translateY(-50%)!important}.communication-message-content:hover .communication-message-actions,.communication-message-content:focus-within .communication-message-actions,.communication-message.actions-open .communication-message-actions{opacity:1!important;pointer-events:auto!important}.communication-message-actions>button[aria-pressed=true]{color:#ff5f79!important}.communication-message-menu-portal{border-color:var(--ds-border-strong)!important;background:var(--ds-surface-1,#151515)!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;opacity:1!important}.communication-composer.has-voice-note{min-height:58px;grid-template-columns:minmax(0,1fr) 40px!important;align-items:center!important}.communication-composer.has-voice-note .communication-composer-input{grid-column:1!important;align-self:center!important}.communication-composer.has-voice-note .communication-composer-toolbar{grid-column:2!important;align-self:center!important}.communication-composer.has-voice-note .primary-button{align-self:center!important;margin:0!important}.communication-recording-panel{width:100%;grid-template-columns:32px minmax(0,1fr) auto 32px 34px!important;align-items:center!important}.communication-recording-wave{contain:inline-size;justify-content:flex-end;min-width:0}.communication-audio-waveform{width:100%;min-width:110px}.communication-audio-waveform i,.communication-voice-preview i{flex:2px;max-width:3px;opacity:.78!important;width:auto!important;min-width:2px!important}.communication-message.is-current-user .communication-audio-waveform i{background:#ffffff70!important}.communication-message.is-current-user .communication-audio-waveform i.active{opacity:1!important;background:#fff!important}
