:root{color:#102348;font-synthesis:none;text-rendering:optimizelegibility;--navy:#102348;--muted:#66738c;--line:#dde3ec;--soft:#f6f8fb;--blue:#0758df;--blue-soft:#eef5ff;--green:#21864a;--green-soft:#f2fbf5;--coral:#c84a42;--coral-soft:#fff5f3;background:#fff;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{background:#fff;min-width:320px;min-height:100vh;margin:0}button{font:inherit}button:focus-visible{outline-offset:2px;outline:3px solid #0758df42}svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:22px;height:22px}.app-shell{grid-template-rows:76px 1fr 78px;min-height:100vh;display:grid}.topbar{border-bottom:1px solid var(--line);z-index:20;background:#fffffff5;grid-template-columns:245px 1fr auto;align-items:stretch;padding:0 28px;display:grid;position:sticky;top:0}.brand{color:var(--navy);cursor:pointer;background:0 0;border:0;align-items:center;gap:12px;padding:0;font-size:20px;font-weight:750;display:flex}.brand-icon{color:var(--blue);place-items:center;display:grid}.topbar nav{align-items:stretch;gap:34px;display:flex}.topbar nav button{color:var(--navy);cursor:pointer;background:0 0;border:0;padding:0 4px;font-size:15px;font-weight:650;position:relative}.topbar nav button:after{content:"";background:0 0;height:3px;position:absolute;bottom:0;left:0;right:0}.topbar nav .nav-active{color:var(--blue)}.topbar nav .nav-active:after{background:var(--blue)}.progress-compact{min-width:230px;color:var(--navy);grid-template-columns:auto 130px;align-self:center;align-items:center;gap:12px;font-size:13px;display:grid}.progress-track{background:#e5e9ef;border-radius:10px;height:7px;overflow:hidden}.progress-track span{background:var(--blue);border-radius:inherit;min-width:2px;height:100%;transition:width .25s;display:block}.practice-layout{grid-template-columns:245px minmax(460px,1fr) minmax(360px,440px);min-height:0;display:grid}.sidebar{border-right:1px solid var(--line);flex-direction:column;gap:8px;padding:30px 18px;display:flex}.sidebar>button{width:100%;min-height:68px;color:var(--navy);text-align:left;cursor:pointer;background:0 0;border:0;border-left:4px solid #0000;border-radius:0 8px 8px 0;grid-template-columns:38px 1fr;align-items:center;gap:10px;padding:10px 14px;display:grid}.sidebar>button:hover{background:var(--soft)}.sidebar>button.side-active{border-left-color:var(--blue);background:var(--blue-soft)}.side-icon{border:1px solid var(--line);width:36px;height:36px;color:var(--navy);background:#fff;border-radius:50%;place-items:center;display:grid}.sidebar button>span:last-child{grid-template-columns:1fr auto;align-items:center;gap:8px;display:grid}.sidebar strong{font-size:14px;font-weight:700}.sidebar small{color:var(--muted);font-size:12px}.sidebar-note{border-top:1px solid var(--line);gap:4px;margin-top:auto;padding:18px 16px;display:grid}.sidebar-note strong{font-size:12px}.sidebar-note span{color:var(--muted);font-size:12px;line-height:1.45}.question-panel{min-width:0;padding:28px 26px 40px}.question-toolbar{justify-content:space-between;align-items:flex-start;gap:20px;min-height:62px;display:flex}.question-toolbar p{color:var(--muted);margin:0 0 5px;font-size:12px;line-height:1.35}.question-toolbar h1{color:var(--navy);margin:0;font-size:17px;line-height:1.3}.question-text{border:1px solid var(--line);background:#fff;min-height:520px;padding:clamp(26px,3vw,42px);overflow:auto}.question-text pre{white-space:pre-wrap;color:#1a263b;margin:0;font-family:Georgia,Times New Roman,serif;font-size:17px;line-height:1.72}.incomplete-note{color:#66491d;background:#fff7e6;border-left:4px solid #d89a35;margin:22px 0 0;padding:12px 14px;font-size:14px;line-height:1.5}.answer-panel{border-left:1px solid var(--line);min-width:0;padding:30px 28px 40px}.answer-sticky{position:sticky;top:106px}.answer-panel h2{margin:0 0 20px;font-size:15px;line-height:1.4}.choices{gap:11px;display:grid}.choice{width:100%;min-height:64px;color:var(--navy);text-align:left;cursor:pointer;background:#fff;border:1px solid #cfd6e1;border-radius:10px;grid-template-columns:38px 1fr;align-items:center;gap:12px;padding:12px 15px;font-size:14px;line-height:1.4;transition:border-color .16s,background .16s,transform .16s;display:grid}.choice:not(:disabled):hover{border-color:#98a9c1;transform:translateY(-1px)}.choice:disabled{cursor:default;opacity:1}.choice:disabled[aria-disabled=true]:not(.choice-correct):not(.choice-wrong){color:#6f7782;background:#f3f4f6}.choice-letter{background:#fff;border:1px solid #aab6c8;border-radius:50%;place-items:center;width:34px;height:34px;font-weight:750;display:grid}.choice-selected{border:2px solid var(--blue);background:var(--blue-soft);padding:11px 14px}.choice-selected .choice-letter{background:var(--blue);color:#fff;border-color:var(--blue)}.choice-correct{background:var(--green-soft);border-color:#5faf79}.choice-correct .choice-letter{background:var(--green);color:#fff;border-color:var(--green)}.choice-wrong{background:var(--coral-soft);border-color:#de807a}.choice-wrong .choice-letter{background:var(--coral);color:#fff;border-color:var(--coral)}.answer-actions{grid-template-columns:1fr 92px;gap:11px;margin-top:18px;display:grid}.primary-button,.secondary-button,.question-nav button{cursor:pointer;border-radius:8px;min-height:48px;font-size:14px;font-weight:720}.primary-button{border:1px solid var(--blue);background:var(--blue);color:#fff;padding:0 22px}.primary-button:disabled{cursor:not-allowed;background:#afbdd1;border-color:#afbdd1}.secondary-button{color:var(--navy);background:#fff;border:1px solid #cfd6e1}.feedback{border:1px solid;border-radius:9px;margin-top:18px;padding:18px}.feedback-correct{background:var(--green-soft);border-color:#8fcca5}.feedback-wrong{background:var(--coral-soft);border-color:#e5aaa6}.feedback-title{align-items:center;gap:10px;display:flex}.feedback-title>span{background:var(--green);color:#fff;border-radius:50%;place-items:center;width:28px;height:28px;display:grid}.feedback-wrong .feedback-title>span{background:var(--coral)}.feedback-title svg{stroke-width:2.3px;width:17px;height:17px}.feedback h3{margin:18px 0 7px;font-size:13px}.feedback p{color:#30405a;margin:0;font-size:13px;line-height:1.65}.question-nav{border-top:1px solid var(--line);z-index:15;background:#fff;grid-template-columns:245px 1fr 440px;align-items:center;min-height:78px;padding:0 28px;display:grid;position:sticky;bottom:0}.question-nav>button:first-child{justify-self:end;margin-right:26px}.question-nav>span{color:var(--navy);justify-self:center;font-size:12px}.question-nav button{width:142px;color:var(--navy);background:#fff;border:1px solid #cfd6e1;justify-content:center;align-items:center;gap:12px;display:flex}.question-nav .next-button{background:var(--blue);color:#fff;border-color:var(--blue);justify-self:center}.question-nav button:disabled{opacity:.45;cursor:not-allowed}.question-nav svg{width:18px}.arrow-left{transform:rotate(180deg)}.progress-page{width:calc(100% - 48px);max-width:1050px;margin:0 auto;padding:58px 0 80px}.progress-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:end;gap:32px;padding-bottom:34px;display:flex}.progress-header p{color:var(--blue);margin:0 0 10px;font-size:13px;font-weight:750}.progress-header h1{letter-spacing:-.035em;margin:0 0 10px;font-size:clamp(30px,4vw,48px)}.progress-header span{color:var(--muted);font-size:14px}.progress-header .primary-button{flex:none;min-height:48px}.metrics{border-bottom:1px solid var(--line);grid-template-columns:repeat(3,1fr);display:grid}.metrics>div{border-right:1px solid var(--line);gap:12px;padding:32px 26px;display:grid}.metrics>div:last-child{border-right:0}.metrics span{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-size:12px;font-weight:700}.metrics strong{letter-spacing:-.04em;font-size:38px}.metrics small{color:var(--muted);font-size:16px}.category-table{border:1px solid var(--line);margin-top:42px}.table-row{border-bottom:1px solid var(--line);grid-template-columns:1.2fr .7fr .7fr 1fr;align-items:center;gap:18px;min-height:68px;padding:0 22px;font-size:14px;display:grid}.table-row:last-child{border-bottom:0}.table-head{background:var(--soft);min-height:46px;color:var(--muted);text-transform:uppercase;letter-spacing:.06em;font-size:11px;font-weight:750}.table-progress{background:#e7ebf1;border-radius:10px;height:7px;overflow:hidden}.table-progress i{background:var(--blue);border-radius:inherit;height:100%;display:block}.reset-button{color:var(--coral);cursor:pointer;background:0 0;border:0;margin-top:28px;padding:0;font-size:12px;text-decoration:underline}@media (width<=1080px){.topbar{grid-template-columns:210px 1fr auto;padding:0 20px}.practice-layout{grid-template-columns:210px minmax(410px,1fr) minmax(330px,380px)}.question-nav{grid-template-columns:210px 1fr 380px;padding:0 20px}.progress-compact{grid-template-columns:auto 100px;min-width:195px}.answer-panel{padding-left:20px;padding-right:20px}}@media (width<=860px){.app-shell{display:block}.topbar{grid-template-columns:1fr auto;height:68px;padding:0 16px}.topbar nav{display:none}.progress-compact{text-align:right;grid-template-columns:1fr;gap:5px;min-width:135px;display:grid}.progress-compact .progress-track{justify-self:end;width:110px}.brand{font-size:17px}.practice-layout{display:block}.sidebar{border:0;border-bottom:1px solid var(--line);z-index:10;background:#fff;grid-template-columns:repeat(3,1fr);padding:10px 14px;display:grid;position:sticky;top:68px}.sidebar>button{text-align:center;border-bottom:3px solid #0000;border-left:0;border-radius:7px;grid-template-columns:1fr;min-height:50px;padding:8px}.sidebar>button.side-active{border-left:0;border-bottom-color:var(--blue)}.side-icon,.sidebar-note{display:none}.sidebar button>span:last-child{grid-template-columns:1fr;gap:2px;display:grid}.question-panel{padding:22px 16px 14px}.question-toolbar{min-height:70px}.question-text{min-height:280px;max-height:62vh}.answer-panel{border-left:0;padding:20px 16px 110px}.answer-sticky{position:static}.question-nav{grid-template-columns:1fr auto 1fr;min-height:74px;padding:0 14px;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -8px 24px #10234814}.question-nav>button:first-child{justify-self:start;margin:0}.question-nav .next-button{justify-self:end}.question-nav button{width:112px;min-height:44px}.progress-page{padding-top:34px;padding-bottom:50px}.progress-header{flex-direction:column;align-items:flex-start}}@media (width<=560px){.topbar{height:62px}.brand-icon{display:none}.progress-compact{font-size:11px}.sidebar{top:62px}.question-toolbar p{white-space:nowrap;text-overflow:ellipsis;max-width:190px;overflow:hidden}.question-toolbar{min-height:66px}.question-text{min-height:230px;max-height:55vh;padding:20px}.question-text pre{font-size:15px}.choice{grid-template-columns:34px 1fr;padding:11px 12px;font-size:13px}.choice-letter{width:30px;height:30px}.metrics{grid-template-columns:1fr}.metrics>div{border-right:0;border-bottom:1px solid var(--line)}.table-row{grid-template-columns:1fr 1fr;padding:14px 16px}.table-head{display:none}.table-row .table-progress{grid-column:1/-1}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition:none!important}}
