:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;color:#ffffffde;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#0f172a;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5}body{background:radial-gradient(circle at top,#1e293b 0%,#0f172a 100%);min-width:320px;min-height:100vh;margin:0}#root{width:100%;min-height:100vh}.dashboard-container{color:#f1f5f9;max-width:900px;margin:0 auto;padding:2rem;font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.dashboard-header{flex-direction:column;align-items:center;margin-bottom:2.5rem;display:flex}.header-title{align-items:center;gap:.75rem;margin-bottom:.5rem;display:flex}.shield-icon{color:#3b82f6}.header-title h1{letter-spacing:-.025em;background:linear-gradient(90deg,#fff,#94a3b8);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin:0;font-size:2.5rem;font-weight:700}.header-subtitle{color:#94a3b8;margin:0;font-size:1.1rem}.progress-container{text-align:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#1e293b80;border:1px solid #33415580;border-radius:1rem;margin-bottom:2.5rem;padding:1.5rem}.progress-bar-bg{background-color:#334155;border-radius:4px;width:100%;height:8px;margin-bottom:.75rem;overflow:hidden}.progress-bar-fill{background:linear-gradient(90deg,#3b82f6,#60a5fa);border-radius:4px;height:100%}.progress-text{color:#cbd5e1;margin:0;font-size:.9rem;font-weight:500}.cards-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;display:grid}.totp-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1e293bb3;border:1px solid #334155cc;border-radius:1rem;flex-direction:column;align-items:center;padding:1.5rem;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex}.totp-card:hover{border-color:#3b82f680;transform:translateY(-4px);box-shadow:0 10px 25px -5px #00000080}.card-title{color:#e2e8f0;letter-spacing:.05em;margin:0 0 1rem;font-size:1.25rem;font-weight:600}.code-display{text-align:center;background:#0f172a99;border:1px inset #ffffff0d;border-radius:.5rem;width:100%;margin-bottom:1.5rem;padding:1rem 1.5rem}.code-text{letter-spacing:.2em;color:#60a5fa;text-shadow:0 0 10px #60a5fa4d;font-family:Courier New,Courier,monospace;font-size:2rem;font-weight:700}.copy-button{color:#fff;cursor:pointer;background-color:#3b82f6;border:none;border-radius:.5rem;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.75rem;font-size:1rem;font-weight:600;transition:all .2s;display:flex}.copy-button:hover{background-color:#2563eb}.copy-button.copied{background-color:#10b981}@media (width<=640px){.dashboard-container{padding:1rem}.header-title h1{font-size:2rem}.cards-grid{grid-template-columns:1fr}}
