@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@400;500;600;700&display=swap");@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@600&display=swap");html{height:100%}body,html{max-width:100vw;overflow-x:hidden}body{min-height:100%;color:var(--color-text);background:linear-gradient(180deg,#f4f8ff 0,var(--color-bg) 45%);font-family:Segoe UI,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}.container{width:min(1100px,92vw);margin:0 auto}.site-header{border-bottom:1px solid var(--color-border);background:color-mix(in srgb,var(--color-surface) 90%,white);position:sticky;top:0;z-index:10}.site-header__inner{min-height:88px;display:flex;align-items:center;justify-content:space-between;gap:var(--space-5)}.site-brand{display:inline-flex;align-items:center;gap:var(--space-3)}.site-brand__mark-frame{width:84px;height:72px;display:flex;align-items:center;justify-content:center;overflow:visible;flex-shrink:0}.site-brand__mark{width:100%;height:100%;object-fit:contain;object-position:center;transform:scale(1.2);transform-origin:center;flex-shrink:0}.site-brand__text{display:grid;line-height:1.1}.site-brand__title{font-size:1.2rem;font-weight:800;color:var(--color-text);letter-spacing:.01em}.site-brand__tagline{font-size:.75rem;font-weight:600;color:var(--color-muted);margin-top:.2rem}.site-nav{display:flex;align-items:center;flex-wrap:wrap;gap:var(--space-3)}.site-nav__link{color:var(--color-muted);font-size:.95rem;padding:var(--space-2) var(--space-3);border-radius:.5rem}.site-nav__link:hover{color:var(--color-accent);background:#e8f0ff}.site-nav__link[href="/register"],.site-nav__link[href="/sign-in"]{display:inline-flex;justify-content:center;min-width:7rem;border:1px solid #bfecff;background:#fff;color:#126db0;font-weight:800}.site-nav__link[aria-disabled=true]{cursor:wait;opacity:.72;pointer-events:none}.site-nav__link[href="/register"]{border-color:#0ea5e9;background:#0ea5e9;color:#fff}.site-nav__link[href="/register"]:hover{background:#0284c7}@media (min-width:721px) and (max-width:1100px){.site-brand,.site-header__inner{gap:var(--space-2)}.site-brand__mark-frame{width:72px;height:62px}.site-brand__title{font-size:1.02rem}.site-nav{gap:.35rem}.site-nav__link{padding:.45rem .54rem;font-size:.84rem}.site-nav__link[href="/register"],.site-nav__link[href="/sign-in"]{min-width:5.6rem}}@media (max-width:820px){.site-brand__tagline{display:none}}@media (max-width:720px){.site-header__inner{min-height:0;padding:.7rem 0;flex-direction:column;align-items:stretch;gap:.7rem}.site-brand{justify-content:center}.site-brand__mark-frame{width:68px;height:58px}.site-nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.45rem}.site-nav__link,.site-nav__link[href="/register"],.site-nav__link[href="/sign-in"]{width:100%;min-width:0;display:inline-flex;justify-content:center;padding:.55rem .65rem;font-size:.88rem;text-align:center}}.homepage{background:linear-gradient(180deg,#fff9ec,#f0fbff 38%,#ffffff);color:#0f172a}.about-page [data-rich-text],.blog-page [data-rich-text],.homepage [data-rich-text],.pricing-page [data-rich-text]{white-space:pre-line}.homepage-final-cta,.homepage-hero,.homepage-integrity-section,.homepage-review-showcase,.homepage-section,.homepage-split-section,.homepage-writing-section{width:min(1180px,92vw);margin:0 auto}.homepage-hero{display:grid;grid-template-columns:minmax(0,.72fr) minmax(460px,1.15fr);gap:clamp(1.8rem,4vw,3.4rem);align-items:start;width:min(1320px,94vw);min-height:calc(92vh - 88px);padding:clamp(2.5rem,6vw,4.8rem) 0}.homepage-hero__content{display:grid;gap:1.4rem}.homepage-eyebrow{color:#0f9f8f;font-size:.78rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.homepage-final-cta h2,.homepage-hero h1,.homepage-integrity-section h2,.homepage-section h2,.homepage-split-section h2,.homepage-writing-section h2{color:#0f172a;line-height:1.05;letter-spacing:0}.homepage-hero h1{max-width:560px;font-size:clamp(1.65rem,3vw,2.35rem);white-space:nowrap}.homepage-feature-card p,.homepage-final-cta p,.homepage-hero p,.homepage-integrity-section p,.homepage-plan-card p,.homepage-section__header p,.homepage-split-section p,.homepage-step-card p,.homepage-subject-card p,.homepage-writing-section p{color:#64748b;line-height:1.65}.homepage-hero__content>p{max-width:560px;font-size:1.05rem}.homepage-hero__actions,.homepage-highlight-row{display:flex;flex-wrap:wrap;gap:.8rem;align-items:center}.homepage-button{min-height:46px;display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.05rem;border-radius:999px;font-weight:900;text-decoration:none}.homepage-button--primary{background:#126db0;color:#fff;box-shadow:0 18px 36px rgba(18,109,176,.2)}.homepage-button--primary:hover{background:#0d5a94;text-decoration:none}.homepage-button--secondary{border:1px solid #cbd5e1;background:#fff;color:#126db0}.homepage-button--secondary:hover{border-color:#126db0;text-decoration:none}.homepage-highlight-row span{padding:.45rem .75rem;border:1px solid #bfecff;border-radius:999px;background:rgba(255,255,255,.86);color:#334155;font-size:.86rem;font-weight:800}.homepage-hero__image-frame{position:relative;overflow:hidden;border:10px solid #fff;border-radius:34px;background:#fff;box-shadow:0 24px 60px rgba(21,94,117,.14)}.homepage-hero__image-frame:before{content:"";position:absolute;z-index:0;inset:-1.2rem -1rem auto auto;width:180px;height:180px;border-radius:50%;background:rgba(251,191,36,.24)}.homepage-hero__image{position:relative;z-index:1;width:100%;height:auto;display:block;border-radius:24px;object-fit:cover}.homepage-result-preview{position:relative;z-index:1;display:grid;gap:1rem;padding:1.35rem;border:1px solid #e2e8f0;border-radius:28px;background:#fff;box-shadow:0 24px 60px rgba(15,118,110,.12)}.homepage-result-preview__answers,.homepage-result-preview__score,.homepage-result-preview__top{display:flex;justify-content:space-between;gap:1rem;align-items:center}.homepage-result-preview__top span{color:#0f172a;font-weight:900}.homepage-result-preview__top strong{padding:.35rem .7rem;border-radius:999px;background:#faf5ff;color:#7e22ce;font-size:.78rem}.homepage-result-preview>p{color:#64748b}.homepage-result-preview__score{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.homepage-result-preview__answers,.homepage-result-preview__metric{padding:.9rem;border-radius:18px;background:#f8fafc}.homepage-result-preview__score--visual{grid-template-columns:auto minmax(0,1fr);align-items:center}.homepage-result-score-block{display:grid;gap:.4rem;justify-items:center;min-width:106px}.homepage-result-score-ring{width:88px;height:88px;display:grid;place-items:center;border-radius:50%;background:radial-gradient(circle at center,#fff 0 58%,transparent 59%),conic-gradient(#0ea5e9 var(--score-value),#dbeafe 0)}.homepage-result-score-ring strong{color:#0f172a;font-size:1.12rem}.homepage-result-preview__metric{display:grid;gap:.25rem}.homepage-result-preview span{color:#64748b;font-size:.82rem;font-weight:800}.homepage-result-preview strong{color:#0f172a;font-size:1.25rem}.homepage-button--preview{width:100%;background:#0f9f8f;color:#fff}.homepage-final-cta,.homepage-integrity-section,.homepage-review-showcase,.homepage-section,.homepage-split-section,.homepage-writing-section{padding:clamp(3rem,6vw,5rem) 0}.homepage-section--tinted{width:100%;max-width:none;padding-left:max(4vw,calc((100vw - 1180px) / 2));padding-right:max(4vw,calc((100vw - 1180px) / 2));background:#ecfbff}.homepage-section__header{display:grid;gap:.55rem;max-width:760px;margin-bottom:1.6rem}.homepage-final-cta h2,.homepage-integrity-section h2,.homepage-section h2,.homepage-split-section h2,.homepage-writing-section h2{font-size:clamp(2rem,4vw,3.1rem)}.homepage-feature-grid,.homepage-plan-grid,.homepage-subject-grid{display:grid;gap:1.15rem}.homepage-feature-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.homepage-plan-grid,.homepage-subject-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.homepage-plan-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.homepage-feature-card,.homepage-plan-card,.homepage-step-card,.homepage-subject-card{display:grid;gap:.75rem;align-content:start;padding:1.25rem;border:1px solid #e2e8f0;border-radius:22px;background:#fff;box-shadow:0 16px 38px rgba(21,94,117,.07)}.homepage-card-icon,.homepage-step-card span{width:38px;height:38px;display:inline-grid;place-items:center;border-radius:14px;background:#fff4cf;color:#b45309;font-weight:900}.homepage-feature-card h3,.homepage-plan-card h3,.homepage-step-card h3,.homepage-subject-card h3{color:#0f172a;font-size:1.08rem;line-height:1.25}.homepage-subject-card{background:linear-gradient(180deg,rgba(255,255,255,.72),rgba(255,255,255,.96)),#fff}.homepage-step-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.15rem}.homepage-integrity-section,.homepage-review-showcase,.homepage-split-section,.homepage-writing-section{display:grid;grid-template-columns:minmax(0,.9fr) minmax(320px,.75fr);gap:clamp(1.5rem,5vw,4rem);align-items:center}.homepage-integrity-section>div,.homepage-review-showcase>div,.homepage-split-section>div,.homepage-writing-section>div{display:grid;gap:.85rem}.homepage-review-showcase{padding:clamp(2rem,5vw,4rem);border:1px solid #c7f3ff;border-radius:34px;background:#f7fdff;box-shadow:0 18px 44px rgba(21,94,117,.08)}.homepage-check-list{display:grid;gap:.75rem;list-style:none}.homepage-integrity-section{padding:clamp(2.4rem,5vw,4.5rem);border:1px solid #d6eee8;border-radius:34px;background:linear-gradient(135deg,rgba(240,253,250,.9),rgba(255,251,235,.92)),#f8fffc;box-shadow:0 18px 44px rgba(20,83,45,.07)}.homepage-integrity-list{display:grid;gap:.8rem;list-style:none}.homepage-integrity-list li{position:relative;padding:1rem 1rem 1rem 3.1rem;border:1px solid rgba(15,118,110,.16);border-radius:18px;background:rgba(255,255,255,.86);color:#334155;line-height:1.5}.homepage-integrity-list li:before{content:"";position:absolute;left:1rem;top:1.1rem;width:1rem;height:1rem;border:3px solid #0f9f8f;border-radius:50%;background:#fff4cf;box-shadow:0 0 0 4px rgba(15,159,143,.12)}.homepage-check-list li,.homepage-plan-card li{position:relative;padding-left:1.45rem;color:#334155;line-height:1.5}.homepage-check-list li:before,.homepage-plan-card li:before{content:"";position:absolute;left:0;top:.5rem;width:.55rem;height:.55rem;border-radius:50%;background:#0f9f8f}.homepage-writing-section{padding:2rem;border-radius:30px;background:linear-gradient(135deg,#e0f7ff,#fff6d7)}.homepage-writing-section h2,.homepage-writing-section p{color:#0f172a}.homepage-writing-section .homepage-eyebrow{color:#b45309}.homepage-note{padding:1.2rem;border:1px solid rgba(14,165,233,.18);border-radius:22px;background:rgba(255,255,255,.66);font-weight:800}.homepage-plan-card{min-height:100%;grid-template-rows:auto 1fr auto}.homepage-plan-card ul{display:grid;gap:.6rem;list-style:none}.homepage-plan-card .homepage-button{align-self:end;margin-top:.4rem}.pricing-page{min-height:calc(100vh - 88px);padding:clamp(2.5rem,6vw,5rem) 0 5rem;background:linear-gradient(180deg,#fff9ec,#f0fbff 48%,#ffffff)}.pricing-hero,.pricing-plan-grid{width:min(1180px,92vw);margin:0 auto}.pricing-hero{display:grid;gap:.8rem;max-width:760px;margin-bottom:1.8rem;text-align:center}.pricing-hero h1{color:#0f172a;font-size:clamp(2.1rem,5vw,3.8rem);line-height:1.08}.pricing-hero p{color:#64748b;font-size:1.05rem;line-height:1.65}.pricing-plan-card h2{color:#0f172a;font-size:1.25rem}.pricing-plan-card__action{display:grid;gap:.7rem;align-self:end}.pricing-plan-card__action small{color:#64748b;line-height:1.45}.about-page{background:linear-gradient(180deg,#fff9ec,#f0fbff 42%,#ffffff);color:#0f172a}.about-contact,.about-hero,.about-section{width:min(1040px,92vw);margin:0 auto}.about-hero{display:grid;gap:.9rem;padding:clamp(3rem,7vw,5.5rem) 0 clamp(2rem,5vw,3.5rem);text-align:center}.about-contact h2,.about-hero h1,.about-section h2{color:#0f172a;line-height:1.1}.about-hero h1{font-size:clamp(2.2rem,5vw,4rem)}.about-hero p{max-width:840px;margin:0 auto;color:#64748b;font-size:1.08rem;line-height:1.7}.about-contact,.about-section{display:grid;gap:1rem;padding:clamp(2rem,5vw,3.5rem);margin-bottom:1.4rem;border:1px solid #dbeafe;border-radius:30px;background:rgba(255,255,255,.84);box-shadow:0 18px 44px rgba(21,94,117,.07)}.about-section--intro{font-size:1.04rem}.about-section__header{display:grid;gap:.55rem;max-width:820px}.about-contact h2,.about-section h2{font-size:clamp(1.65rem,3vw,2.55rem)}.about-card p,.about-contact p,.about-section p{color:#64748b;line-height:1.7}.about-section--split{grid-template-columns:minmax(0,1fr) minmax(300px,.72fr);align-items:center;gap:clamp(1.5rem,5vw,3.5rem)}.about-section--split>div{display:grid;gap:.9rem}.about-section--bright{background:linear-gradient(135deg,#e0f7ff,#fff6d7)}.about-check-list{display:grid;gap:.7rem;list-style:none}.about-check-list li{position:relative;padding:.72rem .8rem .72rem 2.2rem;border:1px solid #bfecff;border-radius:16px;background:#fff;color:#334155;font-weight:800;line-height:1.35}.about-check-list li:before{content:"";position:absolute;left:.85rem;top:1rem;width:.55rem;height:.55rem;border-radius:50%;background:#0f9f8f}.about-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.about-card{display:grid;gap:.45rem;padding:1.1rem;border:1px solid #e2e8f0;border-radius:20px;background:#fff}.about-card h3{color:#0f172a;font-size:1.02rem}.about-section__closing{padding-top:.4rem;font-weight:800}.about-contact{margin-bottom:4rem;text-align:center}.about-contact a{color:#126db0;font-weight:900}.terms-page{min-height:calc(100vh - 88px);padding:clamp(2.5rem,6vw,5rem) 0 5rem;background:linear-gradient(180deg,#fff9ec,#f0fbff 48%,#ffffff);color:#0f172a}.terms-content,.terms-hero{width:min(1040px,92vw);margin:0 auto}.terms-hero{display:grid;gap:.85rem;max-width:820px;margin-bottom:1.8rem;text-align:center}.terms-hero h1{color:#0f172a;font-size:clamp(2.1rem,5vw,3.7rem);line-height:1.08}.terms-hero p{color:#64748b;font-size:1.05rem;line-height:1.7}.terms-content{display:grid;gap:1rem}.terms-section{display:grid;gap:.75rem;padding:clamp(1.35rem,3vw,2rem);border:1px solid #dbeafe;border-radius:24px;background:rgba(255,255,255,.86);box-shadow:0 14px 34px rgba(21,94,117,.06)}.terms-section h2{color:#0f172a;font-size:clamp(1.25rem,2vw,1.75rem);line-height:1.2}.terms-section p{color:#475569;line-height:1.7}.terms-section a{color:#126db0;font-weight:900}.site-footer{display:flex;justify-content:space-between;gap:1.5rem;width:min(1180px,92vw);margin:0 auto;padding:2rem 0 2.4rem;border-top:1px solid #dbeafe;color:#64748b}.site-footer strong{color:#0f172a}.site-footer p{max-width:520px;margin-top:.35rem;line-height:1.55}.site-footer nav{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.9rem 1.2rem}.site-footer a{color:#126db0;font-weight:900}.blog-page{min-height:calc(100vh - 88px);padding:clamp(2.5rem,6vw,5rem) 0 5rem;background:linear-gradient(180deg,#fff9ec,#f0fbff 48%,#ffffff);color:#0f172a}.blog-empty,.blog-grid,.blog-hero,.blog-post{width:min(1100px,92vw);margin:0 auto}.blog-hero{display:grid;gap:.8rem;max-width:780px;margin-bottom:2rem;text-align:center}.blog-empty h2,.blog-hero h1,.blog-post h1{color:#0f172a;line-height:1.08}.blog-hero h1{font-size:clamp(1.45rem,3.5vw,2.65rem)}.blog-post h1{font-size:clamp(2.1rem,5vw,3.8rem)}.blog-card p,.blog-empty p,.blog-hero p,.blog-post p,.blog-post__body{color:#64748b;line-height:1.7}.blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.1rem}.blog-card{overflow:hidden;display:grid;grid-template-rows:auto 1fr;border:1px solid #e2e8f0;border-radius:24px;background:#fff;box-shadow:0 16px 38px rgba(21,94,117,.07)}.blog-card__image{display:block;aspect-ratio:16/9;overflow:hidden;background:#e0f7ff}.blog-card__image img{width:100%;height:100%;display:block;object-fit:cover}.blog-card__content{display:grid;gap:.75rem;padding:1.2rem}.blog-card__content>span,.blog-post__header>p:first-of-type{color:#0f9f8f;font-size:.82rem;font-weight:900}.blog-card h2{font-size:1.2rem;line-height:1.25}.blog-card h2 a{color:#0f172a;text-decoration:none}.blog-card .homepage-button{justify-self:start;margin-top:.2rem}.blog-empty{display:grid;gap:.6rem;padding:clamp(2rem,5vw,3.5rem);border:1px solid #dbeafe;border-radius:30px;background:rgba(255,255,255,.84);text-align:center}.blog-post{display:grid;gap:1.5rem}.blog-back-link{color:#126db0;font-weight:900;text-decoration:none}.blog-post__header{display:grid;gap:.8rem;max-width:850px}.blog-post__image{overflow:hidden;border:10px solid #fff;border-radius:30px;background:#fff;box-shadow:0 24px 60px rgba(21,94,117,.14)}.blog-post__image img{width:100%;height:auto;display:block}.blog-post__body{max-width:820px;padding:clamp(1.5rem,4vw,2.5rem);border:1px solid #dbeafe;border-radius:26px;background:rgba(255,255,255,.9);font-size:1.04rem}.blog-post__content>*+*{margin-top:1rem}.blog-post__content h2,.blog-post__content h3{color:#0f172a;line-height:1.2}.blog-post__content h2{margin-top:1.7rem;font-size:1.55rem}.blog-post__content h3{margin-top:1.4rem;font-size:1.25rem}.blog-post__content p{color:#475569}.blog-post__content a{color:#126db0;font-weight:600;text-decoration:underline;text-underline-offset:.16em}.blog-post__content strong{color:#0f172a}.blog-post__content ol,.blog-post__content ul{display:grid;gap:.45rem;padding-left:1.35rem;color:#475569}.blog-post__content li{line-height:1.65}.blog-post__content blockquote{margin:1.2rem 0;padding:.9rem 1rem;border-left:4px solid #0f9f8f;border-radius:0 14px 14px 0;background:#f0fdfa;color:#334155}.blog-post__content mark{border-radius:.2rem;background:#fef08a;padding:0 .12rem}.blog-post__content hr{border:0;border-top:1px solid #cbd5e1;margin:1.5rem 0}.blog-post__content img{width:100%;max-width:760px;height:auto;display:block;margin:1.35rem auto;border-radius:18px;box-shadow:0 16px 38px rgba(21,94,117,.12)}.homepage-final-cta{display:grid;justify-items:center;gap:1rem;margin-bottom:3rem;padding:clamp(2rem,5vw,4rem);border-radius:32px;background:linear-gradient(135deg,#0ea5e9,#14b8a6);text-align:center}.homepage-final-cta h2,.homepage-final-cta p{color:#fff}.homepage-final-cta p{max-width:680px}.homepage-final-cta .homepage-button{background:#fff;color:#126db0;box-shadow:none}@media (max-width:1020px){.homepage-hero,.homepage-integrity-section,.homepage-review-showcase,.homepage-split-section,.homepage-writing-section{grid-template-columns:1fr}.homepage-hero{min-height:0;width:min(1180px,92vw)}.blog-grid,.homepage-feature-grid,.homepage-plan-grid,.homepage-subject-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:720px){.homepage-final-cta,.homepage-hero,.homepage-integrity-section,.homepage-review-showcase,.homepage-section,.homepage-split-section,.homepage-writing-section{width:min(100% - 2rem,1180px)}.blog-grid,.homepage-feature-grid,.homepage-plan-grid,.homepage-result-preview__score,.homepage-step-grid,.homepage-subject-grid{grid-template-columns:1fr}.homepage-hero__actions .homepage-button{width:100%}.homepage-hero h1{white-space:normal}.homepage-section--tinted{width:100%;padding-left:1rem;padding-right:1rem}.site-footer{display:grid}.site-footer nav{justify-content:flex-start}}@media (max-width:860px){.about-card-grid,.about-section--split{grid-template-columns:1fr}}.page-shell{padding:4rem 0}.page-shell h1{font-size:clamp(1.75rem,3vw,2.5rem);margin-bottom:var(--space-4)}.page-shell__description{max-width:70ch;color:var(--color-muted);font-size:1.05rem;line-height:1.7}.exam-page-shell{width:min(1500px,98vw);padding:0}.auth-form{margin-top:var(--space-5);max-width:420px;display:grid;gap:var(--space-4)}.auth-form label{display:grid;gap:var(--space-2);font-weight:600;color:var(--color-text)}.auth-form input{padding:.7rem .8rem;border:1px solid var(--color-border);border-radius:.6rem;font:inherit}.auth-submit-button{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;min-height:48px}.auth-submit-button:disabled{opacity:.72}.auth-submit-button__spinner{width:1rem;height:1rem;border:2px solid rgb(255 255 255/55%);border-top-color:#fff;border-radius:999px;animation:auth-submit-spin .8s linear infinite}@keyframes auth-submit-spin{to{transform:rotate(1turn)}}button{cursor:pointer;border:0;border-radius:.6rem;padding:.75rem 1rem;font:inherit;font-weight:600;color:white;background:var(--color-accent)}button:hover{opacity:.92}.button-secondary{color:var(--color-text);border:1px solid var(--color-border);background:#fff}.auth-error,.auth-hint,.auth-message{margin-top:var(--space-4)}.auth-message{color:#0f5132}.auth-error{color:#b42318}.dashboard-card{margin-top:var(--space-5);margin-bottom:var(--space-5);padding:var(--space-5);border-radius:.8rem;border:1px solid var(--color-border);background:var(--color-surface);display:grid;gap:var(--space-2)}.admin-grid{margin-top:var(--space-6);display:grid;gap:var(--space-6)}.admin-section{background:var(--color-surface);border:1px solid var(--color-border);border-radius:.8rem;padding:var(--space-5)}.admin-cms-card-grid,.admin-cms-form,.admin-cms-grid,.admin-cms-image-row,.admin-cms-nested-card,.admin-section{display:grid;gap:var(--space-4)}.admin-cms-form{margin-top:var(--space-5)}.admin-cms-card-grid,.admin-cms-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-cms-nested-card{padding:var(--space-4);border:1px solid var(--color-border);border-radius:.8rem;background:#f8fafc}.admin-cms-image-row{grid-template-columns:minmax(0,1fr) minmax(260px,360px);align-items:start}.admin-cms-image-row>div:first-child{display:grid;gap:var(--space-4)}.admin-cms-image-preview{overflow:hidden;border:1px solid var(--color-border);border-radius:1rem;background:#fff}.admin-cms-image-preview img{width:100%;height:auto;display:block}.admin-cms-image-placeholder{min-height:180px;display:grid;place-items:center;color:var(--color-muted);font-weight:800}.admin-cms-form label,.admin-form label{display:grid;gap:var(--space-2);color:var(--color-text);font-weight:800}.admin-cms-form input[type=file],.admin-cms-form input[type=text],.admin-cms-form textarea{width:100%;padding:.7rem .8rem;border:1px solid var(--color-border);border-radius:.7rem;background:#fff;color:var(--color-text);font:inherit}.admin-cms-form textarea{min-height:96px;resize:vertical}.admin-checkbox-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--space-3)}.admin-checkbox{display:flex!important;align-items:center;gap:var(--space-2);padding:.65rem .75rem;border:1px solid var(--color-border);border-radius:.7rem;background:#f8fafc}.admin-checkbox input{width:auto}.admin-cms-sticky-actions{position:sticky;bottom:var(--space-4);z-index:4;display:flex;justify-content:flex-end;gap:var(--space-3);padding:var(--space-4);border:1px solid var(--color-border);border-radius:1rem;background:rgb(255 255 255/92%);box-shadow:0 18px 50px rgb(15 23 42/12%)}.admin-cms-sticky-actions a,.admin-cms-sticky-actions button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;text-decoration:none}.admin-blog-layout{display:grid;grid-template-columns:minmax(260px,.42fr) minmax(0,1fr);gap:var(--space-6);align-items:start}.admin-blog-list{position:sticky;top:var(--space-4)}.admin-blog-new-link{display:inline-flex;justify-content:center;text-decoration:none}.admin-blog-list__item,.admin-blog-list__items{display:grid;gap:var(--space-3)}.admin-blog-list__item{padding:var(--space-4);border:1px solid var(--color-border);border-radius:.8rem;background:#f8fafc}.admin-blog-list__item span,.admin-blog-list__item strong{display:block}.admin-blog-list__item span{margin-top:.25rem;color:var(--color-muted);font-size:.88rem}.admin-blog-list__actions{display:flex;flex-wrap:wrap;gap:var(--space-3);align-items:center}.admin-blog-list__actions form{display:inline}.admin-danger-button{min-height:0;padding:0;border-radius:0;background:transparent;color:#b42318;font-size:.95rem;font-weight:800}.admin-danger-button:hover{opacity:1;text-decoration:underline}.admin-rich-editor{display:grid;gap:var(--space-2)}.admin-rich-editor>span{color:var(--color-text);font-weight:800}.admin-rich-editor__toolbar{display:flex;flex-wrap:wrap;gap:.45rem;align-items:center;padding:.55rem;border:1px solid var(--color-border);border-radius:.8rem;background:#f8fafc}.admin-rich-editor__toolbar button{min-height:34px;padding:.42rem .62rem;border:1px solid var(--color-border);border-radius:.55rem;background:#fff;color:var(--color-text);font-size:.88rem;font-weight:900}.admin-rich-editor__toolbar button:hover{border-color:var(--color-accent);opacity:1}.admin-rich-editor__divider{width:1px;align-self:stretch;background:var(--color-border)}.admin-rich-editor__button--active{border-color:var(--color-accent)!important;background:#eff6ff!important;color:var(--color-accent)!important}.admin-rich-editor__button:disabled{cursor:not-allowed;opacity:.5}.admin-rich-editor__surface{min-height:360px;padding:.95rem 1rem;border:1px solid var(--color-border);border-radius:.8rem;background:#fff;color:var(--color-text);line-height:1.65;outline:none}.admin-rich-editor__surface:focus{border-color:var(--color-accent);box-shadow:0 0 0 3px rgb(37 99 235/12%)}.admin-rich-editor__surface p{margin:0 0 .8rem}.admin-rich-editor__surface h2,.admin-rich-editor__surface h3{margin:1rem 0 .55rem;line-height:1.2}.admin-rich-editor__surface h2{font-size:1.45rem}.admin-rich-editor__surface h3{font-size:1.2rem}.admin-rich-editor__surface ol,.admin-rich-editor__surface ul{margin:.6rem 0 .9rem;padding-left:1.35rem}.admin-rich-editor__surface blockquote{margin:.8rem 0;padding:.7rem .9rem;border-left:4px solid #0f9f8f;background:#f0fdfa}.admin-rich-editor__surface mark{border-radius:.2rem;background:#fef08a;padding:0 .12rem}.admin-rich-editor__surface hr{border:0;border-top:1px solid var(--color-border);margin:1rem 0}.admin-rich-editor__surface img{max-width:100%;height:auto;display:block;margin:.9rem auto;border-radius:14px;box-shadow:0 12px 28px rgb(15 23 42/10%)}@media (max-width:820px){.admin-blog-layout,.admin-checkbox-grid,.admin-cms-card-grid,.admin-cms-grid,.admin-cms-image-row,.admin-monitor-summary{grid-template-columns:1fr}.admin-blog-list{position:static}.admin-cms-sticky-actions{position:static;display:grid}}.admin-section h2{font-size:1.2rem}.admin-help{color:var(--color-muted);font-size:.95rem;line-height:1.6}.admin-link{color:var(--color-accent);text-decoration:underline}.admin-table-scroll{width:100%;overflow-x:auto}.admin-data-table{width:100%;min-width:880px;border-collapse:collapse;overflow:hidden;border:1px solid var(--color-border);background:#fff}.admin-data-table td,.admin-data-table th{padding:.85rem .95rem;border-bottom:1px solid var(--color-border);text-align:left;vertical-align:top}.admin-data-table th{color:var(--color-muted);background:#f4f8fc;font-size:.78rem;font-weight:900;text-transform:uppercase}.admin-data-table td{font-size:.92rem}.admin-data-table tr:last-child td{border-bottom:0}.admin-monitor-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-4);margin:var(--space-5) 0}.admin-monitor-summary article{display:grid;gap:.35rem;padding:var(--space-4);border:1px solid var(--color-border);border-radius:.8rem;background:#fff;box-shadow:0 10px 24px rgba(15,23,42,.06)}.admin-monitor-summary span{color:var(--color-muted);font-size:.78rem;font-weight:900;text-transform:uppercase}.admin-monitor-summary strong{color:var(--color-text);font-size:2rem;line-height:1}.admin-monitor-summary__critical{border-color:#fecaca!important;background:#fff7f7!important}.admin-monitor-summary__critical strong{color:#b91c1c}.admin-severity-pill,.admin-status-pill{display:inline-flex;align-items:center;justify-content:center;min-width:4.8rem;padding:.28rem .58rem;border-radius:999px;font-size:.72rem;font-weight:900;text-transform:uppercase}.admin-severity-pill--critical{background:#fee2e2;color:#991b1b}.admin-severity-pill--error{background:#ffedd5;color:#9a3412}.admin-severity-pill--warning{background:#fef3c7;color:#92400e}.admin-severity-pill--info,.admin-status-pill{background:#e0f2fe;color:#075985}.admin-meta-code{display:block;margin-top:.25rem;color:var(--color-muted);font-family:var(--font-mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono",monospace);font-size:.78rem}.admin-risk-badge{display:inline-flex;min-width:4.2rem;justify-content:center;padding:.35rem .65rem;background:#fee2e2;color:#991b1b;font-weight:900}.admin-asset-result{display:grid;gap:var(--space-2);padding:var(--space-3);border:1px dashed var(--color-border);border-radius:.6rem;background:#fbfdff}.admin-asset-result code{display:block;white-space:pre-wrap;word-break:break-all;font-size:.85rem;background:#f2f6ff;border:1px solid #d8e4ff;border-radius:.5rem;padding:.5rem .65rem}.admin-form{margin-top:0}.admin-form input[type=file],.admin-form input[type=number],.admin-form input[type=text],.admin-form select,.admin-form textarea{width:100%;padding:.65rem .75rem;border:1px solid var(--color-border);border-radius:.6rem;font:inherit;background:#fff}.admin-inline-check{display:flex;align-items:center;gap:var(--space-2);font-weight:600;color:var(--color-text)}.admin-inline-check input{width:auto}.admin-list{display:grid;gap:var(--space-4)}.admin-item-card{border:1px solid var(--color-border);border-radius:.75rem;padding:var(--space-4);display:grid;gap:var(--space-3);background:#fbfdff}.admin-actions{display:flex;gap:var(--space-2)}.admin-meta{color:var(--color-muted);font-size:.9rem}.button-danger{background:#c0392b}.admin-asset-preview{display:flex;align-items:center;gap:var(--space-3)}.admin-asset-thumb{width:64px;height:64px;border-radius:.5rem;border:1px solid var(--color-border);background-size:cover;background-position:50%;background-repeat:no-repeat}a{color:inherit;text-decoration:none}.admin-filter-form{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:var(--space-4);align-items:end}.admin-filter-form label{display:grid;gap:var(--space-2);font-weight:600;color:var(--color-text)}.admin-filter-form select{width:100%;padding:.65rem .75rem;border:1px solid var(--color-border);border-radius:.6rem;font:inherit;background:#fff}.admin-question-summary{margin:var(--space-5) 0 var(--space-3);color:var(--color-muted);font-size:.95rem}.admin-pagination{display:flex;align-items:center;flex-wrap:wrap;gap:var(--space-2);margin:0 0 var(--space-4)}.admin-pagination--bottom{margin:var(--space-4) 0 0}.admin-pagination__pages{display:flex;align-items:center;flex-wrap:wrap;gap:var(--space-2)}.admin-pagination__link{display:inline-flex;align-items:center;justify-content:center;min-width:2.35rem;min-height:2.35rem;padding:.45rem .75rem;border:1px solid var(--color-border);border-radius:.55rem;color:var(--color-text);background:#fff;font-weight:700;text-decoration:none}.admin-pagination__link:hover{border-color:var(--color-accent);color:var(--color-accent)}.admin-pagination__link--active{border-color:var(--color-accent);color:#fff;background:var(--color-accent)}.admin-pagination__link[aria-disabled=true]{pointer-events:none;opacity:.45}.admin-pagination__summary{color:var(--color-muted);font-size:.9rem;font-weight:700}.admin-activity-group__content,.admin-activity-tree,.admin-question-list{display:grid;gap:var(--space-4)}.admin-activity-group,.admin-activity-student{border:1px solid var(--color-border);border-radius:.75rem;background:var(--color-surface)}.admin-activity-group>summary,.admin-activity-student>summary{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3);cursor:pointer;padding:var(--space-4) var(--space-5);color:var(--color-text)}.admin-activity-group>summary span,.admin-activity-student>summary span{color:var(--color-muted);font-size:.9rem}.admin-activity-group__content{padding:0 var(--space-5) var(--space-5)}.admin-activity-student{background:#f8fafc}.admin-activity-student .admin-question-list{padding:0 var(--space-4) var(--space-4)}.admin-question-card{display:grid;gap:var(--space-4);padding:var(--space-5);border:1px solid var(--color-border);border-radius:.75rem;background:var(--color-surface)}.admin-question-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-4);padding-bottom:var(--space-3);border-bottom:1px solid var(--color-border)}.admin-question-card__header div{display:grid;gap:.2rem}.admin-question-card__header span{color:var(--color-muted);font-size:.9rem}.admin-question-type{flex-shrink:0;color:#1242a6;background:#e8f0ff;border:1px solid #d8e4ff;border-radius:999px;padding:.25rem .65rem;font-size:.8rem;font-weight:700;text-transform:uppercase}.admin-question-block{display:grid;gap:var(--space-2)}.admin-question-block h3{color:var(--color-muted);font-size:.85rem;letter-spacing:.02em;text-transform:uppercase}.admin-option-list li,.admin-question-block p{line-height:1.6;white-space:pre-wrap}.admin-option-list{display:grid;gap:var(--space-2);list-style:none}.admin-question-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:var(--space-4)}.admin-rich-text{display:grid;gap:var(--space-2)}.admin-rich-text p{margin:0}.admin-rich-text--inline,.admin-rich-text--inline p{display:inline}.rich-text-box{justify-self:start;display:inline-block;width:fit-content;max-width:100%;padding:.42rem .62rem;border:1.5px solid #111827;color:inherit;background:#fff;line-height:1.45}.rich-text-box p{margin:0}.admin-inline-image-link,.rich-inline-image-frame{display:inline-block;width:fit-content;max-width:100%}.admin-inline-image,.rich-inline-image{display:block;width:var(--rich-image-width,auto);max-width:100%;height:auto;border:1px solid var(--color-border);border-radius:.6rem;background:#fff}.admin-question-editor{border-top:1px solid var(--color-border);padding-top:var(--space-3)}.admin-question-editor summary{cursor:pointer;color:var(--color-accent);font-weight:700}.admin-question-edit-form{margin-top:var(--space-4);padding:var(--space-4);border:1px solid var(--color-border);border-radius:.75rem;background:#fbfdff}.admin-question-edit-form label{display:grid;gap:var(--space-2);color:var(--color-text);font-weight:700}.admin-question-edit-form input[type=number],.admin-question-edit-form input[type=text],.admin-question-edit-form textarea{width:100%;padding:.65rem .75rem;border:1px solid var(--color-border);border-radius:.6rem;font:inherit;font-weight:400;background:#fff}.admin-option-edit-grid,.admin-question-edit-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:var(--space-4)}.admin-field-hint{color:var(--color-muted);font-size:.85rem;font-weight:500;line-height:1.5}.exam-section{margin-top:var(--space-6);display:grid;gap:var(--space-4)}.exam-section__header{display:flex;justify-content:space-between;gap:var(--space-4);align-items:flex-end}.exam-section__header h2{font-size:1.35rem;margin-bottom:var(--space-2)}.exam-section__header p,.exam-set-card p,.exam-timer-card p{color:var(--color-muted);line-height:1.6}.exam-set-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:var(--space-4)}.exam-question-card,.exam-set-card,.exam-subject-section,.exam-timer-card{border:1px solid var(--color-border);border-radius:.8rem;background:var(--color-surface)}.exam-set-card{padding:var(--space-5);display:grid;gap:var(--space-4)}.exam-set-card h3{font-size:1.15rem;margin-bottom:var(--space-2)}.exam-set-card__eyebrow{color:var(--color-accent);font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.exam-set-card__meta{display:flex;flex-wrap:wrap;gap:var(--space-2)}.exam-set-card__meta span{color:#1242a6;background:#e8f0ff;border:1px solid #d8e4ff;border-radius:999px;padding:.25rem .65rem;font-size:.85rem;font-weight:700}.exam-section-list{display:grid;gap:var(--space-2);list-style:none}.exam-section-list li{display:flex;justify-content:space-between;gap:var(--space-3);align-items:center;color:var(--color-muted);border-top:1px solid var(--color-border);padding-top:var(--space-2)}.exam-section-list li>div{display:grid;gap:.15rem}.exam-section-list strong{color:var(--color-text);text-transform:capitalize}.button-link{display:inline-flex;align-items:center;justify-content:center;width:fit-content;border-radius:.6rem;padding:.75rem 1rem;color:#fff;background:var(--color-accent);font-weight:700}.button-compact,.button-link--compact{min-width:86px;padding:.55rem .8rem;font-size:.9rem}.dashboard-signout{margin-top:var(--space-6)}.exam-attempt-layout{min-height:calc(100dvh - 40px);height:calc(100dvh - 40px)}.exam-timer-card{position:sticky;top:112px;padding:var(--space-5);display:grid;gap:var(--space-3)}.exam-timer-card strong{font-size:clamp(2rem,4vw,3rem);color:var(--color-text)}.exam-timer-card__label{font-size:.8rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.exam-question-stack,.exam-subject-section{display:grid;gap:var(--space-5)}.exam-question-workspace{display:grid;grid-template-rows:auto auto minmax(0,1fr) auto;gap:0;min-width:0;min-height:100%;height:100%}.exam-attempt-bottombar,.exam-attempt-topbar{display:grid;align-items:center;gap:var(--space-4);padding:.7rem var(--space-4);border:1px solid var(--color-border);border-radius:0;background:rgb(255 255 255/96%);box-shadow:none}.exam-attempt-topbar{grid-template-columns:minmax(130px,1fr) minmax(220px,1.4fr) minmax(180px,1fr)}.exam-attempt-topbar__timer{display:flex;align-items:baseline;gap:var(--space-2);color:var(--color-muted);font-size:.9rem;font-weight:800;text-transform:uppercase}.exam-attempt-topbar__timer strong{color:var(--color-text);font-size:clamp(1.35rem,2.2vw,2rem);letter-spacing:-.04em}.exam-review-score-summary{display:flex;align-items:baseline;gap:var(--space-2);color:var(--color-muted);font-size:.9rem;font-weight:800;text-transform:uppercase}.exam-review-score-summary strong{color:var(--color-text);font-size:clamp(1.35rem,2.2vw,2rem)}.exam-review-score-summary strong.exam-pending-feedback-text{font-size:1rem;line-height:1.15}.exam-review-score-summary small{color:#07306f;font-size:.85rem}.exam-attempt-topbar__question{text-align:center}.exam-attempt-topbar__question h2{margin:0}.exam-question-heading{display:flex;align-items:center;justify-content:center;gap:var(--space-3)}.exam-review-question-status{width:fit-content;margin:.35rem auto 0;padding:.18rem .7rem;border-radius:999px;font-weight:900}.exam-review-question-status--correct{color:#0f5132;background:#d1f7df}.exam-review-question-status--scored{color:#075985;background:#dff4ff}.exam-review-question-status--incorrect,.exam-review-question-status--unanswered{color:#b42318;background:#ffe4e0}.exam-review-question-status--unscored{color:#475569;background:#e2e8f0}.exam-progress-toggle{display:grid;grid-template-columns:repeat(3,5px);gap:3px;place-content:center;width:34px;height:30px;padding:0;border:1px solid transparent;border-radius:0;background:transparent;box-shadow:none}.exam-progress-toggle span{width:5px;height:5px;background:#07306f}.exam-progress-toggle--active,.exam-progress-toggle:focus-visible,.exam-progress-toggle:hover{border-color:#07306f;background:#eef4fb;opacity:1;outline:none}.exam-attempt-topbar__actions{display:flex;align-items:center;justify-content:flex-end;gap:var(--space-3)}.exam-attempt-topbar__actions .button-compact{width:180px;min-height:50px;border-radius:0;background:#07306f;font-weight:800}.exam-attempt-topbar__actions .button-compact:hover{background:#0b3f8f;opacity:1}.exam-review-dashboard-link{width:190px;min-height:44px;justify-content:center;border:1px solid #bfdbfe;border-radius:0;background:#fff;color:#07306f;box-shadow:none;font-weight:800}.exam-review-dashboard-link:hover{background:#eef4fb;color:#07306f;opacity:1}.exam-attempt-bottombar{grid-template-columns:auto 1fr auto;gap:0;padding:0;overflow:hidden;background:#eef3f8}.exam-attempt-bottombar>.exam-nav-button{justify-self:start}.exam-attempt-bottombar__right{display:flex;grid-column:3;align-items:center;justify-content:flex-end;gap:var(--space-2)}.exam-status-row{min-height:0}.exam-status-row .auth-error,.exam-status-row .auth-hint{margin-top:0;padding:.35rem .75rem;border-radius:.65rem;background:rgb(255 255 255/90%)}.exam-instruction-panel{display:flex;align-items:stretch;min-height:0;height:100%;padding:var(--space-6);border-inline:1px solid var(--color-border);background:#fff;overflow:hidden}.exam-instruction-content{width:min(760px,100%);min-height:100%;margin:0 auto;display:grid;align-content:start;gap:var(--space-4);padding:var(--space-6);border:1px solid #dbeafe;background:#f8fbff;overflow:auto}.exam-instruction-content .exam-rich-text{display:grid;gap:var(--space-2)}.exam-instruction-content p{color:var(--color-text);font-size:1rem;line-height:1.7}.exam-instruction-content p:first-child{color:#07306f;font-size:1.15rem;font-weight:900;letter-spacing:.05em;text-transform:uppercase}.exam-instruction-logo{justify-self:start;width:224px;height:auto;margin-top:auto;object-fit:contain}.exam-nav-button{width:180px;min-height:64px;border-radius:0;background:#07306f;font-size:1.05rem;font-weight:800}.exam-nav-button:hover{background:#0b3f8f;opacity:1}.exam-question-toolbar{display:flex;justify-content:space-between;gap:var(--space-4);align-items:center;padding:var(--space-4) var(--space-5);border:1px solid var(--color-border);border-radius:1rem;background:#fff}.exam-question-toolbar__actions{display:flex;gap:var(--space-2);flex-wrap:wrap;justify-content:flex-end}.exam-split-pane{--split-left:50%;display:grid;grid-template-columns:minmax(260px,var(--split-left)) 12px minmax(260px,1fr);min-height:0;height:100%;border:1px solid var(--color-border);border-top:0;border-bottom:0;border-radius:0;overflow:hidden;background:#fff;box-shadow:none;-webkit-user-select:none;user-select:none}.exam-split-pane__left,.exam-split-pane__right{min-width:0;max-height:none;height:100%;overflow:auto;padding:var(--space-4)}.exam-split-pane__left{background:linear-gradient(135deg,rgb(230 241 255/65%),transparent 34%),#fbfdff}.exam-split-pane__right{display:grid;gap:var(--space-4);align-content:start}.exam-split-pane__right--writing{grid-template-rows:minmax(0,1fr);align-content:stretch;overflow:hidden}.exam-review-writing-pane{--review-writing-top:55%;grid-template-rows:minmax(180px,var(--review-writing-top)) 12px minmax(170px,1fr)}.exam-split-pane__divider{width:12px;min-width:12px;display:grid;place-items:center;position:relative;padding:0;border:0;border-inline:1px solid var(--color-border);border-radius:0;background:linear-gradient(90deg,transparent 0 4px,#9fb5d1 4px 6px,transparent 6px 100%),#edf4ff;cursor:col-resize;touch-action:none}.exam-split-pane__divider:before{content:"";position:absolute;left:50%;top:50%;width:18px;height:18px;border:0;border-radius:0;background:url(/media/drag.png) 50%/contain no-repeat;opacity:.68;pointer-events:none;box-shadow:none;transform:translate(-50%,-50%)}.exam-split-pane__divider:focus-visible,.exam-split-pane__divider:hover{background:linear-gradient(90deg,transparent 0 4px,var(--color-accent) 4px 6px,transparent 6px 100%),#e1efff;outline:none}.exam-split-pane__divider:focus-visible:before,.exam-split-pane__divider:hover:before{opacity:.95}.exam-progress-summary{min-height:0;height:100%;overflow:auto;padding:var(--space-5);border:1px solid var(--color-border);border-top:0;border-bottom:0;background:#fff}.exam-progress-summary__header{width:min(790px,100%);margin:0 auto var(--space-6);padding:.9rem var(--space-5);background:#dde7f0;text-align:center}.exam-progress-summary__header h3{margin:0;font-size:1.45rem}.exam-progress-summary__legend{display:flex;flex-wrap:wrap;justify-content:center;gap:var(--space-5);margin:0 auto var(--space-6)}.exam-progress-legend-item{display:inline-flex;align-items:center;gap:var(--space-2);color:var(--color-text);font-size:1.05rem}.exam-progress-legend-item strong{min-width:2.4rem;padding:.34rem .55rem;background:#eef2f6;text-align:center}.exam-progress-swatch{position:relative;display:inline-block;width:29px;height:29px;border:3px solid #c8cdd2;background:#fff}.exam-progress-swatch--answered{border-color:#07306f;background:#07306f}.exam-progress-swatch--not-answered{border-color:#c9c9c9;background:#c9c9c9}.exam-result-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-4);width:min(860px,100%);margin:0 auto var(--space-6)}.exam-result-metric{display:grid;gap:var(--space-2);padding:var(--space-4);border:1px solid var(--color-border);background:#f8fafc;text-align:center}.exam-result-metric span{color:var(--color-muted);font-size:.85rem;font-weight:900;text-transform:uppercase}.exam-result-metric strong{color:var(--color-text);font-size:clamp(1.8rem,4vw,3rem);line-height:1}.exam-result-metric strong.exam-pending-feedback-text{font-size:1rem;line-height:1.2}.exam-result-metric small{color:var(--color-muted);font-size:.78rem;font-weight:700}.exam-result-swatch--correct{border-color:#14803d;background:#14803d;color:#fff}.exam-result-swatch--incorrect{border-color:#c92828;background:#c92828;color:#fff}.exam-result-swatch--unanswered{border-color:#c9c9c9;background:#c9c9c9;color:var(--color-text)}.exam-progress-question--flagged:after,.exam-progress-swatch--flagged:after{content:"";position:absolute;top:-3px;right:-3px;width:0;height:0;border-top:16px solid #c95f2f;border-left:16px solid transparent}.exam-progress-grid{display:grid;grid-template-columns:repeat(auto-fill,55px);justify-content:center;gap:1rem;width:min(745px,100%);margin:0 auto}.exam-progress-question{position:relative;width:55px;height:50px;padding:0;border:3px solid #c8cdd2;border-radius:0;background:#fff;color:var(--color-text);font-size:1.35rem;font-weight:800;box-shadow:none}.exam-progress-question--answered{border-color:#07306f;background:#07306f;color:#fff}.exam-progress-question--not_answered{border-color:#c9c9c9;background:#c9c9c9;color:var(--color-text)}.exam-progress-question--not_read{border-color:#c8cdd2;background:#fff;color:var(--color-text)}.exam-progress-question--current{outline:3px solid #6aa0d9;outline-offset:2px}.exam-progress-question:focus-visible,.exam-progress-question:hover{border-color:#07306f;opacity:1;outline:3px solid #6aa0d9;outline-offset:2px}.exam-progress-question.exam-result-question--correct{border-color:#14803d;background:#14803d;color:#fff}.exam-progress-question.exam-result-question--incorrect{border-color:#c92828;background:#c92828;color:#fff}.exam-progress-question.exam-result-question--unanswered{border-color:#c9c9c9;background:#c9c9c9;color:var(--color-text)}.exam-progress-question.exam-result-question--unscored{border-color:#c8cdd2;background:#fff;color:var(--color-text)}.exam-progress-question.exam-result-question--scored{border-color:#38bdf8;background:#e0f2fe;color:#075985}.exam-subject-section{padding:var(--space-5)}.exam-subject-section>header h2{text-transform:capitalize}.exam-question-card{padding:var(--space-5);display:grid;gap:var(--space-4);background:#fbfdff}.exam-question-card__footer,.exam-question-card__header{display:flex;justify-content:space-between;gap:var(--space-4);align-items:flex-start}.exam-question-card__footer span,.exam-question-card__header span{color:var(--color-muted);font-size:.9rem}.exam-group-panel{display:grid;gap:var(--space-3);padding:var(--space-4);border:1px dashed var(--color-border);border-radius:.75rem;background:#fff}.exam-rich-text{display:grid;gap:var(--space-2);line-height:1.65}.rich-blank-line{display:block;min-height:0}.exam-inline-image-frame,.rich-inline-image-frame{display:inline-block;width:fit-content;max-width:100%}.exam-inline-image,.rich-inline-image{display:block;width:var(--rich-image-width,auto);max-width:100%;height:auto;border:1px solid var(--color-border);border-radius:0;background:#fff;pointer-events:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.exam-options{display:grid;gap:var(--space-3)}.exam-gap-combined{display:grid;gap:var(--space-4);min-height:0}.exam-gap-option-bank{padding:var(--space-3);background:#f8fbff}.exam-gap-option-bank,.exam-gap-option-card{display:grid;gap:var(--space-2);border:1px solid #dbeafe}.exam-gap-option-card{grid-template-columns:auto minmax(0,1fr);align-items:start;width:100%;padding:.62rem .75rem;border-radius:0;background:#fff;color:var(--color-text);font:inherit;font-size:.94rem;font-weight:500;line-height:1.45;text-align:left;box-shadow:none}.exam-gap-option-card:hover{opacity:1;border-color:#93c5fd;background:#eff6ff}.exam-gap-option-card strong{color:#07306f;font-weight:900}.exam-gap-option-card .exam-rich-text{display:block;line-height:1.45}.exam-gap-option-card .exam-rich-text p{display:inline}.exam-gap-option-card--static{cursor:default}.exam-gap-empty-bank{margin:0;color:var(--color-muted);font-weight:700}.exam-gap-drop-list,.exam-gap-drop-row{display:grid;gap:var(--space-3)}.exam-gap-drop-row{grid-template-columns:minmax(110px,auto) minmax(0,1fr);align-items:center}.exam-gap-drop-row>span{color:#07306f;font-weight:900}.exam-gap-drop-zone{min-height:48px;display:flex;align-items:center;padding:.5rem .75rem;border:1px dashed #93c5fd;background:#fff}.exam-gap-drop-zone--filled{border-style:solid;background:#f8fbff}.exam-gap-blank{color:#94a3b8;font-weight:800;letter-spacing:.04em}.exam-gap-selected-chip{min-width:42px;height:34px;display:inline-flex;align-items:center;justify-content:center;padding:0 .8rem;border:1px solid #bfdbfe;border-radius:999px;background:#07306f;color:#fff;font:inherit;font-weight:900;line-height:1;box-shadow:none}.exam-gap-selected-chip:hover{opacity:1}.exam-gap-selected-card{width:100%;display:grid;grid-template-columns:auto minmax(0,1fr);gap:var(--space-2);align-items:start;padding:.62rem .75rem;border:1px solid #bfdbfe;border-radius:0;background:#07306f;color:#fff;font:inherit;text-align:left;cursor:grab}.exam-gap-selected-card strong{font-weight:900}.exam-gap-selected-card .exam-rich-text{display:block;line-height:1.45}.exam-gap-selected-card .exam-rich-text p{display:inline}.exam-gap-selected-card--static{cursor:default}.exam-gap-correct-option{display:grid;grid-template-columns:auto minmax(0,1fr);gap:var(--space-2);padding:var(--space-2);border:1px solid #bbf7d0;background:#f0fdf4}.exam-gap-correct-option strong{color:#166534}.exam-gap-review-row{display:grid;gap:var(--space-2)}.exam-gap-review-zone--correct{border-color:#86efac;background:#f0fdf4}.exam-gap-review-zone--incorrect,.exam-gap-review-zone--unanswered{border-color:#fecaca;background:#fef2f2}.exam-gap-review-zone--unscored{border-color:#cbd5e1;background:#f8fafc}.exam-gap-review-detail{margin-left:calc(110px + var(--space-3));display:grid;gap:var(--space-2);border:1px solid #e2e8f0}.exam-gap-review-detail,.exam-option{padding:var(--space-3);background:#fff}.exam-option{display:flex;gap:var(--space-3);align-items:flex-start;border:1px solid var(--color-border);border-radius:0;line-height:1.55}.exam-option__content{display:flex;gap:.35rem;align-items:baseline}.exam-option__text{min-width:0}.exam-option__text .exam-rich-text{display:block}.exam-option__text .exam-rich-text p{display:inline}.rich-fraction{display:inline-grid;grid-template-rows:auto auto;align-items:center;justify-items:center;min-width:1.2em;margin:0 .12em;vertical-align:middle;line-height:1;font-size:.95em}.rich-fraction__numerator{width:100%;padding:0 .16em .08em;border-bottom:1px solid;text-align:center}.rich-fraction__denominator{padding:.08em .16em 0;text-align:center}.exam-option:has(input:checked){border-color:var(--color-accent);background:#eff6ff;box-shadow:inset 0 0 0 1px rgb(37 99 235/15%)}.exam-review-option{color:#64748b;background:#f1f5f9}.exam-review-option--selected{border-color:#94a3b8;background:#e2e8f0;color:var(--color-text);box-shadow:inset 0 0 0 1px rgb(100 116 139/18%)}.exam-review-option:has(input:checked){border-color:#94a3b8;background:#e2e8f0}.exam-flag-control input,.exam-option input{margin-top:.25rem}.exam-text-answer,.exam-writing-editor{width:100%;padding:.75rem .85rem;border:1px solid var(--color-border);border-radius:0;font:inherit;line-height:1.6;background:#fff;-webkit-user-select:text;user-select:text}.exam-writing-editor{height:100%;min-height:0;resize:none}.exam-review-writing-editor{min-height:0;height:100%;overflow:auto;color:#475569;background:#f8fafc}.exam-review-writing-divider{width:100%;height:12px;display:grid;place-items:center;position:relative;padding:0;border:0;border-block:1px solid #bfd4ec;border-radius:0;background:linear-gradient(0deg,transparent 0 4px,#7ea5d4 4px 6px,transparent 6px 100%),#e8f2ff;cursor:row-resize;touch-action:none}.exam-review-writing-divider:before{content:"";position:absolute;left:50%;top:50%;width:18px;height:18px;border:0;border-radius:0;background:url(/media/drag.png) 50%/contain no-repeat;opacity:.68;pointer-events:none;box-shadow:none;transform:translate(-50%,-50%) rotate(90deg)}.exam-review-writing-divider:focus-visible,.exam-review-writing-divider:hover{background:linear-gradient(0deg,transparent 0 4px,var(--color-accent) 4px 6px,transparent 6px 100%),#dcecff;outline:none}.exam-review-writing-divider:focus-visible:before,.exam-review-writing-divider:hover:before{opacity:.95}.exam-flag-control{display:flex;gap:var(--space-2);color:var(--color-muted);font-weight:700}.exam-flag-control--button{width:180px;min-height:64px;align-items:center;justify-content:center;padding:.7rem 1.7rem;border:0;border-left:1px solid #c8d3df;border-radius:0;background:#e8eef4;color:var(--color-text);cursor:pointer;font-size:1.05rem;font-weight:800}.exam-flag-control--button input{width:1.25rem;height:1.25rem;margin-top:0;accent-color:#07306f}.exam-flag-control--button:has(input:checked){background:#dce8f6;color:#07306f}.exam-flag-control--button:has(input:disabled){cursor:not-allowed;opacity:.55}.exam-review-panel{display:grid;align-content:start;align-items:start;gap:var(--space-3);min-height:0;overflow:auto;padding:var(--space-4);border:1px solid #bfdbfe;border-radius:0;background:#eff6ff}.exam-request-feedback-button{justify-self:start;min-height:0}.exam-review-panel__content{display:grid;gap:var(--space-3);min-width:0;padding-top:var(--space-2)}.exam-review-panel__content ul{margin:0;padding-left:1.25rem;list-style-position:outside}.exam-review-panel__content li{padding-left:.15rem}.exam-review-status{width:fit-content;padding:.35rem .75rem;border-radius:999px;font-weight:800}.exam-review-status--correct{color:#0f5132;background:#d1f7df}.exam-review-status--incorrect{color:#b42318;background:#ffe4e0}.exam-writing-criteria{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:var(--space-2)}.exam-writing-criteria span{display:grid;gap:.15rem;padding:var(--space-2);border:1px solid var(--color-border);background:#fff}.exam-writing-criteria strong{color:var(--color-muted);font-size:.78rem;text-transform:uppercase}.exam-writing-ai-note{margin:0;padding:.75rem .85rem;border:1px solid #bfdbfe;background:#fff;color:#334155;font-size:.9rem;line-height:1.55}.exam-modal-backdrop{position:fixed;inset:0;z-index:50;display:grid;place-items:center;padding:var(--space-4);background:rgb(15 23 42/45%)}.exam-modal{width:min(440px,100%);display:grid;gap:var(--space-4);padding:var(--space-5);border:1px solid var(--color-border);border-radius:0;background:#fff;box-shadow:0 24px 70px rgb(15 23 42/25%)}.exam-modal p{color:var(--color-muted);line-height:1.6}.exam-modal__actions{display:flex;justify-content:flex-end;gap:var(--space-3)}@media (max-width:860px){.exam-attempt-layout{min-height:auto;height:auto}.exam-timer-card{position:static}.exam-question-card__footer,.exam-question-card__header,.exam-question-toolbar,.exam-section-list li{flex-direction:column}.exam-question-workspace{height:auto;min-height:auto}.exam-attempt-topbar{grid-template-columns:1fr;text-align:left}.exam-attempt-topbar__question{text-align:left}.exam-review-score-summary{flex-wrap:wrap}.exam-question-heading{justify-content:flex-start}.exam-review-question-status{margin-inline:0}.exam-attempt-bottombar__right,.exam-attempt-topbar__actions{justify-content:flex-start}.exam-attempt-bottombar{grid-template-columns:1fr}.exam-question-toolbar{align-items:flex-start}.exam-question-toolbar__actions{justify-content:flex-start}.exam-split-pane{display:grid;grid-template-columns:1fr;height:auto;min-height:0}.exam-split-pane__left,.exam-split-pane__right{max-height:none}.exam-split-pane__left{max-height:44vh}.exam-split-pane__divider{display:none}.exam-progress-summary{border-top:0;padding:var(--space-4) var(--space-3)}.exam-progress-summary__legend{justify-content:flex-start}.exam-progress-grid{justify-content:start}.exam-result-metrics{grid-template-columns:1fr}}.exam-active-note{padding:.7rem .85rem}.exam-active-note,.exam-warning-box{color:#8a4b00;background:#fff7e6;border:1px solid #ffd591;border-radius:.65rem;line-height:1.5}.exam-warning-box{padding:.75rem .85rem;font-weight:700}.result-summary-grid,.result-writing-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-4);margin-bottom:var(--space-6)}.result-writing-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.result-review-card,.result-summary-card{display:grid;gap:var(--space-3);padding:var(--space-5);border:1px solid var(--color-border);background:#fff}.result-summary-card span{color:var(--color-muted);font-size:.85rem;font-weight:800;text-transform:uppercase}.result-summary-card strong{color:var(--color-text);font-size:clamp(2rem,5vw,3.4rem);line-height:1}.result-summary-card p{color:var(--color-muted)}.result-section{display:grid;gap:var(--space-4);margin-top:var(--space-6)}.result-section>header p{color:var(--color-muted)}.result-review-list{display:grid;gap:var(--space-4)}.result-review-card__header{display:flex;align-items:center;justify-content:space-between;gap:var(--space-4)}.result-status{width:fit-content;padding:.35rem .75rem;border-radius:999px;font-weight:800}.result-status--correct{color:#0f5132;background:#d1f7df}.result-status--incorrect{color:#b42318;background:#ffe4e0}.result-answer-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-3);padding:var(--space-3);background:#f8fafc}.result-explanation{display:grid;gap:var(--space-2);padding-top:var(--space-3);border-top:1px solid var(--color-border)}.result-table{display:grid;border:1px solid var(--color-border);background:#fff}.result-table-row{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(120px,.6fr) minmax(90px,.4fr) minmax(120px,.5fr) auto;gap:var(--space-3);align-items:center;padding:var(--space-3) var(--space-4);color:inherit;text-decoration:none}.result-table-row .button-link{justify-self:end}.result-rank-cell{display:grid;gap:.15rem}.result-rank-cell small{color:var(--color-muted);font-size:.78rem;line-height:1.25}.result-table-row+.result-table-row{border-top:1px solid var(--color-border)}.result-table-row:hover{background:#f8fafc}.student-dashboard-page{min-height:calc(100vh - 89px);padding:1.5rem 1.5rem 2.5rem;background:#f6f8fc;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.student-dashboard-shell{display:grid;grid-template-columns:280px minmax(0,1fr);gap:2rem;width:min(1440px,100%);margin:0 auto;align-items:stretch}.student-dashboard-sidebar{display:grid;gap:1.5rem;min-height:calc(100vh - 136px);padding:1.15rem;border-radius:0 30px 30px 0;background:#173f63;box-shadow:0 24px 60px rgba(15,23,42,.16)}.student-dashboard-profile{display:grid;gap:.12rem;justify-items:center;padding:.75rem .45rem .5rem;text-align:center}.student-dashboard-profile__logo-card{width:138px;height:104px;display:grid;place-items:center;margin-bottom:.2rem;border-radius:22px;background:#fff;box-shadow:0 16px 34px rgba(15,23,42,.16)}.student-dashboard-profile__logo{width:86px;height:auto;object-fit:contain}.student-dashboard-profile__tagline{margin:.12rem 0 .24rem;color:#f8fafc!important;font-size:.72rem!important;font-weight:900;letter-spacing:.08em;line-height:1.2!important;text-transform:uppercase}.student-dashboard-profile strong{color:#fff;font-size:1rem;font-weight:800;line-height:1.15}.student-dashboard-profile span{max-width:100%;margin-top:-.08rem;color:#dbeafe;font-size:.82rem;line-height:1.22;overflow-wrap:anywhere}.student-dashboard-profile__avatar{display:grid;gap:.35rem;justify-items:center;margin-top:.72rem}.student-avatar-points-badge{min-height:30px;display:inline-flex;align-items:center;gap:.28rem;max-width:max-content;margin-top:0;padding:.24rem .72rem;border:1px solid rgba(253,186,116,.62);border-radius:999px;background:linear-gradient(135deg,rgba(255,247,237,.98),rgba(254,226,226,.9) 48%,rgba(255,237,213,.96));color:#9a3412;font-size:.8rem;font-weight:900;line-height:1;overflow-wrap:normal;box-shadow:0 10px 24px rgba(251,146,60,.22),inset 0 1px 0 rgba(255,255,255,.8)}.student-avatar-points-badge:before{content:"";width:.55rem;height:.55rem;border-radius:999px;background:radial-gradient(circle at 35% 35%,#fff7ed 0 18%,#facc15 32%,#fb923c 64%,#dc2626 100%);box-shadow:0 0 10px rgba(251,146,60,.9)}.student-avatar-image{display:inline-grid;place-items:center;overflow:hidden;border-radius:999px;background:#fffaf3}.student-avatar-image img{width:100%;height:100%;object-fit:contain}.student-avatar-image span{margin:0;color:#1d4ed8;font-size:.9rem;font-weight:900;line-height:1}.student-dashboard-profile .student-avatar-image{width:144px;height:144px;margin:0;border:3px solid rgba(255,255,255,.76);box-shadow:0 18px 34px rgba(15,23,42,.28)}.student-dashboard-logout,.student-dashboard-menu{display:grid;gap:.6rem}.student-dashboard-logout{align-self:end}.student-dashboard-menu__item{position:relative;width:100%;min-height:48px;display:flex;align-items:center;gap:.8rem;padding:0 .9rem;border:0;border-radius:16px;background:transparent;color:#e0f2fe;font:inherit;font-size:.94rem;font-weight:800;text-align:left;text-decoration:none}.student-dashboard-menu__item:hover{opacity:1;background:rgba(255,255,255,.1)}.student-dashboard-menu__item:disabled{cursor:wait;opacity:.8}.student-dashboard-menu__item--active{background:#fff;color:#7e22ce;box-shadow:0 14px 28px rgba(15,23,42,.14)}.student-dashboard-menu__item--active:before{content:"";position:absolute;left:-1.15rem;top:.65rem;bottom:.65rem;width:5px;border-radius:0 999px 999px 0;background:#a855f7}.student-dashboard-menu__icon{width:30px;height:30px;display:inline-grid;place-items:center;border-radius:10px;background:rgba(255,255,255,.94);color:inherit;font-size:.78rem;font-weight:900;box-shadow:0 8px 18px rgba(15,23,42,.14)}.student-dashboard-menu__icon img{width:21px;height:21px;object-fit:contain}.student-dashboard-menu__item--active .student-dashboard-menu__icon{background:#eef2ff;box-shadow:0 8px 18px rgba(126,34,206,.16)}.student-dashboard-content,.student-dashboard-panel{display:grid;gap:1.35rem;align-content:start;min-width:0}.student-dashboard-topbar{display:flex;align-items:flex-start;justify-content:space-between;gap:1.25rem;padding-top:.35rem}.student-dashboard-heading{position:relative;display:grid;gap:.35rem;padding-left:1.05rem}.student-dashboard-heading:before{content:"";position:absolute;left:0;top:.25rem;width:5px;height:2.45rem;border-radius:999px;background:linear-gradient(180deg,#2563eb,#a855f7)}.student-dashboard-heading h1{color:#0f172a;font-size:clamp(1.75rem,2.6vw,2rem);line-height:1.1}.student-dashboard-empty,.student-dashboard-heading p,.student-plan-card p,.student-result-card p,.student-test-card p{color:#64748b;line-height:1.55}.student-dashboard-brand-pill{display:inline-flex;align-items:center;min-height:38px;padding:0 1rem;border:1px solid #dbeafe;border-radius:999px;background:#fff;color:#173f63;font-size:.86rem;font-weight:900;box-shadow:0 12px 26px rgba(15,23,42,.08)}.student-dashboard-panel{min-height:620px}.student-dashboard-panel--narrow{max-width:820px}.student-dashboard-filters{display:grid;grid-template-columns:repeat(4,minmax(130px,1fr));gap:.75rem;align-items:end;padding:.9rem;border:1px solid #e2e8f0;border-radius:24px;background:#fff;box-shadow:0 18px 40px rgba(15,23,42,.06)}.student-dashboard-filters label,.student-dashboard-form label{display:grid;gap:.45rem;color:#475569;font-size:.74rem;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.student-dashboard-filters select,.student-dashboard-form input,.student-dashboard-form select,.student-dashboard-form textarea{width:100%;min-height:46px;padding:.56rem .68rem;border:1px solid #dbe3ee;border-radius:14px;background:#f8fafc;color:#0f172a;font:inherit;font-size:.94rem;font-weight:700;letter-spacing:0;text-transform:none}.student-dashboard-form select{min-height:40px;padding:.46rem .7rem}.student-dashboard-form textarea{min-height:130px;font-weight:500;line-height:1.5;resize:vertical}.student-dashboard-form select:disabled{color:#94a3b8;cursor:not-allowed}.student-dashboard-filters select:focus,.student-dashboard-form input:focus,.student-dashboard-form select:focus,.student-dashboard-form textarea:focus{border-color:#2563eb;box-shadow:0 0 0 4px rgba(37,99,235,.12);outline:none}.student-test-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.25rem}.student-plan-card,.student-result-card,.student-test-card{--subject-accent:#2563eb;--subject-accent-2:#a855f7;--subject-soft:rgba(239,246,255,0.78);--subject-border:rgba(191,219,254,0.9);--subject-progress:rgba(191,219,254,0.74);position:relative;overflow:hidden;display:grid;gap:1rem;align-content:start;min-width:0;border:1px solid #e2e8f0;border-radius:20px;background:#fff;box-shadow:0 14px 34px rgba(15,23,42,.07)}.student-test-card{padding:1.05rem 1.25rem 1.25rem;background:linear-gradient(180deg,var(--subject-soft),rgba(255,255,255,0) 30%),#fff;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.student-result-card--math,.student-test-card--math{--subject-accent:#9f4f6f;--subject-accent-2:#c77a94;--subject-soft:rgba(253,242,248,0.84);--subject-border:rgba(244,194,211,0.86);--subject-progress:rgba(244,194,211,0.74)}.student-result-card--thinking,.student-test-card--thinking{--subject-accent:#7c3aed;--subject-accent-2:#a855f7;--subject-soft:rgba(250,245,255,0.84);--subject-border:rgba(221,214,254,0.96);--subject-progress:rgba(221,214,254,0.78)}.student-result-card--reading,.student-test-card--reading{--subject-accent:#0f766e;--subject-accent-2:#14b8a6;--subject-soft:rgba(240,253,250,0.82);--subject-border:rgba(153,246,228,0.8);--subject-progress:rgba(153,246,228,0.72)}.student-result-card--writing,.student-test-card--writing{--subject-accent:#b45309;--subject-accent-2:#f59e0b;--subject-soft:rgba(255,251,235,0.84);--subject-border:rgba(253,230,138,0.86);--subject-progress:rgba(253,230,138,0.8)}.student-result-card--general,.student-test-card--general{--subject-accent:#475569;--subject-accent-2:#94a3b8;--subject-soft:rgba(248,250,252,0.84);--subject-border:rgba(203,213,225,0.88);--subject-progress:rgba(203,213,225,0.78)}.student-plan-card:hover,.student-result-card:hover,.student-test-card:hover{transform:translateY(-3px);border-color:var(--subject-border,#c4b5fd);box-shadow:0 24px 52px rgba(15,23,42,.12)}.student-test-card__accent{position:absolute;top:0;left:0;right:0;height:3.85rem;background:linear-gradient(90deg,var(--subject-accent),var(--subject-accent-2));opacity:.16}.student-result-card__top,.student-test-card__footer,.student-test-card__top{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:.75rem}.student-test-card__set{color:var(--subject-accent);font-size:.75rem;font-weight:900;letter-spacing:.05em;text-transform:uppercase}.student-dashboard-status,.student-plan-card__badge,.student-result-rank,.student-test-card__badge{display:inline-flex;align-items:center;min-height:28px;padding:.25rem .65rem;border-radius:999px;font-size:.76rem;font-weight:900;white-space:nowrap}.student-test-card__badge{background:rgba(255,255,255,.76);color:var(--subject-accent);border:1px solid var(--subject-border)}.student-plan-card__badge{margin-bottom:.7rem}.student-plan-card__badge--nsw_oc,.student-plan-card__badge--oc,.student-test-card__badge--nsw_oc,.student-test-card__badge--oc{background:#ecfdf3;color:#14532d;border:1px solid #bbf7d0}.student-plan-card__badge--nsw_selective,.student-plan-card__badge--selective,.student-test-card__badge--nsw_selective,.student-test-card__badge--selective{background:#fef2f2;color:#7f1d1d;border:1px solid #fecaca}.student-plan-card__badge--hast,.student-test-card__badge--hast{background:#e0f2fe;color:#075985;border:1px solid #bae6fd}.student-plan-card__badge--edutest,.student-test-card__badge--edutest{background:#f3e8ff;color:#6b21a8;border:1px solid #e9d5ff}.student-plan-card__badge--vic_selective,.student-plan-card__badge--victoria_selective,.student-test-card__badge--vic_selective,.student-test-card__badge--victoria_selective{background:#ffedd5;color:#9a3412;border:1px solid #fed7aa}.student-plan-card__badge--general,.student-test-card__badge--general{background:#f8fafc;color:#475569;border:1px solid #e2e8f0}.student-plan-card h2,.student-result-card h2,.student-test-card h2{margin-bottom:.35rem;color:#0f172a;font-size:1.08rem;line-height:1.25}.student-test-card__details{display:grid;align-content:center;gap:.3rem;min-height:5.25rem;padding-top:.35rem;text-align:center}.student-test-card__meta span{font-family:Comfortaa,Segoe UI,Helvetica Neue,Arial,sans-serif}.student-test-card__details h2{color:#020617;font-family:Roboto,Segoe UI,Helvetica Neue,Arial,sans-serif;font-weight:600}.student-test-card__details p:empty{display:none}.student-test-card__meta{display:flex;flex-wrap:wrap;gap:.5rem;min-height:4.25rem;align-content:flex-start}.student-test-card__meta span{padding:.28rem .58rem;border:1px solid var(--subject-border);border-radius:999px;background:rgba(255,255,255,.72);color:#334155;font-size:.78rem;font-weight:800}.student-test-card__progress{height:8px;overflow:hidden;border-radius:999px;background:rgba(226,232,240,.62)}.student-test-card__progress span{display:block;height:100%;border-radius:inherit;background:var(--subject-progress)}.student-dashboard-status--completed{background:#dcfce7;color:#047857}.student-dashboard-status--in-progress{background:#eff6ff;color:#1d4ed8}.student-dashboard-status--not-started{background:#f1f5f9;color:#64748b}.student-dashboard-status--locked{background:#fef3c7;color:#92400e}.student-dashboard-primary-action{min-height:38px;display:inline-flex;align-items:center;justify-content:center;padding:.55rem .9rem;border:0;border-radius:14px;background:#2563eb;color:#fff;font:inherit;font-size:.86rem;font-weight:900;line-height:1;text-decoration:none;white-space:nowrap;box-shadow:0 12px 22px rgba(37,99,235,.18)}.student-dashboard-primary-action:hover{opacity:1;background:#1d4ed8;text-decoration:none}.student-dashboard-primary-action--secondary{border:1px solid #dbeafe;background:#fff;color:#1d4ed8;box-shadow:none}.student-dashboard-primary-action--secondary:hover{background:#eff6ff}.student-dashboard-primary-action--retry{background:#7c3aed;box-shadow:0 12px 22px rgba(124,58,237,.17)}.student-dashboard-primary-action--retry:hover{background:#6d28d9}.student-dashboard-primary-action--full{width:100%}.student-test-card__footer form{display:inline-flex}.student-result-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.95rem;align-items:start}.student-result-card{align-self:start;gap:.78rem;padding:1rem;background:linear-gradient(180deg,var(--subject-soft),rgba(255,255,255,0) 36%),#fff;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.student-result-card__title-row{position:relative;z-index:1;display:flex;align-items:baseline;justify-content:space-between;gap:.65rem;min-width:0}.student-result-card__title-row h2{min-width:0;margin:0;font-size:.98rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.student-result-card__title-row p{flex:0 0 auto;margin:0;font-size:.75rem;font-weight:800;line-height:1.2;white-space:nowrap}.student-result-rank{background:rgba(255,255,255,.78);color:var(--subject-accent);border:1px solid var(--subject-border)}.student-result-rank--neutral{background:#f1f5f9;color:#64748b}.student-result-attempt-switch{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:.4rem;align-items:center;padding:.28rem;border:1px solid var(--subject-border);border-radius:16px;background:rgba(255,255,255,.64)}.student-result-attempt-switch>div{display:flex;justify-content:center;gap:.35rem}.student-result-attempt-switch button{min-height:28px;padding:.3rem .5rem;border:1px solid transparent;border-radius:10px;background:transparent;color:#475569;font:inherit;font-size:.78rem;font-weight:900}.student-result-attempt-switch button:hover{opacity:1;background:#fff}.student-result-attempt-switch__tab{min-width:30px}.student-result-attempt-switch__tab--active{border-color:var(--subject-border)!important;background:#fff!important;color:var(--subject-accent)!important}.student-result-card__body{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.75rem;align-items:center}.student-result-score{width:90px;height:90px;display:grid;place-items:center;border-radius:50%;background:radial-gradient(circle at center,#fff 0 58%,transparent 59%),conic-gradient(var(--subject-accent) var(--score-value),#e2e8f0 0)}.student-result-score span{max-width:72px;color:#0f172a;font-size:1rem;font-weight:900;line-height:1.05;text-align:center;overflow-wrap:anywhere}.student-result-score--long span{max-width:64px;font-size:.68rem;line-height:1.08}.student-result-card__metrics{display:grid;gap:.2rem}.student-result-card__metrics span{color:#64748b;font-size:.78rem;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.student-result-card__metrics strong{color:#0f172a;font-size:1.2rem}.student-result-card__metrics small{color:#64748b;line-height:1.35}.student-profile-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.student-profile-field{display:grid;gap:.55rem;padding:1.1rem;border:1px solid #dbeafe;border-radius:22px;background:#fff;box-shadow:0 14px 30px rgba(15,23,42,.06)}.student-profile-field span{color:#64748b;font-size:.75rem;font-weight:900;letter-spacing:.05em;text-transform:uppercase}.student-profile-field strong{color:#0f172a;overflow-wrap:anywhere}.student-profile-plan-list{display:grid;gap:.3rem}.student-profile-field small,.student-profile-muted{color:#64748b;font-size:.82rem;font-weight:700;letter-spacing:0;line-height:1.35;text-transform:none}.student-dashboard-form{display:grid;gap:1rem;padding:1.15rem;border:1px solid #e2e8f0;border-radius:24px;background:#fff;box-shadow:0 14px 30px rgba(15,23,42,.05)}.student-dashboard-form button{justify-self:start}.student-issue-form__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.student-profile-report-section{display:grid;gap:1rem;padding:1.15rem;border:1px solid #e2e8f0;border-radius:24px;background:#fff;box-shadow:0 14px 30px rgba(15,23,42,.05)}.student-profile-report-section h2{margin:.2rem 0 0;color:#0f172a;font-size:1.12rem;letter-spacing:0;line-height:1.2}.student-profile-report-section p{margin-top:.35rem;color:#64748b;line-height:1.45}.student-profile-report-section .student-dashboard-form{padding:0;border:0;border-radius:0;box-shadow:none}.student-issue-form__actions{display:flex;align-items:center;gap:.65rem;flex-wrap:wrap}.student-issue-form select{box-sizing:border-box;height:28px;min-height:0;max-height:28px;padding:0 .5rem;font-size:.88rem;line-height:1.1}.student-issue-form textarea{min-height:170px}.student-report-thanks-modal{max-width:430px}.student-dashboard-profile-action{width:fit-content;min-width:132px;height:40px;min-height:0;padding:0 1rem;border-radius:12px}.student-dashboard-profile-password-button{justify-self:start}.student-avatar-section{display:grid;gap:1rem;padding:1.15rem;border:1px solid #e2e8f0;border-radius:24px;background:#fff;box-shadow:0 14px 30px rgba(15,23,42,.05)}.student-avatar-section__header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.student-avatar-section__eyebrow{display:block;color:#64748b;font-size:.74rem;font-weight:900;letter-spacing:.05em;line-height:1.2;text-transform:uppercase}.student-avatar-section h2,.student-avatar-set h3{margin:0;color:#0f172a;letter-spacing:0;line-height:1.2}.student-avatar-section h2{margin-top:.2rem;font-size:1.12rem}.student-avatar-section__current{display:flex;align-items:center;gap:.75rem}.student-avatar-section__current .student-avatar-image{width:68px;height:68px;border:1px solid #ffedd5;background:#fffaf3}.student-avatar-rules{display:grid;gap:.35rem;padding:.9rem 1rem;border:1px solid #dbeafe;border-radius:16px;background:#f8fbff}.student-avatar-rules p{margin:0;color:#475569;font-size:.88rem;font-weight:700;line-height:1.4}.student-avatar-set-list{display:grid;gap:1rem}.student-avatar-set{display:grid;gap:.75rem}.student-avatar-set__heading{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.student-avatar-set h3{font-size:.96rem}.student-avatar-set__heading span{min-height:24px;display:inline-flex;align-items:center;padding:.15rem .55rem;border-radius:999px;background:#dcfce7;color:#047857;font-size:.74rem;font-weight:900;line-height:1}.student-avatar-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.7rem}.student-avatar-card{min-height:134px;display:grid;justify-items:center;align-content:center;padding:.5rem;border:1px solid #ffedd5;border-radius:16px;background:#fff;color:#334155;cursor:pointer;font:inherit;text-align:center;transition:border-color .14s ease,box-shadow .14s ease,transform .14s ease}.student-avatar-card:hover{border-color:#fed7aa;box-shadow:0 12px 26px rgba(15,23,42,.08);transform:translateY(-1px)}.student-avatar-card--selected{border-color:#2563eb;background:#fff;box-shadow:0 0 0 3px rgba(37,99,235,.14)}.student-avatar-card .student-avatar-image{width:114px;height:114px;border:1px solid #ffedd5;background:#fffaf3}.student-avatar-locked-card{min-height:132px;display:grid;gap:.4rem;place-items:center;padding:1rem;border:1px dashed #cbd5e1;border-radius:16px;background:#f8fafc;color:#64748b;text-align:center}.student-avatar-locked-card>span{width:58px;height:58px;display:inline-grid;place-items:center;border-radius:999px;background:#e2e8f0;color:#334155;font-size:1.6rem;font-weight:900;line-height:1}.student-avatar-locked-card strong{color:#334155;font-size:.98rem;line-height:1.2}.student-avatar-locked-card small{color:#64748b;font-size:.78rem;font-weight:800;line-height:1.3}.student-avatar-unlocked-card{min-height:96px;display:grid;place-items:center;padding:1rem;border:1px solid #bbf7d0;border-radius:16px;background:linear-gradient(135deg,#f0fdf4,#fffdf7);color:#047857;text-align:center;box-shadow:0 12px 26px rgba(22,163,74,.08)}.student-avatar-unlocked-card strong{font-size:.96rem;font-weight:900;line-height:1.25}.student-avatar-modal{width:min(820px,100%);max-height:min(760px,calc(100vh - 2rem));padding:0;overflow:hidden}.student-avatar-modal__form{display:grid;grid-template-rows:auto minmax(0,1fr) auto;max-height:min(760px,calc(100vh - 2rem))}.student-avatar-modal__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem 1.25rem 1rem;border-bottom:1px solid #e2e8f0}.student-avatar-modal__header h2{margin:.2rem 0 0;color:#0f172a;font-size:1.25rem;letter-spacing:0;line-height:1.2}.student-avatar-modal__body{max-height:min(560px,calc(100vh - 220px));overflow-y:auto;padding:1rem 1.25rem;background:#fffdfa}.student-avatar-modal__actions{align-items:flex-start;margin-top:0;padding:1rem 1.25rem 1.25rem;border-top:1px solid #e2e8f0;background:#fff}.student-avatar-modal__actions .button-secondary,.student-avatar-modal__actions .student-dashboard-primary-action{width:112px;height:40px;min-height:40px;justify-content:center;padding:0 1rem;border-radius:12px;line-height:1}.student-password-modal{width:min(520px,100%)}.student-password-modal__form{padding:0;border:0;border-radius:0;box-shadow:none}.student-password-modal__form .exam-modal__actions{margin-top:.25rem}.student-password-modal__error{margin-top:0}.student-plan-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}.student-subscription-note{display:grid;gap:.8rem;padding:1.15rem 1.25rem;border:1px solid #c7d2fe;border-radius:20px;background:linear-gradient(135deg,#eef2ff,#f8fafc);color:#1e293b}.student-subscription-note h2{color:#172554;font-size:1rem}.student-subscription-note ol{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem;margin:0;padding-left:1.15rem;color:#334155;line-height:1.45}.student-subscription-note li::marker{color:#2563eb;font-weight:900}.student-plan-card{padding:1.35rem;grid-template-rows:auto 1fr auto;background:linear-gradient(180deg,rgba(250,245,255,.86),rgba(255,255,255,0) 34%),#fff;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.student-plan-card--current{border-color:#a855f7;box-shadow:0 20px 48px rgba(126,34,206,.12)}.student-plan-card ul{display:grid;gap:.7rem;padding-left:1.15rem;color:#334155;line-height:1.5}.student-plan-card li::marker{color:#a855f7}.student-plan-card .student-dashboard-primary-action,.student-plan-card button{justify-self:start;align-self:end}.student-dashboard-pagination{display:flex;align-items:center;justify-content:flex-end;gap:.45rem}.student-dashboard-pagination__pages{display:flex;flex-wrap:wrap;justify-content:center;gap:.35rem}.student-dashboard-pagination__button,.student-dashboard-pagination__page{min-width:36px;min-height:36px;display:inline-grid;place-items:center;padding:.45rem .7rem;border:1px solid #dbeafe;border-radius:12px;background:#fff;color:#1d4ed8;font:inherit;font-size:.84rem;font-weight:900;line-height:1}.student-dashboard-pagination__button{font-size:1.2rem}.student-dashboard-pagination__button:hover,.student-dashboard-pagination__page:hover{opacity:1;background:#eff6ff}.student-dashboard-pagination__page--active{border-color:#2563eb;background:#2563eb;color:#fff}.button-compact:disabled,.student-dashboard-pagination__button:disabled,.student-dashboard-primary-action:disabled,.student-result-attempt-switch button:disabled,button:disabled{cursor:not-allowed;opacity:.58}@media (max-width:1180px){.student-plan-grid,.student-subscription-note ol,.student-test-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:981px) and (max-height:900px){.student-dashboard-page{padding:.9rem 1rem 1rem}.student-dashboard-shell{gap:1.15rem}.student-dashboard-sidebar{gap:1rem;min-height:calc(100vh - 110px);padding:.9rem}.student-dashboard-profile{padding:.45rem .3rem .35rem}.student-dashboard-profile__logo-card{width:110px;height:84px;margin-bottom:.16rem;border-radius:18px}.student-dashboard-profile__logo{width:69px}.student-dashboard-profile__tagline{margin:.12rem 0 .16rem;font-size:.66rem!important}.student-dashboard-profile .student-avatar-image{width:126px;height:126px}.student-dashboard-profile__avatar{gap:.28rem;margin-top:.48rem}.student-dashboard-logout,.student-dashboard-menu{gap:.45rem}.student-dashboard-menu__item{min-height:43px;gap:.65rem;padding:0 .72rem;border-radius:14px;font-size:.88rem}.student-dashboard-menu__icon{width:28px;height:28px}.student-dashboard-menu__icon img{width:19px;height:19px}.student-dashboard-content,.student-dashboard-panel{gap:.85rem}.student-dashboard-topbar{align-items:center;padding-top:0}.student-dashboard-heading{gap:.15rem}.student-dashboard-heading:before{top:.18rem;height:2rem}.student-dashboard-heading h1{font-size:1.55rem}.student-dashboard-heading p{font-size:.9rem;line-height:1.35}.student-dashboard-brand-pill{min-height:32px;padding:0 .8rem;font-size:.78rem}.student-dashboard-filters{gap:.75rem;padding:.75rem;border-radius:18px}.student-dashboard-filters label{gap:.28rem;font-size:.68rem}.student-dashboard-filters select{min-height:38px;padding:.45rem .62rem;border-radius:12px;font-size:.86rem}.student-test-list{gap:.85rem}.student-test-card{gap:.72rem;padding:.82rem .92rem .92rem}.student-test-card__accent{height:3.1rem}.student-result-card__top,.student-test-card__footer,.student-test-card__top{gap:.55rem}.student-test-card__set{font-size:.68rem}.student-dashboard-status,.student-plan-card__badge,.student-result-rank,.student-test-card__badge{min-height:24px;padding:.2rem .52rem;font-size:.69rem}.student-plan-card h2,.student-result-card h2,.student-test-card h2{margin-bottom:.16rem;font-size:.96rem;line-height:1.18}.student-test-card__details{gap:.18rem;min-height:3.65rem;padding-top:.1rem}.student-test-card__details p{font-size:.84rem;line-height:1.35}.student-test-card__meta{gap:.32rem;min-height:3.2rem}.student-test-card__meta span{padding:.2rem .46rem;font-size:.7rem}.student-test-card__progress{height:6px}.student-dashboard-primary-action{min-height:38px;padding:.54rem .9rem;font-size:.84rem}.student-result-list{gap:.8rem}.student-result-card{gap:.62rem;padding:.85rem}.student-result-attempt-switch{padding:.22rem}.student-result-attempt-switch button{min-height:24px;padding:.24rem .42rem;font-size:.72rem}.student-result-card__body{gap:.58rem}.student-result-score{width:78px;height:78px}.student-result-score span{max-width:62px;font-size:.9rem}.student-result-card__metrics strong{font-size:1.05rem}.student-dashboard-pagination__button,.student-dashboard-pagination__page{min-width:32px;min-height:32px;padding:.34rem .58rem}}@media (max-width:980px){.student-dashboard-page{padding:1rem}.student-dashboard-shell{grid-template-columns:1fr}.student-dashboard-sidebar{position:static;min-height:0;border-radius:26px}.student-dashboard-menu{grid-template-columns:repeat(2,minmax(0,1fr))}.student-dashboard-logout{align-self:auto}.student-dashboard-panel{min-height:0}.student-issue-form__grid,.student-profile-grid,.student-result-list,.student-subscription-note ol{grid-template-columns:1fr}.student-dashboard-filters{grid-template-columns:repeat(2,minmax(0,1fr))}.student-avatar-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:760px){.result-answer-grid,.result-summary-grid,.result-table-row,.result-writing-grid{grid-template-columns:1fr}.result-table-row .button-link{justify-self:start}.student-dashboard-topbar,.student-result-card__body,.student-test-card__footer{align-items:stretch;flex-direction:column}.student-dashboard-topbar{display:grid}.student-dashboard-filters{grid-template-columns:1fr}.student-dashboard-brand-pill{justify-self:start}.student-dashboard-menu,.student-plan-grid,.student-result-card__body,.student-test-list{grid-template-columns:1fr}.student-dashboard-profile .student-avatar-image{width:124px;height:124px}.student-avatar-modal__header,.student-avatar-section__header,.student-avatar-set__heading{align-items:flex-start;flex-direction:column}.student-avatar-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.student-dashboard-pagination{justify-content:space-between}}