*{box-sizing:border-box}html{--card:#FFFFFF}body{margin:0;background:var(--bg);color:var(--fg1);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;transition:color .3s ease}.lc{display:inline-flex;align-items:center;justify-content:center;width:1em;height:1em;line-height:0}.lc svg{width:100%;height:100%;display:block}.btn{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-sans);font-weight:500;border:1px solid transparent;border-radius:8px;cursor:pointer;white-space:nowrap;transition:all .18s var(--ease-spring);height:38px;padding:0 16px;font-size:13px}.btn .lc{width:15px;height:15px}.btn-primary{background:var(--brand-600);color:#fff}.btn-primary:hover{background:var(--brand-700)}.btn-primary:focus-visible{outline:none;box-shadow:var(--shadow-focus)}.btn-secondary{background:var(--card);color:var(--fg1);border-color:var(--border-strong)}.btn-secondary:hover{border-color:rgba(88,101,242,.5)}.btn-sm{height:32px;padding:0 12px;font-size:12px}.btn:disabled{opacity:.55;cursor:not-allowed}.chip{display:inline-flex;align-items:center;gap:6px;padding:2px 9px;border-radius:999px;font-size:11px;font-weight:500;border:1px solid var(--border);background:var(--card);color:var(--fg2)}.chip .d{width:6px;height:6px;border-radius:999px}.chip-ok{background:var(--success-bg);color:#0f9d6e;border-color:#bfe8d6}.chip-warn{background:var(--warning-bg);color:#a87b08;border-color:#f0e2ad}.chip-gate,.chip-muted{background:var(--soft-blue-bg);color:var(--brand-700);border-color:var(--brand-200)}.shell{display:grid;grid-template-columns:248px 1fr;min-height:100vh;background:var(--bg)}.side{border-right:1px solid var(--border);background:var(--surface);display:flex;flex-direction:column;position:-webkit-sticky;position:sticky;top:0;height:100vh}.side-logo{height:60px;display:flex;align-items:center;padding:0 18px;border-bottom:1px solid var(--border);gap:9px}.side-logo img{height:22px;width:auto}.side-logo img.logo-on-dark{display:none}.dark .side-logo img.logo-on-dark,.side-logo img.logo-on-light,[data-theme=dark] .side-logo img.logo-on-dark{display:block}.dark .side-logo img.logo-on-light,[data-theme=dark] .side-logo img.logo-on-light{display:none}.side-tag{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--brand-600);border:1px solid var(--brand-200);background:var(--brand-50);border-radius:5px;padding:2px 6px}.side-nav{flex:1 1;padding:12px 10px;display:flex;flex-direction:column;gap:1px;overflow-y:auto}.workspace-shell .side-nav{scrollbar-width:thin;scrollbar-color:var(--border-strong) transparent}.workspace-shell .side-nav::-webkit-scrollbar{width:6px}.workspace-shell .side-nav::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:999px}.workspace-shell .side-nav::-webkit-scrollbar-track{background:transparent}.side-sec{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:var(--fg3);padding:12px 10px 6px}.side-group+.side-group .side-sec{padding-top:14px}.side-item{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:8px;font-size:13px;font-weight:500;color:var(--fg2);cursor:pointer;border:none;background:none;font-family:var(--font-sans);text-align:left;width:100%}.side-item:hover{background:var(--bg);color:var(--fg1)}.side-item.is-active{background:var(--brand-50);color:var(--brand-700)}.side-item .lc{width:16px;height:16px;flex:none}.side-caret{margin-left:auto;width:14px!important;height:14px!important;color:var(--fg3);transition:transform .18s var(--ease-spring)}.side-caret.is-open{transform:rotate(180deg)}.side-sub{display:grid;grid-gap:1px;gap:1px;margin:1px 0 3px;padding-left:12px;position:relative}.side-sub:before{content:"";position:absolute;left:18px;top:4px;bottom:4px;width:1px;background:var(--border)}.side-subitem{display:flex;align-items:center;gap:9px;padding:7px 10px 7px 18px;border-radius:8px;font-size:13px;font-weight:500;color:var(--fg2);cursor:pointer;border:none;background:none;font-family:var(--font-sans);text-align:left;width:100%}.side-subitem:hover{background:var(--bg);color:var(--fg1)}.side-subitem.is-active{background:var(--brand-50);color:var(--brand-700)}.side-subitem .lc{width:15px;height:15px;flex:none;opacity:.85}.side-subitem .sub-label{flex:1 1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.side-subitem .sub-dot{width:5px;height:5px;border-radius:999px;background:var(--border-strong);flex:none}.side-subitem.is-active .sub-dot{background:var(--brand-500)}.side-foot{border-top:1px solid var(--border);padding:10px 12px;display:flex;align-items:center;gap:9px;font-size:12px;color:var(--fg3)}.side-foot .dot{width:7px;height:7px;border-radius:999px;background:var(--success);flex:none}.main{display:flex;flex-direction:column;min-width:0;background:var(--bg)}.topbar{position:-webkit-sticky;position:sticky;top:0;z-index:20;height:60px;gap:14px;padding:0 24px;border-bottom:1px solid var(--border);background:color-mix(in srgb,var(--bg) 86%,transparent);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.crumb,.topbar{display:flex;align-items:center}.crumb{font-size:13px;color:var(--fg3);gap:7px}.crumb b{color:var(--fg1);font-weight:600}.crumb .lc{width:13px;height:13px}.topbar .right{margin-left:auto;gap:10px}.icon-btn,.topbar .right{display:flex;align-items:center}.icon-btn{width:36px;height:36px;border-radius:8px;border:1px solid var(--border);background:var(--card);color:var(--fg2);justify-content:center;cursor:pointer}.icon-btn .lc{width:16px;height:16px}.icon-btn:hover{color:var(--fg1);border-color:var(--border-strong)}.user-chip{gap:8px;border:1px solid var(--border);background:var(--card);border-radius:8px;padding:4px 10px 4px 5px}.user-av,.user-chip{display:flex;align-items:center}.user-av{width:28px;height:28px;border-radius:7px;background:var(--gradient-brand);color:#fff;justify-content:center;font-size:11px;font-weight:600}.user-chip .un{font-size:12px;font-weight:500;color:var(--fg1);line-height:1.1}.user-chip .ur{font-size:10px;color:var(--fg3)}.content{padding:24px;max-width:none;width:100%;margin:0}@media (min-width:1600px){.content{padding:32px 40px}}@media (min-width:2400px){.content{max-width:2560px;margin:0 auto}}.projects-roadmap-board{grid-template-columns:repeat(var(--roadmap-columns,8),minmax(0,1fr));grid-gap:14px}.crm-fit-board,.projects-roadmap-board{display:grid;gap:14px;width:100%;max-width:none;overflow-x:hidden;padding-bottom:6px}.crm-fit-board{grid-template-columns:repeat(var(--crm-board-columns,4),minmax(0,1fr));grid-gap:14px}.page-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:20px}.page-head .eyebrow{font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:var(--brand-600);font-weight:600;margin:0}.page-head h1{font-size:24px;font-weight:700;letter-spacing:0;margin:5px 0 0;color:var(--fg1)}.page-head .sub{font-size:14px;color:var(--fg2);margin:5px 0 0;max-width:720px;line-height:1.55}.head-actions{display:flex;align-items:center;gap:8px;flex:none}.gate{display:flex;align-items:flex-start;gap:12px;padding:13px 16px;border:1px solid var(--brand-200);background:var(--soft-blue-bg);border-radius:8px;margin-bottom:20px}.gate .lc{width:18px;height:18px;color:var(--brand-600);flex:none;margin-top:1px}.gate p{margin:0;font-size:13px;color:var(--brand-700);line-height:1.5}.gate b{font-weight:600}.brand-tabs{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:20px;border-bottom:1px solid var(--border);padding-bottom:0}.brand-tab{display:inline-flex;align-items:center;gap:8px;padding:9px 14px;background:none;font-family:var(--font-sans);font-size:13px;font-weight:500;color:var(--fg2);cursor:pointer;border:none;border-bottom:2px solid transparent;margin-bottom:-1px}.brand-tab:hover{color:var(--fg1)}.brand-tab.is-active{color:var(--fg1);border-bottom-color:var(--tab-accent,var(--brand-600))}.brand-tab .swatch{width:10px;height:10px;border-radius:3px}.app-tab-strip{min-width:0}.brand-grid{display:grid;grid-template-columns:1fr 380px;grid-gap:18px;gap:18px;align-items:start}@media (max-width:980px){.brand-grid{grid-template-columns:1fr}}.panel{background:var(--card);border:1px solid var(--border);border-radius:8px;box-shadow:var(--shadow-card)}.panel-head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:14px 16px;border-bottom:1px solid var(--border)}.panel-head h2{font-size:14px;font-weight:600;margin:0;color:var(--fg1)}.panel-head .meta{font-size:12px;color:var(--fg3)}.panel-body{padding:16px}.slots{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:12px;gap:12px}@media (max-width:1240px){.slots{grid-template-columns:1fr}}.slot{border:1px solid var(--border);border-radius:8px;background:var(--bg);padding:13px;display:flex;flex-direction:column;gap:11px}.slot-top{gap:9px}.slot-ic,.slot-top{display:flex;align-items:center}.slot-ic{width:30px;height:30px;border-radius:7px;background:var(--soft-blue-bg);color:var(--brand-600);justify-content:center;flex:none}.slot-ic .lc{width:15px;height:15px}.slot-name{font-size:13px;font-weight:600;color:var(--fg1)}.slot-file{font-size:11px;color:var(--fg3);font-family:var(--font-mono)}.slot-preview{height:76px;border-radius:6px;border:1px solid var(--border);background:linear-gradient(45deg,rgba(118,129,149,.07) 25%,transparent 25%,transparent 75%,rgba(118,129,149,.07) 75%),linear-gradient(45deg,rgba(118,129,149,.07) 25%,transparent 25%,transparent 75%,rgba(118,129,149,.07) 75%),var(--surface);background-size:14px 14px;background-position:0 0,7px 7px;display:flex;align-items:center;justify-content:center;padding:10px;overflow:hidden}.slot-preview img{max-width:100%;max-height:56px;object-fit:contain}.slot-empty{display:flex;flex-direction:column;align-items:center;gap:3px;color:var(--fg3);text-align:center}.slot-empty .lc{width:18px;height:18px}.slot-empty span{font-size:11px}.slot-foot{display:flex;align-items:center;justify-content:space-between;gap:8px}.slot-upload{position:relative;overflow:hidden}.slot-upload input{position:absolute;inset:0;opacity:0;cursor:pointer}.slot-status{font-size:11px;color:var(--fg3);display:inline-flex;align-items:center;gap:5px}.slot-status.ok{color:#0f9d6e}.slot-status.err{color:var(--danger)}.field{display:grid;grid-gap:8px;gap:8px;padding:12px;border:1px solid var(--border);border-radius:8px;background:var(--bg)}.field-top{display:flex;align-items:center;justify-content:space-between}.field-top .l{color:var(--fg1)}.field-top .l,.field-top .v{font-size:12px;font-weight:600}.field-top .v{color:var(--brand-600);font-family:var(--font-mono)}.field-ctrls{display:grid;grid-template-columns:32px 1fr 32px 64px;grid-gap:7px;gap:7px;align-items:center}.step-btn{height:32px;border-radius:7px;border:1px solid var(--border-strong);background:var(--card);color:var(--fg1);font-weight:600;cursor:pointer;font-size:15px}.step-btn:hover{border-color:var(--brand-400)}.field input[type=range]{width:100%;accent-color:var(--brand-600);cursor:ew-resize}.field input[type=number]{height:32px;width:100%;padding:0 8px;border-radius:7px;border:1px solid var(--border-strong);background:var(--card);color:var(--fg1);font-family:var(--font-mono);font-size:12px}.field input[type=number]:focus{outline:none;border-color:var(--brand-500);box-shadow:var(--shadow-focus)}.fields-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}@media (max-width:560px){.fields-grid{grid-template-columns:1fr}}.preview-stack{display:flex;flex-direction:column;gap:14px}.pv{border:1px solid var(--border);border-radius:8px;overflow:hidden;background:var(--card);box-shadow:var(--shadow-card)}.pv-label{font-size:10px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--fg3);padding:9px 14px;border-top:1px solid var(--border)}.pv-bar{min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:0 16px;border-bottom:1px solid var(--border)}.pv-bar.dark{background:#0E111C}.pv-logo{display:flex;align-items:center}.pv-logo img{object-fit:contain;object-position:left center}.pv-logo .placeholder{color:#5d6f93;font-size:11px;font-weight:600;border:1px dashed rgba(255,255,255,.18);border-radius:6px;padding:8px 12px}.pv-nav{display:flex;gap:12px;color:#cbd5e1;font-size:12px;font-weight:500;white-space:nowrap}.pv-burger{width:38px;height:38px;border-radius:999px;border:1px solid rgba(255,255,255,.16);display:grid;place-items:center;color:#fff}.pv-burger .lc{width:16px;height:16px}.pv-footer{padding:20px 16px;background:radial-gradient(circle at 14% 10%,rgba(255,255,255,.05),transparent 30%),#0E111C}.pv-footer .tagline{margin:14px 0 0;color:#aeb9d0;font-size:13px}.ov-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:14px;gap:14px}@media (max-width:880px){.ov-grid{grid-template-columns:1fr 1fr}}.ov-card{background:var(--card);border:1px solid var(--border);border-radius:8px;padding:16px;box-shadow:var(--shadow-card)}.ov-card .l{font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:var(--fg3)}.ov-card .v{font-size:24px;font-weight:700;color:var(--fg1);margin-top:6px}.ov-card .h{font-size:12px;color:var(--fg3);margin-top:4px}.cat-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));grid-gap:14px;gap:14px}.cat-recent-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:12px;gap:12px}.cat-card{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;min-height:150px;display:grid;grid-template-columns:auto 1fr;align-content:start;grid-gap:12px;gap:12px;text-align:left;color:inherit;cursor:pointer;font-family:var(--font-sans)}.cat-card:hover{border-color:var(--border-strong);transform:translateY(-1px)}.cat-card:focus-visible{outline:none;box-shadow:var(--shadow-focus)}.cat-card-compact{min-height:116px;padding:14px}.cat-card-icon{width:34px;height:34px}.cat-card-icon .lc{width:18px;height:18px}.cat-card-copy{min-width:0;display:grid;grid-gap:7px;gap:7px;justify-items:start}.cat-card-title{color:var(--fg1);font-size:14px;font-weight:700;line-height:1.25}.cat-card-blurb{color:var(--fg2);font-size:12px;line-height:1.45}.stub{background:var(--card);border:1px solid var(--border);border-radius:8px;box-shadow:var(--shadow-card);padding:44px;text-align:center;margin-top:18px}.stub,.stub .lc{color:var(--fg3)}.stub .lc{width:26px;height:26px}.stub h3{margin:12px 0 4px;font-size:15px;color:var(--fg2);font-weight:600}.stub p{margin:0;font-size:13px;max-width:440px;margin-inline:auto;line-height:1.5}html[data-theme=dark] .chip-gate,html[data-theme=dark] .chip-muted{color:#A5B4FC;border-color:rgba(129,140,248,.35)}html[data-theme=dark] .gate{background:rgba(88,101,242,.1);border-color:rgba(129,140,248,.3)}html[data-theme=dark] .gate code,html[data-theme=dark] .gate p{color:#C7D2FE}html[data-theme=dark] .brand-tab.is-active,html[data-theme=dark] .page-head h1{color:#F3F6FF}html[data-theme=dark] .pv-label,html[data-theme=dark] .slot-file{color:#8693AC}.chip-danger{background:var(--danger-bg);color:#c23434;border-color:#f3c4c4}.chip-pending{background:var(--warning-bg);color:#a87b08;border-color:#f0e2ad}.chip-guarded{background:#EEF1F6;color:var(--fg2);border-color:var(--border)}html[data-theme=dark] .chip-guarded{background:rgba(255,255,255,.05)}html[data-theme=dark]{--ws-bg:var(--bg);--ws-surface:var(--card);--ws-elevated:var(--elevated);--ws-muted-surface:color-mix(in srgb,var(--elevated) 80%,var(--bg) 20%);--ws-border:var(--border);--ws-border-strong:var(--border-strong);--ws-ink:var(--fg1);--ws-ink-muted:var(--fg2);--ws-ink-subtle:var(--fg3)}html[data-theme=dark] body,html[data-theme=dark] body .workspace-shell,html[data-theme=dark] body .workspace-shell .content,html[data-theme=dark] body .workspace-shell .main,html[data-theme=dark] body .workspace-shell .workspace-page{background:var(--bg)!important;background-image:none!important;color:var(--fg1)!important}html[data-theme=dark] body .workspace-shell .workspace-app-card,html[data-theme=dark] body .workspace-shell .workspace-card,html[data-theme=dark] body .workspace-shell .workspace-control-header,html[data-theme=dark] body .workspace-shell .workspace-feature-link,html[data-theme=dark] body .workspace-shell .workspace-list__item,html[data-theme=dark] body .workspace-shell .workspace-site-card{border-color:var(--border)!important;background:var(--card)!important;background-image:none!important;color:var(--fg1)!important;box-shadow:var(--shadow-card)!important}html[data-theme=dark] body .workspace-shell .workspace-control-header{background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.015)),var(--card)!important}html[data-theme=dark] body .workspace-shell .workspace-control-header__panel,html[data-theme=dark] body .workspace-shell .workspace-list,html[data-theme=dark] body .workspace-shell .workspace-list--compact{border-color:var(--border)!important;background:color-mix(in srgb,var(--elevated) 82%,var(--bg) 18%)!important;background-image:none!important;color:var(--fg1)!important}html[data-theme=dark] body .workspace-shell .workspace-card h2,html[data-theme=dark] body .workspace-shell .workspace-card h3,html[data-theme=dark] body .workspace-shell .workspace-control-header__panel strong,html[data-theme=dark] body .workspace-shell .workspace-feature-link strong,html[data-theme=dark] body .workspace-shell .workspace-list__item strong,html[data-theme=dark] body .workspace-shell .workspace-section-heading h2,html[data-theme=dark] body .workspace-shell .workspace-title{color:var(--fg1)!important}html[data-theme=dark] body .workspace-shell .workspace-card p,html[data-theme=dark] body .workspace-shell .workspace-control-header__panel p,html[data-theme=dark] body .workspace-shell .workspace-copy,html[data-theme=dark] body .workspace-shell .workspace-feature-link p,html[data-theme=dark] body .workspace-shell .workspace-list__item p{color:var(--fg2)!important}.sec-2col{display:grid;grid-template-columns:1.5fr 1fr;grid-gap:18px;gap:18px;align-items:start}@media (max-width:980px){.sec-2col{grid-template-columns:1fr}}.gap18{display:grid;grid-gap:18px;gap:18px}.tbl-wrap{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;border-radius:8px;border:1px solid var(--border);background:var(--card);box-shadow:var(--shadow-card)}table.tbl{width:100%;border-collapse:collapse;font-size:13px}.tbl thead th{text-align:left;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--fg3);padding:11px 16px;background:var(--bg)}.tbl tbody td,.tbl thead th{border-bottom:1px solid var(--border)}.tbl tbody td{padding:12px 16px;color:var(--fg1)}.tbl tbody tr:last-child td{border-bottom:0}.tbl tbody tr:hover{background:var(--soft-blue-bg)}.tbl .em{font-size:12px;color:var(--fg3)}.tbl .mono{font-family:var(--font-mono);font-size:12px;color:var(--fg2)}.cell-user{gap:10px}.cell-user,.cell-user .av{display:flex;align-items:center}.cell-user .av{width:30px;height:30px;border-radius:7px;background:var(--gradient-brand);color:#fff;justify-content:center;font-size:11px;font-weight:600;flex:none}.cell-user .nm{font-weight:500}.readiness{display:grid;grid-gap:14px;gap:14px}.rr-top{display:flex;align-items:center;justify-content:space-between;font-size:13px}.rr-top .l{color:var(--fg2)}.rr-top .v{color:var(--fg1);font-weight:600;font-family:var(--font-mono)}.rr-track{height:7px;border-radius:999px;background:var(--bg);border:1px solid var(--border);overflow:hidden;margin-top:7px}.rr-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,var(--brand-500),var(--brand-600))}.feed{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.feed li{display:flex;align-items:flex-start;gap:10px;font-size:13px;color:var(--fg2);padding:11px 0;border-bottom:1px solid var(--border)}.feed li:last-child{border-bottom:0}.feed .tag{font-size:9px;text-transform:uppercase;letter-spacing:.08em;color:var(--fg2);border:1px solid var(--border);border-radius:5px;padding:2px 6px;background:var(--bg);flex:none}.spark{display:flex;align-items:flex-end;gap:6px;height:90px;padding:4px 2px 0}.spark .b{flex:1 1;border-radius:4px 4px 0 0;background:linear-gradient(to top,var(--brand-600),var(--brand-400))}.smoke{display:grid;grid-gap:10px;gap:10px}.smoke-row{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:13px;padding:9px 12px;border:1px solid var(--border);border-radius:8px;background:var(--bg)}.smoke-row .g{color:var(--fg1)}.brand-status{display:grid;grid-gap:8px;gap:8px}.bs-row{display:flex;align-items:center;gap:10px;padding:9px 12px;border:1px solid var(--border);border-radius:8px;background:var(--bg)}.bs-row .sw{width:9px;height:9px;border-radius:3px;flex:none}.bs-row .nm{font-size:13px;font-weight:500;color:var(--fg1)}.bs-row .dm{font-size:11px;color:var(--fg3);font-family:var(--font-mono);margin-left:auto}.auth{min-height:100vh;display:grid;grid-template-columns:1.05fr 1fr;background:var(--bg)}@media (max-width:880px){.auth{grid-template-columns:1fr}}.auth-brand{position:relative;overflow:hidden;background:#0E111C;color:#EBF0FC;padding:48px 52px;display:flex;flex-direction:column}@media (max-width:880px){.auth-brand{display:none}}.auth-brand-mesh{position:absolute;inset:0;background:radial-gradient(70% 60% at 85% 0,rgba(88,101,242,.32),transparent 60%),radial-gradient(60% 50% at 0 100%,rgba(14,165,233,.2),transparent 60%)}.auth-brand-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 0);background-size:40px 40px;-webkit-mask-image:radial-gradient(70% 60% at 70% 20%,#000,transparent);mask-image:radial-gradient(70% 60% at 70% 20%,#000,transparent)}.auth-brand>*{position:relative;z-index:1}.auth-brand-logo{display:flex;align-items:center;gap:10px}.auth-brand-logo img{height:24px}.auth-brand-tag{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#A5B4FC;border:1px solid rgba(129,140,248,.4);border-radius:5px;padding:2px 7px}.auth-brand-body{margin-top:auto}.auth-brand h2{font-size:30px;font-weight:700;letter-spacing:0;line-height:1.15;margin:0 0 14px;color:#fff}.auth-brand p{font-size:15px;line-height:1.65;color:#A7B2C9;margin:0 0 26px;max-width:420px}.auth-points{display:grid;grid-gap:13px;gap:13px;margin:0;padding:0;list-style:none}.auth-points li{display:flex;align-items:flex-start;gap:11px;font-size:14px;color:#C7D2FE}.auth-points .lc{width:17px;height:17px;color:#818CF8;flex:none;margin-top:1px}.auth-brand-foot{margin-top:40px;display:flex;align-items:center;gap:9px;font-size:12px;color:#6E7E9E}.auth-brand-foot .dot{width:7px;height:7px;border-radius:999px;background:#34d399}.auth-form-wrap{display:flex;flex-direction:column;padding:28px 36px;overflow-y:auto}.auth-top{display:flex;align-items:center;justify-content:space-between}.auth-top .auth-logo-sm{display:none}@media (max-width:880px){.auth-top .auth-logo-sm{display:flex;align-items:center}.auth-top .auth-logo-sm img{height:22px}}.auth-form{width:100%;max-width:384px;margin:auto;padding:24px 0}.auth-head{margin-bottom:22px}.auth-head .eyebrow{font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:var(--brand-600);font-weight:600;margin:0 0 8px}.auth-head h1{font-size:26px;font-weight:700;letter-spacing:0;margin:0;color:var(--fg1)}.auth-head p{font-size:14px;color:var(--fg2);margin:8px 0 0;line-height:1.55}.field-row{display:grid;grid-gap:7px;gap:7px;margin-bottom:14px}.field-row.two{grid-template-columns:1fr 1fr;gap:12px}.field-row label{font-size:13px;font-weight:500;color:var(--fg1)}.inp{height:42px;border:1px solid var(--border-strong);border-radius:8px;padding:0 12px;font-size:14px;color:var(--fg1);font-family:var(--font-sans);background:var(--card);width:100%}.inp::placeholder{color:var(--fg3)}.inp:focus{outline:none;border-color:var(--brand-500);box-shadow:var(--shadow-focus)}select.inp{cursor:pointer}.inp-pw{position:relative}.inp-pw .inp{padding-right:40px}.inp-pw button{position:absolute;right:6px;top:50%;transform:translateY(-50%);width:30px;height:30px;border:none;background:none;color:var(--fg3);cursor:pointer;display:grid;place-items:center;border-radius:6px}.inp-pw button:hover{color:var(--fg1);background:var(--bg)}.inp-pw button .lc{width:16px;height:16px}.field-hint{font-size:12px;color:var(--fg3)}.field-err{font-size:12px;color:var(--danger);display:flex;align-items:center;gap:5px}.field-err .lc{width:13px;height:13px}.auth-row{display:flex;align-items:center;justify-content:space-between;margin:4px 0 18px}.checkbox{display:inline-flex;align-items:center;gap:8px;font-size:13px;color:var(--fg2);cursor:pointer}.checkbox input{width:16px;height:16px;accent-color:var(--brand-600)}.auth-link{font-size:13px;color:var(--brand-600);font-weight:500;cursor:pointer;text-decoration:none;background:none;border:none;font-family:var(--font-sans);padding:0}.auth-link:hover{color:var(--brand-700);text-decoration:underline}.btn-block{width:100%;justify-content:center;height:44px;font-size:14px}.auth-sep{display:flex;align-items:center;gap:12px;margin:18px 0;color:var(--fg3);font-size:12px}.auth-sep:after,.auth-sep:before{content:"";height:1px;flex:1 1;background:var(--border)}.btn-sso{width:100%;justify-content:center;height:44px;gap:9px}.btn-sso .lc{width:16px;height:16px}.auth-note{display:flex;align-items:flex-start;gap:10px;padding:12px 14px;border:1px solid var(--brand-200);background:var(--soft-blue-bg);border-radius:8px;margin-bottom:20px}.auth-note .lc{width:17px;height:17px;color:var(--brand-600);flex:none;margin-top:1px}.auth-note p{margin:0;font-size:12.5px;color:var(--brand-700);line-height:1.5}.auth-foot{text-align:center;font-size:13px;color:var(--fg2);margin-top:20px}.auth-legal{text-align:center;font-size:11px;color:var(--fg3);margin-top:24px;line-height:1.5}.auth-success{text-align:center;padding:12px 0}.auth-success .badge{width:56px;height:56px;border-radius:14px;background:var(--success-bg);color:#0f9d6e;display:grid;place-items:center;margin:0 auto 18px;border:1px solid #bfe8d6}.auth-success .badge .lc{width:26px;height:26px}.auth-success h1{font-size:22px;font-weight:700;margin:0 0 10px;color:var(--fg1)}.auth-success p{font-size:14px;color:var(--fg2);line-height:1.6;margin:0 auto 8px;max-width:320px}.auth-success .summary{text-align:left;border:1px solid var(--border);border-radius:8px;background:var(--bg);padding:14px;margin:20px 0;font-size:13px}.auth-success .summary .r{display:flex;justify-content:space-between;gap:12px;padding:5px 0}.auth-success .summary .r .k{color:var(--fg3)}.auth-success .summary .r .v{color:var(--fg1);font-weight:500}.workspace-shell.shell{grid-template-columns:248px minmax(0,1fr)!important}.shell-backdrop,.shell-menu-btn{display:none}@media (max-width:1024px){.shell,.workspace-shell.shell{grid-template-columns:minmax(0,1fr)!important}.side{position:fixed!important;inset:0 auto 0 0!important;z-index:80!important;width:min(84vw,320px)!important;max-width:320px!important;height:100vh!important;transform:translateX(-100%);transition:transform .18s var(--ease-spring);box-shadow:12px 0 32px rgb(15 23 42/.18)}.shell.is-drawer-open .side{transform:translateX(0)}.shell-backdrop{position:fixed;inset:0;z-index:70;border:0;background:rgb(15 23 42/.42);cursor:pointer}.shell.is-drawer-open .shell-backdrop{display:block}.shell-menu-btn{display:flex;flex:none}.topbar{padding:0 16px}.content{padding:24px}.head-actions,.page-head{flex-wrap:wrap}.crm-fit-board,.projects-roadmap-board{grid-auto-flow:column;grid-auto-columns:minmax(260px,42vw);grid-template-columns:none;overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:640px){.topbar{gap:10px;padding:0 12px}.crumb{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.topbar .right{gap:8px}.user-chip{max-width:160px;min-width:0}.user-chip>span:last-child{min-width:0;overflow:hidden}.user-chip .un,.user-chip .ur{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.content{padding:16px}.brand-tabs{flex-wrap:nowrap;overflow-x:auto}.app-tab-strip,.brand-tabs{-webkit-overflow-scrolling:touch;scrollbar-width:thin}.app-tab-strip{flex-wrap:nowrap!important;overflow-x:auto!important;overflow-y:hidden!important;max-width:100%;padding-bottom:4px}.app-tab-strip>*{flex:0 0 auto!important}.brand-tab{flex:0 0 auto}.auth-row,.field-row.two,.panel-head,.slot-foot{grid-template-columns:1fr;flex-wrap:wrap;align-items:stretch}.ov-grid{grid-template-columns:1fr}.tbl{min-width:640px}.crm-fit-board,.projects-roadmap-board{grid-auto-columns:minmax(260px,82vw)}}.inp[type=file]{display:flex;align-items:center;gap:10px;padding:6px 10px;cursor:pointer}.inp[type=file]::-webkit-file-upload-button{padding:6px 12px;border-radius:6px;border:1px solid var(--border);background:var(--card);color:var(--fg1);font:inherit;cursor:pointer}.inp[type=file]::file-selector-button{padding:6px 12px;border-radius:6px;border:1px solid var(--border);background:var(--card);color:var(--fg1);font:inherit;cursor:pointer}.inp[type=file]::-webkit-file-upload-button:hover{background:var(--bg2,var(--card))}.inp[type=file]::file-selector-button:hover{background:var(--bg2,var(--card))}html[data-theme=dark] body .workspace-shell .content,html[data-theme=dark] body .workspace-shell .main,html[data-theme=dark] body .workspace-shell .workspace-page{background:#08070a!important;color:#ebf0fc!important}html[data-theme=dark] body .workspace-shell .workspace-app-card,html[data-theme=dark] body .workspace-shell .workspace-card,html[data-theme=dark] body .workspace-shell .workspace-control-header,html[data-theme=dark] body .workspace-shell .workspace-feature-link,html[data-theme=dark] body .workspace-shell .workspace-site-card{border-color:#1e2538!important;background:#0e111c!important;background-image:none!important;color:#ebf0fc!important;box-shadow:0 1px 0 rgb(0 0 0/.3),0 1px 3px rgb(0 0 0/.35)!important}html[data-theme=dark] body .workspace-shell .workspace-control-header__content,html[data-theme=dark] body .workspace-shell .workspace-control-header__panel,html[data-theme=dark] body .workspace-shell .workspace-list,html[data-theme=dark] body .workspace-shell .workspace-list--compact,html[data-theme=dark] body .workspace-shell .workspace-list__item{border-color:#1e2538!important;background:#141826!important;background-image:none!important;color:#ebf0fc!important;box-shadow:none!important}html[data-theme=dark] body .workspace-shell .workspace-list__item+.workspace-list__item{border-top:1px solid #1e2538!important}html[data-theme=dark] body .workspace-shell .workspace-card h2,html[data-theme=dark] body .workspace-shell .workspace-card h3,html[data-theme=dark] body .workspace-shell .workspace-control-header__panel strong,html[data-theme=dark] body .workspace-shell .workspace-feature-link strong,html[data-theme=dark] body .workspace-shell .workspace-list__item strong,html[data-theme=dark] body .workspace-shell .workspace-stat,html[data-theme=dark] body .workspace-shell .workspace-title{color:#ebf0fc!important}html[data-theme=dark] body .workspace-shell .workspace-card p,html[data-theme=dark] body .workspace-shell .workspace-control-header__panel p,html[data-theme=dark] body .workspace-shell .workspace-copy,html[data-theme=dark] body .workspace-shell .workspace-feature-link p,html[data-theme=dark] body .workspace-shell .workspace-list__item p{color:#a7b2c9!important}html[data-theme=dark] body .workspace-shell .workspace-eyebrow,html[data-theme=dark] body .workspace-shell .workspace-feature-link span{color:#7a869c!important}html[data-theme=dark] body .workspace-shell .workspace-pill,html[data-theme=dark] body .workspace-shell .workspace-pill--success{border-color:rgba(16,185,129,.34)!important;background:rgba(16,185,129,.16)!important;color:#86efac!important}html[data-theme=dark] body .workspace-shell .workspace-action--ghost{border-color:#2d374e!important;background:#141826!important;color:#ebf0fc!important}html[data-theme=dark] body .workspace-shell .workspace-inline-link{color:#a5b4fc!important}html:not([data-theme=light]) body .workspace-shell{--bg:#08070a;--surface:#0e111c;--elevated:#141826;--card:#0e111c;--border:#1e2538;--border-strong:#2d374e;--fg1:#ebf0fc;--fg2:#a7b2c9;--fg3:#7a869c;--ws-bg:#08070a;--ws-surface:#0e111c;--ws-elevated:#141826;--ws-muted-surface:#141826;--ws-border:#1e2538;--ws-border-strong:#2d374e;--ws-ink:#ebf0fc;--ws-ink-muted:#a7b2c9;--ws-ink-subtle:#7a869c}html:not([data-theme=light]) body .workspace-shell .content,html:not([data-theme=light]) body .workspace-shell .main,html:not([data-theme=light]) body .workspace-shell .workspace-page{background:#08070a!important;color:#ebf0fc!important}html:not([data-theme=light]) body .workspace-shell .workspace-app-card,html:not([data-theme=light]) body .workspace-shell .workspace-card,html:not([data-theme=light]) body .workspace-shell .workspace-control-header,html:not([data-theme=light]) body .workspace-shell .workspace-feature-link,html:not([data-theme=light]) body .workspace-shell .workspace-site-card{border-color:#1e2538!important;background:#0e111c!important;background-image:none!important;color:#ebf0fc!important;box-shadow:0 1px 0 rgb(0 0 0/.3),0 1px 3px rgb(0 0 0/.35)!important}html:not([data-theme=light]) body .workspace-shell .workspace-control-header__content,html:not([data-theme=light]) body .workspace-shell .workspace-control-header__panel,html:not([data-theme=light]) body .workspace-shell .workspace-list,html:not([data-theme=light]) body .workspace-shell .workspace-list--compact,html:not([data-theme=light]) body .workspace-shell .workspace-list__item{border-color:#1e2538!important;background:#141826!important;background-image:none!important;color:#ebf0fc!important;box-shadow:none!important}html:not([data-theme=light]) body .workspace-shell .workspace-list__item+.workspace-list__item{border-top:1px solid #1e2538!important}html:not([data-theme=light]) body .workspace-shell .workspace-card h2,html:not([data-theme=light]) body .workspace-shell .workspace-card h3,html:not([data-theme=light]) body .workspace-shell .workspace-control-header__panel strong,html:not([data-theme=light]) body .workspace-shell .workspace-feature-link strong,html:not([data-theme=light]) body .workspace-shell .workspace-list__item strong,html:not([data-theme=light]) body .workspace-shell .workspace-stat,html:not([data-theme=light]) body .workspace-shell .workspace-title{color:#ebf0fc!important}html:not([data-theme=light]) body .workspace-shell .workspace-card p,html:not([data-theme=light]) body .workspace-shell .workspace-control-header__panel p,html:not([data-theme=light]) body .workspace-shell .workspace-copy,html:not([data-theme=light]) body .workspace-shell .workspace-feature-link p,html:not([data-theme=light]) body .workspace-shell .workspace-list__item p{color:#a7b2c9!important}html:not([data-theme=light]) body .workspace-shell .workspace-eyebrow,html:not([data-theme=light]) body .workspace-shell .workspace-feature-link span{color:#7a869c!important}html:not([data-theme=light]) body .workspace-shell .workspace-pill,html:not([data-theme=light]) body .workspace-shell .workspace-pill--success{border-color:rgba(16,185,129,.34)!important;background:rgba(16,185,129,.16)!important;color:#86efac!important}html:not([data-theme=light]) body .workspace-shell .workspace-action--ghost{border-color:#2d374e!important;background:#141826!important;color:#ebf0fc!important}html body .workspace-shell .workspace-control-header__intro{width:min(100%,760px)!important;display:grid!important;grid-gap:6px!important;gap:6px!important}html:not([data-theme=light]) body .stretchsuite-workspace-shell .ov-card,html:not([data-theme=light]) body .stretchsuite-workspace-shell .panel,html:not([data-theme=light]) body .stretchsuite-workspace-shell .workspace-app-gate,html:not([data-theme=light]) body .stretchsuite-workspace-shell .workspace-app-hero,html:not([data-theme=light]) body .stretchsuite-workspace-shell .workspace-app-hero__panel,html:not([data-theme=light]) body .stretchsuite-workspace-shell .workspace-app-metrics,html:not([data-theme=light]) body .stretchsuite-workspace-shell .workspace-app-section,html:not([data-theme=light]) body .stretchsuite-workspace-shell .workspace-app-state,html:not([data-theme=light]) body .stretchsuite-workspace-shell .workspace-result-panel,html:not([data-theme=light]) body .stretchsuite-workspace-shell .workspace-showcase-card,html[data-theme=dark] body .stretchsuite-workspace-shell .ov-card,html[data-theme=dark] body .stretchsuite-workspace-shell .panel,html[data-theme=dark] body .stretchsuite-workspace-shell .workspace-app-gate,html[data-theme=dark] body .stretchsuite-workspace-shell .workspace-app-hero,html[data-theme=dark] body .stretchsuite-workspace-shell .workspace-app-hero__panel,html[data-theme=dark] body .stretchsuite-workspace-shell .workspace-app-metrics,html[data-theme=dark] body .stretchsuite-workspace-shell .workspace-app-section,html[data-theme=dark] body .stretchsuite-workspace-shell .workspace-app-state,html[data-theme=dark] body .stretchsuite-workspace-shell .workspace-result-panel,html[data-theme=dark] body .stretchsuite-workspace-shell .workspace-showcase-card{border-color:#1e2538!important;background:#0e111c!important;background-image:none!important;color:#ebf0fc!important;box-shadow:0 1px 0 rgb(0 0 0/.3),0 1px 3px rgb(0 0 0/.35)!important}html:not([data-theme=light]) body .stretchsuite-workspace-shell .panel-head,html[data-theme=dark] body .stretchsuite-workspace-shell .panel-head{border-bottom-color:#1e2538!important}html:not([data-theme=light]) body .stretchsuite-workspace-shell .ov-card .l,html:not([data-theme=light]) body .stretchsuite-workspace-shell .panel h2,html:not([data-theme=light]) body .stretchsuite-workspace-shell .workspace-showcase-card h3,html[data-theme=dark] body .stretchsuite-workspace-shell .ov-card .l,html[data-theme=dark] body .stretchsuite-workspace-shell .panel h2,html[data-theme=dark] body .stretchsuite-workspace-shell .workspace-showcase-card h3{color:#ebf0fc!important}html:not([data-theme=light]) body .stretchsuite-workspace-shell .ov-card .h,html:not([data-theme=light]) body .stretchsuite-workspace-shell .panel .meta,html:not([data-theme=light]) body .stretchsuite-workspace-shell .workspace-showcase-card p,html[data-theme=dark] body .stretchsuite-workspace-shell .ov-card .h,html[data-theme=dark] body .stretchsuite-workspace-shell .panel .meta,html[data-theme=dark] body .stretchsuite-workspace-shell .workspace-showcase-card p{color:#a7b2c9!important}.onboarding-tour__launcher{min-height:32px;display:inline-flex;align-items:center;justify-content:center;gap:6px;border:1px solid var(--border,rgba(148,163,184,.24));border-radius:8px;background:var(--card,rgba(255,255,255,.06));color:var(--fg2,#cbd5e1);cursor:pointer;font:inherit;font-size:12px;font-weight:700;padding:0 10px;white-space:nowrap}.onboarding-tour__launcher:focus-visible,.onboarding-tour__launcher:hover{border-color:var(--border-strong,rgba(148,163,184,.42));color:var(--fg1,#f8fafc);outline:none}html body .shell .topbar .right .onboarding-tour__launcher,html body .topbar .right .onboarding-tour__launcher,html body .workspace-shell .topbar .right .onboarding-tour__launcher{min-width:92px;height:34px;min-height:34px;border-color:rgba(129,140,248,.58);background:linear-gradient(180deg,#6d79f6,#5865f2);color:#ffffff;box-shadow:0 8px 18px rgba(88,101,242,.24)}html body .topbar .right .onboarding-tour__launcher:focus-visible,html body .topbar .right .onboarding-tour__launcher:hover{border-color:rgba(199,210,254,.72);color:#ffffff;filter:brightness(1.05)}html body .workspace-shell .topbar .right [data-tour=tutorial-launcher]{order:-10;display:inline-flex!important;visibility:visible!important;opacity:1!important;min-width:108px;flex:0 0 auto}html body .workspace-shell .topbar .right [data-tour=tutorial-launcher] span{display:inline!important}.onboarding-tour{position:fixed;inset:0;z-index:250;pointer-events:none}.onboarding-tour__scrim{position:fixed;inset:0;background:rgba(3,7,18,.42);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);pointer-events:auto}.onboarding-tour__spotlight{position:fixed;border:2px solid rgba(129,140,248,.95);border-radius:10px;box-shadow:0 0 0 9999px rgba(3,7,18,.34),0 16px 42px rgba(15,23,42,.32),0 0 0 6px rgba(129,140,248,.14);pointer-events:none;transition:top .18s ease,left .18s ease,width .18s ease,height .18s ease}.onboarding-tour__popover{position:fixed;z-index:260;display:grid;grid-gap:10px;gap:10px;border:1px solid rgba(148,163,184,.32);border-radius:10px;background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.025)),#101524;box-shadow:0 24px 70px rgba(2,6,23,.42);color:#f8fafc;padding:16px;pointer-events:auto}.onboarding-tour__popover h2{margin:0;color:#ffffff;font-size:17px;line-height:1.25;letter-spacing:0}.onboarding-tour__popover p{margin:0;color:#c7d2fe;font-size:13px;line-height:1.55}.onboarding-tour__eyebrow{display:inline-flex;align-items:center;gap:6px;width:-moz-fit-content;width:fit-content;color:#93c5fd;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.onboarding-tour__close{position:absolute;top:10px;right:10px;width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(148,163,184,.24);border-radius:8px;background:rgba(255,255,255,.04);color:#cbd5e1;cursor:pointer}.onboarding-tour__close:focus-visible,.onboarding-tour__close:hover{color:#ffffff;outline:none;border-color:rgba(148,163,184,.45)}.onboarding-tour__arrow{position:absolute;width:14px;height:14px;border-left:1px solid rgba(148,163,184,.32);border-bottom:1px solid rgba(148,163,184,.32);background:#101524;transform:rotate(45deg)}.onboarding-tour__popover--right .onboarding-tour__arrow{left:-8px;top:34px}.onboarding-tour__popover--left .onboarding-tour__arrow{right:-8px;top:34px;transform:rotate(225deg)}.onboarding-tour__popover--bottom .onboarding-tour__arrow{top:-8px;left:34px;transform:rotate(135deg)}.onboarding-tour__popover--center .onboarding-tour__arrow{display:none}.onboarding-tour__popover--top .onboarding-tour__arrow{bottom:-8px;left:34px;transform:rotate(-45deg)}.onboarding-tour__progress{display:flex;gap:6px;align-items:center;margin-top:2px}.onboarding-tour__progress span{height:6px;flex:1 1;border-radius:999px;background:rgba(148,163,184,.26)}.onboarding-tour__progress span.is-active{background:linear-gradient(90deg,#60a5fa,#818cf8)}.onboarding-tour__actions{display:grid;grid-gap:10px;gap:10px;margin-top:2px}.onboarding-tour__step-actions{display:flex;justify-content:flex-end;gap:8px;flex-wrap:wrap}.onboarding-tour__ghost,.onboarding-tour__icon,.onboarding-tour__primary{min-height:34px;display:inline-flex;align-items:center;justify-content:center;gap:6px;border-radius:8px;cursor:pointer;font:inherit;font-size:12px;font-weight:800;padding:0 11px}.onboarding-tour__ghost{width:-moz-fit-content;width:fit-content;border:0;background:transparent;color:#aebff5;padding-inline:0}.onboarding-tour__ghost:focus-visible,.onboarding-tour__ghost:hover{color:#ffffff;outline:none}.onboarding-tour__icon{border:1px solid rgba(148,163,184,.26);background:rgba(255,255,255,.045);color:#e0e7ff}.onboarding-tour__icon:disabled{cursor:not-allowed;opacity:.48}.onboarding-tour__primary{border:1px solid rgba(129,140,248,.65);background:#5865f2;color:#ffffff}.onboarding-tour__icon:focus-visible,.onboarding-tour__icon:hover,.onboarding-tour__primary:focus-visible,.onboarding-tour__primary:hover{outline:none;filter:brightness(1.08)}@media (max-width:640px){.onboarding-tour__launcher span{display:none}.onboarding-tour__launcher,html body .shell .topbar .right .onboarding-tour__launcher,html body .topbar .right .onboarding-tour__launcher,html body .workspace-shell .topbar .right .onboarding-tour__launcher{width:34px;min-width:34px;padding:0}html body .workspace-shell .topbar .right [data-tour=tutorial-launcher]{min-width:34px}html body .workspace-shell .topbar .right [data-tour=tutorial-launcher] span{display:none!important}.onboarding-tour__spotlight{border-radius:8px}.onboarding-tour__popover{left:12px!important;right:12px;width:auto!important;max-height:calc(100vh - 24px);overflow:auto}.onboarding-tour__step-actions{display:grid;grid-template-columns:1fr 1fr}.onboarding-tour__icon,.onboarding-tour__primary{width:100%}}