:root{--bg: #0c0d11;--panel: #151823;--muted: #a8b0c0;--line: #2a3142;--text: #f7f8fa}*{box-sizing:border-box}body{margin:0;font-family:Plus Jakarta Sans,Segoe UI,sans-serif;background:linear-gradient(160deg,#090a0d,#10131b);color:var(--text)}button,input{font:inherit}.login-wrap{min-height:100vh;display:grid;place-items:center}.card{width:min(420px,92vw);padding:1.3rem;border:1px solid var(--line);border-radius:14px;background:var(--panel);display:grid;gap:.75rem}.card h1{margin:0 0 .3rem;font-size:1.2rem}input{background:#0f1119;border:1px solid #30384a;border-radius:10px;color:#f7f8fa;padding:.7rem .8rem}button{border:0;background:#d9e5ff;color:#10131a;border-radius:10px;padding:.7rem .8rem;font-weight:600;cursor:pointer}.danger{background:#ffc5c5}.admin-wrap{max-width:1080px;margin:0 auto;padding:1.25rem}header{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem}header h1{font-size:1.4rem;margin:0}.actions{display:flex;gap:.6rem}.stats article{background:var(--panel);border:1px solid var(--line);border-radius:12px;padding:1rem;margin-bottom:1rem}.stats h2{margin:0;color:var(--muted);font-size:.95rem}.stats p{margin:.3rem 0 0;font-size:1.8rem;font-weight:700}.search{display:flex;gap:.6rem;margin-bottom:.9rem}.search input{flex:1}table{width:100%;border-collapse:collapse;border:1px solid var(--line);background:#121520}th,td{text-align:left;padding:.7rem;border-bottom:1px solid #22293a;font-size:.92rem}th{color:var(--muted)}.pagination{margin-top:1rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.error{color:#ffbcbc}@media (max-width: 740px){th:nth-child(3),th:nth-child(4),td:nth-child(3),td:nth-child(4){display:none}}
