:root{--bg:#0f172a;--surface:#1e293b;--border:#a78bfa2e;--text-strong:#f8fafc;--text-muted:#aeb8d4;color:var(--text-strong);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{background:#0f172a;min-width:320px;min-height:100vh;margin:0}.app-shell{background:radial-gradient(circle at 16% 8%,#7c3aed38,#0000 30%),radial-gradient(circle at 82% 12%,#a78bfa1f,#0000 28%),linear-gradient(135deg,#0f172a 0%,#111534 54%,#1e1b4b 100%);flex-direction:column;min-height:100vh;display:flex}.topbar{border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);z-index:5;background:#0f172ad1;justify-content:space-between;align-items:center;height:72px;padding:0 28px;display:flex;position:sticky;top:0}.brand{align-items:center;gap:12px;min-width:0;display:flex}.brand-mark{filter:drop-shadow(0 12px 22px #7c3aed59);flex:none;width:42px;height:42px;display:block}.brand strong,.brand span{display:block}.brand strong{color:var(--text-strong);font-size:18px;line-height:1.05}.brand span{color:var(--text-muted);margin-top:3px;font-size:13px}.auth-layout,.vault-layout{width:min(1180px,100vw - 40px);margin:0 auto;padding:38px 0}.auth-layout{flex:1;grid-template-columns:minmax(0,1fr) 420px;align-items:center;gap:44px;display:grid}.auth-layout.single-panel{grid-template-columns:minmax(0,460px);justify-content:center}.auth-copy{max-width:640px}.hero-icon{background:linear-gradient(145deg,#7c3aed3d,#0f172a5c),#1e293bb3;border:1px solid #a78bfa3d;border-radius:8px;place-items:center;width:108px;height:108px;margin-bottom:26px;display:grid;box-shadow:0 24px 48px #00000047}.hero-icon img{width:76px;height:76px;display:block}.hero-icon.small{border-radius:8px;width:58px;height:58px;margin-bottom:0}.hero-icon.small img{width:42px;height:42px}h1,h2,p{margin:0}h1{letter-spacing:0;color:var(--text-strong);margin-bottom:18px;font-size:56px;line-height:1.02}h2{color:var(--text-strong);letter-spacing:0;font-size:20px;line-height:1.2}p{color:var(--text-muted);line-height:1.56}.panel{background:linear-gradient(180deg, #1e293be0, #0f172ae0), var(--surface);border:1px solid var(--border);border-radius:8px;padding:22px;box-shadow:0 24px 58px #00000047}.auth-card,.auth-action-card,.add-panel,.sidebar{flex-direction:column;gap:16px;display:flex}.auth-action-card h1{margin-bottom:0;font-size:34px}.segmented{border:1px solid var(--border);background:#0f172a9e;border-radius:8px;grid-template-columns:1fr 1fr;display:grid;overflow:hidden}.segmented button{color:var(--text-muted);background:0 0;border:0;padding:11px}.segmented button.active{color:#fff;background:linear-gradient(135deg,#7c3aedeb,#5b21d8eb);font-weight:700}label{color:var(--text-strong);flex-direction:column;gap:7px;font-size:14px;font-weight:650;display:flex}input{border:1px solid var(--border);height:44px;font:inherit;color:var(--text-strong);background:#0f172ab8;border-radius:8px;outline:none;padding:0 12px;font-size:15px}input::placeholder{color:#64748b}input:focus{border-color:#a78bfa;box-shadow:0 0 0 3px #7c3aed3d}button{font:inherit;cursor:pointer}a{color:inherit}button:disabled{cursor:wait;opacity:.66}.primary,.secondary,.ghost-icon{border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:8px;min-height:42px;display:inline-flex}.primary{color:#fff;background:linear-gradient(135deg,#7c3aed,#5b21d8);font-weight:750;box-shadow:0 16px 32px #7c3aed42}.primary:hover{filter:brightness(1.06)}.secondary{border-color:var(--border);color:var(--text-strong);background:#1e293bb8;padding:0 14px}.secondary:hover,.ghost-icon:hover{background:#7c3aed29;border-color:#a78bfa6b}.icon-text{padding:0 14px}.link-button{padding:0 14px;text-decoration:none}.message{border-radius:8px;padding:10px 12px;font-size:14px}.message.info{color:#ddd6fe;background:#7c3aed29;border:1px solid #a78bfa4d}.message.error{color:#fecaca;background:#7f1d1d38;border:1px solid #f8717147}.vault-layout{grid-template-columns:310px 1fr;align-items:start;gap:20px;display:grid}.sidebar{position:sticky;top:92px}.content-stack{flex-direction:column;gap:20px;display:flex}.section-head{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.form-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.inline-control{grid-template-columns:1fr auto;gap:10px;display:grid}.password-control{grid-template-columns:1fr 44px;gap:8px;display:grid}.password-control .ghost-icon{border:1px solid var(--border);width:44px;height:44px;min-height:44px}.vault-status{color:#fecaca;background:#7f1d1d2e;border:1px solid #f8717152;border-radius:8px;grid-template-columns:18px 1fr;gap:10px;padding:12px;display:grid}.vault-status[data-ready=true]{color:#ddd6fe;background:#7c3aed29;border-color:#a78bfa6b}.vault-status strong,.vault-status span{display:block}.vault-status strong{color:inherit;font-size:14px}.vault-status span{color:var(--text-muted);margin-top:2px;font-size:13px}.full-width{width:100%}.stat-row{border-top:1px solid var(--border);color:var(--text-muted);justify-content:space-between;padding-top:14px;display:flex}.stat-row strong{color:var(--text-strong)}.pill{color:#c4b5fd;background:#7c3aed2e;border:1px solid #a78bfa3d;border-radius:999px;place-items:center;min-width:30px;height:30px;font-weight:800;display:grid}.codes-panel{flex-direction:column;gap:16px;display:flex}.empty-state{text-align:center;min-height:190px;color:var(--text-muted);place-items:center;gap:8px;display:grid}.empty-state strong{color:var(--text-strong)}.empty-state svg{color:#a78bfa}.account-list{flex-direction:column;gap:12px;display:flex}.otp-card{border:1px solid var(--border);background:#1e293b94;border-radius:8px;overflow:hidden}.otp-card-main{justify-content:space-between;align-items:center;gap:18px;padding:16px;display:flex}.otp-card-main strong,.otp-card-main span{display:block}.otp-card-main span,.otp-actions{color:var(--text-muted);font-size:14px}.otp-card code{color:#f8fafc;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:30px;font-weight:800}.progress-track{background:#0f172adb;height:5px}.progress-track span{background:linear-gradient(90deg,#7c3aed,#a78bfa);height:100%;display:block;box-shadow:0 0 18px #7c3aeda8}.otp-actions{justify-content:space-between;align-items:center;padding:10px 12px 12px 16px;display:flex}.otp-actions>div{gap:6px;display:flex}.ghost-icon{width:36px;height:36px;min-height:36px;color:var(--text-muted);background:0 0}.ghost-icon.danger{color:#fca5a5}.modal-backdrop{z-index:20;background:#020617b8;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.scanner-modal{flex-direction:column;gap:16px;width:min(560px,100%);display:flex}.scanner-video{aspect-ratio:4/3;object-fit:cover;background:#0f172a;border-radius:8px;width:100%}@media (width<=860px){.auth-layout,.vault-layout{grid-template-columns:1fr;width:min(100% - 28px,640px);padding:22px 0}.auth-layout{gap:26px}.topbar{padding:0 16px}.brand span{display:none}h1{font-size:40px}.sidebar{position:static}.form-grid,.inline-control{grid-template-columns:1fr}.password-control{grid-template-columns:1fr 44px}.otp-card-main{flex-direction:column;align-items:flex-start}}
