@charset "UTF-8";:root{--color-primary: #2563eb;--color-primary-dark: #1d4ed8;--color-primary-light: #dbeafe;--color-secondary: #16a34a;--color-secondary-dark: #15803d;--color-secondary-light: #dcfce7;--color-primary-surface: #2563eb;--color-on-primary: #ffffff;--color-secondary-surface: #16a34a;--color-on-secondary: #ffffff;--color-accent: #f97316;--color-accent-dark: #ea580c;--color-accent-light: #ffedd5;--color-danger: #dc2626;--color-danger-light: #fee2e2;--color-success: #16a34a;--color-success-light: #dcfce7;--color-bg: #f8fafc;--color-surface: #ffffff;--color-surface-alt: #f1f5f9;--color-text: #0f172a;--color-text-muted: #64748b;--color-border: #e2e8f0;--color-admin-bar: #0f172a;--color-on-admin-bar: #f8fafc;--color-on-admin-bar-muted: #cbd5e1;--radius-sm: .5rem;--radius-md: .875rem;--radius-lg: 1.25rem;--radius-pill: 999px;--shadow-sm: 0 1px 2px rgba(15, 23, 42, .06);--shadow-md: 0 6px 20px rgba(15, 23, 42, .08);--bottom-nav-height: 4.75rem;--top-bar-height: 3.5rem;--side-rail-width: 5.5rem;--content-max-width: 45rem;--content-max-width-wide: 100rem;--font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif}:root[data-theme=dark]{color-scheme:dark;--color-primary: #8ab4f8;--color-primary-dark: #a8c8fb;--color-primary-light: #1c2b45;--color-secondary: #5ec98d;--color-secondary-dark: #8fdcb4;--color-secondary-light: #163a29;--color-primary-surface: #2b4c93;--color-on-primary: #eef3ff;--color-secondary-surface: #23794f;--color-on-secondary: #eafaf1;--color-accent: #fb923c;--color-accent-dark: #fdba74;--color-accent-light: #4a2a10;--color-danger: #f87171;--color-danger-light: #4c1d1d;--color-success: #5ec98d;--color-success-light: #163a29;--color-bg: #0b1220;--color-surface: #151d2c;--color-surface-alt: #1c2536;--color-text: #e8eefc;--color-text-muted: #97a3b8;--color-border: #27324a;--color-admin-bar: #101827;--color-on-admin-bar: #e8eefc;--color-on-admin-bar-muted: #97a3b8;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .5);--shadow-md: 0 6px 20px rgba(0, 0, 0, .55)}:root[data-theme=dark] img{filter:brightness(.92)}*{box-sizing:border-box}html,body{min-height:100%;overscroll-behavior:none}html{font-size:100%}@supports (-webkit-touch-callout: none){html,body{-webkit-text-size-adjust:100%}}body{margin:0;font-family:var(--font-sans);background:var(--color-bg);color:var(--color-text);-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent;touch-action:manipulation;overflow-x:clip;width:100%;overflow-wrap:break-word}button,a,.btn,.chip,.filter-chip,.bottom-nav__item,.side-rail__item{-webkit-user-select:none;user-select:none;-webkit-touch-callout:none}h1,h2,h3,h4,p{margin:0}button{font-family:inherit}@media(max-width:640px){input:not([type=checkbox]):not([type=radio]):not([type=range]),select,textarea{font-size:1rem!important}}a{color:inherit;text-decoration:none}.card{background:var(--color-surface);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);padding:1rem}.card.fresh{border:1px solid var(--color-secondary);box-shadow:var(--shadow-md)}.fresh__list{list-style:none;margin:.75rem 0 0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(16.25rem,1fr));gap:.5rem}.fresh__list li{display:flex;flex-direction:column;gap:.125rem;padding:.5rem .625rem;border:1px dashed var(--color-border);border-radius:var(--radius-md)}.fresh__code,.code-cell{font-family:Courier New,Courier,monospace;font-weight:700;letter-spacing:.06em}.fresh__to{display:block;font-size:.75rem;color:var(--color-text-muted)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border:none;border-radius:var(--radius-pill);padding:.75rem 1.375rem;font-size:.9375rem;font-weight:600;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background-color .15s ease}.btn:active{transform:scale(.97)}.btn-primary{background:var(--color-primary-surface);color:var(--color-on-primary);box-shadow:var(--shadow-sm)}.btn-primary:hover{background:color-mix(in srgb,var(--color-primary-surface) 85%,#000)}.btn-secondary{background:var(--color-secondary-light);color:var(--color-secondary-dark)}.btn-secondary:hover{background:var(--color-secondary-surface);color:var(--color-on-secondary)}.btn-ghost{background:transparent;color:var(--color-text-muted)}.btn-ghost:hover{background:var(--color-border)}.btn-link{background:transparent;color:var(--color-primary);padding:.25rem .5rem}.btn-link:hover{text-decoration:underline}.btn-sm{padding:.375rem .875rem;font-size:.8125rem}.link-btn{color:var(--color-primary);font-weight:600;cursor:pointer}.link-btn:hover{text-decoration:underline}input[type=file]{max-width:100%;color:var(--color-text-muted);font-family:inherit;font-size:.875rem;cursor:pointer}input[type=file]::file-selector-button{margin:0 .75rem 0 0;border:none;border-radius:var(--radius-pill);padding:.5rem 1.125rem;background:var(--color-primary-light);color:var(--color-primary-dark);font-family:inherit;font-size:.875rem;font-weight:600;cursor:pointer;transition:background-color .15s ease,color .15s ease}input[type=file]:hover:not(:disabled)::file-selector-button{background:var(--color-primary-surface);color:var(--color-on-primary)}input[type=file]:focus-visible::file-selector-button{outline:2px solid var(--color-primary);outline-offset:2px}input[type=file]:disabled{cursor:not-allowed}input[type=file]:disabled::file-selector-button{opacity:.6;cursor:not-allowed}.chip{display:inline-flex;align-items:center;gap:.375rem;padding:.25rem .75rem;border-radius:var(--radius-pill);font-size:.8125rem;font-weight:600}.chip-accent{background:var(--color-accent-light);color:var(--color-accent-dark)}.chip-secondary{background:var(--color-secondary-light);color:var(--color-secondary-dark)}.chip-danger{background:var(--color-danger-light);color:var(--color-danger)}.chip-muted{background:var(--color-surface-alt);color:var(--color-text-muted)}.chip-warn{background:var(--color-accent-light);color:var(--color-accent-dark)}.page-header{margin-bottom:1.25rem}.page-header h1{font-size:1.5rem;font-weight:800}.page-header__subtitle{margin-top:.25rem;color:var(--color-text-muted);font-size:.875rem}.filter-row{display:flex;gap:.5rem;overflow-x:auto;padding-bottom:.25rem;margin-bottom:1.25rem;-ms-overflow-style:none;scrollbar-width:none}.filter-row::-webkit-scrollbar{display:none}.filter-chip{display:inline-flex;align-items:center;gap:.375rem;flex-shrink:0;border:1px solid var(--color-border);background:var(--color-surface);border-radius:var(--radius-pill);padding:.5rem .875rem;font-size:.8125rem;font-weight:600;color:var(--color-text);cursor:pointer}.filter-chip:hover{border-color:var(--color-primary)}.filter-chip--active,.filter-chip.is-active{background:var(--color-primary-surface);border-color:var(--color-primary-surface);color:var(--color-on-primary)}.filter-chip__count{color:var(--color-text-muted);font-weight:500}.section-title,.chart-card__title,.card__title{font-size:1rem;font-weight:700;margin-bottom:.75rem}.section-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.section-header .section-title{margin-bottom:0}.icon-btn{flex-shrink:0;width:2.25rem;height:2.25rem;border:none;border-radius:50%;background:transparent;color:var(--color-text-muted);font-size:1.25rem;line-height:1;cursor:pointer}.icon-btn:hover:not(:disabled){background:var(--color-border);color:var(--color-text)}.icon-btn:disabled{cursor:default}.icon-btn--busy{animation:icon-spin .9s linear infinite}@keyframes icon-spin{to{transform:rotate(360deg)}}:root[data-font-scale=xlarge] .section-header,:root[data-font-scale=xlarge] .page-header,:root[data-font-scale=xxlarge] .section-header,:root[data-font-scale=xxlarge] .page-header{flex-wrap:wrap}:root[data-font-scale=xlarge] .filter-row,:root[data-font-scale=xxlarge] .filter-row{flex-wrap:wrap;overflow-x:visible}:root[data-font-scale=xlarge] .btn,:root[data-font-scale=xxlarge] .btn{max-width:100%;white-space:normal}:root[data-font-scale=xlarge] .card,:root[data-font-scale=xxlarge] .card{padding-left:min(1rem,5vw);padding-right:min(1rem,5vw)}input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=file]):not([type=color]):not([type=submit]):not([type=button]):not([type=reset]):not([type=image]),select,textarea{font-family:inherit;font-size:.875rem;color:var(--color-text);background-color:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-sm);padding:.5625rem .75rem;min-width:0;max-width:100%}input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=file]):not([type=color]):not([type=submit]):not([type=button]):not([type=reset]):not([type=image]):focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--color-primary);outline-offset:-1px}input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=file]):not([type=color]):not([type=submit]):not([type=button]):not([type=reset]):not([type=image]):disabled,select:disabled,textarea:disabled{background-color:var(--color-surface-alt);color:var(--color-text-muted);cursor:not-allowed}select{text-overflow:ellipsis;cursor:pointer}textarea{resize:vertical}.field{display:flex;flex-direction:column;gap:.375rem;font-size:.8125rem;font-weight:600;color:var(--color-text-muted)}.field input,.field select,.field textarea{font:inherit;font-weight:400;color:var(--color-text);border:1px solid var(--color-border);border-radius:var(--radius-sm);padding:.625rem .75rem;background:var(--color-surface)}.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:var(--color-primary)}.field__label{font-size:.8125rem;font-weight:600;color:var(--color-text-muted)}.hint-text{color:var(--color-text-muted);font-size:.875rem;line-height:1.5}.settings-error{color:var(--color-danger);font-size:.875rem;margin-bottom:1rem}.form-error,.form-success{border-radius:var(--radius-md);padding:.625rem .875rem;font-size:.8125rem;margin-bottom:.75rem}.form-error{background:var(--color-danger-light);color:var(--color-danger)}.form-success{background:var(--color-success-light);color:var(--color-success)}
