:root{color-scheme:light;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body,html{margin:0;min-height:100%}body{color:#0f172a;background:linear-gradient(180deg,#f7fbff,#eef5fb)}a{color:inherit}button,input,textarea{font:inherit}pre{white-space:pre-wrap;word-break:break-word}.starter-page{min-height:100vh;padding:40px 24px;background:radial-gradient(circle at top,rgba(162,220,255,.35),transparent 38%),linear-gradient(180deg,#f7fbff,#eef5fb)}.starter-shell{max-width:1040px;margin:0 auto;display:flex;flex-direction:column;gap:24px}.starter-auth-card,.starter-hero{background:rgba(255,255,255,.92);border:1px solid rgba(191,219,254,.7);border-radius:28px;box-shadow:0 24px 60px rgba(15,23,42,.08)}.starter-hero{padding:32px}.starter-hero-copy{max-width:720px;display:flex;flex-direction:column;gap:16px}.starter-meta-chip,.starter-pill{display:inline-flex;align-items:center;border-radius:999px;border:1px solid #bfdbfe;background:#eff6ff}.starter-pill{width:-moz-fit-content;width:fit-content;padding:6px 12px;font-size:11px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:#0369a1}.starter-title{margin:0;font-size:clamp(2.25rem,4vw,3.5rem);line-height:1;letter-spacing:-.04em}.starter-subtitle{margin:12px 0 0;font-size:1rem;line-height:1.8;color:#475569}.starter-meta-row{display:flex;flex-wrap:wrap;gap:10px}.starter-meta-chip{padding:8px 14px;font-size:.9rem;color:#334155}.starter-auth-card{position:relative;padding:32px}.auth-stack{display:flex;flex-direction:column;gap:16px}.auth-login-brand{display:flex;align-items:center;min-height:48px}.auth-login-logo{display:block;width:170px;max-width:72%;height:auto}.auth-heading-row{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:12px}.auth-heading{margin:0;font-size:1.5rem}.auth-muted{margin:0;color:#475569;line-height:1.7}.auth-error{margin:0;padding:14px 16px;border-radius:16px;background:#fef2f2;border:1px solid #fecaca;color:#b91c1c}.auth-json{margin:0;padding:16px;border-radius:20px;background:#eff6ff;border:1px solid #dbeafe;font-size:.85rem;line-height:1.7}.auth-profile-grid{display:grid;grid-gap:12px;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr))}.auth-profile-card{display:flex;flex-direction:column;gap:4px;border:1px solid #dbeafe;background:#f8fbff;border-radius:18px;padding:14px 16px}.auth-profile-label{font-size:.76rem;text-transform:uppercase;letter-spacing:.06em;color:#64748b}.auth-profile-value{font-size:.95rem;font-weight:600;color:#0f172a;word-break:break-word}.auth-status-chip{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:8px 14px;border-radius:999px;font-size:.82rem;font-weight:700}.auth-status-chip-ok{background:#ecfdf5;border:1px solid #bbf7d0;color:#166534}.auth-status-chip-warn{background:#fffbeb;border:1px solid #fde68a;color:#92400e}.auth-inline-error,.auth-inline-success{padding:14px 16px;border-radius:16px;border:1px solid transparent;font-size:.95rem}.auth-inline-success{background:#ecfdf5;border-color:#bbf7d0}.auth-inline-error{background:#fef2f2;border-color:#fecaca;color:#b91c1c}.auth-inline-success{border:1px solid #bbf7d0;border-radius:14px;background:#f0fdf4;color:#166534;padding:10px 12px;font-size:.9rem}.auth-subheading{margin:0 0 6px;font-size:1rem}.auth-account-links,.auth-actions{display:flex;flex-wrap:wrap;gap:12px}.auth-account-links{align-items:center;color:#0f6db7;font-size:.92rem;font-weight:700}.auth-account-links a{text-decoration:none}.auth-account-links a:hover,.auth-link-button:hover{text-decoration:underline}.auth-link-button{border:0;background:transparent;color:#0f6db7;cursor:pointer;font:inherit;font-weight:700;padding:0}.auth-button{border-radius:999px;border:1px solid transparent;padding:12px 18px;font-weight:600;cursor:pointer}.auth-button:disabled{cursor:not-allowed;opacity:.65}.auth-button-primary{background:#0f6db7;color:white}.auth-button-secondary{background:white;border-color:#cbd5e1;color:#0f172a}.auth-social-stack{display:flex;flex-direction:column;gap:12px}.auth-divider{display:flex;align-items:center;gap:12px;color:#64748b;font-size:.85rem}.auth-divider:after,.auth-divider:before{content:"";height:1px;flex:1 1;background:#dbeafe}.auth-social-grid{display:grid;grid-gap:10px;gap:10px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.auth-social-button{width:100%}.auth-registration-form{display:grid;grid-gap:12px;gap:12px;border:1px solid #dbeafe;border-radius:18px;background:#f8fbff;padding:14px}.auth-mfa-floating{position:fixed;right:24px;bottom:24px;z-index:30;width:min(460px,calc(100vw - 32px))}.auth-mfa-panel{display:flex;flex-direction:column;gap:16px;border-radius:24px;border:1px solid rgba(191,219,254,.95);background:rgba(255,255,255,.98);box-shadow:0 28px 70px rgba(15,23,42,.18);padding:20px}.auth-mfa-eyebrow{font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#0369a1}.auth-mfa-brand-row{display:flex;align-items:center;min-height:42px}.auth-mfa-brand-logo{display:block;max-width:170px;max-height:48px;object-fit:contain}.auth-mfa-title{margin:8px 0 0;font-size:1.25rem}.auth-mfa-copy{margin:10px 0 0;color:#475569;line-height:1.65}.auth-mfa-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.auth-mfa-actions .auth-button:first-child:last-child{grid-column:1/-1}.auth-mfa-method-panel{display:flex;flex-direction:column;gap:12px;border-radius:18px;border:1px solid #dbeafe;background:#f8fbff;padding:16px}.auth-mfa-section-title{font-weight:700;color:#0f172a}.auth-qr-card{position:relative;width:min(280px,100%);aspect-ratio:1;align-self:center;display:grid;place-items:center;border-radius:24px;border:1px solid #dbeafe;background:white;padding:14px;box-shadow:0 18px 36px rgba(15,23,42,.08)}.auth-qr-image{width:100%;height:100%;display:block;object-fit:contain}.auth-qr-logo{position:absolute;inset:50% auto auto 50%;width:22%;aspect-ratio:1;transform:translate(-50%,-50%);display:grid;place-items:center;border-radius:18px;background:white;border:1px solid #e2e8f0;box-shadow:0 8px 18px rgba(15,23,42,.18);overflow:hidden;padding:6px}.auth-qr-logo img{max-width:100%;max-height:100%;object-fit:contain}.auth-manual-setup{border-radius:16px;border:1px dashed #cbd5e1;background:white;padding:12px 14px}.auth-manual-setup summary{cursor:pointer;color:#0f6db7;font-weight:700}.auth-manual-setup[open]{display:flex;flex-direction:column;gap:12px}.auth-secret-box{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;border-radius:16px;border:1px solid #cbd5e1;background:#f8fbff;padding:12px 14px;color:#0f172a}.auth-secret-box span{min-width:0;flex:1 1;word-break:break-word;font-size:.92rem;line-height:1.5}.auth-input-stack{display:flex;flex-direction:column;gap:8px;font-size:.92rem;color:#334155}.auth-input{width:100%;border-radius:16px;border:1px solid #cbd5e1;background:white;padding:12px 14px;color:#0f172a}.auth-inline-link{border:0;background:transparent;color:#0f6db7;font-weight:700;cursor:pointer;white-space:nowrap;padding:0}.password-page{min-height:100vh;display:grid;place-items:center;padding:40px 24px;background:radial-gradient(circle at top,rgba(162,220,255,.35),transparent 38%),linear-gradient(180deg,#f7fbff,#eef5fb)}.password-card{width:min(920px,100%);display:flex;flex-direction:column;gap:24px;border:1px solid #dbeafe;border-radius:28px;background:rgba(255,255,255,.95);box-shadow:0 24px 70px rgba(15,23,42,.1);padding:36px}.password-brand{display:flex;justify-content:center}.password-logo{width:min(260px,70%);height:auto;object-fit:contain}.password-title{margin:0;font-size:clamp(2rem,4vw,3rem);line-height:1.05}.password-subtitle{margin:10px 0 0;color:#64748b;font-size:1.1rem}.password-stack{display:flex;flex-direction:column;gap:18px}.password-error,.password-generated,.password-info,.password-success{border-radius:18px;border:1px solid #dbeafe;padding:16px 18px}.password-generated,.password-info{background:#f8fbff;color:#0f172a}.password-success{background:#ecfdf5;border-color:#bbf7d0;color:#166534}.password-error{background:#fef2f2;border-color:#fecaca;color:#b91c1c}.password-generated{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;word-break:break-word}.password-divider{height:1px;background:#dbeafe}.password-generator{display:flex;align-items:center;justify-content:space-between;gap:18px;border:1px solid #dbeafe;border-radius:20px;padding:18px;background:#ffffff}.password-generator-title{font-weight:800;color:#0f172a}.password-generator p{margin:6px 0 0;color:#64748b;line-height:1.6}.password-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px;gap:18px}.password-field{display:flex;flex-direction:column;gap:8px;color:#0f172a;font-weight:700}.password-field input{width:100%;min-height:56px;border-radius:18px;border:1px solid #cbd5e1;background:white;padding:12px 16px;color:#0f172a}.password-input-wrap{position:relative;display:block}.password-input-wrap input{padding-right:52px}.password-eye-button{position:absolute;right:10px;top:50%;display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border:0;border-radius:12px;background:transparent;color:#64748b;cursor:pointer;transform:translateY(-50%)}.password-eye-button:focus,.password-eye-button:hover{background:#eff6ff;color:#0f172a;outline:none}.password-eye-button svg{width:20px;height:20px}.password-button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;border-radius:18px;border:1px solid #0f6db7;background:#0f6db7;color:white;font-weight:800;text-decoration:none;cursor:pointer;padding:12px 18px}.password-button:disabled{cursor:not-allowed;opacity:.65}.password-button-secondary{background:white;border-color:#cbd5e1;color:#0f172a}.password-back{width:-moz-fit-content;width:fit-content;color:#64748b;text-decoration:none;font-weight:700}@media (max-width:720px){.starter-page{padding:24px 16px}.starter-auth-card,.starter-hero{padding:24px}.auth-profile-grid{grid-template-columns:minmax(0,1fr)}.auth-mfa-floating{position:static;width:100%}.auth-mfa-actions{grid-template-columns:minmax(0,1fr)}.password-card{padding:24px}.password-generator{align-items:stretch;flex-direction:column}.password-grid{grid-template-columns:minmax(0,1fr)}}