:root{--font-dm-sans:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--bg:#f7f8fb;--bg-2:#fff;--bg-3:#f3f5f9;--text:#09090b;--text-2:#5c667a;--text-3:#7a8496;--border:#dfe3ea;--border-2:#cfd6e2;--black:#0a0a0b;--accent:#0f766e;--accent-2:#b45309;--danger:#b42318;--success:#15803d;--blue:#1d4ed8;--shadow:0 1px 2px rgba(15,23,42,.08),0 8px 22px rgba(15,23,42,.04);--shadow-hover:0 2px 4px rgba(15,23,42,.1),0 14px 30px rgba(15,23,42,.07)}*{box-sizing:border-box}body,html{min-height:100%;margin:0;background:var(--bg);color:var(--text);font-family:var(--font-dm-sans),Arial,sans-serif;letter-spacing:0}a{color:inherit;text-decoration:none}button,input,select,textarea{font-family:inherit}.app-shell{min-height:100vh;background:linear-gradient(180deg,hsla(0,0%,100%,.92),rgba(248,250,252,.82)),var(--bg)}.dashboard-frame{display:grid;grid-template-columns:286px minmax(0,1fr);min-height:100vh;transition:grid-template-columns .18s ease}.dashboard-frame.sidebar-collapsed{grid-template-columns:64px minmax(0,1fr)}.main-panel{min-width:0;border-left:1px solid var(--border);background:radial-gradient(circle at top left,hsla(0,0%,100%,.96),hsla(0,0%,100%,0) 34rem),#f8f9fc}.app-sidebar{position:-webkit-sticky;position:sticky;top:0;align-self:start;display:flex;flex-direction:column;min-height:100vh;max-height:100vh;overflow:hidden auto;padding:28px 22px;background:#fff;border-right:1px solid var(--border);transition:padding .18s ease}.app-sidebar.is-collapsed{align-items:center;padding:20px 12px}.sidebar-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:34px}.app-sidebar.is-collapsed .sidebar-head{display:grid;justify-items:center;grid-gap:18px;gap:18px;margin-bottom:22px}.sidebar-brand{display:flex;min-width:0;align-items:center;gap:10px}.sidebar-logo{display:grid;width:34px;height:34px;flex:0 0 34px;place-items:center;border-radius:9px;font-size:22px;line-height:1}.sidebar-brand-text,.sidebar-logo{color:#111827;font-style:italic;font-weight:900}.sidebar-brand-text{overflow:hidden;font-size:25px;letter-spacing:0;text-overflow:ellipsis;white-space:nowrap}.sidebar-toggle{display:inline-grid;width:32px;height:32px;flex:0 0 32px;place-items:center;border:0;border-radius:9px;background:transparent;color:#334155;cursor:pointer}.sidebar-toggle:hover{background:#f1f5f9}.sidebar-section-label{margin-bottom:12px;color:#9aa3af;font-size:12px;font-weight:850;letter-spacing:.04em;text-transform:uppercase}.sidebar-nav{display:grid;width:100%;grid-gap:8px;gap:8px}.sidebar-link{position:relative;display:flex;min-height:42px;align-items:center;gap:14px;padding:0 16px;border-radius:10px;color:#334155;font-size:14px;font-weight:750;white-space:nowrap;transition:background .16s ease,color .16s ease,box-shadow .16s ease}.app-sidebar.is-collapsed .sidebar-link{width:40px;min-height:40px;justify-content:center;padding:0}.sidebar-link.active{background:#101827;color:#fff;box-shadow:0 8px 18px rgba(16,24,39,.18)}.sidebar-link:not(.active):hover{background:#f1f5f9;color:#0f172a}.sidebar-badge{margin-left:auto;padding:3px 10px;border-radius:999px;background:#dcfce7;color:#15803d;font-size:12px;font-weight:800}.sidebar-api-card{width:100%;margin-top:28px;padding:14px;border:2px solid #6b7280;border-radius:14px;background:#fff;box-shadow:0 18px 34px rgba(15,23,42,.08)}.sidebar-api-text{margin-top:8px;color:var(--text-2);font-size:13px;line-height:1.45}.app-sidebar.is-collapsed .sidebar-label,.sidebar-compact-card{display:none}.app-sidebar.is-collapsed .sidebar-compact-card{display:grid;width:40px;height:40px;margin-top:28px;place-items:center;border-radius:10px;background:#101827;color:#fff;box-shadow:0 8px 18px rgba(16,24,39,.18)}.app-topbar{position:-webkit-sticky;position:sticky;top:0;z-index:20;display:flex;min-height:64px;align-items:center;justify-content:space-between;gap:16px;padding:10px 32px;border-bottom:1px solid rgba(223,227,234,.84);background:hsla(0,0%,100%,.88);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 1px 0 hsla(0,0%,100%,.76)}.topbar-title{min-width:0}.topbar-eyebrow{color:var(--text-3);font-size:12px;font-weight:750;text-transform:uppercase}.topbar-product{font-size:15px;font-weight:750}.topbar-actions{min-width:0;flex-wrap:wrap;justify-content:flex-end}.topbar-user-button{display:flex;align-items:center;gap:10px;max-width:240px;border:1px solid var(--border);border-radius:12px;background:hsla(0,0%,100%,.96);padding:5px 8px;cursor:pointer;box-shadow:0 1px 2px rgba(15,23,42,.06);transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.topbar-user-button:hover{border-color:var(--border-2);box-shadow:0 6px 16px rgba(15,23,42,.08);transform:translateY(-1px)}.topbar-user-meta{display:grid;min-width:0;text-align:left;line-height:1.1}.topbar-user-name{overflow:hidden;font-size:13px;font-weight:750;text-overflow:ellipsis;white-space:nowrap}.topbar-user-tags{display:flex;min-width:0;flex-wrap:wrap;gap:4px}.content-wrap{width:min(1360px,100%);min-height:calc(100vh - 112px);margin:24px auto 48px;padding:28px 32px 48px;border:1px solid var(--border);border-radius:16px;background:hsla(0,0%,100%,.92);box-shadow:0 1px 2px rgba(15,23,42,.04)}.page-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:22px}.page-heading>div:first-child{min-width:0}.page-heading-actions{flex:0 0 auto;max-width:100%}.page-heading h1{margin:0;color:#050505;font-size:clamp(26px,2.2vw,34px);line-height:1.08;font-weight:850;letter-spacing:0}.page-heading p{margin:10px 0 0;max-width:1040px;color:var(--text-2);font-size:15px;line-height:1.55}.surface{background:#fbfcfe;border:1px solid var(--border);border-radius:14px;box-shadow:var(--shadow);transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease,background-color .16s ease}.surface:hover{border-color:var(--border-2);background:#fff;box-shadow:var(--shadow-hover)}.metric:hover,.podium-card:hover,.responsive-card-grid .surface:hover{transform:translateY(-1px)}.toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:16px}.question-bank-content-wrap{--question-bank-title-size:21px;--question-bank-title-weight:780;--question-bank-count-size:17px;--question-bank-subject-icon-box:58px;--question-bank-subject-icon-radius:18px;--question-bank-subject-svg:25px;--question-bank-row-svg:22px;--question-bank-action-width:56px;--question-bank-action-height:50px;--question-bank-action-compact-width:58px;--question-bank-action-compact-height:48px;--question-bank-skill-title-size:16px;--question-bank-skill-title-weight:720;--question-bank-skill-count-size:14px;width:100%;margin:0;padding:32px 48px 56px;border:0;border-radius:0;background:transparent;box-shadow:none}.question-bank-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:32px}.question-bank-heading>div:first-child{min-width:0}.question-bank-heading h1{margin:0;color:#050505;font-size:26px;font-weight:820;line-height:1.08;letter-spacing:0}.question-bank-heading p{margin:12px 0 0;max-width:1500px;color:#747b8b;font-size:16px;font-weight:560;line-height:1.45}.question-bank-heading-actions{flex:0 0 auto;justify-content:flex-end}.question-bank-subjects{display:grid;grid-gap:24px;gap:24px}.question-bank-subject-card{overflow:hidden;border:1px solid #e3e6ec;border-radius:22px;background:#fff;box-shadow:0 1px 2px rgba(15,23,42,.06),0 12px 30px rgba(15,23,42,.06)}.question-bank-subject-header{display:flex;min-height:144px;align-items:center;justify-content:space-between;gap:24px;padding:34px 38px 32px 48px}.question-bank-row-main,.question-bank-title-button{display:inline-flex;min-width:0;align-items:center;gap:20px;border:0;background:transparent;color:inherit;cursor:pointer;font:inherit;text-align:left}.question-bank-row-main>span:last-child,.question-bank-title-button>span:last-child{display:grid;min-width:0;grid-gap:6px;gap:6px}.question-bank-row-main strong,.question-bank-title-button strong{overflow:hidden;color:#050505;font-size:var(--question-bank-title-size);font-weight:var(--question-bank-title-weight);line-height:1.12;text-overflow:ellipsis;white-space:nowrap}.question-bank-row-main small,.question-bank-skill-title small,.question-bank-title-button small{color:#717889;font-size:var(--question-bank-count-size);font-weight:560;line-height:1.1}.question-bank-subject-icon{display:grid;width:var(--question-bank-subject-icon-box);height:var(--question-bank-subject-icon-box);flex:0 0 var(--question-bank-subject-icon-box);place-items:center;border-radius:var(--question-bank-subject-icon-radius);background:#e9eaec;color:#111827}.question-bank-subject-icon svg{width:var(--question-bank-subject-svg);height:var(--question-bank-subject-svg)}.question-bank-row-actions{display:inline-flex;flex:0 0 auto;align-items:center;gap:12px}.question-bank-icon-button{display:inline-grid;place-items:center;border:1px solid #e0e4eb;border-radius:14px;background:#fff;color:#182133;cursor:pointer;transition:border-color .16s ease,background-color .16s ease,color .16s ease,box-shadow .16s ease,transform .16s ease;width:var(--question-bank-action-width);height:var(--question-bank-action-height)}.question-bank-icon-button.compact{width:var(--question-bank-action-compact-width);height:var(--question-bank-action-compact-height)}.question-bank-icon-button:first-child{border-color:transparent;background:transparent;color:#778091}.question-bank-icon-button svg{width:var(--question-bank-row-svg);height:var(--question-bank-row-svg);transition:transform .16s ease}.question-bank-icon-button.is-open svg{transform:rotate(180deg)}.question-bank-icon-button:not(:disabled):hover{border-color:#c6cfdb;background:#fff;box-shadow:0 8px 18px rgba(15,23,42,.08);transform:translateY(-1px)}.question-bank-icon-button:disabled{opacity:.42;cursor:not-allowed}.question-bank-subject-body{padding:26px 30px 32px;border-top:1px solid #edf0f5;background:#fbfcfe}.question-bank-domain-list{display:grid;grid-gap:18px;gap:18px;padding:18px;border:1px solid #e3e7ef;border-radius:20px;background:#fff}.question-bank-domain-group{overflow:hidden;border:1px solid #e1e5ec;border-radius:14px;background:#fff}.question-bank-domain-row,.question-bank-skill-row{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:18px}.question-bank-domain-row{min-height:88px;padding:16px 22px 16px 20px}.question-bank-list-icon{display:grid;width:34px;height:34px;flex:0 0 34px;place-items:center;color:#7b8496}.question-bank-list-icon svg{width:var(--question-bank-row-svg);height:var(--question-bank-row-svg)}.question-bank-skill-list{display:grid;grid-gap:10px;gap:10px;padding:0 18px 18px 76px}.question-bank-skill-group{display:grid;border-top:1px solid #edf1f6}.question-bank-skill-row{min-height:66px;padding:12px 0 12px 18px}.question-bank-skill-title{display:grid;min-width:0;grid-gap:5px;gap:5px}.question-bank-skill-title span{overflow:hidden;color:#222b38;font-size:var(--question-bank-skill-title-size);font-weight:var(--question-bank-skill-title-weight);line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.question-bank-skill-title small{font-size:var(--question-bank-skill-count-size)}.question-bank-question-list{display:grid;grid-gap:8px;gap:8px;padding:0 0 14px 18px}.question-bank-question-item{display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;grid-gap:12px;gap:12px;width:100%;min-height:58px;padding:10px 14px 10px 10px;border:1px solid #e5e9f0;border-radius:10px;background:#fff;color:inherit;cursor:pointer;font:inherit;text-align:left;transition:border-color .16s ease,background-color .16s ease,box-shadow .16s ease,transform .16s ease}.question-bank-question-item:hover{border-color:#cbd5e1;background:#fbfcfe;box-shadow:0 6px 16px rgba(15,23,42,.06);transform:translateY(-1px)}.question-bank-question-index{display:grid;width:28px;height:28px;place-items:center;border-radius:8px;background:#f1f5f9;color:#475569;font-size:12px;font-weight:750}.question-bank-question-main{display:grid;min-width:0;grid-gap:4px;gap:4px}.question-bank-question-main strong{overflow:hidden;color:#111827;font-size:14px;font-weight:700;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.question-bank-question-main small{overflow:hidden;color:#8a94a6;font-size:11px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.question-bank-question-tags{display:inline-flex;flex-wrap:wrap;justify-content:flex-end;gap:6px}.question-bank-question-tags span{padding:4px 8px;border:1px solid #e2e8f0;border-radius:999px;background:#f8fafc;color:#64748b;font-size:11px;font-weight:700;line-height:1;text-transform:capitalize}.question-bank-admin-panel{margin-top:42px;padding-top:28px;border-top:1px solid #e5e9f0}.question-bank-admin-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:16px}.question-bank-admin-heading h2{margin:0;color:#111827;font-size:18px;font-weight:780;line-height:1.15}.question-bank-admin-heading p{margin:6px 0 0;color:#697386;font-size:14px;font-weight:560}.practice-content-wrap{--practice-file-icon-box:54px;--practice-file-icon-svg:24px;--practice-title-size:21px;--practice-title-weight:900;--practice-meta-size:13px;--practice-chip-size:14px;--practice-stat-label-size:14px;--practice-stat-value-size:20px;--practice-action-size:15px;width:100%;margin:0;padding:30px 32px 48px;border:0;border-radius:0;background:transparent;box-shadow:none}.practice-content-wrap .page-heading{margin-bottom:26px}.practice-content-wrap .page-heading h1{font-size:clamp(28px,2.1vw,36px);line-height:1.05}.practice-content-wrap .page-heading p{max-width:1180px;color:#6b7280;font-size:16px;font-weight:650;line-height:1.55}.practice-upgrade-banner{display:grid;grid-template-columns:46px minmax(0,1fr) auto;align-items:center;grid-gap:16px;gap:16px;margin-bottom:18px;padding:14px 16px;border:1px solid #dbe4f0;border-radius:12px;background:linear-gradient(90deg,rgba(239,246,255,.92),hsla(0,0%,100%,.96))}.practice-upgrade-icon{display:grid;width:46px;height:46px;place-items:center;border-radius:12px;background:#111827;color:#fff}.practice-upgrade-banner h2{margin:0;color:#111827;font-size:17px;font-weight:900;line-height:1.2}.practice-upgrade-banner p{margin:4px 0 0;color:#556070;font-size:14px;font-weight:650;line-height:1.45}.practice-upgrade-banner .ant-btn{min-height:40px;border-radius:8px;font-weight:850}.practice-recent-strip{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px;padding:12px 14px;border:1px solid #e2e8f0;border-radius:12px;background:hsla(0,0%,100%,.72)}.practice-recent-title{display:inline-flex;align-items:center;gap:8px;color:#111827;font-size:14px;font-weight:850;white-space:nowrap}.practice-result-tag{min-height:28px;align-content:center}.practice-tabs{display:flex;flex-wrap:wrap;align-items:center;gap:20px;margin-bottom:22px}.practice-tab{display:inline-flex;min-height:42px;align-items:center;justify-content:center;gap:12px;padding:0 12px;border:0;border-radius:999px;background:transparent;color:#556070;cursor:pointer;font-size:15px;font-weight:850;line-height:1;white-space:nowrap;transition:background-color .16s ease,color .16s ease,box-shadow .16s ease,transform .16s ease}.practice-tab strong{display:inline-grid;min-width:31px;min-height:26px;place-items:center;padding:0 9px;border-radius:999px;background:#e5e7eb;color:#4b5563;font-size:13px;font-weight:900;line-height:1}.practice-tab.active{padding-inline:16px;background:#000;color:#fff;box-shadow:0 8px 18px rgba(0,0,0,.14)}.practice-tab.active strong{background:#3d3d3d;color:#fff}.practice-tab:not(.active):hover{background:#eef2f7;color:#111827}.practice-toolbar{display:flex;margin-bottom:30px}.practice-sort{width:min(360px,100%)}.practice-sort .ant-select-selector{min-height:40px;align-items:center;border-radius:10px!important;font-size:15px;font-weight:750}.practice-paper-grid{display:grid;grid-template-columns:repeat(3,minmax(280px,1fr));grid-gap:26px 24px;gap:26px 24px}.practice-paper-card{position:relative;display:grid;min-width:0;min-height:378px;align-content:start;grid-gap:22px;gap:22px;overflow:hidden;padding:42px 30px 28px;border:1px solid #eceff4;border-radius:14px;background:linear-gradient(hsla(0,0%,100%,.84),hsla(0,0%,100%,.92)),linear-gradient(#e9edf3 1px,transparent 0),linear-gradient(90deg,#e9edf3 1px,transparent 0),#fff;background-size:auto,28px 28px,28px 28px,auto;box-shadow:0 1px 2px rgba(15,23,42,.08),0 14px 26px rgba(15,23,42,.08)}.practice-paper-card:after{position:absolute;right:0;bottom:0;width:56%;height:38%;background:linear-gradient(135deg,rgba(16,185,129,0),rgba(16,185,129,.08));content:"";pointer-events:none}.practice-paper-card--locked{border-color:#d8dee9;background:linear-gradient(hsla(0,0%,100%,.72),hsla(0,0%,100%,.9)),linear-gradient(#e9edf3 1px,transparent 0),linear-gradient(90deg,#e9edf3 1px,transparent 0),#f8fafc}.practice-paper-card--locked .practice-file-icon{background:#e5e7eb;color:#4b5563}.practice-card-actions,.practice-card-head,.practice-card-stats,.practice-card-tags{position:relative;z-index:1}.practice-card-head{display:grid;grid-template-columns:54px minmax(0,1fr);align-items:center;grid-gap:18px;gap:18px}.practice-file-icon{display:grid;width:var(--practice-file-icon-box);height:var(--practice-file-icon-box);place-items:center;border-radius:12px;background:#f5f6f8;color:#1f2937}.practice-file-icon svg{width:var(--practice-file-icon-svg);height:var(--practice-file-icon-svg)}.practice-card-head h2{margin:0;color:#050505;font-size:var(--practice-title-size);font-weight:var(--practice-title-weight);line-height:1.18;letter-spacing:0}.practice-card-head h2,.practice-card-head p{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.practice-card-head p{margin:6px 0 0;color:#7a8496;font-size:var(--practice-meta-size);font-weight:700}.practice-card-tags{display:flex;min-width:0;flex-wrap:wrap;gap:10px}.practice-chip{display:inline-flex;min-height:34px;max-width:100%;align-items:center;justify-content:center;gap:8px;padding:0 14px;border:1px solid transparent;border-radius:999px;font-size:var(--practice-chip-size);font-weight:900;line-height:1;white-space:nowrap;box-shadow:0 2px 4px rgba(15,23,42,.12)}.practice-chip-blue{border-color:#d7e4ff;background:#ebf3ff;color:#2563eb}.practice-chip-blue span{width:8px;height:8px;flex:0 0 8px;border-radius:999px;background:#3b82f6}.practice-chip-gold{border-color:#f1d38c;background:#fffbeb;color:#8a5a13}.practice-chip-green{border-color:#c4efcf;background:#eefcf2;color:#166534}.practice-chip-muted{border-color:#e0e4eb;background:#f7f8fb;color:#3f4857}.practice-chip-pro{border-color:#d1d5db;background:#111827;color:#fff}.practice-card-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px;margin-top:14px}.practice-card-stats div{display:grid;min-width:0;min-height:78px;align-content:center;grid-gap:9px;gap:9px;padding:14px 16px;border:1px solid #e2e7ef;border-radius:10px;background:rgba(248,250,252,.92)}.practice-card-stats span{overflow:hidden;color:#6b7280;font-size:var(--practice-stat-label-size);font-weight:750;text-overflow:ellipsis;white-space:nowrap}.practice-card-stats strong{color:#111827;font-size:var(--practice-stat-value-size);font-weight:900}.practice-card-stats small,.practice-card-stats strong{overflow:hidden;line-height:1.1;text-overflow:ellipsis;white-space:nowrap}.practice-card-stats small{color:#697386;font-size:13px;font-weight:700}.practice-card-actions{display:grid;grid-gap:10px;gap:10px;margin-top:12px}.practice-discuss-button,.practice-start-button{display:inline-flex;min-height:42px;width:100%;align-items:center;justify-content:center;gap:10px;border-radius:8px;cursor:pointer;font-size:var(--practice-action-size);font-weight:900;line-height:1;transition:border-color .16s ease,background-color .16s ease,color .16s ease,box-shadow .16s ease,transform .16s ease}.practice-start-button{border:1px solid #000;background:#000;color:#fff}.practice-start-button:not(:disabled):hover{background:#111;box-shadow:0 8px 18px rgba(0,0,0,.18);transform:translateY(-1px)}.practice-start-button:disabled{border-color:#d1d5db;background:#d1d5db;color:#6b7280;cursor:not-allowed}.practice-start-button.upgrade{border-color:#111827;background:#111827;color:#fff}.practice-start-button.upgrade:hover{background:#1f2937;box-shadow:0 8px 18px rgba(17,24,39,.2);transform:translateY(-1px)}.practice-discuss-button{border:1px solid #d7dde7;background:hsla(0,0%,100%,.9);color:#111827}.practice-discuss-button:hover{border-color:#b9c2cf;background:#fff;box-shadow:0 6px 14px rgba(15,23,42,.09);transform:translateY(-1px)}.practice-manage-actions{width:100%}.practice-manage-actions .ant-btn,.practice-manage-actions .ant-space-item{flex:1 1 150px}.practice-empty-state{padding:32px;color:#5c667a;font-size:15px;font-weight:750;text-align:center}.billing-content-wrap{width:min(1180px,100%)}.billing-grid,.billing-return-alert{margin-bottom:16px}.billing-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,.92fr);grid-gap:16px;gap:16px;align-items:start}.billing-checkout-card,.billing-current-card,.billing-orders-card{padding:18px}.billing-card-heading,.billing-section-heading{display:flex;min-width:0;align-items:center;gap:12px;margin-bottom:16px}.billing-card-heading>div,.billing-section-heading>div{min-width:0}.billing-card-heading>.ant-tag{margin-left:auto;-webkit-margin-end:0;margin-inline-end:0}.billing-card-heading>div>span,.billing-section-heading>div>span{display:block;color:var(--text-3);font-size:12px;font-weight:800;text-transform:uppercase}.billing-card-heading h2,.billing-section-heading h2{margin:2px 0 0;color:#101827;font-size:22px;font-weight:850;line-height:1.1}.billing-icon{display:grid;width:42px;height:42px;flex:0 0 42px;place-items:center;border-radius:12px}.billing-icon-dark{background:#101827;color:#fff}.billing-icon-green{background:#ecfdf5;color:#047857}.billing-loading{display:grid;min-height:120px;place-items:center}.billing-current-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px;margin-bottom:14px}.billing-current-meta div{min-height:92px;padding:16px;border:1px solid #e1e6ee;border-radius:12px;background:#fff}.billing-active-order span,.billing-current-meta span,.billing-order-main span,.billing-plan-option small,.billing-secure-note,.billing-selected-summary span,.billing-subscription-strip span{color:var(--text-2);font-size:13px;line-height:1.45}.billing-current-meta strong{display:block;margin-top:8px;color:#101827;font-size:20px;font-weight:850}.billing-active-order,.billing-subscription-strip{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px;border:1px solid #bbf7d0;border-radius:12px;background:#f0fdf4;color:#166534}.billing-subscription-strip{justify-content:flex-start}.billing-subscription-strip.muted{border-color:#e1e6ee;background:#fff;color:#334155}.billing-active-order div,.billing-subscription-strip div{display:grid;min-width:0;grid-gap:2px;gap:2px}.billing-plan-list{display:grid;grid-gap:10px;gap:10px;margin-bottom:14px}.billing-plan-option{display:flex;width:100%;min-height:90px;align-items:center;justify-content:space-between;gap:16px;padding:16px;border:1px solid #dfe5ee;border-radius:12px;background:#fff;color:inherit;cursor:pointer;text-align:left;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.billing-plan-option.selected,.billing-plan-option:hover{border-color:#0f766e;box-shadow:0 10px 24px rgba(15,118,110,.1)}.billing-plan-option.selected{background:#f0fdfa}.billing-plan-option>span:first-child,.billing-plan-price{display:grid;min-width:0;grid-gap:4px;gap:4px}.billing-plan-option strong{color:#101827;font-size:16px;font-weight:850}.billing-plan-price{flex:0 0 auto;text-align:right}.billing-plan-price small{text-transform:uppercase}.billing-selected-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px;margin-bottom:14px}.billing-selected-summary div{min-height:74px;padding:12px;border:1px solid #e1e6ee;border-radius:12px;background:#f8fafc}.billing-selected-summary span{display:block;margin-bottom:6px;font-weight:800;text-transform:uppercase}.billing-selected-summary strong{color:#101827;font-size:17px;font-weight:850;line-height:1.2}.billing-secure-note{display:flex;align-items:flex-start;gap:8px;margin-top:12px}.billing-active-order{margin-top:14px;border-color:#bfdbfe;background:#eff6ff;color:#1d4ed8}.billing-section-heading{justify-content:space-between}.billing-order-list{display:grid;grid-gap:10px;gap:10px}.billing-order-row{display:grid;grid-template-columns:minmax(220px,1fr) minmax(150px,auto) minmax(150px,auto) auto;grid-gap:12px;gap:12px;align-items:center;min-height:82px;padding:14px;border:1px solid #e1e6ee;border-radius:12px;background:#fff}.billing-order-row.highlighted{border-color:#93c5fd;background:#eff6ff}.billing-order-main{display:flex;min-width:0;align-items:center;gap:12px}.billing-order-amount,.billing-order-main div,.billing-order-status{display:grid;min-width:0;grid-gap:4px;gap:4px}.billing-order-amount strong,.billing-order-main strong{overflow:hidden;color:#101827;font-weight:850;text-overflow:ellipsis;white-space:nowrap}.billing-order-amount .ant-tag,.billing-order-status .ant-tag{width:-moz-fit-content;width:fit-content;-webkit-margin-end:0;margin-inline-end:0}.billing-order-actions{display:flex;justify-content:flex-end}.responsive-card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(260px,100%),1fr));grid-gap:14px;gap:14px}.podium-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px;margin-bottom:16px}.podium-card{min-height:120px;padding:18px}.metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:14px;gap:14px}.metric{min-height:124px;padding:20px 22px}.metric-title{color:#596274;font-size:12px;font-weight:850;letter-spacing:.04em;text-transform:uppercase}.metric-value{margin-top:14px;color:#050505;font-size:32px;font-weight:900;line-height:1}.split-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);grid-gap:16px;gap:16px;word-break:break-word;overflow-wrap:break-word}.manual-exam-question-grid{display:grid;grid-template-columns:minmax(180px,1fr) 140px;grid-gap:12px;gap:12px}.manual-exam-option-row{display:grid;grid-template-columns:52px minmax(0,1fr) 126px 40px;grid-gap:8px;gap:8px;align-items:start}.manual-exam-reference-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,.7fr);grid-gap:12px;gap:12px}.manual-exam-schedule-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.dense-list{display:grid;grid-gap:10px;gap:10px}.muted{color:var(--text-2)}.mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace}.ant-btn{border-radius:12px;font-weight:780;letter-spacing:0;box-shadow:none;transition:border-color .16s ease,background-color .16s ease,color .16s ease,box-shadow .16s ease,transform .16s ease}.ant-btn-default{border-color:var(--border-2);background:#fff;color:#1f2937}.ant-btn-default:not(:disabled):not(.ant-btn-disabled):hover{border-color:#b8c1d1;background:#fff;color:#0a0a0b;box-shadow:0 6px 16px rgba(15,23,42,.08);transform:translateY(-1px)}.ant-btn-primary{border-color:#0a0a0b;background:#0a0a0b;color:#fff;box-shadow:0 8px 18px rgba(10,10,11,.16)}.ant-btn-primary:not(:disabled):not(.ant-btn-disabled):hover{border-color:#000;background:#000;box-shadow:0 10px 24px rgba(10,10,11,.2);transform:translateY(-1px)}.ant-input,.ant-input-affix-wrapper,.ant-input-number,.ant-picker,.ant-select:not(.ant-select-customize-input) .ant-select-selector{border-color:var(--border)!important;border-radius:12px!important;background:#fff!important;box-shadow:inset 0 1px 0 rgba(15,23,42,.02)!important}.ant-input-affix-wrapper:hover,.ant-input-number:hover,.ant-input:hover,.ant-picker:hover,.ant-select:not(.ant-select-customize-input) .ant-select-selector:hover{border-color:var(--border-2)!important}.ant-input-affix-wrapper-focused,.ant-input-focused,.ant-input-number-focused,.ant-input:focus,.ant-picker-focused,.ant-select-focused:not(.ant-select-customize-input) .ant-select-selector{border-color:#9aa4b2!important;box-shadow:0 0 0 3px rgba(15,23,42,.06)!important}.ant-table-wrapper .ant-table{background:#fff;color:#1f2937}.ant-table-wrapper .ant-table-thead>tr>th{border-bottom:1px solid var(--border)!important;background:#f7f8fb!important;color:#384152;font-size:12px;font-weight:850;letter-spacing:.04em;text-transform:uppercase}.ant-table-wrapper .ant-table-tbody>tr>td{border-bottom:1px solid #edf0f5}.ant-table-wrapper .ant-table-tbody>tr.ant-table-row:hover>td{background:#f7f9fc!important}.ant-table-wrapper .ant-pagination{padding:0 16px 14px}.ant-tag{border-color:#d8dee8;border-radius:999px;background:#f8fafc;color:#344054;font-weight:720}.ant-segmented{padding:4px;border:1px solid #e7eaf0;border-radius:14px;background:#f4f5f8;box-shadow:0 1px 2px rgba(15,23,42,.06)}.ant-segmented .ant-segmented-item{border-radius:10px;color:#475467;font-weight:800}.ant-segmented .ant-segmented-item-selected{background:#fff;color:#0a0a0b;box-shadow:0 1px 2px rgba(15,23,42,.12)}.ant-alert,.ant-drawer-content,.ant-modal-content{border-radius:16px}.ant-collapse{overflow:hidden;border-color:var(--border);border-radius:14px;background:#fbfcfe;box-shadow:var(--shadow)}.ant-collapse>.ant-collapse-item{border-bottom-color:#e7eaf0}.ant-collapse .ant-collapse-header{font-weight:780}.ant-tabs .ant-tabs-nav:before{border-bottom-color:#e4e8ef}.ant-tabs .ant-tabs-tab{color:#5c667a;font-weight:780}.ant-tabs .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{color:#0a0a0b}.ant-progress .ant-progress-inner{background:#e9edf5}.auth-page{min-height:100vh;display:grid;place-items:center;padding:32px 16px;background:linear-gradient(135deg,rgba(239,246,255,.88),hsla(0,0%,100%,0) 34%),linear-gradient(315deg,rgba(243,232,255,.84),hsla(0,0%,100%,0) 30%),#fff}.auth-visual{position:relative;display:flex;min-height:100vh;align-items:flex-end;padding:56px;overflow:hidden;background:linear-gradient(135deg,rgba(15,118,110,.94),hsla(0,0%,9%,.86)),url(https://images.unsplash.com/photo-1497633762265-9d179a990aa6?auto=format&fit=crop&w=1800&q=80);background-size:cover;background-position:50%;color:#fff}.auth-visual h1{margin:0;max-width:720px;font-size:clamp(44px,8vw,92px);line-height:.96;letter-spacing:0}.auth-card{display:flex;min-height:100vh;align-items:center;padding:48px;background:var(--bg-2)}.login-card{width:min(494px,100%);min-height:660px;padding:36px 34px 28px;border-radius:24px;background:hsla(0,0%,100%,.96);box-shadow:0 22px 62px rgba(17,24,39,.14)}.login-logo{display:grid;width:54px;height:54px;margin:0 auto 28px;place-items:center;border-radius:999px;background:#000;color:#fff;font-size:30px;font-style:italic;font-weight:900;line-height:1}.login-heading{margin-bottom:34px;text-align:center}.login-heading h1{margin:0;color:#111827;font-size:28px;font-weight:900;line-height:1.15}.login-heading p{margin:14px 0 0;color:#5b6472;font-size:17px;font-weight:600}.login-alert{margin-bottom:18px}.login-form .ant-form-item{margin-bottom:26px}.login-form .ant-form-item-label{padding-bottom:8px}.login-form .ant-form-item-label>label{color:#374151;font-size:15px;font-weight:800}.login-form .ant-input-affix-wrapper{min-height:56px;padding:0 14px;border:1px solid #e1e5eb;border-radius:16px;background:#fff;box-shadow:none}.login-form .ant-input-prefix{-webkit-margin-end:12px;margin-inline-end:12px;color:#9aa3af}.login-form .ant-input,.login-form .ant-input-password input{color:#111827;font-size:17px;font-weight:500}.login-form .ant-input-password input::placeholder,.login-form .ant-input::placeholder{color:#8d8f94}.login-google,.login-submit{display:inline-flex;min-height:56px;align-items:center;justify-content:center;gap:10px;border-radius:14px;font-size:17px;font-weight:850}.login-submit{margin-bottom:10px;border-color:#000;background:#000;color:#fff}.login-google{border-color:#d9dee7;color:#111;background:#fff}.login-google-mark{display:inline-grid;width:24px;height:24px;place-items:center;color:#4285f4;font-weight:900}.login-forgot{display:block;margin:34px auto 26px;border:0;background:transparent;color:#111;cursor:pointer;font-size:17px;font-weight:850}.login-divider{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;grid-gap:18px;gap:18px;color:#7b8190;font-size:15px;font-weight:700}.login-divider span{height:1px;background:#e5e7eb}.login-create{margin-top:24px;color:#5b6472;text-align:center;font-size:15px;font-weight:650}.login-create button{border:0;background:transparent;color:#111;cursor:pointer;font:inherit;font-weight:850}.question-layout{display:grid;grid-template-columns:280px minmax(0,1fr);grid-gap:16px;gap:16px}.question-nav{position:-webkit-sticky;position:sticky;top:80px;align-self:start;padding:16px}.question-grid{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:8px;gap:8px}.question-tile{aspect-ratio:1;border:1px solid var(--border);border-radius:6px;background:#fff;color:var(--text);cursor:pointer;font-weight:700}.question-tile.current{background:var(--black);color:#fff}.question-tile.done{border-color:rgba(21,128,61,.45);background:rgba(21,128,61,.1)}.question-tile.review{border-color:rgba(180,83,9,.6);background:rgba(180,83,9,.1)}.sat-test-shell{display:grid;min-height:100vh;min-height:100dvh;grid-template-rows:70px 3px minmax(0,1fr) 58px;overflow:hidden;background:#fbfcfe;color:#222b38;font-family:Georgia,Times New Roman,serif}.sat-test-header{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:start;grid-gap:14px;gap:14px;padding:11px 22px 7px;border-top:1px solid #d4d7dc;background:#fff}.sat-header-title h1{margin:0 0 8px;color:#273041;font-size:14px;font-weight:650;line-height:1.05}.sat-header-title button{border:0;background:transparent;color:#2563eb;cursor:pointer;font:inherit;font-size:12px;font-weight:600;line-height:1;padding:0}.sat-timer{display:inline-flex;align-items:center;gap:7px;padding-top:12px;color:#000;font-family:var(--font-dm-sans),Arial,sans-serif;font-size:16px;font-weight:750;line-height:1}.sat-timer-value{min-width:60px;text-align:right}.sat-timer.is-hidden .sat-timer-value{visibility:hidden}.sat-timer-toggle{display:inline-grid;width:32px;height:32px;place-items:center;border:0;border-radius:8px;background:transparent;color:#596274;cursor:pointer;padding:0}.sat-timer-toggle:hover{background:#f1f3f6}.sat-timer-toggle svg{width:20px;height:20px}.sat-tools{display:flex;min-width:0;align-items:flex-start;justify-content:flex-end;gap:28px}.sat-tools button{display:inline-grid;min-width:54px;min-height:54px;justify-items:center;gap:4px;border:0;border-radius:12px;background:transparent;color:#3f4857;cursor:pointer;font:inherit;font-size:10px;font-weight:600;line-height:1.05;padding:6px 8px;text-align:center}.sat-tools button.active{background:#dce9ff;color:#2444bd}.sat-tools button svg{width:20px;height:20px}.sat-color-rule{height:3px;background:repeating-linear-gradient(90deg,#a43d63 0 48px,transparent 48px 57px,#f1d9ca 57px 106px,transparent 106px 115px,#15156c 115px 164px,transparent 164px 173px,#5d865e 173px 222px,transparent 222px 231px)}.sat-color-rule.compact{width:100%;margin-bottom:18px}.sat-question-layout{min-height:0;overflow:auto;background:#fbfcfe}.sat-question-layout.with-passage{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.sat-question-layout.single-panel{display:flex;align-items:flex-start;justify-content:center;padding:16px 24px 30px}.sat-answer-panel,.sat-passage-panel{min-width:0;overflow:auto;background:#fbfcfe}.sat-passage-panel{padding:22px 20px;border-right:5px solid #d1d5db}.sat-question-layout.single-panel .sat-answer-panel{width:min(735px,calc(100vw - 48px));overflow:visible;padding:0}.sat-passage-panel p,.sat-question-passage,.sat-question-prompt{margin:0;color:#111;font-size:14px;font-weight:550;line-height:1.35}.sat-directions-content{color:#111}.sat-directions-content h2,.sat-directions-content h3{margin:0;color:#111;font-weight:700;line-height:1.14}.sat-directions-content h2{margin-bottom:24px;font-size:18px}.sat-directions-content h3{margin:28px 0 12px;font-size:15px}.sat-directions-content ul{margin:0 0 0 26px;padding:0;font-size:14px;font-weight:550;line-height:1.35}.sat-directions-content li{padding-left:4px}.sat-directions-content li+li{margin-top:4px}.sat-directions-content table{width:100%;border-collapse:collapse;background:#f8f9fb;color:#111;font-size:13px;font-weight:550;line-height:1.5}.sat-directions-content td,.sat-directions-content th{border:1px solid #d5d9df;padding:9px 11px;text-align:left;vertical-align:middle}.sat-directions-content th{background:#f2f3f6;font-size:13px;font-weight:700;line-height:1.15}.sat-answer-panel{padding:20px 23px 28px}.sat-question-toolbar{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;grid-gap:12px;gap:12px}.sat-question-toolbar.student-produced{grid-template-columns:auto minmax(0,1fr);gap:0;background:#f1f2f4}.sat-question-number{display:grid;width:40px;height:40px;place-items:center;background:#000;color:#fff;font-size:12px;font-weight:700}.sat-review-toggle{display:inline-flex;width:-moz-fit-content;width:fit-content;align-items:center;gap:10px;border:0;background:transparent;color:#5b6472;cursor:pointer;font:inherit;font-size:12px;font-weight:600}.sat-question-toolbar.student-produced .sat-review-toggle{width:100%;min-height:52px;padding:0 18px}.sat-review-toggle.active{color:#b42318}.sat-abc-button{width:34px;height:34px;border:1px solid #d8dde6;border-radius:8px;background:#f5f7fa;color:#596274;cursor:pointer;font:inherit;font-size:11px;font-style:italic;font-weight:700;text-decoration:line-through}.sat-question-prompt{margin-bottom:22px}.sat-question-passage{margin-bottom:14px}.sat-answer-panel .sat-directions-content{margin-bottom:20px}.sat-spr-prompt{margin-bottom:18px;font-size:18px;font-weight:650;line-height:1.15}.sat-equation{display:inline-flex;align-items:center;flex-wrap:wrap;gap:10px}.sat-fraction{display:inline-grid;min-width:36px;grid-template-rows:auto auto;text-align:center;font-style:italic;line-height:1}.sat-fraction span:first-child{padding:0 5px 3px;border-bottom:2px solid #111}.sat-fraction span:last-child{padding-top:4px}.sat-student-response-input{width:100%;height:48px;padding:0 16px;border:3px solid #111;border-radius:10px;outline:0;background:#f8f9fb;color:#111;font-family:Georgia,Times New Roman,serif;font-size:14px;font-weight:550;line-height:1}.sat-student-response-input::placeholder{color:#6f737a;opacity:.82}.sat-student-response-input:focus{box-shadow:0 0 0 3px rgba(49,92,255,.16)}.sat-options{display:grid;grid-gap:10px;gap:10px}.sat-option{display:flex;min-height:56px;align-items:center;gap:16px;padding:9px 13px;border:2px solid #111;border-radius:10px;background:#fbfcfe;color:#111;cursor:pointer;font:inherit;font-size:14px;font-weight:550;text-align:left}.sat-option>span.sat-option-label,.sat-option>span:first-child{display:inline-grid;width:25px;height:25px;flex:0 0 25px;place-items:center;border:2px solid #111;border-radius:999px;font-size:9px;font-weight:700}.sat-option.selected{border-color:#315cff;box-shadow:inset 0 0 0 2px #315cff}.sat-option.selected>span.sat-option-label,.sat-option.selected>span:first-child{background:#315cff;color:#fff}.sat-bottom-bar{position:relative;display:grid;grid-template-columns:minmax(180px,1fr) auto minmax(220px,1fr);align-items:center;grid-gap:18px;gap:18px;padding:3px 7px 0 22px;border-top:3px solid transparent;background:repeating-linear-gradient(90deg,#a43d63 0 48px,transparent 48px 57px,#f1d9ca 57px 106px,transparent 106px 115px,#15156c 115px 164px,transparent 164px 173px,#5d865e 173px 222px,transparent 222px 231px) top /100% 3px no-repeat,#e6edf8}.sat-question-picker{display:inline-flex;min-height:40px;align-items:center;gap:8px;padding:0 12px;border:0;border-radius:14px;background:#000;color:#fff;cursor:pointer;font:inherit;font-size:12px;font-weight:600}.sat-bottom-actions{display:flex;justify-content:flex-end;gap:8px}.sat-bottom-actions button{min-width:64px;min-height:40px;border:0;border-radius:999px;background:#4053c7;color:#fff;cursor:pointer;font:inherit;font-size:12px;font-weight:600;padding:0 15px}.sat-bottom-actions button:disabled{background:#aab2d8;cursor:not-allowed}.sat-calculator-panel{position:fixed;top:58px;left:52px;z-index:90;display:grid;width:min(1120px,calc(100vw - 88px));height:min(720px,calc(100vh - 110px));min-height:520px;grid-template-rows:70px minmax(0,1fr);overflow:hidden;border:1px solid #d7dde6;border-radius:18px;background:#fff;box-shadow:0 22px 50px rgba(15,23,42,.22)}.sat-calculator-panel-head{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:0 24px 0 28px;border-bottom:1px solid #d7dde6;background:#f8fafc;color:#374151}.sat-calculator-panel-head>div{display:inline-flex;align-items:center;gap:14px;min-width:0}.sat-calculator-panel-head strong{overflow:hidden;color:#374151;font-size:30px;font-weight:900;line-height:1;text-overflow:ellipsis;white-space:nowrap}.sat-calculator-panel-head button{display:inline-grid;width:44px;height:44px;place-items:center;border:0;border-radius:10px;background:transparent;color:#667085;cursor:pointer;padding:0}.sat-calculator-panel-head button:hover{background:#e9edf3;color:#344054}.sat-desmos-stage{position:relative;min-height:0;background:#fff}.sat-desmos-host{width:100%;height:100%;min-height:450px}.sat-desmos-status{position:absolute;inset:0;z-index:1;display:grid;place-items:center;background:#fff;color:#4b5563;font-size:18px;font-weight:850}.sat-nav-overlay{position:fixed;inset:0;z-index:100;display:grid;place-items:center;padding:24px;background:rgba(248,249,251,.18)}.sat-nav-popover{position:relative;width:min(1080px,calc(100vw - 64px));padding:46px 44px 44px;border-radius:18px;background:#fff;box-shadow:0 16px 36px rgba(15,23,42,.18)}.sat-nav-popover:after{position:absolute;bottom:-22px;left:50%;width:44px;height:44px;background:#fff;content:"";transform:translateX(-50%) rotate(45deg)}.sat-nav-popover h2{margin:0;color:#111;font-size:31px;font-weight:900;line-height:1.1}.sat-nav-close{position:absolute;top:44px;right:42px;border:0;background:transparent;color:#667085;cursor:pointer}.sat-nav-divider{height:1px;margin:26px 0 22px;background:#dce1e8}.sat-nav-legend,.sat-review-legend{display:flex;flex-wrap:wrap;align-items:center;gap:36px;color:#4b5563;font-size:21px;font-weight:850}.sat-nav-legend span,.sat-review-legend span{display:inline-flex;align-items:center;gap:12px}.sat-nav-legend i,.sat-review-legend i{display:inline-block;width:22px;height:22px;border-radius:6px}.sat-nav-legend i.unanswered{border:3px dashed #98a2b3}.sat-nav-grid{display:grid;grid-template-columns:repeat(10,58px);grid-gap:32px 44px;gap:32px 44px;margin-top:24px}.sat-nav-tile{position:relative;display:grid;width:58px;height:58px;place-items:center;border:2px dashed #9aa4b2;border-radius:11px;background:#fff;color:#2563eb;cursor:pointer;font:inherit;font-size:23px;font-weight:900}.sat-nav-tile.current{border:3px dashed #000}.sat-nav-tile.current svg{position:absolute;top:-24px;color:#000}.sat-nav-tile.answered{border-style:solid;border-color:#86efac;background:#f0fdf4}.sat-nav-tile.review:after{position:absolute;top:-10px;right:-8px;width:14px;height:14px;border-radius:999px;background:#ef4444;content:""}.sat-review-page-button{display:flex;min-width:266px;min-height:62px;align-items:center;justify-content:center;margin:44px auto 0;border:3px solid #315cff;border-radius:999px;background:#fff;color:#315cff;cursor:pointer;font:inherit;font-size:23px;font-weight:900}.sat-complete-shell{min-height:100vh;background:linear-gradient(180deg,#eef4ff,#e7edff);color:#273041;font-family:Georgia,Times New Roman,serif}.sat-complete-hero{display:flex;min-height:230px;align-items:center;justify-content:space-between;gap:32px;padding:34px min(12vw,244px);background:linear-gradient(135deg,#273f93,#2f2d83);color:#fff}.sat-complete-hero h1{display:flex;align-items:center;gap:12px;margin:0 0 12px;font-size:43px;font-weight:900;line-height:1.05}.sat-complete-hero h2{margin:0 0 14px;color:#dbe6ff;font-size:29px;font-weight:850}.sat-complete-hero p{margin:0;color:#e5ecff;font-size:22px;font-weight:800}.sat-complete-score{display:grid;min-width:240px;min-height:118px;place-items:center;padding:20px;border-radius:13px;background:hsla(0,0%,100%,.14);text-align:center}.sat-complete-score strong{color:#fff;font-size:35px;font-weight:900;line-height:1}.sat-complete-score span{color:#dbe6ff;font-size:19px;font-weight:850}.sat-complete-body{width:min(1630px,calc(100% - 64px));margin:0 auto;padding:34px 0 88px}.sat-summary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:32px;gap:32px;margin-bottom:44px}.sat-summary-card{display:flex;min-height:146px;align-items:center;justify-content:space-between;gap:20px;padding:28px 36px;border-radius:16px;background:#fff;box-shadow:0 10px 24px rgba(15,23,42,.12)}.sat-summary-card span{display:block;color:#4b5563;font-size:22px;font-weight:850}.sat-summary-card strong{display:block;margin-top:4px;font-size:40px;font-weight:900;line-height:1}.sat-summary-card svg{width:68px;height:68px;padding:18px;border-radius:999px}.sat-summary-card.answered{border-left:5px solid #3ec55e}.sat-summary-card.answered strong,.sat-summary-card.answered svg{color:#34a853}.sat-summary-card.answered svg{background:#dcfce7}.sat-summary-card.flagged{border-left:5px solid #eab308}.sat-summary-card.flagged strong,.sat-summary-card.flagged svg{color:#ca8a04}.sat-summary-card.flagged svg{background:#fef9c3}.sat-summary-card.unanswered{border-left:5px solid #6b7280}.sat-summary-card.unanswered strong,.sat-summary-card.unanswered svg{color:#4b5563}.sat-summary-card.unanswered svg{background:#f3f4f6}.sat-review-card{overflow:hidden;padding:46px;border-radius:18px;background:#fff;box-shadow:0 10px 24px rgba(15,23,42,.1)}.sat-review-head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:34px}.sat-review-head h2{margin:0;color:#273041;font-size:38px;font-weight:900;line-height:1}.sat-review-head p{margin:0;color:#6b7280;font-size:21px;font-weight:800}.sat-complete-grid{display:grid;grid-template-columns:repeat(12,minmax(52px,80px));justify-content:space-between;grid-gap:28px 24px;gap:28px 24px;padding-bottom:46px;border-bottom:1px solid #d8dee8}.sat-complete-tile{display:grid;width:100%;max-width:80px;aspect-ratio:1;height:auto;place-items:center;border:3px solid #cfd5df;border-radius:12px;background:linear-gradient(180deg,#f6f7f9,#e9ebef);color:#4b5563;cursor:pointer;font:inherit;font-size:21px;font-weight:900}.sat-complete-tile.answered{border-color:#86efac;background:#f0fdf4}.sat-complete-tile.flagged{border-color:#facc15;background:#fefce8}.sat-review-footer{display:flex;align-items:center;justify-content:space-between;gap:24px;padding-top:34px}.sat-review-legend i.answered{border:3px solid #69db7c;background:#dcfce7}.sat-review-legend i.flagged{border:3px solid #facc15;background:#fef3c7}.sat-review-legend i.unanswered{border:3px solid #d1d5db;background:#eef0f4}.sat-continue-button{display:inline-flex;min-width:392px;min-height:68px;align-items:center;justify-content:center;gap:14px;border:0;border-radius:10px;background:linear-gradient(135deg,#315cff,#5b2ff5);color:#fff;cursor:pointer;font:inherit;font-size:22px;font-weight:900;box-shadow:0 8px 18px rgba(49,92,255,.22)}.exam-taking-shell{--exam-topbar-min-height:116px;--exam-topbar-padding-y:24px;--exam-topbar-padding-x:54px;--exam-topbar-gap:24px;--exam-topbar-border-width:3px;--exam-toolbar-gap:14px;--exam-tool-min-height:58px;--exam-tool-padding-x:22px;--exam-tool-border-width:3px;--exam-tool-radius:14px;--exam-tool-font-size:22px;--exam-tool-font-weight:800;--exam-tool-icon-size:26px;--exam-timer-min-width:224px;--exam-timer-min-height:66px;--exam-timer-padding-x:18px;--exam-timer-font-size:29px;--exam-timer-font-weight:850;--exam-timer-icon-size:24px;--exam-elapsed-min-width:154px;--exam-elapsed-min-height:40px;--exam-elapsed-font-size:20px;--exam-elapsed-icon-size:20px;--exam-stage-padding:48px 24px 84px;--exam-card-width:1220px;--exam-strip-number-width:72px;--exam-strip-border-width:3px;--exam-strip-radius:12px;--exam-number-min-height:68px;--exam-number-font-size:30px;--exam-number-font-weight:850;--exam-actions-gap:34px;--exam-actions-padding:8px 26px;--exam-actions-font-size:22px;--exam-actions-font-weight:820;--exam-action-icon-size:22px;--exam-attempt-badge-size:26px;--exam-attempt-badge-font-size:16px;--exam-body-gap:36px;--exam-body-padding-top:40px;--exam-body-font-size:22px;--exam-passage-padding:14px 16px;--exam-passage-font-size:22px;--exam-prompt-font-size:26px;--exam-options-gap:22px;--exam-option-min-height:96px;--exam-option-padding-y:18px;--exam-option-padding-x:26px;--exam-option-gap:18px;--exam-option-border-width:3px;--exam-option-radius:18px;--exam-option-font-size:22px;--exam-option-font-weight:550;--exam-option-choice-gap:24px;--exam-option-letter-size:48px;--exam-option-letter-font-size:20px;--exam-option-result-icon-size:24px;--exam-written-label-font-size:20px;--exam-written-label-font-weight:820;--exam-input-min-height:50px;--exam-input-font-size:20px;--exam-bottom-grid-columns:minmax(180px,1fr) auto minmax(260px,1fr);--exam-bottom-gap:24px;--exam-bottom-min-height:144px;--exam-bottom-padding:calc(var(--exam-progress-top) + var(--exam-progress-min-height) + var(--exam-progress-count-gap)) 64px 22px;--exam-bottom-right-gap:24px;--exam-progress-top:20px;--exam-progress-count-gap:10px;--exam-progress-min-width:410px;--exam-progress-min-height:40px;--exam-progress-padding:5px 18px;--exam-progress-font-size:17px;--exam-progress-font-weight:800;--exam-progress-icon-size:16px;--exam-count-min-width:272px;--exam-count-min-height:60px;--exam-count-padding:10px 22px;--exam-count-font-size:24px;--exam-count-font-weight:880;--exam-action-button-min-height:60px;--exam-action-button-padding-x:22px;--exam-action-button-radius:12px;--exam-action-button-font-size:24px;--exam-action-button-font-weight:840;--exam-check-min-width:168px;--exam-nav-primary-min-width:176px;--exam-calculator-font-size:28px;min-height:calc(100vh - 1px);background:#fff}.exam-topbar{position:-webkit-sticky;position:sticky;top:0;z-index:8;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;grid-gap:var(--exam-topbar-gap);gap:var(--exam-topbar-gap);min-height:var(--exam-topbar-min-height);padding:var(--exam-topbar-padding-y) var(--exam-topbar-padding-x);background:#fff;border-bottom:var(--exam-topbar-border-width) solid #111}.exam-toolbar-group{display:flex;flex-wrap:wrap;align-items:center;gap:var(--exam-toolbar-gap)}.exam-toolbar-right{justify-content:flex-end}.exam-tool-button{min-height:var(--exam-tool-min-height);padding:0 var(--exam-tool-padding-x);border:var(--exam-tool-border-width) solid #7f8898;border-radius:var(--exam-tool-radius);color:#374151;font-size:var(--exam-tool-font-size);font-weight:var(--exam-tool-font-weight)}.exam-tool-button.share{border-color:#22c55e;color:#15803d}.exam-tool-button.ant-btn-disabled,.exam-tool-button.ant-btn-disabled:hover{border-color:#d4d8e0;background:#e5e7eb;color:#747b8b}.exam-check-button svg,.exam-nav-button svg,.exam-tool-button svg{width:var(--exam-tool-icon-size);height:var(--exam-tool-icon-size)}.exam-timer-pill{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-width:var(--exam-timer-min-width);min-height:var(--exam-timer-min-height);padding:0 var(--exam-timer-padding-x);border:2px solid #d1d5db;border-radius:14px;background:#f9fafb;color:#111;font-size:var(--exam-timer-font-size);font-weight:var(--exam-timer-font-weight);letter-spacing:0}.exam-timer-pill svg{width:var(--exam-timer-icon-size);height:var(--exam-timer-icon-size);flex:0 0 auto}.question-elapsed-timer{min-width:var(--exam-elapsed-min-width);min-height:var(--exam-elapsed-min-height);padding:0 12px;gap:8px;border:2px solid #d0d5dd;border-radius:10px;background:#f8fafc;color:#0f172a;font-size:var(--exam-elapsed-font-size);font-weight:780}.question-elapsed-timer svg{width:var(--exam-elapsed-icon-size);height:var(--exam-elapsed-icon-size);flex:0 0 auto}.exam-stage{min-height:calc(100vh - 278px);padding:var(--exam-stage-padding);border-bottom:var(--exam-topbar-border-width) solid #111}.exam-question-card{width:min(var(--exam-card-width),100%);margin:0 auto;background:#fff}.exam-question-strip{display:grid;grid-template-columns:var(--exam-strip-number-width) minmax(0,1fr);overflow:hidden;border:var(--exam-strip-border-width) solid #111;border-radius:var(--exam-strip-radius)}.exam-question-number{display:grid;place-items:center;min-height:var(--exam-number-min-height);background:#000;color:#fff;font-size:var(--exam-number-font-size);font-weight:var(--exam-number-font-weight)}.exam-question-actions{display:flex;flex-wrap:wrap;align-items:center;gap:var(--exam-actions-gap);min-height:var(--exam-number-min-height);padding:var(--exam-actions-padding);color:#111;font-size:var(--exam-actions-font-size);font-weight:var(--exam-actions-font-weight)}.exam-attempts,.exam-question-actions button{display:inline-flex;align-items:center;gap:8px;min-width:0;border:0;background:transparent;color:inherit;font:inherit}.exam-attempts svg,.exam-question-actions svg{width:var(--exam-action-icon-size);height:var(--exam-action-icon-size);flex:0 0 auto}.exam-question-actions button{cursor:pointer}.exam-question-actions button.active{color:#1d4ed8}.exam-attempts{position:relative}.exam-attempts span{display:grid;min-width:var(--exam-attempt-badge-size);height:var(--exam-attempt-badge-size);place-items:center;border-radius:999px;background:#000;color:#fff;font-size:var(--exam-attempt-badge-font-size);line-height:1}.exam-question-body{display:grid;min-width:0;grid-gap:var(--exam-body-gap);gap:var(--exam-body-gap);padding:var(--exam-body-padding-top) 0 0;font-size:var(--exam-body-font-size);line-height:1.55}.exam-passage{padding:var(--exam-passage-padding);border-left:4px solid #111;background:#f9fafb;font-size:var(--exam-passage-font-size);line-height:1.65}.exam-passage,.exam-prompt{min-width:0;overflow-x:auto;white-space:pre-wrap}.exam-prompt{margin:0;color:#050505;font-size:var(--exam-prompt-font-size);line-height:1.55}.exam-options{display:grid;grid-gap:var(--exam-options-gap);gap:var(--exam-options-gap);width:100%}.exam-option{display:flex;align-items:center;justify-content:space-between;gap:var(--exam-option-gap);min-width:0;min-height:var(--exam-option-min-height);padding:var(--exam-option-padding-y) var(--exam-option-padding-x);border:var(--exam-option-border-width) solid #111;border-radius:var(--exam-option-radius);background:#fff}.exam-option.selected{border-color:#1d4ed8;background:#eff6ff;box-shadow:inset 0 0 0 2px #1d4ed8,0 8px 18px rgba(29,78,216,.16);color:#1e3a8a}.exam-option.selected .exam-option-letter{border-color:#1d4ed8;background:#1d4ed8;color:#fff}.exam-option.selected .ant-checkbox-wrapper,.exam-option.selected .ant-radio-wrapper{color:#1e3a8a;font-weight:760}.exam-option.is-correct{border-color:#42c05d;background:#f0fbf3;box-shadow:inset 0 0 0 2px #42c05d,0 8px 18px rgba(66,192,93,.14)}.exam-option.is-incorrect{border-color:#ef4444;background:#fff1f2;box-shadow:inset 0 0 0 2px #ef4444,0 8px 18px rgba(239,68,68,.14)}.exam-option.is-correct .exam-option-letter{border-color:#42c05d;background:#42c05d;color:#fff}.exam-option.is-incorrect .exam-option-letter{border-color:#ef4444;background:#ef4444;color:#fff}.exam-option.is-correct .ant-checkbox-wrapper,.exam-option.is-correct .ant-radio-wrapper{color:#166534;font-weight:760}.exam-option.is-incorrect .ant-checkbox-wrapper,.exam-option.is-incorrect .ant-radio-wrapper{color:#991b1b;font-weight:760}.exam-option-result-icon{width:var(--exam-option-result-icon-size);height:var(--exam-option-result-icon-size);flex:0 0 auto}.exam-option.is-correct .exam-option-result-icon{color:#2fa24a}.exam-option.is-incorrect .exam-option-result-icon{color:#dc2626}.exam-option .ant-checkbox,.exam-option .ant-radio{display:none}.exam-option .ant-checkbox-wrapper,.exam-option .ant-radio-wrapper{width:100%;min-width:0;color:#111;font-size:var(--exam-option-font-size);font-weight:var(--exam-option-font-weight);white-space:normal}.exam-option-choice{display:inline-flex;width:100%;min-width:0;align-items:center;gap:var(--exam-option-choice-gap)}.exam-option-letter{display:inline-grid;width:var(--exam-option-letter-size);height:var(--exam-option-letter-size);flex:0 0 var(--exam-option-letter-size);place-items:center;border:var(--exam-option-border-width) solid #111;border-radius:999px;color:#111;font-size:var(--exam-option-letter-font-size);font-weight:850;line-height:1}.exam-option-text{min-width:0;overflow-wrap:anywhere}.exam-question-body .katex-display{max-width:100%;overflow-x:auto;overflow-y:hidden;padding-bottom:2px}.exam-question-body table{min-width:max-content;font-size:max(13px,.72em)!important}.exam-question-body td,.exam-question-body th{padding:.62em .8em!important}.exam-question-body svg:not(.katex svg){max-width:100%;height:auto}.katex svg{max-width:none!important}.exam-question-body .exam-option-result-icon{width:var(--exam-option-result-icon-size);height:var(--exam-option-result-icon-size);max-width:none}.exam-option.eliminated{color:#8a8881;background:#f5f5f5;text-decoration:line-through}.exam-written-answer{display:grid;grid-gap:8px;gap:8px;margin-top:8px}.exam-written-answer label{color:#374151;font-size:var(--exam-written-label-font-size);font-weight:var(--exam-written-label-font-weight)}.exam-written-answer .ant-input,.exam-written-answer .ant-input-lg,.exam-written-answer textarea.ant-input{min-height:var(--exam-input-min-height);border:2px solid #111;border-radius:10px;font-size:var(--exam-input-font-size)}.exam-written-answer.has-answer .ant-input,.exam-written-answer.has-answer .ant-input-lg,.exam-written-answer.has-answer textarea.ant-input{border-color:#1d4ed8;background:#eff6ff;box-shadow:inset 0 0 0 1px #1d4ed8}.exam-written-answer.is-correct .ant-input,.exam-written-answer.is-correct .ant-input-lg,.exam-written-answer.is-correct textarea.ant-input{border-color:#42c05d;background:#f0fbf3}.exam-written-answer.is-incorrect .ant-input,.exam-written-answer.is-incorrect .ant-input-lg,.exam-written-answer.is-incorrect textarea.ant-input{border-color:#ef4444;background:#fff1f2}.exam-bottom-bar{position:-webkit-sticky;position:sticky;bottom:0;z-index:8;display:grid;grid-template-columns:var(--exam-bottom-grid-columns);align-items:center;grid-gap:var(--exam-bottom-gap);gap:var(--exam-bottom-gap);min-height:var(--exam-bottom-min-height);padding:var(--exam-bottom-padding);background:#fff}.exam-bottom-left{display:flex;justify-content:flex-start}.exam-bottom-right{display:flex;justify-content:flex-end;gap:var(--exam-bottom-right-gap)}.exam-bottom-center{display:flex}.exam-bottom-center,.exam-progress-pill{align-items:center;justify-content:center}.exam-progress-pill{position:absolute;top:var(--exam-progress-top);left:50%;display:inline-flex;gap:8px;min-width:var(--exam-progress-min-width);min-height:var(--exam-progress-min-height);padding:var(--exam-progress-padding);border:1px solid #bfdbfe;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-size:var(--exam-progress-font-size);font-weight:var(--exam-progress-font-weight);transform:translateX(-50%)}.exam-progress-pill svg{width:var(--exam-progress-icon-size);height:var(--exam-progress-icon-size);flex:0 0 auto}.exam-question-count{display:flex;min-height:var(--exam-count-min-height);min-width:var(--exam-count-min-width);align-items:center;justify-content:center;padding:var(--exam-count-padding);border:var(--exam-strip-border-width) solid #111;border-radius:12px;background:#fff;cursor:pointer;text-align:center;color:#111;font:inherit;font-size:var(--exam-count-font-size);font-weight:var(--exam-count-font-weight)}.exam-question-count:focus-visible,.exam-question-count:hover{background:#f8fafc}.exam-question-count:focus-visible{outline:3px solid #60a5fa;outline-offset:3px}.question-navigator-modal .ant-modal-content{display:flex;max-height:min(86vh,760px);max-height:min(86dvh,760px);flex-direction:column;overflow:hidden;border-radius:14px;padding:24px}.question-navigator-modal .ant-modal-header{flex:0 0 auto;margin-bottom:18px}.question-navigator-modal .ant-modal-title{color:#050505;font-size:20px;font-weight:850}.question-navigator-modal .ant-modal-close{top:20px;right:20px}.question-navigator-modal .ant-modal-body{min-height:0;overflow:hidden}.question-navigator{--question-navigator-cell-min:42px;--question-navigator-grid-gap:8px;display:grid;min-height:0;max-height:calc(86vh - 132px);max-height:calc(86dvh - 132px);grid-template-rows:auto minmax(0,1fr) auto;grid-gap:18px;gap:18px}.question-navigator-tabs{padding:4px;border-radius:8px;background:#f2f4f7}.question-navigator-tabs .ant-segmented-item{min-height:34px;border-radius:7px;color:#475467;font-size:14px;font-weight:780}.question-navigator-tabs .ant-segmented-item-selected{background:#000;color:#fff}.question-navigator-grid{display:grid;min-height:0;max-height:min(58vh,520px);max-height:min(58dvh,520px);grid-auto-rows:minmax(var(--question-navigator-cell-min),auto);grid-template-columns:repeat(auto-fill,minmax(var(--question-navigator-cell-min),1fr));grid-gap:var(--question-navigator-grid-gap);gap:var(--question-navigator-grid-gap);align-items:start;overflow-y:auto;overscroll-behavior:contain;padding-right:8px;scrollbar-color:#c9cdd4 transparent;scrollbar-width:thin}.question-navigator-grid::-webkit-scrollbar{width:9px}.question-navigator-grid::-webkit-scrollbar-thumb{border-radius:999px;background:#c9cdd4}.question-navigator-item{position:relative;display:grid;aspect-ratio:1/1;box-sizing:border-box;width:100%;min-width:0;min-height:var(--question-navigator-cell-min);place-items:center;padding:0 3px;border:2px solid #111;border-radius:8px;background:#fff;color:#111;cursor:pointer;font:inherit;font-size:16px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-weight:820;line-height:1;overflow:hidden;text-align:center}.question-navigator-item[data-digits="3"]{font-size:13px}.question-navigator-item[data-digits="4"]{font-size:11px}.question-navigator-item[data-digits="5"]{font-size:9px}.question-navigator-item:focus-visible,.question-navigator-item:hover{transform:translateY(-1px)}.question-navigator-item:focus-visible{outline:3px solid #60a5fa;outline-offset:2px}.question-navigator-item--current{background:#000;color:#fff;border-color:#111;box-shadow:inset 0 0 0 2px #fff}.question-navigator-item--correct,.question-navigator-item--easy{border-color:#4ade80;background:#dcfce7;color:#166534}.question-navigator-item--hard,.question-navigator-item--incorrect{border-color:#fca5a5;background:#fee2e2;color:#b91c1c}.question-navigator-item--medium,.question-navigator-item--mixed{border-color:#93c5fd;background:#dbeafe;color:#1d4ed8}.question-navigator-item--unknown{border-color:#d0d5dd;background:#f8fafc;color:#475467}.question-navigator--status .question-navigator-item--marked:not(.question-navigator-item--current){border-color:#facc15;background:#fef08a;color:#111}.question-navigator-mark{position:absolute;top:5px;right:5px;width:8px;height:8px;border-radius:2px;background:#111}.question-navigator-legend{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:14px 18px;padding-top:14px;border-top:1px solid #e5e7eb;color:#344054;font-size:14px;font-weight:560}.question-navigator-legend span{display:inline-flex;align-items:center;gap:7px}.question-navigator-dot{display:inline-block;width:16px;height:16px;flex:0 0 auto;border:2px solid #111;border-radius:5px;background:#fff}.question-navigator-dot--correct,.question-navigator-dot--easy{border-color:#4ade80;background:#dcfce7}.question-navigator-dot--hard,.question-navigator-dot--incorrect{border-color:#fca5a5;background:#fee2e2}.question-navigator-dot--medium,.question-navigator-dot--mixed{border-color:#93c5fd;background:#dbeafe}.question-navigator-dot--marked{border-color:#facc15;background:#fef08a}.question-navigator-dot--current{border-color:#000;background:#000}@media (max-width:640px){.question-navigator-modal{max-width:calc(100vw - 20px)}.question-navigator-modal .ant-modal-content{max-height:calc(100vh - 20px);max-height:calc(100dvh - 20px);padding:18px}.question-navigator-modal .ant-modal-header{margin-bottom:14px}.question-navigator-modal .ant-modal-title{max-width:calc(100% - 44px);font-size:18px;line-height:1.2}.question-navigator-modal .ant-modal-close{top:15px;right:15px}.question-navigator{--question-navigator-cell-min:38px;--question-navigator-grid-gap:6px;max-height:calc(100vh - 112px);max-height:calc(100dvh - 112px);gap:14px}.question-navigator-tabs{padding:3px}.question-navigator-tabs .ant-segmented-item{min-height:32px;font-size:12px}.question-navigator-grid{max-height:min(56vh,460px);max-height:min(56dvh,460px);padding-right:6px}.question-navigator-item{border-radius:7px;font-size:14px}.question-navigator-item[data-digits="3"]{font-size:12px}.question-navigator-item[data-digits="4"]{font-size:10px}.question-navigator-legend{justify-content:flex-start;gap:10px 12px;padding-top:12px;font-size:12px}.question-navigator-dot{width:14px;height:14px;border-radius:4px}}.exam-check-button,.exam-nav-button{min-height:var(--exam-action-button-min-height);padding:0 var(--exam-action-button-padding-x);border:var(--exam-strip-border-width) solid #111;border-radius:var(--exam-action-button-radius);font-size:var(--exam-action-button-font-size);font-weight:var(--exam-action-button-font-weight)}.exam-check-button{min-width:var(--exam-check-min-width);border-color:#9ca3af;background:#9ca3af;color:#fff}.exam-check-button.is-ready,.exam-check-button.is-ready:focus-visible,.exam-check-button.is-ready:hover{border-color:#1d4ed8;background:#1d4ed8;color:#fff;box-shadow:0 8px 18px rgba(29,78,216,.24)}.exam-check-button.is-ready:focus-visible,.exam-check-button.is-ready:hover{background:#1e40af}.exam-check-button.is-ready.ant-btn-disabled,.exam-check-button.is-ready.ant-btn-disabled:hover{border-color:#9ca3af;background:#9ca3af;box-shadow:none}.exam-nav-button.primary{min-width:var(--exam-nav-primary-min-width)}.exam-calculator-result{display:grid;min-height:72px;place-items:center;border:2px solid #111;border-radius:10px;font-size:var(--exam-calculator-font-size);font-weight:900}.content-wrap.question-taking-content-wrap{width:min(1180px,100%);height:calc(100vh - 96px);height:calc(100dvh - 96px);min-height:0;max-height:calc(100vh - 96px);max-height:calc(100dvh - 96px);display:flex;margin:16px auto;padding:0;overflow:hidden}.exam-taking-shell.exam-taking-shell--dashboard{--exam-topbar-min-height:64px;--exam-topbar-padding-y:12px;--exam-topbar-padding-x:18px;--exam-topbar-gap:12px;--exam-topbar-border-width:2px;--exam-toolbar-gap:8px;--exam-tool-min-height:38px;--exam-tool-padding-x:12px;--exam-tool-border-width:2px;--exam-tool-radius:10px;--exam-tool-font-size:13px;--exam-tool-font-weight:750;--exam-tool-icon-size:16px;--exam-timer-min-width:158px;--exam-timer-min-height:46px;--exam-timer-padding-x:14px;--exam-timer-font-size:21px;--exam-timer-font-weight:800;--exam-timer-icon-size:18px;--exam-elapsed-min-width:136px;--exam-elapsed-min-height:36px;--exam-elapsed-font-size:17px;--exam-elapsed-icon-size:17px;--exam-stage-padding:24px 20px 32px;--exam-card-width:860px;--exam-strip-number-width:46px;--exam-strip-border-width:2px;--exam-strip-radius:10px;--exam-number-min-height:42px;--exam-number-font-size:18px;--exam-number-font-weight:800;--exam-actions-gap:14px;--exam-actions-padding:6px 14px;--exam-actions-font-size:14px;--exam-actions-font-weight:750;--exam-action-icon-size:15px;--exam-attempt-badge-size:18px;--exam-attempt-badge-font-size:11px;--exam-body-gap:20px;--exam-body-padding-top:22px;--exam-body-font-size:16px;--exam-passage-font-size:15px;--exam-prompt-font-size:16px;--exam-options-gap:14px;--exam-option-min-height:58px;--exam-option-padding-y:12px;--exam-option-padding-x:14px;--exam-option-gap:12px;--exam-option-border-width:2px;--exam-option-radius:12px;--exam-option-font-size:15px;--exam-option-font-weight:520;--exam-option-choice-gap:12px;--exam-option-letter-size:30px;--exam-option-letter-font-size:12px;--exam-option-result-icon-size:18px;--exam-written-label-font-size:14px;--exam-written-label-font-weight:750;--exam-input-min-height:40px;--exam-input-font-size:15px;--exam-bottom-grid-columns:minmax(130px,1fr) auto minmax(210px,1fr);--exam-bottom-gap:12px;--exam-bottom-min-height:92px;--exam-bottom-padding:calc(var(--exam-progress-top) + var(--exam-progress-min-height) + var(--exam-progress-count-gap)) 18px 14px;--exam-bottom-right-gap:10px;--exam-progress-top:10px;--exam-progress-count-gap:8px;--exam-progress-min-width:272px;--exam-progress-min-height:28px;--exam-progress-padding:4px 12px;--exam-progress-font-size:12px;--exam-progress-font-weight:750;--exam-progress-icon-size:13px;--exam-count-min-width:168px;--exam-count-min-height:38px;--exam-count-padding:6px 12px;--exam-count-font-size:15px;--exam-count-font-weight:800;--exam-action-button-min-height:38px;--exam-action-button-padding-x:12px;--exam-action-button-radius:10px;--exam-action-button-font-size:15px;--exam-action-button-font-weight:750;--exam-check-min-width:96px;--exam-nav-primary-min-width:102px;--exam-calculator-font-size:20px;display:flex;width:100%;min-width:0;height:100%;min-height:auto;flex-direction:column;background:#fff;overflow:hidden}.exam-taking-shell--dashboard .exam-topbar{position:static;flex:0 0 auto;gap:var(--exam-topbar-gap);min-height:var(--exam-topbar-min-height);padding:var(--exam-topbar-padding-y) var(--exam-topbar-padding-x);border-bottom-width:var(--exam-topbar-border-width)}.exam-taking-shell--dashboard .exam-toolbar-group{gap:var(--exam-toolbar-gap)}.exam-taking-shell--dashboard .exam-tool-button{min-height:var(--exam-tool-min-height);padding:0 var(--exam-tool-padding-x);border-width:var(--exam-tool-border-width);border-radius:var(--exam-tool-radius);font-size:var(--exam-tool-font-size);font-weight:var(--exam-tool-font-weight)}.exam-taking-shell--dashboard .exam-check-button svg,.exam-taking-shell--dashboard .exam-nav-button svg,.exam-taking-shell--dashboard .exam-tool-button svg{width:var(--exam-tool-icon-size);height:var(--exam-tool-icon-size)}.exam-taking-shell--dashboard .exam-timer-pill{min-width:var(--exam-timer-min-width);min-height:var(--exam-timer-min-height);padding:0 var(--exam-timer-padding-x);border-radius:var(--exam-tool-radius);font-size:var(--exam-timer-font-size);font-weight:var(--exam-timer-font-weight)}.exam-taking-shell--dashboard .question-elapsed-timer{min-width:var(--exam-elapsed-min-width);min-height:var(--exam-elapsed-min-height);padding:0 12px;border-radius:var(--exam-tool-radius);font-size:var(--exam-elapsed-font-size);font-weight:780}.exam-taking-shell--dashboard .exam-stage{min-height:0;flex:1 1 auto;padding:var(--exam-stage-padding);border-bottom-width:var(--exam-topbar-border-width);overflow-y:auto;overscroll-behavior:contain}.exam-taking-shell--dashboard .exam-question-card{width:min(var(--exam-card-width),100%)}.exam-taking-shell--dashboard .exam-question-strip{grid-template-columns:var(--exam-strip-number-width) minmax(0,1fr);border-width:var(--exam-strip-border-width);border-radius:var(--exam-strip-radius)}.exam-taking-shell--dashboard .exam-question-number{min-height:var(--exam-number-min-height);font-size:var(--exam-number-font-size);font-weight:var(--exam-number-font-weight)}.exam-taking-shell--dashboard .exam-question-actions{gap:var(--exam-actions-gap);min-height:var(--exam-number-min-height);padding:var(--exam-actions-padding);font-size:var(--exam-actions-font-size);font-weight:var(--exam-actions-font-weight)}.exam-taking-shell--dashboard .exam-attempts,.exam-taking-shell--dashboard .exam-question-actions button{gap:7px}.exam-taking-shell--dashboard .exam-attempts svg,.exam-taking-shell--dashboard .exam-question-actions svg{width:var(--exam-action-icon-size);height:var(--exam-action-icon-size)}.exam-taking-shell--dashboard .exam-attempts span{min-width:var(--exam-attempt-badge-size);height:var(--exam-attempt-badge-size);font-size:var(--exam-attempt-badge-font-size)}.exam-taking-shell--dashboard .exam-question-body{gap:var(--exam-body-gap);padding-top:var(--exam-body-padding-top);font-size:var(--exam-body-font-size)}.exam-taking-shell--dashboard .exam-passage{font-size:var(--exam-passage-font-size)}.exam-taking-shell--dashboard .exam-prompt{font-size:var(--exam-prompt-font-size);line-height:1.55}.exam-taking-shell--dashboard .exam-options{gap:var(--exam-options-gap)}.exam-taking-shell--dashboard .exam-option{min-height:var(--exam-option-min-height);padding:var(--exam-option-padding-y) var(--exam-option-padding-x);border-width:var(--exam-option-border-width);border-radius:var(--exam-option-radius)}.exam-taking-shell--dashboard .exam-option .ant-checkbox-wrapper,.exam-taking-shell--dashboard .exam-option .ant-radio-wrapper{font-size:var(--exam-option-font-size)}.exam-taking-shell--dashboard .exam-option-choice{gap:var(--exam-option-choice-gap)}.exam-taking-shell--dashboard .exam-option-letter{width:var(--exam-option-letter-size);height:var(--exam-option-letter-size);flex-basis:var(--exam-option-letter-size);border-width:var(--exam-option-border-width);font-size:var(--exam-option-letter-font-size);font-weight:800}.exam-taking-shell--dashboard .exam-written-answer label{font-size:var(--exam-written-label-font-size);font-weight:var(--exam-written-label-font-weight)}.exam-taking-shell--dashboard .exam-written-answer .ant-input,.exam-taking-shell--dashboard .exam-written-answer .ant-input-lg,.exam-taking-shell--dashboard .exam-written-answer textarea.ant-input{min-height:var(--exam-input-min-height);font-size:var(--exam-input-font-size)}.exam-taking-shell--dashboard .exam-bottom-bar{position:relative;flex:0 0 auto;grid-template-columns:var(--exam-bottom-grid-columns);gap:var(--exam-bottom-gap);min-height:var(--exam-bottom-min-height);padding:var(--exam-bottom-padding);border-bottom:0}.exam-taking-shell--dashboard .exam-bottom-right{gap:var(--exam-bottom-right-gap)}.exam-taking-shell--dashboard .exam-progress-pill{top:var(--exam-progress-top);min-width:var(--exam-progress-min-width);min-height:var(--exam-progress-min-height);padding:var(--exam-progress-padding);font-size:var(--exam-progress-font-size);font-weight:var(--exam-progress-font-weight)}.exam-taking-shell--dashboard .exam-progress-pill svg{width:var(--exam-progress-icon-size);height:var(--exam-progress-icon-size)}.exam-taking-shell--dashboard .exam-question-count{min-width:var(--exam-count-min-width);min-height:var(--exam-count-min-height);padding:var(--exam-count-padding);border-width:var(--exam-strip-border-width);border-radius:10px;background:#fff;font-size:var(--exam-count-font-size);font-weight:var(--exam-count-font-weight);cursor:pointer}.exam-taking-shell--dashboard .exam-check-button,.exam-taking-shell--dashboard .exam-nav-button{min-height:var(--exam-action-button-min-height);padding:0 var(--exam-action-button-padding-x);border-width:var(--exam-strip-border-width);border-radius:var(--exam-action-button-radius);font-size:var(--exam-action-button-font-size);font-weight:var(--exam-action-button-font-weight)}.exam-taking-shell--dashboard .exam-check-button{min-width:var(--exam-check-min-width)}.exam-taking-shell--dashboard .exam-nav-button.primary{min-width:var(--exam-nav-primary-min-width)}.exam-taking-shell--dashboard .exam-calculator-result{min-height:54px;font-size:var(--exam-calculator-font-size)}.question-navigator-overlay{position:fixed;inset:0;z-index:80;display:grid;place-items:center;padding:22px;background:rgba(0,0,0,.58)}.question-navigator-dialog{display:grid;width:min(560px,calc(100vw - 44px));max-height:min(86vh,940px);max-height:min(86dvh,940px);grid-template-rows:auto auto minmax(0,1fr) auto;overflow:hidden;border-radius:20px;background:#fff;box-shadow:0 24px 64px rgba(15,23,42,.28)}.question-navigator-header{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:20px 24px 14px}.question-navigator-header h2{margin:0;color:#050505;font-size:19px;font-weight:900;letter-spacing:0}.question-navigator-close{display:grid;width:36px;height:36px;flex:0 0 36px;place-items:center;border:0;border-radius:10px;background:transparent;color:#050505;cursor:pointer}.question-navigator-close:hover{background:#f3f4f6}.question-navigator-dialog .question-navigator-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:4px;gap:4px;margin:0 24px 14px;padding:4px;border-radius:12px;background:#f0f1f4}.question-navigator-dialog .question-navigator-tabs button{min-height:34px;border:0;border-radius:9px;background:transparent;color:#4b5563;font-size:13px;font-weight:800;cursor:pointer}.question-navigator-dialog .question-navigator-tabs button.active{background:#000;color:#fff}.question-navigator-scroll{min-height:0;margin:0 14px 14px 24px;overflow-y:auto;padding-right:10px;scrollbar-color:#c9cdd4 transparent;scrollbar-width:thin}.question-navigator-scroll::-webkit-scrollbar{width:9px}.question-navigator-scroll::-webkit-scrollbar-thumb{border-radius:999px;background:#c9cdd4}.question-navigator-dialog .question-navigator-grid{display:grid;grid-template-columns:repeat(10,minmax(0,1fr));grid-gap:10px 7px;gap:10px 7px}.question-navigator-tile{position:relative;display:grid;width:100%;min-width:0;aspect-ratio:1;place-items:center;overflow:hidden;padding:0 2px;border:2px solid #111;border-radius:9px;background:#fff;color:#050505;font-size:14px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-weight:800;letter-spacing:0;line-height:1;cursor:pointer}.question-navigator-tile.current{background:#000;color:#fff;box-shadow:0 3px 0 #000}.question-navigator-tile.marked{border-color:#f5be15;background:#fde047;color:#111}.question-navigator-tile.correct,.question-navigator-tile.easy{border-color:#86efac;background:#dcfce7;color:#2f6f3e}.question-navigator-tile.hard,.question-navigator-tile.incorrect{border-color:#fca5a5;background:#fee2e2;color:#991b1b}.question-navigator-tile.medium{border-color:#93c5fd;background:#dbeafe;color:#1d4ed8}.question-navigator-dialog .question-navigator-mark{position:absolute;top:6px;right:7px;width:7px;height:13px;border-radius:2px 2px 0 0;background:currentColor;-webkit-clip-path:polygon(0 0,100% 0,100% 100%,50% 72%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,50% 72%,0 100%)}.question-navigator-dialog .question-navigator-legend{display:flex;min-height:70px;align-items:center;justify-content:center;gap:14px 22px;flex-wrap:wrap;padding:14px 24px 20px;border-top:1px solid #e5e7eb;color:#374151;font-size:14px;font-weight:650}.question-navigator-dialog .question-navigator-legend span{display:inline-flex;align-items:center;gap:10px}.legend-box{display:inline-block;width:16px;height:16px;border:3px solid #111;border-radius:5px;background:#fff}.legend-box.correct,.legend-box.easy{border-color:#22c55e;background:#4ade80}.legend-box.hard,.legend-box.incorrect{border-color:#ef4444;background:#ef4444}.legend-box.medium{border-color:#93c5fd;background:#dbeafe}.legend-box.mixed{border-color:#9ca3af;background:linear-gradient(135deg,#22c55e 0 45%,#ef4444 45% 100%)}.legend-box.marked{border-color:#f5be15;background:#fde047}.legend-box.current{border-color:#000;background:#000}@media (min-width:1440px){.exam-taking-shell{--exam-topbar-min-height:124px;--exam-topbar-padding-y:28px;--exam-topbar-padding-x:66px;--exam-topbar-gap:28px;--exam-tool-min-height:64px;--exam-tool-padding-x:24px;--exam-tool-font-size:25px;--exam-tool-icon-size:28px;--exam-timer-min-width:242px;--exam-timer-min-height:72px;--exam-timer-font-size:31px;--exam-timer-icon-size:26px;--exam-stage-padding:54px 24px 92px;--exam-strip-number-width:76px;--exam-number-min-height:72px;--exam-number-font-size:32px;--exam-actions-gap:44px;--exam-actions-padding:8px 28px;--exam-actions-font-size:26px;--exam-action-icon-size:24px;--exam-attempt-badge-size:27px;--exam-attempt-badge-font-size:17px;--exam-body-gap:42px;--exam-body-padding-top:44px;--exam-body-font-size:24px;--exam-passage-font-size:24px;--exam-prompt-font-size:28px;--exam-options-gap:26px;--exam-option-min-height:108px;--exam-option-padding-y:20px;--exam-option-padding-x:28px;--exam-option-radius:20px;--exam-option-font-size:24px;--exam-option-choice-gap:28px;--exam-option-letter-size:52px;--exam-option-letter-font-size:21px;--exam-written-label-font-size:22px;--exam-input-font-size:22px;--exam-bottom-min-height:150px;--exam-bottom-padding:calc(var(--exam-progress-top) + var(--exam-progress-min-height) + var(--exam-progress-count-gap)) 72px 22px;--exam-bottom-right-gap:26px;--exam-progress-min-width:420px;--exam-progress-font-size:18px;--exam-count-min-width:282px;--exam-count-min-height:64px;--exam-count-padding:10px 24px;--exam-count-font-size:26px;--exam-action-button-min-height:64px;--exam-action-button-padding-x:24px;--exam-action-button-font-size:26px;--exam-check-min-width:176px;--exam-nav-primary-min-width:184px}.exam-taking-shell.exam-taking-shell--dashboard{--exam-card-width:880px;--exam-stage-padding:24px 22px 34px;--exam-prompt-font-size:16px;--exam-option-font-size:15px;--exam-option-letter-size:30px;--exam-option-letter-font-size:12px}}@media (max-width:1280px){.content-wrap{padding:24px}.split-grid{grid-template-columns:1fr}.question-bank-content-wrap{padding:28px 28px 48px;--question-bank-title-size:20px;--question-bank-count-size:16px;--question-bank-subject-icon-box:54px;--question-bank-subject-icon-radius:16px;--question-bank-subject-svg:23px;--question-bank-row-svg:20px;--question-bank-action-width:52px;--question-bank-action-height:48px;--question-bank-action-compact-width:52px;--question-bank-action-compact-height:46px}.question-bank-heading p{font-size:16px}.question-bank-subject-header{min-height:124px;padding:28px 30px}.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.practice-paper-grid{grid-template-columns:repeat(2,minmax(280px,1fr))}.practice-content-wrap{--practice-title-size:20px;--practice-file-icon-box:52px;--practice-file-icon-svg:22px;--practice-stat-value-size:19px}.exam-taking-shell{--exam-topbar-min-height:102px;--exam-topbar-padding-y:22px;--exam-topbar-padding-x:36px;--exam-topbar-gap:18px;--exam-tool-min-height:52px;--exam-tool-padding-x:18px;--exam-tool-font-size:20px;--exam-tool-icon-size:24px;--exam-timer-min-width:210px;--exam-timer-min-height:60px;--exam-timer-font-size:27px;--exam-stage-padding:42px 22px 76px;--exam-strip-number-width:66px;--exam-number-min-height:62px;--exam-number-font-size:28px;--exam-actions-gap:26px;--exam-actions-font-size:20px;--exam-body-gap:32px;--exam-body-padding-top:36px;--exam-body-font-size:20px;--exam-passage-font-size:20px;--exam-prompt-font-size:24px;--exam-options-gap:20px;--exam-option-min-height:88px;--exam-option-padding-y:16px;--exam-option-padding-x:22px;--exam-option-font-size:20px;--exam-option-choice-gap:20px;--exam-option-letter-size:44px;--exam-bottom-padding:calc(var(--exam-progress-top) + var(--exam-progress-min-height) + var(--exam-progress-count-gap)) 42px 20px;--exam-count-font-size:22px;--exam-action-button-font-size:22px}}@media (max-width:1080px){.exam-taking-shell{--exam-topbar-min-height:0px;--exam-topbar-padding-y:18px;--exam-topbar-padding-x:24px;--exam-topbar-gap:16px;--exam-toolbar-gap:10px;--exam-tool-min-height:48px;--exam-tool-padding-x:16px;--exam-tool-border-width:2px;--exam-tool-font-size:18px;--exam-tool-icon-size:22px;--exam-timer-min-width:190px;--exam-timer-min-height:54px;--exam-timer-font-size:24px;--exam-stage-padding:36px 18px 64px;--exam-strip-number-width:58px;--exam-strip-border-width:2px;--exam-number-min-height:56px;--exam-number-font-size:24px;--exam-actions-gap:18px;--exam-actions-padding:8px 18px;--exam-actions-font-size:18px;--exam-action-icon-size:19px;--exam-body-gap:28px;--exam-body-padding-top:30px;--exam-body-font-size:18px;--exam-passage-font-size:18px;--exam-prompt-font-size:22px;--exam-options-gap:18px;--exam-option-min-height:78px;--exam-option-padding-y:15px;--exam-option-padding-x:18px;--exam-option-border-width:2px;--exam-option-radius:14px;--exam-option-font-size:18px;--exam-option-choice-gap:16px;--exam-option-letter-size:38px;--exam-option-letter-font-size:16px;--exam-written-label-font-size:17px;--exam-input-font-size:17px;--exam-bottom-grid-columns:1fr;--exam-bottom-min-height:0px;--exam-bottom-padding:calc(var(--exam-progress-top) + var(--exam-progress-min-height) + var(--exam-progress-count-gap)) 24px 24px;--exam-count-min-width:240px;--exam-count-min-height:50px;--exam-count-font-size:20px;--exam-action-button-min-height:52px;--exam-action-button-font-size:20px;--exam-check-min-width:148px;--exam-nav-primary-min-width:156px}.exam-taking-shell.exam-taking-shell--dashboard{--exam-topbar-padding-y:14px;--exam-topbar-padding-x:16px;--exam-tool-font-size:13px;--exam-tool-icon-size:17px;--exam-elapsed-font-size:16px;--exam-stage-padding:22px 16px 30px;--exam-card-width:800px;--exam-actions-gap:12px;--exam-prompt-font-size:16px;--exam-option-font-size:15px;--exam-bottom-grid-columns:1fr;--exam-bottom-padding:calc(var(--exam-progress-top) + var(--exam-progress-min-height) + var(--exam-progress-count-gap)) 16px 14px;--exam-bottom-right-gap:10px}.dashboard-frame{grid-template-columns:64px minmax(0,1fr)}.dashboard-frame:not(.sidebar-collapsed){grid-template-columns:240px minmax(0,1fr)}.question-layout,.split-grid{grid-template-columns:1fr}.exam-bottom-bar,.exam-topbar,.question-nav{position:static}.exam-topbar{grid-template-columns:1fr}.exam-toolbar-group,.exam-toolbar-right{justify-content:center}.exam-bottom-bar{grid-template-columns:1fr}.exam-bottom-left,.exam-bottom-right{justify-content:center}.sat-test-shell{grid-template-rows:auto 3px minmax(0,1fr) auto;overflow:auto}.sat-test-header{grid-template-columns:1fr}.sat-timer,.sat-tools{justify-content:flex-start;padding-top:0}.sat-question-layout{grid-template-columns:1fr}.sat-passage-panel{border-right:0;border-bottom:6px solid #d1d5db}.sat-bottom-bar{position:-webkit-sticky;position:sticky;bottom:0;grid-template-columns:1fr;padding:18px}.sat-bottom-actions{justify-content:stretch}.sat-bottom-actions button,.sat-question-picker{width:100%;justify-content:center}.sat-calculator-panel{top:88px;left:16px;width:calc(100vw - 32px);height:min(720px,calc(100vh - 112px))}.sat-nav-grid{grid-template-columns:repeat(6,58px)}.sat-summary-grid{grid-template-columns:1fr}.sat-complete-grid{grid-template-columns:repeat(6,80px)}.sat-review-footer{align-items:stretch;flex-direction:column}.sat-continue-button{width:100%;min-width:0}}@media (max-width:760px){body,html{overflow-x:hidden}.exam-taking-shell{--exam-topbar-padding-y:12px;--exam-topbar-padding-x:12px;--exam-topbar-gap:12px;--exam-toolbar-gap:8px;--exam-tool-min-height:42px;--exam-tool-padding-x:12px;--exam-tool-font-size:14px;--exam-tool-font-weight:760;--exam-tool-icon-size:18px;--exam-timer-min-width:160px;--exam-timer-min-height:44px;--exam-timer-font-size:20px;--exam-timer-icon-size:18px;--exam-elapsed-min-width:132px;--exam-elapsed-min-height:38px;--exam-elapsed-font-size:16px;--exam-elapsed-icon-size:17px;--exam-stage-padding:28px 14px 34px;--exam-strip-number-width:48px;--exam-strip-radius:10px;--exam-number-min-height:48px;--exam-number-font-size:20px;--exam-actions-gap:12px;--exam-actions-padding:8px 12px;--exam-actions-font-size:15px;--exam-actions-font-weight:760;--exam-action-icon-size:16px;--exam-attempt-badge-size:20px;--exam-attempt-badge-font-size:12px;--exam-body-gap:22px;--exam-body-padding-top:24px;--exam-body-font-size:16px;--exam-passage-padding:12px 12px;--exam-passage-font-size:15px;--exam-prompt-font-size:19px;--exam-options-gap:14px;--exam-option-min-height:0px;--exam-option-padding-y:14px;--exam-option-padding-x:14px;--exam-option-gap:12px;--exam-option-radius:13px;--exam-option-font-size:16px;--exam-option-font-weight:520;--exam-option-choice-gap:12px;--exam-option-letter-size:32px;--exam-option-letter-font-size:13px;--exam-option-result-icon-size:20px;--exam-written-label-font-size:15px;--exam-input-min-height:42px;--exam-input-font-size:16px;--exam-bottom-gap:12px;--exam-bottom-padding:12px;--exam-bottom-right-gap:10px;--exam-progress-min-width:0px;--exam-progress-min-height:34px;--exam-progress-padding:5px 12px;--exam-progress-font-size:13px;--exam-count-min-width:0px;--exam-count-min-height:44px;--exam-count-padding:8px 12px;--exam-count-font-size:16px;--exam-action-button-min-height:44px;--exam-action-button-padding-x:12px;--exam-action-button-font-size:16px;--exam-check-min-width:0px;--exam-nav-primary-min-width:0px;--exam-calculator-font-size:22px}.exam-taking-shell.exam-taking-shell--dashboard{--exam-topbar-padding-y:10px;--exam-topbar-padding-x:10px;--exam-tool-min-height:38px;--exam-tool-padding-x:10px;--exam-tool-font-size:12px;--exam-tool-icon-size:16px;--exam-elapsed-min-width:124px;--exam-elapsed-min-height:36px;--exam-elapsed-font-size:14px;--exam-elapsed-icon-size:16px;--exam-stage-padding:20px 12px 26px;--exam-strip-number-width:44px;--exam-number-min-height:44px;--exam-number-font-size:18px;--exam-actions-gap:10px;--exam-actions-padding:7px 10px;--exam-actions-font-size:13px;--exam-action-icon-size:15px;--exam-body-gap:20px;--exam-body-padding-top:22px;--exam-prompt-font-size:16px;--exam-option-font-size:14px;--exam-option-letter-size:30px;--exam-option-letter-font-size:12px;--exam-bottom-padding:38px 12px 12px;--exam-action-button-font-size:15px}.dashboard-frame{grid-template-columns:64px minmax(0,1fr)}.dashboard-frame:not(.sidebar-collapsed){grid-template-columns:minmax(236px,74vw) minmax(0,1fr)}.app-sidebar{z-index:40;min-height:100vh;padding:18px 12px}.app-topbar{min-height:58px;padding:8px 14px}.topbar-eyebrow{display:none}.topbar-product{font-size:14px}.topbar-actions{gap:8px!important}.topbar-user-button{max-width:46px;padding:4px}.topbar-user-meta{display:none}.auth-page{grid-template-columns:1fr;padding:20px 12px}.auth-visual{display:none}.auth-card{padding:24px}.login-card{min-height:0;padding:28px 20px 22px;border-radius:16px}.content-wrap{min-height:calc(100vh - 86px);margin:12px auto 28px;padding:20px 14px 36px;border-radius:14px}.question-bank-content-wrap{margin:0;padding:20px 14px 36px;--question-bank-title-size:16px;--question-bank-count-size:14px;--question-bank-subject-icon-box:46px;--question-bank-subject-icon-radius:14px;--question-bank-subject-svg:20px;--question-bank-row-svg:18px;--question-bank-action-width:42px;--question-bank-action-height:40px;--question-bank-action-compact-width:42px;--question-bank-action-compact-height:40px;--question-bank-skill-title-size:14px;--question-bank-skill-count-size:13px}.content-wrap.question-taking-content-wrap{height:calc(100vh - 74px);height:calc(100dvh - 74px);max-height:calc(100vh - 74px);max-height:calc(100dvh - 74px);margin:8px auto}.question-navigator-overlay{padding:12px}.question-navigator-dialog{width:calc(100vw - 24px);max-height:calc(100vh - 24px);max-height:calc(100dvh - 24px);border-radius:16px}.question-navigator-header{padding:16px 18px 10px}.question-navigator-header h2{font-size:18px}.question-navigator-dialog .question-navigator-tabs{margin:0 18px 12px}.question-navigator-dialog .question-navigator-tabs button{min-height:34px;font-size:12px}.question-navigator-scroll{margin:0 10px 12px 18px;padding-right:6px}.question-navigator-dialog .question-navigator-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:8px 6px}.question-navigator-tile{border-width:2px;border-radius:8px;font-size:13px}.question-navigator-dialog .question-navigator-legend{min-height:64px;gap:10px 14px;padding:12px 18px 16px;font-size:12px}.legend-box{width:15px;height:15px;border-width:2px;border-radius:5px}.question-bank-heading{display:grid;grid-gap:16px;gap:16px;margin-bottom:22px}.question-bank-heading h1{font-size:24px}.question-bank-heading p{font-size:14px}.question-bank-heading-actions,.question-bank-heading-actions .ant-btn,.question-bank-heading-actions .ant-space-item{width:100%}.question-bank-subjects{gap:16px}.question-bank-subject-card{border-radius:16px}.question-bank-subject-header{min-height:0;align-items:flex-start;padding:20px 16px}.question-bank-row-main,.question-bank-title-button{gap:12px}.question-bank-row-main strong,.question-bank-title-button strong{white-space:normal}.question-bank-subject-icon{width:var(--question-bank-subject-icon-box);height:var(--question-bank-subject-icon-box);flex-basis:var(--question-bank-subject-icon-box);border-radius:var(--question-bank-subject-icon-radius)}.question-bank-row-actions{gap:8px}.question-bank-icon-button,.question-bank-icon-button.compact{width:var(--question-bank-action-width);height:var(--question-bank-action-height);border-radius:11px}.question-bank-subject-body{padding:14px}.question-bank-domain-list{gap:12px;padding:10px;border-radius:14px}.question-bank-domain-row{min-height:72px;padding:12px}.question-bank-list-icon{width:24px;flex-basis:24px}.question-bank-skill-list{padding:0 10px 12px 28px}.question-bank-skill-row{gap:12px;min-height:58px;padding-left:0}.question-bank-skill-title span{white-space:normal}.practice-content-wrap{margin:0;padding:20px 14px 36px;--practice-file-icon-box:48px;--practice-file-icon-svg:20px;--practice-title-size:18px;--practice-meta-size:12px;--practice-chip-size:12px;--practice-stat-label-size:13px;--practice-stat-value-size:18px;--practice-action-size:14px}.page-heading{display:grid;grid-gap:14px;gap:14px}.page-heading h1{font-size:30px;line-height:1.08}.page-heading-actions,.page-heading-actions .ant-space,.page-heading-actions>*{width:100%}.page-heading-actions .ant-space{display:flex;flex-wrap:wrap}.page-heading-actions .ant-btn,.page-heading-actions a{min-width:0}.toolbar>.ant-btn,.toolbar>.ant-input,.toolbar>.ant-input-affix-wrapper,.toolbar>.ant-select,.toolbar>.ant-upload-wrapper,.toolbar>a{width:100%!important}.toolbar .ant-btn{justify-content:center}.practice-content-wrap .page-heading p{font-size:15px}.practice-upgrade-banner{grid-template-columns:44px minmax(0,1fr);gap:12px;padding:14px}.practice-upgrade-banner .ant-btn{grid-column:1/-1;width:100%}.practice-recent-strip{display:grid}.practice-tabs{flex-wrap:nowrap;gap:10px;margin-right:-14px;margin-left:-14px;overflow-x:auto;padding:0 14px 4px;scrollbar-width:none}.practice-tabs::-webkit-scrollbar{display:none}.practice-tab{flex:0 0 auto}.practice-sort,.practice-toolbar{width:100%}.practice-paper-grid{grid-template-columns:1fr;gap:18px}.practice-paper-card{min-height:0;padding:28px 18px 20px}.practice-card-head{grid-template-columns:48px minmax(0,1fr);gap:14px}.practice-file-icon{width:var(--practice-file-icon-box);height:var(--practice-file-icon-box)}.manual-exam-question-grid,.manual-exam-reference-grid,.manual-exam-schedule-grid,.metric-grid,.practice-card-stats,.split-grid{grid-template-columns:1fr}.manual-exam-option-row{grid-template-columns:46px minmax(0,1fr)}.manual-exam-option-row>.ant-btn,.manual-exam-option-row>.ant-checkbox-wrapper,.manual-exam-option-row>.ant-radio-wrapper{grid-column:2}.metric{min-height:104px}.metric-value{font-size:28px}.podium-grid{grid-template-columns:1fr}.ant-table-wrapper{max-width:100%}.ant-table{font-size:13px}.ant-modal{max-width:calc(100vw - 24px)}.ant-modal-body div[style*=grid-template-columns]{grid-template-columns:1fr!important}.ant-modal-body .ant-space{flex-wrap:wrap}.ant-modal-body .ant-btn,.ant-modal-body .ant-space,.ant-modal-body .ant-space-item{max-width:100%}.exam-topbar{padding:12px}.exam-toolbar-group{gap:8px}.exam-toolbar-group .ant-btn{min-width:0}.exam-stage{min-height:auto;padding:var(--exam-stage-padding)}.exam-question-strip{grid-template-columns:var(--exam-strip-number-width) minmax(0,1fr)}.exam-question-actions{gap:var(--exam-actions-gap);font-size:var(--exam-actions-font-size)}.exam-option{align-items:flex-start;flex-direction:column}.exam-option .ant-checkbox-wrapper,.exam-option .ant-radio-wrapper{-webkit-margin-end:0;margin-inline-end:0;white-space:normal}.exam-prompt{font-size:var(--exam-prompt-font-size)}.exam-bottom-bar{padding:var(--exam-bottom-padding)}.exam-bottom-right{flex-wrap:wrap}.sat-test-header{padding:16px}.sat-header-title h1{font-size:14px}.sat-header-title button{font-size:12px}.sat-timer{font-size:16px}.sat-tools{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px}.sat-tools button{min-width:0;min-height:58px;font-size:10px;padding:7px 8px}.sat-answer-panel,.sat-passage-panel{padding:18px 14px}.sat-option,.sat-passage-panel p,.sat-question-passage,.sat-question-prompt{font-size:14px}.sat-question-toolbar{grid-template-columns:auto minmax(0,1fr)}.sat-abc-button{grid-column:2;justify-self:start}.sat-option{min-height:62px;gap:14px;padding:10px 12px}.sat-question-picker{min-height:50px;font-size:12px}.sat-bottom-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.sat-bottom-actions button{min-width:0;min-height:50px;font-size:12px}.sat-calculator-panel{top:12px;left:12px;width:calc(100vw - 24px);height:calc(100vh - 24px);min-height:0;grid-template-rows:58px minmax(0,1fr);border-radius:14px}.sat-calculator-panel-head{padding:0 12px 0 16px}.sat-calculator-panel-head strong{font-size:22px}.sat-desmos-host{min-height:0}.sat-nav-overlay{padding:12px}.sat-nav-popover{width:calc(100vw - 24px);max-height:calc(100vh - 24px);overflow:auto;padding:28px 20px}.sat-nav-popover h2{padding-right:40px;font-size:24px}.sat-nav-close{top:24px;right:18px}.sat-nav-legend,.sat-review-legend{gap:14px;font-size:16px}.sat-nav-grid{grid-template-columns:repeat(4,52px);gap:22px}.sat-nav-tile{width:52px;height:52px;font-size:19px}.sat-review-page-button{min-width:0;width:100%;font-size:19px}.sat-complete-hero{display:grid;padding:28px 18px}.sat-complete-hero h1{font-size:34px}.sat-complete-hero h2{font-size:22px}.sat-complete-hero p{font-size:18px}.sat-complete-score{min-width:0}.sat-complete-body{width:calc(100% - 28px);padding:24px 0 72px}.sat-summary-card{min-height:116px;padding:22px}.sat-review-card{padding:24px 18px}.sat-review-head{display:grid}.sat-review-head h2{font-size:30px}.sat-review-head p{font-size:17px}.sat-complete-grid{grid-template-columns:repeat(3,64px);gap:14px 22px}.sat-complete-tile{width:64px;height:64px}.exam-bottom-left,.exam-bottom-left .ant-btn,.exam-bottom-right,.exam-bottom-right .ant-btn{width:100%}.exam-progress-pill{position:static;min-width:0;transform:none}.exam-question-count{min-width:0}}@media (max-width:480px){.question-bank-content-wrap{padding:18px 10px 32px;--question-bank-title-size:15px;--question-bank-count-size:12px;--question-bank-subject-icon-box:40px;--question-bank-subject-icon-radius:12px;--question-bank-subject-svg:18px;--question-bank-row-svg:16px;--question-bank-action-width:38px;--question-bank-action-height:36px;--question-bank-action-compact-width:38px;--question-bank-action-compact-height:36px;--question-bank-skill-title-size:13px;--question-bank-skill-count-size:12px}.question-bank-heading h1{font-size:21px}.question-bank-heading p{font-size:13px}.question-bank-subject-header{gap:12px;padding:16px 12px}.question-bank-row-main,.question-bank-title-button{gap:10px}.question-bank-domain-row{gap:10px;padding:10px}.question-bank-skill-list{padding-left:16px}.question-bank-skill-row{gap:8px}.practice-content-wrap{padding:18px 10px 32px;--practice-file-icon-box:42px;--practice-file-icon-svg:18px;--practice-title-size:16px;--practice-meta-size:11px;--practice-chip-size:11px;--practice-stat-label-size:12px;--practice-stat-value-size:16px;--practice-action-size:13px}.practice-paper-card{padding:22px 14px 16px}.practice-card-head{grid-template-columns:var(--practice-file-icon-box) minmax(0,1fr);gap:12px}.practice-chip{min-height:30px;padding:0 11px}.practice-card-stats div{min-height:66px;padding:12px}.exam-taking-shell{--exam-tool-min-height:38px;--exam-tool-padding-x:9px;--exam-tool-radius:9px;--exam-tool-font-size:12px;--exam-tool-icon-size:15px;--exam-timer-min-width:142px;--exam-timer-min-height:40px;--exam-timer-font-size:18px;--exam-timer-icon-size:16px;--exam-elapsed-min-width:112px;--exam-elapsed-min-height:34px;--exam-elapsed-font-size:14px;--exam-elapsed-icon-size:15px;--exam-stage-padding:20px 10px 24px;--exam-strip-number-width:40px;--exam-number-min-height:40px;--exam-number-font-size:17px;--exam-actions-gap:8px 10px;--exam-actions-padding:7px 9px;--exam-actions-font-size:12px;--exam-action-icon-size:14px;--exam-attempt-badge-size:18px;--exam-attempt-badge-font-size:11px;--exam-body-gap:18px;--exam-body-padding-top:20px;--exam-body-font-size:15px;--exam-passage-font-size:14px;--exam-prompt-font-size:16px;--exam-options-gap:12px;--exam-option-padding-y:12px;--exam-option-padding-x:12px;--exam-option-gap:10px;--exam-option-radius:11px;--exam-option-font-size:14px;--exam-option-choice-gap:10px;--exam-option-letter-size:28px;--exam-option-letter-font-size:12px;--exam-option-result-icon-size:18px;--exam-written-label-font-size:14px;--exam-input-min-height:40px;--exam-input-font-size:15px;--exam-progress-font-size:12px;--exam-count-min-height:40px;--exam-count-font-size:14px;--exam-action-button-min-height:40px;--exam-action-button-font-size:14px;--exam-calculator-font-size:20px}.exam-taking-shell.exam-taking-shell--dashboard{--exam-tool-min-height:36px;--exam-tool-padding-x:8px;--exam-tool-font-size:11px;--exam-tool-icon-size:14px;--exam-elapsed-min-width:106px;--exam-elapsed-min-height:32px;--exam-elapsed-font-size:13px;--exam-elapsed-icon-size:14px;--exam-stage-padding:18px 10px 22px;--exam-strip-number-width:38px;--exam-number-min-height:38px;--exam-number-font-size:16px;--exam-actions-gap:8px;--exam-actions-padding:6px 8px;--exam-actions-font-size:11px;--exam-action-icon-size:13px;--exam-attempt-badge-size:16px;--exam-body-gap:16px;--exam-body-padding-top:18px;--exam-body-font-size:14px;--exam-passage-font-size:13px;--exam-prompt-font-size:15px;--exam-options-gap:10px;--exam-option-padding-y:10px;--exam-option-padding-x:10px;--exam-option-font-size:13px;--exam-option-letter-size:26px;--exam-option-result-icon-size:16px;--exam-written-label-font-size:13px;--exam-input-min-height:38px;--exam-input-font-size:14px;--exam-progress-font-size:11px;--exam-count-min-height:38px;--exam-count-font-size:13px;--exam-action-button-min-height:38px;--exam-action-button-font-size:13px}.exam-toolbar-group{width:100%;justify-content:stretch}.exam-toolbar-group .ant-btn{flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 8px);justify-content:center}.exam-option-choice{align-items:flex-start}.exam-option-letter{margin-top:1px}.exam-question-body table{font-size:12px!important}.exam-question-body td,.exam-question-body th{padding:7px 9px!important}.exam-bottom-right{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:1100px){.billing-grid{grid-template-columns:1fr}.billing-order-row{grid-template-columns:minmax(0,1fr) minmax(140px,auto)}.billing-order-actions{justify-content:flex-start}}@media (max-width:720px){.billing-content-wrap{padding-right:14px;padding-left:14px}.billing-checkout-card,.billing-current-card,.billing-orders-card{padding:14px}.billing-active-order,.billing-card-heading,.billing-plan-option,.billing-section-heading{align-items:flex-start}.billing-active-order,.billing-card-heading,.billing-order-row,.billing-plan-option,.billing-section-heading{display:grid;grid-template-columns:1fr}.billing-card-heading>.ant-tag{margin-left:0}.billing-current-meta,.billing-selected-summary{grid-template-columns:1fr}.billing-plan-price{text-align:left}.billing-order-row{min-height:0}}.home-page{position:relative;min-height:100vh;overflow-x:hidden;background:#f8fafc;color:#111827}.home-bg{position:absolute;inset:0;pointer-events:none;background:radial-gradient(ellipse 78% 52% at 50% -16%,rgba(99,102,241,.2),hsla(0,0%,100%,0) 66%),linear-gradient(180deg,#f8fafc,#fff 44%,#f8fafc)}.home-container{position:relative;z-index:1;width:min(1180px,calc(100% - 32px));margin:0 auto}.home-header{position:-webkit-sticky;position:sticky;top:0;z-index:40;border-bottom:1px solid rgba(229,231,235,.72);background:rgba(248,250,252,.82);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.home-nav{display:flex;min-height:72px;align-items:center;justify-content:space-between;gap:20px}.home-brand{display:inline-flex;min-width:0;align-items:center;gap:10px;color:#111827;line-height:1;white-space:nowrap}.home-brand,.home-brand-mark{font-size:21px;font-style:italic;font-weight:900}.home-brand-mark{display:grid;width:34px;height:34px;flex:0 0 34px;place-items:center;border-radius:999px;background:#111827;color:#fff}.home-nav-links{display:flex;align-items:center;gap:28px;color:#4b5563;font-size:14px;font-weight:760}.home-nav-links a{transition:color .16s ease}.home-nav-links a:hover{color:#111827}.home-login-button,.home-plan-button,.home-primary-cta,.home-secondary-cta{display:inline-flex;min-height:44px;align-items:center;justify-content:center;gap:8px;border-radius:999px;font-size:14px;font-weight:820;line-height:1;transition:background-color .16s ease,border-color .16s ease,color .16s ease,transform .16s ease,box-shadow .16s ease}.home-login-button,.home-plan-button.is-featured,.home-primary-cta{background:#111827;color:#fff;box-shadow:0 12px 24px rgba(17,24,39,.16)}.home-login-button{padding:0 18px}.home-login-button:hover,.home-plan-button.is-featured:hover,.home-primary-cta:hover{background:#374151;transform:translateY(-1px)}.home-hero{padding:86px 0 44px;text-align:center}.home-eyebrow{margin:0 0 18px;color:#6b7280;font-size:13px;font-weight:820;letter-spacing:0;text-transform:uppercase}.home-hero h1{max-width:880px;margin:0 auto;color:transparent;background:linear-gradient(180deg,#111827,#4b5563);-webkit-background-clip:text;background-clip:text;font-size:68px;font-weight:900;line-height:1.06;letter-spacing:0}.home-hero-copy{max-width:720px;margin:22px auto 0;color:#5f6b7b;font-size:18px;font-weight:560;line-height:1.65}.home-hero-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-top:28px}.home-primary-cta{min-width:148px;padding:0 22px}.home-secondary-cta{min-width:132px;padding:0 20px;border:1px solid #d8dee8;background:hsla(0,0%,100%,.82);color:#111827}.home-secondary-cta:hover{border-color:#b8c2d1;background:#fff;transform:translateY(-1px)}.home-stat-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1px;gap:1px;width:min(760px,100%);margin:34px auto 0;overflow:hidden;border:1px solid #e5e7eb;border-radius:16px;background:#e5e7eb;box-shadow:0 18px 40px rgba(15,23,42,.08)}.home-stat-strip div{display:grid;grid-gap:5px;gap:5px;min-height:82px;align-content:center;background:hsla(0,0%,100%,.9);padding:16px}.home-stat-strip strong{color:#111827;font-size:26px;font-weight:900;line-height:1}.home-stat-strip span{color:#6b7280;font-size:13px;font-weight:680}.home-demo-frame{position:relative;margin:22px auto 84px;padding:8px;border-radius:20px;background:rgba(17,24,39,.24);box-shadow:0 26px 70px rgba(15,23,42,.16)}.home-demo-shell{overflow:hidden;border-radius:14px;background:#fff;box-shadow:0 1px 2px rgba(15,23,42,.08)}.home-demo-window{display:flex;min-height:612px;flex-direction:column;background:#fff}.home-demo-header{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;grid-gap:24px;gap:24px;min-height:78px;padding:18px 28px;border-bottom:1px solid #e5e7eb}.home-demo-header h2{margin:0 0 4px;color:#111827;font-size:18px;font-weight:850;line-height:1.25}.home-demo-header a{color:#2563eb;font-size:13px;font-weight:760}.home-demo-timer{display:inline-flex;align-items:center;gap:8px;color:#111827;font-size:18px;font-weight:850}.home-demo-tools{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px;color:#4b5563;font-size:13px;font-weight:760}.home-demo-tools span{min-height:32px;padding:8px 11px;border-radius:8px;background:#f3f4f6}.home-progress-rail{display:flex;height:4px;overflow:hidden}.home-progress-rail span{flex:1 1}.home-progress-rail .is-dark{background:#4b5563}.home-progress-rail .is-light{background:#9ca3af}.home-demo-body{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);min-height:460px;flex:1 1}.home-demo-passage,.home-demo-question{padding:34px 38px}.home-demo-passage{border-right:1px solid #e5e7eb}.home-demo-passage p,.home-demo-question p{margin:0 0 18px;color:#1f2937;font-size:16px;line-height:1.72}.home-demo-passage mark{padding:0 8px;border-radius:4px;background:#e5e7eb;color:transparent}.home-demo-question-head{display:flex;align-items:center;gap:12px;margin-bottom:22px;padding:12px;border-radius:10px;background:#f3f4f6}.home-demo-question-head span{display:grid;width:34px;height:34px;place-items:center;border-radius:8px;background:#111827;color:#fff;font-weight:900}.home-demo-question-head button{border:0;background:transparent;color:#4b5563;font-size:14px;font-weight:760}.home-demo-options{display:grid;grid-gap:12px;gap:12px}.home-demo-option{display:flex;min-height:56px;align-items:center;gap:13px;padding:12px 14px;border:2px solid #d1d5db;border-radius:10px;background:#fff}.home-demo-option span{display:grid;width:28px;height:28px;flex:0 0 28px;place-items:center;border:2px solid #9ca3af;border-radius:999px;color:#4b5563;font-size:13px;font-weight:850}.home-demo-option strong{color:#1f2937;font-size:15px;font-weight:720}.home-demo-option.is-selected{border-color:#111827;background:#f9fafb}.home-demo-option.is-selected span{border-color:#111827;background:#111827;color:#fff}.home-demo-footer{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;grid-gap:18px;gap:18px;min-height:64px;padding:10px 26px;border-top:1px solid #e5e7eb}.home-demo-footer>span{color:#374151;font-family:Georgia,Times New Roman,serif;font-size:14px}.home-demo-footer button,.home-demo-footer div span{display:inline-flex;min-height:38px;align-items:center;justify-content:center;border-radius:999px;background:#111827;color:#fff;font-size:13px;font-weight:820}.home-demo-footer button{border:0;padding:0 18px}.home-demo-footer div{display:flex;justify-content:flex-end;gap:10px}.home-demo-footer div span{min-width:76px;padding:0 18px}.home-section{position:relative;z-index:1;padding:84px 0}.home-section-heading{max-width:820px;margin:0 auto 70px;text-align:center}.home-section-heading h2{margin:0;color:#111827;font-size:46px;font-weight:900;line-height:1.08;letter-spacing:0}.home-section-heading p{margin:18px auto 0;color:#5f6b7b;font-size:18px;font-weight:560;line-height:1.62}.home-feature-list{display:grid;grid-gap:86px;gap:86px}.home-feature-row{display:grid;grid-template-columns:minmax(0,.82fr) minmax(0,1fr);align-items:center;grid-gap:72px;gap:72px}.home-feature-row.is-reversed{grid-template-columns:minmax(0,1fr) minmax(0,.82fr)}.home-feature-row.is-reversed .home-feature-copy{order:2}.home-feature-row.is-reversed .home-visual-frame{order:1}.home-feature-copy span{display:block;margin-bottom:16px;color:#6b7280;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:16px;font-weight:760}.home-feature-copy h3{margin:0;color:#111827;font-size:38px;font-weight:900;line-height:1.14}.home-feature-copy p{max-width:500px;margin:20px 0 0;color:#5f6b7b;font-size:18px;line-height:1.66}.home-visual-frame{position:relative;padding:4px;border-radius:18px;background:linear-gradient(120deg,#111827,#fff,#0f766e,#111827);background-size:240% 240%;animation:home-border-flow 7s linear infinite;box-shadow:0 22px 54px rgba(15,23,42,.12)}.home-visual-card{min-height:344px;overflow:hidden;border-radius:14px;background:linear-gradient(180deg,hsla(0,0%,100%,.96),rgba(249,250,251,.96)),#fff;padding:26px}.home-visual-header{display:flex;align-items:center;gap:10px;color:#111827;font-size:16px;font-weight:850}.home-mini-test{display:grid;grid-gap:14px;gap:14px;margin-top:38px}.home-mini-test div{height:44px;border:1px solid #d1d5db;border-radius:10px;background:#fff}.home-mini-test div:first-child{height:92px;background:linear-gradient(90deg,#e5e7eb 26%,transparent 0),linear-gradient(#f3f4f6,#f3f4f6)}.home-mini-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:24px}.home-mini-actions span,.home-mini-actions strong{display:inline-flex;min-height:38px;align-items:center;border-radius:999px;padding:0 18px;font-size:13px;font-weight:820}.home-mini-actions span{background:#f3f4f6;color:#4b5563}.home-mini-actions strong{background:#111827;color:#fff}.home-word-row{display:grid;grid-template-columns:120px minmax(0,1fr);align-items:center;grid-gap:16px;gap:16px;margin-top:28px}.home-word-row span{color:#111827;font-size:20px;font-weight:850}.home-word-row div{height:12px;overflow:hidden;border-radius:999px;background:#e5e7eb}.home-word-row i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#111827,#0f766e)}.home-bank-row{display:flex;min-height:54px;align-items:center;justify-content:space-between;gap:16px;margin-top:18px;padding:0 18px;border:1px solid #e5e7eb;border-radius:10px;background:#fff}.home-bank-row span{color:#374151;font-size:15px;font-weight:760}.home-bank-row strong{color:#111827;font-size:18px;font-weight:900}.home-score-ring{display:grid;width:158px;height:158px;margin:34px auto 24px;place-items:center;border-color:#111827 #0f766e #d97706 #111827;border-style:solid;border-width:14px;border-radius:999px}.home-score-ring small,.home-score-ring span{grid-column:1;grid-row:1}.home-score-ring span{margin-top:-16px;color:#111827;font-size:34px;font-weight:900}.home-score-ring small{margin-top:42px;color:#6b7280;font-size:12px;font-weight:760}.home-chart-bars{display:flex;height:92px;align-items:flex-end;justify-content:center;gap:12px}.home-chart-bars span{width:28px;border-radius:8px 8px 0 0;background:linear-gradient(180deg,#111827,#0f766e)}.home-pricing-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:28px;gap:28px;max-width:1040px;margin:0 auto;align-items:start}.home-pricing-card{display:flex;min-height:548px;flex-direction:column;padding:30px;border:1px solid #e5e7eb;border-radius:18px;background:#fff;box-shadow:0 14px 34px rgba(15,23,42,.06)}.home-pricing-card.is-featured{border:2px solid #111827;box-shadow:0 20px 52px rgba(15,23,42,.12)}.home-pricing-card h3{margin:0;color:#111827;font-size:26px;font-weight:900}.home-pricing-card>p{min-height:52px;margin:16px 0 0;color:#5f6b7b;font-size:15px;line-height:1.55}.home-price{margin-top:30px}.home-price span{color:#111827;font-size:48px;font-weight:900;line-height:1}.home-price small{color:#6b7280;font-size:15px;font-weight:680}.home-plan-button{width:100%;margin-top:28px;border-radius:10px;background:#f3f4f6;color:#111827}.home-plan-button:hover{background:#e5e7eb}.home-plan-divider{height:1px;margin:28px 0;background:#e5e7eb}.home-pricing-card h4{margin:0;color:#111827;font-size:19px;font-weight:900}.home-pricing-card ul{display:grid;grid-gap:14px;gap:14px;margin:18px 0 0;padding:0;list-style:none}.home-pricing-card li{display:flex;align-items:flex-start;gap:10px;color:#5f6b7b;font-size:15px;line-height:1.45}.home-pricing-card li svg{flex:0 0 auto;margin-top:2px;color:#111827}.home-faq-section{padding-top:74px}.home-faq-list{max-width:780px;margin:0 auto}.home-faq-list details{border-bottom:1px solid #e5e7eb;padding:22px 0}.home-faq-list summary{display:flex;align-items:center;justify-content:space-between;gap:18px;color:#111827;cursor:pointer;font-size:18px;font-weight:820;list-style:none}.home-faq-list summary::-webkit-details-marker{display:none}.home-faq-icon{flex:0 0 auto;color:#6b7280;transition:transform .18s ease}.home-faq-list details[open] .home-faq-icon{transform:rotate(180deg)}.home-faq-list details p{margin:14px 44px 0 0;color:#5f6b7b;font-size:16px;line-height:1.68}.home-footer{position:relative;z-index:1;border-top:1px solid #e5e7eb;background:hsla(0,0%,100%,.78)}.home-footer-inner{display:grid;grid-template-columns:minmax(0,1.25fr) auto auto;align-items:center;grid-gap:34px;gap:34px;padding:34px 0}.home-footer p{max-width:420px;margin:14px 0 0;color:#6b7280;font-size:14px;line-height:1.55}.home-footer-badges,.home-footer-links{display:flex;flex-wrap:wrap;gap:14px}.home-footer-links a{color:#4b5563;font-size:14px;font-weight:760}.home-footer-links a:hover{color:#111827}.home-footer-badges span{display:inline-flex;min-height:34px;align-items:center;gap:7px;padding:0 12px;border:1px solid #e5e7eb;border-radius:999px;background:#fff;color:#374151;font-size:13px;font-weight:760}@keyframes home-border-flow{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@media (max-width:980px){.home-nav-links{display:none}.home-hero{padding-top:64px}.home-hero h1{font-size:52px}.home-demo-window{min-height:0}.home-demo-body,.home-demo-footer,.home-demo-header{grid-template-columns:1fr}.home-demo-footer div,.home-demo-timer,.home-demo-tools{justify-content:flex-start}.home-demo-passage{border-right:0;border-bottom:1px solid #e5e7eb}.home-feature-row,.home-feature-row.is-reversed{grid-template-columns:1fr;gap:30px}.home-feature-row.is-reversed .home-feature-copy,.home-feature-row.is-reversed .home-visual-frame{order:0}.home-pricing-grid{grid-template-columns:1fr;max-width:620px}.home-pricing-card{min-height:0}.home-footer-inner{grid-template-columns:1fr}}@media (max-width:640px){.home-container{width:min(100% - 24px,1180px)}.home-nav{min-height:64px;gap:12px}.home-brand{font-size:18px}.home-brand-mark{width:32px;height:32px;flex-basis:32px}.home-login-button{min-height:40px;padding:0 12px;font-size:13px}.home-hero{padding:48px 0 32px}.home-hero h1{font-size:40px;line-height:1.1}.home-feature-copy p,.home-hero-copy,.home-section-heading p{font-size:16px}.home-stat-strip{grid-template-columns:1fr;border-radius:12px}.home-demo-frame{margin-bottom:58px;border-radius:14px;padding:4px}.home-demo-shell,.home-demo-window{border-radius:10px}.home-demo-footer,.home-demo-header,.home-demo-passage,.home-demo-question{padding-right:16px;padding-left:16px}.home-demo-tools span{min-height:30px;padding:7px 9px}.home-demo-passage p,.home-demo-question p{font-size:14px}.home-demo-footer button,.home-demo-footer div span{width:100%}.home-demo-footer div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.home-section{padding:58px 0}.home-section-heading{margin-bottom:42px}.home-feature-copy h3,.home-section-heading h2{font-size:32px}.home-visual-card{min-height:286px;padding:20px}.home-word-row{grid-template-columns:1fr;gap:8px}.home-bank-row{min-height:50px;padding:0 12px}.home-price span{font-size:40px}.home-pricing-card{padding:22px;border-radius:14px}.home-faq-list summary{align-items:flex-start;font-size:16px}.home-faq-list details p{margin-right:0;font-size:15px}}.exam-create-page{max-width:none}.exam-builder-form{display:grid;grid-gap:18px;gap:18px}.exam-builder-setup{display:grid;grid-template-columns:minmax(220px,.7fr) minmax(0,2fr);grid-gap:28px;gap:28px;align-items:end;padding:22px 24px;border:1px solid var(--border);border-radius:18px;background:radial-gradient(circle at top right,rgba(37,99,235,.08),transparent 32%),var(--surface);box-shadow:0 12px 30px rgba(15,23,42,.04)}.exam-builder-bank-head h2,.exam-builder-panel-heading h2,.exam-builder-setup-copy h2,.exam-builder-summary h2{margin:0;color:var(--text)}.exam-builder-setup-copy h2{margin-top:4px;font-size:21px}.exam-builder-card-toolbar p,.exam-builder-panel-heading p,.exam-builder-setup-copy p{margin:5px 0 0;color:var(--text-soft);font-size:13px;line-height:1.45}.exam-builder-eyebrow{color:#2563eb;font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.exam-builder-setup-fields{display:grid;grid-template-columns:minmax(220px,1.3fr) minmax(220px,1fr) 180px;grid-gap:14px;gap:14px}.exam-builder-setup-fields .ant-form-item{margin-bottom:0}.exam-builder-shell{display:grid;grid-template-columns:260px minmax(480px,1fr);min-height:720px;overflow:hidden;border:1px solid var(--border);border-radius:20px;background:#f7f9fc;box-shadow:0 16px 44px rgba(15,23,42,.06)}.exam-builder-shell.is-bank-open{grid-template-columns:260px minmax(480px,1fr) minmax(370px,470px)}.exam-builder-bank,.exam-builder-structure{background:var(--surface)}.exam-builder-structure{display:flex;flex-direction:column;border-right:1px solid var(--border)}.exam-builder-bank-head,.exam-builder-panel-heading{display:flex;min-height:76px;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid var(--border)}.exam-builder-bank-head h2,.exam-builder-panel-heading h2{font-size:17px}.exam-builder-module-list{display:grid;grid-gap:14px;gap:14px;padding:18px 14px}.exam-builder-module-card{overflow:hidden;border:1px solid #dce3ee;border-radius:14px;background:#fff}.exam-builder-module-head{display:flex;gap:10px;align-items:center;padding:13px;border-bottom:1px solid #e9eef5;background:#f8fafc}.exam-builder-module-index{display:grid;width:30px;height:30px;flex:0 0 30px;place-items:center;border-radius:9px;color:#fff;background:#2563eb;font-weight:800}.exam-builder-module-index.module-2{background:#0f8b8d}.exam-builder-module-head>span:last-child,.exam-builder-session-button>span:first-child{display:grid;grid-gap:2px;gap:2px;min-width:0}.exam-builder-module-head strong,.exam-builder-session-button strong{color:#172033;font-size:13px}.exam-builder-module-head small,.exam-builder-session-button small{color:#718096;font-size:11px}.exam-builder-session-list{display:grid;grid-gap:6px;gap:6px;padding:8px}.exam-builder-session-button{display:flex;width:100%;align-items:center;justify-content:space-between;padding:10px;border:1px solid transparent;border-radius:10px;background:transparent;text-align:left;cursor:pointer;transition:.16s ease}.exam-builder-session-button:hover{background:#f4f7fb}.exam-builder-session-button.active{border-color:#bdd1ff;background:#eef4ff}.exam-builder-session-status{display:grid;width:25px;height:25px;flex:0 0 25px;place-items:center;border-radius:50%;color:#2563eb;background:#e3ecff}.exam-builder-session-status.complete{color:#047857;background:#d1fae5}.exam-builder-overall-progress{margin-top:auto;padding:17px;border-top:1px solid var(--border);background:#fbfcfe}.exam-builder-overall-progress>div{display:flex;align-items:center;justify-content:space-between;margin-bottom:5px;color:var(--text-soft);font-size:12px}.exam-builder-overall-progress strong{color:var(--text)}.exam-builder-workspace{min-width:0;padding:22px}.exam-builder-breadcrumb{display:flex;align-items:center;gap:4px;margin-bottom:12px;color:var(--text-soft);font-size:12px}.exam-builder-breadcrumb strong{color:var(--text)}.exam-builder-selected-card,.exam-builder-summary{border:1px solid var(--border);border-radius:16px;background:#fff}.exam-builder-summary{overflow:hidden;box-shadow:0 8px 22px rgba(15,23,42,.04)}.exam-builder-summary-head{display:flex;align-items:center;justify-content:space-between;padding:19px 20px 16px}.exam-builder-summary h2{margin-top:3px;font-size:22px}.exam-builder-mode-control{display:flex;align-items:center;padding:4px;border-radius:9px;background:#eef2f7;color:#8090a5;font-size:11px;font-weight:700}.exam-builder-mode-control span,.exam-builder-mode-control strong{padding:6px 9px}.exam-builder-mode-control strong{border-radius:7px;background:#fff;color:#1d4ed8;box-shadow:0 2px 5px rgba(15,23,42,.08)}.exam-builder-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid var(--border);background:#fbfcff}.exam-builder-metrics>div{display:grid;grid-gap:5px;gap:5px;padding:14px 18px;border-right:1px solid var(--border)}.exam-builder-metrics>div:last-child{border-right:0}.exam-builder-metrics small,.exam-builder-metrics span{color:var(--text-soft);font-size:11px;font-weight:500}.exam-builder-metrics strong{color:#172033;font-size:20px}.exam-builder-metrics small{margin-left:4px}.exam-builder-selected-card{min-height:425px;margin-top:16px;overflow:hidden}.exam-builder-card-toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px 18px;border-bottom:1px solid var(--border)}.exam-builder-card-toolbar h3,.exam-builder-empty h3{margin:0;color:var(--text);font-size:15px}.exam-builder-selected-table-wrap{overflow-x:auto}.exam-builder-selected-table{width:100%;border-collapse:collapse;font-size:12px}.exam-builder-selected-table td,.exam-builder-selected-table th{padding:11px 12px;border-bottom:1px solid #edf0f4;color:#334155;text-align:left;vertical-align:middle}.exam-builder-selected-table th{background:#f8fafc;color:#64748b;font-size:10px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap}.exam-builder-selected-table td p{display:-webkit-box;min-width:180px;max-width:360px;overflow:hidden;margin:0;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1.4}.exam-builder-selected-table td small{display:block;margin-top:3px;color:var(--text-soft)}.exam-builder-question-id{color:#1d4ed8;font-weight:750}.exam-builder-empty{display:grid;min-height:330px;place-items:center;align-content:center;grid-gap:10px;gap:10px;padding:34px;text-align:center}.exam-builder-empty>span{display:grid;width:56px;height:56px;place-items:center;border-radius:17px;color:#2563eb;background:#eaf1ff}.exam-builder-empty p{margin:0 0 4px;color:var(--text-soft);font-size:13px}.exam-builder-bank{display:grid;min-width:0;grid-template-rows:auto auto auto minmax(250px,1fr) auto auto;border-left:1px solid var(--border)}.exam-builder-bank-head{min-height:76px}.exam-builder-bank-filters{display:grid;grid-gap:11px;gap:11px;padding:14px 16px;border-bottom:1px solid var(--border);background:#fbfcfe}.exam-builder-bank-filters label{display:grid;grid-gap:5px;gap:5px;color:#526176;font-size:11px;font-weight:700}.exam-builder-locked-field{display:flex;min-height:34px;align-items:center;justify-content:space-between;padding:0 10px;border:1px solid #d8dee8;border-radius:7px;color:#334155;background:#f1f4f8}.exam-builder-filter-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px}.exam-builder-filter-grid .ant-select{width:100%}.exam-builder-bank-footer,.exam-builder-bank-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 16px;border-bottom:1px solid var(--border);color:var(--text-soft);font-size:12px}.exam-builder-bank-list{display:grid;min-height:0;align-content:start;grid-gap:8px;gap:8px;overflow-y:auto;padding:12px;background:#f7f9fc}.exam-builder-bank-item{display:grid;grid-template-columns:auto minmax(0,1fr) auto;grid-gap:10px;gap:10px;align-items:start;padding:12px;border:1px solid #dfe5ee;border-radius:12px;background:#fff;transition:.15s ease}.exam-builder-bank-item.selected,.exam-builder-bank-item:hover{border-color:#9bb8fa;box-shadow:0 5px 14px rgba(37,99,235,.08)}.exam-builder-bank-item.selected{background:#f4f7ff}.exam-builder-bank-item.assigned{opacity:.68}.exam-builder-bank-item-main{min-width:0}.exam-builder-bank-item-meta{display:flex;align-items:center;gap:7px}.exam-builder-bank-item-meta strong{overflow:hidden;color:#1d4ed8;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.exam-builder-bank-item p{display:-webkit-box;overflow:hidden;margin:7px 0 6px;color:#263449;font-size:12px;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1.4}.exam-builder-bank-item small{display:block;overflow:hidden;color:#8090a5;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.exam-builder-assigned-label{display:flex;align-items:center;gap:4px;width:-moz-fit-content;width:fit-content;margin-top:7px;color:#047857;font-size:10px;font-weight:700}.exam-builder-bank-pagination{display:flex;justify-content:center;padding:10px;border-top:1px solid var(--border)}.exam-builder-bank-footer{border-top:1px solid var(--border);border-bottom:0;background:#fff}.exam-builder-bank-footer>div{display:grid;grid-gap:2px;gap:2px}.exam-builder-bank-footer strong{color:var(--text)}.exam-builder-bank-footer span{font-size:10px}.exam-builder-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:15px 18px;border:1px solid var(--border);border-radius:14px;background:#fff;box-shadow:0 8px 26px rgba(15,23,42,.05)}.exam-builder-footer>div{display:grid;grid-gap:3px;gap:3px}.exam-builder-footer strong{color:var(--text);font-size:13px}.exam-builder-footer span{color:var(--text-soft);font-size:11px}@media (max-width:1500px){.exam-builder-shell.is-bank-open{grid-template-columns:235px minmax(420px,1fr) minmax(350px,405px)}}@media (max-width:1360px){.exam-builder-shell,.exam-builder-shell.is-bank-open{grid-template-columns:235px minmax(0,1fr)}.exam-builder-bank{position:fixed;z-index:1100;top:76px;right:0;bottom:0;width:min(500px,calc(100vw - 30px));box-shadow:-18px 0 45px rgba(15,23,42,.18)}.exam-builder-setup{grid-template-columns:1fr}}@media (max-width:760px){.exam-builder-setup-fields,.exam-builder-shell,.exam-builder-shell.is-bank-open{grid-template-columns:1fr}.exam-builder-shell{overflow:visible}.exam-builder-structure{border-right:0;border-bottom:1px solid var(--border)}.exam-builder-module-list{grid-template-columns:repeat(2,minmax(0,1fr))}.exam-builder-overall-progress{margin-top:0}.exam-builder-workspace{padding:14px}.exam-builder-card-toolbar,.exam-builder-footer,.exam-builder-summary-head{align-items:flex-start;flex-direction:column}.exam-builder-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.exam-builder-metrics>div:nth-child(2){border-right:0}.exam-builder-metrics>div:nth-child(-n+2){border-bottom:1px solid var(--border)}}@media (max-width:520px){.exam-builder-filter-grid,.exam-builder-module-list{grid-template-columns:1fr}.exam-builder-bank{top:0;width:100vw}}