:root{--bg:#f4f7fb;--card:#fff;--text:#182132;--muted:#718096;--line:#e4eaf2;--primary:#335cff;--primary2:#6d5dfc;--danger:#e5484d;--success:#16a36a;--warning:#d99000;--shadow:0 12px 40px rgba(31,45,61,.08);--radius:18px}*{box-sizing:border-box}html,body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--text);background:var(--bg)}a{text-decoration:none;color:inherit}button,input,select,textarea{font:inherit}.admin-body{min-height:100vh}.app-shell{display:flex;min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;width:270px;background:#101729;color:#fff;padding:22px 16px;display:flex;flex-direction:column;z-index:20}.brand{display:flex;gap:12px;align-items:center;padding:4px 8px 24px}.brand img,.brand-mark{width:44px;height:44px;border-radius:14px;object-fit:contain;background:#fff}.brand-mark{display:grid;place-items:center;color:#101729;font-weight:900;font-size:22px}.brand strong{display:block;font-size:15px}.brand small{display:block;color:#8fa0bd;font-size:11px;margin-top:2px}.sidebar nav{display:grid;gap:5px}.sidebar nav a{display:flex;gap:11px;align-items:center;padding:11px 12px;border-radius:12px;color:#aebbd0;font-weight:650;font-size:14px}.sidebar nav a:hover,.sidebar nav a.active{background:linear-gradient(135deg,rgba(51,92,255,.22),rgba(109,93,252,.18));color:#fff}.mi{width:24px;text-align:center;font-size:16px}.sidebar-footer{margin-top:auto;padding:16px 10px 4px;border-top:1px solid rgba(255,255,255,.08);display:flex;justify-content:space-between;color:#9eabc0;font-size:13px}.sidebar-footer a{color:#fff}.main-area{margin-left:270px;width:calc(100% - 270px)}.topbar{height:86px;background:rgba(255,255,255,.9);backdrop-filter:blur(12px);border-bottom:1px solid var(--line);padding:0 30px;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:10}.topbar h1{margin:0;font-size:23px}.topbar p{margin:4px 0 0;color:var(--muted);font-size:12px}.content{padding:26px 30px 40px}.grid{display:grid;gap:18px}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:20px}.stat{display:flex;justify-content:space-between;align-items:flex-start}.stat strong{display:block;font-size:29px;letter-spacing:-.7px}.stat span{color:var(--muted);font-size:13px}.stat .bubble{width:46px;height:46px;border-radius:15px;background:#eef2ff;color:var(--primary);display:grid;place-items:center;font-size:19px}.section-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:28px 0 12px}.section-head h2{font-size:18px;margin:0}.section-head p{margin:4px 0 0;color:var(--muted);font-size:13px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:11px;padding:10px 14px;background:var(--primary);color:#fff;font-weight:750;cursor:pointer;font-size:13px}.btn:hover{filter:brightness(.96)}.btn-sm{padding:7px 10px;font-size:12px;border-radius:9px}.btn-outline{background:#fff;color:var(--text);border:1px solid var(--line)}.btn-danger{background:var(--danger)}.btn-success{background:var(--success)}.btn-muted{background:#eef2f7;color:#4b5870}.icon-btn{border:0;background:transparent;font-size:20px}.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:15px;background:#fff}.table{width:100%;border-collapse:collapse;min-width:760px}.table th,.table td{padding:13px 14px;text-align:left;border-bottom:1px solid var(--line);font-size:13px;vertical-align:middle}.table th{font-size:11px;text-transform:uppercase;letter-spacing:.04em;color:#7a879d;background:#f9fbfd}.table tr:last-child td{border-bottom:0}.thumb{width:74px;height:48px;border-radius:9px;object-fit:cover;background:#edf1f6}.logo-thumb{width:42px;height:42px;border-radius:10px;object-fit:contain;background:#f3f5f8}.actions{display:flex;gap:7px;flex-wrap:wrap}.badge{display:inline-flex;align-items:center;gap:5px;padding:5px 8px;border-radius:999px;font-size:11px;font-weight:800;background:#eef2f7;color:#58677d}.badge.ok{background:#e8f8f1;color:#087b4e}.badge.warn{background:#fff4dc;color:#9b6500}.badge.off{background:#fcebec;color:#a52b31}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.field{display:grid;gap:6px}.field.full{grid-column:1/-1}.field label{font-weight:700;font-size:12px}.field input,.field select,.field textarea{width:100%;border:1px solid #d9e1ec;border-radius:11px;padding:11px 12px;background:#fff;outline:none;color:var(--text)}.field input:focus,.field select:focus,.field textarea:focus{border-color:#7e97ff;box-shadow:0 0 0 3px rgba(51,92,255,.1)}.field small{color:var(--muted);font-size:11px}.form-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:18px}.alert{padding:12px 14px;border-radius:12px;margin-bottom:16px;font-size:13px;border:1px solid}.alert.success{background:#ebfaf4;border-color:#b8edd6;color:#0b6e49}.alert.error{background:#fff0f0;border-color:#f4c1c4;color:#9e2e33}.alert.warning{background:#fff8e8;border-color:#f3dfaa;color:#8b6200}.empty{padding:42px 20px;text-align:center;color:var(--muted)}.empty strong{display:block;color:var(--text);margin-bottom:5px}.preview-box{border-radius:18px;overflow:hidden;background:#0e1320;aspect-ratio:16/9;display:grid;place-items:center;color:#fff}.preview-box img,.preview-box video{width:100%;height:100%;object-fit:contain}.color-row{display:flex;gap:12px}.color-row input[type=color]{height:44px;padding:4px}.kv{display:grid;grid-template-columns:1fr auto;gap:8px 20px}.kv div{padding:8px 0;border-bottom:1px dashed var(--line);font-size:13px}.progress{height:9px;background:#edf1f6;border-radius:999px;overflow:hidden}.progress>span{display:block;height:100%;background:linear-gradient(90deg,var(--primary),var(--primary2))}.help{font-size:12px;color:var(--muted);line-height:1.55}.mono{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;background:#f0f3f8;padding:2px 6px;border-radius:6px}.mobile-only{display:none}.login-page,.install-page{min-height:100vh;background:radial-gradient(circle at 10% 10%,#253a91 0,#12192c 37%,#0a0f1b 70%);display:grid;place-items:center;padding:24px}.auth-card{width:min(980px,100%);background:#fff;border-radius:26px;overflow:hidden;box-shadow:0 30px 80px rgba(0,0,0,.28);display:grid;grid-template-columns:.9fr 1.1fr}.auth-brand{padding:42px;background:linear-gradient(145deg,#2f57ef,#745de9);color:#fff;display:flex;flex-direction:column;justify-content:space-between;min-height:600px}.auth-brand h1{font-size:36px;line-height:1.05;margin:18px 0}.auth-brand p{color:#e2e7ff;line-height:1.6}.auth-brand .chips{display:flex;flex-wrap:wrap;gap:8px}.auth-brand .chips span{padding:7px 10px;border-radius:999px;background:rgba(255,255,255,.13);font-size:11px}.auth-form{padding:42px;display:flex;flex-direction:column;justify-content:center}.auth-form h2{font-size:27px;margin:0 0 8px}.auth-form>p{color:var(--muted);margin:0 0 24px}.install-steps{display:flex;gap:8px;margin-bottom:22px}.install-step{flex:1;height:5px;border-radius:999px;background:#e5e9f0}.install-step.on{background:var(--primary)}@media(max-width:1050px){.grid-4{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(2,1fr)}}@media(max-width:820px){.sidebar{transform:translateX(-102%);transition:.25s}.sidebar.open{transform:translateX(0)}.main-area{margin-left:0;width:100%}.mobile-only{display:inline-grid}.topbar{padding:0 16px;height:74px}.topbar .btn{display:none}.content{padding:18px 14px 30px}.grid-4,.grid-3,.grid-2,.form-grid{grid-template-columns:1fr}.auth-card{grid-template-columns:1fr}.auth-brand{display:none}.auth-form{padding:28px 22px;min-height:540px}.field.full{grid-column:auto}}
