:root{--bg:#fff;--canvas:#f4f5f7;--surface:#fff;--surface-hover:#f1f3f6;--border:#e7e8ec;--border-strong:#d6d8de;--text:#15171c;--text-2:#5c6270;--text-3:#8a90a0;--accent:#0566ff;--accent-hover:#0453d6;--accent-soft:#e8f0ff;--accent-border:#b8d4ff;--cta:#3ddc84;--cta-hover:#2fc974;--cta-ink:#053321;--ok:#0e9f6e;--ok-soft:#e6f6f0;--warn:#b45309;--warn-soft:#fef5e6;--err:#dc2626;--err-soft:#feecec;--r-sm:8px;--r:10px;--r-lg:12px;--r-xl:16px;--sh-1:0 1px 2px rgba(16,18,24,.04);--sh-2:0 4px 12px rgba(16,18,24,.06);--sh-3:0 12px 32px rgba(16,18,24,.1);--sidebar-w:248px;--font:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;--mono:ui-monospace,SFMono-Regular,"SF Mono",Menlo,monospace}*{box-sizing:border-box;margin:0;padding:0}body,html{height:100%}body{font-family:var(--font);background:var(--canvas);color:var(--text);font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased}button,input,select,textarea{font:inherit;color:inherit}a{color:inherit;text-decoration:none}.btn{display:inline-flex;align-items:center;gap:6px;justify-content:center;height:38px;padding:0 14px;border-radius:var(--r);border:1px solid var(--border-strong);background:var(--surface);font-size:13.5px;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .12s,border-color .12s,box-shadow .12s;box-shadow:var(--sh-1)}.btn:hover{background:var(--surface-hover)}.btn-primary{background:var(--accent);border-color:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent-hover);border-color:var(--accent-hover)}.btn-ghost{border-color:transparent;box-shadow:none;background:transparent}.btn-ghost:hover{background:var(--surface-hover)}.btn-sm{height:30px;padding:0 10px;font-size:12.5px}.input,.select{height:40px;width:100%;padding:0 12px;border:1px solid var(--border-strong);border-radius:var(--r);background:var(--surface);font-size:14px;outline:none}.input:focus,.select:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.shell{display:grid;grid-template-columns:var(--sidebar-w) 1fr;min-height:100vh}.sidebar{background:var(--surface);border-right:1px solid var(--border);display:flex;flex-direction:column;gap:2px;padding:14px 12px;position:-webkit-sticky;position:sticky;top:0;height:100vh}.side-brand{display:flex;align-items:center;gap:8px;font-weight:700;padding:6px 8px 10px}.side-brand .mark{width:22px;height:22px;border-radius:6px;background:var(--accent)}.nav{flex-direction:column;gap:2px;margin-top:6px}.nav,.nav a{display:flex}.nav a{align-items:center;gap:10px;padding:0 12px;border-radius:var(--r);color:var(--text-2);font-size:14px;font-weight:600}.nav a:hover{background:var(--surface-hover);color:var(--text)}.nav a.active{background:var(--accent-soft);color:var(--accent)}.nav .glyph{width:16px;text-align:center;color:var(--text-3)}.nav a.active .glyph{color:var(--accent)}.nav .label{margin-top:16px;padding:0 10px 4px;font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:var(--text-3)}.main{display:flex;flex-direction:column;min-width:0}.topbar{height:56px;border-bottom:1px solid var(--border);background:var(--surface);display:flex;align-items:center;gap:14px;padding:0 22px;position:-webkit-sticky;position:sticky;top:0;z-index:5}.topbar .spacer{flex:1 1}.crumbs{display:flex;align-items:center;gap:7px;font-size:13px;color:var(--text-2)}.crumbs .sep{color:var(--text-3)}.crumbs .cur,.crumbs a:hover{color:var(--text)}.crumbs .cur{font-weight:500}.content{padding:22px;max-width:1180px;width:100%;margin:0 auto}.orgsw{position:relative}.orgsw .cur{display:flex;align-items:center;gap:8px;height:34px;padding:0 10px;border:1px solid var(--border-strong);border-radius:var(--r);background:var(--surface);cursor:pointer;font-size:13px;font-weight:600;box-shadow:var(--sh-1)}.orgsw .swatch{width:16px;height:16px;border-radius:5px;background:var(--accent)}.orgsw .menu{position:absolute;top:40px;left:0;min-width:220px;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);box-shadow:var(--sh-3);padding:6px;z-index:20}.orgsw .menu a{display:flex;align-items:center;gap:8px;height:32px;padding:0 8px;border-radius:var(--r);font-size:13px;color:var(--text-2)}.orgsw .menu a:hover{background:var(--surface-hover);color:var(--text)}.orgsw .menu .role{margin-left:auto;font-size:11px;color:var(--text-3);text-transform:capitalize}.avatar{width:28px;height:28px;border-radius:50%;background:var(--accent-soft);color:var(--accent);display:grid;place-items:center;font-size:12px;font-weight:600}.page-h{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.page-h h1{font-size:20px;letter-spacing:-.01em}.muted{color:var(--text-2)}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:20px;box-shadow:var(--sh-1)}.notfound{text-align:center}.notfound h1{font-size:22px;margin-bottom:6px}@keyframes shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.skel{background:linear-gradient(90deg,var(--surface-hover) 25%,#eef0f3 37%,var(--surface-hover) 63%);background-size:800px 100%;animation:shimmer 1.4s linear infinite;border-radius:var(--r)}.skel-line{height:12px;margin:8px 0}.skel-card{height:86px}.err-state{max-width:420px}.err-state h2{font-size:16px;margin-bottom:6px}.btn-danger{background:var(--err);border-color:var(--err);color:#fff}.btn-danger:hover{filter:brightness(1.05)}.btn-danger.btn-ghost{background:transparent;color:var(--err);border-color:transparent;box-shadow:none}.btn-danger.btn-ghost:hover{background:var(--err-soft)}.modal-overlay{position:fixed;inset:0;background:rgba(16,18,24,.35);display:grid;place-items:center;z-index:50}.kbtabs{display:flex;gap:4px;border-bottom:1px solid var(--border);margin-bottom:18px}.kbtabs a{padding:8px 12px;font-size:13px;color:var(--text-2);border-bottom:2px solid transparent;margin-bottom:-1px}.kbtabs a:hover{color:var(--text)}.kbtabs a.active{color:var(--accent);border-bottom-color:var(--accent);font-weight:500}@media (max-width:720px){.shell{grid-template-columns:1fr}.sidebar{position:static;height:auto;flex-direction:row;align-items:center;gap:4px;overflow-x:auto;border-right:none;border-bottom:1px solid var(--border);padding:8px 10px;-webkit-overflow-scrolling:touch}.side-brand{display:none}.nav{flex-direction:row;margin-top:0;gap:4px}.nav a{height:32px;white-space:nowrap}.nav .label{display:none}.topbar{padding:0 12px;gap:8px}.crumbs{display:none}.content{padding:14px}.modal-overlay{padding:12px}.modal-overlay .card{width:100%!important;max-width:420px}}.center{min-height:100vh;display:grid;place-items:center;padding:24px;background:var(--canvas)}.authbox{width:100%;max-width:420px;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-xl);padding:36px 32px;box-shadow:var(--sh-3)}.authbox h1{font-size:24px;font-weight:800;margin-bottom:6px;letter-spacing:-.01em}.pw-field{position:relative;margin-bottom:12px}.pw-field .input{height:46px;padding-right:42px;font-size:14px}.pw-eye{position:absolute;right:8px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;color:var(--text-3);line-height:1;padding:6px}.btn-lg{height:46px;padding:0 18px;font-size:15px;border-radius:var(--r)}.btn-cta{background:var(--cta);border-color:var(--cta);color:var(--cta-ink);font-weight:700;box-shadow:none}.btn-cta:hover{background:var(--cta-hover);border-color:var(--cta-hover)}.nav .navbtn{display:flex;align-items:center;gap:10px;height:40px;padding:0 12px;border-radius:var(--r);color:var(--text-2);font-size:14px;font-weight:600;background:none;border:none;cursor:pointer;width:100%;text-align:left}.nav .navbtn:hover{background:var(--surface-hover);color:var(--text)}.upgrade-modal{width:920px;max-width:95vw;max-height:90vh;overflow-y:auto}.pricing-grid{display:grid;grid-gap:14px;gap:14px;grid-template-columns:repeat(auto-fit,minmax(190px,1fr))}.price-card{position:relative;border:1px solid var(--border);border-radius:var(--r-lg);padding:18px 16px;background:var(--surface);display:flex;flex-direction:column;gap:10px}.price-card.is-rec{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent)}.price-card.is-current{background:var(--surface-hover)}.price-tag{position:absolute;top:-10px;left:16px;background:var(--accent);color:#fff;font-size:11px;font-weight:700;padding:2px 8px;border-radius:999px}.price-name{font-weight:700;font-size:15px}.price-amt{font-size:26px;font-weight:800;letter-spacing:-.02em}.price-amt .price-per{font-size:13px;font-weight:500;color:var(--text-3)}.price-lims{list-style:none;display:flex;flex-direction:column;gap:3px;font-size:12.5px;color:var(--text-2);padding:8px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.price-lims b{color:var(--text)}.price-feats{list-style:none;display:flex;flex-direction:column;gap:5px;font-size:12.5px;color:var(--text-2);flex:1 1}.price-feats li{padding-left:16px;position:relative}.price-feats li:before{content:"✓";position:absolute;left:0;color:var(--ok);font-weight:700}.badge,.btn,.card,.kbtabs a,.nav a,.navbtn,.orgsw .cur,.tab,.table tbody tr{transition:background .13s ease,border-color .13s ease,color .13s ease,box-shadow .13s ease,transform .08s ease}.btn:active{transform:translateY(1px)}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.btn:focus-visible,.kbtabs a:focus-visible,.nav a:focus-visible,.navbtn:focus-visible,.tab:focus-visible,[role=tab]:focus-visible,a:focus-visible,button:focus-visible{outline:none;box-shadow:0 0 0 3px var(--accent-soft),0 0 0 1px var(--accent)}.page-h .sub{font-size:13px;color:var(--text-2);margin-top:3px;font-weight:400}.badge{display:inline-flex;align-items:center;gap:5px;height:20px;padding:0 8px;border-radius:999px;font-size:11px;font-weight:600;white-space:nowrap;background:var(--surface-hover);color:var(--text-2)}.badge-accent{background:var(--accent-soft);color:var(--accent)}.badge-ok{background:var(--ok-soft);color:var(--ok)}.badge-warn{background:var(--warn-soft);color:var(--warn)}.badge-err{background:var(--err-soft);color:var(--err)}.badge .dot{width:6px;height:6px;border-radius:50%;background:currentColor}@keyframes spin{to{transform:rotate(1turn)}}.btn.busy{pointer-events:none;opacity:.75;position:relative}.btn.busy:before{content:"";width:12px;height:12px;border-radius:50%;flex-shrink:0;border:2px solid;border-top:2px solid transparent;animation:spin .7s linear infinite}.table-wrap{overflow-x:auto;border-radius:var(--r-lg)}.table{width:100%;border-collapse:collapse;font-size:13.5px}.table th{padding:10px 14px;text-align:left;font-size:11.5px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--text-3);white-space:nowrap}.table td{padding:11px 14px;border-top:1px solid var(--border);vertical-align:middle}.table tbody tr:hover{background:var(--surface-hover)}.tabs{display:flex;gap:2px;border-bottom:1px solid var(--border);margin-bottom:20px;overflow-x:auto;scrollbar-width:none}.tabs::-webkit-scrollbar{display:none}.tab{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;cursor:pointer;padding:9px 13px;font-size:13.5px;font-weight:600;color:var(--text-2);border:none;border-bottom:2px solid transparent;margin-bottom:-1px;white-space:nowrap;border-radius:var(--r-sm) var(--r-sm) 0 0}.tab:hover{color:var(--text);background:var(--surface-hover)}.tab[aria-selected=true]{color:var(--accent);border-bottom-color:var(--accent)}.empty{display:grid;place-items:center;text-align:center;padding:44px 24px;grid-gap:4px;gap:4px}.empty .empty-icon{width:52px;height:52px;border-radius:14px;display:grid;place-items:center;font-size:24px;background:var(--accent-soft);color:var(--accent);margin-bottom:8px}.empty h3{font-size:15px;font-weight:700}.empty p{font-size:13px;color:var(--text-2);max-width:360px;margin-bottom:12px}.error-panel{display:grid;place-items:center;text-align:center;padding:36px 24px;grid-gap:4px;gap:4px}.error-panel .err-icon{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;font-size:20px;background:var(--err-soft);color:var(--err);margin-bottom:6px}.error-panel h3{font-size:14.5px;font-weight:700}.error-panel p{font-size:13px;color:var(--text-2);max-width:380px;margin-bottom:12px}@keyframes toast-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.toast-item{animation:toast-in .18s ease}.planchip{display:flex;flex-direction:column;gap:6px;margin:10px 4px 4px;padding:10px 12px;border:1px solid var(--border);border-radius:var(--r);background:var(--canvas);font-size:12px}.planchip .row{display:flex;justify-content:space-between;align-items:center}.planchip .name{font-weight:700;text-transform:capitalize}.planchip .meter{height:5px;border-radius:999px;background:var(--surface-hover);overflow:hidden}.planchip .meter>span{display:block;height:100%;background:var(--accent);transition:width .3s}.planchip .meter>span.warn{background:var(--warn)}.planchip .meter>span.over{background:var(--err)}@media (max-width:720px){.planchip{display:none}}.hoverable-row:hover{background:var(--surface-hover)}@media (max-width:900px){.dash-lower{grid-template-columns:1fr!important}}.typing{display:inline-flex;gap:4px;padding:10px 14px;border-radius:14px;border-bottom-left-radius:4px;background:var(--surface-hover);border:1px solid var(--border);width:-moz-fit-content;width:fit-content}.typing span{width:6px;height:6px;border-radius:50%;background:var(--text-3);animation:typing 1.1s ease-in-out infinite}.typing span:nth-child(2){animation-delay:.15s}.typing span:nth-child(3){animation-delay:.3s}@keyframes typing{0%,60%,to{transform:none;opacity:.5}30%{transform:translateY(-3px);opacity:1}}.kestry-ambient{position:fixed;z-index:30;pointer-events:none;transition:left 1.4s cubic-bezier(.35,.65,.4,1),top 1.4s cubic-bezier(.35,.65,.4,1)}@media (max-width:720px){.kestry-ambient{display:none}}@media (max-width:960px){.inbox-grid{flex-direction:column}.inbox-grid>div{width:100%!important}}.pg-wrap{display:flex;gap:28px;align-items:flex-start;padding:24px}.pg-panel{width:370px;max-width:100%;height:520px;flex-shrink:0;background:var(--surface);border-radius:14px;box-shadow:var(--sh-3);border:1px solid var(--border);display:flex;flex-direction:column;overflow:hidden}.pg-hd{color:#fff;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;gap:8px}.pg-log{flex:1 1;overflow-y:auto;padding:12px 14px;display:flex;flex-direction:column;gap:10px;background:var(--surface)}.pg-msg{padding:9px 12px;border-radius:12px;font-size:14px;line-height:1.45;max-width:85%;white-space:pre-wrap;word-wrap:break-word}.pg-msg.bot{background:var(--surface-hover);border:1px solid var(--border);color:var(--text);border-bottom-left-radius:4px;align-self:flex-start}.pg-msg.user{color:#fff;border-bottom-right-radius:4px;align-self:flex-end}.pg-src{margin:2px 2px 0;align-self:flex-start}.pg-note,.pg-src{font-size:11.5px;color:var(--text-3)}.pg-note{text-align:center;padding:2px 8px}.pg-in{display:flex;gap:8px;padding:10px 12px;border-top:1px solid var(--border)}.pg-in input{flex:1 1;border:1px solid var(--border-strong);border-radius:9px;padding:9px 11px;font-size:14px;outline:none;min-width:0}.pg-in input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.pg-in button{width:38px;border:none;border-radius:9px;color:#fff;cursor:pointer;font-size:14px}.pg-in button:disabled{opacity:.5;cursor:default}.pg-prechat{display:grid;grid-gap:8px;gap:8px;padding:4px 2px;max-width:260px}.pg-prechat input{border:1px solid var(--border-strong);border-radius:8px;padding:9px 11px;font-size:14px;outline:none;width:100%}.pg-prechat button{border:none;border-radius:8px;padding:9px;color:#fff;cursor:pointer;font-weight:600}.pg-side{flex:1 1;min-width:0}.pg-diag{display:flex;gap:8px;flex-wrap:wrap;align-items:center;margin-top:12px;padding:12px;border:1px solid var(--border);border-radius:var(--r);background:var(--canvas)}.pg-chip{text-align:left;border:1px solid var(--border);background:var(--surface-hover);border-radius:999px;padding:10px 16px;font-size:13.5px;cursor:pointer;color:var(--text)}.pg-chip:hover{background:var(--accent-soft);border-color:var(--accent-border)}.pg-chip:disabled{opacity:.55;cursor:default}@media (max-width:960px){.pg-wrap{flex-direction:column-reverse;padding:16px}.pg-panel{width:100%;height:480px}}:root{--canvas:#eef1f5;--border:#eaecef;--sh-1:0 1px 2px rgba(16,18,24,.03);--sh-2:0 6px 20px rgba(16,18,24,.07);--sh-3:0 16px 40px rgba(16,18,24,.1)}.card{border-radius:16px;transition:box-shadow .16s ease,transform .12s ease,border-color .16s ease}a.card:hover,button.card:hover{box-shadow:var(--sh-2);transform:translateY(-1px);border-color:var(--accent-border)}.topbar{background:hsla(0,0%,100%,.82);-webkit-backdrop-filter:saturate(1.1) blur(10px);backdrop-filter:saturate(1.1) blur(10px)}.page-h h1{font-size:24px;font-weight:800;letter-spacing:-.02em}.btn-primary{box-shadow:0 4px 12px rgba(5,102,255,.24)}.btn-primary:hover{box-shadow:0 6px 16px rgba(5,102,255,.3)}.btn-cta{box-shadow:0 4px 12px rgba(61,220,132,.28)}.input,.select{border-radius:11px}.sidebar{padding:18px 14px}.nav a{height:40px;border-radius:11px}.nav a .glyph{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px}.side-brand{padding:6px 8px 16px;font-size:16px;letter-spacing:-.02em}.kpi{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:18px;box-shadow:var(--sh-1)}.kpi .kpi-top{display:flex;justify-content:space-between;align-items:center}.kpi .kpi-label{color:var(--text-3);font-size:12.5px;font-weight:600}.kpi .kpi-val{font-size:28px;font-weight:800;letter-spacing:-.02em;margin-top:8px}.kpi .kpi-delta{font-size:11.5px;font-weight:700}:root{--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-8:32px;--space-10:40px;--space-12:48px;--space-16:64px;--elev-0:none;--elev-1:var(--sh-1);--elev-2:var(--sh-2);--elev-3:var(--sh-3);--radius-sm:var(--r-sm);--radius-md:var(--r);--radius-lg:16px;--radius-full:999px;--control-sm:32px;--control-md:40px;--control-lg:46px;--info:var(--accent);--info-soft:var(--accent-soft)}.t-h1{font-size:24px;font-weight:800;letter-spacing:-.02em;line-height:1.2}.t-h2{font-size:19px;font-weight:700;letter-spacing:-.01em;line-height:1.25}.t-h3{font-size:16px}.t-h3,.t-h4{font-weight:700;line-height:1.3}.t-h4{font-size:14px}.t-body{font-size:14px}.t-body,.t-body-sm{font-weight:400;line-height:1.5}.t-body-sm{font-size:13px}.t-caption{font-size:12px;font-weight:400;line-height:1.4;color:var(--text-2)}.t-label{font-size:12.5px;font-weight:600}.t-label,.t-muted{color:var(--text-2)}.ds-page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-4);margin-bottom:var(--space-5);flex-wrap:wrap}.ds-page-header .ds-ph-title{font-size:24px;font-weight:800;letter-spacing:-.02em}.ds-page-header .ds-ph-sub{font-size:13px;color:var(--text-2);margin-top:4px;max-width:60ch}.ds-page-header .ds-ph-actions{display:flex;align-items:center;gap:var(--space-2);flex-shrink:0}.ds-section{margin-bottom:var(--space-6)}.ds-section-head{margin-bottom:var(--space-3)}.ds-section-head h2{font-size:16px;font-weight:700}.ds-section-head p{font-size:13px;color:var(--text-2);margin-top:2px}.ds-stack{display:flex;flex-direction:column}.ds-stack-2{gap:var(--space-2)}.ds-stack-3{gap:var(--space-3)}.ds-stack-4{gap:var(--space-4)}.ds-stack-6{gap:var(--space-6)}.ds-field{display:flex;flex-direction:column;gap:var(--space-2);margin-bottom:var(--space-4)}.ds-field-label{font-size:12.5px;font-weight:600;color:var(--text-2)}.ds-field-label .req{color:var(--err);margin-left:2px}.ds-field-help{font-size:12px;color:var(--text-3);line-height:1.4}.ds-field-error{font-size:12px;color:var(--err);line-height:1.4}.ds-field.has-error .input,.ds-field.has-error .ui-select-trigger,.ds-field.has-error textarea.input{border-color:var(--err)}.ds-field.has-error .input:focus{box-shadow:0 0 0 3px var(--err-soft)}textarea.input{height:auto;padding:10px 12px;line-height:1.5;resize:vertical}.ui-select{position:relative}.ui-select-trigger{display:flex;align-items:center;gap:var(--space-2);width:100%;height:var(--control-md);padding:0 var(--space-3);border:1px solid var(--border-strong);border-radius:11px;background:var(--surface);font-size:14px;cursor:pointer;text-align:left;color:var(--text);transition:border-color .12s,box-shadow .12s}.ui-select-trigger:hover:not(:disabled){border-color:var(--text-3)}.ui-select-trigger:focus-visible,.ui-select.open .ui-select-trigger{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.ui-select-trigger:disabled{opacity:.55;cursor:not-allowed;background:var(--surface-hover)}.ui-select-trigger.sm{height:var(--control-sm);font-size:13px;padding:0 var(--space-2) 0 var(--space-3)}.ui-select-value{flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-select-caret,.ui-select-value.placeholder{color:var(--text-3)}.ui-select-caret{flex-shrink:0;transition:transform .15s}.ui-select.open .ui-select-caret{transform:rotate(180deg)}.ui-select-menu{position:absolute;z-index:70;top:calc(100% + 6px);left:0;min-width:100%;max-height:280px;overflow-y:auto;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);box-shadow:var(--elev-2);padding:var(--space-2);display:flex;flex-direction:column;gap:2px;animation:menu-in .13s ease}.ui-select-menu.up{top:auto;bottom:calc(100% + 6px)}@keyframes menu-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}.ui-select-option{display:flex;align-items:center;gap:var(--space-2);height:36px;padding:0 var(--space-3);border-radius:var(--r-sm);font-size:13.5px;color:var(--text);cursor:pointer;white-space:nowrap}.ui-select-option .tick{width:16px;flex-shrink:0;color:var(--accent);opacity:0}.ui-select-option.active,.ui-select-option:hover{background:var(--surface-hover)}.ui-select-option[aria-selected=true]{color:var(--accent);font-weight:600}.ui-select-option[aria-selected=true] .tick{opacity:1}.ui-select-option.disabled{opacity:.45;cursor:not-allowed}.ui-menu{position:absolute;z-index:70;min-width:180px;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);box-shadow:var(--elev-2);padding:var(--space-2);display:flex;flex-direction:column;gap:2px;animation:menu-in .13s ease}.ui-menu-item{display:flex;align-items:center;gap:var(--space-2);height:36px;padding:0 var(--space-3);border-radius:var(--r-sm);font-size:13.5px;color:var(--text);cursor:pointer;background:none;border:none;width:100%;text-align:left}.ui-menu-item:hover{background:var(--surface-hover)}.ui-menu-item.danger{color:var(--err)}.ui-menu-item.danger:hover{background:var(--err-soft)}.ui-menu-sep{height:1px;background:var(--border);margin:var(--space-1) 0}.ui-switch{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:38px;height:22px;border-radius:999px;background:var(--border-strong);position:relative;cursor:pointer;transition:background .15s;flex-shrink:0}.ui-switch:checked{background:var(--accent)}.ui-switch:after{content:"";position:absolute;top:2px;left:2px;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:var(--sh-1);transition:transform .15s}.ui-switch:checked:after{transform:translateX(16px)}.ui-switch:focus-visible{outline:none;box-shadow:0 0 0 3px var(--accent-soft)}.ui-switch:disabled{opacity:.5;cursor:not-allowed}.collab-shell{display:grid;grid-template-columns:232px 1fr;min-height:100vh;background:var(--canvas)}.collab-rail{background:#0f172a;color:#cbd5e1;display:flex;flex-direction:column;padding:16px 12px;position:-webkit-sticky;position:sticky;top:0;height:100vh}.collab-brand{display:flex;align-items:center;gap:10px;padding:4px 8px 14px;color:#fff;font-weight:800;letter-spacing:-.01em}.collab-brand .tag{font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;background:var(--accent);color:#fff;border-radius:999px;padding:2px 7px}.collab-nav{display:flex;flex-direction:column;gap:2px}.collab-nav .label{margin:14px 0 4px;padding:0 10px;font-size:10.5px;letter-spacing:.08em;text-transform:uppercase;color:#64748b}.collab-nav a{display:flex;align-items:center;gap:10px;height:36px;padding:0 10px;border-radius:8px;color:#cbd5e1;font-size:13.5px;font-weight:600}.collab-nav a:hover{background:hsla(0,0%,100%,.06);color:#fff}.collab-nav a.active{background:rgba(5,102,255,.22);color:#fff}.collab-nav a .glyph{display:inline-flex;width:18px;height:18px;align-items:center;justify-content:center;color:#94a3b8}.collab-nav a.active .glyph{color:#8ab4ff}.collab-me{margin-top:auto;padding:10px;border-top:1px solid hsla(0,0%,100%,.08);font-size:12px;color:#94a3b8}.collab-me b{display:block;color:#e2e8f0;font-size:12.5px;overflow:hidden;text-overflow:ellipsis}.collab-main{min-width:0;display:flex;flex-direction:column}.collab-top{height:52px;border-bottom:1px solid var(--border);background:var(--surface);display:flex;align-items:center;gap:12px;padding:0 22px;position:-webkit-sticky;position:sticky;top:0;z-index:5;font-size:13px;color:var(--text-2)}.collab-content{padding:22px;max-width:1360px;width:100%;margin:0 auto}.kpi-strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));grid-gap:12px;gap:12px;margin-bottom:16px}.kpi-sm{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:12px 14px;box-shadow:var(--sh-1)}.kpi-sm .l{font-size:11.5px;font-weight:600;color:var(--text-3);text-transform:uppercase;letter-spacing:.04em}.kpi-sm .v{font-size:22px;font-weight:800;letter-spacing:-.02em;margin-top:4px}.kpi-sm .s{font-size:11.5px;color:var(--text-2);margin-top:2px}.table-dense{font-size:13px}.table-dense td,.table-dense th{padding:8px 12px}.chart-bars{gap:2px;height:110px}.chart-bars,.chart-bars>div{display:flex;align-items:flex-end}.chart-bars>div{flex:1 1;height:100%}.chart-bars>div>span{display:block;width:100%;background:var(--accent);border-radius:3px 3px 0 0;min-height:2px;opacity:.85}.chart-bars>div:hover>span{opacity:1}.seg{display:inline-flex;border:1px solid var(--border-strong);border-radius:10px;overflow:hidden;background:var(--surface)}.seg button{height:32px;padding:0 11px;border:none;background:transparent;font-size:12.5px;font-weight:600;color:var(--text-2);cursor:pointer;border-right:1px solid var(--border)}.seg button:last-child{border-right:none}.seg button.on{background:var(--accent-soft);color:var(--accent)}.drawer-scrim{position:fixed;inset:0;background:rgba(16,18,24,.35);z-index:60;display:flex;justify-content:flex-end}.drawer{width:560px;max-width:95vw;height:100%;background:var(--surface);box-shadow:var(--sh-3);overflow-y:auto;padding:20px 22px;display:flex;flex-direction:column;gap:16px}.drawer-h{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.kv{display:grid;grid-template-columns:150px 1fr;grid-gap:6px 12px;gap:6px 12px;font-size:13px}.kv dt{color:var(--text-3)}.collab-login{min-height:100vh;display:grid;place-items:center;background:#0f172a;padding:24px}@media (max-width:900px){.collab-shell{grid-template-columns:1fr}.collab-rail{position:static;height:auto;align-items:center;overflow-x:auto;padding:8px 10px;gap:6px}.collab-nav,.collab-rail{flex-direction:row}.collab-brand .tag,.collab-me,.collab-nav .label{display:none}.collab-content{padding:14px}.kv{grid-template-columns:1fr}}.support-card{display:flex;align-items:center;gap:14px;background:linear-gradient(135deg,var(--accent-soft),#f8fbff);border:1px solid var(--accent-border);border-radius:16px;padding:14px 16px;margin-bottom:16px}.support-card .ico{width:38px;height:38px;border-radius:12px;flex-shrink:0;display:grid;place-items:center;background:var(--surface);border:1px solid var(--accent-border);color:var(--accent);box-shadow:var(--sh-1)}.support-card .t{font-weight:700;font-size:14px}.support-card .s{font-size:12.5px;color:var(--text-2);margin-top:2px}.support-card .cta{margin-left:auto;flex-shrink:0}.support-link{display:flex;align-items:center;gap:8px;height:34px;padding:0 12px;border-radius:10px;font-size:12.5px;font-weight:600;color:var(--text-2)}.support-link:hover{background:var(--surface-hover);color:var(--text)}.ds-filters{display:flex;gap:var(--space-2);align-items:center;flex-wrap:wrap;margin-bottom:var(--space-4)}.ds-filters .grow{flex:1 1;min-width:180px}.ask-grid{display:grid;grid-template-columns:270px minmax(0,1fr) 260px;grid-gap:16px;gap:16px;align-items:stretch;height:calc(100vh - 150px);min-height:460px}.ask-col-hist,.ask-col-side{min-height:0}.ask-chat,.ask-hist{display:flex;flex-direction:column;min-height:0}.ask-hist{padding:12px}.ask-hist,.ask-side{height:100%;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);box-shadow:var(--sh-1)}.ask-side{padding:16px;overflow-y:auto}.ask-hist-row{display:flex;align-items:center;gap:6px;padding:7px 8px;border-radius:8px;cursor:pointer;font-size:13px;color:var(--text)}.ask-hist-row:hover{background:var(--surface-hover)}.ask-hist-row.active{background:var(--accent-soft);color:var(--accent);font-weight:600}.ask-hist-title{flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ask-hist-actions{display:none;gap:2px;align-items:center}.ask-hist-row.active .ask-hist-actions,.ask-hist-row:hover .ask-hist-actions{display:flex}.icon-btn{display:grid;place-items:center;width:24px;height:24px;border-radius:6px;border:none;background:transparent;color:var(--text-3);cursor:pointer}.icon-btn:hover{background:var(--border);color:var(--text)}.linklike{background:none;border:none;padding:0 4px;font-size:12px;cursor:pointer;color:var(--accent);font-weight:600}.linklike.danger{color:var(--err)}.ask-suggestion{text-align:left;background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:10px 12px;font-size:12.5px;line-height:1.35;color:var(--text);cursor:pointer;box-shadow:var(--sh-1);transition:background .12s,border-color .12s}.ask-suggestion:hover{background:var(--accent-soft);border-color:var(--accent-border)}.ask-suggestion:disabled{opacity:.5;cursor:default}.ask-mobile-only{display:none}.ask-drawer-scrim{position:fixed;inset:0;background:rgba(16,18,24,.35);z-index:60;display:flex}.ask-drawer{background:var(--surface);height:100%;width:290px;max-width:85vw;padding:14px;box-shadow:var(--sh-3);overflow-y:auto}.ask-drawer.left{margin-right:auto}.ask-drawer.right{margin-left:auto}@media (max-width:1040px){.ask-grid{grid-template-columns:1fr;height:auto}.ask-col-hist,.ask-col-side{display:none}.ask-chat{height:calc(100vh - 170px);min-height:460px}.ask-mobile-only{display:inline-flex}}