:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#eaf6f4;--surface:#fff;--surface-2:#f1faf8;--border:#d9ece8;--text:#16221f;--text-muted:#6b8079;--accent:#12a594;--accent-2:#0b6e63;--accent-contrast:#fff;--accent-bg:#d9f2ee;--good:#2e8b57;--good-bg:#e1f3e8;--warn:#c98a1a;--warn-bg:#fbeeda;--danger:#d14343;--danger-bg:#fbe3e3;--shadow:0 1px 2px #0a1e190d, 0 10px 28px #0a282314;--grad:linear-gradient(135deg, #17bfaa, #0b6e63)}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#0e1614;--surface:#152420;--surface-2:#1c2e29;--border:#25382f;--text:#eaf3f0;--text-muted:#8fa79f;--accent:#3fd9c4;--accent-2:#1b8677;--accent-contrast:#08211c;--accent-bg:#123a35;--good:#4cb783;--good-bg:#163024;--warn:#e0a63a;--warn-bg:#33280f;--danger:#e4685a;--danger-bg:#3a1917;--shadow:0 1px 2px #00000059, 0 12px 30px #0006;--grad:linear-gradient(135deg, #1f9b8b, #0c3b34)}}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#0e1614;--surface:#152420;--surface-2:#1c2e29;--border:#25382f;--text:#eaf3f0;--text-muted:#8fa79f;--accent:#3fd9c4;--accent-2:#1b8677;--accent-contrast:#08211c;--good:#4cb783;--good-bg:#163024;--warn:#e0a63a;--warn-bg:#33280f;--danger:#e4685a;--danger-bg:#3a1917;--shadow:0 1px 2px #00000059, 0 12px 30px #0006;--grad:linear-gradient(135deg, #1f9b8b, #0c3b34)}*{box-sizing:border-box}html,body,#root{height:100%}body{background:var(--bg);color:var(--text);margin:0;font-family:Manrope,system-ui,sans-serif}button,input,select,textarea{font-family:inherit}a{color:var(--accent)}.num{font-variant-numeric:tabular-nums;font-family:IBM Plex Mono,ui-monospace,monospace}h1,h2,h3{text-wrap:balance;margin:0}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.app-shell{flex-direction:column;min-height:100%;display:flex}.app-topbar{border-bottom:1px solid var(--border);background:var(--surface);flex:none;justify-content:space-between;align-items:center;gap:12px;padding:14px 20px;display:flex}.brand{color:var(--text);align-items:center;gap:10px;font-weight:800;text-decoration:none;display:flex}.brand-mark{background:var(--grad);color:#fff;border-radius:10px;flex:none;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.avatar{background:var(--surface-2);width:32px;height:32px;color:var(--text);cursor:pointer;border:none;border-radius:50%;flex:none;justify-content:center;align-items:center;font-size:.8rem;font-weight:700;display:flex}.app-body{flex:1;grid-template-columns:1fr;min-height:0;display:grid}@media (width>=860px){.app-body{grid-template-columns:220px 1fr}}.rail{border-right:1px solid var(--border);padding:18px 12px;display:none}@media (width>=860px){.rail{flex-direction:column;gap:2px;display:flex}}.rail a{color:var(--text);border-radius:99px;padding:.6rem .9rem;font-size:.92rem;font-weight:600;text-decoration:none;display:block}.rail a.active{background:var(--surface-2);color:var(--accent)}.rail a:hover{background:var(--surface-2)}.main{flex-direction:column;gap:20px;width:100%;max-width:920px;margin:0 auto;padding:20px 16px 96px;display:flex}@media (width>=860px){.main{padding:28px 32px 32px}}.bottom-nav{border-top:1px solid var(--border);background:var(--surface);padding:8px 4px calc(8px + env(safe-area-inset-bottom));z-index:10;justify-content:space-around;display:flex;position:fixed;bottom:0;left:0;right:0}@media (width>=860px){.bottom-nav{display:none}}.bottom-nav a{color:var(--text-muted);border-radius:99px;flex-direction:column;align-items:center;gap:2px;padding:4px 12px;font-size:.68rem;font-weight:700;text-decoration:none;display:flex}.bottom-nav a.active{color:var(--accent);background:var(--surface-2)}.stat-grid{grid-template-columns:1fr;gap:14px;display:grid}@media (width>=560px){.stat-grid{grid-template-columns:1fr 1fr}}@media (width>=860px){.stat-grid.cols-4{grid-template-columns:repeat(4,1fr)}}.stat-card{background:var(--grad);color:#fff;border-radius:18px;padding:16px 18px}.stat-card.neutral{background:var(--surface-2);color:var(--text)}.stat-card .k{opacity:.9;font-size:.74rem;font-weight:600}.stat-card.neutral .k{color:var(--text-muted);opacity:1}.stat-card .v{margin-top:2px;font-size:1.4rem;font-weight:800}.stat-card .bar{background:#ffffff59;border-radius:99px;height:6px;margin-top:10px;overflow:hidden}.stat-card.neutral .bar{background:var(--border)}.stat-card .bar>span{background:#fff;border-radius:99px;height:100%;display:block}.stat-card.neutral .bar>span{background:var(--accent)}.card{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:18px;padding:18px}.panel{background:var(--surface-2);border:1px solid var(--border);border-radius:16px;padding:16px}.panel h3,.card h3{margin-bottom:12px;font-size:.98rem;font-weight:800}.content-grid{grid-template-columns:1fr;gap:16px;display:grid}@media (width>=860px){.content-grid{grid-template-columns:1.3fr 1fr}}.dropzone{border:1.5px dashed var(--border);text-align:center;background:var(--bg);cursor:pointer;border-radius:16px;flex-direction:column;align-items:center;gap:8px;padding:32px 16px;display:flex}.dropzone.dragging{border-color:var(--accent);background:var(--surface-2)}.dropzone .icon{background:var(--surface-2);width:44px;height:44px;color:var(--accent);border-radius:50%;justify-content:center;align-items:center;display:flex}.dropzone .title{font-weight:700}.dropzone .hint{color:var(--text-muted);max-width:34ch;font-size:.82rem}.file-chosen{border:1px solid var(--border);background:var(--surface);border-radius:14px;align-items:center;gap:10px;padding:12px 14px;display:flex}.file-chosen .meta{flex:1;min-width:0}.file-chosen .name{white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-weight:700;overflow:hidden}.file-chosen .sub{color:var(--text-muted);font-size:.76rem}.btn-pill{background:var(--grad);color:#fff;text-align:center;cursor:pointer;border:none;border-radius:99px;padding:.7rem 1.3rem;font-size:.88rem;font-weight:700}.btn-pill:disabled{opacity:.55;cursor:not-allowed}.btn-ghost{border:1px solid var(--border);color:var(--text);cursor:pointer;background:0 0;border-radius:99px;padding:.7rem 1.3rem;font-size:.88rem;font-weight:700}.btn-ghost:hover{background:var(--surface-2)}.btn-danger{border:1px solid var(--danger);color:var(--danger);cursor:pointer;background:0 0;border-radius:99px;padding:.55rem 1rem;font-size:.85rem;font-weight:700}.btn-soft-accent,.btn-soft-danger{cursor:pointer;border-radius:99px;padding:.7rem 1.3rem;font-size:.88rem;font-weight:700}.btn-soft-accent{background:var(--accent-bg);color:var(--accent);border:1px solid var(--accent)}.btn-soft-accent:hover{opacity:.85}.btn-soft-danger{background:var(--danger-bg);color:var(--danger);border:1px solid var(--danger)}.btn-soft-danger:hover{opacity:.85}.btn-row{flex-wrap:wrap;gap:10px;display:flex}.badge{white-space:nowrap;border-radius:99px;align-items:center;padding:.22rem .6rem;font-size:.76rem;font-weight:700;display:inline-flex}.badge.good{background:var(--good-bg);color:var(--good)}.badge.warn{background:var(--warn-bg);color:var(--warn)}.badge.danger{background:var(--danger-bg);color:var(--danger)}.badge.neutral{background:var(--surface-2);color:var(--text-muted)}.file-icon{color:#fff;border-radius:10px;flex:none;justify-content:center;align-items:center;width:34px;height:34px;font-size:.68rem;font-weight:800;display:flex}.tx-row{border-bottom:1px solid var(--border);align-items:center;gap:10px;padding:10px 0;display:flex}.tx-row:last-child{border-bottom:none}.tx-mid{flex:1;min-width:0}.tx-mid .fn{white-space:nowrap;text-overflow:ellipsis;font-size:.86rem;font-weight:700;overflow:hidden}.tx-mid .dt{color:var(--text-muted);font-size:.72rem}.row-line{border-bottom:1px solid var(--border);justify-content:space-between;padding:9px 0;font-size:.86rem;display:flex}.row-line .l{color:var(--text-muted)}.row-line:last-of-type{border-bottom:none}.ring-wrap{align-items:center;gap:14px;display:flex}.ring-label{color:var(--text-muted);font-size:.72rem;font-weight:600}.ring-val{font-size:1.05rem;font-weight:800}.bars{align-items:flex-end;gap:6px;height:60px;display:flex}.bars span{background:var(--accent);opacity:.85;border-radius:4px 4px 0 0;flex:1;min-height:3px}.admin-table{border-collapse:collapse;width:100%;font-size:.88rem}.admin-table th{text-align:left;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;padding:0 10px 10px;font-size:.74rem;font-weight:700}.admin-table td{border-top:1px solid var(--border);vertical-align:middle;padding:10px}.admin-cards{flex-direction:column;gap:10px;display:none}@media (width<=720px){.admin-table{display:none}.admin-cards{display:flex}}.admin-card{border:1px solid var(--border);background:var(--surface);border-radius:14px;padding:14px}.admin-card .head{justify-content:space-between;align-items:flex-start;gap:8px;display:flex}.admin-card .name{font-weight:700}.admin-card .row{justify-content:space-between;align-items:center;gap:10px;margin-top:8px;font-size:.85rem;display:flex}.admin-card .row .label{color:var(--text-muted)}.qty-input{border:1px solid var(--border);background:var(--surface);width:64px;color:var(--text);border-radius:8px;padding:.3rem .5rem;font-family:inherit}.field{flex-direction:column;gap:6px;margin-bottom:14px;display:flex}.field label{color:var(--text-muted);font-size:.82rem;font-weight:700}.field input,.field select,select{border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:10px;padding:.65rem .8rem;font-size:.94rem}.password-field{position:relative}.password-field input{width:100%;padding-right:2.6rem}.password-toggle{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:6px;display:flex;position:absolute;top:50%;right:4px;transform:translateY(-50%)}.password-toggle:hover{color:var(--text);background:var(--surface-2)}.error-text{color:var(--danger);font-size:.86rem}.note{color:var(--text-muted);font-size:.82rem}.centered-screen{justify-content:center;align-items:center;min-height:100%;padding:24px 16px;display:flex}.auth-card{background:var(--surface);border:1px solid var(--border);width:100%;max-width:380px;box-shadow:var(--shadow);border-radius:20px;padding:28px 26px}.auth-card .brand{justify-content:center;margin-bottom:18px;font-size:1.1rem}.auth-card h1{text-align:center;font-size:1.2rem;font-weight:800}.auth-card p.sub{color:var(--text-muted);text-align:center;margin:6px 0 20px;font-size:.88rem}.auth-toggle{background:var(--surface-2);border-radius:99px;gap:4px;margin-bottom:20px;padding:4px;display:flex}.auth-toggle button{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:99px;flex:1;padding:.5rem;font-size:.84rem;font-weight:700}.auth-toggle button.active{background:var(--surface);color:var(--text);box-shadow:var(--shadow)}.center-col{text-align:center;flex-direction:column;align-items:center;gap:8px;display:flex}.check-circle{background:var(--grad);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;display:flex}.big-num{font-size:1.7rem;font-weight:800}.theme-toggle-fab{z-index:20;border:1px solid var(--border);background:var(--surface);cursor:pointer;width:38px;height:38px;box-shadow:var(--shadow);border-radius:50%;justify-content:center;align-items:center;font-size:1.05rem;line-height:1;display:flex;position:fixed;top:14px;right:14px}.theme-toggle-fab:hover{background:var(--surface-2)}.spinner{border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;width:22px;height:22px;animation:.8s linear infinite spin}@media (prefers-reduced-motion:reduce){.spinner{animation:none}}@keyframes spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:no-preference){.btn-pill,.btn-ghost,.rail a,.bottom-nav a,.dropzone{transition:background-color .15s,opacity .15s,border-color .15s}}
