:root{--bg: #0f1419;--surface: #1a2332;--surface2: #243044;--border: #2d3a4d;--text: #e8ecf1;--muted: #8b9cb3;--accent: #3d9cf5;--accent-dim: #2a6fa8;--success: #3ecf8e;--warn: #e6b35a;--error: #f07178;--radius: 10px;--font: "DM Sans", system-ui, sans-serif}*{box-sizing:border-box}body{margin:0;min-height:100vh;font-family:var(--font);background:var(--bg);color:var(--text);line-height:1.5;-webkit-font-smoothing:antialiased}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}#root{min-height:100vh;padding-bottom:2rem}.build-footer{position:fixed;bottom:0;left:0;right:0;z-index:100;padding:.35rem 1rem;font-size:.7rem;color:var(--muted);text-align:center;background:var(--bg);border-top:1px solid var(--border);font-variant-numeric:tabular-nums}.layout{display:grid;grid-template-columns:minmax(0,220px) 1fr;min-height:100vh}@media(max-width:768px){.layout{grid-template-columns:1fr}.sidebar{flex-direction:row;flex-wrap:wrap;gap:.5rem;border-right:none;border-bottom:1px solid var(--border)}}.sidebar{background:var(--surface);border-right:1px solid var(--border);padding:1.25rem 1rem;display:flex;flex-direction:column;gap:.35rem}.brand{font-weight:700;font-size:1rem;margin-bottom:1rem;color:var(--text)}.nav-link{padding:.5rem .65rem;border-radius:6px;color:var(--muted);font-size:.9rem}.nav-link:hover{background:var(--surface2);color:var(--text);text-decoration:none}.nav-link.active{background:var(--surface2);color:var(--accent);font-weight:500}main{padding:1.5rem;max-width:1100px;width:100%;margin:0 auto}h1{font-size:1.5rem;font-weight:600;margin:0 0 1rem}h2{font-size:1.1rem;font-weight:600;margin:1.5rem 0 .75rem;color:var(--muted)}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1rem 1.25rem;margin-bottom:1rem}.row{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid var(--border);background:var(--surface2);color:var(--text);padding:.5rem 1rem;border-radius:8px;font-family:inherit;font-size:.875rem;cursor:pointer}.btn:hover{border-color:var(--accent-dim)}.btn-primary{background:var(--accent);border-color:var(--accent);color:#0a0e14;font-weight:600}.btn-primary:hover{filter:brightness(1.05)}.btn:disabled{opacity:.5;cursor:not-allowed}.badge{display:inline-flex;align-items:center;gap:.35rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;padding:.25rem .5rem;border-radius:6px;background:var(--surface2);color:var(--muted)}.badge.ok{color:var(--success);background:#3ecf8e1f}.badge.warn{color:var(--warn);background:#e6b35a1f}.badge.err{color:var(--error);background:#f071781f}.dot{width:8px;height:8px;border-radius:50%;background:var(--muted)}.badge.ok .dot{background:var(--success)}.badge.err .dot{background:var(--error)}table{width:100%;border-collapse:collapse;font-size:.85rem}th,td{text-align:left;padding:.5rem .65rem;border-bottom:1px solid var(--border)}th{color:var(--muted);font-weight:500}input,textarea{width:100%;max-width:100%;padding:.5rem .65rem;border-radius:8px;border:1px solid var(--border);background:var(--bg);color:var(--text);font-family:inherit;font-size:.9rem}textarea{min-height:100px;resize:vertical}label{display:block;font-size:.8rem;color:var(--muted);margin-bottom:.25rem}.field{margin-bottom:1rem}.muted{color:var(--muted);font-size:.875rem}.error-banner{background:#f071781f;border:1px solid var(--error);color:var(--error);padding:.75rem 1rem;border-radius:var(--radius);margin-bottom:1rem;font-size:.9rem}.stack{display:flex;flex-direction:column;gap:.5rem}.mono{font-family:ui-monospace,monospace;font-size:.8rem;word-break:break-word}
