:root{--bg: #0f1115;--surface: #181b22;--border: #272b36;--text: #e6e8ee;--muted: #8b909e;--accent: #5b8cff;--error: #ff6b6b;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text)}.center{min-height:100vh;display:grid;place-items:center;padding:1.5rem}.muted{color:var(--muted)}.error{color:var(--error);margin:.25rem 0 0;font-size:.9rem}.card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.5rem}.login{display:flex;flex-direction:column;gap:.9rem;width:min(22rem,100%)}.login h1{margin:0 0 .5rem;font-size:1.4rem}label{display:flex;flex-direction:column;gap:.35rem;font-size:.85rem;color:var(--muted)}input{padding:.6rem .7rem;border-radius:8px;border:1px solid var(--border);background:#11141a;color:var(--text);font-size:1rem}input:focus{outline:2px solid var(--accent);outline-offset:1px}button{padding:.6rem .9rem;border-radius:8px;border:none;background:var(--accent);color:#fff;font-size:.95rem;font-weight:600;cursor:pointer}button:disabled{opacity:.6;cursor:default}.shell{min-height:100vh;display:flex;flex-direction:column}.topbar{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-bottom:1px solid var(--border)}.topbar h1{font-size:1.15rem;margin:0}.topbar-right{display:flex;align-items:center;gap:1rem}.topbar-right button{background:transparent;border:1px solid var(--border);color:var(--text);font-weight:500}.content{padding:1.5rem;max-width:60rem;width:100%;margin:0 auto}.content h2{margin-top:0;font-size:1.05rem}.stats{display:grid;grid-template-columns:max-content 1fr;gap:.5rem 1.5rem;margin:0}.stats dt{color:var(--muted)}.stats dd{margin:0}.card h2{margin-top:0}.card+.card{margin-top:1rem}.row{display:flex;align-items:center;gap:.5rem;margin:.75rem 0;flex-wrap:wrap}label.inline{flex-direction:row;align-items:center;gap:.5rem;color:var(--text)}.list{list-style:none;margin:0 0 .75rem;padding:0;display:flex;flex-direction:column;gap:.4rem}.list li{display:flex;align-items:center;justify-content:space-between;gap:.75rem;font-size:.9rem}.plugin-actions{display:flex;gap:.5rem}button.link{background:transparent;border:none;color:var(--accent);padding:.15rem .3rem;font-size:.85rem;font-weight:500;cursor:pointer}button.link:disabled{color:var(--muted);cursor:default}
