:root{color:#1f2937;font-synthesis:none;text-rendering:optimizelegibility;background:#f5f7fb;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{background:#f5f7fb;min-height:100%}body{background:#f5f7fb;min-width:320px;min-height:100vh;margin:0}button,input{font:inherit}button{transition:background-color .15s,border-color .15s,transform .1s}button:active:not(:disabled){transform:translateY(1px)}button:disabled{opacity:.55;cursor:not-allowed}#root{min-height:100vh}.auth-shell{background:linear-gradient(#f8fbff 0%,#f5f7fb 100%);flex-direction:column;min-height:100vh;display:flex}.auth-page{flex:1;justify-content:center;align-items:center;padding:56px 20px;display:flex}.auth-brand{align-items:center;gap:14px;margin-bottom:36px;display:flex}.auth-logo{color:#fff;background:#2563eb;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:24px;font-weight:800;display:flex}.auth-brand h1{color:#111827;margin:0;font-size:22px}.auth-brand p{color:#6b7280;margin:4px 0 0;font-size:13px}.auth-form{flex-direction:column;gap:18px;display:flex}.auth-field{flex-direction:column;gap:7px;display:flex}.auth-field label{color:#374151;font-size:14px;font-weight:600}.auth-field input{color:#111827;background:#fff;border:1px solid #d1d5db;border-radius:9px;outline:none;width:100%;padding:12px 14px;transition:border-color .15s,box-shadow .15s}.auth-field input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.auth-field input::placeholder{color:#9ca3af}.auth-error{color:#991b1b;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:12px 14px;font-size:14px}.auth-primary-button{color:#fff;cursor:pointer;background:#2563eb;border:0;border-radius:9px;width:100%;padding:13px 18px;font-weight:700}.auth-primary-button:hover{background:#1d4ed8}.auth-switch{color:#6b7280;border-top:1px solid #e5e7eb;flex-wrap:wrap;justify-content:center;align-items:center;gap:6px;margin-top:26px;padding-top:24px;font-size:14px;display:flex}.auth-switch button{color:#2563eb;cursor:pointer;background:0 0;border:0;padding:0;font-weight:700}.auth-switch button:hover{text-decoration:underline}.auth-header{background:#fff;border-bottom:1px solid #e5e7eb;width:100%}.auth-header-inner{justify-content:space-between;align-items:center;gap:24px;max-width:1280px;min-height:76px;margin:0 auto;padding:0 42px;display:flex}.auth-header-brand{text-align:left;cursor:pointer;background:0 0;border:0;align-items:center;gap:12px;padding:0;display:flex}.auth-header-brand .auth-logo{border-radius:10px;width:42px;height:42px;font-size:21px}.auth-header-brand strong{color:#111827;font-size:1rem;font-weight:800;display:block}.auth-header-brand span{color:#64748b;margin-top:2px;font-size:.76rem;display:block}.auth-back-button{color:#475569;cursor:pointer;background:#fff;border:1px solid #dbe2ea;border-radius:9px;padding:9px 13px;font-size:.86rem;font-weight:600}.auth-back-button:hover{color:#2563eb;background:#f8fbff;border-color:#bfdbfe}.auth-card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;width:100%;max-width:440px;padding:38px;box-shadow:0 20px 50px #0f172a14}.auth-heading{margin-bottom:28px}.auth-heading h1{color:#111827;letter-spacing:-.025em;margin:0 0 8px;font-size:28px;line-height:1.15}.auth-heading p{color:#6b7280;margin:0;line-height:1.55}.auth-footer{color:#94a3b8;background:#fff;border-top:1px solid #e5e7eb;justify-content:space-between;align-items:center;gap:24px;width:100%;padding:22px 42px;display:flex}.auth-footer p{margin:0;font-size:.78rem}.auth-footer small{white-space:nowrap;color:#94a3b8;font-size:.76rem}@media (width<=520px){.auth-page{align-items:flex-start;min-height:0;padding:32px 14px 48px}.auth-brand{margin-bottom:28px}.auth-heading h2{font-size:23px}.auth-header-inner{min-height:68px;padding:0 16px}.auth-header-brand span{display:none}.auth-back-button{padding:8px 10px;font-size:.8rem}.auth-page{padding:36px 14px}.auth-card{border-radius:14px;padding:28px 22px}.auth-footer{flex-direction:column;align-items:flex-start;gap:7px;padding:20px 18px}}.app-header{background:#fff;border:1px solid #e5e7eb;border-radius:14px;justify-content:space-between;align-items:center;gap:24px;width:100%;margin-bottom:32px;padding:18px 22px;display:flex;box-shadow:0 8px 24px #0f172a0d}.app-header-brand{align-items:center;gap:12px;display:flex}.app-header-logo{color:#fff;background:#2563eb;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:21px;font-weight:800;display:flex}.app-header-title{color:#111827;font-size:18px;font-weight:800}.app-header-subtitle{color:#6b7280;margin-top:2px;font-size:12px}.app-header-user{align-items:center;gap:12px;display:flex}.app-header-avatar{color:#2563eb;background:#eff6ff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:15px;font-weight:800;display:flex}.app-header-user-info{color:#111827;flex-direction:column;font-size:14px;display:flex}.app-header-greeting{color:#6b7280;font-size:12px}.app-header-logout{color:#374151;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:8px;margin-left:8px;padding:9px 12px;font-size:13px;font-weight:600}.app-header-logout:hover{background:#f9fafb;border-color:#9ca3af}@media (width<=700px){.app-header{flex-direction:column;align-items:flex-start;padding:16px}.app-header-user{width:100%}.app-header-user-info{flex:1}.app-header-logout{margin-left:auto}}@media (width<=430px){.app-header-subtitle{display:none}.app-header-user-info{font-size:13px}.app-header-logout{padding:8px 10px;font-size:12px}}.exam-page{max-width:1400px;margin:0 auto;padding:24px}.exam-layout{grid-template-columns:1fr;align-items:start;gap:24px;display:grid}.exam-content{min-width:0}.exam-top-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;justify-content:space-between;align-items:center;gap:24px;padding:24px;display:flex;box-shadow:0 8px 24px #0f172a0d}.exam-eyebrow{color:#2563eb;text-transform:uppercase;letter-spacing:.08em;margin-bottom:6px;font-size:12px;font-weight:800;display:block}.exam-top-card h1{color:#111827;margin:0;font-size:24px;line-height:1.25}.exam-timer{text-align:center;background:#eff6ff;border:1px solid #bfdbfe;border-radius:10px;min-width:140px;padding:12px 16px}.exam-timer-label{color:#6b7280;margin-bottom:4px;font-size:12px;display:block}.exam-timer strong{color:#1d4ed8;font-size:22px}.exam-status-row{color:#6b7280;justify-content:space-between;gap:20px;margin-top:16px;font-size:14px;display:flex}.exam-status-row strong{color:#111827}.exam-progress-bar{background:#e5e7eb;border-radius:999px;width:100%;height:7px;margin-top:10px;overflow:hidden}.exam-progress-bar-fill{background:#2563eb;border-radius:999px;height:100%;transition:width .2s}.exam-question-navigator-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;margin-top:20px;padding:20px}.exam-section-heading{justify-content:space-between;align-items:baseline;gap:16px;margin-bottom:16px;display:flex}.exam-section-heading h2{color:#111827;margin:0;font-size:17px}.exam-section-heading span{color:#6b7280;font-size:12px}.exam-question-navigator{grid-template-columns:repeat(auto-fill,minmax(42px,1fr));gap:8px;display:grid}.exam-question-number{color:#374151;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:8px;min-height:40px;font-size:13px;font-weight:600}.exam-question-number:hover:not(:disabled){color:#2563eb;border-color:#2563eb}.exam-question-number--answered{color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe}.exam-question-number--current{color:#fff;background:#2563eb;border:2px solid #2563eb}.exam-question-number--current:hover:not(:disabled){color:#fff}.exam-question-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;margin-top:20px;padding:28px;box-shadow:0 8px 24px #0f172a0d}.exam-question-header{color:#2563eb;margin-bottom:12px;font-size:13px;font-weight:700}.exam-question-text{color:#111827;margin:0 0 24px;font-size:21px;line-height:1.5}.exam-options{gap:12px;display:grid}.exam-option{cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:10px;grid-template-columns:auto auto 1fr;align-items:center;gap:14px;padding:15px 16px;transition:border-color .15s,background-color .15s,box-shadow .15s;display:grid}.exam-option:hover{background:#f8fbff;border-color:#93c5fd}.exam-option--selected{background:#eff6ff;border-color:#2563eb;box-shadow:0 0 0 2px #2563eb14}.exam-option input{accent-color:#2563eb;width:18px;height:18px}.exam-option-letter{color:#374151;background:#f3f4f6;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-weight:800;display:flex}.exam-option--selected .exam-option-letter{color:#fff;background:#2563eb}.exam-option-text{color:#374151;line-height:1.45}.exam-navigation{grid-template-columns:1fr auto 1fr;align-items:center;gap:16px;margin-top:20px;display:grid}.exam-navigation .exam-secondary-button{justify-self:start}.exam-navigation .exam-finish-button{justify-self:center}.exam-navigation .exam-primary-button{justify-self:end}.exam-navigator-toggle{color:#1d4ed8;cursor:pointer;background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;padding:9px 13px;font-size:12px;font-weight:700}.exam-navigator-toggle:hover{background:#dbeafe}@media (width<=600px){.exam-section-heading{flex-direction:column;align-items:flex-start}.exam-navigator-toggle{width:100%}}.exam-primary-button,.exam-secondary-button{cursor:pointer;border-radius:9px;min-width:140px;padding:12px 18px;font-weight:700}.exam-primary-button{color:#fff;background:#2563eb;border:1px solid #2563eb}.exam-primary-button:hover:not(:disabled){background:#1d4ed8}.exam-secondary-button{color:#374151;background:#fff;border:1px solid #d1d5db}.exam-secondary-button:hover:not(:disabled){background:#f9fafb}.exam-finish-button{color:#b91c1c;cursor:pointer;background:#fff7f7;border:1px solid #fecaca;border-radius:9px;min-width:150px;margin:0;padding:12px 18px;font-weight:700}.exam-finish-button:hover:not(:disabled){color:#b91c1c;background:#fef2f2;border-color:#fca5a5}@media (width<=600px){.exam-navigation{flex-direction:column;align-items:stretch}.exam-navigation .exam-secondary-button,.exam-navigation-actions .exam-primary-button,.exam-navigation-actions .exam-finish-button{width:100%}.exam-navigation{grid-template-columns:1fr}.exam-navigation .exam-secondary-button,.exam-navigation .exam-finish-button,.exam-navigation .exam-primary-button{justify-self:stretch;width:100%}.exam-navigation .exam-finish-button{order:3}}@media (width<=1050px){.exam-layout{grid-template-columns:1fr}.exam-sidebar{position:static}}@media (width<=700px){.exam-page{padding:14px}.exam-top-card{flex-direction:column;align-items:flex-start}.exam-timer{width:100%}.exam-question-card{padding:20px}.exam-question-text{font-size:19px}.exam-section-heading{flex-direction:column;align-items:flex-start;gap:4px}.exam-navigation{flex-direction:column}.exam-primary-button,.exam-secondary-button{width:100%}}.results-page{max-width:1200px;margin:0 auto;padding:32px 24px 56px}.results-hero{background:#fff;border:1px solid #e5e7eb;border-radius:14px;justify-content:space-between;align-items:center;gap:32px;padding:28px;display:flex;box-shadow:0 8px 24px #0f172a0d}.results-hero-copy{min-width:0}.results-hero .results-actions{flex-shrink:0;justify-content:flex-end;max-width:560px;margin-top:0}.results-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}@media (width<=900px){.results-detail-grid{grid-template-columns:1fr}.results-hero{flex-direction:column;align-items:flex-start}.results-hero .results-actions{justify-content:flex-start;width:100%}}.results-eyebrow{color:#2563eb;letter-spacing:.08em;text-transform:uppercase;margin-bottom:6px;font-size:12px;font-weight:800;display:block}.results-hero h1{color:#111827;margin:0;font-size:28px}.results-hero p{color:#6b7280;margin:10px 0 0;line-height:1.5}.results-cards{grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:16px;margin-top:20px;display:grid}.results-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px;box-shadow:0 6px 18px #0f172a0a}.results-card span{color:#6b7280;font-size:13px;font-weight:600;display:block}.results-card strong{color:#111827;margin-top:8px;font-size:28px;display:block}.results-sections{gap:20px;margin-top:24px;display:grid}.results-table-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:24px}.results-table-card h2{color:#111827;margin:0 0 18px;font-size:18px}.results-table-wrapper{overflow-x:auto}.results-table{border-collapse:collapse;width:100%}.results-table th,.results-table td{text-align:left;border-bottom:1px solid #e5e7eb;padding:12px 14px}.results-table th{color:#6b7280;text-transform:uppercase;background:#f9fafb;font-size:12px;font-weight:700}.results-table td{color:#374151;font-size:14px}.results-table tbody tr:last-child td{border-bottom:0}.results-percentage{color:#1d4ed8;background:#eff6ff;border-radius:999px;padding:4px 8px;font-size:12px;font-weight:700;display:inline-flex}.results-recommendations{background:#fff;border:1px solid #e5e7eb;border-radius:14px;margin-top:24px;padding:24px}.results-section-heading h2{color:#111827;margin:0;font-size:20px}.results-message{color:#6b7280;background:#f9fafb;border:1px solid #e5e7eb;border-radius:9px;margin-top:18px;padding:16px}.results-recommendation-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;grid-template-columns:auto 1fr;gap:16px;padding:18px;display:grid}.results-recommendation-number{color:#fff;background:#2563eb;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:14px;font-weight:800;display:flex}.results-recommendation-card h3{color:#111827;margin:3px 0 12px}.results-recommendation-card p{color:#4b5563;margin:6px 0;line-height:1.45}.results-actions{flex-wrap:wrap;gap:12px;margin-top:24px;display:flex}.results-primary-button,.results-secondary-button,.results-outline-button{cursor:pointer;border-radius:9px;padding:12px 16px;font-weight:700}.results-primary-button{color:#fff;background:#2563eb;border:1px solid #2563eb}.results-primary-button:hover:not(:disabled){background:#1d4ed8}.results-secondary-button{color:#374151;background:#fff;border:1px solid #d1d5db}.results-secondary-button:hover:not(:disabled){background:#f9fafb}.results-outline-button{color:#1d4ed8;background:#eff6ff;border:1px solid #bfdbfe}.results-outline-button:hover:not(:disabled){background:#dbeafe}@media (width<=700px){.results-page{padding:20px 14px 40px}.results-hero,.results-table-card,.results-recommendations{padding:20px}.results-actions{flex-direction:column}.results-primary-button,.results-secondary-button,.results-outline-button{width:100%}}.progress-panel{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:22px;box-shadow:0 8px 24px #0f172a0d}.progress-heading{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.progress-eyebrow{color:#2563eb;letter-spacing:.08em;text-transform:uppercase;margin-bottom:4px;font-size:11px;font-weight:800;display:block}.progress-heading h2{color:#111827;margin:0;font-size:20px}.progress-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.progress-metric{background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;padding:14px}.progress-metric span{color:#6b7280;font-size:11px;font-weight:600;display:block}.progress-metric strong{color:#111827;margin-top:5px;font-size:20px;display:block}.progress-detail{color:#6b7280;margin-top:12px;font-size:13px;line-height:1.5}.progress-section{margin-top:24px}.progress-section h3{color:#111827;margin:0 0 12px;font-size:15px}.progress-history-list,.progress-area-list,.progress-topic-list{flex-direction:column;gap:10px;display:flex}.progress-history-item,.progress-topic-item{background:#f9fafb;border:1px solid #e5e7eb;border-radius:9px;justify-content:space-between;align-items:center;gap:12px;padding:12px;display:flex}.progress-history-item div:first-child,.progress-topic-item div:first-child{flex-direction:column;gap:3px;min-width:0;display:flex}.progress-history-item span,.progress-topic-item span{color:#6b7280;text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.progress-history-score{color:#2563eb;font-weight:800}.progress-area-item{background:#f9fafb;border:1px solid #e5e7eb;border-radius:9px;padding:12px}.progress-area-header{color:#374151;justify-content:space-between;gap:12px;font-size:13px;display:flex}.progress-area-bar{background:#e5e7eb;border-radius:999px;height:6px;margin:8px 0;overflow:hidden}.progress-area-bar-fill{background:#2563eb;border-radius:999px;height:100%}.progress-area-item small{color:#6b7280}.progress-topic-item--weak{border-left:3px solid #ef4444}.progress-topic-item--strong{border-left:3px solid #22c55e}.progress-empty{color:#6b7280;margin:0;font-size:13px}@media (width<=1050px){.progress-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (width<=700px){.progress-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.review-page{max-width:1100px;margin:0 auto;padding:32px 24px 56px}.review-hero{background:#fff;border:1px solid #e5e7eb;border-radius:14px;justify-content:space-between;align-items:center;gap:24px;padding:26px;display:flex;box-shadow:0 8px 24px #0f172a0d}.review-eyebrow{color:#2563eb;letter-spacing:.08em;text-transform:uppercase;margin-bottom:6px;font-size:12px;font-weight:800;display:block}.review-hero h1{color:#111827;margin:0;font-size:27px}.review-hero p{color:#6b7280;margin:8px 0 0;line-height:1.5}.review-back-button{color:#374151;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:9px;padding:11px 15px;font-weight:700}.review-back-button:hover{background:#f9fafb}.review-summary{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:20px;display:grid}.review-summary-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:18px}.review-summary-card span{color:#6b7280;font-size:12px;font-weight:600;display:block}.review-summary-card strong{color:#111827;margin-top:6px;font-size:24px;display:block}.review-list{flex-direction:column;gap:20px;margin-top:24px;display:flex}.review-question-card{background:#fff;border:1px solid #e5e7eb;border-left-width:4px;border-radius:12px;padding:24px;box-shadow:0 6px 18px #0f172a0a}.review-question-card--correct{border-left-color:#22c55e}.review-question-card--incorrect{border-left-color:#ef4444}.review-question-card--unanswered{border-left-color:#f59e0b}.review-question-top{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.review-question-top>div:first-child{align-items:center;gap:10px;display:flex}.review-question-number{color:#2563eb;font-size:13px;font-weight:800}.review-status{border-radius:999px;padding:4px 8px;font-size:11px;font-weight:800}.review-status.review-question-card--correct{color:#15803d;background:#ecfdf5}.review-status.review-question-card--incorrect{color:#b91c1c;background:#fef2f2}.review-status.review-question-card--unanswered{color:#b45309;background:#fffbeb}.review-meta{color:#6b7280;align-items:center;gap:6px;font-size:12px;display:flex}.review-question-text{color:#111827;margin:18px 0 20px;font-size:20px;line-height:1.5}.review-options{flex-direction:column;gap:10px;display:flex}.review-option{background:#f9fafb;border:1px solid #e5e7eb;border-radius:9px;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:13px 14px;display:grid}.review-option--correct{background:#f0fdf4;border-color:#86efac}.review-option--incorrect{background:#fef2f2;border-color:#fca5a5}.review-option-letter{color:#374151;background:#e5e7eb;border-radius:7px;justify-content:center;align-items:center;width:30px;height:30px;font-size:13px;font-weight:800;display:flex}.review-option--correct .review-option-letter{color:#fff;background:#22c55e}.review-option--incorrect .review-option-letter{color:#fff;background:#ef4444}.review-option-text{color:#374151;line-height:1.45}.review-option-badges{flex-wrap:wrap;gap:6px;display:flex}.review-badge{border-radius:999px;padding:4px 7px;font-size:10px;font-weight:800}.review-badge--selected{color:#1d4ed8;background:#dbeafe}.review-badge--correct{color:#15803d;background:#dcfce7}.review-details{border-top:1px solid #e5e7eb;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px;margin-top:20px;padding-top:18px;display:grid}.review-details div{flex-direction:column;gap:3px;display:flex}.review-details span{color:#6b7280;font-size:11px}.review-details strong{color:#374151;font-size:13px}.review-explanation{background:#eff6ff;border:1px solid #bfdbfe;border-radius:9px;margin-top:20px;padding:16px}.review-explanation span{color:#1d4ed8;margin-bottom:6px;font-size:12px;font-weight:800;display:block}.review-explanation p{color:#374151;margin:0;line-height:1.55}.review-footer{margin-top:28px}@media (width<=750px){.review-page{padding:20px 14px 40px}.review-hero{flex-direction:column;align-items:flex-start}.review-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.review-question-card{padding:18px}.review-question-top{flex-direction:column;gap:10px}.review-option{grid-template-columns:auto 1fr}.review-option-badges{grid-column:2}.review-back-button{width:100%}}body{overflow-x:hidden}img,svg{max-width:100%}table{width:100%}button,input{max-width:100%}h1,h2,h3{text-wrap:balance}p{text-wrap:pretty}.results-table-wrapper,.exam-question-navigator{scrollbar-width:thin}.exam-question-navigator{max-height:290px;padding-right:4px;overflow-y:auto}.exam-question-text,.exam-option-text,.review-question-text,.review-option-text,.results-recommendation-card,.progress-topic-item,.progress-history-item{overflow-wrap:anywhere}@media (width<=900px){.exam-page,.results-page,.review-page{padding-left:18px;padding-right:18px}.results-cards,.review-summary,.progress-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=600px){.auth-card{box-shadow:none}.app-header{margin-bottom:20px}.exam-top-card h1,.results-hero h1,.review-hero h1{font-size:22px}.exam-question-text,.review-question-text{font-size:18px}.exam-question-navigator{grid-template-columns:repeat(5,minmax(0,1fr))}.exam-question-number{min-width:0}.results-cards,.review-summary,.progress-summary-grid{grid-template-columns:1fr 1fr}.results-card strong,.review-summary-card strong,.progress-metric strong{font-size:21px}.review-details{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=420px){.exam-page,.results-page,.review-page{padding-left:10px;padding-right:10px}.auth-card{padding:24px 18px}.exam-question-card,.results-hero,.results-recommendations,.results-table-card,.review-question-card,.review-hero,.progress-panel{border-radius:10px}.exam-question-navigator{grid-template-columns:repeat(4,minmax(0,1fr))}.results-cards,.progress-summary-grid{grid-template-columns:1fr}.review-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.review-details{grid-template-columns:1fr}.exam-option{grid-template-columns:auto 1fr}.exam-option input{display:none}.exam-option-letter{grid-row:1}.exam-option-text{grid-column:2}.results-actions{gap:10px}}.empty-state{justify-content:center;align-items:center;min-height:calc(100vh - 80px);padding:32px 20px;display:flex}.empty-state-card{text-align:center;background:#fff;border-radius:16px;width:100%;max-width:560px;padding:40px;box-shadow:0 10px 30px #0f172a14}.empty-state-card h1{color:#111827;margin:0 0 16px}.empty-state-card p{color:#6b7280;margin:0 0 28px;line-height:1.6}.dashboard-page{width:100%;max-width:1200px;margin:0 auto;padding:0 24px 56px}.dashboard-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-top:20px;display:grid}.dashboard-hero{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:28px;box-shadow:0 8px 24px #0f172a0d}.dashboard-eyebrow{color:#2563eb;letter-spacing:.08em;text-transform:uppercase;margin-bottom:6px;font-size:12px;font-weight:800;display:block}.dashboard-hero h1{color:#111827;margin:0;font-size:28px}.dashboard-hero p{color:#6b7280;margin:10px 0 0;line-height:1.5}.dashboard-summary{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:20px;display:grid}.dashboard-summary-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px;box-shadow:0 6px 18px #0f172a0a}.dashboard-summary-card span{color:#6b7280;font-size:13px;font-weight:600;display:block}.dashboard-summary-card strong{color:#111827;margin-top:8px;font-size:28px;display:block}.dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-top:24px;display:grid}.dashboard-card,.dashboard-empty-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:24px}.dashboard-section-heading{margin-bottom:18px}.dashboard-section-heading h2,.dashboard-empty-card h2{color:#111827;margin:0;font-size:20px}.dashboard-history,.dashboard-area-list,.dashboard-recommendation-grid{flex-direction:column;gap:12px;display:flex}.dashboard-history-item{background:#f9fafb;border:1px solid #e5e7eb;border-radius:9px;justify-content:space-between;align-items:center;gap:16px;padding:14px;display:flex}.dashboard-history-item div{flex-direction:column;gap:3px;display:flex}.dashboard-history-item span{color:#6b7280;font-size:12px}.dashboard-history-percentage{color:#2563eb;font-size:18px}.dashboard-area-item{background:#f9fafb;border:1px solid #e5e7eb;border-radius:9px;padding:12px}.dashboard-area-header{color:#374151;justify-content:space-between;gap:12px;font-size:13px;display:flex}.dashboard-area-bar{background:#e5e7eb;border-radius:999px;height:7px;margin:9px 0;overflow:hidden}.dashboard-area-bar-fill{background:#2563eb;border-radius:999px;height:100%}.dashboard-area-item small{color:#6b7280}.dashboard-recommendations{margin-top:24px}.dashboard-recommendation{background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;grid-template-columns:auto 1fr;gap:16px;padding:18px;display:grid}.dashboard-recommendation-number{color:#fff;background:#2563eb;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:14px;font-weight:800;display:flex}.dashboard-recommendation-area{color:#2563eb;font-size:12px;font-weight:700}.dashboard-recommendation h3{color:#111827;margin:4px 0 8px}.dashboard-recommendation p{color:#4b5563;margin:0 0 8px;line-height:1.45}.dashboard-recommendation small{color:#6b7280}.dashboard-actions{flex-wrap:wrap;justify-content:flex-end;gap:12px;margin-top:24px;display:flex}.dashboard-primary-button,.dashboard-secondary-button{cursor:pointer;border-radius:9px;padding:12px 16px;font-weight:700}.dashboard-primary-button{color:#fff;background:#2563eb;border:1px solid #2563eb}.dashboard-primary-button:hover{background:#1d4ed8}.dashboard-secondary-button{color:#374151;background:#fff;border:1px solid #d1d5db}.dashboard-secondary-button:hover{background:#f9fafb}.dashboard-empty,.dashboard-empty-card p,.dashboard-message{color:#6b7280;line-height:1.5}.dashboard-progress-summary{grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:20px;display:grid}.dashboard-progress-summary>div{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:14px}.dashboard-progress-summary span{color:#64748b;margin-bottom:6px;font-size:.8rem;font-weight:600;display:block}.dashboard-progress-summary strong{color:#0f172a;font-size:1.25rem;display:block}.dashboard-progress-caption{color:#64748b;text-align:right;margin:14px 0 0;font-size:.8rem}.dashboard-hero{justify-content:space-between;align-items:center;gap:32px;display:flex}.dashboard-hero-copy{min-width:0}.dashboard-hero-actions{flex-wrap:wrap;flex-shrink:0;justify-content:flex-end;align-items:center;gap:12px;display:flex}.dashboard-column{flex-direction:column;gap:20px;min-width:0;display:flex}.dashboard-recommendation-footer{justify-content:space-between;align-items:center;gap:14px;margin-top:12px;display:flex}.dashboard-recommendation-footer small{color:#64748b}.dashboard-recommendation-footer .dashboard-primary-button{flex-shrink:0}.dashboard-area-progress-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.dashboard-area-progress-item{min-width:0}.dashboard-area-progress-attempts{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:12px;display:grid}.dashboard-area-progress-attempt{min-width:0}.dashboard-topic-progress-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.dashboard-topic-progress-item{min-width:0}.dashboard-topic-progress-attempts{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:14px;display:grid}.dashboard-topic-progress-attempt{min-width:0}.dashboard-footer{border-top:1px solid #dbe2ea;justify-content:space-between;align-items:center;gap:32px;margin-top:28px;padding:26px 6px 8px;display:flex}.dashboard-footer-brand{align-items:center;gap:11px;display:flex}.dashboard-footer-logo{color:#fff;background:#2563eb;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:17px;font-weight:800;display:flex}.dashboard-footer-brand strong{color:#111827;font-size:.9rem;display:block}.dashboard-footer-brand span{color:#94a3b8;margin-top:2px;font-size:.72rem;display:block}.dashboard-footer-info{text-align:right;color:#94a3b8}.dashboard-footer-info p{margin:0;font-size:.74rem}.dashboard-footer-info small{margin-top:5px;font-size:.7rem;display:block}@media (width<=600px){.dashboard-footer{flex-direction:column;align-items:flex-start;gap:18px}.dashboard-footer-info{text-align:left}}@media (width<=900px){.dashboard-topic-progress-list{grid-template-columns:1fr}}@media (width<=500px){.dashboard-topic-progress-attempts{grid-template-columns:1fr}}@media (width<=900px){.dashboard-area-progress-list{grid-template-columns:1fr}}@media (width<=500px){.dashboard-area-progress-attempts{grid-template-columns:1fr}}@media (width<=600px){.dashboard-recommendation-footer{flex-direction:column;align-items:flex-start}.dashboard-recommendation-footer .dashboard-primary-button{width:100%}}@media (width<=850px){.dashboard-hero{flex-direction:column;align-items:flex-start}.dashboard-hero-actions{justify-content:flex-start;width:100%}}@media (width<=600px){.dashboard-hero-actions{flex-direction:column}.dashboard-hero-actions .dashboard-primary-button,.dashboard-hero-actions .dashboard-secondary-button{width:100%}}.dashboard-progress-trend{margin-top:24px}.dashboard-progress-trend-content{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.dashboard-progress-trend-content>div{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:16px}.dashboard-progress-trend-content span{color:#64748b;margin-bottom:7px;font-size:.8rem;font-weight:600;display:block}.dashboard-progress-trend-content strong{color:#0f172a;font-size:1.3rem;display:block}.dashboard-progress-trend-empty{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:18px}.dashboard-progress-trend-empty p{color:#334155;margin:0 0 8px;font-weight:600}.dashboard-progress-trend-empty small{color:#64748b;line-height:1.5}.dashboard-area-progress{margin-top:24px}.dashboard-area-progress-list{gap:16px;display:grid}.dashboard-area-progress-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;padding:18px}.dashboard-area-progress-item h3{color:#0f172a;margin:0 0 14px;font-size:1rem}.dashboard-area-progress-attempts{flex-wrap:wrap;gap:12px;display:flex}.dashboard-area-progress-attempt{background:#fff;border:1px solid #e2e8f0;border-radius:10px;min-width:135px;padding:12px 14px}.dashboard-area-progress-attempt span{color:#64748b;margin-bottom:6px;font-size:.78rem;font-weight:600;display:block}.dashboard-area-progress-attempt strong{color:#0f172a;margin-bottom:4px;font-size:1.2rem;display:block}.dashboard-area-progress-attempt small{color:#64748b;font-size:.78rem}.dashboard-topic-progress{margin-top:24px}.dashboard-topic-progress-list{gap:16px;display:grid}.dashboard-topic-progress-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;padding:18px}.dashboard-topic-progress-header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:16px;display:flex}.dashboard-topic-progress-header span{color:#64748b;margin-bottom:4px;font-size:.78rem;font-weight:600;display:block}.dashboard-topic-progress-header h3{color:#0f172a;margin:0;font-size:1rem}.dashboard-topic-progress-total{text-align:right}.dashboard-topic-progress-total strong{color:#0f172a;margin-bottom:4px;font-size:1.2rem;display:block}.dashboard-topic-progress-total small{color:#64748b;font-size:.78rem}.dashboard-topic-progress-attempts{flex-wrap:wrap;gap:12px;display:flex}.dashboard-topic-progress-attempt{background:#fff;border:1px solid #e2e8f0;border-radius:10px;min-width:135px;padding:12px 14px}.dashboard-topic-progress-attempt span{color:#64748b;margin-bottom:6px;font-size:.78rem;font-weight:600;display:block}.dashboard-topic-progress-attempt strong{color:#0f172a;margin-bottom:4px;font-size:1.2rem;display:block}.dashboard-topic-progress-attempt small{color:#64748b;font-size:.78rem}.dashboard-topic-progress-empty{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:18px}.dashboard-topic-progress-empty p{color:#334155;margin:0 0 8px;font-weight:600}.dashboard-topic-progress-empty small{color:#64748b;line-height:1.5}@media (width<=800px){.dashboard-grid,.dashboard-summary{grid-template-columns:1fr}}@media (width<=600px){.dashboard-page{padding:0 14px 40px}.dashboard-hero,.dashboard-card,.dashboard-empty-card{padding:20px}.dashboard-summary-grid{grid-template-columns:1fr}.dashboard-hero h1{font-size:22px}.dashboard-actions{flex-direction:column}.dashboard-primary-button,.dashboard-secondary-button{width:100%}.dashboard-area-progress-attempts{flex-direction:column}.dashboard-area-progress-attempt{width:100%;min-width:0}.dashboard-progress-trend-content{grid-template-columns:1fr}.dashboard-topic-progress-header{flex-direction:column}.dashboard-topic-progress-total{text-align:left}.dashboard-topic-progress-attempts{flex-direction:column}.dashboard-topic-progress-attempt{width:100%;min-width:0}.history-screen{width:min(100% - 24px,1120px);padding-top:24px}.history-header{flex-direction:column}.history-header button{width:100%}.history-card{padding:18px}.history-card-main{gap:16px}.history-card-main>strong{font-size:1.35rem}.history-card-details{flex-direction:column;gap:8px}.history-card-actions button{width:100%}.dashboard-progress-summary{grid-template-columns:1fr}.dashboard-progress-caption{text-align:left}}.history-screen{width:min(1120px,100% - 40px);margin:0 auto;padding:36px 0 56px}.history-header{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:28px;display:flex}.history-header>div{max-width:680px}.history-header span{letter-spacing:.08em;text-transform:uppercase;color:#64748b;margin-bottom:8px;font-size:.85rem;font-weight:700;display:block}.history-header h1{margin:0;font-size:clamp(2rem,4vw,3rem);line-height:1.05}.history-header p{color:#64748b;margin:12px 0 0;line-height:1.6}.history-header button{color:#0f172a;font:inherit;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:10px;flex-shrink:0;padding:11px 18px;font-weight:700}.history-header button:hover{background:#f8fafc}.history-list{gap:16px;display:grid}.history-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:22px 24px;box-shadow:0 4px 14px #0f172a0a}.history-card-main{justify-content:space-between;align-items:flex-start;gap:24px;display:flex}.history-card-main span{color:#475569;margin-bottom:8px;font-size:.85rem;font-weight:700;display:inline-block}.history-card-main h2{margin:0;font-size:1.55rem}.history-card-main p{color:#64748b;margin:8px 0 0;font-size:.9rem}.history-card-main>strong{font-size:1.65rem;line-height:1}.history-card-details{color:#475569;border-top:1px solid #e2e8f0;flex-wrap:wrap;gap:10px 24px;margin-top:18px;padding-top:16px;font-size:.9rem;display:flex}.history-card-actions{justify-content:flex-end;margin-top:18px;display:flex}.history-card-actions button{color:#0f172a;font:inherit;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:10px;padding:10px 16px;font-weight:700}.history-card-actions button:hover:not(:disabled){background:#f8fafc}.history-card-actions button:disabled{opacity:.6;cursor:not-allowed}.history-empty{text-align:center;background:#fff;border:1px dashed #cbd5e1;border-radius:16px;padding:48px 24px}.history-empty h2{margin:0 0 8px}.history-empty p{color:#64748b;margin:0}.history-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.history-card{min-width:0}@media (width<=900px){.history-list{grid-template-columns:1fr}}.landing-page{color:#0f172a;background:#fff;min-height:100vh;overflow-x:hidden}.landing-header{z-index:20;background:#fffffff5;border-bottom:1px solid #e8edf4;position:relative}.landing-header-inner{grid-template-columns:1fr auto 1fr;align-items:center;gap:32px;max-width:1440px;height:84px;margin:0 auto;padding:0 42px;display:grid}.landing-brand{width:fit-content;color:inherit;align-items:center;gap:13px;text-decoration:none;display:flex}.landing-brand-mark{color:#fff;background:#2563eb;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.25rem;font-weight:800;display:flex;box-shadow:0 8px 18px #2563eb2e}.landing-brand>div:last-child{flex-direction:column;display:flex}.landing-brand strong{font-size:1.15rem;line-height:1.2}.landing-brand span{color:#64748b;margin-top:3px;font-size:.78rem}.landing-nav{justify-content:center;align-items:center;gap:38px;display:flex}.landing-nav a{color:#1e293b;font-size:.92rem;font-weight:600;text-decoration:none}.landing-nav a:hover{color:#2563eb}.landing-header-actions{justify-content:flex-end;gap:12px;display:flex}.landing-login-button,.landing-header-primary,.landing-primary-button,.landing-secondary-button{font:inherit;cursor:pointer;font-weight:700;transition:transform .16s,background .16s,border-color .16s,box-shadow .16s}.landing-login-button{color:#1e293b;background:#fff;border:1px solid #cbd5e1;border-radius:9px;padding:11px 18px}.landing-header-primary{color:#fff;background:#2563eb;border:1px solid #2563eb;border-radius:9px;padding:11px 21px;box-shadow:0 7px 16px #2563eb29}.landing-header-primary:hover,.landing-primary-button:hover{background:#1d4ed8;transform:translateY(-1px)}.landing-login-button:hover,.landing-secondary-button:hover{background:#f8fafc;border-color:#94a3b8}.landing-hero{background:radial-gradient(circle at 78% 42%,#60a5fa2e,#0000 35%),linear-gradient(115deg,#fff 0%,#f8fbff 47%,#eef6ff 100%);min-height:700px;position:relative;overflow:hidden}.landing-hero-inner{grid-template-columns:minmax(430px,.9fr) minmax(600px,1.1fr);align-items:center;gap:42px;max-width:1440px;min-height:700px;margin:0 auto;padding:72px 42px 58px;display:grid}.landing-hero-content{z-index:5;max-width:640px;position:relative}.landing-eyebrow{color:#2563eb;letter-spacing:.16em;margin-bottom:20px;font-size:.84rem;font-weight:800;display:block}.landing-hero h1{letter-spacing:-.05em;max-width:650px;margin:0;font-size:clamp(3rem,4.5vw,4.7rem);line-height:.99}.landing-hero-description{color:#64748b;max-width:600px;margin:28px 0 0;font-size:1.13rem;line-height:1.65}.landing-hero-actions{flex-wrap:wrap;gap:14px;margin-top:34px;display:flex}.landing-primary-button,.landing-secondary-button{border-radius:10px;min-height:54px;padding:0 24px}.landing-primary-button{color:#fff;background:#2563eb;border:1px solid #2563eb;align-items:center;gap:15px;display:flex;box-shadow:0 10px 24px #2563eb33}.landing-primary-button span{font-size:1.25rem}.landing-secondary-button{color:#172033;background:#fff;border:1px solid #cbd5e1}.landing-benefits{grid-template-columns:repeat(4,1fr);gap:16px;max-width:570px;margin-top:42px;display:grid}.landing-benefit{color:#334155;text-align:center;font-size:.78rem;line-height:1.45}.landing-benefit-icon{color:#2563eb;background:#eaf2ff;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin:0 auto 9px;font-size:1.25rem;font-weight:800;display:flex}.landing-product-visual{perspective:1600px;min-width:0;position:relative}.landing-visual-glow{filter:blur(2px);background:#60a5fa24;border-radius:50%;width:680px;height:560px;position:absolute;top:50%;left:52%;transform:translate(-50%,-50%)}.landing-laptop{z-index:2;transform-origin:50%;filter:drop-shadow(0 32px 26px #0f172a38);width:min(100%,760px);margin:0 auto;position:relative;transform:perspective(1500px)rotateY(-7deg)rotateX(2deg)rotate(-1deg)}.landing-dashboard{color:#0f172a;background:#f1f5f9;border-radius:7px;overflow:hidden}.landing-dashboard-topbar{background:#fff;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;height:54px;padding:0 18px;display:flex}.landing-mini-brand{align-items:center;gap:7px;display:flex}.landing-mini-brand>div{color:#fff;background:#2563eb;border-radius:6px;justify-content:center;align-items:center;width:25px;height:25px;font-size:.7rem;font-weight:800;display:flex}.landing-mini-brand>span{flex-direction:column;display:flex}.landing-mini-brand strong{font-size:.62rem}.landing-mini-brand small{color:#64748b;margin-top:1px;font-size:.42rem}.landing-mini-user{align-items:center;gap:6px;display:flex}.landing-mini-user>span{color:#2563eb;background:#eff6ff;border-radius:50%;justify-content:center;align-items:center;width:27px;height:27px;font-size:.6rem;font-weight:800;display:flex}.landing-mini-user div{flex-direction:column;display:flex}.landing-mini-user small{color:#64748b;font-size:.42rem}.landing-mini-user strong{font-size:.52rem}.landing-dashboard-body{padding:17px}.landing-dashboard-intro{background:#fff;border:1px solid #e2e8f0;border-radius:9px;padding:15px}.landing-dashboard-intro>span,.landing-dashboard-evolution>span,.landing-dashboard-diagnostic>span{color:#2563eb;letter-spacing:.08em;font-size:.48rem;font-weight:800}.landing-dashboard-intro h2{margin:5px 0 3px;font-size:.95rem}.landing-dashboard-intro p{color:#64748b;margin:0;font-size:.5rem}.landing-dashboard-stats{grid-template-columns:1fr 1fr;gap:10px;margin-top:10px;display:grid}.landing-dashboard-stats>div{background:#fff;border:1px solid #e2e8f0;border-radius:9px;padding:13px}.landing-dashboard-stats span{color:#64748b;font-size:.48rem;display:block}.landing-dashboard-stats strong{margin-top:4px;font-size:1rem;display:block}.landing-dashboard-stats small{color:#475569;font-size:.48rem}.landing-dashboard-lower{grid-template-columns:1fr 1fr;gap:10px;margin-top:10px;display:grid}.landing-dashboard-evolution,.landing-dashboard-diagnostic{background:#fff;border:1px solid #e2e8f0;border-radius:9px;padding:13px}.landing-dashboard-lower h3{margin:4px 0 10px;font-size:.72rem}.landing-mini-metrics{grid-template-columns:1fr 1fr;gap:6px;display:grid}.landing-mini-metrics>div{background:#f8fafc;border-radius:6px;padding:8px}.landing-mini-metrics small{color:#64748b;font-size:.42rem;display:block}.landing-mini-metrics strong{margin-top:3px;font-size:.72rem;display:block}.landing-mini-area+.landing-mini-area{margin-top:9px}.landing-mini-area>div:first-child{justify-content:space-between;gap:8px;display:flex}.landing-mini-area small{color:#64748b;font-size:.43rem}.landing-mini-area strong{font-size:.48rem}.landing-mini-bar{background:#e5e7eb;border-radius:999px;height:5px;margin-top:5px;overflow:hidden}.landing-mini-bar>div{border-radius:inherit;background:#2563eb;height:100%}.landing-trust-strip{background:#fff;border-top:1px solid #edf1f6;padding:24px 42px 32px}.landing-trust-strip>p{color:#94a3b8;text-align:center;letter-spacing:.22em;margin:0 0 22px;font-size:.7rem;font-weight:800}.landing-trust-items{grid-template-columns:repeat(4,1fr);gap:28px;max-width:1000px;margin:0 auto;display:grid}.landing-trust-items>div{color:#475569;text-align:center;flex-direction:column;align-items:center;gap:7px;font-size:.82rem;display:flex}.landing-trust-items strong{color:#2563eb;font-size:1.25rem}@media (width<=1150px){.landing-header-inner{grid-template-columns:1fr auto}.landing-nav{display:none}.landing-hero-inner{grid-template-columns:1fr;gap:65px}.landing-hero-content{max-width:760px}.landing-product-visual{width:100%;max-width:850px;margin:0 auto}}@media (width<=700px){.landing-header-inner{height:72px;padding:0 18px}.landing-brand span,.landing-login-button{display:none}.landing-header-primary{padding:10px 15px}.landing-hero-inner{min-height:auto;padding:58px 18px 60px}.landing-hero h1{letter-spacing:-.04em;font-size:2.35rem;line-height:1.03}.landing-hero-description{font-size:1rem}.landing-hero-actions{flex-direction:column}.landing-primary-button,.landing-secondary-button{justify-content:center;width:100%}.landing-benefits{grid-template-columns:repeat(2,1fr);gap:24px}.landing-eyebrow{margin-bottom:14px;font-size:.76rem}.landing-hero-description{margin-top:22px}.landing-hero-actions{margin-top:28px}.landing-benefits{margin-top:34px}.landing-dashboard-lower{grid-template-columns:1fr}.landing-trust-strip{padding-left:18px;padding-right:18px}.landing-trust-items{grid-template-columns:repeat(2,1fr)}}.landing-laptop-mockup{z-index:2;aspect-ratio:3/2;width:min(100%,840px);margin:0 auto;position:relative}.landing-laptop-image{z-index:3;object-fit:contain;pointer-events:none;filter:drop-shadow(0 28px 28px #0f172a33);width:100%;height:100%;position:absolute;inset:0}.landing-laptop-dashboard-window{z-index:2;clip-path:polygon(34.9% 11.7%,90.7% 6.7%,89.5% 64.6%,31.4% 60.4%);position:absolute;inset:0;overflow:hidden}.landing-laptop-dashboard-window .landing-dashboard{transform-origin:0 0;border-radius:0;width:87%;height:auto;position:absolute;top:11.5%;left:34%;transform:perspective(2000px)rotateY(-22deg)rotateX(20.9deg)rotate(-3deg)scale(.65)}.landing-how{background:#fff;padding:96px 42px}.landing-section-container{max-width:1280px;margin:0 auto}.landing-section-heading{text-align:center;max-width:760px;margin:0 auto}.landing-section-heading h2{color:#0f172a;letter-spacing:-.035em;margin:0;font-size:clamp(2rem,3vw,3rem);line-height:1.08}.landing-section-heading p{color:#64748b;max-width:680px;margin:20px auto 0;font-size:1.05rem;line-height:1.7}.landing-how-grid{grid-template-columns:repeat(4,1fr);gap:20px;margin-top:54px;display:grid}.landing-how-card{background:linear-gradient(#fff 0%,#f8fbff 100%);border:1px solid #e2e8f0;border-radius:18px;min-height:270px;padding:28px 24px;position:relative;overflow:hidden;box-shadow:0 10px 30px #0f172a0d}.landing-how-number{color:#dbeafe;font-size:2.6rem;font-weight:800;line-height:1;position:absolute;top:20px;right:22px}.landing-how-icon{color:#2563eb;background:#eaf2ff;border-radius:14px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:24px;font-size:1.4rem;font-weight:800;display:flex}.landing-how-card h3{color:#0f172a;margin:0;font-size:1.15rem;line-height:1.3;position:relative}.landing-how-card p{color:#64748b;margin:13px 0 0;font-size:.94rem;line-height:1.65;position:relative}.landing-how-card:hover{border-color:#bfdbfe;transform:translateY(-3px);box-shadow:0 16px 34px #0f172a14}.landing-how-card{transition:transform .16s,border-color .16s,box-shadow .16s}@media (width<=980px){.landing-how-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.landing-how{padding:72px 18px}.landing-how-grid{grid-template-columns:1fr;gap:16px}.landing-how-card{min-height:auto}}.landing-features{background:linear-gradient(#f8fbff 0%,#fff 100%);padding:96px 42px}.landing-features-grid{grid-template-columns:repeat(3,1fr);gap:20px;margin-top:54px;display:grid}.landing-feature-card{background:#fff;border:1px solid #e2e8f0;border-radius:18px;align-items:flex-start;gap:18px;padding:26px 24px;transition:transform .16s,border-color .16s,box-shadow .16s;display:flex;box-shadow:0 10px 28px #0f172a0d}.landing-feature-card:hover{border-color:#bfdbfe;transform:translateY(-3px);box-shadow:0 16px 34px #0f172a14}.landing-feature-icon{color:#2563eb;background:#eaf2ff;border-radius:14px;flex:none;justify-content:center;align-items:center;width:54px;height:54px;font-size:1.15rem;font-weight:800;display:flex}.landing-feature-card h3{color:#0f172a;margin:2px 0 0;font-size:1.08rem;line-height:1.3}.landing-feature-card p{color:#64748b;margin:11px 0 0;font-size:.92rem;line-height:1.65}@media (width<=980px){.landing-features-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.landing-features{padding:72px 18px}.landing-features-grid{grid-template-columns:1fr;gap:16px}.landing-feature-card{padding:22px 20px}}.landing-faq{background:#fff;padding:96px 42px}.landing-faq-list{flex-direction:column;gap:12px;max-width:900px;margin:54px auto 0;display:flex}.landing-faq-item{background:#fff;border:1px solid #e2e8f0;border-radius:14px;transition:border-color .16s,box-shadow .16s;overflow:hidden;box-shadow:0 8px 24px #0f172a0a}.landing-faq-item:hover{border-color:#bfdbfe}.landing-faq-item[open]{border-color:#bfdbfe;box-shadow:0 12px 28px #0f172a0f}.landing-faq-item summary{color:#0f172a;cursor:pointer;padding:21px 58px 21px 22px;font-size:1rem;font-weight:700;list-style:none;position:relative}.landing-faq-item summary::-webkit-details-marker{display:none}.landing-faq-item summary:after{content:"+";color:#2563eb;background:#eaf2ff;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:1.15rem;font-weight:700;transition:transform .16s;display:flex;position:absolute;top:50%;right:22px;transform:translateY(-50%)}.landing-faq-item[open] summary:after{content:"−"}.landing-faq-item p{color:#64748b;margin:0;padding:0 58px 22px 22px;font-size:.94rem;line-height:1.7}@media (width<=640px){.landing-faq{padding:72px 18px}.landing-faq-list{margin-top:40px}.landing-faq-item summary{padding:18px 52px 18px 18px}.landing-faq-item summary:after{right:16px}.landing-faq-item p{padding:0 18px 20px}}.landing-final-cta{background:linear-gradient(135deg,#eef5ff 0%,#f8fbff 55%,#fff 100%);padding:92px 42px}.landing-final-cta-inner{text-align:center;max-width:900px;margin:0 auto}.landing-final-cta h2{color:#0f172a;letter-spacing:-.04em;margin:0;font-size:clamp(2.1rem,3.5vw,3.4rem);line-height:1.08}.landing-final-cta p{color:#64748b;max-width:700px;margin:22px auto 0;font-size:1.05rem;line-height:1.7}.landing-final-cta-actions{flex-wrap:wrap;justify-content:center;gap:14px;margin-top:32px;display:flex}.landing-footer{color:#cbd5e1;background:#0f172a;border-top:1px solid #e5e7eb;padding:52px 42px 32px}.landing-footer-inner{grid-template-columns:1.1fr .8fr 1.4fr;align-items:start;gap:44px;max-width:1280px;margin:0 auto;display:grid}.landing-footer-brand{align-items:flex-start;gap:14px;display:flex}.landing-footer-brand strong{color:#fff;font-size:1.08rem;display:block}.landing-footer-brand p{color:#94a3b8;max-width:260px;margin:7px 0 0;font-size:.88rem;line-height:1.6}.landing-footer-links{flex-direction:column;gap:12px;display:flex}.landing-footer-links a{color:#cbd5e1;width:fit-content;font-size:.9rem;font-weight:600;text-decoration:none}.landing-footer-links a:hover{color:#fff}.landing-footer-legal p{color:#94a3b8;margin:0;font-size:.82rem;line-height:1.65}.landing-footer-legal small{color:#64748b;margin-top:18px;font-size:.78rem;display:block}@media (width<=900px){.landing-footer-inner{grid-template-columns:1fr 1fr}.landing-footer-legal{grid-column:1/-1}}@media (width<=640px){.landing-final-cta{padding:72px 18px}.landing-final-cta-actions{flex-direction:column}.landing-final-cta-actions .landing-primary-button,.landing-final-cta-actions .landing-secondary-button{justify-content:center;width:100%}.landing-footer{padding:44px 18px 28px}.landing-footer-inner{grid-template-columns:1fr;gap:30px}.landing-footer-legal{grid-column:auto}}.exam-footer{border-top:1px solid #dbe2ea;justify-content:space-between;align-items:center;gap:32px;margin-top:36px;padding:26px 6px 8px;display:flex}.exam-footer-brand{align-items:center;gap:11px;display:flex}.exam-footer-logo{color:#fff;background:#2563eb;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:17px;font-weight:800;display:flex}.exam-footer-brand strong{color:#111827;font-size:.9rem;display:block}.exam-footer-brand span{color:#94a3b8;margin-top:2px;font-size:.72rem;display:block}.exam-footer-info{text-align:right;color:#94a3b8}.exam-footer-info p{margin:0;font-size:.74rem}.exam-footer-info small{margin-top:5px;font-size:.7rem;display:block}@media (width<=600px){.exam-footer{flex-direction:column;align-items:flex-start;gap:18px}.exam-footer-info{text-align:left}}.results-footer{border-top:1px solid #dbe2ea;justify-content:space-between;align-items:center;gap:32px;margin-top:28px;padding:26px 6px 8px;display:flex}.results-footer-brand{align-items:center;gap:11px;display:flex}.results-footer-logo{color:#fff;background:#2563eb;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:17px;font-weight:800;display:flex}.results-footer-brand strong{color:#111827;font-size:.9rem;display:block}.results-footer-brand span{color:#94a3b8;margin-top:2px;font-size:.72rem;display:block}.results-footer-info{text-align:right;color:#94a3b8}.results-footer-info p{margin:0;font-size:.74rem}.results-footer-info small{margin-top:5px;font-size:.7rem;display:block}@media (width<=600px){.results-footer{flex-direction:column;align-items:flex-start;gap:18px}.results-footer-info{text-align:left}.results-table thead{display:none}.results-table,.results-table tbody,.results-table tr,.results-table td{width:100%;display:block}.results-table tbody{gap:12px;display:grid}.results-table tr{background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;padding:14px}.results-table td{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;gap:16px;padding:7px 0;display:flex}.results-table td:last-child{border-bottom:0}.results-table td:before{content:attr(data-label);color:#6b7280;font-size:12px;font-weight:700}.results-table td:first-child{color:#111827;padding-top:0;font-weight:700}}.review-question-details-toggle{margin-top:16px}.review-question-details-toggle summary{color:#1d4ed8;cursor:pointer;background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;justify-content:center;align-items:center;padding:9px 13px;font-size:12px;font-weight:700;list-style:none;display:inline-flex}.review-question-details-toggle summary::-webkit-details-marker{display:none}.review-question-details-toggle summary:hover{background:#dbeafe}.review-detail-close,.review-question-details-toggle[open] .review-detail-open{display:none}.review-question-details-toggle[open] .review-detail-close{display:inline}.review-question-detail-content{margin-top:18px}.review-filters{flex-wrap:wrap;gap:10px;margin:20px 0;display:flex}.review-filter-button{color:#374151;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:9px;align-items:center;gap:8px;padding:9px 13px;font-size:13px;font-weight:700;display:inline-flex}.review-filter-button span{color:#64748b;background:#f1f5f9;border-radius:999px;justify-content:center;align-items:center;min-width:24px;height:24px;padding:0 7px;font-size:11px;display:inline-flex}.review-filter-button:hover{background:#f8fafc}.review-filter-button--active{color:#1d4ed8;background:#eff6ff;border-color:#2563eb}.review-filter-button--active span{color:#fff;background:#2563eb}@media (width<=600px){.review-filters{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.review-filter-button{justify-content:space-between}}.review-site-footer{border-top:1px solid #dbe2ea;justify-content:space-between;align-items:center;gap:32px;margin-top:28px;padding:26px 6px 8px;display:flex}.review-site-footer-brand{align-items:center;gap:11px;display:flex}.review-site-footer-logo{color:#fff;background:#2563eb;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:17px;font-weight:800;display:flex}.review-site-footer-brand strong{color:#111827;font-size:.9rem;display:block}.review-site-footer-brand span{color:#94a3b8;margin-top:2px;font-size:.72rem;display:block}.review-site-footer-info{text-align:right;color:#94a3b8}.review-site-footer-info p{margin:0;font-size:.74rem}.review-site-footer-info small{margin-top:5px;font-size:.7rem;display:block}@media (width<=600px){.review-site-footer{flex-direction:column;align-items:flex-start;gap:18px}.review-site-footer-info{text-align:left}}.history-footer{border-top:1px solid #dbe2ea;justify-content:space-between;align-items:center;gap:32px;margin-top:32px;padding:26px 6px 8px;display:flex}.history-footer-brand{align-items:center;gap:11px;display:flex}.history-footer-logo{color:#fff;background:#2563eb;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:17px;font-weight:800;display:flex}.history-footer-brand strong{color:#111827;font-size:.9rem;display:block}.history-footer-brand span{color:#94a3b8;margin-top:2px;font-size:.72rem;display:block}.history-footer-info{text-align:right;color:#94a3b8}.history-footer-info p{margin:0;font-size:.74rem}.history-footer-info small{margin-top:5px;font-size:.7rem;display:block}@media (width<=600px){.history-footer{flex-direction:column;align-items:flex-start;gap:18px}.history-footer-info{text-align:left}}.auth-password-field{position:relative}.auth-password-field input{width:100%;padding-right:90px}.auth-password-toggle{color:#2563eb;cursor:pointer;background:0 0;border:0;padding:4px 6px;font-size:12px;font-weight:700;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.auth-password-toggle:hover{color:#1d4ed8}.auth-primary-button:disabled{opacity:.65;cursor:not-allowed}.app-status-page{background:#f4f7fb;justify-content:center;align-items:center;min-height:100vh;padding:32px 20px;display:flex}.app-status-card{text-align:center;background:#fff;border:1px solid #e5e7eb;border-radius:18px;width:100%;max-width:440px;padding:36px;box-shadow:0 20px 50px #0f172a14}.app-status-brand{justify-content:center;align-items:center;gap:11px;margin-bottom:30px;display:flex}.app-status-logo{color:#fff;background:#2563eb;border-radius:10px;justify-content:center;align-items:center;width:42px;height:42px;font-size:20px;font-weight:800;display:flex}.app-status-brand>div:last-child{text-align:left}.app-status-brand strong{color:#111827;font-size:17px;display:block}.app-status-brand span{color:#94a3b8;margin-top:2px;font-size:11px;display:block}.app-status-spinner{border:3px solid #dbeafe;border-top-color:#2563eb;border-radius:50%;width:34px;height:34px;margin:0 auto 20px;animation:.8s linear infinite app-status-spin}@keyframes app-status-spin{to{transform:rotate(360deg)}}.app-status-card h1{color:#111827;margin:0;font-size:23px;line-height:1.2}.app-status-card p{color:#64748b;margin:10px 0 0;font-size:14px;line-height:1.6}@media (width<=520px){.app-status-page{padding:20px 14px}.app-status-card{border-radius:14px;padding:30px 22px}}@media (prefers-reduced-motion:reduce){.app-status-spinner{animation:none}}.app-status-error-icon{color:#dc2626;background:#fef2f2;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;margin:0 auto 20px;font-size:22px;font-weight:800;display:flex}.app-status-actions{flex-direction:column;gap:10px;margin-top:26px;display:flex}.app-status-primary,.app-status-secondary{cursor:pointer;border-radius:9px;width:100%;padding:12px 18px;font-size:14px;font-weight:700}.app-status-primary{color:#fff;background:#2563eb;border:0}.app-status-primary:hover{background:#1d4ed8}.app-status-secondary{color:#374151;background:#fff;border:1px solid #d1d5db}.app-status-secondary:hover{background:#f8fafc}.dashboard-state-card{text-align:center;background:#fff;border:1px solid #e5e7eb;border-radius:18px;max-width:560px;margin:48px auto;padding:36px;box-shadow:0 14px 40px #0f172a0f}.dashboard-state-icon{color:#dc2626;background:#fef2f2;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;margin:0 auto 18px;font-size:22px;font-weight:800;display:flex}.dashboard-state-card h1{color:#111827;margin:0;font-size:24px}.dashboard-state-card p{color:#64748b;max-width:420px;margin:12px auto 24px;line-height:1.6}@media (width<=520px){.dashboard-state-card{margin:24px auto;padding:28px 20px}}
