:root{--brand:#783bcb;--brand-hover:#6412b5;--brand-soft:#f5f1ff;--brand-subtle:#fbf9ff;--text:#15151d;--text-secondary:#474750;--text-muted:#686870;--canvas:#fcfcfe;--surface:#fff;--surface-hover:#f6f6fe;--line:#e6e6ea;--line-strong:#c9cad1;--success:#00703e;--success-bg:#e3f8e9;--warning:#805300;--warning-bg:#fff3e2;--danger:#b3241f;--danger-bg:#fff1ee;--info:#0465af;--info-bg:#ecf6ff;--radius:6px;--radius-small:4px;--header-height:60px;--content:min(1120px, calc(100vw - 64px));--shadow-overlay:0 4px 12px #15151f24;--shadow-tight:0 3px 8px #48386712;--ease-out:cubic-bezier(.22, 1, .36, 1);--z-header:30;--z-menu:40;--z-toast:70;--z-curtain:80;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;view-transition-name:none}@supports (color:lab(0% 0 0)){:root{--brand:lab(39.464% 49.2078 -65.8979);--brand-hover:lab(29.5028% 55.7237 -69.0783);--brand-soft:lab(95.61% 5.02366 -9.92391);--brand-subtle:lab(98.1311% 1.97187 -3.99559);--text:lab(7.09234% 1.53976 -5.29173);--text-secondary:lab(30.2653% 1.50424 -5.42012);--text-muted:lab(44.2151% 1.16184 -4.35938);--canvas:lab(99.0467% .276148 -1.09881);--surface:lab(100% 0 0);--surface-hover:lab(96.9961% 1.3395 -3.90342);--line:lab(91.2492% .557154 -2.19433);--line-strong:lab(81.3544% .941575 -3.64901);--success:lab(41.2239% -38.6305 19.9727);--success-bg:lab(95.7656% -9.29081 4.75966);--warning:lab(39.4811% 17.4358 64.8795);--warning-bg:lab(96.5656% 3.297 13.1456);--danger:lab(40.2254% 56.4251 41.3189);--danger-bg:lab(96.3026% 7.46673 4.57592);--info:lab(41.2342% -2.64815 -46.8883);--info-bg:lab(96.4932% -2.61772 -8.86686);--shadow-overlay:0 4px 12px lab(7.03991% 2.17281 -7.02048/.14);--shadow-tight:0 3px 8px lab(26.9791% 15.8465 -25.4529/.07)}}*{box-sizing:border-box}html{background:var(--canvas);min-width:320px;min-height:100%;color:var(--text);scroll-padding-top:calc(var(--header-height) + 16px);overflow-y:scroll}body{background:var(--canvas);min-width:320px;min-height:100dvh;color:var(--text);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0;font-family:Inter,Noto Sans SC,Microsoft YaHei,system-ui,sans-serif;font-size:14px;overflow-x:hidden}button,input,select{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed}a{color:inherit;text-decoration:none}img{display:block}h1,h2,h3{text-wrap:balance}p{text-wrap:pretty}:focus-visible{outline:2px solid var(--brand);outline-offset:2px}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.button,.primary-button,.secondary-button,.danger-button{border-radius:var(--radius-small);border:0;justify-content:center;align-items:center;gap:8px;min-height:40px;padding:0 15px;font-size:13px;font-weight:650;transition:background-color .16s,color .16s,box-shadow .16s,transform .12s;display:inline-flex}.button:active:not(:disabled),.primary-button:active:not(:disabled),.secondary-button:active:not(:disabled){transform:translateY(1px)}.button-primary,.primary-button{background:var(--brand);color:var(--surface);box-shadow:0 3px 8px #4d2a8129;box-shadow:0 3px 8px lab(25.743% 31.6851 -43.9812/.16)}.button-primary:hover:not(:disabled),.primary-button:hover:not(:disabled){background:var(--brand-hover);transform:translateY(-1px);box-shadow:0 4px 8px #4d2a8133;box-shadow:0 4px 8px lab(25.743% 31.6851 -43.9812/.2)}.button-secondary,.secondary-button{box-shadow:inset 0 0 0 1px var(--line);background:var(--surface);color:var(--text-secondary)}.button-secondary:hover:not(:disabled),.secondary-button:hover:not(:disabled){background:var(--surface-hover);color:var(--text)}.button-danger,.danger-button{background:var(--danger-bg);color:var(--danger)}.button-danger:hover:not(:disabled),.danger-button:hover:not(:disabled){background:#ffe3de;background:lab(92.6897% 11.9871 7.36333)}.button-quiet{color:var(--text-secondary);background:0 0}.button-quiet:hover:not(:disabled){background:var(--surface-hover);color:var(--text)}.button:disabled,.primary-button:disabled,.secondary-button:disabled,.danger-button:disabled{opacity:.52}.button-spinner{border:2px solid;border-right-color:#0000;border-radius:50%;flex:none;width:14px;height:14px;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.inline-notice{border-radius:var(--radius-small);min-height:44px;color:var(--text-secondary);align-items:center;gap:10px;margin:0 0 18px;padding:10px 12px;font-size:12px;line-height:1.5;display:flex}.inline-notice>span:not([aria-hidden]){flex:1}.inline-notice>span[aria-hidden=true]{background:currentColor;border-radius:50%;flex:none;width:7px;height:7px}.inline-notice a{color:currentColor;margin-left:auto;font-weight:700}.inline-notice-error{background:var(--danger-bg);color:var(--danger)}.inline-notice-warning{background:var(--warning-bg);color:var(--warning)}.inline-notice-success{background:var(--success-bg);color:var(--success)}.inline-notice-info{background:var(--info-bg);color:var(--info)}.form-error,.inline-error{border-radius:var(--radius-small);background:var(--danger-bg);color:var(--danger);margin:0;padding:11px 12px;font-size:12px;line-height:1.5}.form-success,.inline-success{color:var(--success);margin:12px 0 0;font-size:12px}.toast-viewport{z-index:var(--z-toast);pointer-events:none;gap:8px;width:min(340px,100vw - 40px);display:grid;position:fixed;top:76px;right:20px}.toast{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);min-height:48px;box-shadow:var(--shadow-overlay);color:var(--text);pointer-events:auto;animation:toast-in .2s var(--ease-out) both;grid-template-columns:8px minmax(0,1fr) 28px;align-items:center;gap:10px;padding:8px 8px 8px 14px;font-size:12px;display:grid}.toast>span{background:var(--info);border-radius:50%;width:8px;height:8px}.toast-success>span{background:var(--success)}.toast-error>span{background:var(--danger)}.toast button{width:28px;height:28px;color:var(--text-muted);background:0 0;border:0;border-radius:4px;place-items:center;font-size:18px;display:grid}.toast button:hover{background:var(--surface-hover);color:var(--text)}@keyframes toast-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.confirm-dialog{width:min(440px,100vw - 32px);color:var(--text);box-shadow:var(--shadow-overlay);background:0 0;border:0;border-radius:10px;padding:0}.confirm-dialog::backdrop{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#11101a47;background:lab(5.11417% 1.80368 -6.3144/.28)}.confirm-dialog-content{background:var(--surface);animation:dialog-in .18s var(--ease-out) both;border-radius:10px;gap:26px;padding:24px;display:grid}.confirm-dialog h2{letter-spacing:-.02em;margin:0 0 8px;font-size:18px}.confirm-dialog p{color:var(--text-secondary);margin:0;font-size:12px;line-height:1.65}.confirm-dialog-actions{justify-content:flex-end;gap:8px;display:flex}@keyframes dialog-in{0%{opacity:0;transform:translateY(8px)scale(.985)}to{opacity:1;transform:none}}.surface-curtain{z-index:var(--z-curtain);background:var(--surface);opacity:1;place-items:center;transition:opacity .22s;display:grid;position:fixed;inset:0}.surface-curtain.is-revealing{opacity:0;pointer-events:none}.surface-curtain img{width:128px;height:auto}.surface-curtain>span{background:var(--brand);width:36%;height:2px;animation:curtain-progress .9s var(--ease-out) infinite;position:absolute;top:0;left:0}@keyframes curtain-progress{0%{transform:translate(-100%)}to{transform:translate(380%)}}.auth-page{background:var(--surface);grid-template-columns:minmax(0,54%) minmax(420px,46%);min-height:100dvh;display:grid;position:relative;overflow:hidden}.auth-topbar{z-index:3;padding:28px clamp(28px,4vw,64px);position:absolute;top:0;left:0}.brand-lockup,.portal-brand{align-items:center;display:inline-flex}.brand-lockup img{width:138px;height:auto}.auth-visual{isolation:isolate;min-height:100dvh;position:relative}.auth-form-panel{z-index:2;background:var(--surface);place-items:center;min-height:100dvh;padding:104px clamp(42px,7vw,108px) 72px;display:grid;position:relative;overflow-y:auto}.auth-form-inner{width:min(100%,396px);position:relative}.auth-form-header{margin-bottom:32px}.auth-form-header p{color:var(--brand);margin:0 0 8px;font-size:12px;font-weight:650}.auth-form-header h1{letter-spacing:-.03em;margin:0;font-size:34px;font-weight:680;line-height:1.18}.login-form{gap:16px;display:grid}.field{gap:7px;display:grid}.field label{color:var(--text-secondary);transition:color .16s ease, transform .18s var(--ease-out);font-size:12px;font-weight:650}.field:has(input:focus) label{color:var(--brand);transform:translate(2px)}.field input,.inline-form input,.profile-form input,.invite-link input{border-radius:var(--radius-small);background:var(--surface-hover);width:100%;min-height:48px;color:var(--text);caret-color:var(--brand);transition:background-color .16s ease, box-shadow .16s ease, transform .16s var(--ease-out);border:0;padding:9px 13px;box-shadow:inset 0 0 0 1px #0000}.field input:hover,.inline-form input:hover,.profile-form input:hover{background:var(--brand-subtle);box-shadow:inset 0 0 0 1px var(--line)}.field input:focus,.inline-form input:focus,.profile-form input:focus,.invite-link input:focus{background:var(--surface);box-shadow:inset 0 0 0 1px var(--brand), 0 0 0 3px var(--brand-soft);outline:none}.field input:disabled{border-color:var(--line);background:var(--surface-hover);color:var(--text-muted)}.field input:-webkit-autofill{-webkit-box-shadow:0 0 0 1000px var(--brand-subtle) inset;-webkit-text-fill-color:var(--text);caret-color:var(--brand)}.password-control{position:relative}.password-control input{padding-right:46px}.password-toggle{border-radius:var(--radius-small);width:40px;height:40px;color:var(--text-muted);background:0 0;border:0;place-items:center;display:grid;position:absolute;top:3px;right:3px}.password-toggle:hover{background:var(--brand-soft);color:var(--brand)}.field-hint,.form-hint{color:var(--text-muted);margin:0;font-size:11px;line-height:1.55}.form-hint{margin-top:-6px}.form-text-button{min-height:34px;color:var(--text-muted);background:0 0;border:0;font-size:12px}.form-text-button:hover{color:var(--brand)}.auth-form-footer{color:var(--text-muted);margin-top:22px;font-size:12px;line-height:1.55}.auth-form-footer p{margin:0}.auth-form-footer a{color:var(--brand);font-weight:650}.auth-form-footer a:hover{text-underline-offset:3px;text-decoration:underline}.auth-help-row{justify-content:space-between;gap:16px;display:flex}.login-form>.button{min-height:46px;margin-top:3px}.mascot-scene{--body-turn:0deg;contain:layout paint;cursor:pointer;-webkit-user-select:none;user-select:none;place-items:center;display:grid;position:absolute;inset:108px 2vw 34px 5vw}.mascot-scene>svg{width:min(37vw,490px);max-height:calc(100dvh - 160px);transition:transform 80ms ease-out;overflow:visible}.mascot-scene:active>svg{transform:scale(.985)}.mascot-character-piece{transform-box:view-box;transform-origin:1210px 1590px;animation:7.6s cubic-bezier(.22,1,.36,1) infinite mascot-weight-shift}.mascot-scene[data-mode=email] .mascot-character-piece{animation:.42s cubic-bezier(.22,1,.36,1) both mascot-attention}.mascot-scene[data-mode=password] .mascot-character-piece{animation:1.1s cubic-bezier(.22,1,.36,1) both mascot-crouch}.mascot-scene[data-mode=thinking] .mascot-character-piece{animation:1.05s ease-in-out infinite mascot-thinking}.mascot-scene[data-mode=error] .mascot-character-piece{animation:.43s cubic-bezier(.22,1,.36,1) both mascot-recoil}.mascot-scene[data-mode=success] .mascot-character-piece,.mascot-scene[data-mode=hello] .mascot-character-piece{animation:1.2s cubic-bezier(.22,1,.36,1) both mascot-celebrate-body}@keyframes mascot-weight-shift{0%,36%,to{transform:rotate(var(--body-turn)) translateY(0) scale(1)}48%{transform:rotate(calc(var(--body-turn) - .8deg)) translateY(-9px) scale(1.006, .994)}62%{transform:rotate(calc(var(--body-turn) + .5deg)) translateY(2px) scale(.998, 1.002)}}@keyframes mascot-attention{0%{transform:none}to{transform:translateY(-5px)rotate(-.35deg)}}@keyframes mascot-crouch{0%{transform:none}to{transform:translateY(8px)scale(1.008,.985)}}@keyframes mascot-thinking{0%,to{transform:translateY(0)rotate(-.4deg)}50%{transform:translateY(-7px)rotate(.4deg)}}@keyframes mascot-recoil{0%,to{transform:none}30%{transform:translate(-12px)rotate(-1deg)}64%{transform:translate(7px)rotate(.6deg)}}@keyframes mascot-celebrate-body{0%,to{transform:none}28%{transform:translateY(-12px)rotate(-.8deg)scale(1.006,.994)}56%{transform:translateY(4px)rotate(.35deg)}78%{transform:translateY(-4px)}}.portal-shell{background:var(--canvas);min-height:100dvh}.portal-header{z-index:var(--z-header);height:var(--header-height);border-bottom:1px solid color-mix(in oklch, var(--line) 72%, transparent);background:#fffffffa;background:lab(100% 0 0/.98);position:sticky;top:0}.portal-header-inner{align-items:center;gap:8px;width:min(100%,1440px);height:100%;margin:0 auto;padding:0 24px;display:flex}.portal-brand{flex:none;margin-right:14px}.portal-brand img{width:108px;height:auto}.portal-nav{align-items:center;gap:3px;height:100%;padding-left:8px;display:flex}.portal-nav-item{border-radius:var(--radius-small);min-height:34px;color:var(--text-secondary);white-space:nowrap;align-items:center;padding:0 12px;font-size:12px;transition:background-color .14s,color .14s;display:inline-flex;position:relative}.portal-nav-item:hover{background:var(--surface-hover);color:var(--text)}.portal-nav-item.is-active{background:var(--brand-subtle);color:var(--brand-strong);font-weight:700}.nav-pending{opacity:0;width:6px;height:6px;margin-left:1px;position:relative}.nav-pending.is-visible{opacity:1}.nav-pending.is-visible:after{background:var(--brand);content:"";border-radius:50%;width:6px;height:6px;animation:.75s ease-in-out .12s infinite nav-progress;display:block}@keyframes nav-progress{50%{opacity:.28;transform:scale(.7)}}.portal-header-actions{align-items:center;gap:4px;margin-left:auto;display:flex}.topbar-menu{position:relative}.topbar-control,.account-trigger,.tenant-trigger{border-radius:var(--radius-small);min-height:36px;color:var(--text-secondary);background:0 0;border:0;align-items:center;gap:7px;padding:0 9px;font-size:12px;transition:background-color .14s,color .14s;display:inline-flex}.topbar-control:hover,.account-trigger:hover,.tenant-trigger:hover,[aria-expanded=true].topbar-control,[aria-expanded=true].account-trigger,[aria-expanded=true].tenant-trigger{background:var(--surface-hover);color:var(--text)}.product-switcher-trigger{color:var(--brand-strong)}.control-chevron,.tenant-trigger>svg:last-child{width:14px;height:14px;color:var(--text-muted);transition:transform .16s var(--ease-out)}[aria-expanded=true]>.control-chevron,.tenant-trigger[aria-expanded=true]>svg:last-child{transform:rotate(180deg)}.tenant-trigger{text-align:left;max-width:210px;padding:3px 9px}.tenant-trigger>svg:first-child{width:17px;color:var(--text-muted)}.tenant-trigger>span{gap:2px;min-width:0;line-height:1.05;display:grid}.tenant-trigger small,.tenant-trigger strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.tenant-trigger small{color:var(--text-muted);font-size:9px;font-weight:500}.tenant-trigger strong{font-size:11px;font-weight:650}.account-trigger{padding:3px 5px 3px 3px}.account-avatar,.account-profile-avatar{background:var(--brand);color:var(--surface);place-items:center;font-weight:700;display:grid}.account-avatar{background:var(--brand-soft);width:30px;height:30px;color:var(--brand);border-radius:50%}.account-avatar svg{width:16px;height:16px}.menu-panel{z-index:var(--z-menu);border-radius:var(--radius);background:var(--surface);box-shadow:0 14px 36px #15151f24, 0 0 0 1px color-mix(in oklch, var(--line) 74%, transparent);transform-origin:top;animation:menu-in .16s var(--ease-out) both;position:absolute;top:calc(100% + 9px);overflow:hidden}@supports (color:lab(0% 0 0)){.menu-panel{box-shadow:0 14px 36px lab(7.03991% 2.17281 -7.02048/.14), 0 0 0 1px color-mix(in oklch, var(--line) 74%, transparent)}}@keyframes menu-in{0%{opacity:0;transform:translateY(-4px)scale(.99)}to{opacity:1;transform:translateY(0)scale(1)}}.product-menu-panel{width:min(450px,100vw - 32px);right:0}.menu-panel-heading,.tenant-menu-heading{justify-content:space-between;align-items:flex-start;gap:20px;padding:16px 16px 9px;display:flex}.menu-panel-heading>div{gap:3px;display:grid}.menu-panel-heading strong,.tenant-menu-heading strong{font-size:13px}.menu-panel-heading span,.tenant-menu-heading span{color:var(--text-muted);font-size:10px}.product-menu-list{padding:6px;display:grid}.product-menu-list>a{border-radius:var(--radius-small);grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:58px;padding:7px 10px;transition:background-color .12s;display:grid}.product-menu-list>a:hover{background:var(--surface-hover)}.product-menu-mark,.product-glyph{width:38px;height:38px;color:var(--brand);place-items:center;display:grid}.product-menu-mark svg{width:19px;height:19px}.product-glyph svg{width:21px;height:21px;overflow:visible}.product-icon-accent{transition:transform .18s var(--ease-out), stroke-width .18s ease;transform-box:fill-box;transform-origin:50%}.product-menu-list>a:hover .product-icon-accent,.workspace-product-row:hover .product-icon-accent{stroke-width:2.2px}.product-menu-list>a>span:nth-child(2){gap:3px;min-width:0;display:grid}.product-menu-list strong{font-size:12px}.product-menu-list small{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.access-state{color:var(--text-muted);font-size:10px}.access-state.is-enabled{color:var(--success)}.menu-loading,.menu-error{color:var(--text-muted);text-align:center;padding:22px 12px;font-size:11px}.menu-error{color:var(--danger)}.menu-panel-footer{background:var(--surface-hover);min-height:40px;color:var(--text-muted);justify-content:space-between;align-items:center;padding:0 16px;font-size:11px;display:flex}.menu-panel-footer:hover{color:var(--brand)}.menu-panel-footer svg{width:14px}.tenant-menu{width:min(320px,100vw - 24px);right:0}.tenant-menu-warning{border-radius:var(--radius-small);background:var(--warning-bg);color:var(--warning);margin:0 10px 5px;padding:9px 10px;font-size:10px;line-height:1.5}.tenant-menu-options{max-height:min(390px,100dvh - 130px);padding:5px;overflow-y:auto}.tenant-menu-options button{border-radius:var(--radius-small);width:100%;min-height:54px;color:var(--text);text-align:left;background:0 0;border:0;grid-template-columns:32px minmax(0,1fr) 18px;align-items:center;gap:10px;padding:6px 9px;display:grid}.tenant-menu-options button:hover,.tenant-menu-options button:focus-visible{background:var(--surface-hover)}.tenant-menu-options button[aria-selected=true]{background:var(--brand-subtle)}.tenant-option-mark{border-radius:var(--radius-small);background:var(--surface-hover);width:32px;height:32px;color:var(--text-secondary);place-items:center;font-size:10px;font-weight:700;display:grid}.tenant-menu-options button[aria-selected=true] .tenant-option-mark{background:var(--brand-soft);color:var(--brand)}.tenant-menu-options button>span:nth-child(2){gap:4px;min-width:0;display:grid}.tenant-menu-options strong,.tenant-menu-options small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.tenant-menu-options strong{font-size:12px}.tenant-menu-options small{color:var(--text-muted);font-size:10px}.tenant-menu-options svg{width:16px;color:var(--brand)}.account-menu-panel{width:236px;padding:6px;display:grid;right:0}.account-menu-identity{border-bottom:1px solid var(--line);grid-template-columns:22px minmax(0,1fr);gap:9px;padding:10px 8px 12px;display:grid}.account-menu-identity svg{color:var(--brand)}.account-menu-identity>div{gap:4px;min-width:0;display:grid}.account-menu-identity strong,.account-menu-identity span{text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.account-menu-identity span{color:var(--text-muted)}.account-menu-panel>a,.account-menu-panel>button{border-radius:var(--radius-small);min-height:38px;color:var(--text-secondary);text-align:left;background:0 0;border:0;align-items:center;padding:0 10px;font-size:11px;display:flex}.account-menu-panel>a:hover,.account-menu-panel>button:hover:not(:disabled){background:var(--surface-hover);color:var(--text)}.portal-main{width:var(--content);min-height:calc(100dvh - var(--header-height));margin:0 auto;padding:36px 0 88px}.portal-route{view-transition-name:portal-content;min-height:60vh}::view-transition-group(portal-content){animation-duration:.14s;animation-timing-function:ease-out}::view-transition-old(portal-content){mix-blend-mode:normal;animation:90ms both portal-view-out}::view-transition-new(portal-content){mix-blend-mode:normal;animation:.14s ease-out both portal-view-in}@keyframes portal-view-out{to{opacity:0}}@keyframes portal-view-in{0%{opacity:0}to{opacity:1}}.portal-page-header{justify-content:space-between;align-items:center;gap:28px;min-height:86px;margin-bottom:24px;display:flex}.portal-page-header h1{letter-spacing:-.025em;margin:0;font-size:26px;font-weight:680;line-height:1.2}.portal-page-header>div>p:last-child{color:var(--text-muted);margin:6px 0 0;font-size:12px}.page-context,.panel-context{font-weight:650;color:var(--brand)!important;margin:0 0 7px!important;font-size:10px!important}.dashboard-layout{grid-template-columns:minmax(0,1.7fr) minmax(260px,.75fr);align-items:start;gap:16px;display:grid}.dashboard-side{gap:16px;display:grid}.dashboard-section{background:0 0;overflow:hidden}.dashboard-section-heading{justify-content:space-between;align-items:flex-start;gap:16px;padding:19px 20px 13px;display:flex}.dashboard-section-heading h2,.dashboard-next h2{margin:0;font-size:14px;font-weight:680}.dashboard-section-heading p{color:var(--text-muted);margin:4px 0 0;font-size:10px}.workspace-product-list{gap:2px;padding:0;display:grid}.workspace-product-row{border-radius:var(--radius-small);min-height:68px;scroll-margin-top:calc(var(--header-height) + 18px);grid-template-columns:38px minmax(0,1fr) minmax(125px,auto) auto;align-items:center;gap:12px;padding:8px 10px;transition:background-color .12s;display:grid}.workspace-product-row:target,.workspace-product-row:hover{background:var(--brand-subtle)}.product-glyph{transition:transform .18s var(--ease-out)}.workspace-product-row>div:nth-child(2){gap:5px;min-width:0;display:grid}.workspace-product-row>div:nth-child(2) strong{font-size:12px}.workspace-product-row>div:nth-child(2) span{color:var(--text-muted);font-size:10px}.product-row-state{justify-items:start;gap:5px;display:grid}.product-row-state small{color:var(--text-muted);font-size:9px}.row-action{border-radius:var(--radius-small);min-height:34px;color:var(--text-muted);background:0 0;border:0;align-items:center;gap:5px;padding:0 8px;font-size:10px;display:inline-flex}.row-action svg{width:13px}.workspace-status-list{gap:3px;margin:0;padding:4px 10px 10px;display:grid}.workspace-status-list>div{border-radius:var(--radius-small);justify-content:space-between;align-items:center;gap:16px;min-height:43px;padding:0 9px;transition:background-color .15s;display:flex}.workspace-status-list>div:hover{background:var(--brand-subtle)}.workspace-status-list dt{color:var(--text-muted);font-size:10px}.workspace-status-list dd{color:var(--text-secondary);align-items:center;gap:5px;margin:0;font-size:11px;font-weight:600;display:inline-flex}.workspace-status-list dd svg{width:14px;color:var(--success)}.workspace-status-list dd a{color:var(--brand)}.dashboard-next{padding:18px 20px}.dashboard-next p{color:var(--text-secondary);margin:8px 0 14px;font-size:11px;line-height:1.6}.dashboard-next a{color:var(--brand);align-items:center;gap:5px;font-size:11px;font-weight:650;display:inline-flex}.dashboard-next a svg{width:14px;transition:transform .14s}.dashboard-next a:hover svg{transform:translate(2px)}.workspace-shortcuts{border-radius:var(--radius);background:var(--brand-subtle);align-items:center;gap:6px;min-height:60px;margin-top:22px;padding:8px 10px 8px 14px;display:flex}.workspace-shortcuts>div{gap:3px;min-width:220px;margin-right:auto;display:grid}.workspace-shortcuts strong{font-size:11px}.workspace-shortcuts span{color:var(--text-muted);font-size:9px}.workspace-shortcuts a{border-radius:var(--radius-small);min-height:38px;color:var(--text-secondary);transition:background-color .15s ease, color .15s ease, transform .18s var(--ease-out);align-items:center;gap:6px;padding:0 10px;font-size:10px;font-weight:650;display:inline-flex}.workspace-shortcuts a:hover{background:var(--surface);color:var(--brand)}.workspace-shortcuts a svg{width:13px;transition:transform .15s}.workspace-shortcuts a:hover svg{transform:translate(2px)}.status-good,.status-warning,.status-neutral{border-radius:999px;align-items:center;padding:3px 7px;font-size:9px;font-weight:650;display:inline-flex}.status-good{background:var(--success-bg);color:var(--success)}.status-warning{background:var(--warning-bg);color:var(--warning)}.status-neutral{background:var(--surface-hover);color:var(--text-muted)}.compact-empty{text-align:center;padding:32px 20px}.compact-empty strong{font-size:12px}.compact-empty p{color:var(--text-muted);margin:7px 0 0;font-size:11px}.workspace-product-skeleton{display:grid}.workspace-product-skeleton span,.workspace-loading-header span,.workspace-loading-content span{border-bottom:1px solid var(--line);background:linear-gradient(100deg, var(--surface-hover) 20%, var(--surface) 38%, var(--surface-hover) 56%);background-size:220% 100%;min-height:72px;animation:1.3s linear infinite skeleton;display:block}.management-skeleton{border:1px solid var(--line);border-radius:var(--radius);background:var(--line);gap:1px;display:grid;overflow:hidden}.management-skeleton span{background:linear-gradient(100deg, var(--surface-hover) 20%, var(--surface) 38%, var(--surface-hover) 56%);background-size:220% 100%;height:62px;animation:1.3s linear infinite skeleton;display:block}@keyframes skeleton{to{background-position-x:-220%}}.settings-layout{width:min(100%,860px)}.organization-page{width:min(100%,940px)}.organization-tabs{gap:4px;margin:-3px 0 16px;display:flex}.organization-tabs button{min-height:40px;color:var(--text-muted);background:0 0;border:0;align-items:center;gap:6px;padding:0 10px;font-size:11px;display:inline-flex;position:relative}.organization-tabs button:hover{color:var(--text)}.organization-tabs button[aria-current=page]{border-radius:var(--radius-small);background:var(--brand-soft);color:var(--brand);font-weight:680}.organization-tabs button span{background:var(--surface);text-align:center;border-radius:999px;min-width:17px;padding:2px 5px;font-size:9px}.organization-tab-panel{animation:organization-panel-in .18s var(--ease-out) both}@keyframes organization-panel-in{0%{opacity:.45;transform:translateY(4px)}to{opacity:1;transform:none}}.settings-card,.settings-section,.organization-onboarding,.empty-panel{background:0 0;margin-bottom:28px;padding:4px 0 24px;overflow:hidden}.settings-card-heading,.settings-section-heading{align-items:center;gap:13px;margin-bottom:16px;display:flex}.settings-card-heading>div:not(.account-profile-avatar),.settings-section-heading>div{flex:1}.settings-card-heading h2,.settings-section-heading h2{margin:0;font-size:14px}.settings-card-heading p,.settings-section-heading p{color:var(--text-muted);margin:5px 0 0;font-size:10px;line-height:1.5}.account-profile-avatar{border-radius:50%;flex:none;width:42px;height:42px;font-size:13px}.profile-form{gap:17px;max-width:540px;display:grid}.detail-list,.product-facts{gap:2px;margin:0;display:grid}.detail-list>div,.product-facts>div{border-radius:var(--radius-small);grid-template-columns:110px minmax(0,1fr);align-items:center;min-height:48px;padding:0 10px;transition:background-color .15s;display:grid}.detail-list>div:hover,.product-facts>div:hover{background:var(--brand-subtle)}.detail-list dt,.product-facts dt{color:var(--text-muted);font-size:10px}.detail-list dd,.product-facts dd{color:var(--text-secondary);align-items:center;gap:8px;margin:0;font-size:11px;font-weight:600;display:flex}.inline-form{border-radius:var(--radius-small);background:var(--surface-hover);flex-wrap:wrap;align-items:end;gap:10px;padding:14px;display:flex}.inline-form label{color:var(--text-secondary);align-self:center;font-size:11px;font-weight:650}.inline-form input,.invite-link input{flex:220px;min-width:min(220px,100%)}.inline-form select,.settings-section select,.management-row select{border-radius:var(--radius-small);background:var(--surface-hover);min-height:42px;color:var(--text);border:0;padding:0 30px 0 10px;font-size:11px;box-shadow:inset 0 0 0 1px #0000}.inline-form select:focus,.settings-section select:focus,.management-row select:focus{box-shadow:inset 0 0 0 1px var(--brand), 0 0 0 3px var(--brand-soft);outline:none}.settings-section-heading>select{width:min(320px,100%)}.settings-actions{justify-items:start;gap:14px;display:grid}.organization-onboarding{padding:28px}.organization-onboarding>div{margin-bottom:22px}.organization-onboarding>div>span{border-radius:var(--radius);background:var(--brand-soft);width:42px;height:42px;color:var(--brand);place-items:center;margin-bottom:14px;font-size:14px;font-weight:700;display:grid}.organization-onboarding h2{margin:0;font-size:18px}.organization-onboarding p,.settings-note{color:var(--text-secondary);margin:7px 0 0;font-size:11px;line-height:1.6}.organization-directory{gap:18px;display:grid}.organization-directory-heading{justify-content:space-between;align-items:end;gap:16px;display:flex}.organization-directory-heading h2{margin:0;font-size:18px}.organization-directory-heading p,.organization-create-form p{color:var(--text-muted);margin:6px 0 0;font-size:10px;line-height:1.55}.organization-directory-list{gap:3px;display:grid}.organization-directory-row{border-radius:var(--radius-small);grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;min-height:62px;padding:8px 10px;transition:background-color .12s;display:grid}.organization-directory-row:has(input){grid-template-columns:20px minmax(0,1fr) auto}.organization-directory-row:hover{background:var(--brand-subtle)}.organization-directory-row>div{gap:4px;min-width:0;display:grid}.organization-directory-row strong{text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.organization-directory-row span{color:var(--text-muted);font-size:10px}.organization-directory-row input[type=checkbox]{width:16px;height:16px;accent-color:var(--brand)}.organization-owner-label{color:var(--danger)!important}.organization-member-label{color:var(--text-muted)!important}.organization-directory-empty{color:var(--text-muted);margin:0;padding:18px 10px;font-size:11px}.organization-bulk-bar{z-index:2;border-radius:var(--radius);background:#fffffffa;background:lab(100% 0 0/.98);align-items:center;gap:12px;min-height:56px;padding:8px 10px 8px 16px;display:flex;position:sticky;bottom:18px;box-shadow:0 10px 30px #2e2e421f;box-shadow:0 10px 30px lab(19.5996% 4.15811 -12.3709/.12)}.organization-bulk-bar>span{color:var(--text-secondary);margin-right:auto;font-size:11px;font-weight:680}.organization-create-form{border-radius:var(--radius);background:var(--surface-hover);grid-template-columns:minmax(180px,1fr) minmax(220px,1.4fr) auto;align-items:center;gap:14px;margin-top:4px;padding:18px;display:grid}.organization-create-form h3{margin:0;font-size:13px}.organization-create-form input{min-width:0}.management-list{gap:3px;display:grid}.management-row{border-radius:var(--radius-small);grid-template-columns:minmax(160px,1fr) minmax(100px,135px) 62px;align-items:center;gap:12px;min-height:64px;padding:8px 10px;transition:background-color .12s;display:grid}.management-row:hover{background:var(--brand-subtle)}.management-row:has(.management-product-icon){grid-template-columns:38px minmax(160px,1fr) minmax(100px,135px) 62px}.management-product-icon{width:36px;height:36px;color:var(--brand);place-items:center;display:grid}.management-product-icon svg{width:19px;height:19px}.management-row>div{gap:4px;min-width:0;display:grid}.management-row strong,.management-row span{overflow-wrap:anywhere;font-size:11px}.management-row>div span{color:var(--text-muted)}.management-row>button{min-height:32px;color:var(--brand);background:0 0;border:0;font-size:10px}.invite-link{border-radius:var(--radius-small);background:var(--brand-subtle);grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;margin:12px 0;padding:10px;display:grid}.invite-link span{color:var(--brand);font-size:10px;font-weight:650}.invite-link input{min-width:0;min-height:38px;font-size:10px}.invite-link button,.text-button,.danger-text-button{color:var(--brand);background:0 0;border:0;font-size:10px;font-weight:650}.danger-text-button{color:var(--danger)}.danger-zone{border-radius:var(--radius);background:var(--danger-bg);justify-content:space-between;align-items:center;gap:20px;margin-bottom:16px;padding:18px 20px;display:flex}.danger-zone h2{color:var(--danger);margin:0;font-size:13px}.danger-zone p{color:#734842;color:lab(35.655% 18.2736 11.4586);margin:5px 0 0;font-size:10px}.empty-panel h1,.empty-panel h2{margin:0;font-size:16px}.empty-panel p{color:var(--text-secondary);margin:7px 0 0;font-size:11px;line-height:1.6}.text-link{color:var(--brand);font-size:11px;font-weight:650}.audit-list{background:0 0;gap:3px;margin:0;padding:0;list-style:none;display:grid;overflow:hidden}.audit-list li{border-radius:var(--radius-small);grid-template-columns:minmax(180px,1fr) auto minmax(132px,auto);align-items:center;gap:14px;min-height:64px;padding:8px 10px;transition:background-color .12s;display:grid}.audit-list li:hover{background:var(--brand-subtle)}.audit-list li>div{gap:4px;display:grid}.audit-list strong{font-size:11px}.audit-list span,.audit-list time,.audit-list code{color:var(--text-muted);font-size:10px}.audit-list code{overflow-wrap:anywhere;font-family:ui-monospace,Consolas,monospace}.completion-panel,.invite-panel{gap:14px;display:grid}.completion-panel h3,.completion-panel p,.invite-panel h1,.invite-panel p{margin:0}.completion-panel p,.invite-panel>p{color:var(--text-secondary);line-height:1.6}.invite-panel{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);width:min(100%,420px);padding:28px}.invite-panel h1{font-size:23px}.button-row{flex-wrap:wrap;gap:8px;display:flex}.centered-state{background:var(--surface);place-content:center;justify-items:start;gap:12px;min-height:100dvh;padding:28px;display:grid}.centered-state h1,.centered-state p{margin:0}.workspace-loading{background:var(--canvas);min-height:100dvh}.workspace-loading-header{height:var(--header-height);background:var(--surface);box-shadow:0 1px 0 var(--line);align-items:center;gap:14px;padding:0 24px;display:flex}.workspace-loading-header span{border-radius:var(--radius-small);border:0;min-height:28px}.workspace-loading-header span:first-child{width:108px}.workspace-loading-header span:nth-child(2){width:80px}.workspace-loading-header span:nth-child(3){width:150px}.workspace-loading-content{width:var(--content);gap:16px;margin:0 auto;padding:40px 0;display:grid}.workspace-loading-content span:first-child{width:220px;min-height:50px}.workspace-loading-content span:nth-child(2){min-height:400px}.workspace-loading-content span:nth-child(3){min-height:64px}@media (max-width:960px){:root{--content:calc(100% - 40px)}.dashboard-layout{grid-template-columns:1fr}.dashboard-side{grid-template-columns:repeat(2,minmax(0,1fr))}.tenant-trigger>span small{display:none}}@media (max-width:820px){.auth-page{grid-template-columns:1fr;overflow:auto}.auth-topbar{padding:20px}.auth-visual{min-height:40vh}.mascot-scene{inset:48px 0 0}.mascot-scene>svg{width:min(82vw,530px);max-height:38vh}.mascot-scene__hint{display:none}.auth-form-panel{min-height:60vh;padding:44px 24px 68px}.auth-form-panel:before{display:none}.portal-header{height:auto}.portal-header-inner{min-height:var(--header-height);flex-wrap:wrap;padding:0 14px}.portal-nav{border-top:1px solid var(--line);border-left:0;order:5;justify-content:center;width:calc(100% + 28px);height:40px;margin:0 -14px;padding:0}.portal-main{padding-top:32px}}@media (max-width:620px){:root{--content:calc(100% - 28px)}.brand-lockup img{width:120px}.auth-visual{min-height:36vh}.mascot-scene>svg{width:min(92vw,470px);max-height:34vh}.auth-form-panel{min-height:64vh}.auth-form-header h1{font-size:29px}.portal-header-inner{gap:4px;padding:0 9px}.portal-brand{margin-right:3px}.portal-brand img{width:90px}.product-switcher-trigger{justify-content:center;width:36px;padding:0}.product-switcher-trigger span,.product-switcher-trigger .control-chevron{display:none}.tenant-trigger{max-width:135px}.account-trigger .control-chevron{display:none}.product-menu-panel,.tenant-menu,.account-menu-panel{width:auto;max-height:calc(100dvh - 66px);position:fixed;top:55px;left:7px;right:7px;overflow:auto}.portal-page-header{flex-direction:column;align-items:flex-start;gap:8px;min-height:74px;margin-bottom:20px}.portal-page-header h1{font-size:24px}.dashboard-side{grid-template-columns:1fr}.workspace-shortcuts{flex-direction:column;align-items:stretch}.workspace-shortcuts>div{min-width:0;margin:2px 0 7px}.workspace-shortcuts a{justify-content:space-between}.workspace-product-row{grid-template-columns:36px minmax(0,1fr) auto;min-height:68px;padding:9px 12px}.product-row-state{justify-items:end}.product-row-state small,.row-action{display:none}.settings-card,.settings-section,.organization-onboarding,.empty-panel{padding:18px}.organization-directory-heading{align-items:flex-start}.organization-bulk-bar{flex-wrap:wrap;bottom:10px}.organization-bulk-bar>span{width:100%}.organization-create-form{grid-template-columns:1fr}.settings-card-heading,.settings-section-heading{flex-wrap:wrap;align-items:flex-start}.inline-form{flex-direction:column;align-items:stretch}.inline-form label{align-self:auto}.inline-form input,.inline-form select{flex:none;width:100%;min-width:0}:is(.management-row,.management-row:has(.management-product-icon)){grid-template-columns:minmax(0,1fr) auto;gap:8px}.management-product-icon{display:none}.management-row>button{grid-column:2}.invite-link{grid-template-columns:1fr auto}.invite-link span{grid-column:1/3}.danger-zone{flex-direction:column;align-items:flex-start}.audit-list li{grid-template-columns:1fr auto;padding:11px 14px}.audit-list code{grid-column:1/3}.auth-help-row{flex-direction:column;align-items:flex-start;gap:7px}.toast-viewport{width:calc(100vw - 24px);top:12px;right:12px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.mascot-scene__hint{display:none}}
