*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,sans-serif;background:#0b0d12;color:#e6e6e6}a{color:#7dd3fc}.container{max-width:1000px;margin:0 auto;padding:24px}.card{background:#151821;border:1px solid #262b38;border-radius:10px;padding:20px;margin-bottom:16px}table{width:100%;border-collapse:collapse}td,th{text-align:left;border-bottom:1px solid #262b38}input,select,td,textarea,th{padding:8px 10px;font-size:14px}input,select,textarea{background:#0f1219;border:1px solid #2a2f3d;color:#e6e6e6;border-radius:6px}button{background:#2563eb;border:none;color:white;padding:8px 14px;border-radius:6px;cursor:pointer;font-size:14px}button.danger{background:#dc2626}button.secondary{background:#374151}.badge{display:inline-block;padding:2px 8px;border-radius:999px;font-size:12px}.badge.active{background:#14532d;color:#86efac}.badge.suspended{background:#450a0a;color:#fca5a5}nav.tabs{display:flex;gap:4px;margin-bottom:20px;border-bottom:1px solid #262b38}nav.tabs a{padding:10px 14px;text-decoration:none;color:#9ca3af;font-size:14px}nav.tabs a.active{color:#e6e6e6;border-bottom:2px solid #2563eb}