@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,600&display=swap");:root{--bg:#f7faff;--panel:#fff;--ink:#17213d;--muted:#66728d;--line:#dbe5f4;--line-strong:#bed2ee;--blue:#1768db;--blue-dark:#0f56c2;--blue-soft:#eaf3ff;--green:#26a65b;--green-soft:#eefbf3;--green-line:#bce8c9;--red:#ef4444;--red-soft:#fff0f0;--yellow:#f7b500;--shadow:0 18px 45px rgba(33,64,110,.08);--radius-xl:22px}*{box-sizing:border-box}body,html{min-height:100%}body{margin:0;font-family:Noto Sans,Segoe UI,Arial,sans-serif;color:var(--ink);background:radial-gradient(circle at 85% 0,rgba(215,235,255,.65),transparent 28%),var(--bg)}button{font:inherit;color:inherit}.app-shell{min-height:100vh;display:flex;flex-direction:column}.top-header{height:82px;display:grid;grid-template-columns:300px minmax(360px,1fr) 360px;align-items:center;grid-gap:18px;gap:18px;padding:10px 24px;background:hsla(0,0%,100%,.92);border-bottom:1px solid var(--line);position:-webkit-sticky;position:sticky;top:0;z-index:30;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.brand{display:flex;align-items:center;min-width:0;height:100%}.brand-logo{display:block;width:min(100%,286px);height:58px;object-fit:contain;object-position:left center}.subject-tabs{justify-self:center;display:flex;align-items:center;gap:14px}.subject-tab{min-width:184px;height:52px;border:1px solid var(--line);border-radius:10px;background:linear-gradient(180deg,#fff,#f7faff);display:inline-flex;align-items:center;justify-content:center;gap:10px;cursor:pointer;font-size:18px;font-weight:750;color:#1f2c49;box-shadow:0 2px 6px rgba(15,56,110,.04);transition:.18s ease}.subject-tab:hover{border-color:#a8c7ef;transform:translateY(-1px)}.subject-tab.active{color:#fff;border-color:var(--blue);background:linear-gradient(180deg,#2878ee,#1768db);box-shadow:0 8px 18px rgba(23,104,219,.28)}.subject-tab span{font-size:23px}.user-stats{justify-self:end;justify-content:flex-end;gap:16px;color:#33405d}.stat-block,.user-stats{display:flex;align-items:center}.stat-block{gap:8px;font-size:15px;line-height:1.15;white-space:nowrap}.stat-block b{font-weight:850;color:#15213b}.stat-emoji{font-size:30px}.stat-separator{height:38px;width:1px;background:var(--line)}.avatar{width:48px;height:48px;border-radius:999px;display:grid;place-items:center;background:#d8f0ff;border:1px solid #b8ddf6;font-size:28px}.chevron{color:#38506e;font-size:24px;margin-left:-8px}.desktop-layout{flex:1 1;display:grid;grid-template-columns:232px minmax(0,1fr)}.sidebar{border-right:1px solid var(--line);background:hsla(0,0%,100%,.58);padding:28px 14px;justify-content:space-between}.side-nav,.sidebar{display:flex;flex-direction:column}.side-nav{gap:10px}.side-link{width:100%;border:0;background:transparent;color:#41516f;border-radius:12px;padding:14px 16px;display:flex;align-items:center;gap:14px;cursor:pointer;font-size:16px;text-align:left}.side-link.active{color:var(--blue);background:#eaf3ff;font-weight:800}.side-icon{width:26px;text-align:center;font-size:22px;color:#8aa0bd;line-height:1}.side-link.active .side-icon{color:var(--blue)}.side-card{margin:16px 12px 0;border:1px solid #cfe1f7;border-radius:10px;padding:22px 16px 0;min-height:258px;background:radial-gradient(circle at 92% 22%,rgba(87,158,255,.22) 0 3px,transparent 4px),radial-gradient(circle at 18% 72%,hsla(0,100%,72%,.35) 0 2px,transparent 3px),#fff;overflow:hidden}.side-card b{color:#1465d9;display:block;font-size:17px;margin-bottom:6px}.side-card span{color:#1465d9;font-weight:800}.side-card p{margin:8px 0 12px;color:#38506e;line-height:1.55;font-size:14px}.trophy{text-align:center;font-size:86px;line-height:1;margin-top:8px}.practice-area{min-width:0;padding:22px 24px 18px 28px;display:flex;flex-direction:column}.toolbar{display:grid;grid-template-columns:180px minmax(260px,1fr) 330px;align-items:center;grid-gap:16px;gap:16px;margin-bottom:24px}.nav-button,.next-button,.outline-button,.outline-square,.review-button{border:1px solid #d5e2f2;background:hsla(0,0%,100%,.9);border-radius:8px;color:#24324f;height:40px;padding:0 18px;cursor:pointer;box-shadow:0 1px 3px rgba(30,65,115,.04)}.nav-button:hover,.outline-button:hover,.outline-square:hover,.review-button:hover{border-color:#abc7ea}.review-button{transition:background-color .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s ease}.review-button.active{background:linear-gradient(180deg,#2878ee,#1768db);border-color:var(--blue);color:#fff;box-shadow:0 7px 16px rgba(23,104,219,.25)}.review-button.active:hover{border-color:var(--blue-dark)}.question-review-backdrop{position:fixed;inset:0;z-index:90;display:grid;place-items:center;padding:24px;background:rgba(21,38,65,.38);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.question-review-dialog{width:min(720px,100%);max-height:min(680px,calc(100dvh - 48px));display:flex;flex-direction:column;overflow:hidden;border:1px solid #c9dcf4;border-radius:16px;background:#fff;box-shadow:0 26px 70px rgba(24,53,94,.28)}.question-review-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:20px 22px 17px;border-bottom:1px solid #dbe7f5;background:linear-gradient(180deg,#f7fbff,#eef6ff)}.question-review-header h2{margin:0 0 5px;color:#17213d;font-size:21px}.question-review-header p{margin:0;color:#66728d;font-size:14px}.question-review-close{width:36px;height:36px;flex:0 0 auto;border:1px solid #d3e0ef;border-radius:9px;background:#fff;color:#43516b;font-size:25px;line-height:1;cursor:pointer}.question-review-close:hover{border-color:#9fc4f5;color:var(--blue)}.question-review-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px;overflow-y:auto;padding:18px 20px 22px}.question-review-item{min-width:0;min-height:66px;display:flex;align-items:center;gap:12px;padding:10px 12px;border:1px solid #d7e2f0;border-radius:11px;background:#fff;color:#1f2c49;text-align:left;cursor:pointer;transition:transform .16s ease,border-color .16s ease,background-color .16s ease,box-shadow .16s ease}.question-review-item:hover{transform:translateY(-1px);border-color:#9fc4f5;box-shadow:0 7px 16px rgba(23,104,219,.09)}.question-review-item.active{border-color:var(--blue);background:#eaf3ff;box-shadow:inset 0 0 0 1px rgba(23,104,219,.12)}.question-review-item.done:not(.active){border-color:#b7e7c7;background:#f2fbf5}.question-review-item.missed:not(.active){border-color:#ffcaca;background:#fff6f6}.question-review-item.reported:not(.active){border-color:#f59e0b;background:#fff8e8}.question-review-number{width:34px;height:34px;flex:0 0 auto;display:grid;place-items:center;border-radius:999px;background:#edf2f8;font-weight:850}.question-review-item.active .question-review-number{background:var(--blue);color:#fff}.question-review-copy{min-width:0;display:grid;grid-gap:4px;gap:4px}.question-review-copy b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px}.question-review-copy small{color:#718096;font-size:12px}.question-review-result{margin-left:auto;font-size:18px;font-weight:900}.question-review-item.done .question-review-result{color:var(--green)}.question-review-item.missed .question-review-result{color:var(--red)}@media (max-width:640px){.question-review-backdrop{padding:12px}.question-review-grid{grid-template-columns:1fr;padding:14px}.question-review-header{padding:17px 16px 14px}}.report-button{transition:background-color .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s ease}.report-button.active{background:#f59e0b;border-color:#f59e0b;color:#fff;box-shadow:0 7px 16px rgba(245,158,11,.28)}.report-button.active:hover{background:#e88d04;border-color:#e88d04}.report-button:disabled{cursor:not-allowed;opacity:.55}.outline-square{width:62px;padding:0}.accessibility-button{display:inline-flex;align-items:center;justify-content:center;color:#17345f;transition:color .18s ease,background .18s ease,border-color .18s ease,box-shadow .18s ease}.accessibility-icon{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.accessibility-icon circle{fill:currentColor;stroke:none}.accessibility-button.active{color:#fff;border-color:var(--blue);background:linear-gradient(180deg,#2878ee,#1768db);box-shadow:0 7px 16px rgba(23,104,219,.25)}.accessibility-button.active:hover{border-color:var(--blue-dark)}.accessibility-backdrop{position:fixed;inset:0;z-index:120;display:flex;justify-content:flex-end;align-items:flex-start;padding:78px 24px 24px;background:rgba(20,43,78,.18)}.accessibility-dialog{width:min(440px,calc(100vw - 32px));border:1px solid #c9dcf3;border-radius:16px;background:#fff;box-shadow:0 18px 48px rgba(32,68,115,.22);overflow:hidden}.accessibility-dialog-header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:20px 22px 16px;border-bottom:1px solid #dbe8f6;background:#f7fbff}.accessibility-dialog-header h2{margin:0;font-size:19px;color:#16345f}.accessibility-dialog-header p{margin:5px 0 0;font-size:14px;color:#6f7f98}.accessibility-dialog-close{width:34px;height:34px;flex:0 0 auto;border:1px solid #c9dcf3;border-radius:9px;background:#fff;color:#17345f;font-size:22px;line-height:1;cursor:pointer}.accessibility-settings-list{display:grid;padding:8px 14px 14px}.accessibility-setting-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;grid-gap:18px;gap:18px;padding:14px 8px;border-bottom:1px solid #edf3fa;cursor:pointer}.accessibility-setting-row:last-child{border-bottom:0}.accessibility-setting-row span{display:grid;grid-gap:4px;gap:4px}.accessibility-setting-row b{color:#1f3150;font-size:15px}.accessibility-setting-row small{color:#70809a;line-height:1.35}.accessibility-setting-row input{width:42px;height:22px;accent-color:var(--blue);cursor:pointer}.reading-cursor-overlay{--reading-cursor-y:50vh;position:fixed;inset:0;z-index:100;pointer-events:none;background:linear-gradient(to bottom,rgba(14,31,58,.28) 0,rgba(14,31,58,.28) calc(var(--reading-cursor-y) - 38px),rgba(14,31,58,.04) calc(var(--reading-cursor-y) - 38px),rgba(14,31,58,.04) calc(var(--reading-cursor-y) + 38px),rgba(14,31,58,.28) calc(var(--reading-cursor-y) + 38px),rgba(14,31,58,.28) 100%)}.app-shell.high-contrast .reading-cursor-overlay{background:linear-gradient(to bottom,rgba(0,0,0,.38) 0,rgba(0,0,0,.38) calc(var(--reading-cursor-y) - 38px),rgba(0,0,0,.02) calc(var(--reading-cursor-y) - 38px),rgba(0,0,0,.02) calc(var(--reading-cursor-y) + 38px),rgba(0,0,0,.38) calc(var(--reading-cursor-y) + 38px),rgba(0,0,0,.38) 100%)}.app-shell.high-contrast{--blue:#075fd8;--blue-dark:#034db2}.app-shell.high-contrast .answer-option,.app-shell.high-contrast .outline-button,.app-shell.high-contrast .outline-square,.app-shell.high-contrast .question-card,.app-shell.high-contrast .solution-card{border-color:#5f7ea8}.app-shell.high-contrast .answer-option,.app-shell.high-contrast .markdown-content,.app-shell.high-contrast .question-text,.app-shell.high-contrast .solution-card{color:#101828}.app-shell.reduced-motion *,.app-shell.reduced-motion :after,.app-shell.reduced-motion :before{scroll-behavior:auto!important;animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}.app-shell.large-text .question-text{font-size:20px;line-height:1.78}.app-shell.large-text .answer-option{font-size:18px;line-height:1.55}.app-shell.large-text .question-header h2{font-size:20px}.app-shell.large-text .question-header p{font-size:18px}.app-shell.large-text .question-number-label{font-size:16px;line-height:1.35}.app-shell.large-text .shared-content-label{font-size:15px}.app-shell.large-text .solution-section h4,.app-shell.large-text .solution-status-row h3{font-size:20px}.app-shell.large-text .markdown-content,.app-shell.large-text .solution-section p,.app-shell.large-text .tip-box p{font-size:18px;line-height:1.72}.app-shell.large-text .latex-block{font-size:23px}.app-shell.large-text .answer-option .katex{font-size:1.2em}.progress-wrap{display:flex;align-items:center;justify-content:center;gap:24px;font-size:16px}.mini-progress{width:min(315px,38vw);height:12px;border-radius:999px;background:#dfe6ef;overflow:hidden}.mini-progress span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#2faf64,#35c474);transition:width .25s ease}.toolbar-actions{display:flex;justify-content:flex-end;gap:16px}.content-grid{display:grid;grid-template-columns:minmax(0,1.28fr) minmax(360px,.9fr);grid-gap:24px;gap:24px;align-items:stretch}.question-card,.solution-card{border-radius:12px;background:hsla(0,0%,100%,.94);border:1px solid #cddff3;box-shadow:0 16px 42px rgba(28,71,129,.06);overflow:hidden}.question-card{min-height:614px}.question-header{background:linear-gradient(180deg,#f5faff,#eef6ff);border-bottom:1px solid #cddff3;padding:20px 22px 16px}.question-header h2{margin:0 0 6px;color:var(--blue);font-size:18px}.question-header p{margin:0;font-size:16px;color:#1f2c49}.question-body{padding:24px 22px 28px}.question-text{font-size:17px;line-height:1.72;color:#101c35;white-space:pre-line;margin-bottom:22px}.question-text b,.question-text strong{font-weight:850}.latex-block{overflow-x:auto;margin:12px 0 20px;font-size:20px}.asset-list{margin:16px 0 22px}.asset-figure img{max-height:360px;border:1px solid #d9e4f4;border-radius:12px;background:#fff}.asset-figure figcaption{color:var(--muted);font-size:13px;margin-top:6px}.options-list{display:grid;grid-gap:10px;gap:10px}.answer-option{min-height:52px;width:100%;display:flex;align-items:center;gap:12px;text-align:left;background:#fff;border:1px solid #d7e2f0;border-radius:10px;padding:12px 14px;cursor:pointer;position:relative;transition:.18s ease;font-size:16px}.answer-option:hover:not(:disabled){transform:translateY(-1px);border-color:#9fc4f5;box-shadow:0 8px 18px rgba(22,97,205,.07)}.answer-option strong{min-width:18px}.radio-dot{width:18px;height:18px;border-radius:999px;border:2px solid #9cb0c9;flex:0 0 auto;background:#fff}.answer-option.correct{border-color:#9ee2b5;background:linear-gradient(90deg,#effbf4,#fff)}.answer-option.correct .radio-dot{border-color:var(--green);background:radial-gradient(circle,var(--green) 0 36%,#fff 38%)}.answer-option.wrong{border-color:#ff5f5f;background:linear-gradient(90deg,#fff1f1,#fff)}.answer-option.wrong .radio-dot{border-color:var(--red);background:radial-gradient(circle,var(--red) 0 36%,#fff 38%)}.answer-option.muted{opacity:.72}.solution-card{padding:0;min-height:614px}.solution-card.success{border-color:var(--green-line);background:linear-gradient(180deg,#f1fcf6,#fff 132px)}.solution-card.danger{border-color:#ffc7c7;background:linear-gradient(180deg,#fff4f4,#fff 132px)}.solution-card.neutral{background:#fff}.solution-placeholder{min-height:420px;display:flex;flex-direction:column;justify-content:center;align-items:center;color:var(--muted);text-align:center;padding:28px}.solution-placeholder h3{color:#1f2c49;margin:0 0 8px}.solution-status-row{display:flex;align-items:center;gap:20px;min-height:110px;padding:28px 24px 18px;border-bottom:1px solid #dcebdd}.big-check{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;font-size:24px;font-weight:900;color:#fff;flex:0 0 auto}.big-check.ok{background:var(--green)}.big-check.no{background:var(--red)}.solution-status-row h3{margin:0 0 8px;color:var(--green);font-size:18px}.solution-card.danger .solution-status-row h3{color:var(--red)}.solution-status-row b{color:#111827}.solution-section{padding:22px 24px 0}.solution-section h4{margin:0 0 12px;color:#13843e;font-size:18px}.solution-section p{margin:0;color:#23304c;line-height:1.64;white-space:pre-line}.solution-section.alt{margin-top:20px;padding-top:22px;border-top:1px solid #e4edf8}.tip-box{margin:26px 24px 0;border:1px solid #b8d4fb;background:#f1f7ff;border-radius:8px;padding:18px}.tip-box b{color:#1768db;display:block;margin-bottom:10px}.tip-box p{margin:0;line-height:1.55;color:#24324f}.related-topic{padding:26px 24px 0}.related-topic span{color:#8492a7;display:block;margin-bottom:10px}.related-topic b{display:inline-flex;border-radius:8px;padding:10px 14px;background:#edf5ff;color:#1d64c8;font-size:13px}.bottom-controls{display:grid;grid-template-columns:150px 240px 120px;justify-content:space-between;align-items:center;grid-gap:12px;gap:12px;margin-top:22px}.nav-button{color:#1768db;border-color:#bad5f7;background:#fff}.next-button{background:linear-gradient(180deg,#2878ee,#1768db);color:#fff;border:0}button:disabled{opacity:.55;cursor:not-allowed}.question-strip{display:flex;justify-content:center;align-items:flex-start;gap:7px;margin:24px auto 10px;max-width:760px;overflow-x:auto;padding:0 4px 8px}.question-chip{width:31px;height:31px;border-radius:999px;border:1px solid #cfdae9;background:#fff;color:#1f2c49;display:grid;place-items:center;cursor:pointer;position:relative;flex:0 0 auto}.question-chip.active{width:36px;height:36px;background:var(--blue);color:#fff;border-color:var(--blue);box-shadow:0 8px 18px rgba(23,104,219,.25)}.question-chip.done{background:#e8f8ee;border-color:#b7e7c7}.question-chip.missed{background:#fff0f0;border-color:#ffc2c2}.question-chip.reported{background:#fff2d9;border-color:#f59e0b;color:#9a5800;box-shadow:inset 0 0 0 1px rgba(245,158,11,.12)}.question-chip.active.reported{background:#f59e0b;border-color:#f59e0b;color:#fff;box-shadow:0 8px 18px rgba(245,158,11,.3)}.question-chip small{position:absolute;bottom:-11px;font-size:12px;color:inherit}.legend{display:flex;gap:28px;justify-content:center;color:#5d6e8b;font-size:14px;margin:4px 0 18px}.legend span{display:flex;align-items:center;gap:8px}.legend i{width:12px;height:12px;border-radius:999px;display:inline-block}.green-dot{background:var(--green)}.red-dot{background:var(--red)}.blue-dot{background:var(--blue)}.gray-dot{background:#cfd7e3}.orange-dot{background:#f59e0b}.placeholder-page{min-height:620px;border:1px solid #cddff3;border-radius:16px;background:hsla(0,0%,100%,.94);box-shadow:0 16px 42px rgba(28,71,129,.06);display:grid;place-items:center;align-content:center;text-align:center;padding:42px}.placeholder-page h1{margin:10px 0 8px;font-size:30px;color:#17213d}.placeholder-page p{margin:0 0 22px;max-width:520px;color:#66728d;line-height:1.65}.placeholder-icon{font-size:54px}.superuser-badge{padding:5px 9px;border:1px solid #b9a7ff;border-radius:999px;background:#f0ecff;color:#6245c5;font-size:10px;font-weight:900;letter-spacing:.08em}.superuser-access-note{margin:16px 8px;padding:12px 13px;border:1px solid #d9d0ff;border-radius:12px;background:linear-gradient(135deg,#f5f2ff,#edf6ff);color:#4f3aa3;display:flex;flex-direction:column;gap:3px;font-size:12px}.superuser-access-note span{color:#6f7891;font-size:11px}.placeholder-kicker{color:#6b4fd3;font-size:11px;font-weight:900;letter-spacing:.1em}.superuser-placeholder{text-align:center}.superuser-placeholder-grid{width:min(720px,100%);display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px}.superuser-placeholder-grid button{min-height:96px;padding:16px;border:1px dashed #bfcde0;border-radius:14px;background:#f8fbff;color:#34445d;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;text-align:left;opacity:1}.superuser-placeholder-grid span{font-weight:800}.superuser-placeholder-grid small{color:#8492a6}.superuser-data-page{min-height:100%;display:flex;flex-direction:column;gap:18px;color:#263650}.superuser-data-head{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;padding:25px 28px;border:1px solid #cddff3;border-radius:16px;background:#fff;box-shadow:0 12px 32px rgba(28,71,129,.06)}.superuser-data-head span{color:#6b4fd3;font-size:11px;font-weight:900;letter-spacing:.1em}.superuser-data-head h1{margin:6px 0;color:#17213d;font-size:28px}.superuser-data-head p{margin:0;color:#6b7890}.superuser-data-head button{border:1px solid #c9d8eb;border-radius:10px;background:#fff;color:#385271;padding:10px 15px;font-weight:800;cursor:pointer}.admin-metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:14px;gap:14px}.admin-metric-grid article{padding:20px;border:1px solid #d7e3f1;border-radius:15px;background:#fff;display:flex;flex-direction:column;gap:7px}.admin-metric-grid article>span{color:#77869b;font-weight:700}.admin-metric-grid b{color:#1e5ca8;font-size:30px}.admin-metric-grid small{color:#8995a7}.admin-panel{padding:22px;border:1px solid #d7e3f1;border-radius:16px;background:#fff;overflow:hidden}.admin-panel h2{margin:0 0 16px;color:#21324b;font-size:19px}.admin-status-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:10px;gap:10px}.admin-status-list span{padding:13px;border-radius:11px;background:#f4f8fd;color:#65748a;display:flex;justify-content:space-between;gap:10px}.admin-status-list b{color:#263d5e}.admin-table-tools{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:14px}.admin-table-tools h2{margin:0}.admin-table-tools input{width:min(360px,100%);border:1px solid #cbd8e8;border-radius:10px;padding:10px 12px;color:#263650;background:#fff}.admin-table-wrap{overflow:auto}.admin-table-wrap table{width:100%;min-width:760px;border-collapse:collapse;text-align:left}.admin-table-wrap th{padding:11px 12px;border-bottom:1px solid #cddbea;color:#718097;font-size:12px;text-transform:uppercase;letter-spacing:.05em}.admin-table-wrap td{padding:13px 12px;border-bottom:1px solid #e6edf5;color:#45556d;vertical-align:top}.admin-table-wrap td small{display:block;margin-top:4px;color:#8592a4}.admin-pill{display:inline-flex;padding:4px 8px;border-radius:999px;background:#edf2f8;color:#52647c;font-size:11px;font-weight:800}.admin-pill.active,.admin-pill.published{background:#e5f7ed;color:#257047}.admin-pill.draft,.admin-pill.pending_login{background:#fff4dc;color:#916510}.admin-pill.archived,.admin-pill.disabled{background:#fbe8e8;color:#9e4141}.review-flag{margin-left:6px;color:#a76512}.admin-content-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px}.admin-content-grid ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column}.admin-content-grid li{padding:11px 0;border-bottom:1px solid #e5edf5;display:flex;flex-direction:column;gap:3px}.admin-content-grid li:last-child{border-bottom:0}.admin-content-grid li span{color:#8290a3;font-size:12px;overflow-wrap:anywhere}.admin-data-time{color:#8793a5;font-size:12px;text-align:right}.editable-exercise-row{cursor:pointer;transition:background .15s ease,box-shadow .15s ease}.editable-exercise-row:focus,.editable-exercise-row:hover{outline:none;background:#eef6ff;box-shadow:inset 3px 0 #397fd0}.admin-table-hint{margin:12px 0 0;color:#7b899d;font-size:12px}.exercise-editor-overlay{position:fixed;inset:0;z-index:700;padding:20px;background:rgba(11,22,38,.62);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);overflow:auto}.exercise-editor-dialog{width:min(1180px,100%);margin:0 auto;border:1px solid #cbd9e9;border-radius:20px;background:#f5f8fc;box-shadow:0 30px 90px rgba(6,20,40,.3);overflow:hidden}.exercise-editor-dialog>header{position:-webkit-sticky;position:sticky;top:0;z-index:3;padding:20px 24px;border-bottom:1px solid #d8e3ef;background:hsla(0,0%,100%,.96);display:flex;justify-content:space-between;align-items:center}.exercise-editor-dialog>header span{color:#6b4fd3;font-size:10px;font-weight:900;letter-spacing:.1em}.exercise-editor-dialog>header h2{margin:4px 0 0;color:#1d2d46}.exercise-editor-dialog>header>button{width:38px;height:38px;border:1px solid #cfdae8;border-radius:10px;background:#fff;color:#50617a;font-size:24px;cursor:pointer}.exercise-editor-body{padding:22px;display:flex;flex-direction:column;gap:18px}.editor-section{padding:20px;border:1px solid #d6e1ee;border-radius:15px;background:#fff}.editor-section h3{margin:0 0 16px;color:#263852}.editor-section-title{display:flex;justify-content:space-between;align-items:center;gap:16px}.editor-section-title>button{border:1px solid #bcd1eb;border-radius:9px;background:#edf6ff;color:#2865aa;padding:8px 11px;font-weight:800;cursor:pointer}.editor-field-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:14px;gap:14px}.editor-field-grid label,.markdown-editor>label,.solution-steps-editor{color:#56667c;font-size:12px;font-weight:800;display:flex;flex-direction:column;gap:6px}.editor-field-grid input,.editor-field-grid select,.markdown-editor textarea,.solution-steps-editor textarea{width:100%;border:1px solid #c8d5e5;border-radius:9px;background:#fff;color:#263852;padding:10px 11px;font:inherit;resize:vertical}.editor-field-grid input:focus,.editor-field-grid select:focus,.markdown-editor textarea:focus,.solution-steps-editor textarea:focus{outline:2px solid #bcdcff;border-color:#4388d8}.editor-checkbox{flex-direction:row!important;align-items:center;align-self:end;min-height:40px}.editor-checkbox input{width:auto}.markdown-editor{display:flex;flex-direction:column;gap:6px}.markdown-toolbar{display:flex;flex-wrap:wrap;gap:5px;padding:6px;border:1px solid #d2ddeb;border-bottom:0;border-radius:9px 9px 0 0;background:#f5f8fc}.markdown-toolbar+textarea{border-radius:0 0 9px 9px}.markdown-toolbar button{min-width:31px;height:29px;border:1px solid #c7d5e6;border-radius:6px;background:#fff;color:#40546f;font-weight:800;cursor:pointer}.markdown-toolbar button:hover{background:#eaf4ff;color:#1768ba}.markdown-editor details{border:1px solid #d9e3ee;border-radius:9px;background:#fbfdff}.markdown-editor summary{padding:8px 10px;color:#64748b;font-size:12px;font-weight:700;cursor:pointer}.markdown-preview{min-height:45px;padding:12px;border-top:1px solid #e0e8f1;color:#253650;overflow:auto}.editor-options{display:flex;flex-direction:column;gap:12px}.editor-options article{padding:14px;border:1px solid #d8e2ee;border-radius:12px;background:#fbfdff}.editor-options article.correct{border-color:#7bc99c;background:#f1fbf5}.editor-option-head{display:flex;align-items:center;gap:12px;margin-bottom:10px}.editor-option-head>input{width:52px;border:1px solid #c8d5e5;border-radius:8px;padding:8px;text-align:center;font-weight:900}.editor-option-head label{display:flex;align-items:center;gap:6px;color:#52637a;font-size:12px;font-weight:800}.editor-option-head button{margin-left:auto;border:0;background:transparent;color:#a04444;font-weight:800;cursor:pointer}.editor-markdown-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}.solution-steps-editor{margin-top:16px}.solution-steps-editor small{color:#8794a6;font-weight:500}.exercise-editor-dialog>footer{position:-webkit-sticky;position:sticky;bottom:0;z-index:3;padding:15px 22px;border-top:1px solid #d5e0ec;background:hsla(0,0%,100%,.97);display:flex;justify-content:flex-end;align-items:center;gap:10px}.exercise-editor-dialog>footer p{margin:0 auto 0 0;font-weight:700}.exercise-editor-dialog>footer p.success{color:#27734a}.exercise-editor-dialog>footer p.error{color:#aa3e3e}.exercise-editor-dialog>footer button{border-radius:9px;padding:10px 15px;font-weight:800;cursor:pointer}.editor-cancel{border:1px solid #cbd7e5;background:#fff;color:#53647b}.editor-save{border:1px solid #397fd0;background:#397fd0;color:#fff}.editor-save:disabled{opacity:.6;cursor:wait}.training-style-editor{width:min(1480px,100%);height:calc(100vh - 40px);display:flex;flex-direction:column}.training-style-editor>.training-editor-toolbar{position:static;min-height:66px;padding:12px 18px;display:grid;grid-template-columns:auto minmax(180px,1fr) auto;grid-gap:16px;gap:16px}.training-editor-toolbar>div:nth-child(2){display:flex;flex-direction:column;gap:3px}.training-editor-toolbar>div:nth-child(2)>span{color:#8491a3;font-size:11px;font-weight:700;letter-spacing:0}.training-editor-actions{display:flex;align-items:center;gap:8px}.training-editor-actions>button{min-height:38px;border:1px solid #c7d6e7;border-radius:9px;background:#fff;color:#4f647f;padding:0 12px;font-weight:800;cursor:pointer}.training-editor-actions>button.active{border-color:#5794d8;background:#eaf4ff;color:#236bbd}.training-editor-actions>.editor-save{border-color:#347fcf;background:#347fcf;color:#fff}.training-editor-actions>.editor-close{width:38px;padding:0;font-size:22px}.edit-mode-switch{display:flex;align-items:center;gap:8px;color:#556a83;font-size:11px;font-weight:850;cursor:pointer}.edit-mode-switch input{position:absolute;opacity:0;pointer-events:none}.edit-mode-switch i{position:relative;width:42px;height:23px;border-radius:999px;background:#cbd7e5;transition:.18s}.edit-mode-switch i:after{content:"";position:absolute;top:3px;left:3px;width:17px;height:17px;border-radius:50%;background:#fff;box-shadow:0 1px 4px rgba(0,0,0,.18);transition:.18s}.edit-mode-switch input:checked+i{background:#397fd0}.edit-mode-switch input:checked+i:after{transform:translateX(19px)}.training-editor-layout{min-height:0;flex:1 1;display:grid;grid-template-columns:minmax(0,1fr);overflow:hidden}.training-editor-layout.with-properties{grid-template-columns:minmax(0,1fr) 360px}.training-editor-canvas{min-height:0;padding:18px;display:grid;grid-template-columns:minmax(0,1.12fr) minmax(310px,.88fr);grid-gap:14px;gap:14px;overflow:auto;background:radial-gradient(circle at 90% 0,rgba(220,237,255,.75),transparent 30%),#f7faff}.training-editor-question,.training-editor-solution{min-width:0;padding:19px;border:1px solid #d1ddea;border-radius:15px;background:#fff;overflow:auto}.training-editor-question-head{display:flex;justify-content:space-between;gap:12px;padding-bottom:13px;border-bottom:1px solid #e8eef4}.training-editor-question-head span{color:#3f7fc5;font-size:10px;font-weight:900;text-transform:uppercase}.training-editor-question-head h2{margin:4px 0 0;color:#334b67;font-size:15px}.training-editor-question-head small{height:max-content;padding:5px 8px;border-radius:999px;background:#f1f6fb;color:#748399;font-size:9px;font-weight:800}.training-editor-text{padding:18px 2px 13px;color:#273d59;font-size:15px;line-height:1.65}.training-editor-options{display:grid;grid-gap:8px;gap:8px}.training-editor-option{width:100%;display:grid;grid-template-columns:34px minmax(0,1fr);align-items:center;grid-gap:8px;gap:8px;padding:10px 11px;border:1px solid #d7e2ed;border-radius:10px;background:#fff;color:#394e68}.training-editor-option>span{width:28px;height:28px;display:grid;place-items:center;border-radius:8px;background:#edf4fb;color:#3879c4;font-size:12px;font-weight:900}.training-editor-option.correct{border-color:#75bd92;background:#eefaf3}.training-editor-options>.editor-options article,.training-editor-options>article{margin:0}.add-option-button{margin-top:10px;border:1px dashed #8eb7e3;border-radius:9px;background:#f2f8ff;color:#2671c1;padding:9px 12px;font-weight:800;cursor:pointer}.training-editor-result{display:flex;gap:11px;align-items:center;padding-bottom:13px;border-bottom:1px solid #e7edf4}.training-editor-result>span{width:40px;height:40px;display:grid;place-items:center;border-radius:50%;background:#e1f4e8;color:#32734c;font-size:22px;font-weight:900}.training-editor-result small{display:block;color:#7d8a9d;font-size:10px;font-weight:800}.training-editor-result b{display:block;margin-top:4px;color:#344b67;font-size:12px}.training-editor-explanation{padding-top:14px;color:#53657c;font-size:12px;line-height:1.6}.training-editor-explanation h3{color:#3d5470}.training-editor-explanation ol{padding-left:22px}.training-editor-hint{margin-top:18px;padding:13px;border:1px solid #bcd6f3;border-radius:10px;background:#f2f8ff}.training-editor-rich-fields{display:flex;flex-direction:column;gap:15px;padding-top:14px}.exercise-properties-panel{min-height:0;border-left:1px solid #d3dfeb;background:#fff;display:flex;flex-direction:column}.properties-head{padding:17px 18px;border-bottom:1px solid #e0e8f1;display:flex;justify-content:space-between;align-items:center}.properties-head small{color:#6b4fd3;font-size:9px;font-weight:900;letter-spacing:.08em}.properties-head h3{margin:3px 0 0;color:#2d405b}.properties-head button{border:0;background:transparent;color:#68788e;font-size:22px;cursor:pointer}.properties-scroll{min-height:0;padding:16px;overflow:auto;display:flex;flex-direction:column;gap:18px}.properties-fields{grid-template-columns:1fr}.properties-tags{padding-top:4px;border-top:1px solid #e3eaf2}.properties-tags>div:first-child{display:flex;justify-content:space-between;align-items:center;gap:10px}.properties-tags h4{margin:12px 0;color:#344963}.properties-tags>div:first-child>span{color:#7b899c;font-size:10px}.tag-search{width:100%;border:1px solid #d3deea;border-radius:8px;padding:9px;font-size:11px}.tag-picker{max-height:300px;margin-top:8px;overflow:auto;display:flex;flex-direction:column;gap:5px}.tag-picker>div{padding:8px;border:1px solid #e0e7ef;border-radius:8px;display:flex;justify-content:space-between;align-items:center;gap:7px}.tag-picker>div.selected{border-color:#8db6e3;background:#f1f7ff}.tag-picker label{min-width:0;display:flex;align-items:center;gap:7px;color:#40536c;font-size:11px}.tag-picker label span{min-width:0;display:flex;flex-direction:column}.tag-picker label small{color:#8895a6;overflow-wrap:anywhere}.tag-picker button{border:0;background:transparent;color:#3677bf;font-size:9px;font-weight:850;cursor:pointer}.tag-picker button.primary{padding:4px 6px;border-radius:6px;background:#dfeeff}.training-style-editor>footer{min-height:43px;padding:8px 18px}.training-style-editor>footer>span{margin-left:auto;color:#8290a3;font-size:10px}:root[data-theme=dark] .superuser-badge{border-color:#6655a7;background:#28213f;color:#cbbcff}:root[data-theme=dark] .superuser-access-note{border-color:#443b67;background:#201c32;color:#cbbcff}:root[data-theme=dark] .superuser-placeholder-grid button{border-color:#42516a;background:#162131;color:#e5edf8}:root[data-theme=dark] .superuser-data-page{color:#dbe6f3}:root[data-theme=dark] .admin-metric-grid article,:root[data-theme=dark] .admin-panel,:root[data-theme=dark] .superuser-data-head{border-color:#30435b;background:#142131}:root[data-theme=dark] .admin-panel h2,:root[data-theme=dark] .superuser-data-head h1{color:#edf5ff}:root[data-theme=dark] .admin-table-wrap td,:root[data-theme=dark] .superuser-data-head p{color:#9bacbf}:root[data-theme=dark] .admin-table-tools input,:root[data-theme=dark] .superuser-data-head button{border-color:#40556d;background:#192a3d;color:#e0eaf5}:root[data-theme=dark] .admin-status-list span{background:#19283a;color:#a6b4c6}:root[data-theme=dark] .admin-status-list b{color:#e2ebf6}:root[data-theme=dark] .admin-content-grid li,:root[data-theme=dark] .admin-table-wrap td,:root[data-theme=dark] .admin-table-wrap th{border-color:#2c3e53}:root[data-theme=dark] .editable-exercise-row:focus,:root[data-theme=dark] .editable-exercise-row:hover{background:#1b3047}.exam-style-editor{width:min(1500px,100%);background:#f5f9ff}.superuser-data-page.superuser-exam-page{height:100%;min-height:0;gap:0;overflow:hidden}.exercise-editor-overlay.embedded{position:static;inset:auto;z-index:auto;min-height:0;height:100%;padding:0;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;overflow:hidden}.exercise-editor-overlay.embedded .exam-style-editor{width:100%;height:100%;margin:0;border:0;border-radius:0;box-shadow:none}.superuser-exam-loading{height:100%;display:grid;place-items:center}.exam-style-editor>.superuser-exam-toolbar{position:static;margin:0;padding:14px 18px;border-bottom:1px solid #cddff3;background:hsla(0,0%,100%,.97);grid-template-columns:auto minmax(260px,1fr) auto}.superuser-exam-toolbar>.progress-wrap{min-width:0;display:grid;grid-template-columns:auto 1fr;justify-content:normal;grid-gap:4px 16px;gap:4px 16px}.superuser-exam-toolbar>.progress-wrap>b{color:#17213d}.superuser-exam-toolbar>.progress-wrap>span{color:#73819a;font-size:11px}.superuser-exam-toolbar .mini-progress{grid-column:1/-1;width:100%;height:7px}.superuser-exam-toolbar .toolbar-actions{align-items:center;gap:9px}.superuser-exam-toolbar .next-button,.superuser-exam-toolbar .outline-button{padding:0 13px;border-radius:10px;font-weight:800}.superuser-exam-toolbar .outline-square{width:40px;height:40px}.exam-style-editor .training-editor-layout{background:#f5f9ff}.exam-style-editor .superuser-exam-content{padding:24px;align-items:stretch;overflow:auto}.exam-style-editor .training-editor-question,.exam-style-editor .training-editor-solution{min-height:614px;padding:0;border-radius:12px}.exam-style-editor .superuser-exam-content.exam-mode-full-width .training-editor-solution{display:none}.exam-style-editor .training-editor-question-head{padding:20px 22px 16px;border-bottom:1px solid #cddff3;border-radius:0;background:linear-gradient(180deg,#f5faff,#eef6ff)}.exam-style-editor .training-editor-question-head span{color:#1768db}.exam-style-editor .training-editor-question-head h2{color:#1f2c49;font-size:16px}.exam-style-editor .training-editor-text{margin:0;padding:24px 22px 14px;font-size:17px;line-height:1.72}.exam-style-editor .training-editor-question>.markdown-editor{margin:22px}.exam-style-editor .training-editor-options{padding:0 22px 28px;gap:10px}.exam-style-editor .training-editor-options>article{border-radius:10px}.exam-style-editor .training-editor-option{min-height:52px;display:grid;grid-template-columns:32px minmax(0,1fr);align-items:center;grid-gap:12px;gap:12px;padding:12px 14px;border:1px solid #d7e2f0;border-radius:10px;background:#fff;color:#1f2c49}.exam-style-editor .training-editor-option>span{width:28px;height:28px;display:grid;place-items:center;border:2px solid #9cb0c9;border-radius:50%;color:#40536f;font-size:11px;font-weight:900}.exam-style-editor .training-editor-option.correct{border-color:#9ee2b5;background:linear-gradient(90deg,#effbf4,#fff)}.exam-style-editor .training-editor-option.correct>span{border-color:var(--green);background:var(--green);color:#fff}.exam-style-editor .add-option-button{margin:0 22px 24px}.exam-style-editor .training-editor-result{min-height:110px;padding:28px 24px 18px}.exam-style-editor .training-editor-result>span{width:38px;height:38px;background:var(--green);color:#fff}.exam-style-editor .training-editor-explanation,.exam-style-editor .training-editor-rich-fields{padding:22px 24px 28px}.exam-style-editor .training-editor-hint{margin:26px 0 0}.exam-style-editor .superuser-exam-navigation{flex:0 0 auto;width:100%;margin:0;padding:10px 18px 2px;grid-template-columns:140px minmax(0,1fr) 120px}.exam-style-editor .superuser-exam-navigation .question-strip{width:100%;max-width:none;margin:0;padding-bottom:4px}.exam-style-editor .superuser-exam-navigation>.nav-button,.exam-style-editor .superuser-exam-navigation>.next-button{min-height:42px;border-radius:10px;font-weight:800}:root[data-theme=dark] .exam-style-editor,:root[data-theme=dark] .exam-style-editor .training-editor-layout{background:#0f1926}:root[data-theme=dark] .exam-style-editor>.superuser-exam-toolbar{border-color:#30445b;background:#152232}:root[data-theme=dark] .superuser-exam-toolbar>.progress-wrap>b{color:#edf5ff}.exercise-editor-overlay.embedded .exam-style-editor{padding:22px 24px 18px 28px;background:transparent;overflow:auto}.exam-style-editor>.superuser-exam-toolbar{min-height:auto;margin-bottom:24px;padding:0;border:0;background:transparent;grid-template-columns:180px minmax(260px,1fr) minmax(500px,max-content)}.superuser-exam-toolbar>.progress-wrap{display:flex;justify-content:center;gap:24px}.superuser-exam-toolbar .mini-progress{grid-column:auto;width:min(315px,38vw);height:12px}.superuser-exam-toolbar .toolbar-actions{gap:16px}.superuser-exam-toolbar .next-button,.superuser-exam-toolbar .outline-button{min-height:40px;padding:0 18px;border-radius:8px}.exam-style-editor .training-editor-layout{display:grid;flex:none;overflow:visible;background:transparent}.exam-style-editor .superuser-exam-content{padding:0;gap:24px;overflow:visible;background:transparent}.exam-style-editor .training-editor-options.options-list .answer-option{display:flex;grid-template-columns:none}.exam-style-editor .training-editor-options.options-list .answer-option>span:first-child{width:18px;height:18px;padding:0}.exam-style-editor>.practice-footer{position:static;padding:8px 0 0;border:0;background:transparent;display:grid;grid-template-columns:minmax(0,1.28fr) minmax(360px,.9fr);grid-gap:24px;gap:24px}.exam-style-editor>.practice-footer .bottom-controls{margin-top:0}.exam-style-editor>.practice-footer .question-strip{max-width:760px;margin:24px auto 10px}.exam-style-editor>.practice-footer .legend{margin:4px 0 18px}.superuser-exam-picker{overflow:auto}:root[data-theme=dark] .exercise-editor-dialog{border-color:#334a63;background:#0f1926}:root[data-theme=dark] .editor-section,:root[data-theme=dark] .exercise-editor-dialog>footer,:root[data-theme=dark] .exercise-editor-dialog>header{border-color:#30445b;background:#152232}:root[data-theme=dark] .editor-section h3,:root[data-theme=dark] .exercise-editor-dialog>header h2,:root[data-theme=dark] .markdown-preview{color:#edf5ff}:root[data-theme=dark] .editor-field-grid input,:root[data-theme=dark] .editor-field-grid select,:root[data-theme=dark] .editor-options article,:root[data-theme=dark] .markdown-editor details,:root[data-theme=dark] .markdown-editor textarea,:root[data-theme=dark] .markdown-toolbar,:root[data-theme=dark] .markdown-toolbar button,:root[data-theme=dark] .solution-steps-editor textarea{border-color:#3a4f67;background:#19283a;color:#dfe8f3}:root[data-theme=dark] .editor-options article.correct{border-color:#387958;background:#172d25}:root[data-theme=dark] .training-editor-canvas{background:radial-gradient(circle at 90% 0,rgba(42,76,113,.35),transparent 30%),#0f1824}:root[data-theme=dark] .exercise-properties-panel,:root[data-theme=dark] .training-editor-question,:root[data-theme=dark] .training-editor-solution{border-color:#31465e;background:#162130;color:#cad6e4}:root[data-theme=dark] .training-editor-question-head{border-color:#2d4054}:root[data-theme=dark] .properties-head h3,:root[data-theme=dark] .training-editor-explanation h3,:root[data-theme=dark] .training-editor-question-head h2,:root[data-theme=dark] .training-editor-result b{color:#e2ebf6}:root[data-theme=dark] .training-editor-explanation,:root[data-theme=dark] .training-editor-text{color:#aebdce}:root[data-theme=dark] .tag-picker>div,:root[data-theme=dark] .training-editor-option{border-color:#344960;background:#19283a;color:#d7e2ef}:root[data-theme=dark] .tag-picker>div.selected,:root[data-theme=dark] .training-editor-option.correct{border-color:#47775b;background:#193025}:root[data-theme=dark] .properties-head,:root[data-theme=dark] .properties-tags{border-color:#31455c}@media (max-width:720px){.superuser-placeholder-grid{grid-template-columns:1fr}.superuser-badge{display:none}.admin-table-tools,.superuser-data-head{flex-direction:column;align-items:stretch}.admin-content-grid,.admin-metric-grid,.admin-status-list{grid-template-columns:1fr}.exercise-editor-overlay{padding:0}.exercise-editor-dialog{min-height:100vh;border:0;border-radius:0}.exercise-editor-body{padding:12px}.editor-section{padding:14px}.editor-field-grid,.editor-markdown-grid{grid-template-columns:1fr}.exercise-editor-dialog>footer{flex-wrap:wrap}.exercise-editor-dialog>footer p{width:100%}.training-style-editor{height:100vh}.training-style-editor>.training-editor-toolbar{grid-template-columns:1fr auto}.training-editor-toolbar>.editor-cancel{display:none}.training-editor-actions{grid-column:1/-1;flex-wrap:wrap}.edit-mode-switch span{display:none}.training-editor-canvas,.training-editor-layout.with-properties{grid-template-columns:1fr}.training-editor-canvas{padding:10px}.exercise-properties-panel{position:absolute;z-index:5;inset:66px 0 43px auto;width:min(360px,100%);box-shadow:-15px 0 40px rgba(0,0,0,.18)}}@media (min-width:721px) and (max-width:1100px){.admin-metric-grid,.admin-status-list{grid-template-columns:repeat(2,1fr)}.admin-content-grid{grid-template-columns:1fr}}.error-message,.state-message{margin:28px;border-radius:12px;padding:22px;text-align:center;color:#586780;background:#f6f9fd;border:1px solid #d9e4f4}.error-message{color:#b42318;background:#fff2f2;border-color:#ffd0d0}.mobile-filter-bar,.mobile-nav{display:none}@media (max-width:1160px){.top-header{grid-template-columns:260px 1fr 260px}.subject-tab{min-width:150px;font-size:16px}.content-grid{grid-template-columns:1fr}.solution-card{min-height:auto}}@media (max-width:860px){body{background:#f7faff}.top-header{height:auto;grid-template-columns:1fr;gap:12px;padding:12px 14px}.brand{justify-content:center}.brand-title{font-size:16px}.user-stats{display:none}.subject-tabs{width:100%;justify-content:center;overflow-x:auto;padding-bottom:3px}.subject-tab{min-width:0;flex:1 1;height:46px;font-size:14px}.desktop-layout{display:block}.sidebar{display:none}.practice-area{padding:14px 12px 94px}.toolbar{grid-template-columns:1fr;gap:12px;margin-bottom:14px}.toolbar-actions{display:none}.progress-wrap{justify-content:space-between;gap:10px;font-size:14px}.mini-progress{flex:1 1;width:auto}.content-grid{gap:14px}.question-card,.solution-card{border-radius:14px}.question-card{min-height:auto}.question-header{padding:16px}.question-body{padding:18px 16px}.question-text{font-size:16px;line-height:1.62}.answer-option{min-height:56px;padding:12px}.solution-status-row{padding:20px 16px}.related-topic,.solution-section{padding-left:16px;padding-right:16px}.tip-box{margin-left:16px;margin-right:16px}.bottom-controls{position:-webkit-sticky;position:sticky;bottom:62px;z-index:20;background:rgba(247,250,255,.88);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid #dce7f5;border-radius:16px;padding:8px;grid-template-columns:1fr 1fr;margin-top:14px}.review-button{display:none}.question-strip{justify-content:flex-start;margin-top:16px}.legend{display:none}.mobile-filter-bar{display:flex;gap:8px;overflow-x:auto;padding:0 12px 10px}.mobile-filter-bar button{border:1px solid #d5e2f2;background:#fff;border-radius:999px;padding:9px 12px;white-space:nowrap;color:#44536e}.mobile-filter-bar button.active{background:var(--blue);color:#fff;border-color:var(--blue)}.mobile-nav{position:fixed;z-index:40;left:10px;right:10px;bottom:10px;display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border:1px solid #d5e2f2;box-shadow:0 18px 45px rgba(33,64,110,.18);border-radius:18px;overflow:hidden}.mobile-nav button{border:0;background:#fff;color:#64748b;padding:10px 3px;display:grid;place-items:center;grid-gap:2px;gap:2px;font-size:18px}.mobile-nav button span{font-size:11px;font-weight:700}.mobile-nav button.active{color:var(--blue);background:#eef6ff}}.markdown-lite p{margin:0 0 .75rem}.markdown-lite p:last-child{margin-bottom:0}.answer-option .markdown-lite p{margin:0}.solution-section .markdown-lite p{margin:0 0 .75rem;color:#23304c;line-height:1.64;white-space:pre-line}.shared-content{margin:4px 0 24px;border:1px solid #c9dcf4;border-radius:12px;background:#f8fbff;overflow:hidden}.shared-content-label{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 14px;background:#eaf3ff;color:#155fbf;font-weight:850;font-size:13px;border-bottom:1px solid #cfe1f7}.shared-content-label span{font-weight:750;color:#526987}.shared-content-body{max-height:360px;overflow-y:auto;padding:18px 20px;color:#1a2740;font-size:15.5px;line-height:1.72;white-space:pre-line;scrollbar-color:#b9cee8 transparent;scrollbar-width:thin}.shared-content-body p:first-child{margin-top:0}.shared-content-body p:last-child{margin-bottom:0}.question-number-label{margin:0 0 8px;color:#1768db;font-size:13px;font-weight:850;letter-spacing:.01em}@media (max-width:760px){.exam-style-editor>.superuser-exam-toolbar{grid-template-columns:1fr auto}.superuser-exam-toolbar>.progress-wrap{grid-row:1}.superuser-exam-toolbar>.toolbar-actions{grid-column:1/-1}.exam-style-editor .superuser-exam-content{grid-template-columns:1fr;padding:12px}.exam-style-editor .training-editor-question,.exam-style-editor .training-editor-solution{min-height:auto}.shared-content-body{max-height:300px;padding:15px}}.markdown-content{color:inherit;line-height:1.68;overflow-wrap:anywhere}.markdown-content>:first-child{margin-top:0}.markdown-content>:last-child{margin-bottom:0}.markdown-content p{margin:0 0 .8rem}.markdown-content ol,.markdown-content ul{margin:.65rem 0 .85rem;padding-left:1.4rem}.markdown-content li{margin:.25rem 0}.markdown-content strong{font-weight:850}.markdown-content img{display:block;max-width:100%;max-height:420px;margin:1rem auto;border-radius:12px;object-fit:contain}.markdown-content .katex{font-size:1.12em;white-space:nowrap}.markdown-content .katex-display{margin:1rem 0;padding:.35rem 0;overflow-x:auto;overflow-y:hidden;text-align:center;-webkit-overflow-scrolling:touch}.answer-option .markdown-content,.answer-option .markdown-content p{display:inline;margin:0}.answer-option .katex{font-size:1.15em}.markdown-table-wrap{max-width:100%;margin:1rem 0;overflow-x:auto;border:1px solid #d8e4f2;border-radius:12px}.markdown-content table{width:100%;min-width:420px;border-collapse:collapse;background:#fff}.markdown-content td,.markdown-content th{padding:.65rem .75rem;border-bottom:1px solid #e2eaf4;border-right:1px solid #e2eaf4;text-align:left;vertical-align:top}.markdown-content th{background:#eff6ff;color:#1b4f91;font-weight:850}.markdown-content tr:last-child td{border-bottom:0}.markdown-content td:last-child,.markdown-content th:last-child{border-right:0}@media (max-width:760px){.markdown-content .katex{font-size:1.03em}.markdown-content .katex-display{text-align:left}}.exam-section-banner{margin:0 0 18px;padding:14px 16px;border:1px solid #f1d69b;border-radius:12px;background:linear-gradient(135deg,#fffaf0,#fff4d8);color:#6f4c08}.exam-section-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;font-weight:900}.exam-section-heading small{flex:0 0 auto;border-radius:999px;background:#fff;padding:4px 9px;color:#8a620f;font-size:11px}.exam-section-banner .markdown-content{margin-top:8px;font-size:14px}.asset-list{display:grid;grid-gap:14px;gap:14px;margin:18px 0}.asset-figure{margin:0;padding:12px;border:1px solid #d7e3f1;border-radius:14px;background:#fbfdff}.asset-figure img{display:block;width:100%;max-height:430px;object-fit:contain;border-radius:10px}.asset-figure figcaption{margin-top:8px;color:#64748b;font-size:12px;line-height:1.45}.question-text .markdown-table-wrap{margin-top:14px}.question-text .markdown-content ul{list-style:disc}.question-text .markdown-content ol{list-style:decimal}@media (max-width:760px){.exam-section-heading{align-items:flex-start;flex-direction:column}.asset-figure img{max-height:320px}}.exercise-table-scroll{width:100%;margin:1rem 0 1.25rem;overflow-x:auto;border:1px solid #dbe4ef;border-radius:16px;background:#fff;box-shadow:0 8px 22px rgba(30,41,59,.06)}.exercise-data-table{width:100%;min-width:560px;border-collapse:collapse;font-size:.98rem;line-height:1.45}.exercise-data-table th{padding:.9rem 1rem;border-bottom:2px solid #d6b44b;background:#fff2b8;color:#27364a;font-weight:800;vertical-align:middle}.exercise-data-table td{padding:.85rem 1rem;border-bottom:1px solid #e5eaf0;color:#334155;vertical-align:middle}.exercise-data-table tbody tr:nth-child(2n){background:#f8fafc}.exercise-data-table tbody tr:last-child td{border-bottom:0}.exercise-data-table tbody tr:hover{background:#fff9df}.exercise-data-table .katex{font-size:1.05em}@media (max-width:640px){.exercise-table-scroll{margin-inline:-.25rem}.exercise-data-table{min-width:500px;font-size:.92rem}.exercise-data-table td,.exercise-data-table th{padding:.75rem .8rem}}.correct-answer-content>strong{flex:0 0 auto}.correct-answer-content .markdown-content,.correct-answer-content .markdown-content p{display:inline;margin:0}.solution-section .markdown-content p{white-space:normal}.solution-section .markdown-content ol,.solution-section .markdown-content ul{margin:.75rem 0 .9rem;padding-left:1.35rem}.solution-steps{color:#23304c;line-height:1.65}.solution-steps li{margin:.45rem 0;padding-left:.2rem}.solution-steps li::marker{color:#1768db;font-weight:800}@media (min-width:861px){body,html{height:100%;overflow:hidden}.app-shell{height:100dvh;min-height:0;overflow:hidden}.top-header{position:relative;flex:0 0 64px;height:64px;grid-template-columns:250px minmax(330px,1fr) 300px;gap:14px;padding:7px 18px}.brand-logo{width:236px;height:52px}.subject-tabs{gap:10px}.subject-tab{min-width:170px;height:44px;font-size:16px}.subject-tab span{font-size:20px}.user-stats{gap:12px}.stat-block{font-size:13px}.stat-emoji{font-size:24px}.stat-separator{height:32px}.avatar{width:40px;height:40px;font-size:23px}.desktop-layout{min-height:0;overflow:hidden;grid-template-columns:208px minmax(0,1fr)}.sidebar{min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:16px 10px}.side-nav{gap:6px}.side-link{padding:11px 12px;gap:11px;font-size:14px}.side-icon{width:23px;font-size:19px}.side-card{margin:12px 8px 0;min-height:208px;padding:16px 13px 0}.side-card b{font-size:15px}.side-card p{font-size:12px;line-height:1.45}.trophy{font-size:66px}.practice-area{min-height:0;overflow:hidden;padding:12px 16px 10px;display:grid;grid-template-rows:auto minmax(0,1fr) auto}.toolbar{grid-template-columns:140px minmax(260px,1fr) 280px;gap:12px;margin-bottom:10px}.nav-button,.next-button,.outline-button,.outline-square,.review-button{height:36px;padding:0 14px;font-size:14px}.outline-square{width:52px}.progress-wrap{gap:16px;font-size:14px}.mini-progress{height:9px}.toolbar-actions{gap:10px}.content-grid{min-height:0;height:100%;grid-template-columns:minmax(0,1.35fr) minmax(330px,.82fr);gap:14px;align-items:stretch;overflow:hidden}.question-card,.solution-card{min-height:0;height:100%;overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable}.question-card{min-height:0}.question-header{position:-webkit-sticky;position:sticky;top:0;z-index:5;padding:14px 18px 12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.question-header h2{font-size:16px}.question-header p{font-size:14px}.question-body{padding:16px 18px 20px}.question-text{font-size:16px;line-height:1.62;margin-bottom:16px}.shared-content{margin-bottom:18px}.answer-option{min-height:46px;padding:10px 12px;font-size:15px}.options-list{gap:8px}.solution-card{min-height:0}.solution-placeholder{min-height:100%}.solution-status-row{min-height:86px;padding:18px 18px 14px;gap:14px}.solution-section{padding:16px 18px 0}.solution-section h4{font-size:16px;margin-bottom:8px}.solution-section .markdown-lite p,.solution-section p{line-height:1.55}.tip-box{margin:18px 18px 0;padding:14px}.related-topic{padding:18px 18px 22px}.practice-footer{min-width:0;padding-top:8px}.bottom-controls{grid-template-columns:138px 220px 112px;gap:10px;margin-top:0}.question-strip{justify-content:flex-start;max-width:none;margin:8px 0 0;padding:0 2px 6px;gap:5px}.question-chip{width:28px;height:28px;font-size:13px}.question-chip.active{width:31px;height:31px}.legend{justify-content:flex-start;gap:18px;margin:0;font-size:12px}}@media (min-width:861px) and (max-width:1180px){.top-header{grid-template-columns:220px minmax(310px,1fr) 230px}.brand-logo{width:205px;height:48px}.subject-tab{min-width:145px}.stat-block:first-of-type,.stat-separator{display:none}.desktop-layout{grid-template-columns:184px minmax(0,1fr)}.content-grid{grid-template-columns:minmax(0,1fr) minmax(310px,.72fr)}}@media (max-width:860px){body,html{min-height:100%;overflow:auto}.app-shell{min-height:100dvh;height:auto;overflow:visible}.practice-footer{display:contents}.brand-logo{width:min(100%,260px);height:58px;object-position:center}}@media (min-width:861px){.practice-footer{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(330px,.82fr);grid-gap:14px;gap:14px;align-items:start}.exercise-footer-controls{min-width:0}.bottom-controls{display:grid;grid-template-columns:max-content minmax(190px,240px) max-content;justify-content:space-between;align-items:center;grid-gap:14px;gap:14px;width:100%}.question-strip{max-width:100%;gap:6px;margin:10px 0 0;padding:0 0 7px}.legend,.question-strip{display:flex;width:100%;justify-content:flex-start;align-items:center;flex-wrap:wrap}.legend{gap:10px 18px;margin:0;padding-top:4px;border-top:1px solid #dce7f5}.solution-footer-actions{min-width:0;min-height:78px}}@media (min-width:861px) and (max-width:1180px){.practice-footer{grid-template-columns:minmax(0,1fr) minmax(310px,.72fr)}.bottom-controls{grid-template-columns:max-content minmax(170px,220px) max-content;gap:10px}}@media (max-width:860px){.exercise-footer-controls{display:contents}.solution-footer-actions{display:none}.accessibility-backdrop{align-items:flex-start;justify-content:center;padding:72px 16px 16px}}.exam-picker-page{min-height:0;overflow-y:auto;padding:28px}.exam-picker-heading{display:flex;align-items:center;gap:16px;margin-bottom:20px}.exam-picker-heading h1{margin:0 0 6px;font-size:30px;color:#17213d}.exam-picker-heading p{margin:0;color:#66728d;line-height:1.55}.exam-picker-icon{display:grid;place-items:center;width:58px;height:58px;border-radius:18px;background:#eaf3ff;font-size:30px}.exam-rules{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:24px}.exam-rules span{padding:9px 12px;border:1px solid #d8e5f5;border-radius:999px;background:#fff;color:#45516d;font-size:13px}.exam-year-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));grid-gap:14px;gap:14px}.exam-year-card{display:flex;flex-direction:column;align-items:flex-start;min-height:150px;padding:20px;border:1px solid #d8e5f5;border-radius:18px;background:#fff;text-align:left;cursor:pointer;transition:border-color .16s ease,transform .16s ease,box-shadow .16s ease}.exam-year-card:hover{border-color:#1768db;transform:translateY(-2px);box-shadow:0 10px 24px rgba(23,104,219,.1)}.exam-year{font-size:34px;font-weight:900;color:#1768db}.exam-year-title{margin-top:4px;color:#17213d;font-weight:800}.exam-year-action{margin-top:auto;padding-top:16px;color:#1768db;font-size:13px;font-weight:800}.answer-option.selected-pending{border-color:#1768db;background:#edf5ff;box-shadow:0 0 0 2px rgba(23,104,219,.08)}.answer-option.selected-pending .radio-dot{border-color:#1768db;box-shadow:inset 0 0 0 4px #edf5ff;background:#1768db}.exam-solution-locked{text-align:center;padding:42px 26px}.locked-solution-icon{margin-bottom:12px;font-size:34px}.question-chip.answered-neutral:not(.active){border-color:#91b9ef;background:#eaf3ff;color:#1459b5}.question-review-item.answered-neutral:not(.active){border-color:#91b9ef;background:#f1f7ff}.answered-dot{background:#75a9ea}.exam-footer-actions{display:grid;grid-template-columns:minmax(190px,1fr) 118px;grid-gap:12px;gap:12px;align-items:center;min-height:78px}.exam-timer{display:flex;align-items:center;justify-content:center;gap:12px;min-height:62px;padding:10px 14px;border:1px solid #cfe0f5;border-radius:16px;background:#f5f9ff;color:#184d92;transition:color .2s ease,border-color .2s ease,background .2s ease}.exam-timer.critical{border-color:#f0a3a3;background:#fff0f0;color:#c62828}.exam-timer.finished{opacity:.78}.exam-timer-copy{display:flex;flex-direction:column;line-height:1.1}.exam-timer-copy small{margin-bottom:4px;font-size:11px;font-weight:700;opacity:.78}.exam-timer-copy b{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-size:25px;letter-spacing:.5px}.animated-clock{position:relative;width:34px;height:34px;flex:0 0 34px;border:3px solid;border-radius:50%}.animated-clock:after{content:"";left:50%;top:50%;width:4px;height:4px;border-radius:50%;transform:translate(-50%,-50%)}.animated-clock i,.animated-clock:after{position:absolute;background:currentColor}.animated-clock i{left:calc(50% - 1px);top:5px;width:2px;height:11px;border-radius:2px;transform-origin:50% 12px;animation:exam-clock-turn 4s steps(4) infinite}@keyframes exam-clock-turn{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.exam-submit-button{min-height:52px;border:0;border-radius:14px;background:#1768db;color:#fff;font-size:15px;font-weight:900;cursor:pointer}.exam-submit-button:hover:not(:disabled){background:#1159bf}.exam-submit-button:disabled{cursor:default;opacity:.5}.exam-result-backdrop{position:fixed;inset:0;z-index:120;display:grid;place-items:center;padding:20px;background:rgba(18,27,48,.52);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.exam-result-dialog{width:min(620px,100%);max-height:min(760px,calc(100dvh - 40px));overflow-y:auto;padding:28px;border-radius:24px;background:#fff;box-shadow:0 24px 70px rgba(17,28,52,.25)}.exam-result-hero{text-align:center}.exam-result-hero>span{display:block;margin-bottom:8px;font-size:46px}.exam-result-hero h2{margin:0 0 10px;color:#17213d;font-size:30px}.exam-result-hero p{margin:0 auto;max-width:520px;color:#66728d;line-height:1.6}.exam-result-stats{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:10px;gap:10px;margin:24px 0}.exam-result-stats div{padding:16px 10px;border:1px solid #dce7f5;border-radius:16px;background:#f8fbff;text-align:center}.exam-result-stats b{display:block;margin-bottom:4px;color:#1768db;font-size:28px}.exam-result-stats span{color:#66728d;font-size:12px;font-weight:700}.exam-result-actions{display:flex;justify-content:center;gap:12px}.reduced-motion .animated-clock i{animation:none}@media (max-width:860px){.exam-picker-page{padding:20px 16px 110px}.exam-picker-heading{align-items:flex-start}.exam-rules{align-items:stretch;flex-direction:column}.exam-rules span{border-radius:14px}.solution-footer-actions{display:block}.exam-footer-actions{grid-template-columns:1fr 110px;margin:10px 0 90px}.exam-result-dialog{padding:22px 18px}.exam-result-stats{grid-template-columns:repeat(2,1fr)}.exam-result-actions{flex-direction:column-reverse}}.content-grid.exam-mode-full-width{grid-template-columns:minmax(0,1fr)}.content-grid.exam-mode-full-width .question-card{width:100%;min-width:0}.exam-result-score{margin:18px auto 20px;padding:16px 24px;width:min(100%,360px);display:grid;justify-items:center;grid-gap:3px;gap:3px;border:1px solid #bfd7f5;border-radius:16px;background:linear-gradient(180deg,#f7fbff,#edf6ff);color:#17345f}.exam-result-score span{font-size:14px;font-weight:750}.exam-result-score strong{font-size:38px;line-height:1.05;color:var(--blue)}.exam-result-score small{font-size:13px;color:#60708d}.exam-result-score-grid{margin:18px auto 20px;width:min(100%,760px);display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px}.exam-result-score-grid .exam-result-score{margin:0;width:100%}@media (max-width:640px){.exam-result-score-grid{grid-template-columns:1fr}}.source-underline{-webkit-text-decoration-line:underline;text-decoration-line:underline;text-decoration-thickness:2px;text-underline-offset:3px;-webkit-text-decoration-color:#1768db;text-decoration-color:#1768db;font-weight:700}.passage-footnotes,.passage-reference{margin-top:1rem;padding-top:.75rem;border-top:1px solid #dce7f5;color:#64748b;font-size:.82rem;line-height:1.55}.passage-reference{font-style:italic}.passage-footnotes .markdown-content p,.passage-reference .markdown-content p{margin:.25rem 0}.correct-answer-content{display:flex;align-items:flex-start;gap:.45rem;color:#111827}.correct-answer-content>.markdown-content,.correct-answer-content>.markdown-content p{display:inline;margin:0}.hint-section{background:#f2f8ff;border-bottom:1px solid #dbeafe;padding-bottom:1.1rem}.solution-steps{margin:1rem 0 0;padding-left:1.5rem}.solution-steps li{margin:.65rem 0;padding-left:.25rem}.solution-steps .markdown-content,.solution-steps .markdown-content p{margin:0}.common-mistake-box{margin:1.25rem 1.5rem 0;padding:1rem 1.1rem;border:1px solid #ffd0a8;border-radius:10px;background:#fff8f1;color:#7c3e09}.common-mistake-box h4{margin:0 0 .6rem;color:#a14b08}.common-mistake-box .markdown-content p{margin:0}.markdown-underline{text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:3px;-webkit-text-decoration-color:currentColor;text-decoration-color:currentColor}.shared-content-source{margin-top:1.35rem;padding-top:.85rem;border-top:1px solid #dbe5f4;color:#68758d;font-size:.82rem;line-height:1.5;text-align:right}.shared-content-source .markdown-content p{margin-bottom:0}.shared-content-footnotes{margin-top:.9rem;padding-top:.75rem;border-top:1px solid #e5ebf3;color:#59677d;font-size:.78rem;line-height:1.45}.shared-content-footnotes .markdown-content p{margin-bottom:0}.shared-content-body blockquote{margin:.9rem 0;padding-left:1rem;border-left:3px solid #b8cde8;color:#34445f}.student-app-shell{--student-header-height:70px;--student-sidebar-width:238px;--student-mobile-dock-gap:10px;--student-mobile-dock-clearance:calc(124px + env(safe-area-inset-bottom));width:100%;height:100dvh;min-height:0;overflow:hidden}.subject-tabs{display:none!important}.top-header{grid-template-columns:minmax(220px,300px) minmax(0,1fr)!important}.top-header .user-stats{grid-column:2;justify-self:end}.student-shell-header{position:relative;z-index:60;height:var(--student-header-height);min-height:var(--student-header-height);flex:0 0 var(--student-header-height)}.student-shell-body{display:grid;grid-template-columns:var(--student-sidebar-width) minmax(0,1fr);height:calc(100dvh - var(--student-header-height));min-height:0;flex:0 0 calc(100dvh - var(--student-header-height));overflow:hidden}.student-shell-sidebar{min-width:0;min-height:0;overflow-y:auto}.student-shell-side-nav{display:flex;flex-direction:column}.student-shell-nav-item{min-width:0}.student-page-viewport{width:100%;height:100%;max-height:100%;min-width:0;min-height:0;box-sizing:border-box;overflow-x:hidden;overflow-y:auto;overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch}.student-app-shell[data-active-section^=parent-] .student-page-viewport{overflow-x:hidden!important;overflow-y:auto!important}.student-view-slot{display:none;width:100%;min-width:0;box-sizing:border-box}.student-view-slot[data-active=true]{display:block!important}.student-view-slot[data-active=false]{display:none!important}.student-view-slot[data-student-view-slot=exams][data-active=true],.student-view-slot[data-student-view-slot=practice][data-active=true]{height:100%;min-height:0}.student-view-slot[data-student-view-slot=results][data-active=true]{min-height:100%}.student-app-shell[data-active-section=home] .student-page-viewport>.placeholder-page,.student-app-shell[data-active-section=results] .student-page-viewport>.placeholder-page{display:none!important}.student-app-shell .student-page-viewport .home-dashboard-overlay{position:static!important;inset:auto!important;display:block;border-radius:0!important;contain:none!important}.student-app-shell .student-page-viewport .home-dashboard-overlay,.student-app-shell .student-page-viewport .home-dashboard-scroll{width:100%!important;height:auto!important;min-height:0!important;overflow:visible!important;box-sizing:border-box!important}.student-app-shell .student-page-viewport .bottom-controls,.student-app-shell .student-page-viewport .exam-footer-actions,.student-app-shell .student-page-viewport .exercise-footer-controls,.student-app-shell .student-page-viewport .practice-footer,.student-app-shell .student-page-viewport .solution-footer-actions{position:static!important;inset:auto!important;z-index:auto!important}.student-app-shell .student-page-viewport .bottom-controls,.student-app-shell .student-page-viewport .exam-footer-actions{backdrop-filter:none!important;-webkit-backdrop-filter:none!important}@media (min-width:861px){.student-app-shell .student-page-viewport{display:block!important;overflow-x:hidden!important;overflow-y:auto!important}.student-app-shell .student-page-viewport>.content-grid{height:auto!important;min-height:0!important;overflow:visible!important;align-items:stretch!important}.student-app-shell .student-page-viewport .question-card,.student-app-shell .student-page-viewport .solution-card{height:auto!important;min-height:0!important;overflow:visible!important;scrollbar-gutter:auto!important}.student-app-shell .student-page-viewport .question-header{position:static!important}.student-app-shell .student-page-viewport .solution-placeholder{min-height:0!important;padding-block:72px!important}.student-app-shell .student-page-viewport .practice-footer{display:grid!important;width:100%!important;margin-top:14px!important;padding-top:0!important;box-sizing:border-box!important}.student-app-shell .student-page-viewport .exercise-footer-controls,.student-app-shell .student-page-viewport .solution-footer-actions{min-width:0!important}.student-app-shell[data-active-section=practice] .student-page-viewport{overflow:hidden!important}.student-app-shell[data-active-section=exams] .student-page-viewport{overflow-x:hidden!important;overflow-y:auto!important}}.student-shell-mobile-nav{display:none}@media (max-width:860px){.student-app-shell{--student-sidebar-width:0px}.student-app-shell[data-active-section^=parent-]{--student-mobile-dock-clearance:calc(174px + env(safe-area-inset-bottom))}.student-shell-body{display:block}.student-shell-sidebar{display:none}.student-page-viewport{width:100%;height:100%;max-width:100%;max-height:100%;box-sizing:border-box;padding-bottom:var(--student-mobile-dock-clearance);scroll-padding-bottom:var(--student-mobile-dock-clearance)}.canonical-exam-runner,.student-view-slot[data-student-view-slot=exams][data-active=true],.student-view-slot[data-student-view-slot=practice][data-active=true]{height:auto;min-height:100%}.canonical-exam-runner{display:block;overflow:visible}.student-app-shell .student-page-viewport .home-dashboard-scroll{padding-bottom:30px!important}.student-app-shell .student-page-viewport .practice-footer{display:block!important;padding-top:12px!important}.student-app-shell[data-active-section=exams] .canonical-exam-runner>.practice-footer{padding-bottom:18px!important}.student-app-shell .student-page-viewport .exercise-footer-controls{display:block!important}.student-app-shell .student-page-viewport .bottom-controls{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;width:100%!important;margin-top:0!important;box-sizing:border-box!important}.student-app-shell .student-page-viewport .bottom-controls:has(.review-button){grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-template-areas:"previous next" "review review"!important;gap:8px!important}.student-app-shell .student-page-viewport .bottom-controls:has(.review-button) .nav-button{grid-area:previous!important}.student-app-shell .student-page-viewport .bottom-controls:has(.review-button) .next-button{grid-area:next!important}.student-app-shell .student-page-viewport .bottom-controls:has(.review-button) .review-button{grid-area:review!important}.student-app-shell .student-page-viewport .bottom-controls:has(.review-button) .nav-button,.student-app-shell .student-page-viewport .bottom-controls:has(.review-button) .next-button,.student-app-shell .student-page-viewport .bottom-controls:has(.review-button) .review-button{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:0!important;width:100%!important;max-width:100%!important;padding-inline:10px!important;white-space:nowrap!important;box-sizing:border-box!important}.student-shell-mobile-nav{position:fixed;z-index:80;left:10px;right:10px;bottom:max(var(--student-mobile-dock-gap),env(safe-area-inset-bottom));display:grid;grid-template-columns:repeat(4,minmax(0,1fr));width:auto;min-height:0;margin:0;box-sizing:border-box}.student-app-shell[data-active-section^=parent-] .student-shell-mobile-nav{grid-template-columns:repeat(3,minmax(0,1fr))}.student-shell-mobile-nav button{min-width:0}.top-header{grid-template-columns:minmax(0,1fr) auto!important}}