:root{--primary: #000000;--active: #34c75a;--active-dark: #1b8f45;--bg: #f6f6f6;--surface: #ffffff;--surface-2: #f4f7f9;--border: #ececec;--border-strong: #e0e0e0;--text: #111114;--muted: #6b7280;--muted-2: #9ca3af;--red: #e5484d;--red-wash: #fdecec;--blue: #44afed;--gold: #f4ce4b;--tone-green-bg: #e7f7ed;--tone-green-fg: #1b8f45;--tone-blue-bg: #eaf4fd;--tone-blue-fg: #1c7fc0;--tone-amber-bg: #fbf3d8;--tone-amber-fg: #9a7b14;--tone-red-bg: #fdecec;--tone-red-fg: #c93a3f;--tone-grey-bg: #f1f1f3;--tone-grey-fg: #4b5563;--radius: 16px;--radius-sm: 10px;--radius-pill: 999px;--shadow-sm: 0 1px 2px rgba(16, 24, 40, .05);--shadow: 0 4px 16px rgba(16, 24, 40, .06);--sidebar-w: 250px;--topbar-h: 62px;--font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", sans-serif}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:var(--font);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;font-size:14px;line-height:1.45}a{color:inherit;text-decoration:none}button{font-family:inherit}input,textarea,select{font-family:inherit;font-size:14px}h1,h2,h3,h4,p{margin:0}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:#d8d8dc;border-radius:8px;border:2px solid var(--bg)}.app-shell{display:flex;min-height:100vh}.sidebar{width:var(--sidebar-w);flex:0 0 var(--sidebar-w);background:#0b0b0d;color:#d7d7db;display:flex;flex-direction:column;position:sticky;top:0;height:100vh;overflow-y:auto}.sidebar-brand{display:flex;align-items:center;gap:10px;padding:18px 20px 14px;color:#fff;font-weight:800;letter-spacing:.5px;font-size:15px}.sidebar-brand .logo{width:30px;height:30px;border-radius:8px;background:#fff;display:grid;place-items:center;flex:0 0 30px}.nav-section{padding:6px 12px}.nav-section-title{font-size:10.5px;text-transform:uppercase;letter-spacing:1px;color:#6b6b73;padding:12px 12px 6px;font-weight:700}.nav-item{display:flex;align-items:center;gap:11px;padding:9px 12px;border-radius:10px;color:#c3c3c9;font-weight:500;cursor:pointer;position:relative;transition:background .12s,color .12s}.nav-item:hover,.nav-item.active{background:#17171b;color:#fff}.nav-item.active:before{content:"";position:absolute;left:-12px;top:8px;bottom:8px;width:3px;border-radius:3px;background:var(--active)}.nav-item .ic{width:18px;height:18px;flex:0 0 18px;opacity:.95}.nav-item .badge-count{margin-left:auto;background:var(--red);color:#fff;font-size:10.5px;font-weight:700;border-radius:999px;padding:1px 7px;min-width:18px;text-align:center}.main{flex:1 1 auto;min-width:0;display:flex;flex-direction:column}.topbar{height:var(--topbar-h);background:var(--surface);border-bottom:1px solid var(--border);display:flex;align-items:center;gap:16px;padding:0 24px;position:sticky;top:0;z-index:20}.topbar h1{font-size:18px;font-weight:700}.topbar .spacer{flex:1}.topbar-actions{display:flex;align-items:center;gap:10px}.content{padding:22px 24px 60px;flex:1}.content-narrow{max-width:760px}.page-header{display:flex;align-items:center;gap:14px;margin-bottom:18px}.page-header .spacer{flex:1}.page-subtitle{color:var(--muted);font-size:13px;margin-top:2px}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm)}.card-pad{padding:18px}.card-title{font-weight:700;font-size:15px;margin-bottom:2px}.card-header{display:flex;align-items:center;gap:12px;padding:14px 18px;border-bottom:1px solid var(--border)}.card-header .spacer{flex:1}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid transparent;border-radius:12px;padding:10px 16px;font-size:14px;font-weight:600;cursor:pointer;background:var(--surface-2);color:var(--text);transition:filter .12s,background .12s,opacity .12s;white-space:nowrap}.btn:hover{filter:brightness(.97)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--primary);color:#fff}.btn-success{background:var(--active);color:#fff}.btn-danger{background:var(--red);color:#fff}.btn-outline{background:var(--surface);border-color:var(--border-strong)}.btn-ghost{background:transparent}.btn-ghost:hover{background:var(--surface-2)}.btn-sm{padding:6px 12px;font-size:13px;border-radius:10px}.btn-icon{padding:8px;width:38px;height:38px;border-radius:10px;background:var(--surface-2);color:var(--text)}.btn-block{width:100%}.pill{display:inline-flex;align-items:center;gap:6px;padding:3px 10px;border-radius:var(--radius-pill);font-size:12px;font-weight:600;line-height:1.4}.pill.green{background:var(--tone-green-bg);color:var(--tone-green-fg)}.pill.blue{background:var(--tone-blue-bg);color:var(--tone-blue-fg)}.pill.amber{background:var(--tone-amber-bg);color:var(--tone-amber-fg)}.pill.red{background:var(--tone-red-bg);color:var(--tone-red-fg)}.pill.grey{background:var(--tone-grey-bg);color:var(--tone-grey-fg)}.pill.solid-dark{background:#111;color:#fff}.dot{width:8px;height:8px;border-radius:50%;display:inline-block}.dot.green{background:var(--active)}.dot.red{background:var(--red)}.dot.grey{background:var(--muted-2)}.field{margin-bottom:16px}.field-label{display:block;font-weight:600;font-size:13px;margin-bottom:6px}.field-hint{color:var(--muted);font-size:12px;margin-top:5px}.field-error{color:var(--red);font-size:12px;margin-top:5px}.input,.textarea,.select{width:100%;padding:11px 13px;border:1px solid var(--border-strong);border-radius:12px;background:var(--surface);color:var(--text);outline:none;transition:border-color .12s,box-shadow .12s}.input:focus,.textarea:focus,.select:focus{border-color:#111;box-shadow:0 0 0 3px #0000000f}.textarea{resize:vertical;min-height:92px}.input.error,.textarea.error{border-color:var(--red)}.input-group{display:flex;gap:10px}.switch{position:relative;width:44px;height:26px;border-radius:999px;background:#d1d1d6;cursor:pointer;transition:background .15s;flex:0 0 44px}.switch.on{background:var(--active)}.switch:after{content:"";position:absolute;top:3px;left:3px;width:20px;height:20px;background:#fff;border-radius:50%;transition:transform .15s;box-shadow:var(--shadow-sm)}.switch.on:after{transform:translate(18px)}.table-wrap{width:100%;overflow-x:auto}.table{width:100%;border-collapse:collapse;font-size:14px}.table th{text-align:left;font-size:11.5px;text-transform:uppercase;letter-spacing:.4px;color:var(--muted);font-weight:700;padding:11px 14px;border-bottom:1px solid var(--border);white-space:nowrap}.table td{padding:12px 14px;border-bottom:1px solid var(--border);vertical-align:middle}.table tr:last-child td{border-bottom:none}.table tbody tr.clickable{cursor:pointer}.table tbody tr.clickable:hover{background:var(--surface-2)}.row{display:flex;align-items:center}.col{display:flex;flex-direction:column}.gap-4{gap:4px}.gap-6{gap:6px}.gap-8{gap:8px}.gap-10{gap:10px}.gap-12{gap:12px}.gap-16{gap:16px}.wrap{flex-wrap:wrap}.grow{flex:1}.muted{color:var(--muted)}.muted-2{color:var(--muted-2)}.strong{font-weight:700}.small{font-size:12.5px}.tiny{font-size:11.5px}.center{text-align:center}.right{text-align:right}.mono{font-variant-numeric:tabular-nums}.nowrap{white-space:nowrap}.strike{text-decoration:line-through}.mt-8{margin-top:8px}.mt-12{margin-top:12px}.mt-16{margin-top:16px}.mt-24{margin-top:24px}.mb-8{margin-bottom:8px}.mb-16{margin-bottom:16px}.grid{display:grid;gap:16px}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.stat-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:16px}.avatar{border-radius:50%;object-fit:cover;background:var(--surface-2);display:inline-grid;place-items:center;color:var(--muted);font-weight:700;overflow:hidden;flex:0 0 auto}.thumb{border-radius:10px;object-fit:cover;background:var(--surface-2);border:1px solid var(--border);flex:0 0 auto}.thumb-qty{position:relative}.thumb-qty .qty{position:absolute;right:-4px;bottom:-4px;background:#111;color:#fff;font-size:10px;font-weight:700;border-radius:6px;padding:1px 5px}.state{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:48px 20px;color:var(--muted);gap:10px}.state .state-icon{font-size:30px;opacity:.5}.spinner{width:22px;height:22px;border-radius:50%;border:2.5px solid var(--border-strong);border-top-color:#111;animation:spin .7s linear infinite}.spinner.lg{width:34px;height:34px;border-width:3px}.spinner.on-dark{border-color:#ffffff40;border-top-color:#fff}@keyframes spin{to{transform:rotate(360deg)}}.bar-row{display:flex;align-items:center;gap:10px;margin:7px 0}.bar-row .bar-label{width:130px;flex:0 0 130px;font-size:12.5px;color:var(--muted)}.bar-track{flex:1;height:10px;background:var(--surface-2);border-radius:999px;overflow:hidden}.bar-fill{height:100%;background:var(--primary);border-radius:999px;min-width:2px}.bar-fill.green{background:var(--active)}.bar-row .bar-value{width:64px;text-align:right;font-size:12.5px;font-weight:600}.tabs{display:flex;gap:4px;border-bottom:1px solid var(--border);margin-bottom:18px}.tab{padding:10px 16px;font-weight:600;color:var(--muted);cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-1px}.tab.active{color:var(--text);border-bottom-color:#111}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:100;display:grid;place-items:center;padding:20px}.modal{background:var(--surface);border-radius:18px;width:100%;max-width:460px;box-shadow:0 20px 60px #00000040;max-height:90vh;overflow-y:auto}.modal.wide{max-width:640px}.modal-head{padding:18px 20px 4px}.modal-title{font-size:17px;font-weight:700}.modal-body{padding:12px 20px 20px}.modal-actions{display:flex;gap:10px;justify-content:flex-end;padding:0 20px 20px}.toast-wrap{position:fixed;bottom:22px;left:50%;transform:translate(-50%);z-index:200;display:flex;flex-direction:column;gap:10px;align-items:center}.toast{background:#111;color:#fff;padding:11px 18px;border-radius:12px;box-shadow:var(--shadow);font-size:13.5px;font-weight:500;max-width:90vw;animation:toastin .18s ease-out}.toast.error{background:#c93a3f}.toast.success{background:var(--active-dark)}@keyframes toastin{0%{opacity:0;transform:translateY(8px)}}.auth-page{min-height:100vh;display:grid;place-items:center;padding:20px;background:radial-gradient(1200px 600px at 50% -10%,#1a1a1f,#0b0b0d 60%)}.auth-card{width:100%;max-width:400px;background:var(--surface);border-radius:20px;padding:32px 28px;box-shadow:0 24px 70px #0006}.auth-logo{width:54px;height:54px;border-radius:14px;background:#0b0b0d;display:grid;place-items:center;margin:0 auto 14px}.auth-title{text-align:center;font-size:20px;font-weight:800}.auth-sub{text-align:center;color:var(--muted);margin-bottom:22px;font-size:13px}@media (max-width: 1024px){.grid-4,.grid-3{grid-template-columns:repeat(2,1fr)}}@media (max-width: 820px){.sidebar{position:fixed;z-index:60;transform:translate(-100%);transition:transform .2s;box-shadow:0 0 40px #0006}.sidebar.open{transform:translate(0)}.app-shell.has-sidebar-toggle .main{width:100%}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.content{padding:16px 14px 50px}.topbar{padding:0 14px}}.sidebar-scrim,.menu-toggle{display:none}@media (max-width: 820px){.sidebar-scrim.show{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:55}.menu-toggle{display:inline-flex}}
