.data-grid{display:grid;grid-gap:16px 24px;gap:16px 24px}.data-field.full{grid-column:1/-1}.data-field-lbl{font-family:var(--font-mono);font-size:11px;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:var(--shell-fg-muted);margin-bottom:4px}.data-field-val{font-size:14px;font-weight:600;color:var(--shell-fg)}.data-field-val.muted{color:var(--shell-fg-muted);font-weight:500}.filter-pills{flex-wrap:wrap}.filter-pill,.filter-pills{display:inline-flex;align-items:center;gap:6px}.filter-pill{padding:6px 14px;border-radius:999px;border:1px solid var(--shell-border-strong);background:var(--shell-surface);color:var(--shell-fg);font:inherit;font-size:12px;font-weight:600;cursor:pointer;transition:all var(--dur-fast) var(--ease-out)}.filter-pill:hover{border-color:var(--vet-purple);color:var(--vet-purple)}.filter-pill.active{background:var(--vet-purple);border-color:var(--vet-purple);color:#fff}.filter-pill.active:hover{background:#5a0f8e;color:#fff}.filter-pill-count{font-family:var(--font-mono);font-weight:500;opacity:.85}.form-footer{display:flex;gap:8px;padding-top:16px;margin-top:16px;border-top:1px solid var(--shell-border)}.drawer-scrim{position:fixed;inset:0;background:rgba(34,17,63,.18);z-index:60;opacity:0;animation:scrim-in .22s var(--ease-out) forwards}[data-theme=dark] .drawer-scrim{background:rgba(0,0,0,.55)}.drawer{position:fixed;top:0;bottom:0;width:var(--tray-w);background:var(--tray-bg);box-shadow:var(--tray-shadow);z-index:65;display:flex;flex-direction:column;animation:tray-in .28s var(--ease-out)}.drawer,.drawer-right{border-left:1px solid var(--shell-border)}.drawer-right{right:0}.drawer-left{left:0;border-right:1px solid var(--shell-border);border-left:0}.drawer.wide{width:var(--tray-w-wide)}.drawer-head{display:grid;grid-template-columns:1fr auto;align-items:center;grid-gap:12px;gap:12px;padding:16px 18px;border-bottom:1px solid var(--shell-border)}.drawer-title{font-family:var(--font-display);font-weight:700;font-size:14px;margin:0;color:var(--shell-fg);display:flex;align-items:center;gap:10px}.drawer-icon{width:30px;height:30px;border-radius:8px;background:var(--soft-lavender);color:var(--vet-purple);display:grid;place-items:center}.drawer-sub{display:block;font-size:11px;color:var(--shell-fg-muted);font-weight:500;margin-top:1px}.drawer-actions{display:flex;gap:4px}.drawer-body{flex:1 1;overflow-y:auto;padding:18px}.drawer-footer{border-top:1px solid var(--shell-border);padding:12px 18px;display:flex;align-items:center;justify-content:flex-end;gap:8px;background:var(--shell-surface)}.info-block{padding:12px 14px}.info-block-head{display:flex;align-items:center;gap:8px;color:var(--shell-fg)}.info-block-head strong{font-family:var(--font-display);font-weight:700;font-size:13px}.info-block-body{margin-top:6px;color:var(--shell-fg-muted);font-size:12px;line-height:1.5}.info-block-purple{background:var(--soft-lavender);border-color:rgba(66,4,109,.18)}.info-block-purple .info-block-head{color:var(--vet-purple)}[data-theme=dark] .info-block-purple{background:rgba(91,46,255,.1)}.table-toolbar{display:flex;justify-content:space-between;align-items:center;gap:14px;padding:14px 16px;border-bottom:1px solid var(--shell-border);background:var(--shell-surface)}.table-toolbar-text h3{margin:0;font-family:var(--font-display);font-weight:700;font-size:14px;color:var(--shell-fg)}.table-toolbar-text .sub{font-size:12px;color:var(--shell-fg-muted);margin-top:2px}.table-toolbar-actions{display:flex;align-items:center;gap:8px}.thread-empty{padding:20px;text-align:center;font-size:12px;color:var(--shell-fg-muted)}.thread-preview{font-size:11px;color:var(--shell-fg-subtle);margin-top:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-field{display:inline-flex;align-items:center;gap:8px;background:var(--shell-surface-2);border:1px solid var(--shell-border);border-radius:8px;padding:0 12px;height:32px;transition:all var(--dur-fast) var(--ease-out)}.search-field:focus-within{border-color:var(--vet-purple);box-shadow:var(--focus-ring);background:var(--shell-surface)}.search-field input{border:0;background:transparent;outline:none;font:inherit;font-size:12px;color:var(--shell-fg);flex:1 1;min-width:0}.search-field input::placeholder{color:var(--shell-fg-subtle)}@import url("https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,400;12..96,500;12..96,600;12..96,700;12..96,800&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500;600&display=swap");:root{--font-serif:"Bricolage Grotesque",ui-sans-serif,system-ui,sans-serif;--font-display:"Bricolage Grotesque",ui-sans-serif,system-ui,sans-serif;--font-body:"Bricolage Grotesque","Plus Jakarta Sans",ui-sans-serif,system-ui,sans-serif;--font-mono:"JetBrains Mono",ui-monospace,"SF Mono",Menlo,monospace;--pws-1:#42046d;--pws-2:#242442;--pws-3:#289f6e;--pws-4:#ff6b00;--pws-black:#000;--vet-purple:var(--pws-1);--deep-purple:var(--pws-2);--midnight-navy:#101828;--pale-lilac:#f4eafb;--soft-lavender:#eadbfa;--white:#fff;--warm-off-white:#faf8f4;--clinical-blue:#2db7ff;--trust-teal:var(--pws-3);--soft-mint:#e5f5ee;--warm-grey:#eef0f4;--slate-grey:#475467;--charcoal:#1d2939;--alert-coral:#ff5a5f;--success-green:var(--pws-3);--warning-amber:var(--pws-4);--innovation-pink:#f044a7;--bg:var(--white);--bg-alt:var(--warm-off-white);--bg-panel:var(--soft-lavender);--bg-dark:var(--deep-purple);--bg-darkest:var(--midnight-navy);--fg:var(--charcoal);--fg-muted:var(--slate-grey);--fg-on-dark:var(--white);--fg-on-dark-muted:hsla(0,0%,100%,.72);--accent:var(--vet-purple);--accent-soft:var(--soft-lavender);--border:#e4e7ec;--border-strong:#d0d5dd;--border-on-dark:hsla(0,0%,100%,.12);--font-serif:"Ubuntu Sans","Ubuntu",ui-sans-serif,system-ui,sans-serif;--font-display:"Chypre Norm","Ubuntu Sans","Ubuntu",ui-sans-serif,system-ui,sans-serif;--font-body:"Chypre Norm","Ubuntu","Ubuntu Sans",ui-sans-serif,system-ui,sans-serif;--font-mono:"Ubuntu Mono",ui-monospace,"SF Mono",Menlo,monospace;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:24px;--space-6:32px;--space-7:48px;--space-8:64px;--space-9:96px;--space-10:128px;--radius-xs:6px;--radius-sm:10px;--radius-md:14px;--radius-lg:20px;--radius-xl:28px;--radius-pill:999px;--shadow-xs:0 1px 2px rgba(16,24,40,.05);--shadow-sm:0 2px 6px rgba(16,24,40,.06),0 1px 2px rgba(16,24,40,.04);--shadow-md:0 8px 20px rgba(16,24,40,.08),0 2px 4px rgba(16,24,40,.04);--shadow-lg:0 20px 40px rgba(16,24,40,.1),0 6px 12px rgba(16,24,40,.04);--shadow-purple:0 14px 32px rgba(91,46,255,.28);--ease-out:cubic-bezier(0.16,1,0.3,1);--ease-in-out:cubic-bezier(0.65,0,0.35,1);--dur-fast:140ms;--dur-base:220ms;--dur-slow:420ms}@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&family=Ubuntu+Sans:wght@400;500;600;700;800&family=Ubuntu+Mono:wght@400;700&display=swap");body,html{font-family:var(--font-body);color:var(--fg);background:var(--bg);font-size:17px;line-height:1.55;-webkit-font-smoothing:antialiased}.display,.eyebrow,h1,h2,h3,h4,h5{font-family:var(--font-display);letter-spacing:-.01em;color:var(--fg)}.t-hero{font-size:clamp(48px,7vw,88px);font-weight:700;line-height:1.02;letter-spacing:-.025em}.t-section{font-size:clamp(34px,4.5vw,58px);font-weight:700;line-height:1.06;letter-spacing:-.02em}.t-h3{font-size:28px;line-height:1.2}.t-h3,.t-h4{font-weight:600}.t-h4{font-size:22px;line-height:1.25}.t-body-lg{font-size:19px;line-height:1.55}.t-body,.t-body-lg{color:var(--fg-muted)}.t-body{font-size:17px;line-height:1.6}.t-small{font-size:14px;line-height:1.5;color:var(--fg-muted)}.t-eyebrow{font-family:var(--font-display);font-size:12px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--vet-purple)}.s-title{font-size:82px;font-weight:700;line-height:1.02;letter-spacing:-.025em}.s-divider{font-size:64px;line-height:1.08}.s-divider,.s-slide-title{font-weight:700;letter-spacing:-.02em}.s-slide-title{font-size:44px;line-height:1.1}.s-body{font-size:22px;line-height:1.5}.s-note{font-size:14px;letter-spacing:.08em;text-transform:uppercase}*{box-sizing:border-box}#root,body,html{height:100%}body{margin:0;font-family:var(--font-body);color:var(--fg);background:var(--shell-canvas);font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased;overflow:hidden}:root{--appbar-h:56px;--rail-w:64px;--rail-w-expanded:240px;--tray-w:440px;--tray-w-wide:560px;--shell-canvas:#f5f3ef;--shell-surface:#fff;--shell-surface-2:#faf8f4;--shell-border:#e6e3dc;--shell-border-strong:#d6d2c8;--shell-fg:#1a1426;--shell-fg-muted:#5c5870;--shell-fg-subtle:#8a8699;--appbar-bg:#fff;--appbar-border:#e6e3dc;--appbar-fg:#1a1426;--rail-bg:#fff;--rail-border:#e6e3dc;--rail-item-fg:#5c5870;--rail-item-fg-active:var(--vet-purple);--rail-item-bg-hover:#f4eafb;--rail-item-bg-active:#f4eafb;--tray-bg:#fff;--tray-shadow:0 24px 60px rgba(34,17,63,.18),0 8px 18px rgba(34,17,63,.08);--kpi-up:#198754;--kpi-down:#c92a2a;--chip-bg:#f4eafb;--chip-fg:var(--vet-purple);--focus-ring:0 0 0 3px rgba(66,4,109,.22)}[data-theme=dark]{--shell-canvas:#0e0a1a;--shell-surface:#1a1230;--shell-surface-2:#221944;--shell-border:#2e254d;--shell-border-strong:#3c3260;--shell-fg:#f3effb;--shell-fg-muted:#b8b2d0;--shell-fg-subtle:#8a85a8;--appbar-bg:#16102a;--appbar-border:#2a2148;--appbar-fg:#f3effb;--rail-bg:#16102a;--rail-border:#2a2148;--rail-item-fg:#b8b2d0;--rail-item-fg-active:#f3effb;--rail-item-bg-hover:hsla(0,0%,100%,.04);--rail-item-bg-active:#2a1751;--tray-bg:#1a1230;--tray-shadow:0 24px 60px rgba(0,0,0,.55),0 8px 18px rgba(0,0,0,.32);--kpi-up:#4ade80;--kpi-down:#ff6b6b;--chip-bg:hsla(0,0%,100%,.08);--chip-fg:#d8c7f1}.app{display:grid;grid-template-rows:var(--appbar-h) 1fr;height:100vh;background:var(--shell-canvas);color:var(--shell-fg)}.app-body{display:grid;grid-template-columns:var(--rail-w) 1fr;overflow:hidden;position:relative}.app-main{overflow:auto;position:relative}.appbar{background:var(--appbar-bg);border-bottom:1px solid var(--appbar-border);display:grid;grid-template-columns:auto auto 1fr auto;align-items:center;grid-gap:8px;gap:8px;padding:0 12px 0 0;height:var(--appbar-h);position:relative;z-index:20}.appbar-brand{display:flex;align-items:center;gap:10px;padding:0 16px;height:100%;border-right:1px solid var(--appbar-border);min-width:var(--rail-w)}.appbar-brand img{height:22px;display:block}.appbar-product{display:flex;align-items:center;gap:10px;padding:0 14px;height:100%;border-right:1px solid var(--appbar-border);cursor:pointer;transition:background var(--dur-fast) var(--ease-out)}.appbar-product:hover{background:var(--rail-item-bg-hover)}.appbar-product .product-icon{width:28px;height:28px;border-radius:8px;background:var(--vet-purple);color:#fff;display:grid;place-items:center}.appbar-product .product-name{font-family:var(--font-display);font-weight:700;font-size:14px;letter-spacing:-.01em;color:var(--appbar-fg);line-height:1}.appbar-product .product-sub{font-size:11px;color:var(--shell-fg-muted);margin-top:2px}.appbar-product .product-text{display:flex;flex-direction:column;align-items:flex-start}.appbar-product .chev{color:var(--shell-fg-subtle);margin-left:4px}.appbar-search{display:flex;align-items:center;gap:10px;background:var(--shell-canvas);border:1px solid var(--shell-border);border-radius:8px;padding:0 12px;height:32px;max-width:520px;margin:0 auto;width:100%;transition:all var(--dur-fast) var(--ease-out)}.appbar-search:focus-within{border-color:var(--vet-purple);box-shadow:var(--focus-ring);background:var(--shell-surface)}.appbar-search input{border:0;background:transparent;color:var(--shell-fg);font:inherit;flex:1 1;outline:none}.appbar-search input::placeholder{color:var(--shell-fg-subtle)}.appbar-search kbd{font-family:var(--font-mono);font-size:10px;line-height:1;color:var(--shell-fg-muted);background:var(--shell-surface);border:1px solid var(--shell-border);border-radius:4px;padding:3px 5px}.appbar-tools{display:flex;align-items:center;gap:2px}.icon-btn{width:36px;height:36px;display:grid;place-items:center;background:transparent;border:0;border-radius:8px;color:var(--shell-fg-muted);cursor:pointer;position:relative;transition:background var(--dur-fast) var(--ease-out),color var(--dur-fast) var(--ease-out)}.icon-btn:hover{background:var(--rail-item-bg-hover);color:var(--shell-fg)}.icon-btn.active{background:var(--rail-item-bg-active);color:var(--rail-item-fg-active)}.icon-btn.has-dot:after{content:"";position:absolute;top:8px;right:9px;width:7px;height:7px;border-radius:50%;background:var(--pws-4);border:2px solid var(--appbar-bg)}.icon-btn .badge-count{position:absolute;top:4px;right:4px;min-width:16px;height:16px;padding:0 4px;border-radius:999px;background:var(--pws-4);color:#fff;font-size:10px;font-weight:700;display:grid;place-items:center;border:2px solid var(--appbar-bg)}.avatar-btn{display:flex;align-items:center;gap:8px;padding:4px 4px 4px 10px;border:0;background:transparent;border-radius:999px;cursor:pointer;color:var(--shell-fg)}.avatar-btn:hover{background:var(--rail-item-bg-hover)}.avatar{width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,var(--vet-purple),#6e3fb8);color:#fff;display:grid;place-items:center;font-size:11px;font-weight:700;font-family:var(--font-display)}.avatar-name{font-size:13px;font-weight:600}.launcher{position:absolute;top:calc(var(--appbar-h) + 6px);left:12px;width:360px;background:var(--tray-bg);border:1px solid var(--shell-border);border-radius:14px;box-shadow:var(--tray-shadow);z-index:50;padding:16px;transform-origin:top left;animation:pop .18s var(--ease-out)}@keyframes pop{0%{opacity:0;transform:scale(.95) translateY(-6px)}to{opacity:1;transform:scale(1) translateY(0)}}.launcher-title{font-family:var(--font-display);font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--shell-fg-muted);margin:0 0 10px}.launcher-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px}.launcher-tile{display:flex;gap:12px;align-items:flex-start;padding:12px;border-radius:12px;background:var(--shell-surface-2);border:1px solid var(--shell-border);cursor:pointer;text-align:left;transition:all var(--dur-fast) var(--ease-out)}.launcher-tile:hover{border-color:var(--vet-purple);background:var(--rail-item-bg-hover)}.launcher-tile.active{background:var(--vet-purple);border-color:var(--vet-purple);color:#fff}.launcher-tile.active .lt-icon{background:hsla(0,0%,100%,.18);color:#fff}.launcher-tile.active .lt-sub{color:hsla(0,0%,100%,.78)}.lt-icon{width:36px;height:36px;border-radius:9px;background:var(--soft-lavender);color:var(--vet-purple);display:grid;place-items:center;flex-shrink:0}.lt-name{display:block;font-family:var(--font-display);font-weight:700;font-size:13px;letter-spacing:-.005em;line-height:1.2}.lt-sub{display:block;font-size:11px;margin-top:3px;line-height:1.35}.launcher-footer,.lt-sub{color:var(--shell-fg-muted)}.launcher-footer{margin-top:14px;padding-top:12px;border-top:1px solid var(--shell-border);display:flex;justify-content:space-between;align-items:center;font-size:12px}.launcher-footer a{color:var(--vet-purple);font-weight:600}.rail{background:var(--rail-bg);border-right:1px solid var(--rail-border);padding:12px 0;position:relative;z-index:5}.rail,.rail-section{display:flex;flex-direction:column;gap:2px}.rail-section{padding:0 8px}.rail-section+.rail-section{margin-top:12px;padding-top:12px;border-top:1px solid var(--rail-border)}.rail-item{display:flex;align-items:center;gap:12px;padding:10px;border-radius:10px;background:transparent;border:0;cursor:pointer;color:var(--rail-item-fg);position:relative;width:100%;transition:background var(--dur-fast) var(--ease-out),color var(--dur-fast) var(--ease-out)}.rail-item:hover{background:var(--rail-item-bg-hover);color:var(--shell-fg)}.rail-item.active{background:var(--rail-item-bg-active);color:var(--rail-item-fg-active)}.rail-item.active:before{content:"";position:absolute;left:-8px;top:50%;transform:translateY(-50%);width:3px;height:22px;background:var(--vet-purple);border-radius:0 3px 3px 0}.rail-item .ri-icon{flex-shrink:0;display:grid;place-items:center;width:20px;height:20px}.rail-item .ri-label{font-size:13px;font-weight:500;white-space:nowrap;overflow:hidden;opacity:0;width:0;transition:opacity var(--dur-base) var(--ease-out)}.rail.expanded{width:var(--rail-w-expanded)}.rail.expanded .ri-label{opacity:1;width:auto}.rail-spacer{flex:1 1}.rail-toggle{margin:0 8px;display:flex;align-items:center;justify-content:center;padding:8px;border-radius:10px;background:transparent;border:0;cursor:pointer;color:var(--shell-fg-subtle)}.rail-toggle:hover{background:var(--rail-item-bg-hover);color:var(--shell-fg)}.rail.expanded{position:absolute;top:0;left:0;bottom:0;box-shadow:8px 0 24px rgba(34,17,63,.08)}.page{padding:28px 32px 80px;max-width:1640px;margin:0 auto}.page-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:28px;gap:24px;flex-wrap:wrap}.page-head-left h1{font-family:var(--font-display);font-size:28px;font-weight:700;letter-spacing:-.02em;margin:4px 0;color:var(--shell-fg)}.page-head-left p{margin:0;color:var(--shell-fg-muted);font-size:14px}.breadcrumbs{display:flex;align-items:center;gap:8px;color:var(--shell-fg-subtle);font-size:12px;font-family:var(--font-mono);letter-spacing:.04em;white-space:nowrap}.breadcrumbs span{color:var(--shell-fg-muted)}.breadcrumbs .sep{opacity:.5}.page-head-right{display:flex;align-items:center;gap:8px}.btn{font-family:var(--font-body);font-weight:600;font-size:13px;padding:9px 14px;border-radius:9px;border:1px solid transparent;cursor:pointer;display:inline-flex;align-items:center;gap:7px;transition:all var(--dur-fast) var(--ease-out);white-space:nowrap}.btn--primary{background:var(--vet-purple);color:#fff}.btn--primary:hover{background:#5a0f8e}.btn--primary:active{transform:scale(.98)}.btn--secondary{background:var(--shell-surface);color:var(--shell-fg);border-color:var(--shell-border-strong)}.btn--secondary:hover{background:var(--rail-item-bg-hover);border-color:var(--vet-purple);color:var(--vet-purple)}.btn--ghost{background:transparent;color:var(--shell-fg-muted)}.btn--ghost:hover{background:var(--rail-item-bg-hover);color:var(--shell-fg)}.btn .ic{width:16px;height:16px}.btn-icon-only{padding:9px}.grid{display:grid;grid-gap:16px;gap:16px}.grid-12{grid-template-columns:repeat(12,1fr)}.col-3{grid-column:span 3}.col-4{grid-column:span 4}.col-5{grid-column:span 5}.col-6{grid-column:span 6}.col-7{grid-column:span 7}.col-8{grid-column:span 8}.col-9{grid-column:span 9}.col-12{grid-column:span 12}.card{background:var(--shell-surface);border:1px solid var(--shell-border);border-radius:14px;padding:18px;position:relative}.card.flush{padding:0}.card-head{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:14px;gap:12px}.card-head h3{font-family:var(--font-display);font-size:14px;font-weight:700;letter-spacing:-.005em;margin:0;color:var(--shell-fg)}.card-head .sub{font-size:12px;color:var(--shell-fg-muted);margin-top:2px}.card-head .head-actions{display:flex;align-items:center;gap:4px}.menu-btn{background:transparent;border:0;width:26px;height:26px;border-radius:6px;cursor:pointer;display:grid;place-items:center;color:var(--shell-fg-subtle)}.menu-btn:hover{background:var(--rail-item-bg-hover);color:var(--shell-fg)}.kpi-eyebrow{font-family:var(--font-mono);font-size:11px;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:var(--shell-fg-muted)}.kpi-value{font-family:var(--font-display);font-size:32px;font-weight:700;letter-spacing:-.025em;line-height:1.05;margin:8px 0 4px;color:var(--shell-fg);display:flex;align-items:baseline;gap:6px}.kpi-value .unit{font-size:14px;color:var(--shell-fg-muted);font-weight:600}.kpi-row{display:flex;justify-content:space-between;gap:10px}.delta,.kpi-row{align-items:center}.delta{display:inline-flex;gap:2px;font-size:12px;font-weight:600;padding:3px 7px;border-radius:999px;background:rgba(25,135,84,.1);color:var(--kpi-up)}.delta.down{background:rgba(201,42,42,.1);color:var(--kpi-down)}.delta.flat{background:var(--rail-item-bg-hover);color:var(--shell-fg-muted)}.kpi-spark{width:90px;height:32px}.kpi-caption{font-size:11px;color:var(--shell-fg-subtle);margin-top:10px}.chart-frame{width:100%;height:240px}.chart-legend{display:flex;gap:16px;align-items:center;font-size:12px;color:var(--shell-fg-muted)}.chart-legend .dot{width:9px;height:9px;border-radius:50%;display:inline-block;margin-right:6px;vertical-align:middle}.tabs{display:flex;gap:0;border-bottom:1px solid var(--shell-border);margin-bottom:16px}.tab{padding:10px 14px;border:0;background:transparent;font:inherit;font-weight:500;color:var(--shell-fg-muted);cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-1px;font-size:13px}.tab:hover{color:var(--shell-fg)}.tab.active{color:var(--vet-purple);border-bottom-color:var(--vet-purple);font-weight:600}.chip{display:inline-flex;align-items:center;gap:5px;padding:3px 9px;border-radius:999px;background:var(--chip-bg);color:var(--chip-fg);font-size:11px;font-weight:600;letter-spacing:.01em}.chip.green{background:rgba(40,159,110,.12);color:var(--pws-3)}.chip.orange{background:rgba(255,107,0,.12);color:var(--pws-4)}.chip.red{background:rgba(201,42,42,.1);color:var(--kpi-down)}.chip.neutral{background:var(--rail-item-bg-hover);color:var(--shell-fg-muted)}.activity{display:flex;flex-direction:column;gap:14px}.activity-item{display:grid;grid-template-columns:28px 1fr auto;grid-gap:12px;gap:12px;align-items:flex-start}.activity-item .ai-icon{width:28px;height:28px;border-radius:8px;background:var(--soft-lavender);color:var(--vet-purple);display:grid;place-items:center}.activity-item .ai-icon.green{background:rgba(40,159,110,.14);color:var(--pws-3)}.activity-item .ai-icon.orange{background:rgba(255,107,0,.14);color:var(--pws-4)}.activity-item .ai-icon.red{background:rgba(201,42,42,.12);color:var(--kpi-down)}.activity-item .ai-text{font-size:13px;line-height:1.4}.activity-item .ai-text strong{font-weight:600}.activity-item .ai-text .meta{color:var(--shell-fg-muted);font-size:11px;margin-top:2px}.activity-item .ai-time{font-size:11px;color:var(--shell-fg-subtle);white-space:nowrap;padding-top:6px}.tasks{display:flex;flex-direction:column;gap:4px}.task{display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;grid-gap:12px;gap:12px;padding:10px 8px;border-radius:8px;cursor:pointer}.task:hover{background:var(--rail-item-bg-hover)}.task input[type=checkbox]{width:16px;height:16px;accent-color:var(--vet-purple);cursor:pointer}.task-title{font-size:13px}.task.done .task-title{text-decoration:line-through;color:var(--shell-fg-subtle)}.task-due{font-size:11px;color:var(--shell-fg-muted)}.tbl-wrap{width:100%;overflow:auto}table.tbl{width:100%;border-collapse:collapse;font-size:13px}.tbl thead th{text-align:left;font-family:var(--font-mono);font-size:11px;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:var(--shell-fg-muted);padding:12px 14px;background:var(--shell-surface-2);position:-webkit-sticky;position:sticky;top:0}.tbl tbody td,.tbl thead th{border-bottom:1px solid var(--shell-border)}.tbl tbody td{padding:14px;vertical-align:middle}.tbl tbody tr{cursor:pointer;transition:background var(--dur-fast) var(--ease-out)}.tbl tbody tr:hover{background:var(--rail-item-bg-hover)}.tbl tbody tr.selected{background:var(--rail-item-bg-active)}.tbl tbody tr:last-child td{border-bottom:0}.tbl .cell-strong{font-weight:600;color:var(--shell-fg)}.tbl .cell-muted{color:var(--shell-fg-muted)}.tbl-pageheader{padding:12px 14px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid var(--shell-border)}.donut-wrap{display:grid;grid-template-columns:auto 1fr;grid-gap:18px;gap:18px;align-items:center}.donut{width:120px;height:120px}.donut-legend{display:flex;flex-direction:column;gap:8px;font-size:12px}.donut-legend .row{display:flex;align-items:center;justify-content:space-between;gap:16px}.donut-legend .row .lbl{display:flex;align-items:center;gap:8px;color:var(--shell-fg)}.donut-legend .row .lbl .dot{width:9px;height:9px;border-radius:2px}.donut-legend .row .val{font-weight:600;color:var(--shell-fg);font-family:var(--font-mono)}.upcoming{display:flex;flex-direction:column;gap:10px}.upcoming-item{display:grid;grid-template-columns:auto 1fr auto;grid-gap:14px;gap:14px;align-items:center;padding:10px 12px;border-radius:10px;border:1px solid var(--shell-border);background:var(--shell-surface-2)}.upcoming-date{width:44px;text-align:center;border-radius:8px;padding:6px 4px;background:var(--shell-surface);border:1px solid var(--shell-border)}.upcoming-date .m{font-family:var(--font-mono);font-size:10px;color:var(--vet-purple);text-transform:uppercase;letter-spacing:.1em}.upcoming-date .d{font-family:var(--font-display);font-size:18px;font-weight:700;line-height:1;color:var(--shell-fg)}.upcoming-body{font-size:13px}.upcoming-body .title{font-weight:600;color:var(--shell-fg)}.upcoming-body .time{font-size:11px;color:var(--shell-fg-muted);margin-top:2px}.qa-row{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:10px;gap:10px}.qa-btn{display:flex;align-items:center;gap:10px;padding:12px;border-radius:10px;background:var(--shell-surface-2);border:1px solid var(--shell-border);cursor:pointer;font:inherit;text-align:left;transition:all var(--dur-fast) var(--ease-out)}.qa-btn:hover{border-color:var(--vet-purple);background:var(--rail-item-bg-hover);transform:translateY(-1px)}.qa-btn .qa-ic{width:32px;height:32px;border-radius:8px;background:var(--soft-lavender);color:var(--vet-purple);display:grid;place-items:center;flex-shrink:0}.qa-btn .qa-text{font-size:12px;font-weight:600;color:var(--shell-fg);line-height:1.3}.qa-btn .qa-text .sub{font-size:11px;font-weight:400;color:var(--shell-fg-muted);margin-top:1px}.tray-scrim{position:fixed;inset:0;background:rgba(34,17,63,.18);z-index:40;opacity:0;animation:scrim-in .22s var(--ease-out) forwards}[data-theme=dark] .tray-scrim{background:rgba(0,0,0,.55)}@keyframes scrim-in{to{opacity:1}}.tray{position:fixed;top:var(--appbar-h);right:0;bottom:0;width:var(--tray-w);background:var(--tray-bg);box-shadow:var(--tray-shadow);z-index:45;border-left:1px solid var(--shell-border);display:flex;flex-direction:column;animation:tray-in .28s var(--ease-out)}.tray.wide{width:var(--tray-w-wide)}@keyframes tray-in{0%{transform:translateX(20px);opacity:0}to{transform:translateX(0);opacity:1}}.tray-head{display:grid;grid-template-columns:1fr auto;align-items:center;grid-gap:12px;gap:12px;padding:16px 18px;border-bottom:1px solid var(--shell-border)}.tray-title{font-family:var(--font-display);font-weight:700;font-size:14px;letter-spacing:-.005em;margin:0;color:var(--shell-fg);display:flex;align-items:center;gap:10px}.tray-title .t-ic{width:30px;height:30px;border-radius:8px;background:var(--soft-lavender);color:var(--vet-purple);display:grid;place-items:center}.tray-title .t-sub{display:block;font-size:11px;color:var(--shell-fg-muted);font-weight:500;margin-top:1px}.tray-actions{display:flex;gap:4px}.tray-body{flex:1 1;overflow-y:auto;padding:18px}.field{margin-bottom:14px}.field label{display:block;font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;font-family:var(--font-mono);color:var(--shell-fg-muted);margin-bottom:6px}.field input,.field select,.field textarea{width:100%;background:var(--shell-surface-2);border:1px solid var(--shell-border);border-radius:9px;padding:10px 12px;color:var(--shell-fg);font:inherit;font-size:13px;outline:none;transition:all var(--dur-fast) var(--ease-out)}.field textarea{min-height:80px;resize:vertical}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--vet-purple);box-shadow:var(--focus-ring);background:var(--shell-surface)}.field-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.notif-list{display:flex;flex-direction:column;gap:4px}.notif{display:grid;grid-template-columns:32px 1fr auto;grid-gap:12px;gap:12px;align-items:flex-start;padding:12px 8px;border-radius:10px;cursor:pointer;position:relative}.notif:hover{background:var(--rail-item-bg-hover)}.notif.unread:before{content:"";position:absolute;left:-4px;top:18px;width:6px;height:6px;border-radius:50%;background:var(--pws-4)}.notif .n-ic{width:32px;height:32px;border-radius:9px;background:var(--soft-lavender);color:var(--vet-purple);display:grid;place-items:center}.notif .n-text{font-size:13px;line-height:1.4}.notif .n-text strong{font-weight:600}.notif .n-text .meta{font-size:11px;color:var(--shell-fg-muted);margin-top:2px}.notif .n-time{font-size:11px;color:var(--shell-fg-subtle);padding-top:4px;white-space:nowrap}.ai-chat{display:flex;flex-direction:column;gap:14px}.ai-bubble{padding:12px 14px;border-radius:14px;font-size:13px;line-height:1.5;max-width:90%}.ai-bubble.user{background:var(--vet-purple);color:#fff;align-self:flex-end;border-bottom-right-radius:4px}.ai-bubble.bot{background:var(--shell-surface-2);border:1px solid var(--shell-border);color:var(--shell-fg);align-self:flex-start;border-bottom-left-radius:4px}.ai-bubble .ai-source{margin-top:8px;padding-top:8px;border-top:1px solid var(--shell-border);font-size:11px;color:var(--shell-fg-muted);display:flex;align-items:center;gap:6px}.ai-suggest{display:flex;flex-wrap:wrap;gap:6px}.ai-suggest button{font:inherit;font-size:12px;padding:6px 10px;background:var(--shell-surface-2);border:1px solid var(--shell-border);border-radius:999px;color:var(--shell-fg);cursor:pointer;transition:all var(--dur-fast) var(--ease-out)}.ai-suggest button:hover{border-color:var(--vet-purple);color:var(--vet-purple)}.ai-composer{padding:14px 18px;border-top:1px solid var(--shell-border);background:var(--shell-surface)}.ai-input{display:flex;align-items:flex-end;gap:8px;background:var(--shell-surface-2);border:1px solid var(--shell-border);border-radius:12px;padding:8px}.ai-input:focus-within{border-color:var(--vet-purple);box-shadow:var(--focus-ring)}.ai-input textarea{flex:1 1;border:0;background:transparent;resize:none;outline:none;font:inherit;font-size:13px;color:var(--shell-fg);min-height:22px;max-height:160px;padding:6px}.ai-input button.send{width:32px;height:32px;border-radius:8px;background:var(--vet-purple);color:#fff;border:0;cursor:pointer;display:grid;place-items:center}.ai-input button.send:disabled{opacity:.4;cursor:not-allowed}.inspector-hero{padding:4px 0 14px;border-bottom:1px solid var(--shell-border);margin-bottom:14px}.inspector-eyebrow{font-family:var(--font-mono);font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--shell-fg-muted);display:flex;align-items:center;gap:8px}.inspector-title{font-family:var(--font-display);font-size:20px;font-weight:700;letter-spacing:-.01em;margin:6px 0 8px}.kv{display:grid;grid-template-columns:130px 1fr;grid-gap:4px 16px;gap:4px 16px;font-size:13px;margin-bottom:16px}.kv dt{color:var(--shell-fg-muted)}.kv dd,.kv dt{padding:6px 0;font-weight:500}.kv dd{margin:0;color:var(--shell-fg)}.section-label{font-family:var(--font-mono);font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--shell-fg-muted);font-weight:600;margin:6px 0 10px}.comment{display:grid;grid-template-columns:32px 1fr;grid-gap:10px;gap:10px;padding:8px 0}.comment+.comment{border-top:1px solid var(--shell-border);padding-top:12px}.comment .c-avatar{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#6e3fb8,var(--vet-purple));color:#fff;display:grid;place-items:center;font-size:11px;font-weight:700}.comment .c-head{display:flex;align-items:center;gap:8px}.comment .c-name{font-weight:600;font-size:13px}.comment .c-time{font-size:11px;color:var(--shell-fg-subtle)}.comment .c-body{font-size:13px;line-height:1.5;margin-top:4px;color:var(--shell-fg)}.tray-footer{border-top:1px solid var(--shell-border);padding:12px 18px;justify-content:flex-end;gap:8px;background:var(--shell-surface)}.empty,.tray-footer{display:flex;align-items:center}.empty{flex-direction:column;gap:12px;padding:48px 24px;text-align:center;color:var(--shell-fg-muted)}.empty .e-ic{width:48px;height:48px;border-radius:12px;background:var(--soft-lavender);color:var(--vet-purple);display:grid;place-items:center}.empty h4{margin:0;font-family:var(--font-display);font-size:14px;color:var(--shell-fg)}.empty p{margin:0;font-size:12px}.skeleton-tile{background:var(--shell-surface);border:1px dashed var(--shell-border-strong);border-radius:14px;padding:28px;display:flex;flex-direction:column;gap:10px;align-items:flex-start}.skeleton-tile .sk-eyebrow{font-family:var(--font-mono);font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:var(--shell-fg-subtle)}.skeleton-tile .sk-title{font-family:var(--font-display);font-size:15px;font-weight:600;color:var(--shell-fg)}.skeleton-tile .sk-body{font-size:12px;color:var(--shell-fg-muted);line-height:1.5}.skeleton-bar{height:10px;border-radius:5px;background:var(--shell-border);width:100%}.skeleton-bar.w-60{width:60%}.skeleton-bar.w-40{width:40%}.skeleton-bar.w-80{width:80%}.flex,.flex-col{display:flex}.flex-col{flex-direction:column}.gap-1{gap:4px}.gap-2{gap:8px}.gap-3{gap:12px}.gap-4{gap:16px}.items-center{align-items:center}.justify-between{justify-content:space-between}.mt-1{margin-top:4px}.mt-2{margin-top:8px}.mt-3{margin-top:12px}.mt-4{margin-top:16px}.mb-2{margin-bottom:8px}.mb-3{margin-bottom:12px}.mb-4{margin-bottom:16px}.text-muted{color:var(--shell-fg-muted)}.text-subtle{color:var(--shell-fg-subtle)}.text-sm{font-size:12px}.app-main::-webkit-scrollbar,.tray-body::-webkit-scrollbar{width:12px}.app-main::-webkit-scrollbar-thumb,.tray-body::-webkit-scrollbar-thumb{background:var(--shell-border-strong);border-radius:6px;border:3px solid var(--shell-surface)}.app-main::-webkit-scrollbar-track,.tray-body::-webkit-scrollbar-track{background:transparent}.filter-bar{display:grid;grid-template-columns:1fr auto;grid-gap:12px;gap:12px;padding:12px 14px;border-bottom:1px solid var(--shell-border);background:var(--shell-surface);align-items:center;position:-webkit-sticky;position:sticky;top:0;z-index:3}.fb-segments{display:flex;gap:2px;background:var(--shell-surface-2);padding:3px;border-radius:9px;border:1px solid var(--shell-border);width:max-content}.fb-seg{display:inline-flex;align-items:center;gap:6px;background:transparent;border:0;padding:6px 10px;border-radius:6px;font:inherit;font-size:12px;font-weight:500;color:var(--shell-fg-muted);cursor:pointer;transition:all var(--dur-fast) var(--ease-out);white-space:nowrap}.fb-seg:hover{color:var(--shell-fg)}.fb-seg.active{background:var(--shell-surface);color:var(--vet-purple);box-shadow:0 1px 2px rgba(16,24,40,.06);font-weight:600}.fb-seg-count{font-family:var(--font-mono);font-size:10px;color:var(--shell-fg-subtle);background:var(--shell-canvas);padding:1px 6px;border-radius:999px;min-width:18px;text-align:center}.fb-seg.active .fb-seg-count{background:var(--soft-lavender);color:var(--vet-purple)}[data-theme=dark] .fb-seg.active .fb-seg-count{background:hsla(0,0%,100%,.06)}.fb-right{gap:6px;flex-wrap:nowrap}.fb-right,.fb-search{display:flex;align-items:center}.fb-search{gap:8px;background:var(--shell-surface-2);border:1px solid var(--shell-border);border-radius:8px;padding:6px 10px;width:240px;transition:all var(--dur-fast) var(--ease-out)}.fb-search:focus-within{border-color:var(--vet-purple);box-shadow:var(--focus-ring);background:var(--shell-surface)}.fb-search input{border:0;background:transparent;outline:none;font:inherit;font-size:12px;flex:1 1;color:var(--shell-fg)}.fb-search input::placeholder{color:var(--shell-fg-subtle)}.fb-dd{position:relative}.fb-dd-btn{display:inline-flex;align-items:center;gap:5px;padding:7px 10px;border-radius:8px;border:1px solid var(--shell-border);background:var(--shell-surface);font:inherit;font-size:12px;cursor:pointer;color:var(--shell-fg);transition:all var(--dur-fast) var(--ease-out)}.fb-dd-btn.active,.fb-dd-btn:hover{border-color:var(--vet-purple)}.fb-dd-btn.active{background:var(--soft-lavender);color:var(--vet-purple)}[data-theme=dark] .fb-dd-btn.active{background:hsla(0,0%,100%,.06)}.fb-dd-label{color:var(--shell-fg-muted);font-weight:500}.fb-dd-btn.active .fb-dd-label{color:var(--vet-purple)}.fb-dd-value{font-weight:600}.fb-dd-menu{position:absolute;top:calc(100% + 4px);right:0;min-width:180px;background:var(--shell-surface);border:1px solid var(--shell-border);border-radius:9px;box-shadow:var(--tray-shadow);z-index:30;padding:4px}.fb-dd-item{display:flex;align-items:center;gap:8px;width:100%;padding:8px 10px;border:0;background:transparent;border-radius:6px;font:inherit;font-size:12px;cursor:pointer;color:var(--shell-fg);text-align:left}.fb-dd-item:hover{background:var(--rail-item-bg-hover)}.fb-dd-item.active{color:var(--vet-purple);font-weight:600}.fb-dd-item>span:first-child{width:14px;display:inline-flex}.fb-divider{width:1px;height:22px;background:var(--shell-border);margin:0 4px}.fb-view{display:flex;background:var(--shell-surface-2);border:1px solid var(--shell-border);border-radius:8px;padding:2px}.fb-view-btn{background:transparent;border:0;padding:5px 8px;border-radius:6px;cursor:pointer;color:var(--shell-fg-muted);display:grid;place-items:center}.fb-view-btn.active{background:var(--shell-surface);color:var(--vet-purple);box-shadow:0 1px 2px rgba(16,24,40,.06)}.bulk-bar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:10px 14px;background:var(--soft-lavender);border-bottom:1px solid var(--shell-border);animation:pop .18s var(--ease-out)}[data-theme=dark] .bulk-bar{background:rgba(91,46,255,.14)}.bulk-count{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--vet-purple)}[data-theme=dark] .bulk-count{color:#d8c7f1}.bulk-clear{background:hsla(0,0%,100%,.7);border:0;width:22px;height:22px;border-radius:5px;cursor:pointer;color:var(--vet-purple);display:grid;place-items:center}[data-theme=dark] .bulk-clear{background:hsla(0,0%,100%,.08);color:#fff}.bulk-actions{display:flex;gap:4px}.tbl-clients thead th .th-inner{display:inline-flex;align-items:center;gap:6px}.tbl-clients tbody td input[type=checkbox],.tbl-clients thead th input[type=checkbox]{width:14px;height:14px;accent-color:var(--vet-purple);cursor:pointer}.tbl-clients .row-actions{display:flex;align-items:center;gap:2px;opacity:0;transition:opacity var(--dur-fast) var(--ease-out)}.tbl-clients tbody tr.selected .row-actions,.tbl-clients tbody tr:hover .row-actions{opacity:1}.cell-client{display:flex;align-items:center;gap:10px}.cell-avatar{width:32px;height:32px;border-radius:8px;background:var(--soft-lavender);color:var(--vet-purple);display:grid;place-items:center;font-family:var(--font-display);font-weight:700;font-size:13px;flex-shrink:0}[data-theme=dark] .cell-avatar{background:hsla(0,0%,100%,.06);color:var(--soft-lavender)}.cell-avatar.lg{width:44px;height:44px;font-size:16px;border-radius:10px}.cell-avatar.xl{width:64px;height:64px;font-size:24px;border-radius:14px}.tbl-pagination{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;border-top:1px solid var(--shell-border);background:var(--shell-surface-2)}.card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));grid-gap:12px;gap:12px;padding:14px}.client-card{background:var(--shell-surface-2);border:1px solid var(--shell-border);border-radius:12px;padding:14px;text-align:left;cursor:pointer;display:flex;flex-direction:column;gap:10px;transition:all var(--dur-fast) var(--ease-out)}.client-card:hover{border-color:var(--vet-purple);background:var(--shell-surface);transform:translateY(-2px);box-shadow:var(--shadow-sm)}.cc-head{display:flex;align-items:center;justify-content:space-between}.cc-name{font-family:var(--font-display);font-weight:700;font-size:14px;line-height:1.25;color:var(--shell-fg)}.cc-meta{font-size:11px;color:var(--shell-fg-muted);margin-top:-4px}.cc-grid{margin-top:auto;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:8px;gap:8px;padding-top:10px;border-top:1px solid var(--shell-border)}.cc-lbl{font-size:10px;color:var(--shell-fg-subtle);text-transform:uppercase;letter-spacing:.08em;font-family:var(--font-mono)}.cc-val{font-family:var(--font-display);font-weight:700;font-size:14px;color:var(--shell-fg);margin-top:2px}.vip-detail{padding-top:20px}.vip-detail-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:14px 0 24px}.vip-eyebrow{font-family:var(--font-mono);font-size:11px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--vet-purple)}.vip-detail-header h1{font-family:var(--font-display);font-size:30px;font-weight:700;letter-spacing:-.02em;margin:6px 0 0}.vip-back{font:inherit;font-size:12px;font-weight:600;padding:9px 16px;border:1px solid var(--shell-border-strong);border-radius:999px;background:var(--shell-surface);color:var(--shell-fg);cursor:pointer;display:inline-flex;align-items:center;gap:6px;transition:all var(--dur-fast) var(--ease-out)}.vip-back:hover{border-color:var(--vet-purple);color:var(--vet-purple)}.vip-identity{display:grid;grid-template-columns:auto 1fr auto;grid-gap:16px;gap:16px;align-items:center;padding-bottom:16px;border-bottom:1px solid var(--shell-border);margin-bottom:18px}.vip-identity-name{font-family:var(--font-display);font-size:20px;font-weight:700;letter-spacing:-.01em;color:var(--shell-fg);line-height:1.2}.vip-identity-meta{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--shell-fg-muted);margin-top:4px;flex-wrap:wrap}.vip-identity-meta .meta-tag{background:var(--soft-lavender);color:var(--vet-purple);padding:2px 8px;border-radius:999px;font-weight:600}[data-theme=dark] .vip-identity-meta .meta-tag{background:hsla(0,0%,100%,.06);color:#d8c7f1}.vip-identity-actions{display:flex;gap:6px}.vip-kpi-row{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:12px;gap:12px;margin-bottom:18px}.vip-kpi{background:var(--shell-surface-2);border:1px solid var(--shell-border);border-radius:12px;padding:14px 16px}.vip-kpi-lbl{font-size:12px;color:var(--shell-fg-muted);font-weight:500}.vip-kpi-val{font-family:var(--font-display);font-size:28px;font-weight:700;letter-spacing:-.025em;color:var(--shell-fg);margin-top:4px;line-height:1.1}.vip-kpi-val.green{color:var(--pws-3)}.vip-kpi-val.red{color:var(--kpi-down)}.vip-kpi-val.orange{color:var(--pws-4)}.vip-kpi-val.muted{color:var(--shell-fg-muted)}.vip-kpi-sub{font-size:11px;color:var(--shell-fg-subtle);margin-top:2px}.vip-band{background:var(--shell-surface-2);border:1px solid var(--shell-border);border-radius:12px;padding:16px 18px;margin-top:12px}.vip-band-head h3{font-family:var(--font-display);font-size:15px;font-weight:700;margin:0;color:var(--shell-fg)}.vip-band-head p{font-size:13px;color:var(--shell-fg-muted);margin:4px 0 14px;line-height:1.5}.vip-band-head p strong{color:var(--shell-fg);font-weight:600}.stacked-bar-wrap{width:100%}.stacked-bar{position:relative;display:flex;width:100%;height:16px;border-radius:8px;overflow:hidden;background:var(--shell-border)}.stacked-bar-seg{height:100%;transition:width .32s var(--ease-out)}.stacked-bar-marker{position:absolute;top:-4px;bottom:-4px;width:2px;background:var(--shell-fg);transform:translateX(-1px)}.stacked-bar-marker .marker-label{position:absolute;top:calc(100% + 4px);left:0;transform:translateX(-50%);font-size:10px;font-family:var(--font-mono);color:var(--shell-fg);background:var(--shell-surface);border:1px solid var(--shell-border);border-radius:4px;padding:1px 6px;white-space:nowrap;pointer-events:none}.stacked-bar-legend{display:flex;flex-wrap:wrap;gap:16px;margin-top:22px;font-size:12px;color:var(--shell-fg-muted)}.stacked-bar-legend .lg-row{display:inline-flex;align-items:center;gap:7px}.stacked-bar-legend .dot{width:9px;height:9px;border-radius:50%}.pill-tabs{display:flex;flex-wrap:wrap;gap:6px;padding-bottom:16px;border-bottom:1px solid var(--shell-border);margin-bottom:18px}.pill-tab{font:inherit;font-size:13px;font-weight:500;padding:9px 18px;border-radius:999px;border:1px solid var(--shell-border-strong);background:var(--shell-surface);color:var(--shell-fg);cursor:pointer;transition:all var(--dur-fast) var(--ease-out)}.pill-tab:hover{border-color:var(--vet-purple);color:var(--vet-purple)}.pill-tab.active{background:var(--vet-purple);color:#fff;border-color:var(--vet-purple);font-weight:600}.pill-tabs-body{padding-top:4px}.profile-logo{display:flex;align-items:center;gap:16px;margin-bottom:24px}.form-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:14px 18px;gap:14px 18px}.form-grid .field{margin-bottom:0}.form-foot{display:flex;gap:8px;justify-content:flex-end;padding-top:20px;margin-top:24px;border-top:1px solid var(--shell-border)}.tab-placeholder{display:flex;flex-direction:column;align-items:center;gap:8px;padding:48px 24px;text-align:center;color:var(--shell-fg-muted);background:var(--shell-surface-2);border:1px dashed var(--shell-border-strong);border-radius:12px}.tab-placeholder .tp-ic{width:56px;height:56px;border-radius:14px;background:var(--soft-lavender);color:var(--vet-purple);display:grid;place-items:center;margin-bottom:4px}.tab-placeholder h3{font-family:var(--font-display);font-size:18px;font-weight:700;margin:0;color:var(--shell-fg)}.tab-placeholder p{margin:0 0 12px;font-size:13px;max-width:380px}@media (max-width:1280px){.filter-bar{grid-template-columns:1fr}.fb-right{flex-wrap:wrap;justify-content:flex-end}.fb-search{width:200px}}@media (max-width:900px){.form-grid,.vip-kpi-row{grid-template-columns:1fr 1fr}}.kanban-controls{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap}.kanban-controls-left h2.kanban-title{font-family:var(--font-display);font-size:20px;font-weight:700;letter-spacing:-.01em;margin:0 0 4px;color:var(--shell-fg)}.kanban-controls-left .kanban-sub{margin:0;font-size:13px;color:var(--shell-fg-muted)}.kanban-controls-right{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.scope-toggle{display:flex;background:var(--shell-surface-2);border:1px solid var(--shell-border);border-radius:999px;padding:3px}.scope-btn{font:inherit;font-size:12px;font-weight:600;padding:6px 14px;border-radius:999px;border:0;background:transparent;color:var(--shell-fg-muted);cursor:pointer;transition:all var(--dur-fast) var(--ease-out)}.scope-btn.active{background:var(--vet-purple);color:#fff}.kanban{margin-top:16px;display:flex;gap:12px;overflow-x:auto;padding-bottom:8px}.kanban-col{min-width:280px;width:280px;flex-shrink:0;background:var(--shell-surface-2);border:1px solid var(--shell-border);border-radius:12px;display:flex;flex-direction:column;max-height:calc(100vh - 280px)}.kanban-col-head{display:flex;align-items:center;justify-content:space-between;padding:12px 14px 4px}.kanban-col-title{display:flex;align-items:center;gap:7px;font-size:13px;font-weight:600;color:var(--shell-fg);font-family:var(--font-display)}.kanban-dot{width:8px;height:8px;border-radius:50%;background:var(--shell-fg-muted)}.kanban-dot-fta{background:var(--vet-purple)}.kanban-dot-disc-bk,.kanban-dot-disc-req{background:var(--pws-4)}.kanban-dot-proposal,.kanban-dot-solution{background:var(--vet-purple)}.kanban-dot-meeting-bk,.kanban-dot-meeting-req{background:var(--pws-4)}.kanban-dot-decision{background:var(--vet-purple)}.kanban-dot-won{background:var(--pws-3)}.kanban-dot-lost{background:var(--kpi-down)}.kanban-col-count{font-weight:600;color:var(--shell-fg);background:var(--shell-surface);border:1px solid var(--shell-border);padding:2px 9px;border-radius:999px;min-width:24px;text-align:center}.kanban-col-count,.kanban-col-sub{font-family:var(--font-mono);font-size:11px}.kanban-col-sub{padding:0 14px 10px;color:var(--shell-fg-subtle);letter-spacing:.04em}.kanban-col-body{flex:1 1;overflow-y:auto;padding:0 10px 10px;display:flex;flex-direction:column;gap:8px}.kanban-empty{border:1px dashed var(--shell-border-strong);border-radius:10px;padding:20px 12px;text-align:center;align-items:center;gap:6px;color:var(--shell-fg-subtle);font-size:11px}.deal-card,.kanban-empty{display:flex;flex-direction:column}.deal-card{background:var(--shell-surface);border:1px solid var(--shell-border);border-radius:10px;padding:12px;gap:8px;cursor:-webkit-grab;cursor:grab;transition:all var(--dur-fast) var(--ease-out);position:relative}.deal-card:hover{border-color:var(--vet-purple);box-shadow:var(--shadow-sm);transform:translateY(-1px)}.deal-card:active{cursor:-webkit-grabbing;cursor:grabbing}.deal-card-head{display:flex;align-items:center;gap:8px}.deal-drag{background:transparent;border:0;color:var(--shell-fg-subtle);cursor:-webkit-grab;cursor:grab;padding:0;display:grid;place-items:center}.deal-drag:hover{color:var(--vet-purple)}.deal-type{font-family:var(--font-display);font-weight:700;letter-spacing:-.005em}.deal-client,.deal-type{font-size:12px;color:var(--shell-fg)}.deal-client{line-height:1.4}.deal-client-name{font-weight:600}.deal-client-contact{color:var(--shell-fg-muted)}.deal-pills{display:flex;gap:6px;flex-wrap:wrap}.deal-pill{font-family:var(--font-mono);font-size:11px;font-weight:600;padding:2px 9px;border-radius:999px;background:var(--shell-surface-2);color:var(--shell-fg-muted);border:1px solid var(--shell-border)}.deal-pill.green{background:rgba(40,159,110,.1);color:var(--pws-3);border-color:rgba(40,159,110,.22)}.deal-meta{display:flex;justify-content:space-between;align-items:center;font-size:11px}.deal-close,.deal-meta,.deal-owner{color:var(--shell-fg-muted)}.deal-owner{display:flex;align-items:center;gap:6px}.avatar-xs{width:18px;height:18px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--vet-purple),#6e3fb8);color:#fff;font-size:9px;font-weight:700}.deal-view{width:100%;font-size:12px;padding:8px 12px;border-radius:999px;margin-top:2px;justify-content:center}.crm-detail-topbar{display:flex;align-items:center;justify-content:space-between;padding:14px 0 0}.crm-kpi-row{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px;margin-bottom:4px}.crm-overview-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px 24px;gap:16px 24px}.crm-overview-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px 24px;gap:16px 24px;margin-top:16px;padding-top:16px;border-top:1px solid var(--shell-border)}.crm-cell-lbl{font-family:var(--font-mono);font-size:11px;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:var(--shell-fg-muted);margin-bottom:4px}.crm-cell-val{font-size:13px;font-weight:600;color:var(--shell-fg)}.crm-cell-val.muted{color:var(--shell-fg-muted);font-weight:500}.pill-tab-sm{padding:6px 14px;font-size:12px;border-radius:999px}.timeline{display:flex;flex-direction:column;position:relative;padding-left:16px}.timeline:before{content:"";position:absolute;left:30px;top:14px;bottom:14px;width:1px;background:var(--shell-border)}.timeline-item{display:grid;grid-template-columns:30px 1fr;grid-gap:14px;gap:14px;padding:10px 0;align-items:flex-start}.timeline-ic{width:30px;height:30px;border-radius:8px;background:var(--soft-lavender);color:var(--vet-purple);display:grid;place-items:center;z-index:1;border:2px solid var(--shell-surface)}.timeline-ic.green{background:rgba(40,159,110,.14);color:var(--pws-3)}.timeline-ic.orange{background:rgba(255,107,0,.14);color:var(--pws-4)}.timeline-ic.red{background:rgba(201,42,42,.12);color:var(--kpi-down)}.timeline-head{display:flex;align-items:baseline;justify-content:space-between;gap:16px}.timeline-head strong{font-weight:600;font-size:13px;color:var(--shell-fg)}.timeline-time{font-size:11px;color:var(--shell-fg-subtle);font-family:var(--font-mono)}.timeline-text{font-size:13px;line-height:1.5;color:var(--shell-fg-muted);margin-top:3px}.project-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:14px;gap:14px;padding:16px}.project-card{background:var(--shell-surface);border:1px solid var(--shell-border);border-radius:12px;padding:16px;display:flex;flex-direction:column;gap:10px;cursor:pointer;text-align:left;transition:all var(--dur-fast) var(--ease-out)}.project-card:hover{border-color:var(--vet-purple);box-shadow:var(--shadow-sm);transform:translateY(-2px)}.project-card-head{display:flex;align-items:center;justify-content:space-between}.project-card-id{font-family:var(--font-mono);font-size:11px;color:var(--shell-fg-subtle);letter-spacing:.04em}.project-card-title{font-family:var(--font-display);font-weight:700;font-size:15px;line-height:1.25;color:var(--shell-fg)}.project-card-client{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--shell-fg-muted)}.project-progress{margin-top:auto}.project-progress-bar{height:6px;background:var(--shell-border);border-radius:4px;overflow:hidden}.project-progress-fill{height:100%;background:var(--vet-purple);border-radius:4px;transition:width var(--dur-base) var(--ease-out)}.project-progress-meta{font-size:11px;color:var(--shell-fg-muted);margin-top:5px}.project-card-foot,.project-progress-meta{display:flex;justify-content:space-between}.project-card-foot{align-items:center;padding-top:10px;border-top:1px solid var(--shell-border)}.project-meta{display:flex;gap:12px;font-size:11px;color:var(--shell-fg-muted)}.project-meta span{display:inline-flex;align-items:center;gap:4px}.ws-header{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}.ws-title{font-family:var(--font-display);font-size:22px;font-weight:700;letter-spacing:-.02em;margin:0;color:var(--shell-fg)}.ws-sub{margin-top:6px;font-size:13px;color:var(--shell-fg-muted)}.ws-header-actions{flex-wrap:wrap}.ws-header-actions,.ws-share{display:flex;align-items:center;gap:8px}.ws-share{font-size:13px;font-weight:500;color:var(--shell-fg);background:var(--shell-surface-2);border:1px solid var(--shell-border);border-radius:8px;padding:8px 12px}.ws-share input{accent-color:var(--vet-purple);width:15px;height:15px}.ws-tabs{flex-wrap:nowrap!important;scrollbar-width:thin}.ws-tabs::-webkit-scrollbar{height:4px}.ws-form-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px 18px;gap:14px 18px}.ws-field{display:flex;flex-direction:column;gap:8px;padding:14px;border:1px solid var(--shell-border);border-radius:10px;background:var(--shell-surface)}.ws-field.full{grid-column:1/-1}.ws-field label{font-size:13px;font-weight:600;color:var(--shell-fg)}.ws-field input,.ws-field select,.ws-field textarea{background:var(--shell-surface);border:1px solid var(--shell-border);border-radius:8px;padding:9px 12px;font:inherit;font-size:13px;color:var(--shell-fg);outline:none;transition:all var(--dur-fast) var(--ease-out)}.ws-field textarea{min-height:72px;resize:vertical}.ws-field input:focus,.ws-field select:focus,.ws-field textarea:focus{border-color:var(--vet-purple);box-shadow:var(--focus-ring)}.file-row{display:flex;align-items:center;gap:12px}.file-row input[type=file]{flex:1 1}.ws-section{margin-top:18px;padding-top:18px;border-top:1px solid var(--shell-border)}.ws-section:first-of-type{border-top:0;padding-top:0;margin-top:16px}.ws-section-title{font-family:var(--font-display);font-size:15px;font-weight:700;margin:0;color:var(--shell-fg)}.ws-section-sub{font-size:12px;color:var(--shell-fg-muted);margin:4px 0 12px}.sub-pill-tabs{display:flex;gap:6px;flex-wrap:wrap;margin:4px 0 16px}.upload-row{border:1px dashed var(--shell-border-strong);border-radius:10px;padding:14px 16px;background:var(--shell-surface-2)}.image-cards{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px;margin-top:10px}.image-card{background:var(--shell-surface);border:1px solid var(--shell-border);border-radius:10px;padding:12px}.image-card-name{font-weight:600;font-size:13px;color:var(--shell-fg)}.image-card-time{font-size:11px;color:var(--shell-fg-subtle);margin-top:2px}.image-card-actions{display:flex;gap:6px;margin-top:10px}.tbl-inputs tbody tr{cursor:default}.tbl-inputs tbody tr:hover{background:transparent}.tbl-inputs input,.tbl-inputs select,.tbl-inputs textarea{width:100%;background:var(--shell-surface-2);border:1px solid var(--shell-border);border-radius:7px;padding:7px 10px;font:inherit;font-size:12px;color:var(--shell-fg);outline:none}.tbl-inputs textarea{min-height:56px;resize:vertical}.tbl-inputs input:focus,.tbl-inputs select:focus,.tbl-inputs textarea:focus{border-color:var(--vet-purple);box-shadow:var(--focus-ring)}.visible-toggle input[type=checkbox]{width:18px;height:18px;accent-color:var(--vet-purple);cursor:pointer}.info-block{background:var(--shell-surface-2);border:1px solid var(--shell-border);border-radius:10px;padding:14px 16px;font-size:13px}.info-block strong{font-family:var(--font-display);font-weight:700;color:var(--shell-fg);display:block;margin-bottom:6px}.info-block ul{margin:0;padding-left:18px;color:var(--shell-fg-muted)}.info-block li{margin:2px 0;font-size:12px}.info-block code{font-family:var(--font-mono);font-size:11px;background:var(--shell-surface);padding:1px 6px;border-radius:4px;border:1px solid var(--shell-border);color:var(--shell-fg)}@media (max-width:900px){.crm-kpi-row{grid-template-columns:1fr}.crm-overview-grid{grid-template-columns:1fr 1fr}.ws-form-grid{grid-template-columns:1fr}}.crm-upcoming{display:flex;flex-direction:column;gap:2px}.crm-upcoming-row{display:grid;grid-template-columns:1fr auto auto;grid-gap:16px;gap:16px;align-items:center;padding:14px 12px;border-radius:10px;transition:background var(--dur-fast) var(--ease-out)}.crm-upcoming-row:hover{background:var(--shell-surface-2)}.crm-upcoming-row+.crm-upcoming-row{border-top:1px solid var(--shell-border);border-radius:0}.crm-upcoming-title{font-weight:600;font-size:14px;color:var(--shell-fg)}.crm-upcoming-sub{margin-top:2px}.crm-upcoming-date,.crm-upcoming-sub{font-size:12px;color:var(--shell-fg-muted)}.crm-upcoming-date{font-family:var(--font-mono)}.crm-activity{display:flex;flex-direction:column;gap:4px}.crm-activity-row{display:grid;grid-template-columns:32px 1fr auto;grid-gap:12px;gap:12px;padding:14px 4px}.crm-activity-row+.crm-activity-row{border-top:1px solid var(--shell-border)}.crm-activity-ic{width:32px;height:32px;border-radius:8px;background:var(--soft-lavender);color:var(--vet-purple);display:grid;place-items:center;flex-shrink:0}.crm-activity-subject{font-weight:600;font-size:13px;color:var(--shell-fg)}.crm-activity-text{font-size:12px;color:var(--shell-fg-muted);line-height:1.5;margin-top:4px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.crm-activity-foot{display:flex;align-items:center;gap:6px;font-size:11px;color:var(--shell-fg-muted);margin-top:8px;flex-wrap:wrap}.crm-activity-foot strong{color:var(--shell-fg);font-weight:600}.simple-filter{display:flex;align-items:center;gap:14px;padding:14px 16px}.simple-filter label{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:var(--shell-fg);cursor:pointer;white-space:nowrap}.simple-filter label input{width:15px;height:15px;accent-color:var(--vet-purple);cursor:pointer}.simple-filter .fb-search{width:100%;max-width:none}.msg-shell{display:grid;grid-template-columns:360px 1fr;grid-gap:16px;gap:16px}.thread-list{display:flex;flex-direction:column;gap:6px;margin-top:10px}.thread-row{text-align:left;background:var(--shell-surface-2);border:1px solid var(--shell-border);border-radius:10px;padding:12px 14px;cursor:pointer;transition:all var(--dur-fast) var(--ease-out)}.thread-row.active,.thread-row:hover{border-color:var(--vet-purple)}.thread-row.active{background:var(--soft-lavender)}.thread-name{font-weight:600;font-size:13px;color:var(--shell-fg)}.thread-project{font-size:12px;color:var(--shell-fg-muted);margin-top:2px}@media (max-width:900px){.msg-shell{grid-template-columns:1fr}}.theme-list{display:flex;flex-direction:column;gap:6px}.theme-row{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;background:var(--shell-surface-2);border:1px solid var(--shell-border);border-radius:10px;gap:16px}.theme-title{font-weight:600;font-size:14px;color:var(--shell-fg)}.user-menu{position:relative;display:inline-flex}.user-menu .avatar-btn{display:flex;align-items:center;gap:8px;padding:4px;border:0;background:transparent;border-radius:999px;cursor:pointer;color:var(--shell-fg);transition:background var(--dur-fast) var(--ease-out)}.user-menu .avatar-btn:hover{background:var(--rail-item-bg-hover)}.user-menu .avatar-btn[aria-expanded=true]{background:var(--rail-item-bg-active)}.user-menu-pop{position:absolute;top:calc(100% + 6px);right:0;min-width:260px;background:var(--tray-bg);border:1px solid var(--shell-border);border-radius:12px;box-shadow:var(--tray-shadow);padding:8px;z-index:60;transform-origin:top right;animation:pop .18s var(--ease-out)}.user-menu-head{display:grid;grid-template-columns:auto 1fr;grid-gap:10px;gap:10px;align-items:center;padding:10px 8px}.user-menu-head .avatar.lg{width:36px;height:36px;font-size:13px;border-radius:50%}.user-menu-id{display:flex;flex-direction:column;min-width:0}.user-menu-name{font-family:var(--font-display);font-weight:700;font-size:13px;letter-spacing:-.005em;color:var(--shell-fg);line-height:1.2}.user-menu-email,.user-menu-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-menu-email{font-size:11px;color:var(--shell-fg-muted);margin-top:2px}.user-menu-role{font-family:var(--font-mono);font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:var(--vet-purple);margin-top:4px}.user-menu-sep{height:1px;background:var(--shell-border);margin:6px 0}.user-menu-items{display:flex;flex-direction:column;gap:1px}.user-menu-item{display:flex;align-items:center;gap:10px;width:100%;padding:9px 10px;background:transparent;border:0;border-radius:7px;font:inherit;font-size:13px;color:var(--shell-fg);cursor:pointer;text-align:left;transition:background var(--dur-fast) var(--ease-out)}.user-menu-item:hover{background:var(--rail-item-bg-hover)}.user-menu-item.danger{color:var(--kpi-down)}.user-menu-item.danger:hover{background:rgba(201,42,42,.08)}[data-theme=dark] .user-menu-item.danger:hover{background:hsla(0,100%,71%,.12)}.auth{display:grid;grid-template-columns:1fr 1fr;min-height:100vh}.auth-brand{position:relative;background:var(--pws-1);color:#fff;padding:56px 64px;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}.auth-brand:before{inset:0;background-image:url(/_next/static/media/bg-pattern-plus.a7027506.svg);background-size:32px 32px;opacity:.16}.auth-brand:after,.auth-brand:before{content:"";position:absolute;pointer-events:none}.auth-brand:after{bottom:-240px;left:-180px;width:540px;height:540px;border-radius:50%;background:radial-gradient(circle,rgba(255,107,0,.36),transparent 65%)}.auth-brand>*{position:relative}.auth-brand-logo img{height:26px;display:block}.auth-brand-mid{max-width:480px}.auth-eyebrow{font-family:var(--font-mono);font-size:12px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:hsla(0,0%,100%,.7)}.auth-headline{font-family:var(--font-display);font-size:clamp(36px,4vw,52px);font-weight:700;letter-spacing:-.025em;line-height:1.05;margin:14px 0 22px;color:#fff}.auth-headline em{font-style:normal;color:var(--pws-4)}.auth-lede{font-size:16px;line-height:1.55;color:hsla(0,0%,100%,.82);margin:0}.auth-platforms{display:flex;flex-direction:column;gap:12px;margin-top:36px}.auth-platform{display:flex;align-items:center;gap:14px;padding:12px 16px;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:12px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.auth-platform-ic{width:36px;height:36px;border-radius:9px;background:hsla(0,0%,100%,.08);display:grid;place-items:center;color:#fff;flex-shrink:0}.auth-platform-ic svg{width:18px;height:18px}.auth-platform-text{display:flex;flex-direction:column;line-height:1.2}.auth-platform-name{font-family:var(--font-display);font-weight:700;font-size:13px;color:#fff}.auth-platform-sub{font-size:11px;color:hsla(0,0%,100%,.65);margin-top:2px}.auth-foot{display:flex;align-items:center;gap:12px;font-size:12px;color:hsla(0,0%,100%,.6)}.auth-foot strong{color:hsla(0,0%,100%,.9);font-weight:600}.auth-form{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:56px 64px;background:#faf8f4;position:relative}.auth-form-inner{width:100%;max-width:420px}.auth-form-logo-mobile{display:none;margin-bottom:24px}.auth-form-logo-mobile img{height:22px}.auth-eyebrow-light{font-family:var(--font-mono);font-size:11px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--pws-1)}.auth-title{font-family:var(--font-display);font-size:clamp(28px,3.4vw,38px);font-weight:700;letter-spacing:-.02em;line-height:1.1;margin:10px 0 8px;color:#1a1426}.auth-sub{font-size:14px;color:#5c5870;line-height:1.55;margin:0 0 28px}.ms-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:14px;padding:16px 20px;background:#2f2f2f;color:#fff;border:1px solid #2f2f2f;border-radius:12px;font:inherit;font-size:15px;font-weight:600;cursor:pointer;transition:all .14s cubic-bezier(.16,1,.3,1);text-decoration:none;box-shadow:0 1px 2px rgba(16,24,40,.04),0 2px 6px rgba(16,24,40,.06)}.ms-btn:hover{background:#1a1a1a;border-color:#1a1a1a;transform:translateY(-1px);box-shadow:0 4px 10px rgba(16,24,40,.08),0 2px 4px rgba(16,24,40,.04)}.ms-btn:active{transform:translateY(0) scale(.99)}.ms-btn:focus-visible{outline:0;box-shadow:0 0 0 3px rgba(66,4,109,.22)}.ms-btn-logo{width:20px;height:20px;display:grid;grid-template-columns:1fr 1fr;grid-gap:1.5px;gap:1.5px;flex-shrink:0}.ms-btn-logo span{display:block;border-radius:1px}.ms-btn-logo .ms1{background:#f25022}.ms-btn-logo .ms2{background:#7fba00}.ms-btn-logo .ms3{background:#00a4ef}.ms-btn-logo .ms4{background:#ffb900}.auth-trust{display:flex;flex-direction:column;gap:8px;margin-top:24px;padding:14px 16px;background:var(--soft-lavender);border:1px solid rgba(66,4,109,.14);border-radius:10px}.auth-trust-row{display:flex;align-items:flex-start;gap:10px;font-size:12px;color:#2a1751;line-height:1.5}.auth-trust-row svg{flex-shrink:0;width:14px;height:14px;color:var(--pws-1);margin-top:2px}.auth-divider{display:flex;align-items:center;gap:12px;margin:28px 0 20px;color:#8a8699;font-size:11px;font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase}.auth-divider:after,.auth-divider:before{content:"";flex:1 1;height:1px;background:#e6e3dc}.auth-help{text-align:center;font-size:13px;color:#5c5870}.auth-help a{color:var(--pws-1);font-weight:600;text-decoration:none}.auth-help a:hover{text-decoration:underline}.auth-form-footer{width:100%;max-width:420px;margin-top:40px;padding-top:24px;border-top:1px solid #e6e3dc;display:flex;justify-content:space-between;align-items:center;font-size:11px;color:#8a8699}.auth-form-footer a{color:#5c5870;text-decoration:none;margin-left:16px}.auth-form-footer a:hover{color:var(--pws-1)}.ms-btn.loading{pointer-events:none;color:hsla(0,0%,100%,.85)}.ms-btn .spinner{display:none;width:16px;height:16px;border:2px solid hsla(0,0%,100%,.3);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite}.ms-btn.loading .ms-btn-logo{display:none}.ms-btn.loading .spinner{display:block}.ms-btn.loading .ms-btn-label:after{content:"…";animation:dots 1.4s steps(4) infinite}@keyframes spin{to{transform:rotate(1turn)}}@keyframes dots{0%,20%{content:""}40%{content:"."}60%{content:".."}80%,to{content:"..."}}@media (max-width:860px){.auth{grid-template-columns:1fr}.auth-brand{display:none}.auth-form{padding:32px 24px;min-height:100vh}.auth-form-logo-mobile{display:block}.auth-form-footer{flex-direction:column;gap:6px;max-width:100%}}