:root{--bg: #0f172a;--surface: #1e293b;--text: #f8fafc;--muted: #94a3b8;--accent: #38bdf8;--border: #334155;--danger: #f87171;--radius: 10px;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);line-height:1.5;min-height:100dvh}a{color:var(--accent)}button,input,select,textarea{font:inherit}button{cursor:pointer;border:none;border-radius:var(--radius);padding:.5rem 1rem;background:var(--accent);color:var(--bg);font-weight:600}button.secondary{background:var(--surface);color:var(--text);border:1px solid var(--border)}button.danger{background:var(--danger);color:#0f172a}.layout{display:grid;grid-template-columns:220px 1fr;min-height:100dvh}@media(max-width:800px){.layout{grid-template-columns:1fr}.nav{flex-direction:row;flex-wrap:wrap;gap:.5rem;padding:.75rem}}.nav{background:var(--surface);border-right:1px solid var(--border);padding:1rem;display:flex;flex-direction:column;gap:.35rem}.nav a{text-decoration:none;padding:.5rem .75rem;border-radius:var(--radius);color:var(--muted)}.nav a.active{background:#0f172a;color:var(--text)}main{padding:1.25rem;max-width:960px}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1rem;margin-bottom:1rem}label{display:block;font-size:.85rem;color:var(--muted);margin-bottom:.25rem}input,select,textarea{width:100%;padding:.5rem .65rem;border-radius:8px;border:1px solid var(--border);background:#0f172a;color:var(--text);margin-bottom:.75rem}.grid2{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}@media(max-width:640px){.grid2{grid-template-columns:1fr}}.muted{color:var(--muted);font-size:.9rem}.row{display:flex;gap:.5rem;flex-wrap:wrap;align-items:center}table{width:100%;border-collapse:collapse;font-size:.95rem}th,td{text-align:left;padding:.5rem .35rem;border-bottom:1px solid var(--border)}.error{color:var(--danger);margin:.5rem 0}code{font-size:.85em;word-break:break-all}
