:root{--color-bg-page: #f4f1ee;--color-bg-surface: #ffffff;--color-bg-sidebar: #ffffff;--color-bg-topbar: #ffffff;--color-bg-input: #ffffff;--color-bg-hover: #f5f1ed;--color-bg-selected: #fff2ec;--color-border: #e8e3dd;--color-border-strong: #d0c9c2;--color-text-primary: #1a1a1a;--color-text-secondary: #6b6560;--color-text-muted: #9e9892;--color-text-inverted: #ffffff;--color-accent: #e8622a;--color-accent-hover: #d4521a;--color-accent-light: #fff2ec;--color-accent-border: #f5c4a8;--color-success: #16a34a;--color-success-bg: #f0fdf4;--color-warning: #d97706;--color-warning-bg: #fffbeb;--color-danger: #dc2626;--color-danger-bg: #fef2f2;--color-info: #2563eb;--color-info-bg: #eff6ff;--color-nav-active-bg: #fff2ec;--color-nav-active-text: #e8622a;--color-nav-active-border: #e8622a;--color-nav-text: #4a4540;--color-nav-section-label: #b0a89e;--shadow-card: 0 1px 3px rgba(0,0,0,.07), 0 1px 2px rgba(0,0,0,.04);--radius-sm: 6px;--radius-md: 8px;--radius-lg: 12px;--sidebar-width: 210px;--topbar-height: 52px;--bg: var(--color-bg-page);--bg-soft: var(--color-bg-surface);--sidebar-bg: var(--color-bg-sidebar);--card: var(--color-bg-surface);--card-soft: var(--color-bg-hover);--hover-bg: var(--color-bg-hover);--line: var(--color-border);--line-soft: var(--color-border);--text: var(--color-text-primary);--text-soft: var(--color-text-secondary);--text-muted: var(--color-text-muted);--accent: var(--color-accent);--accent-hover: var(--color-accent-hover);--accent-on: var(--color-text-inverted);--success: var(--color-success);--warn: var(--color-warning);--danger: var(--color-danger);--radius: var(--radius-md);--sidebar-w: var(--sidebar-width);--topbar-h: var(--topbar-height);--dash-chrome: var(--color-bg-hover);--dash-header-chrome-sidebar: var(--color-bg-sidebar);--dash-header-chrome-topbar: var(--color-bg-topbar);--accent-active-bg: var(--color-nav-active-bg);--color-accent-primary: var(--color-accent);--link-muted: #6b6560;--success-soft: color-mix(in srgb, var(--color-success) 12%, transparent)}[data-theme=dark]{--color-bg-page: #151210;--color-bg-surface: #221a15;--color-bg-sidebar: #1c1714;--color-bg-topbar: #1c1714;--color-bg-input: #2a2018;--color-bg-hover: #2a211c;--color-bg-selected: #3a1f12;--color-border: #2e2420;--color-border-strong: #4a3830;--color-text-primary: #f0e8e0;--color-text-secondary: #a09080;--color-text-muted: #6a5a50;--color-text-inverted: #ffffff;--color-accent: #f0845a;--color-accent-hover: #e8622a;--color-accent-light: #3a1f12;--color-accent-border: #7a3820;--color-success: #22c55e;--color-success-bg: #052e16;--color-warning: #f59e0b;--color-warning-bg: #1c1400;--color-danger: #f87171;--color-danger-bg: #1c0505;--color-info: #60a5fa;--color-info-bg: #0a1628;--color-nav-active-bg: #3a1f12;--color-nav-active-text: #f0845a;--color-nav-active-border: #f0845a;--color-nav-text: #b0a098;--color-nav-section-label: #6a5a50;--shadow-card: 0 1px 3px rgba(0,0,0,.4)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{background:var(--color-bg-page);color:var(--color-text-primary);font-family:-apple-system,Segoe UI,system-ui,sans-serif;line-height:1.5;min-height:100dvh;-webkit-font-smoothing:antialiased}img,svg{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer;border:none;background:none;color:inherit}ul,ol{list-style:none}.card{background:var(--color-bg-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);padding:16px}.btn-primary{background:var(--color-accent);color:#fff;border:none;border-radius:var(--radius-md);padding:9px 18px;font-size:13.5px;font-weight:500;cursor:pointer;transition:background .15s;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.btn-primary:hover{background:var(--color-accent-hover)}.btn-secondary{background:var(--color-bg-surface);color:var(--color-text-primary);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:9px 18px;font-size:13.5px;font-weight:500;cursor:pointer;transition:background .15s;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.btn-secondary:hover{background:var(--color-bg-hover)}input,textarea,select{background:var(--color-bg-input);color:var(--color-text-primary);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:10px 12px;font:inherit;font-size:.875rem;transition:border-color .15s;outline:none}input:focus,textarea:focus,select:focus{border-color:var(--color-accent);outline:none;box-shadow:0 0 0 3px var(--color-accent-light)}.tab-active{color:var(--color-accent);border-bottom:2px solid var(--color-accent)}.alert-warning{background:var(--color-warning-bg);border-left:3px solid var(--color-warning);color:var(--color-text-primary);border-radius:0 var(--radius-md) var(--radius-md) 0;padding:10px 14px}.alert-danger{background:var(--color-danger-bg);border-left:3px solid var(--color-danger);color:var(--color-danger);border-radius:0 var(--radius-md) var(--radius-md) 0;padding:10px 14px}.alert-info{background:var(--color-accent-light);border-left:3px solid var(--color-accent);color:var(--color-text-primary);border-radius:0 var(--radius-md) var(--radius-md) 0;padding:10px 14px}.page-title{font-size:24px;font-weight:700;color:var(--color-text-primary);margin-bottom:4px;letter-spacing:-.3px}.page-subtitle{font-size:13px;color:var(--color-text-secondary);margin-bottom:20px}.stat-card{background:var(--color-bg-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:14px 16px;box-shadow:var(--shadow-card)}.stat-card .label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted);margin-bottom:6px}.stat-card .value{font-size:22px;font-weight:700;color:var(--color-text-primary)}.filter-pill{border-radius:20px;padding:4px 12px;font-size:12px;font-weight:500;border:1px solid var(--color-border);background:var(--color-bg-surface);color:var(--color-text-secondary);cursor:pointer}.filter-pill.active{background:var(--color-accent);color:#fff;border-color:var(--color-accent)}.progress-bar{background:var(--color-border);border-radius:4px;height:6px;overflow:hidden}.progress-bar-fill{background:var(--color-accent);height:100%;border-radius:4px;transition:width .3s}.text-soft{color:var(--color-text-secondary)}.text-muted{color:var(--color-text-muted)}.text-accent{color:var(--color-accent)}.text-warn{color:var(--color-warning)}.text-danger{color:var(--color-danger)}.text-sm{font-size:.8125rem}.text-xs{font-size:.75rem}.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}.stack{display:grid;gap:10px}.stack-tight{display:grid;gap:6px}.stack--flush{display:grid;gap:0}.stack--sm{display:grid;gap:10px}.stack--md{display:grid;gap:12px}.stack--xs{display:grid;gap:8px}.row{display:flex;gap:8px}.row>*{flex:1}.row.row-between{justify-content:space-between}.row.row--top{align-items:flex-start}.row.row--center-y{align-items:center}.row--loose{gap:12px}.grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.grid-4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}@media(max-width:900px){.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.grid-3,.grid-4{grid-template-columns:1fr}}.ml-auto{margin-left:auto}.mt-auto{margin-top:auto}.mt-sm{margin-top:.5rem}.shrink-0{flex-shrink:0}.grow{flex:1;min-width:0}.divider{height:1px;background:var(--color-border);margin:1rem 0}.badge-count{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 4px;border-radius:9px;background:var(--color-danger);color:#fff;font-size:.6875rem;font-weight:600;line-height:1}.badge-dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--color-success)}.spinner{animation:dash-spin .8s linear infinite;display:block}@keyframes dash-spin{to{transform:rotate(360deg)}}.auth-page{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box;padding:clamp(1.25rem,4vh,2.5rem) clamp(1.25rem,4vw,2.75rem);background:var(--bg)}.auth-page--dash-centered{min-height:calc(100dvh - var(--topbar-h));padding-block:clamp(1.5rem,4vh,2.5rem)}.auth-card{width:100%;max-width:430px;text-align:center;padding:28px 20px 34px;box-sizing:border-box}.auth-card--wide{max-width:540px;margin-inline:auto}.auth-card--w520{max-width:520px;margin-inline:auto}.auth-card--profile-required{max-width:620px;padding:34px 26px 40px}.auth-card--profile-required .auth-title{margin-bottom:14px;font-size:clamp(1.75rem,5vw,2.875rem)}.auth-card--profile-required .auth-subtitle{margin-bottom:48px;max-width:56ch;margin-inline:auto;font-size:15px;line-height:1.6}.auth-card--profile-required .auth-logo img{width:176px}.auth-card--profile-required .auth-form label{font-size:14px}.auth-card--profile-required .auth-form .auth-input,.auth-card--profile-required .auth-input-wrap{min-height:50px}.auth-card--profile-required .auth-submit{min-height:50px;font-size:15px}.auth-logo{display:inline-flex;align-items:center;justify-content:center;min-height:56px;margin-bottom:16px}.auth-logo img{width:156px;max-width:100%;display:block}.auth-title{margin:0 0 12px;font-size:clamp(1.75rem,5vw,2.5rem);line-height:1.08;font-weight:700;color:var(--text);letter-spacing:-.02em}.auth-subtitle{margin:0 0 42px;color:var(--text-soft);font-size:13px;line-height:1.5}.auth-form{text-align:left;display:flex;flex-direction:column;gap:0}.auth-form label{display:block;margin:0 0 18px;color:var(--text-soft);font-size:13px;font-weight:500}.auth-form input.auth-input{display:block;margin-top:6px;border-radius:var(--radius-lg);height:46px;border:1px solid var(--line);background:var(--card);width:100%;padding:0 1rem;box-sizing:border-box;color:var(--text);font:inherit;font-size:14px;transition:box-shadow .15s ease,border-color .15s ease}.auth-form input.auth-input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--color-accent-light)}.auth-input-wrap{display:flex;align-items:stretch;margin-top:6px;min-height:46px;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--card);overflow:hidden}.auth-input-wrap:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px var(--color-accent-light)}.auth-input-wrap .auth-input{flex:1 1 auto;min-width:0;width:auto!important;margin-top:0!important;min-height:46px;height:auto;border:none!important;border-radius:0!important;background:transparent!important;padding:0 .35rem 0 1rem;box-sizing:border-box;box-shadow:none!important}.auth-input-wrap .auth-input:focus{outline:none;box-shadow:none!important}.auth-page .auth-password-toggle,.auth-form .auth-password-toggle{flex:0 0 2.5rem;width:2.5rem!important;min-width:2.5rem!important;max-width:2.5rem!important;height:auto!important;min-height:46px;margin:0;padding:0!important;border:none!important;border-radius:0!important;background:transparent!important;color:var(--text-soft)!important;display:inline-flex!important;align-items:center;justify-content:center;cursor:pointer}.auth-page .auth-password-toggle svg,.auth-form .auth-password-toggle svg{width:18px;height:18px;opacity:.5;transition:opacity .15s ease,transform .15s ease}.auth-page .auth-password-toggle:hover,.auth-form .auth-password-toggle:hover{background:transparent!important;color:var(--text)!important}.auth-page .auth-password-toggle:hover svg,.auth-form .auth-password-toggle:hover svg{opacity:.88}.auth-submit{margin-top:14px;width:100%;border-radius:var(--radius-lg);height:46px;padding:0 1rem;background:var(--accent);color:var(--accent-on);font-size:15px;font-weight:650;cursor:pointer;transition:background .15s ease,opacity .15s ease;border:none;box-sizing:border-box}.auth-submit:hover:not(:disabled){background:var(--accent-hover)}.auth-submit:disabled{opacity:.5;cursor:not-allowed}.auth-error{font-size:13px;color:var(--danger);background:var(--color-danger-bg);border:1px solid color-mix(in srgb,var(--danger) 25%,transparent);border-radius:var(--radius-md);padding:10px 12px;line-height:1.4;margin-bottom:4px}.auth-ok{font-size:13px;color:var(--success);background:var(--success-soft);border:1px solid color-mix(in srgb,var(--success) 20%,transparent);border-radius:var(--radius-md);padding:10px 12px;line-height:1.4}.auth-ok--mb{margin-bottom:1.25rem}.auth-footer{margin-top:16px;text-align:center;color:var(--text-soft);font-size:13px}.auth-footer a{display:inline;text-decoration:none;text-underline-offset:3px;font-weight:600;color:var(--link-muted);transition:color .15s ease}.auth-footer a:hover{color:var(--text);text-decoration:underline}.auth-footer--support{margin-top:8px;font-size:12px}.auth-hint{font-size:12px;color:var(--text-soft);line-height:1.45;margin:-8px 0 4px}.auth-form .btn{width:100%;margin-top:10px;border-radius:var(--radius-lg);min-height:46px}.label-required{color:var(--danger)}[data-theme=dark] .auth-form label{color:var(--text-soft)}[data-theme=dark] .auth-form input.auth-input,[data-theme=dark] .auth-input-wrap{background:var(--card);border-color:var(--line)}
