*{box-sizing:border-box}
body{font-family:ui-sans-serif,system-ui,sans-serif;background:#0e0e10;color:#e4e4e7;margin:0}
header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background:#151518;border-bottom:1px solid #26262b}
header h1{font-size:1.1rem;margin:0}
#who{opacity:.7;font-size:.9rem}
main{max-width:1200px;margin:0 auto;padding:1.5rem}
section{background:#151518;border:1px solid #26262b;border-radius:8px;padding:1.5rem;margin-bottom:1rem}
h2{margin-top:0}
button{background:#a855f7;color:#fff;border:0;border-radius:5px;padding:.5rem .9rem;font-size:.9rem;cursor:pointer}
button:hover{background:#9333ea}
button.ghost{background:transparent;color:#a1a1aa;border:1px solid #3f3f46}
button.ghost:hover{background:#26262b;color:#fff}
button.danger{background:#dc2626}
button.danger:hover{background:#b91c1c}
form{display:grid;gap:.75rem;grid-template-columns:1fr 1fr auto;align-items:end;margin:.5rem 0 1rem}
label{display:flex;flex-direction:column;gap:.3rem;font-size:.85rem;opacity:.85}
input,select{background:#0e0e10;color:#e4e4e7;border:1px solid #3f3f46;border-radius:5px;padding:.5rem;font-size:.9rem}
table{width:100%;border-collapse:collapse;font-size:.85rem}
th,td{text-align:left;padding:.5rem;border-bottom:1px solid #26262b}
th{opacity:.6;font-weight:500;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em}
tr:hover td{background:#1a1a1e}
.mono{font-family:ui-monospace,monospace}
.badge{display:inline-block;padding:.1rem .5rem;border-radius:99px;font-size:.7rem;font-weight:600}
.badge.ok{background:#166534;color:#bbf7d0}
.badge.warn{background:#b45309;color:#fef3c7}
.badge.bad{background:#7f1d1d;color:#fecaca}
.err{color:#fca5a5;font-size:.85rem;min-height:1.2em}
.hint{opacity:.6;font-size:.8rem;margin-top:1rem}
code{background:#26262b;padding:.1rem .3rem;border-radius:3px;font-size:.8em}
details summary{cursor:pointer;opacity:.75;margin-bottom:.5rem}
details[open] summary{opacity:1}
