:root{color-scheme:light;font-family:DM Sans,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;--background: #fafafa;--card: #ffffff;--surface: var(--card);--surface-muted: #f4f4f5;--surface-tint: #eef2ff;--surface-stage: #fafafa;--surface-sidebar: #ffffff;--surface-toolbar: rgba(255, 255, 255, .9);--surface-selected: #eef2ff;--surface-hover: #f4f4f5;--foreground: #0a0a0a;--muted: #f4f4f5;--muted-foreground: #5c5c5c;--border: #e4e4e7;--border-divider: #e4e4e7;--border-active: #5b5fe9;--border-strong: #d4d4d8;--primary: #5b5fe9;--primary-soft: rgba(91, 95, 233, .1);--primary-strong: rgba(91, 95, 233, .2);--success: #059669;--success-soft: rgba(5, 150, 105, .12);--warning: #b7791f;--warning-soft: rgba(245, 158, 11, .14);--danger: #dc2626;--danger-soft: rgba(220, 38, 38, .12);--slate-soft: rgba(82, 82, 91, .12);--shadow: 0 1px 2px rgba(10, 10, 10, .05);--shadow-panel: 0 16px 44px rgba(10, 10, 10, .1);--motion-fast: .15s;--motion-standard: .2s;--motion-ease: cubic-bezier(.2, 0, 0, 1);--focus-ring: rgba(91, 95, 233, .28);--radius: 16px}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;color:var(--foreground);background:var(--background);background-attachment:fixed;-webkit-font-smoothing:antialiased}button,input,textarea,select{font:inherit}button{color:inherit}button,a,input,textarea,select,.nav-item,.record-row,.intelligence-flow-tile-button{transition-duration:var(--motion-standard);transition-timing-function:var(--motion-ease)}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,.nav-item:focus-visible,.record-row:focus-visible,.intelligence-flow-tile-button:focus-visible{outline:none;box-shadow:0 0 0 2px var(--background),0 0 0 5px var(--focus-ring)}a{color:inherit;text-decoration:none}::selection{background:#5d74f647;color:var(--foreground)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#c7d1e3f2;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:#6571885c}.admin-shell{display:flex;min-height:100vh}.login-shell{min-height:100vh;display:grid;place-items:center;padding:32px}.login-card{width:min(1120px,100%);display:grid;grid-template-columns:minmax(0,1.2fr) minmax(360px,.8fr);gap:18px}.login-visual,.login-form{border:1px solid var(--border);border-radius:28px;background:#ffffffeb;box-shadow:var(--shadow-panel)}.login-visual{min-height:560px;padding:44px;display:flex;flex-direction:column;justify-content:space-between;background:radial-gradient(circle at top right,rgba(91,95,233,.14),transparent 30%),linear-gradient(135deg,#fff,#f7f7fb)}.login-logo{width:112px;height:auto}.login-kicker{margin-top:42px;font-size:.72rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--primary)}.login-visual h1,.login-form h2{margin:10px 0 0;letter-spacing:-.04em}.login-visual h1{max-width:720px;font-size:clamp(2.4rem,5vw,4.8rem);line-height:.98}.login-visual p{max-width:620px;color:var(--muted-foreground);font-size:1.08rem;line-height:1.7}.login-note{color:var(--muted-foreground)}.login-form{align-self:stretch;padding:30px;display:flex;flex-direction:column;justify-content:center;gap:18px}.login-form-head{display:flex;align-items:center;gap:14px}.login-lock{width:48px;height:48px;display:inline-flex;align-items:center;justify-content:center;border-radius:18px;background:var(--primary-soft);color:var(--primary)}.login-submit{width:100%;min-height:52px}.login-note{margin:0;font-size:.9rem;line-height:1.5}.admin-sidebar{width:316px;flex-shrink:0;display:flex;flex-direction:column;border-right:1px solid var(--border);background:#fffffff5}.sidebar-brand{display:flex;align-items:center;gap:12px;min-height:56px;padding:0 16px;border-bottom:1px solid var(--border)}.brand-logo{height:28px;width:auto;flex-shrink:0}.brand-copy{display:flex;flex-direction:column;min-width:0}.brand-title{font-size:1rem;font-weight:700;line-height:1.1}.brand-subtitle{margin-top:2px;font-size:.72rem;line-height:1.2;color:var(--muted-foreground)}.sidebar-card{margin:12px 14px 0;padding:16px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);box-shadow:none}.sidebar-card-accent{display:flex;align-items:center;gap:12px}.sidebar-avatar{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:var(--primary-soft);color:var(--primary);font-weight:700}.card-label,.metric-label,.field-label,.record-column-label,.hero-eyebrow{font-size:.68rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--muted-foreground)}.card-title{margin-top:4px;font-size:.98rem;font-weight:700;line-height:1.25}.card-note,.record-meta,.surface-card-header p,.page-header-copy p,.recommendation-card p,.recommendation-callout p,.permission-row p,.metric-detail{margin:8px 0 0;color:var(--muted-foreground);line-height:1.5}.role-switch{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:14px}.role-chip,.button,.nav-item,.nav-overview,.nav-folder-trigger,.sidebar-link{transition:background .14s ease,border-color .14s ease,color .14s ease,transform .14s ease,opacity .14s ease}.role-chip{min-height:40px;border:1px solid var(--border);border-radius:14px;background:var(--surface);cursor:pointer;font-weight:600}.role-chip:hover,.button:hover,.nav-item:hover,.nav-overview:hover,.nav-folder-trigger:hover,.sidebar-link:hover{transform:translateY(-1px)}.role-chip-active{background:var(--primary-soft);border-color:var(--primary-strong);color:var(--primary)}.sidebar-nav{flex:1;overflow-y:auto;padding:12px 14px 16px}.nav-overview,.nav-folder-trigger{width:100%;min-height:44px;display:flex;align-items:center;justify-content:space-between;padding:0 14px;border:none;border-radius:14px;background:transparent;cursor:pointer;text-align:left;font-size:.98rem;font-weight:600}.nav-overview{margin-bottom:12px}.nav-folder-copy{display:flex;align-items:center;gap:10px}.nav-folder-trigger-active,.nav-overview{background:var(--surface-hover)}.nav-folder+.nav-folder{margin-top:10px}.nav-folder-chevron{width:14px;height:14px;color:var(--muted-foreground);transition:transform .14s ease,color .14s ease}.nav-folder-chevron-open{transform:rotate(90deg)}.nav-folder-children{margin-top:6px;margin-left:16px;padding-left:10px;border-left:1px solid var(--border);display:grid;gap:8px}.nav-folder-children-active{border-left-color:#5d74f666}.nav-item{width:100%;display:flex;align-items:center;gap:10px;padding:10px 12px;border:1px solid transparent;border-radius:14px;background:transparent;text-align:left;cursor:pointer}.nav-item-active{background:var(--primary-soft);border-color:var(--primary-strong);color:var(--foreground)}.nav-item-locked{opacity:.58;cursor:not-allowed}.nav-item-glyph,.metric-bubble,.record-glyph,.sidebar-avatar{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;border-radius:999px;font-size:.72rem;font-weight:700}.nav-item-glyph,.record-glyph{background:#5d74f614;color:var(--primary)}.record-glyph-photo{overflow:hidden;background:var(--surface)}.record-glyph-image{width:100%;height:100%;object-fit:cover}.glyph-icon{width:16px;height:16px;stroke-width:1.9}.nav-item-copy{min-width:0;flex:1}.nav-item-title{display:block;font-size:.95rem;font-weight:600}.nav-item-meta{display:block;margin-top:4px;font-size:.86rem;line-height:1.35;color:var(--muted-foreground)}.nav-item-count{min-width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;padding:0 8px;border-radius:999px;border:1px solid var(--border);background:var(--surface);font-size:.82rem;font-weight:600}.sidebar-footer{padding:12px 14px 16px;display:grid;gap:12px;border-top:1px solid var(--border)}.sidebar-footer-controls{display:grid;gap:12px;justify-items:center}.theme-toggle{border:none;background:transparent;cursor:pointer;padding:0}.theme-toggle-track{width:78px;min-height:34px;display:flex;align-items:center;justify-content:flex-start;padding:3px;border:1px solid var(--border);border-radius:999px;background:var(--surface);transition:justify-content .14s ease,border-color .14s ease,background .14s ease}.theme-toggle-active .theme-toggle-track{justify-content:flex-end;border-color:#5d74f647;background:#5d74f60f}.theme-toggle-thumb{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:var(--surface-hover);color:var(--muted-foreground)}.language-toggle{width:100%;display:flex;align-items:center;gap:4px;padding:4px;border:1px solid var(--border);border-radius:999px;background:var(--surface)}.language-pill{flex:1;min-height:34px;display:inline-flex;align-items:center;justify-content:center;gap:6px;border:none;border-radius:999px;background:transparent;color:var(--foreground);cursor:pointer;font-size:.86rem;font-weight:600}.language-pill-active{background:var(--primary);color:#fff}.sidebar-link{width:100%;min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:14px;border:1px solid var(--primary-strong);background:var(--primary-soft);color:var(--primary);font-weight:600;text-decoration:none}.admin-main{flex:1;min-width:0;display:flex;flex-direction:column}.topbar{position:sticky;top:0;z-index:30;display:flex;align-items:center;gap:18px;min-height:56px;padding:0 32px;border-bottom:1px solid var(--border);background:var(--surface-toolbar);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.search-field{position:relative;flex:1;min-width:0;max-width:810px}.search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);width:16px;height:16px;color:var(--muted-foreground)}.search-field input{width:100%;min-height:40px;padding:0 14px 0 40px;border-radius:14px;border:1px solid var(--border-strong);background:var(--surface);color:var(--foreground)}.search-field input:focus{border-color:var(--border-active)}.topbar-badge,.topbar-account,.sync-pill,.surface-chip,.page-area-chip,.confidence-pill,.mode-chip,.status-badge{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;font-weight:600}.topbar-badge{min-height:34px;gap:8px;padding:0 14px;border:1px solid var(--border-strong);background:var(--surface);white-space:nowrap}.topbar-account{min-height:38px;align-items:flex-start;flex-direction:column;gap:1px;padding:4px 12px;border:1px solid var(--border-strong);background:var(--surface);font-size:.78rem;line-height:1.2;white-space:nowrap}.topbar-account span{color:var(--muted-foreground)}.topbar-account strong{font-size:.82rem}.topbar-logout{min-height:38px}.workspace{padding:22px 32px 32px;display:grid;gap:18px}.inline-link{display:inline-flex;align-items:center;gap:6px;margin-top:10px;font-size:.9rem;font-weight:600;color:var(--primary)}.page-header-card,.decision-banner,.metric-card,.surface-card{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow)}.page-header-card{position:relative;overflow:hidden;display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:26px 28px;border-radius:22px}.page-header-card:before{content:"";position:absolute;inset:22px auto 22px 0;width:4px;border-radius:0 999px 999px 0;background:var(--primary)}.page-header-copy{min-width:0;max-width:880px}.page-title-row{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:8px}.page-title-row h1,.surface-card h2{margin:0;line-height:1.08}.page-title-row h1{font-size:clamp(2rem,3.4vw,3rem)}.page-area-chip{min-height:34px;display:inline-flex;align-items:center;gap:8px;padding:0 14px;border:1px solid var(--border-strong);background:var(--surface);color:var(--foreground);white-space:nowrap}.page-header-side{width:min(320px,100%);display:grid;gap:12px;justify-items:end}.sync-pill{min-height:42px;gap:10px;padding:0 14px;border:1px solid var(--border);background:var(--surface)}.status-dot{width:10px;height:10px;flex-shrink:0;border-radius:999px;background:var(--success);box-shadow:0 0 0 6px #2c9a671f}.sync-pill-compact{max-width:240px;white-space:normal}.button-row{display:flex;flex-wrap:wrap;gap:10px}.button{min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 16px;border:1px solid transparent;border-radius:14px;cursor:pointer;font-weight:600;position:relative;z-index:1;pointer-events:auto}.button-icon{width:15px;height:15px;stroke-width:2}.button:disabled,.input:disabled,.toggle:disabled,.nav-item:disabled{opacity:.6;cursor:not-allowed;transform:none}.button-primary{background:var(--primary);color:#fff}.button-primary:hover{background:#4f46e5}.button-secondary{border-color:var(--border-strong);background:var(--surface)}.button-danger{border-color:#be4d5738;background:var(--danger-soft);color:var(--danger)}.decision-banner{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:24px 26px;border-radius:18px;background:#5d74f608;border-color:#5d74f62e}.decision-banner-question{font-size:1.08rem;line-height:1.55}.decision-banner-question strong{color:var(--foreground)}.decision-banner-handoff{max-width:560px;color:var(--primary);font-size:1rem;line-height:1.45;text-align:right}.decision-banner-arrow{margin-left:6px}.metrics-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.metric-card{padding:24px;border-radius:22px}.intelligence-flow-card{border-radius:22px;padding:22px 24px}.intelligence-flow-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.intelligence-flow-tile{display:grid;gap:12px;padding:16px;border:1px solid var(--border);border-radius:18px;background:var(--surface);text-align:left}.intelligence-flow-tile-button{display:grid;gap:12px;padding:0;border:none;background:transparent;text-align:left;cursor:pointer}.intelligence-flow-tile-active{border-color:var(--primary-strong);background:var(--primary-soft)}.intelligence-flow-tile-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.intelligence-flow-tile-copy strong{display:block;font-size:1rem;line-height:1.2}.intelligence-flow-tile-copy p{margin:8px 0 0;color:var(--muted-foreground);line-height:1.45}.metric-card-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.metric-bubble{background:#5d74f614;color:var(--primary)}.metric-card-blue{border-color:#5d74f62e}.metric-card-green{border-color:#2c9a672e}.metric-card-green .metric-bubble{background:var(--success-soft);color:var(--success)}.metric-card-violet .metric-bubble{background:#a06fff1f;color:#7a57d6}.metric-card-amber .metric-bubble{background:var(--warning-soft);color:var(--warning)}.metric-card-slate .metric-bubble{background:var(--slate-soft);color:#63748f}.metric-value{display:block;margin-top:14px;font-size:1.95rem;font-weight:800;line-height:1.1}.workspace-upper,.workspace-lower{display:grid;gap:18px}.workspace-upper{grid-template-columns:minmax(0,1.2fr) minmax(360px,.8fr)}.workspace-lower{grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr)}.surface-card{padding:20px;border-radius:20px}.surface-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.surface-chip-row,.evidence-chip-row{display:flex;flex-wrap:wrap;gap:10px}.surface-chip{min-height:32px;padding:0 12px;background:var(--surface-selected);color:#425a96}.filter-grid{display:grid;grid-template-columns:1.3fr repeat(3,minmax(0,1fr));gap:14px;margin-top:18px;padding:18px;border:1px solid var(--border);border-radius:18px;background:var(--surface-muted)}.filter-field,.field{display:grid;gap:8px}.record-list{display:grid;gap:12px;margin-top:18px}.record-row{width:100%;text-align:left;padding:16px;border:1px solid var(--border);border-radius:18px;background:var(--surface);cursor:pointer}.record-row:hover{border-color:var(--border-strong);background:var(--surface-hover)}.record-row-active{border-color:var(--primary-strong);background:var(--primary-soft)}.record-heading{display:flex;gap:12px}.record-main{min-width:0;flex:1}.record-title-row{display:flex;align-items:center;flex-wrap:wrap;gap:10px}.record-title{font-weight:700;line-height:1.35}.record-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:14px}.record-column{padding:12px;border-radius:14px;background:var(--surface-muted)}.record-column-value{display:block;margin-top:6px;font-weight:600}.status-badge{min-height:28px;padding:0 10px;border:1px solid transparent;font-size:.8rem}.tone-positive{border-color:#05966938;background:var(--success-soft);color:var(--success)}.tone-warning{border-color:#f59e0b40;background:var(--warning-soft);color:var(--warning)}.tone-danger{border-color:#dc262638;background:var(--danger-soft);color:var(--danger)}.tone-neutral{border-color:#52525b2e;background:var(--slate-soft);color:var(--muted-foreground)}.recommendation-callout{margin-top:18px;padding:16px;border:1px solid var(--border);border-radius:18px;background:var(--surface-muted)}.recommendation-callout strong,.recommendation-stat strong,.evidence-tile strong,.permission-row strong{display:block;margin-top:8px;font-size:1.02rem;line-height:1.45}.recommendation-stats,.evidence-grid{display:grid;gap:12px;margin-top:16px}.recommendation-stats{grid-template-columns:repeat(3,minmax(0,1fr))}.recommendation-stat,.evidence-tile{padding:14px;border:1px solid var(--border);border-radius:16px;background:var(--surface)}.recommendation-stat p,.evidence-tile p{margin:6px 0 0;color:var(--muted-foreground)}.confidence-pill{min-height:36px;padding:0 14px;border:1px solid var(--border-strong);background:var(--surface)}.evidence-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.evidence-chip-row{margin-top:16px}.right-rail{display:grid;gap:18px}.editor-fields{display:grid;gap:14px;margin-top:18px}.input,.toggle{width:100%;border:1px solid var(--border-strong);border-radius:14px;background:var(--surface)}.input:focus,.toggle:focus-within{border-color:var(--border-active)}.input{min-height:42px;padding:0 14px;color:var(--foreground)}.button-disabled{opacity:.6;pointer-events:none}textarea.input{min-height:120px;padding:14px;resize:vertical}.image-field-shell{display:grid;gap:12px}.image-field-preview{width:100%;min-height:180px;overflow:hidden;border:1px solid var(--border-strong);border-radius:18px;background:var(--surface-muted)}.image-field-preview-image{display:block;width:100%;height:180px;object-fit:cover}.image-field-placeholder{min-height:180px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:var(--muted-foreground)}.image-upload-input{display:none}.required-dot{color:var(--danger);margin-left:4px}.toggle{min-height:42px;display:inline-flex;align-items:center;gap:12px;padding:8px 12px 8px 8px;cursor:pointer}.toggle-knob{width:26px;height:26px;border-radius:999px;background:#9aa7bd;transition:transform .14s ease,background .14s ease}.toggle-on{border-color:#2c9a673d;background:#2c9a670f}.toggle-on .toggle-knob{background:var(--success);transform:translate(4px)}.editor-footer{display:grid;gap:10px;margin-top:18px;padding-top:16px;border-top:1px solid var(--border)}.audit-line,.permission-row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.permission-list{display:grid;gap:12px;margin-top:18px}.permission-row{padding:14px;border:1px solid var(--border);border-radius:16px;background:var(--surface-muted)}.mode-chip{min-height:34px;padding:0 12px}.mode-chip-admin{background:var(--primary-soft);color:var(--primary)}.mode-chip-user{background:var(--warning-soft);color:var(--warning)}.empty-state{padding:28px;border:1px dashed var(--border-strong);border-radius:18px;background:var(--surface-muted);color:var(--muted-foreground);text-align:center}.error-banner{padding:14px 16px;border:1px solid rgba(190,77,87,.2);border-radius:16px;background:var(--danger-soft);color:var(--danger);font-weight:600}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}@media(max-width:1440px){.metrics-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.intelligence-flow-grid,.workspace-upper,.workspace-lower,.filter-grid{grid-template-columns:1fr}.recommendation-stats,.evidence-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:1080px){.admin-shell{flex-direction:column}.admin-sidebar{width:100%;border-right:none;border-bottom:1px solid var(--border)}.sidebar-nav{max-height:420px}.topbar,.workspace{padding-left:18px;padding-right:18px}.page-header-card,.decision-banner{flex-direction:column;align-items:stretch}.page-header-side{width:100%;justify-items:start}.decision-banner-handoff{max-width:none;text-align:left}}@media(max-width:720px){.page-title-row,.surface-card-header,.audit-line,.permission-row,.topbar{flex-direction:column;align-items:flex-start}.metrics-grid,.record-columns,.recommendation-stats,.evidence-grid{grid-template-columns:1fr}.topbar-badge,.topbar-account,.page-area-chip{white-space:normal}.sidebar-footer-controls,.language-toggle{width:100%}.login-card{grid-template-columns:1fr}.login-shell{padding:16px}.login-visual{min-height:auto;padding:28px}}
