:root{--bg:#070d1a;--panel:#111827cc;--panel2:#0b1224e6;--line:#263247;--text:#f6f7fb;--muted:#9aa4b8;--cyan:#5ee7ff;--green:#66f0bf;--yellow:#ffd953}*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at 12% 25%,#0b6b73aa,transparent 30%),radial-gradient(circle at 90% 35%,#8a641f77,transparent 28%),#070d1a;color:var(--text);font-family:Inter,system-ui,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}.wrap{max-width:1050px;margin:0 auto;padding:18px}.top,.hero,.card,.side{background:linear-gradient(135deg,#182232cc,#0c1324cc);border:1px solid #263247;border-radius:22px;box-shadow:0 20px 80px #0008;backdrop-filter:blur(18px)}.top{height:62px;display:flex;align-items:center;justify-content:space-between;padding:0 16px;margin-bottom:14px}.brand{display:flex;gap:12px;align-items:center;font-weight:800}.logo{background:linear-gradient(135deg,#5ee7ff,#58d1e8);color:#06202b;border-radius:10px;padding:12px 10px;font-weight:900;font-size:12px}.kicker{letter-spacing:.35em;color:#83eaff;font-size:12px;font-weight:700}.hero{padding:34px 28px;margin-bottom:20px;display:flex;align-items:center;justify-content:space-between}h1{font-size:34px;margin:6px 0;text-shadow:0 3px 10px #000}p{color:var(--muted)}.grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.admin-layout{display:grid;grid-template-columns:235px 1fr;gap:18px}.side{padding:18px;position:sticky;top:15px;height:calc(100vh - 30px)}.nav a,.btn,button,input,select{border:1px solid #2a3449;background:#151d30;color:var(--text);border-radius:12px;padding:12px 18px;font-weight:700}.nav a{display:block;margin:10px 0}.nav a.active{background:#2b637099}.btn,button{cursor:pointer}.primary{background:linear-gradient(135deg,#5ee7ff,#64dff0);color:#05202a}.yellow{background:var(--yellow);color:#1d1800}.card{padding:18px}.vps-card{min-height:245px}.row{display:flex;gap:10px;flex-wrap:wrap}.metric{flex:1;min-width:125px;background:#151d30;border-radius:12px;padding:14px;color:#fff}.muted{color:var(--muted)}.status{float:right;background:#0e3b36;border:1px solid #3e8f7a;color:#7bf3bd;border-radius:999px;padding:7px 14px;font-size:12px}.big{font-size:30px;font-weight:900}.table{width:100%;border-collapse:separate;border-spacing:0 8px}.table td,.table th{text-align:left;padding:14px;background:#151d30}.table tr td:first-child,.table tr th:first-child{border-radius:12px 0 0 12px}.table tr td:last-child,.table tr th:last-child{border-radius:0 12px 12px 0}.auth{max-width:430px;margin:8vh auto}.auth input,.auth select,form input,form select{width:100%;margin:7px 0}.actions form{display:inline}.progress{height:8px;background:#2a3449;border-radius:9px;overflow:hidden}.bar{height:8px;background:#66f0bf;width:36%}@media(max-width:850px){.grid,.admin-layout{grid-template-columns:1fr}.side{position:relative;height:auto}}
