:root{--primary: #4f46e5;--accent: #7c3aed;--bg: #fafafa;--surface: #ffffff;--border: #e5e7eb;--text: #111827;--text-muted: #6b7280;--radius: 16px;--font: "DM Sans", system-ui, sans-serif;--shadow: 0 1px 3px rgba(0,0,0,.04), 0 4px 12px rgba(0,0,0,.04)}[data-theme=dark]{--bg: #0a0a0f;--surface: #14141f;--border: #1f1f2e;--text: #f3f4f6;--text-muted: #9ca3af;--shadow: 0 1px 3px rgba(0,0,0,.2), 0 4px 12px rgba(0,0,0,.3)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font);background:var(--bg);color:var(--text);min-height:100vh;line-height:1.5}.center{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem}.hero{text-align:center;max-width:480px}.hero h1{font-size:2.5rem;font-weight:700;margin:1rem 0;background:linear-gradient(135deg,var(--primary),var(--accent));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero p{color:var(--text-muted);margin-bottom:2rem}.eyebrow{font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--primary)}button{font-family:inherit;font-size:.9rem;font-weight:500;padding:.75rem 1.5rem;border-radius:var(--radius);border:none;cursor:pointer;transition:all .2s;background:var(--primary);color:#fff}button:hover{opacity:.9;transform:translateY(-1px)}button.secondary{background:transparent;color:var(--text);border:1px solid var(--border)}button.secondary:hover{background:var(--surface)}button.logout{margin-top:auto;background:transparent;color:var(--text-muted);font-size:.85rem}.panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;margin-bottom:1rem;box-shadow:var(--shadow)}.form-card label{display:block;margin:1rem 0 .5rem;font-size:.85rem;font-weight:500;color:var(--text-muted)}.form-card input,.form-card select{width:100%;padding:.75rem 1rem;border:1px solid var(--border);border-radius:calc(var(--radius) * .6);font-family:inherit;font-size:.9rem;background:var(--bg);color:var(--text);margin-top:.25rem}.form-card input:focus,.form-card select:focus{outline:none;border-color:var(--primary)}.form-card input:disabled{opacity:.6;cursor:not-allowed}.form-card small{display:block;margin-top:.25rem;font-size:.75rem;color:var(--text-muted)}.form-card button{margin-top:1.5rem}.shell{display:flex;min-height:100vh}.shell aside{width:240px;background:var(--surface);border-right:1px solid var(--border);padding:1.5rem;display:flex;flex-direction:column;position:sticky;top:0;height:100vh}.shell .brand{display:flex;align-items:center;gap:.75rem;margin-bottom:2rem}.shell .brand img{height:32px}.shell .brand .mark{width:32px;height:32px;background:linear-gradient(135deg,var(--primary),var(--accent));border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700}.shell nav{display:flex;flex-direction:column;gap:.25rem;flex:1}.shell nav button{text-align:left;padding:.75rem 1rem;background:transparent;color:var(--text-muted);border-radius:calc(var(--radius) * .6)}.shell nav button:hover{background:var(--bg);color:var(--text)}.shell nav button.selected{background:var(--primary);color:#fff}.shell .content{flex:1;padding:2rem;max-width:800px}.shell .content header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem}.shell .content header h2{font-size:1.5rem;font-weight:600;margin-top:.25rem}.avatar{width:40px;height:40px;background:linear-gradient(135deg,var(--primary),var(--accent));border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600}.notice{background:var(--primary);color:#fff;padding:.75rem 1rem;border-radius:var(--radius);margin-bottom:1rem;cursor:pointer;font-size:.9rem}.section-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.section-title h3{font-size:1.1rem;font-weight:600}.muted{color:var(--text-muted);font-size:.85rem}.row{display:flex;align-items:center;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--border)}.row:last-child{border-bottom:none}.row b{font-size:.9rem}.row small{display:block;color:var(--text-muted);font-size:.8rem;margin-top:.25rem}.dot{width:8px;height:8px;border-radius:50%;background:var(--text-muted)}.dot.positive{background:#10b981}.dot.negative{background:#ef4444}.status{font-size:.75rem;font-weight:500;padding:.25rem .75rem;border-radius:100px;background:var(--bg);color:var(--text-muted)}.status.active{background:#d1fae5;color:#065f46}.status.failed{background:#fee2e2;color:#991b1b}.empty{text-align:center;padding:2rem;color:var(--text-muted)}.success{color:#10b981;font-weight:500;margin:.5rem 0}.provider-icon{font-size:1.5rem}.qr{width:200px;height:200px;margin:1rem auto;display:block}.secret{display:block;text-align:center;padding:.75rem;background:var(--bg);border-radius:calc(var(--radius) * .6);font-family:monospace;font-size:.9rem;margin:1rem 0;word-break:break-all}.loader{font-size:1.1rem;color:var(--text-muted)}@media(max-width:768px){.shell{flex-direction:column}.shell aside{width:100%;height:auto;position:static;flex-direction:row;flex-wrap:wrap;padding:1rem}.shell .brand{margin-bottom:0;margin-right:auto}.shell nav{flex-direction:row;gap:.5rem;margin:1rem 0}.shell .content{padding:1rem}}[data-theme=light]{color-scheme:light}[data-theme=dark]{color-scheme:dark}
