:root{--bg:#0f1115;--panel:#171a21;--line:#262b35;--text:#e6e9ef;--muted:#9aa3b2;--accent:#2f7d4f;--accent-hover:#379159;--danger:#b4453c;--radius:8px}*{box-sizing:border-box}body{background:var(--bg);color:var(--text);margin:0;font:15px/1.55 system-ui,-apple-system,Segoe UI,sans-serif}a{color:var(--accent)}.panel{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);padding:1.75rem}label{margin-bottom:1rem;display:block}label span{color:var(--muted);margin-bottom:.35rem;font-size:.875rem;display:block}input{border:1px solid var(--line);width:100%;color:var(--text);background:#0d1015;border-radius:6px;padding:.6rem .75rem;font-size:1rem}input:focus{outline:2px solid var(--accent);outline-offset:1px}button{cursor:pointer;background:var(--accent);color:#fff;border:0;border-radius:6px;padding:.6rem 1.1rem;font-size:1rem;font-weight:500}button:hover:not(:disabled){background:var(--accent-hover)}button:disabled{opacity:.55;cursor:not-allowed}.error{border:1px solid var(--danger);color:#ffb4ad;background:#2a1614;border-radius:6px;margin-bottom:1rem;padding:.7rem .9rem;font-size:.9rem}table{border-collapse:collapse;width:100%}td,th{text-align:left;border-bottom:1px solid var(--line);padding:.6rem .75rem}th{font-size:.85rem;font-weight:500}.tag,th{color:var(--muted)}.tag{border:1px solid var(--line);border-radius:999px;padding:.1rem .5rem;font-size:.78rem;display:inline-block}.tag-warn{color:#e3b95f;border-color:#7a5b21}.tag-ok{color:#7fc79b;border-color:#2f5d42}
