.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);min-height:var(--size-control-md);padding:0 var(--space-4);border:1px solid transparent;border-radius:var(--radius-xs);font-weight:var(--font-weight-bold);cursor:pointer;transition:background var(--transition-base),border-color var(--transition-base),color var(--transition-base),opacity var(--transition-base)}.btn--primary{background:var(--color-primary);color:var(--color-on-primary)}.btn--primary:hover{background:var(--color-primary-hover)}.btn--secondary{background:var(--color-secondary);color:var(--color-text-inverse)}.btn--secondary:hover{background:var(--color-secondary-hover)}.btn--outline,.btn--ghost{border-color:var(--color-border);background:transparent;color:var(--color-text-primary)}.btn--loading,.btn--disabled,.btn:disabled{opacity:.65;pointer-events:none}.btn__icon,.btn__label{display:inline-flex;align-items:center}.lp-nav{position:fixed;top:0;left:0;right:0;z-index:100;background:#ffffff0d;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.1);transition:all .3s ease}.lp-nav.scrolled{background:#0f172ae6;border-bottom:1px solid rgba(255,255,255,.05);box-shadow:0 4px 30px #0000001a}.lp-nav-inner{max-width:1140px;margin:0 auto;padding:0 1.5rem;height:64px;display:flex;align-items:center;gap:2rem}.lp-nav-brand{display:flex;align-items:center;gap:.625rem;text-decoration:none;flex-shrink:0}.lp-nav-logo{width:36px;height:36px;border-radius:8px;background:#ffffff1f;border:1px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;font-size:.8125rem;font-weight:800;color:#fff;letter-spacing:-.05em}.lp-nav-brand-text{display:flex;flex-direction:column;line-height:1.1}.lp-nav-name{font-size:1rem;font-weight:800;color:#fff;letter-spacing:.06em}.lp-nav-sub{font-size:.6875rem;color:#ffffff8c;letter-spacing:.04em}.lp-nav-links{display:flex;align-items:center;gap:.25rem;flex:1}.lp-nav-link{color:#ffffffbf;text-decoration:none;font-size:.9rem;font-weight:500;padding:.375rem .75rem;border-radius:6px;transition:color .15s,background .15s}.lp-nav-link:hover{color:#fff;background:#ffffff14}.lp-nav-link--valuation{color:#fff;background:#f59e0b29;border:1px solid rgba(245,158,11,.28)}.lp-nav-link--valuation:hover{background:#f59e0b3d}.lp-nav-link--agent{color:#fff;background:#2563eb2e;border:1px solid rgba(37,99,235,.35)}.lp-nav-link--agent:hover{background:#2563eb47}.lp-nav-actions{display:flex;align-items:center;gap:.625rem;flex-shrink:0}.lp-nav-btn-ghost{background:none;border:none;color:#fffc;font-size:.875rem;font-weight:500;cursor:pointer;padding:.375rem .75rem;border-radius:6px;transition:color .15s,background .15s}.lp-nav-btn-ghost:hover{color:#fff;background:#ffffff14}.lp-nav-btn-outline{background:none;border:1.5px solid rgba(255,255,255,.3);color:#ffffffd9;font-size:.875rem;font-weight:500;cursor:pointer;padding:.4rem .875rem;border-radius:6px;transition:border-color .15s,color .15s}.lp-nav-btn-outline:hover{border-color:#ffffffb3;color:#fff}.lp-nav-btn-primary{background:#f59e0b;border:none;color:#1e293b;font-size:.875rem;font-weight:700;cursor:pointer;padding:.4rem .875rem;border-radius:6px;transition:background .15s}.lp-nav-btn-primary:hover{background:#d97706}.lp-nav-hamburger{display:none;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer;padding:.375rem;margin-left:auto}.lp-nav-hamburger span{display:block;width:22px;height:2px;background:#ffffffd9;border-radius:999px;transition:transform .2s}@media(max-width:768px){.lp-nav-hamburger{display:flex}.lp-nav-links{display:none}.lp-nav-links.open{display:flex;flex-direction:column;position:absolute;top:64px;left:0;right:0;background:#0f2d6bfa;padding:1rem 1.5rem;gap:.25rem;border-bottom:1px solid rgba(255,255,255,.1)}.lp-nav-actions{display:none}}.lp-footer{background:#0f172a;color:#ffffffb3;font-size:.875rem}.lp-footer-inner{max-width:1140px;margin:0 auto;padding:3.5rem 1.5rem 2.5rem;display:grid;grid-template-columns:1.8fr 2fr;gap:3rem}.lp-footer-brand{display:flex;flex-direction:column;gap:1rem}.lp-footer-logo{width:40px;height:40px;border-radius:8px;background:#1d4ed8;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:800;color:#fff;letter-spacing:-.05em;flex-shrink:0}.lp-footer-name{font-size:1.0625rem;font-weight:700;color:#fff;margin-bottom:.5rem}.lp-footer-desc{font-size:.875rem;line-height:1.6;color:#ffffff80;max-width:300px}.lp-footer-cols{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.lp-footer-col h4{font-size:.75rem;font-weight:700;color:#fff;letter-spacing:.08em;text-transform:uppercase;margin:0 0 .875rem}.lp-footer-col ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.lp-footer-col li,.lp-footer-col a{color:#ffffff80;text-decoration:none;font-size:.875rem;transition:color .15s}.lp-footer-col a:hover{color:#ffffffe6}.lp-footer-bottom{border-top:1px solid rgba(255,255,255,.08)}.lp-footer-bottom-inner{max-width:1140px;margin:0 auto;padding:1.25rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;font-size:.8125rem;color:#ffffff59}.lp-footer-legal{display:flex;gap:1.25rem}.lp-footer-legal a{color:#ffffff59;text-decoration:none;transition:color .15s}.lp-footer-legal a:hover{color:#ffffffb3}@media(max-width:900px){.lp-footer-inner{grid-template-columns:1fr;gap:2rem}.lp-footer-cols{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.lp-footer-cols{grid-template-columns:1fr 1fr}.lp-footer-bottom-inner{flex-direction:column;text-align:center}}.feedback-state{padding:var(--space-4);border-radius:var(--radius-xs);background:var(--color-surface-muted);color:var(--color-text-secondary)}.feedback-state--loading{animation:loading-pulse 1.2s ease-in-out infinite}.feedback-state--error{border:1px solid var(--color-danger);color:var(--color-danger)}.location-selector{display:flex;flex-direction:column;gap:.75rem}.location-selector__head{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.location-selector__label{display:flex;flex-direction:column;gap:.2rem;color:#334155;font-size:.9rem;font-weight:700}.location-selector__label small{color:#64748b;font-size:.75rem;font-weight:500;line-height:1.35}.location-selector__detect{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:.45rem .7rem;border:1px solid #bfdbfe;border-radius:8px;background:#eff6ff;color:#1d4ed8;cursor:pointer;font-size:.76rem;font-weight:800;white-space:nowrap}.location-selector__detect:disabled{cursor:wait;opacity:.7}.location-selector__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.location-selector__field{display:flex;flex-direction:column;gap:.35rem;min-width:0}.location-selector__field span{color:#475569;font-size:.78rem;font-weight:700}.location-selector__select-wrap{position:relative}.location-selector__flag{position:absolute;top:50%;left:.78rem;transform:translateY(-50%);pointer-events:none;font-size:1rem}.location-selector__select{width:100%;min-height:44px;border:1px solid #d1d5db;border-radius:10px;padding:.65rem .75rem;background:#fff;color:#0f172a;font:inherit;font-size:.9rem;outline:none}.location-selector__select--country{padding-left:2.25rem}.location-selector__select:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.location-selector__status{color:#64748b;font-size:.75rem;line-height:1.4}.location-selector__status--error{color:#b91c1c}@media(max-width:760px){.location-selector__grid{grid-template-columns:1fr}.location-selector__head{flex-direction:column}}.auth-page{display:flex;width:100%;flex:1;min-height:100vh;background:#f8fafc}.auth-panel-left{display:flex;flex-direction:column;justify-content:space-between;width:460px;min-height:100vh;padding:6rem 3rem 3rem;color:#fff;flex-shrink:0;position:relative;background-size:cover;background-position:center}.auth-panel-left-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(145deg,#0f172af2,#1e3a8ad9);z-index:1}.auth-brand-content{position:relative;z-index:2;display:flex;flex-direction:column;height:100%}.auth-brand{display:flex;align-items:center;gap:.875rem}.auth-brand-logo{width:44px;height:44px;border-radius:10px;background:#ffffff26;border:1px solid rgba(255,255,255,.25);display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:800;letter-spacing:-.05em}.auth-brand-name{font-size:1.25rem;font-weight:800;letter-spacing:.08em}.auth-brand-tagline{font-size:.75rem;opacity:.7;letter-spacing:.05em;margin-top:1px}.auth-brand-body{flex:1;display:flex;flex-direction:column;justify-content:center;padding:3rem 0}.auth-brand-body h2{font-size:2rem;font-weight:800;line-height:1.2;margin:0 0 1rem;color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.3)}.auth-brand-desc{font-size:1.0625rem;color:#ffffffd9;line-height:1.6;margin-bottom:2.5rem}.auth-features{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.auth-features li{display:flex;align-items:center;gap:.75rem;font-size:.9375rem;opacity:.9}.auth-feat-icon{font-size:1.125rem;width:28px;flex-shrink:0}.auth-brand-footer{font-size:.75rem;opacity:.5;margin:0;letter-spacing:.05em}.auth-panel-right{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:6rem 2rem 2rem;min-height:100vh;position:relative;background:#f8fafc}.auth-form-container{width:100%;max-width:420px}.auth-form-header{margin-bottom:2rem;text-align:center}.auth-form-header h1{font-size:1.75rem;font-weight:700;color:#0f172a;margin:0 0 .375rem}.auth-form-header p{font-size:.9375rem;color:#64748b;margin:0}.auth-role-selector{margin-bottom:1.5rem}.auth-role-label{font-size:.875rem;font-weight:600;color:#334155;margin:0 0 .75rem;text-align:center}.auth-role-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}.auth-role-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.375rem;padding:.75rem .5rem;background:#f1f5f9;border:2px solid transparent;border-radius:12px;cursor:pointer;transition:all .2s ease;color:#64748b}.auth-role-card:hover{background:#e2e8f0;color:#0f172a}.auth-role-card.selected{background:#eff6ff;border-color:#3b82f6;color:#1d4ed8;box-shadow:0 4px 12px #3b82f626}.auth-role-card span{font-size:.75rem;font-weight:700;text-align:center}.auth-error{background:#fee2e2;border:1px solid #fca5a5;color:#dc2626;border-radius:8px;padding:.75rem 1rem;font-size:.875rem;margin-bottom:1.25rem;text-align:center}.auth-form{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.auth-label{display:flex;flex-direction:column;gap:.5rem;font-size:.9rem;font-weight:600;color:#334155}.auth-input-wrapper{position:relative;display:flex;align-items:center}.auth-input-icon{position:absolute;left:1rem;color:#94a3b8;pointer-events:none}.auth-input{padding:.875rem 1rem;border:2px solid #e2e8f0;border-radius:10px;font-size:.9375rem;font-weight:500;color:#0f172a;background:#fff;outline:none;transition:all .2s;width:100%;box-sizing:border-box}.auth-input.with-icon{padding-left:2.75rem}.auth-input:focus{border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f626}.auth-location{padding:.85rem;border:1px solid #e2e8f0;border-radius:12px;background:#f8fafc}.auth-location .location-selector__grid{grid-template-columns:1fr}.auth-submit{width:100%;padding:.875rem;background:#1e3a8a;color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;min-height:50px;margin-top:1rem;box-shadow:0 4px 15px #1e3a8a33}.auth-submit:hover:not(:disabled){background:#1e40af;box-shadow:0 6px 20px #1e3a8a4d;transform:translateY(-1px)}.auth-submit:active:not(:disabled){transform:translateY(1px)}.auth-submit:disabled{opacity:.7;cursor:not-allowed}.auth-switch-mode{text-align:center;margin-top:1.5rem;font-size:.9375rem;color:#64748b;font-weight:500}.auth-switch-mode a{color:#2563eb;text-decoration:none;font-weight:700;margin-left:.25rem}.auth-switch-mode a:hover{text-decoration:underline}.auth-spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:auth-spin .7s linear infinite}@keyframes auth-spin{to{transform:rotate(360deg)}}.auth-demo-divider{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;color:#94a3b8;font-size:.8125rem;font-weight:500}.auth-demo-divider:before,.auth-demo-divider:after{content:"";flex:1;height:1px;background:#e2e8f0}.auth-demo-grid{display:grid;grid-template-columns:1fr 1fr;gap:.625rem}.auth-demo-btn{display:flex;flex-direction:column;align-items:flex-start;gap:.125rem;padding:.625rem .75rem;border-radius:8px;border:1.5px solid #e2e8f0;background:#f8fafc;cursor:pointer;text-align:left;transition:border-color .15s,background .15s}.auth-demo-btn:hover{border-color:var(--demo-color, #2563eb);background:#fff}.auth-demo-role{font-size:.8125rem;font-weight:700;color:var(--demo-color, #2563eb)}.auth-demo-email{font-size:.75rem;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.auth-back-link{position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%);color:#94a3b8;font-size:.8125rem;text-decoration:none;transition:color .15s;white-space:nowrap}.auth-back-link:hover{color:#475569}@media(max-width:768px){.auth-page{flex-direction:column}.auth-panel-left{width:100%;min-height:auto;padding:1.5rem}.auth-brand-body{padding:1.5rem 0}.auth-brand-body h2{font-size:1.25rem}.auth-features{display:none}.auth-panel-right{padding:2rem 1.5rem 4rem;min-height:auto}.auth-back-link{position:relative;bottom:auto;left:auto;transform:none;margin-top:1.5rem;display:block;text-align:center}}*,*:before,*:after{box-sizing:border-box}*{margin:0}html{min-width:320px;text-size-adjust:100%}body{min-width:320px;min-height:100vh}img,picture,video,canvas,svg{display:block;max-width:100%}button,input,textarea,select{font:inherit}button{border:0}a{color:inherit;text-decoration:none}body{line-height:1.5;-webkit-font-smoothing:antialiased}table{border-collapse:collapse;border-spacing:0}textarea{resize:vertical}button,[role=button]{cursor:pointer}button:disabled,[aria-disabled=true]{cursor:not-allowed}body{background:var(--color-background);color:var(--color-text-primary);font-family:var(--font-family-sans)}#root{min-height:100vh}::selection{background:var(--color-primary);color:var(--color-on-primary)}h1,h2,h3,h4,h5,h6{color:var(--color-text-primary);font-weight:var(--font-weight-bold);letter-spacing:0;line-height:var(--line-height-tight)}p{color:var(--color-text-secondary)}small{font-size:var(--font-size-sm)}:focus-visible{outline:3px solid var(--color-focus-ring);outline-offset:2px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}:root{--color-primary: #1b5cff;--color-primary-hover: #0c3fc4;--color-secondary: #1f2937;--color-secondary-hover: #111827;--color-success: #16a34a;--color-warning: #d97706;--color-danger: #dc2626;--color-info: #0284c7;--color-text-primary: #172033;--color-text-secondary: #657189;--color-text-inverse: #f8fafc;--color-background: #f5f7fb;--color-surface: #ffffff;--color-surface-muted: #eef2f7;--color-border: #d8e0ec;--color-border-strong: #aab8cd;--color-sidebar: #101827;--color-sidebar-link: #cbd7ea;--color-sidebar-text: #eef4ff;--color-sidebar-muted: #9fb0c7;--color-sidebar-hover: rgba(255, 255, 255, .09);--color-on-primary: #ffffff;--color-focus-ring: rgba(27, 92, 255, .35)}:root{--space-0: 0;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 24px;--space-6: 32px;--space-7: 48px;--space-8: 64px;--space-layout: 28px;--sidebar-width: 272px;--page-max-width: 1440px}:root{--font-family-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-size-xs: .75rem;--font-size-sm: .875rem;--font-size-md: 1rem;--font-size-lg: 1.125rem;--font-size-xl: 1.25rem;--font-size-2xl: 1.7rem;--font-size-3xl: 2rem;--font-weight-regular: 400;--font-weight-semibold: 600;--font-weight-bold: 700;--font-weight-extrabold: 800;--line-height-tight: 1.2;--line-height-normal: 1.5}:root{--shadow-xs: 0 1px 2px rgba(23, 32, 51, .06);--shadow-sm: 0 10px 30px rgba(23, 32, 51, .08);--shadow-md: 0 18px 48px rgba(23, 32, 51, .12)}:root{--radius-xs: 6px;--radius-sm: 8px;--radius-md: 10px;--radius-lg: 16px;--radius-xl: 24px;--radius-full: 999px}:root{--size-control-md: 40px;--size-field-md: 42px;--size-avatar-md: 36px;--size-brand-mark: 38px;--size-textarea-min: 120px;--size-dropdown-min: 180px;--size-stat-min: 180px;--size-auth-panel: 420px;--size-drawer: 420px;--size-modal: 520px;--size-content-measure: 720px;--size-pipeline-column-min: 220px}:root{--z-base: 1;--z-sticky: 10;--z-drawer: 30;--z-modal: 50;--z-toast: 70}:root{--transition-fast: .12s ease;--transition-base: .2s ease;--transition-slow: .32s ease}:root{--bp-sm: 576px;--bp-md: 768px;--bp-lg: 1024px;--bp-xl: 1440px}:root,[data-theme=light]{color-scheme:light;--color-background: #f5f7fb;--color-surface: #ffffff;--color-surface-muted: #eef2f7;--color-text-primary: #172033;--color-text-secondary: #657189;--color-border: #d8e0ec}[data-theme=dark]{color-scheme:dark;--color-background: #10141f;--color-surface: #171d2b;--color-surface-muted: #20283a;--color-text-primary: #f4f7fb;--color-text-secondary: #a8b3c7;--color-border: #303a52;--color-sidebar: #070b12;--color-sidebar-text: #f8fafc;--color-sidebar-muted: #8ea0ba}[data-theme=corporate]{--color-primary: #0f4c81;--color-primary-hover: #0a3760;--color-secondary: #263241;--color-background: #f6f8fb;--color-surface-muted: #edf2f7}[data-theme=hackathon]{--color-primary: #ff6b00;--color-primary-hover: #e95f00;--color-secondary: #1f2937;--color-accent: #14b8a6;--color-focus-ring: rgba(255, 107, 0, .35)}.u-block{display:block}.u-inline{display:inline}.u-inline-flex{display:inline-flex}.u-hidden{display:none}.u-flex{display:flex}.u-flex-center{display:flex;align-items:center;justify-content:center}.u-flex-between{display:flex;align-items:center;justify-content:space-between}.u-flex-wrap{flex-wrap:wrap}.u-grid{display:grid}.u-grid-gap-4{gap:var(--space-4)}.u-grid-gap-5{gap:var(--space-5)}.u-stack{display:grid;gap:var(--space-3)}.u-stack-lg{display:grid;gap:var(--space-5)}.u-p-4{padding:var(--space-4)}.u-p-5{padding:var(--space-5)}.u-text-muted{color:var(--color-text-secondary)}.u-text-primary{color:var(--color-text-primary)}.u-text-strong{font-weight:var(--font-weight-bold)}.u-visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:768px){.u-md-hidden{display:none}.u-md-block{display:block}}@keyframes fade-in{0%{opacity:0;transform:translateY(var(--space-1))}to{opacity:1;transform:translateY(0)}}@keyframes slide-up{0%{opacity:0;transform:translateY(var(--space-3))}to{opacity:1;transform:translateY(0)}}@keyframes scale-in{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}@keyframes loading-pulse{0%,to{opacity:.55}50%{opacity:1}}.auth-layout{display:grid;min-height:100vh;place-items:center;padding:var(--space-5)}.auth-layout__header,.auth-layout__footer{color:var(--color-text-secondary)}.dashboard-layout{display:grid;grid-template-columns:var(--sidebar-width) minmax(0,1fr);min-height:100vh;transition:grid-template-columns .22s ease}.dashboard-layout--collapsed{grid-template-columns:60px minmax(0,1fr)}.sidebar{background:var(--color-sidebar);color:var(--color-sidebar-text);display:flex;flex-direction:column;gap:0;overflow:hidden;position:sticky;top:0;height:100vh;transition:width .22s ease}.sidebar__top{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1rem .75rem;flex-shrink:0}.sidebar--collapsed .sidebar__top{flex-direction:column;align-items:center;gap:.5rem;padding:1rem .5rem .75rem}.sidebar__brand{display:flex;align-items:center;gap:.625rem;min-width:0}.sidebar__brand-mark{display:inline-flex;align-items:center;justify-content:center;width:var(--size-brand-mark, 32px);height:var(--size-brand-mark, 32px);border-radius:var(--radius-sm);background:var(--color-primary);font-weight:800;font-size:.9rem;flex-shrink:0;color:#fff}.sidebar__brand-text{min-width:0;overflow:hidden}.sidebar__brand-text strong{display:block;font-size:.875rem;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--color-sidebar-text)}.sidebar__brand-text small{display:block;font-size:.65rem;color:var(--color-sidebar-muted);margin-top:1px;white-space:nowrap}.sidebar__toggle{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:6px;border:1px solid rgba(255,255,255,.12);background:#ffffff0f;color:var(--color-sidebar-muted);cursor:pointer;flex-shrink:0;transition:background .15s,color .15s}.sidebar__toggle:hover{background:#ffffff24;color:var(--color-sidebar-text)}.sidebar__nav{display:flex;flex-direction:column;gap:0;overflow-y:auto;overflow-x:hidden;flex:1;padding:.5rem .625rem 1.5rem;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.1) transparent}.sidebar--collapsed .sidebar__nav{padding:.5rem .375rem 1.5rem;align-items:center}.sidebar__group{display:flex;flex-direction:column;gap:1px;margin-top:.25rem}.sidebar__group+.sidebar__group{margin-top:1rem}.sidebar__group-label{font-size:.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.09em;color:var(--color-sidebar-muted);padding:0 .375rem .35rem;white-space:nowrap;overflow:hidden}.sidebar--collapsed .sidebar__group-label{display:none}.sidebar__link{display:flex;align-items:center;gap:.625rem;padding:.5rem .625rem;border-radius:var(--radius-xs, 6px);color:var(--color-sidebar-link);font-size:.825rem;font-weight:500;white-space:nowrap;overflow:hidden;transition:background .12s,color .12s}.sidebar__link:hover{background:var(--color-sidebar-hover);color:var(--color-sidebar-text)}.sidebar__link--active{background:#1b5cff38;color:#fff;font-weight:600}.sidebar__link--active .sidebar__link-icon{color:#60a5fa}.sidebar__link-icon{flex-shrink:0}.sidebar__link-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.sidebar--collapsed .sidebar__link{justify-content:center;padding:.55rem;width:36px}.sidebar--collapsed .sidebar__link-label{display:none}.dashboard-layout__sidebar{background:var(--color-sidebar);color:var(--color-sidebar-text)}.dashboard-layout__brand{display:flex;align-items:center;gap:var(--space-3)}.dashboard-layout__brand-mark{display:inline-flex;align-items:center;justify-content:center;width:var(--size-brand-mark);height:var(--size-brand-mark);border-radius:var(--radius-sm);background:var(--color-primary);font-weight:var(--font-weight-extrabold)}.dashboard-layout__nav-link{display:flex;align-items:center;gap:var(--space-3);padding:var(--space-2) var(--space-3);border-radius:var(--radius-xs);color:var(--color-sidebar-link);transition:background var(--transition-fast),color var(--transition-fast)}.dashboard-layout__nav-link:hover,.dashboard-layout__nav-link.is-active{background:var(--color-sidebar-hover);color:var(--color-sidebar-text)}.dashboard-layout__shell{min-width:0}.dashboard-layout__header{position:sticky;top:0;z-index:var(--z-sticky);display:flex;align-items:center;justify-content:space-between;padding:var(--space-4) var(--space-layout);border-bottom:1px solid var(--color-border);background:#ffffffe0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.dashboard-layout__title{margin-top:var(--space-1);font-size:var(--font-size-xl);line-height:var(--line-height-tight)}.dashboard-layout__breadcrumb{color:var(--color-text-secondary);font-size:var(--font-size-sm)}.dashboard-layout__header-actions{display:flex;align-items:center;gap:var(--space-3)}.dashboard-layout__user-chip{display:inline-flex;align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-3);border-radius:var(--radius-xs);background:var(--color-surface-muted);color:var(--color-text-primary);font-size:var(--font-size-sm);font-weight:var(--font-weight-bold);text-decoration:none;transition:background var(--transition-fast),color var(--transition-fast)}.dashboard-layout__user-chip:hover{background:var(--color-border)}.dashboard-layout__user-avatar{width:22px;height:22px;border-radius:var(--radius-full);object-fit:cover}.dashboard-layout__content{width:100%;max-width:var(--page-max-width);margin:0 auto;padding:var(--space-layout)}.dashboard-layout__mobile-nav{display:none}.dashboard-layout__mobile-nav .btn--ghost{border-color:#ffffff40;color:var(--color-sidebar-text)}@media(max-width:980px){.dashboard-layout{display:block}.sidebar,.dashboard-layout__sidebar{display:none}.dashboard-layout__mobile-nav{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3);padding:var(--space-3) var(--space-4);background:var(--color-sidebar);color:var(--color-sidebar-text)}.dashboard-layout__header{align-items:flex-start;gap:var(--space-4);padding:var(--space-4)}.dashboard-layout__header-actions{flex-wrap:wrap;justify-content:flex-end}.dashboard-layout__content{padding:var(--space-4)}}.landing-layout{min-height:100vh;background:var(--color-background)}.landing-layout__nav,.landing-layout__footer{padding:var(--space-4) var(--space-5)}.is-loading{opacity:.6;pointer-events:none}.is-error{border-color:var(--color-danger)}.is-active{background:var(--color-primary);color:var(--color-on-primary)}.app-shell{min-height:100vh}
