:root{--bg: #0b0b0c;--panel: #18181b;--border: #27272a;--text: #e4e4e7;--muted: #a1a1aa;--accent: #e4e4e7}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font:14px/1.5 -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.center{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1rem}.card{background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:2rem;width:100%;max-width:360px;text-align:center}.logo{height:56px;margin-bottom:1rem}.card h1{font-size:1.25rem;margin:0 0 1.5rem}form{display:flex;flex-direction:column;gap:.75rem;text-align:left}label{font-size:.8rem;color:var(--muted)}input{background:#0f0f10;border:1px solid var(--border);color:var(--text);border-radius:8px;padding:.6rem .75rem;font-size:1rem}input.otp{text-align:center;letter-spacing:.3em;font-size:1.25rem}button{background:var(--accent);color:#18181b;border:none;border-radius:8px;padding:.6rem .9rem;font-weight:600;cursor:pointer}button:disabled{opacity:.5;cursor:default}button.ghost,button.link{background:transparent;color:var(--muted);font-weight:400}button.link{padding:.25rem;text-decoration:underline}.page{max-width:1200px;margin:0 auto;padding:1.5rem}.topbar{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem}.topbar h1{font-size:1.4rem;margin:0}.actions{display:flex;gap:.5rem}.muted{color:var(--muted)}.small{font-size:.8rem}.error{color:#f87171;background:#f871711a;border:1px solid rgba(248,113,113,.25);padding:.6rem .8rem;border-radius:8px}.warn{color:#fbbf24;background:#fbbf2414;border:1px solid rgba(251,191,36,.2);padding:.5rem .8rem;border-radius:8px}table{width:100%;border-collapse:collapse;margin-top:.75rem;font-variant-numeric:tabular-nums}th,td{text-align:right;padding:.55rem .7rem;border-bottom:1px solid var(--border);white-space:nowrap}th:first-child,td:first-child{text-align:left}th{color:var(--muted);font-weight:500;font-size:.78rem}.row-green td:first-child{border-left:3px solid #22c55e}.row-yellow td:first-child{border-left:3px solid #eab308}.row-red td:first-child{border-left:3px solid #ef4444}.row-green{background:#22c55e0f}.row-red{background:#ef44440f}.legend{margin-top:1rem;display:flex;align-items:center;gap:.4rem}.dot{display:inline-block;width:10px;height:10px;border-radius:50%}.dot.green{background:#22c55e}.dot.yellow{background:#eab308}.dot.red{background:#ef4444}
