:root{--bg:#f9fafb;--surface:#fff;--surface-muted:#f3f4f6;--text:#111827;--text-muted:#4b5563;--border:#e5e7eb;--primary:#111827;--primary-hover:#1f2937;--primary-foreground:#fff;--success-bg:#ecfdf5;--success-border:#86efac;--warning-bg:#fff7ed;--warning-border:#fdba74;--danger-bg:#fee2e2;--danger-border:#fca5a5;--radius-sm:10px;--radius-md:14px;--radius-lg:18px;--radius-xl:24px;--shadow-sm:0 4px 12px #0000000a;--shadow-md:0 10px 30px #0000000d;--container:1120px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:var(--font-inter), -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0}a{color:inherit}.container{max-width:var(--container);margin:0 auto;padding-left:20px;padding-right:20px}.page-section{padding-top:24px;padding-bottom:24px}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.card-soft{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);box-shadow:var(--shadow-md)}.badge{color:#3730a3;background:#eef2ff;border-radius:999px;padding:8px 12px;font-size:14px;font-weight:600;display:inline-block}.text-muted{color:var(--text-muted)}.btn{border-radius:var(--radius-sm);cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;gap:8px;padding:12px 18px;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.btn-primary{color:#fff;background:#2563eb}.btn-secondary{background:var(--surface);color:var(--text);border-color:#d1d5db}.alert{border-radius:var(--radius-md);border:1px solid var(--border);padding:16px}.alert-success{background:var(--success-bg);border-color:var(--success-border)}.alert-warning{background:var(--warning-bg);border-color:var(--warning-border)}.alert-danger{background:var(--danger-bg);border-color:var(--danger-border)}.input{border-radius:var(--radius-sm);width:100%;color:var(--text);background:#fff;border:1px solid #d1d5db;padding:12px 14px}.input:focus{border-color:#93c5fd;outline:2px solid #dbeafe}.footer-logo{color:var(--text);font-weight:700;text-decoration:none;transition:opacity .2s}.footer-logo:hover{opacity:.7}.stats-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.auto-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px;display:grid}@media (max-width:900px){.stats-grid{grid-template-columns:1fr}}.logo-container{align-items:center;gap:10px;display:flex}.logo-img{object-fit:contain;width:36px;height:36px}.logo-text{color:#0f172a;font-size:20px;font-weight:700}@media (max-width:768px){.logo-text{font-size:16px}.logo-img{width:30px;height:30px}}.seo-page{color:#0f172a;background:radial-gradient(circle at 0 0,#2563eb24,#0000 34%),linear-gradient(#f8fbff 0%,#fff 48%,#f8fbff 100%)}.seo-container{width:min(1120px,100% - 40px);margin:0 auto}.seo-hero{padding:72px 0 56px}.seo-hero-grid{grid-template-columns:1.1fr .9fr;align-items:center;gap:48px;display:grid}.seo-pill{color:#1d4ed8;background:#eff6ff;border-radius:999px;margin-bottom:24px;padding:10px 18px;font-weight:800;display:inline-flex}.seo-page h1{letter-spacing:-.06em;margin:0 0 24px;font-size:clamp(48px,7vw,88px);line-height:.95}.seo-page h2{letter-spacing:-.04em;margin:0 0 20px;font-size:clamp(30px,4vw,48px);line-height:1.05}.seo-page h3{margin:0 0 10px;font-size:22px}.seo-page p{color:#334155;font-size:18px;line-height:1.7}.seo-lead{max-width:760px;font-size:22px!important}.seo-actions{flex-wrap:wrap;gap:14px;margin-top:30px;display:flex}.seo-primary-btn,.seo-secondary-btn{border-radius:16px;justify-content:center;align-items:center;min-height:54px;padding:0 24px;font-weight:800;text-decoration:none;display:inline-flex}.seo-primary-btn{color:#fff;background:linear-gradient(135deg,#2563eb,#0ea5e9);box-shadow:0 16px 34px #2563eb40}.seo-secondary-btn{color:#0f172a;background:#fff;border:1px solid #bfdbfe}.seo-card{background:#fff;border:1px solid #dbeafe;border-radius:28px;padding:32px;box-shadow:0 24px 60px #0f172a14}.seo-card h2{color:#64748b;letter-spacing:0;margin-bottom:26px;font-size:20px}.seo-card-title{margin-bottom:22px;font-size:34px;font-weight:900}.seo-progress{background:#e5eaf2;border-radius:999px;height:12px;margin-bottom:22px;overflow:hidden}.seo-progress span{background:linear-gradient(90deg,#2563eb,#0ea5e9);width:46%;height:100%;display:block}.seo-stat-row{background:#f8fafc;border-radius:16px;justify-content:space-between;align-items:center;margin-top:12px;padding:16px 18px;display:flex}.seo-stat-row span{color:#64748b;font-weight:800}.seo-stat-row strong{color:#0f172a}.seo-section{padding:64px 0}.seo-muted{background:#eff6ff8c}.seo-three-grid{grid-template-columns:repeat(3,1fr);gap:22px;margin-top:30px;display:grid}.seo-info-card,.seo-tip-card{background:#fff;border:1px solid #dbeafe;border-radius:24px;padding:26px;box-shadow:0 14px 36px #0f172a0d}.seo-info-card a{color:#2563eb;margin-top:8px;font-weight:800;text-decoration:none;display:inline-flex}.seo-two-grid{grid-template-columns:1.1fr .9fr;align-items:start;gap:36px;display:grid}.seo-list{color:#334155;margin:24px 0 0;padding-left:20px;font-size:18px;line-height:1.8}.seo-tip-card{border-left:4px solid #2563eb}@media (max-width:768px){.seo-container{width:min(100% - 28px,1120px)}.seo-hero{padding:42px 0 36px}.seo-hero-grid,.seo-two-grid{grid-template-columns:1fr;gap:26px}.seo-page h1{font-size:46px}.seo-lead{font-size:18px!important}.seo-three-grid{grid-template-columns:1fr}.seo-section{padding:42px 0}.seo-actions{flex-direction:column}.seo-primary-btn,.seo-secondary-btn{width:100%}}.desktop-feature-card a{color:#2563eb;font-weight:700;text-decoration:none}.desktop-feature-card a:hover{text-decoration:underline}.seo-faq{flex-direction:column;gap:18px;margin-top:28px;display:flex}.seo-faq-item{background:#fff;border:1px solid #dbeafe;border-radius:20px;padding:24px;box-shadow:0 10px 24px #0f172a0a}.seo-faq-item h3{margin-bottom:10px}.text-link{color:#2563eb;font-size:15px;font-weight:600;text-decoration:none;transition:opacity .2s}.text-link:hover{opacity:.8}.seo-primary-wrapper{flex-direction:column;gap:10px;display:flex}.seo-primary-note{color:#475569;text-align:center;margin:0;font-size:14px;font-weight:600}.seo-secondary-btn{align-self:flex-start;min-height:64px;padding:0 32px}@media (max-width:768px){.seo-secondary-btn{align-self:stretch;width:100%;min-height:72px}}.seo-demo-preview-card{color:inherit;background:#fffffff0;border:1px solid #bfdbfef2;border-radius:32px;padding:34px;text-decoration:none;transition:transform .2s,box-shadow .2s;display:block;box-shadow:0 30px 80px #2563eb24}.seo-demo-preview-card:hover{transform:translateY(-3px);box-shadow:0 36px 90px #2563eb33}.seo-demo-top{color:#64748b;justify-content:space-between;align-items:center;margin-bottom:26px;font-size:18px;font-weight:900;display:flex}.seo-demo-top strong{color:#2563eb;font-size:24px}.seo-demo-question-label{color:#64748b;text-transform:uppercase;letter-spacing:.06em;margin-bottom:14px;font-size:14px;font-weight:900}.seo-demo-sequence{grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:24px;display:grid}.seo-demo-panel{background:#f8fbff;border:1px solid #dbeafe;border-radius:18px;justify-content:center;align-items:center;gap:7px;min-height:86px;display:flex}.seo-demo-question-mark{color:#0f172a;border:2px dashed #94a3b8;font-size:34px;font-weight:950}.shape{border:2px solid #0f172a;width:16px;height:16px;display:inline-block}.shape.filled{background:#0f172a}.shape.circle{border-radius:999px}.shape.triangle{background:0 0;border:9px solid #0000;border-top:0;border-bottom:17px solid #0f172a;width:0;height:0}.shape.triangle.filled{border-bottom-color:#0f172a}.seo-demo-preview-card h2{letter-spacing:-.8px;margin:0 0 20px;font-size:30px;line-height:1.15}.seo-demo-options{grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:24px;display:grid}.seo-demo-options div{color:#0f172a;background:#fff;border:1px solid #dbeafe;border-radius:16px;justify-content:center;align-items:center;min-height:56px;font-weight:950;display:flex}.seo-demo-cta{color:#2563eb;background:#eff6ff;border-radius:999px;width:fit-content;padding:12px 18px;font-size:15px;font-weight:950}@media (max-width:768px){.seo-demo-preview-card{border-radius:28px;padding:24px}.seo-demo-top{margin-bottom:20px;font-size:15px}.seo-demo-top strong{font-size:20px}.seo-demo-sequence{gap:7px}.seo-demo-panel{border-radius:14px;gap:4px;min-height:68px}.shape{width:11px;height:11px}.shape.triangle{border-bottom-width:13px;border-left-width:7px;border-right-width:7px}.seo-demo-preview-card h2{font-size:24px}.seo-demo-options div{min-height:48px}}.blog-abstract-sequence,.blog-abstract-options{grid-template-columns:repeat(4,1fr);gap:12px;margin-top:28px;margin-bottom:28px;display:grid}.blog-answer-figure{background:#fff;border:1px solid #dbeafe;border-radius:18px;place-items:center;gap:8px;min-height:96px;padding:12px;display:grid}.blog-answer-label{color:#0f172a;font-weight:950}.blog-correct-answer{color:#166534;background:#ecfdf5;border-color:#22c55e}.blog-correct-answer .blog-answer-label{color:#166534}.blog-shape.square{background:0 0;border:2px solid #0f172a;width:18px;height:18px}.blog-shape.square.filled{background:#0f172a}.blog-shape{box-sizing:border-box;display:inline-block}@media (max-width:640px){.blog-shape.square{width:14px;height:14px}}.blog-table{border-collapse:collapse;width:100%;min-width:320px}.blog-table th,.blog-table td{text-align:left;border:1px solid #dbeafe;padding:14px 18px}.blog-table th{background:#f8fbff;font-weight:800}.blog-numerical-options{grid-template-columns:repeat(4,1fr);gap:12px;margin-top:28px;display:grid}.blog-numerical-option{background:#fff;border:1px solid #dbeafe;border-radius:16px;justify-content:center;align-items:center;min-height:58px;padding:12px;font-weight:800;display:flex}.guest-explanation-lock{background:#fff;border:1px solid #dbeafe;border-radius:16px;min-height:170px;margin-top:16px;position:relative;overflow:hidden}.guest-explanation-blurred{filter:blur(4px);-webkit-user-select:none;user-select:none;opacity:.5;margin:0;padding:22px;line-height:1.7}.guest-explanation-overlay{text-align:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#ffffffe6;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:18px;display:flex;position:absolute;inset:0}.guest-explanation-overlay strong{color:#0f172a;font-size:17px}.guest-explanation-overlay span{color:#475569;max-width:460px;font-size:14px;line-height:1.5}.guest-explanation-overlay .btn{margin-top:4px}@media (max-width:640px){.blog-numerical-options{grid-template-columns:repeat(2,1fr)}}:root{--practice-blue:#2563eb;--practice-blue-dark:#1d4ed8;--practice-blue-soft:#eff6ff;--practice-blue-border:#bfdbfe;--practice-blue-text:#1e40af}.practice-container{padding:22px 14px 52px}.practice-hero{grid-template-columns:1fr;gap:18px;margin-bottom:28px;display:grid}.practice-hero-copy{position:relative}.practice-badge{box-shadow:0 1px 2px #2563eb14;background:var(--practice-blue-soft)!important;border:1px solid var(--practice-blue-border)!important;color:var(--practice-blue-text)!important}.practice-title{letter-spacing:-1.6px;color:#0f172a;margin:0;font-size:clamp(32px,8vw,56px);line-height:1.05}.practice-title:after{content:"";background:linear-gradient(90deg, var(--practice-blue), #93c5fd);border-radius:999px;width:72px;height:4px;margin-top:16px;display:block}.practice-subtitle{margin-top:12px;margin-bottom:0;font-size:clamp(17px,4vw,22px);line-height:1.45}.practice-main-cta-wrap{gap:8px;max-width:360px;margin-top:22px;display:grid}.practice-main-cta{border-radius:16px;justify-content:center;min-height:56px;font-size:18px;font-weight:800;box-shadow:0 12px 24px #2563eb2e;background:var(--practice-blue)!important;border-color:var(--practice-blue)!important;color:#fff!important}.practice-main-cta:hover{transform:translateY(-1px);background:var(--practice-blue-dark)!important;border-color:var(--practice-blue-dark)!important}.practice-cta-subtext{text-align:center;color:var(--text-muted);font-size:14px;font-weight:700}.practice-account-card{border:1px solid var(--practice-blue-border);background:#ffffffeb;width:100%;padding:16px;box-shadow:0 14px 34px #0f172a14}.practice-email{overflow-wrap:anywhere;color:#0f172a;font-weight:700}.practice-account-actions{flex-wrap:wrap;gap:10px;display:flex}.practice-account-actions .btn{flex:1;justify-content:center;min-width:120px}.practice-account-actions .btn-primary,.practice-demo-login.btn-primary{background:var(--practice-blue)!important;border-color:var(--practice-blue)!important;color:#fff!important}.practice-account-actions .btn-primary:hover,.practice-demo-login.btn-primary:hover{background:var(--practice-blue-dark)!important;border-color:var(--practice-blue-dark)!important}.practice-account-actions .btn-secondary,.practice-demo-login.btn-secondary{background:var(--practice-blue-soft)!important;border-color:var(--practice-blue-border)!important;color:var(--practice-blue-text)!important}.practice-success-alert{margin-bottom:24px}.practice-demo-banner,.practice-premium-banner{border:1px solid var(--practice-blue-border);background:#eff6ffcc;grid-template-columns:1fr;align-items:center;gap:14px;margin-bottom:24px;padding:18px;display:grid;box-shadow:0 8px 20px #2563eb14}.practice-premium-banner{background:linear-gradient(135deg,#eff6ff,#f0fdf4);border-color:#bfdbfe}.practice-banner-text{margin:6px 0 0;line-height:1.5}.practice-demo-login{justify-content:center;width:100%}.practice-section-heading{margin:24px 0 14px}.practice-section-heading h2{letter-spacing:-.5px;color:#0f172a;margin:0;font-size:26px}.practice-section-heading p{color:var(--text-muted);margin:6px 0 0}.practice-grid{align-items:stretch}.practice-test-card{color:inherit;background:#fff;border:1px solid #dbeafe;flex-direction:column;min-height:260px;padding:22px;text-decoration:none;display:flex;box-shadow:0 10px 28px #0f172a0f}.practice-test-card:hover{border-color:var(--practice-blue);transform:translateY(-2px);box-shadow:0 16px 36px #2563eb1f}.practice-test-heading{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px;display:flex}.practice-test-title{color:#0f172a;margin:0;font-size:24px;line-height:1.2}.practice-pill{background:var(--practice-blue-soft);color:var(--practice-blue-text);border:1px solid var(--practice-blue-border);white-space:nowrap;border-radius:999px;padding:6px 10px;font-size:13px;font-weight:700}.practice-test-description{margin-top:0;margin-bottom:18px;line-height:1.6}.practice-free-note{color:var(--text-muted);background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;margin-top:auto;margin-bottom:16px;padding:10px 12px;font-size:14px;font-weight:700}.practice-free-note-premium{border-color:var(--practice-blue-border);color:var(--practice-blue-text);background:#eff6ff}.practice-test-footer{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-top:auto;display:flex}.practice-test-footer span:last-child{color:var(--practice-blue-text)}@media (max-width:767px){.practice-container{padding-top:16px}.practice-title{letter-spacing:-1.1px}.practice-account-card,.practice-demo-banner,.practice-premium-banner,.practice-test-card{border-radius:18px}.practice-test-card{min-height:220px;padding:18px}}@media (min-width:768px){.practice-container{padding-top:28px;padding-bottom:56px}.practice-demo-banner,.practice-premium-banner{grid-template-columns:1fr auto;padding:20px}.practice-demo-login{width:auto}}@media (min-width:1024px){.practice-hero{grid-template-columns:1fr minmax(300px,360px);align-items:center;gap:24px;margin-bottom:32px}.practice-account-actions .btn{flex:initial}.practice-test-card{padding:24px}}.auth-brand-mark{color:#fff;letter-spacing:-.4px;background:linear-gradient(135deg,#2563eb,#14b8a6);border-radius:12px;justify-content:center;align-items:center;width:34px;height:34px;font-size:12px;font-weight:900;display:inline-flex;box-shadow:0 12px 24px #2563eb38}.auth-card-glow{pointer-events:none;background:radial-gradient(circle,#0ea5e942,#0000 68%);border-radius:999px;width:190px;height:190px;position:absolute;top:-80px;right:-80px}.auth-header h1{letter-spacing:-1.8px;color:#0f172a;margin:0;font-size:clamp(34px,8vw,44px);line-height:1.02}.auth-value-card{z-index:1;background:linear-gradient(#eff6ff,#fff);border:1px solid #bfdbfe;border-radius:20px;gap:12px;margin-bottom:16px;padding:16px;display:grid;position:relative}.auth-value-card strong{color:#0f172a;margin-bottom:4px;font-size:15px;display:block}.auth-value-card span{color:#475569;font-size:14px;line-height:1.45;display:block}.auth-value-card ul{color:#1e3a8a;gap:8px;margin:0;padding:0;font-size:14px;font-weight:800;list-style:none;display:grid}.auth-value-card li:before{content:"✓";color:#2563eb;margin-right:8px;display:inline-flex}.auth-sequence-note{z-index:1;color:#64748b;background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;margin-bottom:16px;padding:12px 16px;font-size:13px;line-height:1.6;position:relative}.auth-sequence-note strong{color:#0f172a}.auth-input{color:#0f172a;background:#fff;border:1px solid #dbeafe;border-radius:16px;outline:none;width:100%;height:52px;padding:0 15px;font-size:16px;transition:border-color .15s,box-shadow .15s}.auth-input:focus{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1f}.auth-btn{cursor:pointer;border:1px solid #0000;border-radius:16px;justify-content:center;align-items:center;width:100%;min-height:54px;padding:0 18px;font-size:16px;font-weight:900;transition:transform .15s,box-shadow .15s,opacity .15s;display:inline-flex}.auth-btn:disabled{opacity:.65;cursor:not-allowed}.auth-btn:not(:disabled):hover{transform:translateY(-1px)}.auth-btn-primary{color:#fff;background:linear-gradient(135deg,#2563eb,#0ea5e9);margin-top:6px;box-shadow:0 14px 32px #2563eb3d}.auth-btn-google{color:#0f172a;background:#fff;border:1px solid #d1d5db;gap:10px;box-shadow:0 10px 24px #0f172a0f}.google-icon{color:#fff;background:linear-gradient(135deg,#4285f4,#34a853,#fbbc05,#ea4335);border-radius:999px;justify-content:center;align-items:center;width:20px;height:20px;font-size:11px;font-weight:900;display:inline-flex}.auth-btn-secondary{color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe}.auth-alert{z-index:1;border-radius:16px;padding:12px 14px;font-size:14px;font-weight:700;line-height:1.45;position:relative}.auth-footer{z-index:1;border-top:1px solid #dbeafe;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-top:24px;padding-top:18px;display:flex;position:relative}.auth-footer span{color:#64748b;max-width:285px;font-size:14px;line-height:1.45}.auth-home-link{text-underline-offset:2px;color:#64748b;white-space:nowrap;font-size:14px;font-weight:600;text-decoration:underline}@media (max-width:520px){.auth-page{align-items:flex-start;padding:16px}.auth-brand{margin-bottom:14px}.auth-card{border-radius:26px;padding:22px 18px}.auth-header{margin-bottom:18px}.auth-header p{font-size:15px}.auth-input,.auth-btn{min-height:52px}.auth-footer{gap:12px;display:grid}.auth-footer span{max-width:none}.auth-home-link{width:fit-content}.auth-value-card{padding:14px}}.auth-brand{align-items:center;gap:10px;display:flex}.auth-brand-mark{background:#eff6ff;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.auth-brand-mark img{object-fit:contain;width:24px;height:24px}.auth-forgot-link{color:#2563eb;cursor:pointer;background:0 0;border:0;width:fit-content;margin-top:-4px;padding:0;font-size:14px;font-weight:700}.auth-forgot-link:hover{text-decoration:underline}.landing-page{color:#0f172a;background:radial-gradient(circle at 0 0,#2563eb38,#0000 34%),linear-gradient(#eef5ff 0%,#f8fbff 48%,#fff 100%);min-height:100vh}.brand-mark{color:#fff;letter-spacing:-.4px;background:linear-gradient(135deg,#2563eb,#14b8a6);border-radius:12px;flex:none;justify-content:center;align-items:center;width:34px;height:34px;font-size:12px;font-weight:900;display:inline-flex}.desktop-screen{display:none}.mobile-screen{min-height:100vh;padding:16px 16px 92px;display:block}.mobile-topbar{justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.mobile-brand{color:#0f172a;align-items:center;gap:9px;font-size:17px;font-weight:900;text-decoration:none;display:inline-flex}.mobile-top-link{color:#1d4ed8;background:#2563eb1a;border:1px solid #2563eb2e;border-radius:999px;padding:9px 13px;font-size:14px;font-weight:800;text-decoration:none}.mobile-hero-card{color:#fff;background:linear-gradient(160deg,#1d4ed8 0%,#2563eb 50%,#0ea5e9 100%);border-radius:30px;padding:24px 20px 20px;position:relative;overflow:hidden;box-shadow:0 22px 50px #2563eb47}.mobile-hero-card:after{content:"?";color:#ffffff17;font-size:132px;font-weight:900;line-height:1;position:absolute;top:4px;right:-8px}.mobile-pill{background:#ffffff2e;border:1px solid #ffffff38;border-radius:999px;width:fit-content;margin-bottom:18px;padding:8px 12px;font-size:13px;font-weight:900}.mobile-hero-card h1{z-index:1;letter-spacing:-1.8px;max-width:330px;margin:0;font-size:clamp(34px,10vw,48px);line-height:.98;position:relative}.mobile-hero-card p{z-index:1;color:#ffffffe0;max-width:330px;margin:16px 0 20px;font-size:17px;line-height:1.45;position:relative}.mobile-primary-btn{z-index:1;color:#1d4ed8;background:#fff;border-radius:18px;justify-content:center;align-items:center;width:100%;min-height:60px;font-size:20px;font-weight:950;text-decoration:none;display:flex;position:relative;box-shadow:0 14px 30px #0f172a2e}.mobile-mini-proof{z-index:1;flex-wrap:wrap;gap:8px;margin-top:14px;display:flex;position:relative}.mobile-mini-proof span{color:#ffffffeb;background:#ffffff24;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:800}.mobile-choice-section{margin-top:22px}.mobile-section-title{letter-spacing:-.3px;margin-bottom:12px;font-size:18px;font-weight:950}.mobile-test-list{gap:10px;display:grid}.mobile-test-card{color:#0f172a;background:#fff;border:1px solid #dbeafe;border-radius:20px;justify-content:space-between;align-items:center;gap:12px;padding:16px;text-decoration:none;display:flex;box-shadow:0 10px 24px #0f172a0f}.mobile-test-card-featured{background:linear-gradient(#fff 0%,#eff6ff 100%);border-color:#2563eb52}.mobile-test-card div{gap:4px;display:grid}.mobile-test-card strong{font-size:17px}.mobile-test-card span{color:#64748b;font-size:13px}.mobile-test-card b{color:#2563eb;white-space:nowrap;font-size:14px}.mobile-simple-card{background:#fff;border:1px solid #e2e8f0;border-radius:24px;margin-top:18px;padding:18px;box-shadow:0 10px 24px #0f172a0d}.mobile-simple-card h2{letter-spacing:-.6px;margin:0 0 14px;font-size:22px}.mobile-steps{gap:12px;display:grid}.mobile-steps div{align-items:center;gap:12px;display:flex}.mobile-steps span{color:#1d4ed8;background:#dbeafe;border-radius:50%;flex:none;justify-content:center;align-items:center;width:30px;height:30px;font-weight:950;display:inline-flex}.mobile-steps p{color:#334155;margin:0;font-weight:700}.mobile-price-strip{color:#fff;background:#0f172a;border-radius:22px;justify-content:space-between;align-items:center;gap:14px;margin-top:18px;padding:16px;display:flex}.mobile-price-strip div{gap:4px;display:grid}.mobile-price-strip span{color:#cbd5e1;font-size:13px;line-height:1.35}.mobile-price-strip a{color:#0f172a;background:#fff;border-radius:14px;padding:10px 12px;font-weight:900;text-decoration:none}.mobile-sticky-cta{z-index:80;color:#fff;background:linear-gradient(135deg,#2563eb,#0ea5e9);border-radius:18px;justify-content:center;align-items:center;min-height:58px;font-size:19px;font-weight:950;text-decoration:none;display:flex;position:fixed;bottom:14px;left:16px;right:16px;box-shadow:0 16px 36px #2563eb5c}@media (min-width:768px){.mobile-screen{display:none}.desktop-screen{padding:24px 0 80px;display:block}.desktop-header{justify-content:flex-end;align-items:center;gap:18px;margin-bottom:64px;display:flex}.desktop-brand{color:#0f172a;align-items:center;gap:10px;font-size:22px;font-weight:950;text-decoration:none;display:inline-flex}.desktop-nav{align-items:center;gap:16px;display:flex}.desktop-nav a{color:#0f172a;font-weight:800;text-decoration:none}.desktop-nav-primary,.desktop-primary-btn{background:linear-gradient(135deg,#2563eb,#0ea5e9);border-radius:16px;padding:14px 20px;font-weight:950;text-decoration:none;box-shadow:0 14px 34px #2563eb38;color:#fff!important}.desktop-nav-button{cursor:pointer;background:#fff;border:1px solid #dbeafe;border-radius:14px;padding:12px 16px;font-weight:900}.desktop-user-box{background:#fff;border:1px solid #dbeafe;border-radius:14px;gap:2px;padding:10px 12px;display:grid}.desktop-user-box span{color:#64748b;font-size:13px}.desktop-hero{grid-template-columns:1.15fr .85fr;align-items:center;gap:34px;margin-bottom:84px;display:grid}.desktop-pill{color:#1d4ed8;background:#dbeafe;border-radius:999px;width:fit-content;margin-bottom:18px;padding:10px 14px;font-weight:950}.desktop-hero h1{letter-spacing:-3px;max-width:820px;margin:0;font-size:clamp(54px,6vw,74px);line-height:.95}.desktop-hero p{color:#475569;max-width:720px;margin:24px 0 30px;font-size:21px;line-height:1.55}.desktop-actions{flex-wrap:wrap;gap:14px;display:flex}.desktop-secondary-btn{color:#0f172a;background:#fff;border:1px solid #bfdbfe;border-radius:16px;padding:14px 20px;font-weight:950;text-decoration:none}.desktop-trust{color:#475569;flex-wrap:wrap;gap:14px;margin-top:20px;font-weight:800;display:flex}.desktop-demo-card{background:#fff;border:1px solid #dbeafe;border-radius:30px;padding:28px;box-shadow:0 24px 60px #0f172a1a}.demo-header{color:#64748b;justify-content:space-between;margin-bottom:16px;font-weight:800;display:flex}.demo-header b{color:#2563eb;font-size:24px}.desktop-demo-card h3{margin:0 0 18px;font-size:30px}.demo-progress{background:#e2e8f0;border-radius:999px;height:10px;margin-bottom:18px;overflow:hidden}.demo-progress div{background:linear-gradient(135deg,#2563eb,#0ea5e9);width:32%;height:100%}.demo-grid{gap:12px;display:grid}.demo-grid div{background:#f8fafc;border-radius:16px;justify-content:space-between;gap:12px;padding:14px;display:flex}.demo-grid span{color:#64748b;font-weight:800}.desktop-section{margin-bottom:84px}.desktop-section-heading{text-align:center;margin-bottom:28px}.desktop-section-heading h2,.desktop-pricing h2,.desktop-final h2{letter-spacing:-1.4px;margin:0 0 12px;font-size:42px}.desktop-section-heading p,.desktop-pricing p,.desktop-final p{color:#475569;font-size:18px;line-height:1.6}.desktop-feature-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.desktop-feature-card{background:#fff;border:1px solid #dbeafe;border-radius:22px;padding:22px}.desktop-feature-card h3{margin:0 0 10px}.desktop-feature-card p{color:#475569;margin:0;line-height:1.6}.desktop-pricing{color:#fff;background:#0f172a;border-radius:32px;grid-template-columns:1fr .9fr;align-items:start;gap:28px;margin-bottom:84px;padding:36px;display:grid}.desktop-pricing p{color:#cbd5e1}.desktop-price-card{color:#0f172a;background:#fff;border-radius:26px;padding:28px}.desktop-price-card span{color:#2563eb;font-size:13px;font-weight:950}.desktop-price-card strong{margin:8px 0;font-size:52px;display:block}.desktop-price-card p{color:#475569;margin:0 0 18px}.desktop-price-card ul{gap:10px;margin:0 0 24px;padding-left:20px;display:grid}.desktop-price-card a{text-align:center;color:#fff;background:#0f172a;border-radius:16px;padding:14px;font-weight:950;text-decoration:none;display:block}.desktop-final{text-align:center;background:#fff;border:1px solid #dbeafe;border-radius:30px;padding:38px}.desktop-final div{flex-wrap:wrap;justify-content:center;gap:14px;margin-top:24px;display:flex}}.site-brand{color:#0f172a;align-items:center;gap:12px;font-weight:800;text-decoration:none;display:inline-flex}.site-brand:hover{color:#0f172a;text-decoration:none}.site-brand-mark{background:#eff6ff;border:1px solid #dbeafe;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.site-brand-mark img{object-fit:contain;width:28px;height:28px}.site-brand-text{letter-spacing:-.02em;font-size:24px;line-height:1}@media (max-width:768px){.site-brand-mark{border-radius:10px;width:36px;height:36px}.site-brand-mark img{width:23px;height:23px}.site-brand-text{font-size:18px}}.review-page{background:radial-gradient(circle at 0 0,#2563eb1f,#0000 32%),linear-gradient(#f8fbff 0%,#fff 55%,#f8fbff 100%);min-height:100vh}.review-shell{padding-top:24px;padding-bottom:56px}.review-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px;display:flex}.review-kicker{color:#1d4ed8;background:#eff6ff;border:1px solid #bfdbfe;border-radius:999px;align-items:center;margin-bottom:12px;padding:8px 12px;font-size:13px;font-weight:800;display:inline-flex}.review-title{letter-spacing:-.04em;color:#0f172a;margin:0;font-size:36px;line-height:1.05}.review-subtitle{color:#475569;margin:10px 0 0;line-height:1.55}.review-actions{flex-wrap:wrap;gap:10px;display:flex}.review-score-card{background:#ffffffeb;border:1px solid #dbeafe;grid-template-columns:1fr;gap:14px;margin-bottom:16px;padding:18px;display:grid;box-shadow:0 18px 44px #0f172a12}.review-score-top{justify-content:space-between;align-items:center;gap:12px;display:flex}.review-score-value{color:#2563eb;letter-spacing:-.04em;font-size:36px;font-weight:900;line-height:1}.review-score-label{color:#64748b;text-transform:uppercase;letter-spacing:.06em;font-size:13px;font-weight:800}.review-progress-track{background:#e5eaf2;border-radius:999px;height:10px;overflow:hidden}.review-progress-fill{background:linear-gradient(90deg,#2563eb,#0ea5e9);height:100%}.review-mini-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.review-mini-stat{background:#f8fafc;border:1px solid #e5eaf2;border-radius:16px;padding:12px}.review-mini-stat span{color:#64748b;margin-bottom:6px;font-size:12px;font-weight:800;display:block}.review-mini-stat strong{color:#0f172a;text-transform:capitalize;font-size:17px;font-weight:900;display:block}.review-layout{flex-direction:column;align-items:stretch;gap:14px;display:flex}.mobile-navigator{border:1px solid #dbeafe;padding:14px;display:block}.desktop-navigator{display:none}.mobile-navigator-title{color:#0f172a;margin-bottom:10px;font-weight:900}.review-nav-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;display:grid}.review-nav-button{cursor:pointer;color:#111827;background:#fff;border:1px solid #d1d5db;border-radius:12px;min-height:40px;font-weight:800}.review-nav-button.current{color:#fff;background:#2563eb;border-color:#2563eb}.review-nav-button.correct{color:#166534;background:#dcfce7;border-color:#86efac}.review-nav-button.wrong{color:#991b1b;background:#fee2e2;border-color:#fca5a5}.review-nav-button.unanswered{color:#475569;background:#f8fafc;border-color:#d1d5db}.review-legend{color:#475569;flex-wrap:wrap;gap:10px;margin-top:12px;font-size:12px;display:flex}.review-legend div{align-items:center;gap:5px;display:inline-flex}.legend-dot{border-radius:50%;width:9px;height:9px;display:inline-block}.legend-dot.current{background:#2563eb}.legend-dot.correct{background:#22c55e}.legend-dot.wrong{background:#ef4444}.legend-dot.unanswered{background:#e5e7eb;border:1px solid #9ca3af}.review-question-card{border:1px solid #dbeafe;width:100%;min-width:0;padding:18px;box-shadow:0 18px 44px #0f172a0f}.review-question-header-row{justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:12px;display:flex}.review-question-kicker{color:#64748b;text-transform:uppercase;letter-spacing:.08em;margin:0 0 8px;font-size:13px;font-weight:800}.review-status-pill,.review-answer-pill{border-radius:999px;justify-content:center;align-items:center;padding:4px 8px;font-size:11px;font-weight:900;line-height:1;display:inline-flex}.review-status-pill.correct,.review-answer-pill.correct{color:#166534;background:#dcfce7;border:1px solid #86efac}.review-status-pill.wrong,.review-answer-pill.wrong{color:#991b1b;background:#fee2e2;border:1px solid #fca5a5}.review-status-pill.unanswered{color:#475569;background:#f1f5f9;border:1px solid #cbd5e1}.review-abstract-question-row{grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;margin:12px 0 18px;display:grid}.review-abstract-question-panel{background:#fff;border:1px solid #e5e7eb;border-radius:14px;justify-content:center;align-items:center;min-width:0;min-height:82px;display:flex;overflow:hidden}.review-abstract-missing{color:#0f172a;background:#f8fafc;border:2px dashed #cbd5e1;font-size:40px;font-weight:900}.review-question-title{white-space:pre-line;letter-spacing:-.03em;color:#0f172a;margin:0 0 18px;font-size:24px;line-height:1.25}.review-abstract-options-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:4px;width:100%;margin-top:4px;display:grid!important}.review-abstract-answer-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;justify-items:center;gap:3px;min-width:0;padding:4px 2px;display:grid;overflow:hidden}.review-abstract-answer-card.is-correct{background:#f0fdf4;border:2px solid #22c55e}.review-abstract-answer-card.is-wrong{background:#fef2f2;border:2px solid #ef4444}.review-answer-topline{justify-content:center;align-items:center;gap:4px;width:100%;min-height:16px;display:flex}.review-answer-topline strong{font-size:11px;line-height:1}.review-abstract-answer-figure{justify-content:center;align-items:center;width:100%;min-width:0;display:flex;overflow:hidden}.review-option-list{gap:10px;display:grid}.review-option-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;align-items:flex-start;gap:12px;padding:14px;display:flex}.review-option-card.is-correct{background:#f0fdf4;border:2px solid #22c55e}.review-option-card.is-wrong{background:#fef2f2;border:2px solid #ef4444}.review-option-card strong{min-width:24px}.review-option-card span{white-space:pre-line;line-height:1.5}.review-table-card{-webkit-overflow-scrolling:touch;background:#fff;border:1px solid #e5e7eb;border-radius:16px;margin:12px 0 18px;overflow-x:auto}.review-table-title{color:#374151;padding:12px 14px 0;font-size:14px;font-weight:800}.review-table{border-collapse:collapse;width:100%;font-size:13px}.review-table th,.review-table td{text-align:left;white-space:nowrap;border-bottom:1px solid #edf2f7;padding:10px 12px}.review-table th{color:#475569;background:#f8fafc;font-weight:900}.review-passage-card{color:#1f2937;background:#f8fafc;border:1px solid #e5e7eb;border-radius:16px;margin:12px 0 18px;padding:16px;line-height:1.6}.review-passage-label{text-transform:uppercase;color:#64748b;letter-spacing:.06em;margin-bottom:8px;font-size:12px;font-weight:900}.review-explanation-card{color:#1f2937;border-top:1px solid #e5e7eb;margin-top:18px;padding-top:18px}.review-answer-summary-grid{grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:8px;margin-bottom:14px;display:grid}.review-answer-summary-grid div{background:#f8fafc;border:1px solid #e5e7eb;border-radius:14px;padding:12px}.review-answer-summary-grid span{color:#64748b;text-transform:uppercase;letter-spacing:.04em;margin-bottom:4px;font-size:12px;font-weight:900;display:block}.review-answer-summary-grid strong{color:#0f172a;line-height:1.4;display:block}.review-explanation-card p{margin-bottom:0;line-height:1.6}.review-footer{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:20px;display:grid}.review-footer-button{justify-content:center;width:100%;min-height:44px}.review-continue-card{background:linear-gradient(135deg,#fff,#eff6ff);border:1px solid #dbeafe;margin-top:18px;padding:18px;box-shadow:0 18px 44px #0f172a0f}.review-continue-card h2{letter-spacing:-.03em;margin:0 0 8px;font-size:22px;line-height:1.15}.review-continue-card p{color:#475569;margin:0;line-height:1.55}.review-continue-actions{grid-template-columns:1fr;gap:10px;margin-top:14px;display:grid}.review-continue-actions .btn{justify-content:center}@media (max-width:767px){.review-shell{width:min(100% - 28px,1120px)!important;padding-top:18px!important}.review-header{align-items:stretch;gap:12px}.review-kicker,.review-subtitle{display:none!important}.review-actions{gap:8px;width:100%}.review-actions .btn{text-align:center;flex:1;padding:10px 12px;font-size:13px}.review-title{background:#f8fbff;border:1px solid #dbeafe;border-radius:22px;padding:18px 20px;font-size:30px}.review-score-card{border-radius:22px}.review-mini-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.review-mini-stat{border-radius:14px;padding:10px 8px}.review-mini-stat span{font-size:10px}.review-mini-stat strong{font-size:14px}.mobile-navigator,.review-question-card,.review-continue-card{border-radius:26px}.review-answer-pill{display:none!important}.review-question-title{font-size:26px}.review-table-card{overflow-x:visible}.review-table{table-layout:fixed;font-size:11px}.review-table th,.review-table td{text-align:center;white-space:normal;word-break:break-word;padding:7px 4px}}@media (min-width:768px){.review-score-card{grid-template-columns:.95fr 1.05fr;align-items:center;padding:24px}.review-answer-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.review-continue-actions{grid-template-columns:repeat(2,max-content)}}@media (min-width:1024px){.review-title{font-size:44px}.review-layout{grid-template-columns:260px minmax(0,1fr);align-items:start;gap:18px;display:grid}.desktop-navigator{border:1px solid #dbeafe;padding:20px;display:block;position:sticky;top:24px}.mobile-navigator{display:none}.desktop-navigator .review-nav-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.review-question-card{padding:24px}.review-abstract-question-row{gap:10px}.review-abstract-question-panel{min-height:116px}.review-abstract-answer-card{gap:10px;padding:12px}.review-abstract-answer-figure svg{width:86px;height:86px}}.review-explanation-locked{border-radius:14px;min-height:140px;margin-top:14px;position:relative;overflow:hidden}.review-explanation-blurred{filter:blur(4px);-webkit-user-select:none;user-select:none;pointer-events:none;color:#374151;background:#f8fafc;border:1px solid #e5e7eb;border-radius:14px;min-height:140px;padding:14px;line-height:1.6}.review-explanation-overlay{-webkit-backdrop-filter:blur(3px);text-align:center;z-index:10;background:#fffffff0;border:1px solid #dbeafe;border-radius:14px;justify-content:center;align-items:center;gap:10px;padding:20px 16px;flex-direction:column!important;display:flex!important;position:absolute!important;inset:0!important}.review-explanation-overlay strong{color:#0f172a;font-size:15px;display:block}.review-explanation-overlay span{color:#64748b;max-width:320px;font-size:13px;line-height:1.5}.review-explanation-cta{white-space:nowrap;min-height:44px;margin-top:4px;padding:0 20px;font-size:14px}@media (max-width:767px){.review-explanation-locked,.review-explanation-blurred{min-height:160px}.review-explanation-overlay{gap:8px;padding:16px 12px}.review-explanation-cta{justify-content:center;width:100%}}.auth-page{color:#0f172a;background:radial-gradient(circle at 0 0,#2563eb2e,#0000 34%),linear-gradient(#eef5ff 0%,#f8fbff 50%,#fff 100%);justify-content:center;align-items:center;min-height:100vh;padding:18px;display:flex}.auth-shell{width:100%;max-width:460px}.auth-brand{color:#0f172a;align-items:center;gap:10px;width:fit-content;margin-bottom:16px;font-size:18px;font-weight:950;text-decoration:none;display:inline-flex}.auth-brand-mark{background:linear-gradient(135deg,#2563eb,#14b8a6);border-radius:12px;flex:0 0 34px;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex;overflow:hidden;box-shadow:0 12px 24px #2563eb38}.auth-brand-mark img{object-fit:contain;width:22px;height:22px;display:block}.auth-card{background:#fffffff0;border:1px solid #bfdbfee6;border-radius:28px;width:100%;padding:30px;position:relative;overflow:hidden;box-shadow:0 24px 70px #2563eb24}.auth-header{z-index:1;margin-bottom:22px;position:relative}.auth-badge{color:#1d4ed8;background:#2563eb1a;border:1px solid #2563eb29;border-radius:999px;width:fit-content;margin-bottom:14px;padding:8px 12px;font-size:13px;font-weight:900}.auth-header h1{letter-spacing:-1.4px;margin:0;font-size:clamp(32px,8vw,42px);line-height:1.05}.auth-header p{color:#475569;margin:12px 0 0;font-size:16px;line-height:1.55}.auth-form{z-index:1;gap:14px;display:grid;position:relative}.auth-field label{color:#0f172a;margin-bottom:8px;font-size:14px;font-weight:800;display:block}.auth-input{color:#0f172a;background:#fff;border:1px solid #dbeafe;border-radius:16px;outline:none;width:100%;height:52px;padding:0 15px;font-size:16px}.auth-btn{cursor:pointer;border:1px solid #0000;border-radius:16px;justify-content:center;align-items:center;width:100%;min-height:54px;padding:0 18px;font-size:16px;font-weight:900;display:inline-flex}.auth-btn-primary{color:#fff;background:linear-gradient(135deg,#2563eb,#0ea5e9);box-shadow:0 14px 32px #2563eb3d}.auth-alert{border-radius:16px;padding:12px 14px;font-size:14px;font-weight:700;line-height:1.45}.auth-alert-success{color:#166534;background:#ecfdf5;border:1px solid #bbf7d0}.auth-alert-warning{color:#9a3412;background:#fff7ed;border:1px solid #fed7aa}.auth-footer{color:#64748b;border-top:1px solid #dbeafe;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-top:22px;padding-top:18px;font-size:14px;display:flex}.auth-home-link{color:#2563eb;font-weight:800;text-decoration:none}@media (max-width:520px){.auth-page{align-items:flex-start;padding:16px}.auth-shell{max-width:100%}.auth-card{border-radius:24px;padding:22px}.auth-brand{margin-bottom:12px;font-size:16px}.auth-header h1{font-size:34px}.auth-header p{font-size:15px}.auth-footer{flex-direction:column;align-items:flex-start}}:root{--dash-blue:#2563eb;--dash-blue-dark:#1d4ed8;--dash-blue-soft:#eff6ff;--dash-blue-border:#dbeafe;--dash-blue-text:#1e40af;--dash-card-border:#e2e8f0;--dash-shadow:0 18px 50px #2563eb14}.badge{color:#1e40af;background:#dbeafe;border:1px solid #bfdbfe}.card,.card-soft{border:1px solid var(--dash-card-border);box-shadow:var(--dash-shadow)}.btn-primary,.btn-secondary{border-color:var(--dash-blue)}.btn-primary{background:var(--dash-blue);color:#fff}.btn-primary:hover{background:var(--dash-blue-dark)}.btn-secondary{background:var(--dash-blue-soft);color:var(--dash-blue-text)}.btn-secondary:hover{background:#dbeafe}.btn-ghost{color:var(--dash-blue-text);border-color:var(--dash-blue-border);background:#fff}.btn-ghost:hover{background:var(--dash-blue-soft)}.alert-success{color:#166534;background:#ecfdf5;border:1px solid #bbf7d0}.dashboard-container{padding-top:34px;padding-bottom:64px}.dashboard-header{grid-template-columns:minmax(0,1fr) minmax(300px,380px);align-items:stretch;gap:18px;margin-bottom:28px;display:grid}.dashboard-title{letter-spacing:-1.2px;color:#0f172a;margin:0;font-size:42px;line-height:1.06}.dashboard-subtitle{max-width:560px;margin-top:12px;margin-bottom:0;font-size:16px}.dashboard-user-card{border-color:var(--dash-blue-border);background:#ffffffeb;min-width:300px;padding:18px}.dashboard-email{overflow-wrap:anywhere;font-weight:700}.dashboard-actions{flex-wrap:wrap;gap:10px;display:flex}.dashboard-stats{margin-bottom:32px}.dashboard-stat-card{border-top:3px solid var(--dash-blue-border);background:#fff;padding:20px}.dashboard-stat-card h2{color:#0f172a}.dashboard-results-card{border-color:var(--dash-blue-border);background:#ffffffe6;padding:24px}.dashboard-results-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:20px;display:flex}.dashboard-result-card{border-left:3px solid var(--dash-blue-border);background:#fff;padding:18px;transition:transform .15s,box-shadow .15s,border-color .15s}.dashboard-result-card:hover{border-left-color:var(--dash-blue);transform:translateY(-1px);box-shadow:0 20px 48px #2563eb1a}.dashboard-result-row{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.dashboard-result-meta{min-width:0}.dashboard-result-score-wrap{text-align:right;justify-content:flex-end;min-width:170px;display:flex}.dashboard-result-score{flex-wrap:wrap;justify-content:flex-end;align-items:baseline;gap:8px;display:flex}.dashboard-result-percent{color:var(--dash-blue-text);font-size:28px;font-weight:800;line-height:1}.dashboard-result-fraction{white-space:nowrap;font-size:14px}.dashboard-review-action{margin-top:14px}.btn-delete-account{color:#dc2626;white-space:nowrap;background:0 0;border:1px solid #dc262640;min-height:36px;padding:8px 14px;font-size:13px}.btn-delete-account:hover{background:#dc26260f}.dashboard-empty-state{text-align:center;padding:40px 20px}.dashboard-empty-icon{margin-bottom:16px;font-size:40px}.dashboard-empty-state h3{color:#0f172a;margin:0 0 10px;font-size:20px}.dashboard-empty-state p{color:#64748b;max-width:380px;margin:0 auto 20px;line-height:1.6}.dashboard-upsell-card{background:linear-gradient(135deg,#eff6ff 0%,#f8faff 100%);border:1px solid #bfdbfe;border-radius:20px;flex-wrap:wrap;align-items:flex-start;gap:24px;margin-top:28px;padding:24px;display:flex}.dashboard-upsell-left{flex:1;min-width:220px}.dashboard-upsell-title{color:#0f172a;margin-bottom:8px;font-size:18px;font-weight:900}.dashboard-upsell-desc{color:#475569;margin:0 0 14px;font-size:14px;line-height:1.6}.dashboard-upsell-features{color:#1e40af;gap:6px;font-size:13px;font-weight:600;display:grid}.dashboard-upsell-right{flex-direction:column;align-items:center;gap:10px;min-width:140px;display:flex}.dashboard-upsell-price{color:#475569;text-align:center;font-size:15px}.dashboard-upsell-price strong{color:#0f172a;font-size:26px;font-weight:900;display:block}.dashboard-upsell-cta{justify-content:center;width:100%;min-height:44px}.dashboard-upsell-note{color:#94a3b8;text-align:center;font-size:11px}.dashboard-danger-zone{border-top:1px solid #f1f5f9;margin-top:48px;padding-top:24px}.dashboard-danger-label{text-transform:uppercase;letter-spacing:.08em;color:#94a3b8;margin-bottom:14px;font-size:11px;font-weight:800}.dashboard-danger-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}@media (max-width:640px){.dashboard-container{padding:20px 14px 44px}.dashboard-header{grid-template-columns:1fr;gap:16px;display:grid}.dashboard-title{font-size:32px}.dashboard-subtitle{font-size:15px}.dashboard-user-card{width:100%;min-width:0}.dashboard-actions .btn{flex:1;justify-content:center}.dashboard-stats{gap:10px;margin-bottom:20px}.dashboard-stat-card{padding:14px}.dashboard-stat-card h2{font-size:26px!important}.dashboard-results-card{padding:16px}.dashboard-results-header{align-items:flex-start}.dashboard-result-card{padding:16px}.dashboard-result-row{grid-template-columns:1fr;gap:14px;display:grid}.dashboard-result-score-wrap{text-align:left;order:2;justify-content:flex-start;min-width:0}.dashboard-result-score{justify-content:flex-start;gap:10px}.dashboard-result-percent{font-size:24px}.dashboard-review-action .btn{justify-content:center;width:100%}.dashboard-upsell-card{gap:18px;padding:18px}.dashboard-upsell-right{flex-direction:row;justify-content:space-between;align-items:center;width:100%}.dashboard-upsell-cta{width:auto;min-width:120px}.dashboard-danger-row{flex-direction:column;align-items:flex-start}.dashboard-danger-row .btn{justify-content:center;width:100%}}.pricing-page{color:#0f172a;background:radial-gradient(circle at 0 0,#2563eb1f,#0000 34%),linear-gradient(#eff6ff 0%,#f8fafc 46%,#fff 100%);min-height:100vh;padding:20px}.pricing-container{max-width:760px;padding-top:28px;padding-bottom:56px}.pricing-breadcrumb{color:#64748b;align-items:center;gap:8px;margin-bottom:24px;font-size:14px;display:flex}.pricing-breadcrumb a{color:#2563eb;font-weight:600;text-decoration:none}.pricing-breadcrumb a:hover{text-decoration:underline}.discount-banner{color:#78350f;background:linear-gradient(135deg,#fef9c3,#fde68a);border:1px solid #fbbf24;border-radius:14px;align-items:center;gap:12px;margin-bottom:24px;padding:14px 18px;display:flex}.discount-banner-icon{font-size:24px}.discount-banner strong{font-size:15px}.discount-banner-sub{font-size:14px;font-weight:600}.pricing-hero{text-align:center;max-width:620px;margin:0 auto 32px}.pricing-badge{color:#1d4ed8;background:#dbeafe;border:1px solid #bfdbfe;margin-bottom:16px}.pricing-title{letter-spacing:-1px;color:#0f172a;margin:0;font-size:clamp(30px,6vw,44px);line-height:1.1}.pricing-subtitle{color:#475569;max-width:560px;margin:16px auto 0;font-size:17px;line-height:1.6}.pricing-trust-strip{color:#1d4ed8;flex-wrap:wrap;justify-content:center;gap:8px 18px;margin-top:16px;font-size:13px;font-weight:700;display:flex}.pricing-single-card-wrap{justify-content:center;margin-bottom:28px;display:flex}.pricing-single-card{color:#fff;background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 52%,#1e40af 100%);border:1px solid #dbeafe;border-radius:28px;flex-direction:column;gap:20px;width:100%;max-width:460px;padding:36px;display:flex;box-shadow:0 24px 70px #2563eb42}.pricing-single-top{justify-content:space-between;align-items:center;display:flex}.pricing-single-name{font-size:22px;font-weight:900}.pricing-pill{color:#fff;white-space:nowrap;background:#ffffff2e;border-radius:999px;padding:7px 13px;font-size:12px;font-weight:800}.pricing-single-price-row{align-items:baseline;gap:12px;display:flex}.pricing-single-price-old{color:#ffffff8c;font-size:28px;font-weight:700;text-decoration:line-through}.pricing-single-price{letter-spacing:-1px;font-size:clamp(48px,11vw,64px);font-weight:950;line-height:1}.pricing-coffee-note{color:#ffffffbf;margin-top:-8px;font-size:13px}.pricing-single-description{color:#ffffffd9;margin:0;font-size:15px;line-height:1.6}.pricing-single-benefits{gap:11px;font-size:15px;line-height:1.5;display:grid}.pricing-single-cta{color:#1d4ed8;background:#fff;border-color:#fff;justify-content:center;width:100%;min-height:54px;font-size:16px;font-weight:900}.pricing-single-cta:hover{background:#eff6ff}.pricing-single-discount-note{text-align:center;color:#ffffffbf;margin:0;font-size:13px}.pricing-error{color:#9a3412;background:#fff7ed;border-color:#fed7aa;margin-top:18px}.pricing-note{text-align:center;background:#ffffffe6;border:1px solid #dbeafe;border-radius:22px;margin-top:18px;padding:20px;box-shadow:0 12px 36px #2563eb14}.pricing-note strong{color:#1e40af}.pricing-note p{color:#64748b;margin:8px 0 0;line-height:1.6}.pricing-faq{margin-top:48px}.pricing-faq-title{letter-spacing:-.5px;color:#0f172a;text-align:center;margin:0 0 24px;font-size:26px;font-weight:900}.pricing-faq-grid{grid-template-columns:1fr;gap:14px;display:grid}.pricing-faq-item{background:#ffffffe6;border:1px solid #dbeafe;border-radius:18px;padding:20px 22px}.pricing-faq-item h3{color:#0f172a;margin:0 0 8px;font-size:16px;font-weight:800}.pricing-faq-item p{color:#475569;margin:0;font-size:15px;line-height:1.6}@media (max-width:640px){.pricing-page{padding:14px}.pricing-container{padding-top:14px;padding-bottom:36px}.pricing-single-card{border-radius:22px;padding:26px}.pricing-single-price{font-size:48px}.pricing-faq-title{font-size:22px}}@media (min-width:820px){.pricing-container{padding-top:36px}.pricing-faq-grid{grid-template-columns:1fr 1fr;gap:16px}}
@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2c55a0e60120577a-s.0bjc5tiuqdqro.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.0m6w47a4e5dy9.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/ad66f9afd8947f86-s.11u06r12fd6v_.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/5476f68d60460930-s.0wxq9webf.ew4.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.067x_6k0k23tk.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/1bffadaabf893a1e-s.16ipb6fqu393i.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.0q-301v4kxxnr.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter Fallback;src:local(Arial);ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.0%;size-adjust:107.12%}.inter_2fe1ab3d-module__-T-KAq__className{font-family:Inter,Inter Fallback;font-style:normal}.inter_2fe1ab3d-module__-T-KAq__variable{--font-inter:"Inter", "Inter Fallback"}
