:root{--bg:#0b0d10;--fg:#e6eaf0;--muted:#9aa4b2;--card:#14181d;--border:#232a32;--accent:#4fc3f7;--ok:#3ddc97;--warn:#ffb020;--err:#ff6b6b}html,body{height:100%}#app{display:flex;flex-direction:column;gap:10px}body{padding:20px;-apple-system,system-ui,Segoe UI,Roboto,Arial,sans-serif;margin:0;background:var(--bg);color:var(--fg)}main{padding:2rem}h1{margin:0 0 1rem;font-size:1.5rem}.toolbar{display:flex;gap:.75rem;align-items:center;padding:.75rem 1rem;border:1px solid var(--border);background:#14181d99;-webkit-backdrop-filter:saturate(140%) blur(6px);backdrop-filter:saturate(140%) blur(6px);position:sticky;top:0;z-index:10;flex-wrap:wrap}.toolbar button,.toolbar input,.toolbar select{padding:.4rem .6rem;border-radius:.5rem;border:1px solid var(--border);background:var(--card);color:var(--fg)}.toolbar button{cursor:pointer}.toolbar label{display:flex;align-items:center;gap:.4rem;color:var(--muted)}.status{font-size:.9rem;color:var(--muted)}.cards{display:grid;grid-template-columns:1fr;gap:1rem}.card{border:1px solid var(--border);border-radius:.75rem;background:var(--card);padding:1rem;display:flex;flex-direction:column;gap:.6rem}.card .header{display:flex;justify-content:space-between;align-items:center}.card .title{font-weight:700}.badge{font-size:.8rem;padding:.2rem .5rem;border-radius:.5rem;border:1px solid var(--border);color:var(--muted)}.badge.on{color:var(--ok);border-color:var(--ok)}.badge.off{color:var(--err);border-color:var(--err)}.grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem}.kv{display:flex;justify-content:space-between;gap:1rem;border-bottom:1px dashed var(--border);padding:.25rem 0}.kv .k{color:var(--muted)}.controls{display:grid;grid-template-columns:1fr;gap:.5rem}.controls select,.controls input,.controls button{padding:.45rem .6rem;border-radius:.5rem;border:1px solid var(--border);background:#101418;color:var(--fg)}.controls button{cursor:pointer}.actions{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.btn{padding:.45rem .7rem;border-radius:.5rem;border:1px solid var(--border);background:#101418;color:var(--fg);cursor:pointer}.btn.secondary{background:#0f1317;color:var(--muted)}.btn.primary{border-color:var(--accent);box-shadow:inset 0 0 0 1px var(--accent)}.empty{color:var(--muted);font-style:italic;padding:1rem}.pre{background:#0f1317;color:#d8dee9;border:1px solid var(--border);border-radius:.5rem;padding:.5rem;white-space:pre-wrap;overflow:auto;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:12px}select,input[type=number],button{min-height:44px;font-size:16px;touch-action:manipulation}.tempctl{display:grid;grid-template-columns:1fr auto 1fr;gap:.4rem}@media (min-width:640px){.cards{grid-template-columns:repeat(2,minmax(0,1fr))}.controls{grid-template-columns:1fr 1fr}.actions{display:flex}}@media (min-width:1024px){.cards{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:960px){.controls{grid-template-columns:1fr 1fr 1fr auto auto}}.hidden{display:none}.visually-hidden{position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);white-space:nowrap}.muted{color:var(--muted);font-size:.9rem}.linklike{background:none;color:var(--accent);border:none;padding:.25rem .4rem;cursor:pointer}.auth-panel.hidden{display:none}.auth-panel{padding:1rem;border:1px solid var(--border);border-radius:.75rem;background:var(--card);display:grid;gap:.75rem;max-width:480px;margin:1rem auto}.auth-step{gap:.6rem;display:flex;flex-direction:column}.auth-row{display:flex;justify-content:space-between;align-items:center;gap:.5rem}.auth-actions{display:flex;gap:.5rem;flex-wrap:wrap}.auth-actions .btn{flex:1 1 auto}.remember{color:var(--muted)}.auth-panel .otp-grid input{text-align:center;font-size:24px;padding:.8rem 0}.otp-cell.svelte-i5r295{max-width:48px;text-align:center;font-size:24px;padding:.8rem 0;border:1px solid var(--border);border-radius:.5rem;background:#101418;color:var(--fg);margin-right:.5rem}div[role=group].svelte-i5r295{display:grid;grid-template-columns:repeat(var(--otp-cols, 4),1fr);gap:.5rem}
