:root{--bg:#f5f7fb;--surface:#fff;--surface-strong:#fff;--ink:#22242b;--muted:#646877;--line:#e5e7ec;--navy:#1c2045;--navy-deep:#111633;--orange:#f99d1c;--orange-strong:#fc8703;--teal:#1c2045;--teal-dark:#111633;--blue:#1c2045;--amber:#fc8703;--right:#087443;--wrong:#b42318;--right-bg:#e9f7ef;--wrong-bg:#fff0ed;--shadow:0 18px 48px #1c204529}*{box-sizing:border-box}html{min-width:320px}body{background:var(--bg);color:var(--ink);margin:0;font-family:Roboto,Arial,Helvetica,sans-serif}button{font:inherit}.app-shell{min-height:100vh}.student-practice-page{align-content:start;gap:18px;width:min(1180px,100%);min-height:100vh;margin:0 auto;padding:clamp(18px,4vw,42px);display:grid}.student-practice-header{justify-content:space-between;align-items:end;gap:16px;display:flex}.student-practice-header h2,.practice-empty h2{letter-spacing:0;max-width:760px;margin:4px 0 0;font-size:clamp(1.05rem,2vw,1.4rem);font-weight:760}.eyebrow{color:var(--orange-strong);letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:.76rem;font-weight:820}.worksheet-app-bar .eyebrow{color:var(--orange)}.header-pill,.queue-count{border:1px solid var(--line);background:var(--surface);min-width:max-content;color:var(--muted);border-radius:999px;margin:0;padding:8px 12px;font-size:.9rem;font-weight:760}.practice-stage{border:1px solid var(--line);background:var(--surface);min-height:min(720px,100vh - 130px);box-shadow:var(--shadow);border-radius:8px;grid-template-columns:minmax(280px,.9fr) minmax(0,1.1fr);display:grid;overflow:hidden}.diagram-panel{border-right:1px solid var(--line);background:linear-gradient(135deg,#0f766e1a,#0000 46%),linear-gradient(315deg,#b7791f1f,#0000 42%),#eef4eb;place-items:center;min-height:430px;padding:clamp(18px,4vw,42px);display:grid}.diagram-frame,.diagram-placeholder{aspect-ratio:1/.9;place-items:center;width:min(100%,430px);display:grid}.diagram-frame svg{width:100%;height:auto;max-height:420px}.diagram-shape{fill:#0f766e1a;stroke:var(--ink);stroke-width:3px}.diagram-line{fill:none;stroke:var(--ink);stroke-width:3px}.diagram-shaded{fill:#0f766e57;stroke:var(--ink);stroke-width:3px}.diagram-arrow{fill:none;stroke:var(--teal-dark);stroke-width:3px}.diagram-label{fill:var(--ink);font-size:22px;font-weight:820}.diagram-measure{fill:var(--teal-dark);font-size:20px;font-weight:820}.diagram-placeholder{background:#fffefab3;border:2px dashed #bdcbb8;border-radius:8px;position:relative}.diagram-placeholder span{background:var(--teal);display:block;position:absolute}.diagram-placeholder span:first-child{width:58%;height:3px;transform:rotate(-18deg)}.diagram-placeholder span:nth-child(2){width:42%;height:3px;transform:translateY(58px)rotate(28deg)}.diagram-placeholder span:nth-child(3){width:3px;height:42%;transform:translate(58px)rotate(10deg)}.question-panel{align-content:start;gap:18px;padding:clamp(20px,4vw,44px);display:grid}.question-toolbar{justify-content:space-between;align-items:start;gap:16px;display:flex}.question-toolbar h1{letter-spacing:0;max-width:560px;margin:4px 0 0;font-size:clamp(2rem,5vw,4.2rem);font-weight:850;line-height:.95}.question-meta{flex-wrap:wrap;gap:8px;display:flex}.question-meta span{border:1px solid var(--line);color:#51584d;background:#f6f8f2;border-radius:999px;padding:7px 10px;font-size:.86rem;font-weight:720}.question-text{color:var(--ink);white-space:pre-line;margin:0;font-size:clamp(1.15rem,2.2vw,1.55rem);font-weight:680;line-height:1.38}.choice-button{border:1px solid var(--line);background:var(--surface-strong);min-height:68px;color:var(--ink);cursor:pointer;text-align:left;border-radius:8px;grid-template-columns:38px minmax(0,1fr);align-items:center;gap:12px;padding:12px;transition:border-color .16s,background-color .16s,box-shadow .16s,transform .16s;display:grid}.choice-button:focus-visible,.primary-button:focus-visible,.secondary-button:focus-visible{outline-offset:2px;outline:3px solid #315f9d40}.choice-button strong{width:38px;height:38px;color:var(--teal-dark);background:#edf3e9;border-radius:50%;place-items:center;font-size:.95rem;display:grid}.choice-button span{overflow-wrap:anywhere;min-width:0;font-weight:740}.answer-result p{margin:0}.answer-result.correct{background:var(--right-bg);color:var(--right)}.answer-result.wrong{background:var(--wrong-bg);color:var(--wrong)}.practice-actions{flex-wrap:wrap;gap:10px;display:flex}.source-note{color:var(--muted);margin:4px 0 0;font-size:.88rem;line-height:1.45}.practice-empty{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow);border-radius:8px;padding:clamp(20px,5vw,44px)}.practice-empty p:last-child{max-width:720px;color:var(--muted);margin:12px 0 0;line-height:1.5}@media (max-width:860px){.student-practice-header{align-items:start}.practice-stage{grid-template-columns:1fr}.diagram-panel{border-right:0;border-bottom:1px solid var(--line);min-height:300px}.diagram-frame,.diagram-placeholder{max-width:360px}}@media (max-width:620px){.student-practice-page{padding:14px}.student-practice-header,.question-toolbar{display:grid}.choice-grid{grid-template-columns:1fr}.question-toolbar h1{font-size:clamp(2rem,15vw,3.1rem)}}.student-practice-page{width:min(1440px,100%);min-height:100vh;margin:0 auto;padding:clamp(12px,2.8vw,28px)}.practice-player{gap:14px;display:grid}.practice-topbar{grid-template-columns:minmax(0,1fr) minmax(220px,340px);align-items:end;gap:16px;display:grid}.practice-topbar h1{letter-spacing:0;margin:3px 0 0;font-size:clamp(1.65rem,3.4vw,3rem);line-height:1}.program-meter{gap:8px;display:grid}.program-meter-label{color:var(--muted);justify-content:space-between;gap:12px;font-size:.88rem;font-weight:760;display:flex}.program-meter-label strong{color:var(--ink)}.program-meter-track{border:1px solid var(--line);background:#e7ece0;border-radius:999px;height:10px;overflow:hidden}.program-meter-track span{border-radius:inherit;background:var(--teal);height:100%;display:block}.practice-grid{grid-template-columns:minmax(300px,.42fr) minmax(0,1fr);align-items:start;gap:14px;display:grid}.day-navigation,.day-workspace{border:1px solid var(--line);background:#fffefaf2;border-radius:8px;box-shadow:0 14px 34px #20231f14}.day-navigation{gap:14px;max-height:calc(100vh - 24px);padding:12px;display:grid;position:sticky;top:12px;overflow:auto}.toc-summary{background:#eef4eb;border:1px solid #cfd7c8;border-radius:8px;align-items:center;gap:10px;padding:10px;display:flex}.toc-summary strong{background:var(--teal-dark);color:#fff;border-radius:50%;place-items:center;min-width:48px;height:48px;font-size:1.05rem;display:grid}.toc-summary span{color:#4f594e;font-size:.9rem;font-weight:760;line-height:1.25}.toc-module{gap:8px;display:grid}.module-heading{justify-content:space-between;align-items:baseline;gap:8px;padding:0 2px;display:flex}.module-heading h2{letter-spacing:0;margin:0;font-size:.9rem}.module-heading span{color:var(--muted);font-size:.78rem;font-weight:760}.day-list{gap:8px;display:grid}.day-button{border:1px solid var(--line);background:var(--surface-strong);width:100%;min-height:100px;color:var(--ink);cursor:pointer;text-align:left;border-radius:8px;grid-template-columns:58px minmax(0,1fr);gap:8px 10px;padding:10px;transition:background-color .16s,border-color .16s,box-shadow .16s,transform .16s;display:grid}.day-button:hover{border-color:#9aa89a;transform:translateY(-1px)}.day-button:focus-visible,.question-tabs button:focus-visible,.choice-button:focus-visible,.primary-button:focus-visible,.secondary-button:focus-visible{outline-offset:2px;outline:3px solid #315f9d42}.day-button.is-active{border-color:var(--blue);box-shadow:0 0 0 3px #315f9d21}.day-button.is-support_gap{background:#fbf4e7}.day-button.is-review_needed{background:#f4f6f8}.day-number{width:52px;height:52px;color:var(--teal-dark);background:#edf3e9;border-radius:8px;grid-row:span 3;place-items:center;font-size:.78rem;font-weight:850;display:grid}.day-button-main{gap:3px;min-width:0;display:grid}.day-button-main strong,.day-button-main span,.day-button-meta span,.status-chip{overflow-wrap:anywhere}.day-button-main strong{font-size:.95rem;line-height:1.18}.day-button-main span{color:var(--muted);font-size:.78rem;font-weight:690;line-height:1.25}.day-button-meta{flex-wrap:wrap;gap:5px;min-width:0;display:flex}.day-button-meta span,.status-chip,.day-facts span,.difficulty-badge{border:1px solid var(--line);color:#51584d;background:#f6f8f2;border-radius:999px;padding:5px 8px;font-size:.74rem;font-weight:760;line-height:1.2}.status-chip{width:max-content;max-width:100%}.day-button.is-available .status-chip{background:var(--right-bg);color:var(--right);border-color:#08744347}.day-button.is-support_gap .status-chip,.support-panel.is-support_gap .eyebrow{color:#855c14;background:#fff6e6;border-color:#b7791f5c}.day-button.is-review_needed .status-chip{color:var(--blue);background:#edf3fb;border-color:#315f9d47}.day-workspace{gap:18px;min-width:0;padding:clamp(16px,2.6vw,28px);display:grid}.day-header{gap:12px;display:grid}.day-title-block h2{letter-spacing:0;max-width:840px;margin:4px 0 0;font-size:clamp(1.45rem,3vw,2.35rem);line-height:1.05}.day-review-note{max-width:760px;color:var(--muted);margin:8px 0 0;font-size:.95rem;font-weight:640;line-height:1.45}.day-facts,.question-tabs,.practice-actions{flex-wrap:wrap;gap:8px;display:flex}.success-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:0;padding:0;list-style:none;display:grid}.success-list li{color:#3f473d;background:#f8faf4;border:1px solid #d5dccf;border-radius:8px;min-width:0;padding:10px 12px;font-size:.9rem;font-weight:650;line-height:1.35}.question-workspace,.question-card,.support-panel{gap:14px;display:grid}.question-switcher{justify-content:space-between;align-items:center;gap:12px;display:flex}.question-switcher>span{color:var(--muted);font-size:.9rem;font-weight:800}.question-tabs button{border:1px solid var(--line);background:var(--surface-strong);width:36px;height:36px;color:var(--ink);cursor:pointer;border-radius:50%;font-weight:850}.question-tabs button.is-active{border-color:var(--teal-dark);background:var(--teal);color:#fff}.question-card,.support-panel{border:1px solid var(--line);background:var(--surface-strong);border-radius:8px;padding:clamp(16px,2.5vw,26px)}.question-card-head{justify-content:space-between;align-items:start;gap:14px;display:flex}.question-card-head h3,.support-panel h3{letter-spacing:0;margin:4px 0 0;font-size:clamp(1.15rem,2vw,1.55rem);line-height:1.15}.difficulty-badge{min-width:max-content}.question-text{max-width:780px;color:var(--ink);white-space:pre-line;margin:0;font-size:clamp(1.05rem,1.6vw,1.35rem);font-weight:690;line-height:1.42}.question-diagram{background:#f8faf4;border:1px solid #d5dccf;border-radius:8px;width:min(100%,520px);margin:0;padding:12px}.question-diagram svg{width:100%;height:auto;max-height:300px;display:block}.question-diagram.generated-preview{justify-self:start;width:min(100%,460px)}.question-diagram rect{fill:#fffefa;stroke:#d7dfd0}.diagram-grid-lines line,.axis-line{stroke:var(--ink);stroke-width:2.5px;stroke-linecap:round}.coordinate-grid line{stroke:#d6dfd0;stroke-width:1px}.mirror-line{stroke:var(--amber);stroke-width:3px;stroke-dasharray:7 6}.diagram-connector{stroke:var(--blue);stroke-width:2px;stroke-dasharray:4 5}.coordinate-points circle{fill:var(--teal);stroke:#fff;stroke-width:2px}.question-diagram text{fill:var(--ink);font-size:12px;font-weight:800}.question-diagram .diagram-shape{fill:#0f766e14;stroke:var(--ink);stroke-width:3px}.question-diagram .diagram-line{fill:none;stroke:var(--ink);stroke-width:3px;stroke-linecap:round;stroke-linejoin:round}.question-diagram rect.diagram-line{fill:none}.question-diagram .diagram-shaded{fill:#0f766e4d;stroke:var(--ink);stroke-width:3px}.question-diagram .diagram-dot{fill:var(--teal);stroke:#fff;stroke-width:2px}.question-diagram .diagram-measure,.question-diagram .diagram-label{fill:var(--teal-dark);font-size:18px;font-weight:850}.question-diagram .diagram-large-label{fill:var(--ink);font-size:36px;font-weight:900}.choice-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.choice-button{border:1px solid var(--line);min-height:72px;color:var(--ink);cursor:pointer;text-align:left;background:#fffefa;border-radius:8px;grid-template-columns:38px minmax(0,1fr);align-items:center;gap:5px 12px;padding:12px;transition:border-color .16s,background-color .16s,box-shadow .16s,transform .16s;display:grid}.choice-button:hover{border-color:#9aa89a;transform:translateY(-1px)}.choice-button strong{width:38px;height:38px;color:var(--teal-dark);background:#edf3e9;border-radius:50%;grid-row:span 2;place-items:center;font-size:.95rem;display:grid}.choice-button span{overflow-wrap:anywhere;min-width:0;font-weight:760;line-height:1.25}.choice-button em{width:max-content;max-width:100%;color:var(--blue);background:#edf3fb;border-radius:999px;padding:4px 8px;font-size:.72rem;font-style:normal;font-weight:820}.choice-button.is-selected{border-color:var(--blue);box-shadow:0 0 0 3px #315f9d1f}.choice-button.is-correct{background:var(--right-bg);border-color:#087443b8}.choice-button.is-correct strong{background:var(--right);color:#fff}.choice-button.is-wrong{background:var(--wrong-bg);border-color:#b42318a6}.choice-button.is-wrong strong{background:var(--wrong);color:#fff}.primary-button,.secondary-button{cursor:pointer;text-transform:uppercase;border-radius:999px;min-height:46px;padding:0 18px;font-weight:850}.primary-button{border:2px solid var(--orange);background:var(--orange);color:#fff}.secondary-button{border:2px solid var(--line);background:var(--surface-strong);color:var(--ink)}.primary-button:disabled,.secondary-button:disabled{cursor:not-allowed;opacity:.45}.answer-result{border-radius:8px;padding:14px 16px;font-weight:760}.answer-result p,.support-panel p{margin:0}.answer-result.correct{background:var(--right-bg);color:var(--right);border:1px solid #08744347}.answer-result.wrong{background:var(--wrong-bg);color:var(--wrong);border:1px solid #b4231840}.solution-steps{color:var(--ink);margin:12px 0 0;padding-left:20px;font-weight:560;line-height:1.45}.support-panel{background:#fbf8f0}.support-panel p{max-width:680px;color:var(--muted);font-weight:650;line-height:1.5}.smoke-check-page{gap:16px;width:min(1240px,100%);margin:0 auto;padding:clamp(14px,2.8vw,30px);display:grid}.smoke-check-header h1{max-width:1040px;margin:6px 0 0;font-size:clamp(1.6rem,3.4vw,2.9rem);line-height:1.05}.smoke-check-summary{color:var(--muted);max-width:900px;margin:10px 0 0}.smoke-check-summary strong{color:var(--ink)}.smoke-check-legend{border:1px solid var(--line);background:var(--surface);border-radius:8px;padding:12px 14px}.smoke-check-legend h2{margin:0 0 10px;font-size:1rem}.smoke-check-legend ul{flex-wrap:wrap;gap:14px;margin:0;padding:0;list-style:none;display:flex}.smoke-check-legend li{color:var(--muted);align-items:center;gap:8px;font-size:.9rem;font-weight:650;display:flex}.smoke-record-list{gap:10px;display:grid}.smoke-record{border:1px solid var(--line);background:var(--surface-strong);border-radius:8px}.smoke-record summary{list-style:none}.smoke-record summary::-webkit-details-marker{display:none}.smoke-record-summary{justify-content:space-between;align-items:center;gap:16px;min-height:74px;padding:12px 14px;display:flex}.smoke-record-title{gap:4px;min-width:0;display:grid}.smoke-record-title strong{color:var(--blue);letter-spacing:.01em;word-break:break-all;font-size:.96rem}.smoke-record-title span{color:var(--ink);overflow-wrap:anywhere;font-size:.94rem;font-weight:700}.smoke-record-usage{color:var(--muted);font-size:.84rem;font-weight:700}.smoke-badge{border:1px solid var(--line);letter-spacing:.03em;border-radius:999px;min-width:max-content;padding:8px 10px;font-size:.76rem;font-weight:820}.smoke-badge-missing{color:#9a3412;background:#ffedd5;border-color:#78350f4d}.smoke-badge-not-evaluable{color:#5b21b6;background:#f5f3ff;border-color:#581c874d}.smoke-badge-right{color:#166534;background:#dcfce7;border-color:#065f4647}.smoke-badge-wrong{color:#b91c1c;background:#fee2e2;border-color:#991b1b47}.smoke-record-body{gap:12px;padding:0 14px 14px;display:grid}.smoke-source{color:var(--muted);margin:0;font-size:.92rem}.smoke-meta-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px;margin:0;padding:0;display:grid}.smoke-meta-item{background:#f8faf3;border:1px solid #dae3d8;border-radius:8px;padding:10px}.smoke-meta-item dt{color:var(--muted);text-transform:uppercase;letter-spacing:.03em;margin:0;font-size:.8rem;font-weight:820}.smoke-meta-item dd{color:var(--ink);margin:6px 0 0;font-weight:700;line-height:1.4}.smoke-topic-pair{background:#f1f5ea;border:1px solid #d5dccf;border-radius:999px;margin:0 8px 8px 0;padding:6px 9px;font-size:.78rem;font-weight:700;display:inline-block}.smoke-topic-pair small{color:var(--muted);font-size:.72rem;font-weight:760}.smoke-question{color:var(--ink);margin:0;font-size:1.02rem;font-weight:700;line-height:1.48}.smoke-answer-check{background:#f7fbf4;border:1px solid #d8e4d7;border-radius:8px;gap:5px;padding:10px 12px;display:grid}.smoke-answer-check-reason{color:var(--ink);margin:0;font-size:.92rem;line-height:1.4}.smoke-answer-check-meta{color:var(--muted);margin:0;font-size:.84rem}.smoke-choice-list{gap:8px;margin:0;padding:0;list-style:none;display:grid}.smoke-choice-item{background:var(--surface);border:1px solid #d9e0d4;border-radius:8px;grid-template-columns:38px minmax(0,1fr);gap:12px;padding:9px 10px;display:grid}.smoke-choice-item strong,.smoke-choice-item span{min-width:0}.smoke-choice-item.is-expected-choice{background:var(--right-bg);border-color:#315f9d75}.smoke-choice-key{width:34px;height:34px;color:var(--blue);background:#edf3f0;border-radius:8px;place-items:center;font-weight:860;line-height:1;display:grid}.smoke-choice-text{overflow-wrap:anywhere;font-weight:620}@media (max-width:1120px){.practice-grid{grid-template-columns:minmax(260px,.36fr) minmax(0,1fr)}.success-list{grid-template-columns:1fr}}@media (max-width:760px){.practice-topbar,.practice-grid{grid-template-columns:1fr}.day-workspace{order:1}.day-navigation{order:2;max-height:none;position:static}.question-switcher,.question-card-head{align-items:stretch;display:grid}.choice-grid{grid-template-columns:1fr}}@media (max-width:430px){.student-practice-page{padding:10px}.day-workspace,.day-navigation,.question-card,.support-panel{padding:12px}.day-button{grid-template-columns:1fr}.day-number{border-radius:6px;grid-row:auto;width:100%;height:36px}.question-tabs button{width:34px;height:34px}.primary-button,.secondary-button{flex:130px;padding:0 12px}}.student-worksheet-page{width:min(1440px,100%);min-height:100vh;margin:0 auto;padding:0 clamp(12px,2.4vw,28px) clamp(18px,3vw,32px)}.worksheet-experience{gap:16px;display:grid}.worksheet-app-bar{z-index:10;color:#fff;background:#1c2045f5;justify-content:space-between;align-items:center;gap:18px;min-width:0;min-height:78px;margin-inline:calc(-1*clamp(12px,2.4vw,28px));padding:14px clamp(12px,2.4vw,28px);display:flex;position:sticky;top:0;box-shadow:0 12px 32px #0000002e}.worksheet-brand-heading{min-width:0}.worksheet-brand-heading img{width:min(213px,52vw);height:auto;margin-bottom:8px}.worksheet-app-bar h1{color:#fff;letter-spacing:0;text-transform:uppercase;margin:4px 0 0;font-family:Roboto Slab,Georgia,Times New Roman,serif;font-size:clamp(1.55rem,3vw,2.6rem);line-height:1.02}.student-auth-panel{grid-template-columns:minmax(120px,1fr) minmax(120px,.8fr) max-content;align-items:end;gap:8px;width:min(100%,520px);display:grid}.student-auth-panel label,.student-auth-panel.is-signed-in div{gap:4px;min-width:0;display:grid}.student-auth-panel label span,.student-auth-panel.is-signed-in small{color:#ffffffb8;letter-spacing:0;text-transform:uppercase;font-size:.68rem;font-weight:850}.student-auth-panel input{color:#fff;width:100%;min-height:38px;font:inherit;background:#ffffff1f;border:1px solid #ffffff47;border-radius:8px;padding:0 10px;font-size:.88rem;font-weight:720}.student-auth-panel input::placeholder{color:#ffffff94}.student-auth-panel .primary-button,.student-auth-panel .secondary-button{white-space:nowrap;min-height:38px}.student-auth-panel.is-signed-in{grid-template-columns:minmax(0,1fr) max-content;align-items:center}.student-auth-panel.is-signed-in strong,.student-auth-panel.is-signed-in span{overflow-wrap:anywhere;min-width:0}.student-auth-panel.is-signed-in strong{color:#fff;font-size:.98rem;font-weight:850}.student-auth-panel.is-signed-in span{color:#ffffffc2;font-size:.84rem;font-weight:720}.student-auth-panel.is-signed-out{justify-content:flex-end;align-items:center;width:auto;min-width:max-content;display:flex}.student-auth-panel.is-signed-out span{color:#ffffffc7;text-transform:uppercase;white-space:nowrap;background:#ffffff1a;border:1px solid #fff3;border-radius:999px;padding:8px 11px;font-size:.76rem;font-weight:850;line-height:1.2}.student-login-gate{place-items:center;min-height:calc(100vh - 112px);padding:clamp(18px,4vw,42px) 0;display:grid}.student-login-panel{border:1px solid var(--line);background:var(--surface);border-radius:8px;gap:14px;width:min(100%,460px);padding:clamp(18px,4vw,30px);display:grid;box-shadow:0 16px 42px #1c20451f}.student-login-panel h1,.student-login-panel h2{color:var(--navy);letter-spacing:0;text-transform:uppercase;margin:2px 0 0;font-family:Roboto Slab,Georgia,Times New Roman,serif;font-size:clamp(1.65rem,4vw,2.35rem);line-height:1.05}.student-google-button{align-items:center;min-height:44px;display:grid}.student-login-status{color:var(--muted);margin:0;font-size:.9rem;font-weight:760;line-height:1.4}.student-login-status.is-error{color:var(--wrong)}.worksheet-data-source-banner{color:var(--muted);background:#fff7eb;border:1px solid #ffdca6;border-radius:8px;margin:0;padding:10px 12px;font-size:.9rem;font-weight:760;line-height:1.4}.worksheet-grade-toggle,.worksheet-filter-bar{flex-wrap:wrap;gap:8px;display:flex}.worksheet-course-filter{gap:6px;display:grid}.worksheet-course-filter span{color:var(--muted);letter-spacing:0;text-transform:uppercase;font-size:.72rem;font-weight:850}.worksheet-course-filter select{border:2px solid var(--line);background:var(--surface);width:100%;min-height:44px;color:var(--ink);font:inherit;border-radius:8px;padding:0 12px;font-size:.96rem;font-weight:820}.worksheet-grade-toggle button,.worksheet-filter-bar button{border:2px solid var(--line);background:var(--surface);min-height:40px;color:var(--muted);text-transform:uppercase;cursor:pointer;border-radius:999px;padding:0 12px;font-weight:800}.worksheet-grade-toggle button.is-active,.worksheet-filter-bar button.is-active{border-color:var(--orange);background:var(--orange);color:#fff}.worksheet-grade-toggle button:focus-visible,.worksheet-course-filter select:focus-visible,.worksheet-filter-bar button:focus-visible,.worksheet-list button:focus-visible,.worksheet-choice:focus-visible,.worksheet-question-tabs button:focus-visible,.student-auth-panel input:focus-visible{outline-offset:2px;outline:3px solid #315f9d52}.worksheet-layout{grid-template-columns:minmax(280px,.78fr) minmax(0,1.28fr) minmax(260px,.72fr);align-items:start;gap:14px;display:grid}.worksheet-selection,.worksheet-player-pane,.worksheet-progress-rail{min-width:0}.worksheet-selection,.worksheet-progress-rail{scrollbar-width:thin;gap:12px;max-height:calc(100vh - 24px);display:grid;position:sticky;top:12px;overflow:auto}.worksheet-player-pane,.worksheet-practice-list-panel,.worksheet-section-page{border:1px solid var(--line);background:var(--surface);border-radius:8px;box-shadow:0 10px 28px #1c204514}.worksheet-practice-list-panel,.worksheet-section-page{padding:12px}.worksheet-panel-heading{justify-content:space-between;align-items:center;gap:10px;margin-bottom:10px;display:flex}.worksheet-panel-heading h2{color:var(--navy);text-transform:uppercase;margin:0;font-family:Roboto Slab,Georgia,Times New Roman,serif;font-size:.98rem;line-height:1.15}.worksheet-panel-heading span{min-width:max-content;color:var(--muted);font-size:.78rem;font-weight:820}.worksheet-practice-groups,.worksheet-list,.worksheet-badge-list{gap:8px;display:grid}.worksheet-practice-groups{gap:14px}.worksheet-list button{background:var(--surface-strong);width:100%;min-width:0;color:var(--ink);text-align:left;cursor:pointer;border:1px solid #d9e0d4;border-radius:8px}.worksheet-practice-group{gap:8px;display:grid}.worksheet-practice-group-heading{justify-content:space-between;align-items:center;gap:10px;padding:2px 2px 0;display:flex}.worksheet-practice-group-heading h3{min-width:0;color:var(--ink);overflow-wrap:anywhere;margin:0;font-size:.92rem;font-weight:850;line-height:1.2}.worksheet-practice-group-heading span{min-width:max-content;color:var(--muted);font-size:.74rem;font-weight:820}.worksheet-list button.is-active{box-shadow:inset 4px 0 0 var(--teal);background:#eef7f2;border-color:#0f766e8c}.worksheet-list strong{overflow-wrap:anywhere;min-width:0;font-size:.92rem}.worksheet-list span,.worksheet-list small{color:var(--muted);overflow-wrap:anywhere;font-size:.78rem;font-weight:720}.worksheet-list button{gap:5px;padding:11px;display:grid}.worksheet-blocked-state{background:#f8faf3;border:1px dashed #c9d3c2;border-radius:8px;padding:12px}.worksheet-blocked-state strong{color:var(--ink);overflow-wrap:anywhere;display:block}.worksheet-blocked-state p,.worksheet-challenge p,.worksheet-next-up,.worksheet-opt-in-copy,.worksheet-leaderboard small{color:var(--muted);margin:6px 0 0;font-size:.88rem;line-height:1.42}.worksheet-player-pane{min-height:calc(100vh - 108px);overflow:hidden}.worksheet-player,.worksheet-player-empty{gap:14px;padding:clamp(14px,2.6vw,24px);display:grid}.worksheet-player-empty{align-content:center;min-height:420px}.worksheet-player-empty h2{max-width:620px;margin:4px 0 0;font-size:clamp(1.35rem,2.6vw,2rem);line-height:1.1}.worksheet-player-header{justify-content:space-between;align-items:start;gap:14px;display:flex}.worksheet-player-header h2{letter-spacing:0;max-width:680px;margin:5px 0 0;font-size:clamp(1.3rem,2.4vw,2rem);line-height:1.08}.worksheet-meta-strip,.worksheet-question-tabs,.worksheet-practice-actions,.worksheet-actions{flex-wrap:wrap;gap:8px;display:flex}.worksheet-meta-strip{justify-content:flex-end}.worksheet-meta-strip span{border:1px solid var(--line);min-height:34px;color:var(--muted);white-space:nowrap;background:#f8faf3;border-radius:999px;place-items:center;padding:0 10px;font-size:.8rem;font-weight:820;display:inline-grid}.worksheet-question-tabs button{border:1px solid var(--line);background:var(--surface-strong);width:36px;height:36px;color:var(--muted);cursor:pointer;border-radius:8px;font-weight:850}.worksheet-question-tabs button.is-active{background:var(--ink);color:var(--surface)}.worksheet-practice-actions{background:#f8faf3;border:1px solid #d8e4d7;border-radius:8px;justify-content:space-between;align-items:center;padding:10px}.worksheet-practice-actions span{color:var(--muted);font-size:.88rem;font-weight:760;line-height:1.35}.worksheet-question{gap:14px;display:grid}.worksheet-question-heading h3{max-width:760px;margin:4px 0 0;font-size:clamp(1.05rem,1.8vw,1.35rem);line-height:1.18}.worksheet-question-text{max-width:760px;color:var(--ink);overflow-wrap:anywhere;white-space:pre-line;margin:0;font-size:clamp(1.05rem,1.6vw,1.28rem);font-weight:720;line-height:1.5}.worksheet-question-preview{background:#f8fbf6;border:1px solid #d8e4d7;border-radius:8px;width:min(100%,520px);margin:0;padding:10px}.worksheet-choice{border:1px solid var(--line);background:var(--surface-strong);min-height:58px;color:var(--ink);text-align:left;cursor:pointer;border-radius:8px;grid-template-columns:38px minmax(0,1fr);align-items:center;gap:10px;padding:9px 10px;display:grid}.worksheet-choice strong{width:34px;height:34px;color:var(--orange-strong);background:#fff4e3;border-radius:8px;place-items:center;line-height:1;display:grid}.worksheet-choice span{overflow-wrap:anywhere;min-width:0;font-weight:700}.worksheet-choice em{color:var(--muted);grid-column:2;font-size:.78rem;font-style:normal;font-weight:820}.worksheet-choice.is-selected{background:#fff7eb;border-color:#f99d1cb8}.worksheet-choice.is-correct{background:var(--right-bg);border-color:#08744373}.worksheet-choice.is-wrong{background:var(--wrong-bg);border-color:#b423186b}.worksheet-free-response{gap:8px;max-width:420px;font-weight:800;display:grid}.worksheet-free-response input{border:1px solid var(--line);background:var(--surface-strong);min-height:46px;color:var(--ink);font:inherit;border-radius:8px;padding:0 12px}.worksheet-actions{align-items:center}.worksheet-feedback{border:1px solid var(--line);border-radius:8px;padding:12px}.worksheet-feedback.is-correct{background:var(--right-bg);border-color:#0874435c}.worksheet-feedback strong{color:var(--ink);display:block}.worksheet-feedback p,.worksheet-feedback ol,.worksheet-status-message{color:var(--ink);margin:8px 0 0;line-height:1.45}.worksheet-feedback ol{padding-left:20px}.worksheet-progress-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.worksheet-metric{background:#f8faf3;border:1px solid #d9e0d4;border-radius:8px;min-height:74px;padding:10px}.worksheet-metric strong{color:var(--ink);font-size:1.16rem;line-height:1;display:block}.worksheet-metric span{color:var(--muted);margin-top:6px;font-size:.78rem;font-weight:800;display:block}.worksheet-badge{background:var(--surface-strong);border:1px solid #d9e0d4;border-radius:8px;gap:6px;padding:10px;display:grid}.worksheet-badge strong{overflow-wrap:anywhere;font-size:.86rem}.worksheet-badge span{color:var(--muted);text-transform:capitalize;font-size:.78rem;font-weight:820}.worksheet-badge.is-earned{background:#edf9ef;border-color:#08744357}.worksheet-badge.is-in_progress{background:#fff8e8;border-color:#b7791f57}.worksheet-badge-track,.worksheet-challenge-meter{background:#eceef5;border-radius:999px;height:8px;overflow:hidden}.worksheet-badge-track span,.worksheet-challenge-meter span{border-radius:inherit;background:var(--orange);height:100%;display:block}.worksheet-challenge-meter{margin-top:10px}.worksheet-challenge small,.worksheet-leaderboard small{color:var(--muted);margin-top:8px;line-height:1.35;display:block}.worksheet-leaderboard ol{gap:8px;margin:0;padding:0;list-style:none;display:grid}.worksheet-leaderboard li{background:var(--surface-strong);border:1px solid #d9e0d4;border-radius:8px;grid-template-columns:28px minmax(0,1fr) max-content;align-items:center;gap:8px;padding:8px;display:grid}.worksheet-leaderboard li span{width:24px;height:24px;color:var(--teal-dark);background:#edf3f0;border-radius:999px;place-items:center;font-size:.78rem;font-weight:850;display:grid}.worksheet-leaderboard li strong{overflow-wrap:anywhere;min-width:0;font-size:.88rem}.worksheet-leaderboard li em{color:var(--blue);font-size:.8rem;font-style:normal;font-weight:850}@media (max-width:1180px){.worksheet-layout{grid-template-columns:minmax(260px,.82fr) minmax(0,1.18fr)}.worksheet-progress-rail{grid-column:1/-1;grid-template-columns:repeat(2,minmax(0,1fr));max-height:none;position:static}}@media (max-width:820px){.worksheet-app-bar,.worksheet-player-header{align-items:stretch;display:grid}.student-auth-panel{grid-template-columns:1fr;width:100%}.student-auth-panel.is-signed-in{grid-template-columns:1fr;justify-items:start}.worksheet-layout{grid-template-columns:1fr}.worksheet-selection,.worksheet-progress-rail{max-height:none;position:static}.worksheet-player-pane{order:1;min-height:0}.worksheet-selection{order:2}.worksheet-progress-rail{order:3;grid-template-columns:1fr}}@media (max-width:520px){.student-worksheet-page{padding:10px}.worksheet-choice-list,.worksheet-progress-grid{grid-template-columns:1fr}.worksheet-grade-toggle button,.worksheet-filter-bar button{flex:92px}.worksheet-actions .primary-button,.worksheet-actions .secondary-button{flex:132px}.worksheet-player,.worksheet-player-empty,.worksheet-practice-list-panel,.worksheet-progress-card,.worksheet-badges,.worksheet-challenge,.worksheet-leaderboard{padding:12px}}.student-auth-page,.grade-pathway-page{color:#1f2236;background:#f7f8f7;min-height:100vh}.grade-pathway-page{align-content:start;display:grid}.grade-pathway-topbar{color:#fff;background:#25294b;grid-template-columns:minmax(220px,1fr) max-content minmax(260px,520px);align-items:center;gap:18px;min-height:72px;padding:12px clamp(14px,3vw,34px);display:grid}.grade-pathway-brand{align-items:center;gap:12px;min-width:0;display:flex}.grade-pathway-brand img{width:min(142px,34vw);height:auto}.grade-pathway-brand strong{color:#fff;overflow-wrap:anywhere;min-width:0;font-size:.98rem;font-weight:820}.grade-pathway-topbar nav a{color:#fff;font-size:.9rem;font-weight:760;text-decoration:none}.grade-pathway-shell{gap:18px;width:min(1240px,100%);margin:0 auto;padding:clamp(18px,3vw,34px);display:grid}.grade-pathway-heading{gap:6px;display:grid}.grade-pathway-heading h1{color:#1f2236;letter-spacing:0;margin:0;font-size:clamp(1.85rem,4vw,3.2rem);line-height:1.02}.grade-pathway-heading p:not(.eyebrow){color:#515264;max-width:720px;margin:0;font-size:.96rem;font-weight:680;line-height:1.45}.grade-pathway-grid{grid-template-columns:minmax(280px,.82fr) minmax(0,1.18fr);align-items:start;gap:16px;display:grid}.grade-pathway-list,.grade-pathway-detail{gap:10px;min-width:0;display:grid}.grade-pathway-card,.grade-pathway-detail,.grade-pathway-recommendation,.topic-readiness{background:#fff;border:1px solid #d8dade;border-radius:8px}.grade-pathway-card{color:#1f2236;cursor:pointer;text-align:left;grid-template-columns:minmax(0,1fr) max-content;align-items:start;gap:7px 12px;width:100%;min-height:126px;padding:14px;display:grid}.grade-pathway-card:hover,.grade-pathway-card:focus-visible{border-color:#1a4987}.grade-pathway-card:focus-visible,.grade-pathway-actions a:focus-visible,.grade-pathway-actions button:focus-visible{outline-offset:2px;outline:3px solid #bfc6bf}.grade-pathway-card.is-selected{border-color:#1a4987;box-shadow:0 0 0 3px #f4f5f6}.grade-pathway-card.is-preview{color:#515264;background:#f4f5f6}.grade-pathway-card-kicker,.grade-pathway-status,.grade-pathway-card em{font-size:.78rem;font-weight:820;line-height:1.2}.grade-pathway-card-kicker{color:#515264}.grade-pathway-card strong{color:#1f2236;font-size:1.15rem;line-height:1.12}.grade-pathway-status{color:#767586;border:1px solid #d8dade;border-radius:999px;justify-self:end;padding:5px 8px}.grade-pathway-status.is-ready{color:#1a4987;border-color:#1a4987}.grade-pathway-card small,.grade-pathway-card em{color:#515264;overflow-wrap:anywhere;grid-column:1/-1;font-style:normal;line-height:1.35}.grade-pathway-card em{color:#1a4987}.grade-pathway-detail{padding:clamp(16px,2.6vw,24px)}.grade-pathway-detail.is-preview{background:#f4f5f6;align-content:start}.grade-pathway-detail-header{justify-content:space-between;gap:16px;display:flex}.grade-pathway-detail-header h2,.grade-pathway-detail.is-preview h2{color:#1f2236;letter-spacing:0;margin:4px 0 0;font-size:clamp(1.35rem,2.6vw,2.15rem);line-height:1.08}.grade-pathway-detail-header p,.grade-pathway-detail.is-preview p{color:#515264;margin:8px 0 0;font-weight:680;line-height:1.4}.grade-pathway-detail-header>span{color:#1a4987;border:1px solid #1a4987;border-radius:999px;height:max-content;padding:6px 9px;font-size:.78rem;font-weight:820}.grade-pathway-actions{flex-wrap:wrap;gap:10px;display:flex}.grade-pathway-actions .primary-button,.grade-pathway-actions .secondary-button,.grade-pathway-detail.is-preview .secondary-button{text-transform:none;border-radius:8px;place-items:center;min-height:44px;text-decoration:none;display:inline-grid}.grade-pathway-actions .primary-button{color:#fff;background:#1a4987;border-color:#1a4987}.grade-pathway-actions .secondary-button,.grade-pathway-detail.is-preview .secondary-button{color:#1f2236;background:#fff;border-color:#d8dade}.grade-pathway-recommendation{background:#fff;border-color:#f2ac4d;gap:5px;padding:14px;display:grid}.grade-pathway-recommendation span{color:#515264;font-size:.78rem;font-weight:820}.grade-pathway-recommendation strong{color:#1a4987;font-size:1.08rem}.grade-pathway-recommendation small{color:#515264;font-weight:680}.topic-readiness{overflow:hidden}.topic-readiness-heading,.topic-readiness-row{grid-template-columns:minmax(160px,1fr) minmax(260px,1.3fr);align-items:center;gap:10px;padding:11px 14px;display:grid}.topic-readiness-heading{background:#f4f5f6}.topic-readiness-heading h3{color:#1f2236;margin:0;font-size:.96rem}.topic-readiness-heading div,.topic-readiness-row div{grid-template-columns:repeat(3,minmax(72px,1fr));gap:8px;display:grid}.topic-readiness-heading span{color:#767586;font-size:.76rem;font-weight:820}.topic-readiness-row+.topic-readiness-row{border-top:1px solid #d8dade}.topic-readiness-row strong{color:#1f2236;overflow-wrap:anywhere;min-width:0;font-size:.9rem}.topic-lane{color:#767586;text-align:center;border:1px solid #d8dade;border-radius:8px;place-items:center;min-height:30px;font-size:.75rem;font-weight:820;display:grid}.topic-lane.is-strong{color:#1a4987;background:#f7f8f7;border-color:#bfc6bf}.topic-lane.is-next-focus{color:#1f2236;background:#fff;border-color:#f2ac4d}@media (max-width:920px){.grade-pathway-topbar,.grade-pathway-grid{grid-template-columns:1fr}.grade-pathway-topbar{align-items:start}.grade-pathway-topbar nav{order:3}}@media (max-width:620px){.grade-pathway-shell{padding:14px}.grade-pathway-detail-header,.grade-pathway-actions{display:grid}.topic-readiness-heading,.topic-readiness-row,.topic-readiness-heading div,.topic-readiness-row div{grid-template-columns:1fr}}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.student-worksheet-page{color:#121733;background:#f5f7fb;width:100%;max-width:none;min-height:100vh;margin:0;padding:0}.worksheet-experience{background:#f5f7fb;align-content:start;gap:0;min-height:100vh;display:grid}.worksheet-app-bar{z-index:20;color:#fff;background:#061c44;grid-template-columns:300px minmax(0,1fr) 240px;align-items:center;gap:24px;min-height:92px;margin:0;padding:0 28px;display:grid;position:sticky;top:0;box-shadow:0 1px #ffffff14,0 14px 28px #061c442e}.worksheet-brand-heading{justify-items:start;gap:7px;min-width:0;display:grid}.worksheet-brand-heading img{width:224px;max-width:100%;height:auto;margin:0}.worksheet-app-bar .eyebrow,.worksheet-sidebar-kicker{color:#ff9800;letter-spacing:.06em;text-transform:uppercase;margin:0;font-size:.82rem;font-weight:850;line-height:1}.student-practice-nav{scrollbar-width:none;justify-content:center;align-items:center;gap:48px;min-width:0;height:100%;display:flex;overflow-x:auto}.student-practice-nav::-webkit-scrollbar{display:none}.student-practice-nav button{color:#ffffffeb;cursor:pointer;min-height:92px;font:inherit;white-space:nowrap;background:0 0;border:0;place-items:center;padding:0;font-size:1.05rem;font-weight:740;text-decoration:none;display:grid;position:relative}.student-practice-nav button.is-active:after{content:"";background:#ff7a00;border-radius:999px;height:4px;position:absolute;bottom:18px;left:0;right:0}.student-identity-menu{color:#fff;cursor:pointer;text-align:left;background:0 0;border:0;justify-self:end;align-items:center;gap:18px;min-width:0;padding:8px 0 8px 10px;display:flex}.student-identity-menu:disabled{cursor:not-allowed;opacity:.58}.student-identity-menu span{gap:4px;min-width:0;display:grid}.student-identity-menu strong,.student-identity-menu small{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.student-identity-menu strong{font-size:.98rem;font-weight:830}.student-identity-menu small{color:#ffffffd1;font-size:.88rem;font-weight:680}.student-identity-menu i{border-bottom:2px solid #fff;border-right:2px solid #fff;width:11px;height:11px;transform:rotate(45deg)translateY(-2px)}.student-identity-menu:focus-visible,.student-practice-nav button:focus-visible,.change-set-button:focus-visible,.worksheet-sidebar-disclosure summary:focus-visible,.worksheet-choice:focus-visible,.worksheet-question-tabs button:focus-visible,.primary-button:focus-visible,.secondary-button:focus-visible,.worksheet-course-filter select:focus-visible,.worksheet-filter-bar button:focus-visible,.worksheet-list button:focus-visible{outline-offset:3px;outline:3px solid #ff7a0052}.worksheet-data-source-banner{color:#4e5668;background:#fff8ed;border:1px solid #ffd29a;border-radius:6px;width:calc(100% - 48px);margin:14px auto 0;padding:10px 12px;font-size:.88rem;font-weight:720;line-height:1.4}.worksheet-layout{grid-template-columns:326px minmax(0,1fr);align-items:start;gap:0;width:100%;display:grid}.worksheet-selection{min-width:0;height:calc(100vh - 92px);max-height:none;box-shadow:none;background:#f5f7fb;border-right:1px solid #d8dde8;align-content:start;gap:0;padding:30px 24px;display:grid;position:sticky;top:92px;overflow:auto}.worksheet-current-card{border-bottom:1px solid #d8dde8;gap:22px;padding:22px 0 26px;display:grid}.worksheet-sidebar-line{grid-template-columns:30px minmax(0,1fr);align-items:start;gap:16px;min-width:0;display:grid}.worksheet-sidebar-line div{gap:6px;min-width:0;display:grid}.worksheet-sidebar-line strong{color:#111936;overflow-wrap:anywhere;font-size:1.02rem;font-weight:820;line-height:1.22}.worksheet-sidebar-line small,.worksheet-sidebar-disclosure-body p{color:#5f6677;font-size:.88rem;font-weight:650;line-height:1.35}.worksheet-sidebar-icon{color:#101936;place-items:center;width:24px;height:24px;display:inline-grid;position:relative}.worksheet-sidebar-icon:before,.worksheet-sidebar-icon:after{content:"";display:block;position:absolute}.worksheet-sidebar-icon.is-book:before{border:2px solid;border-radius:3px;inset:3px 6px 3px 4px}.worksheet-sidebar-icon.is-book:after{background:currentColor;width:2px;top:5px;bottom:5px;left:10px}.worksheet-sidebar-icon.is-clock:before{border:2px solid;border-radius:50%;inset:3px}.worksheet-sidebar-icon.is-clock:after{border-bottom:2px solid;border-left:2px solid;width:8px;height:8px;transform:translate(2px,-1px)}.worksheet-sidebar-icon.is-list:before{border:2px solid;border-radius:3px;inset:4px 5px}.worksheet-sidebar-icon.is-list:after{background:currentColor;width:7px;height:2px;top:8px;left:10px;box-shadow:0 4px,0 8px}.worksheet-sidebar-icon.is-plus:before,.worksheet-sidebar-icon.is-plus:after{border:2px solid;border-radius:50%;inset:4px}.worksheet-sidebar-icon.is-plus:after{background:currentColor;border:0;border-radius:0;width:12px;height:2px;inset:auto;box-shadow:0 0}.worksheet-sidebar-icon.is-plus{background:linear-gradient(currentColor,currentColor) 50%/2px 12px no-repeat}.worksheet-sidebar-disclosure{border-bottom:1px solid #d8dde8}.worksheet-sidebar-disclosure summary{color:#121936;cursor:pointer;grid-template-columns:30px minmax(0,1fr) 18px;align-items:center;gap:14px;min-height:58px;list-style:none;display:grid}.worksheet-sidebar-disclosure summary::-webkit-details-marker{display:none}.worksheet-sidebar-disclosure summary strong{font-size:.96rem;font-weight:760}.worksheet-sidebar-disclosure summary i{border-bottom:2px solid #0f1732;border-right:2px solid #0f1732;width:10px;height:10px;transform:rotate(45deg)translateY(-2px)}.worksheet-sidebar-disclosure[open] summary i{transform:rotate(225deg)translate(-2px,-2px)}.worksheet-sidebar-disclosure-body{gap:12px;padding:4px 0 18px 44px;display:grid}.worksheet-sidebar-disclosure-body p{margin:0}.worksheet-course-filter,.worksheet-filter-bar,.worksheet-practice-groups,.worksheet-list,.worksheet-badge-list{min-width:0}.worksheet-course-filter span{color:#5f6677;text-transform:uppercase;font-size:.72rem;font-weight:820}.worksheet-course-filter select{color:#121936;background:#fff;border:1px solid #d8dde8;border-radius:6px;min-height:40px;font-size:.92rem;font-weight:700}.worksheet-filter-bar button{color:#5f6677;text-transform:none;background:#fff;border:1px solid #d8dde8;border-radius:999px;min-height:34px;padding:0 11px;font-size:.78rem;font-weight:760}.worksheet-filter-bar button.is-active{color:#fff;background:#ff7a00;border-color:#ff7a00}.worksheet-practice-list-panel,.worksheet-section-page{box-shadow:none;background:#fff;border:1px solid #d8dde8;border-radius:6px}.worksheet-practice-list-panel{padding:10px}.worksheet-panel-heading h2{color:#121936;text-transform:none;font-family:Roboto,Arial,Helvetica,sans-serif;font-size:.88rem;font-weight:820}.worksheet-panel-heading span{color:#687083;font-size:.76rem}.worksheet-practice-group-heading h3,.worksheet-list strong{color:#121936;font-size:.88rem}.worksheet-list button{background:#fff;border:1px solid #d8dde8;border-radius:6px;padding:10px}.worksheet-list button.is-active{background:#f0faf2;border-color:#0b7a2a;box-shadow:inset 3px 0 #0b7a2a}.worksheet-player-pane{min-width:0;min-height:0;box-shadow:none;background:0 0;border:0;gap:16px;padding:16px 18px 32px;display:grid;overflow:visible}.worksheet-player,.worksheet-player-empty{background:#fff;border:1px solid #d3d8e2;border-radius:6px;gap:0;min-width:0;padding:0;display:grid;overflow:hidden;box-shadow:0 1px 2px #1217330d}.worksheet-player-empty{align-content:center;min-height:560px;padding:34px}.worksheet-player-empty h2{color:#121936;margin:6px 0 0;font-size:1.7rem;line-height:1.12}.worksheet-player-topline{border-bottom:1px solid #d3d8e2;grid-template-columns:max-content minmax(0,1fr) max-content;align-items:center;gap:22px;min-height:74px;padding:0 28px;display:grid}.worksheet-player-topline>span{color:#343c52;white-space:nowrap;font-size:.96rem;font-weight:710}.worksheet-question-tabs{scrollbar-width:thin;flex-wrap:nowrap;justify-content:center;align-items:center;gap:13px;min-width:0;padding:10px 2px;display:flex;overflow-x:auto}.worksheet-question-tabs button{color:#0000;cursor:pointer;background:#d3d5db;border:0;border-radius:50%;flex:none;width:12px;height:12px;padding:0}.worksheet-question-tabs button span{font-size:0}.worksheet-question-tabs button.is-complete{background:#ff7a00}.worksheet-question-tabs button.is-active{background:#fff;border:2px solid #ff7a00;width:26px;height:26px;box-shadow:inset 0 0 0 5px #ff7a00}.change-set-button{color:#111936;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #d8dde8;border-radius:5px;align-items:center;gap:11px;min-height:44px;padding:0 16px;font-size:.92rem;font-weight:780;display:inline-flex}.change-set-icon{gap:4px;width:20px;display:grid}.change-set-icon span{background:#0f1732;border-radius:999px;height:2px;position:relative}.change-set-icon span:after{content:"";background:#fff;border:2px solid #0f1732;border-radius:50%;width:5px;height:5px;position:absolute;top:50%;transform:translateY(-50%)}.change-set-icon span:first-child:after{left:4px}.change-set-icon span:nth-child(2):after{right:3px}.change-set-icon span:nth-child(3):after{left:9px}.worksheet-question{gap:22px;padding:28px 34px 30px;display:grid}.worksheet-question-heading{gap:14px;display:grid}.worksheet-topic-label{color:#485067;margin:0;font-size:1rem;font-weight:760;line-height:1.3}.worksheet-question-heading h2{color:#050609;margin:0;font-size:1.78rem;font-weight:850;line-height:1.15}.worksheet-question-body{align-items:start;gap:26px;min-width:0;display:grid}.worksheet-question-body.has-diagram{grid-template-columns:minmax(0,1fr) minmax(260px,360px)}.worksheet-question-text{color:#111936;overflow-wrap:anywhere;max-width:620px;margin:0;font-size:1.18rem;font-weight:520;line-height:1.55}.worksheet-question-preview{background:0 0;border:0;border-radius:0;justify-self:center;width:min(100%,330px);margin:-8px 0 0;padding:0}.worksheet-question-preview svg{width:100%;height:auto;max-height:280px;display:block}.worksheet-question-preview .diagram-shape,.worksheet-question-preview rect.diagram-line{fill:none;stroke:#0b0b0d;stroke-width:3px}.worksheet-question-preview .diagram-line{fill:none;stroke:#0b0b0d;stroke-width:3px;stroke-linecap:round;stroke-linejoin:round}.worksheet-question-preview .diagram-shaded{fill:#69c9aea3;stroke:#0b0b0d;stroke-width:3px}.worksheet-question-preview .diagram-measure,.worksheet-question-preview .diagram-label{fill:#050609;font-size:18px;font-weight:850}.worksheet-choice-list{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:18px;display:grid}.worksheet-choice{color:#111936;cursor:pointer;text-align:left;background:#fff;border:1px solid #d8dde8;border-radius:6px;grid-template-rows:minmax(32px,auto) auto;grid-template-columns:40px minmax(0,1fr) 28px;align-items:center;gap:5px 14px;min-width:0;min-height:94px;padding:16px 18px;transition:border-color .14s,background-color .14s,box-shadow .14s,transform .14s;display:grid;position:relative}.worksheet-choice:hover:not(:disabled){border-color:#b7bfcd;transform:translateY(-1px)}.worksheet-choice:disabled{cursor:not-allowed;opacity:.72}.worksheet-choice strong{color:#3d4458;background:#fff;border:1px solid #c9d1df;border-radius:5px;place-items:center;width:36px;height:36px;font-size:1rem;font-weight:850;line-height:1;display:grid}.worksheet-choice span{color:#101936;overflow-wrap:anywhere;min-width:0;font-size:1rem;font-weight:650;line-height:1.35}.worksheet-choice em{color:#0b6e20;grid-column:2/-1;margin-top:2px;font-size:.82rem;font-style:normal;font-weight:820;line-height:1.25}.worksheet-choice i{background:#0b7a2a;border-radius:50%;place-items:center;width:30px;height:30px;display:grid}.worksheet-choice i:before{content:"";border-bottom:3px solid #fff;border-left:3px solid #fff;width:12px;height:7px;transform:rotate(-45deg)translate(1px,-1px)}.worksheet-choice.is-selected{background:#fff8ee;border-color:#ff7a00;box-shadow:0 0 0 2px #ff7a0024}.worksheet-choice.is-correct{background:#f0faf2;border-color:#0b7a2a;box-shadow:0 0 0 1px #0b7a2a2e}.worksheet-choice.is-correct strong{color:#0b7a2a;border-color:#0b7a2a70}.worksheet-choice.is-wrong{background:#fff1ef;border-color:#b42318;box-shadow:0 0 0 1px #b423182e}.worksheet-choice.is-wrong strong{color:#b42318;border-color:#b423186b}.worksheet-free-response{color:#111936;gap:8px;max-width:460px;font-weight:760;display:grid}.worksheet-free-response input{color:#111936;min-height:48px;font:inherit;background:#fff;border:1px solid #d8dde8;border-radius:6px;padding:0 12px}.worksheet-live-region{min-height:0}.worksheet-feedback{background:#f2fbf4;border:1px solid #c9e3cf;border-radius:6px;padding:26px 28px}.worksheet-feedback.is-wrong{background:#fff4f2;border-color:#f0c4bf}.worksheet-feedback-summary{grid-template-columns:38px minmax(0,1fr);align-items:start;gap:22px;display:grid}.worksheet-feedback-summary>span{border:2px solid #0b7a2a;border-radius:50%;place-items:center;width:34px;height:34px;display:grid}.worksheet-feedback.is-wrong .worksheet-feedback-summary>span{border-color:#b42318}.worksheet-feedback-summary>span:before{content:"";border-bottom:3px solid #0b7a2a;border-left:3px solid #0b7a2a;width:13px;height:8px;transform:rotate(-45deg)translate(1px,-1px)}.worksheet-feedback.is-wrong .worksheet-feedback-summary>span:before{background:linear-gradient(45deg,#0000 43%,#b42318 44% 56%,#0000 57%),linear-gradient(-45deg,#0000 43%,#b42318 44% 56%,#0000 57%);border:0;width:14px;height:14px;transform:none}.worksheet-feedback strong{color:#0b7a2a;font-size:1.32rem;font-weight:850;line-height:1.2}.worksheet-feedback.is-wrong strong{color:#b42318}.worksheet-feedback p{color:#111936;margin:8px 0 0;font-size:1rem;line-height:1.45}.worksheet-solution-block{border-top:1px solid #d6ded8;margin:20px 0 0 60px;padding-top:14px}.worksheet-solution-block>strong{color:#0b7a2a;font-size:.92rem;font-weight:850}.worksheet-solution-block ol{color:#111936;margin:8px 0 0;padding-left:22px;font-size:.98rem;line-height:1.45}.worksheet-solution-block li+li{margin-top:6px}.worksheet-status-message{color:#4f5a70;background:#f8fafd;border:1px solid #d8dde8;border-radius:6px;margin:0;padding:12px 14px;font-size:.92rem;font-weight:700;line-height:1.42}.worksheet-status-message.is-practice-mode{background:#f8faf3;border-color:#d8e4d7;margin:20px 34px 0}.worksheet-actions{grid-template-columns:1fr max-content 1fr;align-items:center;gap:16px;padding-top:6px;display:grid}.primary-button,.secondary-button,.change-set-button{text-transform:none}.worksheet-actions .primary-button,.worksheet-actions .secondary-button,.worksheet-sidebar-disclosure-body .secondary-button{border-radius:5px;min-height:46px;padding:0 22px;font-size:1rem;font-weight:760}.worksheet-actions .secondary-button,.worksheet-sidebar-disclosure-body .secondary-button{color:#111936;background:#fff;border:1px solid #d8dde8}.worksheet-actions .primary-button{color:#fff;background:#ff7a00;border:1px solid #ff7a00}.worksheet-actions .previous-button{justify-self:start}.worksheet-actions .check-button{color:#fff;background:#0b7a2a;border-color:#0b7a2a;justify-self:center;min-width:190px}.worksheet-actions .check-button:hover:not(:disabled){background:#075c20;border-color:#075c20}.worksheet-actions .next-button{justify-content:center;justify-self:end;align-items:center;gap:12px;min-width:150px;display:inline-flex}.worksheet-actions .previous-button{justify-content:center;align-items:center;gap:12px;min-width:150px;display:inline-flex}.primary-button:disabled,.secondary-button:disabled,.worksheet-actions .primary-button:disabled,.worksheet-actions .secondary-button:disabled{cursor:not-allowed;color:#8c93a2;opacity:1;background:#eef0f5;border-color:#d1d5dd}.worksheet-sidebar-progress{border:1px solid #0000;border-bottom-color:#d8dde8;border-radius:6px;outline:0;gap:14px;margin:18px -8px 0;padding:16px 8px 20px;scroll-margin-top:108px;transition:border-color .16s,background-color .16s,box-shadow .16s;display:grid}.worksheet-sidebar-progress.is-focused{background:#fff;border-color:#ffd29a;box-shadow:inset 4px 0 #ff7a00,0 10px 24px #1217330f}.worksheet-sidebar-progress-head{justify-content:space-between;align-items:start;gap:12px;min-width:0;display:flex}.worksheet-sidebar-progress-head p,.worksheet-section-page-header p{color:#ff7a00;letter-spacing:.05em;text-transform:uppercase;margin:0 0 5px;font-size:.74rem;font-weight:850}.worksheet-sidebar-progress-head h2,.worksheet-section-page-header h2{color:#111936;margin:0;font-size:1rem;font-weight:850;line-height:1.2}.worksheet-sidebar-progress-head>strong{color:#fff;background:#061c44;border-radius:999px;min-width:max-content;padding:6px 9px;font-size:.82rem;font-weight:850}.worksheet-xp-meter,.worksheet-badge-track,.worksheet-large-meter{background:#e7eaf0;border-radius:999px;height:9px;overflow:hidden}.worksheet-xp-meter span,.worksheet-badge-track span,.worksheet-large-meter span{border-radius:inherit;background:#ff7a00;height:100%;display:block}.worksheet-progress-stack{gap:8px;display:grid}.worksheet-progress-row{border-bottom:1px solid #e7eaf0;justify-content:space-between;align-items:baseline;gap:10px;padding-bottom:7px;display:flex}.worksheet-progress-row span,.worksheet-next-suggestion span,.worksheet-contribution-panel span{color:#5f6677;font-size:.78rem;font-weight:780}.worksheet-progress-row strong{color:#111936;text-align:right;font-size:.9rem;font-weight:850}.worksheet-next-suggestion{background:#f8faf3;border:1px solid #d8e4d7;border-radius:6px;gap:5px;padding:11px;display:grid}.worksheet-next-suggestion strong,.worksheet-next-suggestion small,.worksheet-progress-empty{color:#111936;overflow-wrap:anywhere;line-height:1.35}.worksheet-next-suggestion strong{font-size:.9rem}.worksheet-next-suggestion small,.worksheet-progress-empty{color:#5f6677;font-size:.82rem;font-weight:650}.worksheet-progress-empty{margin:0}.worksheet-section-page{background:#fff;border:1px solid #d3d8e2;border-radius:6px;align-content:start;gap:22px;min-width:0;min-height:min(680px,100vh - 124px);padding:clamp(22px,3vw,34px);display:grid;box-shadow:0 1px 2px #1217330d}.worksheet-section-page-header{border-bottom:1px solid #e3e7ef;justify-content:space-between;align-items:start;gap:18px;padding-bottom:18px;display:flex}.worksheet-section-page-header h2{font-size:clamp(1.45rem,2.4vw,2.15rem)}.worksheet-section-page-header>span{color:#465066;background:#fafbfd;border:1px solid #d8dde8;border-radius:999px;min-width:max-content;padding:8px 12px;font-size:.88rem;font-weight:820}.worksheet-badge-summary{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.worksheet-summary-pill{background:#fafbfd;border:1px solid #d8dde8;border-radius:6px;min-width:0;padding:12px}.worksheet-summary-pill strong{color:#111936;font-size:1.35rem;font-weight:900;display:block}.worksheet-summary-pill span{color:#5f6677;font-size:.82rem;font-weight:760}.worksheet-summary-pill.is-earned{background:#f0faf2;border-color:#b8dbc2}.worksheet-summary-pill.is-progress{background:#fff8ee;border-color:#ffd29a}.worksheet-summary-pill.is-locked{background:#f3f5f8}.worksheet-badge-page-grid{grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:14px;display:grid}.worksheet-badge-page-card{background:#fff;border:1px solid #d8dde8;border-radius:6px;gap:12px;min-width:0;padding:16px;display:grid}.worksheet-badge-page-card.is-earned{background:#f2fbf4;border-color:#a9d7b6}.worksheet-badge-page-card.is-in_progress{background:#fff8ee;border-color:#ffd29a}.worksheet-badge-page-card.is-locked{color:#687083;background:#f8fafd}.worksheet-badge-state{color:#465066;align-items:center;gap:8px;font-size:.78rem;font-weight:850;display:flex}.worksheet-badge-state span{background:#a8afbd;border-radius:50%;width:10px;height:10px}.worksheet-badge-page-card.is-earned .worksheet-badge-state span{background:#0b7a2a}.worksheet-badge-page-card.is-in_progress .worksheet-badge-state span{background:#ff7a00}.worksheet-badge-page-card h3{color:#111936;margin:0;font-size:1.05rem;font-weight:850;line-height:1.2}.worksheet-badge-page-card p,.worksheet-badge-page-card small,.worksheet-challenge-main p,.worksheet-challenge-main small,.worksheet-contribution-panel p,.worksheet-opt-in-banner p,.worksheet-empty-panel p,.worksheet-class-board-list small{color:#5f6677;margin:0;font-size:.9rem;font-weight:650;line-height:1.45}.worksheet-challenge-layout{grid-template-columns:minmax(0,1fr) minmax(240px,320px);gap:16px;display:grid}.worksheet-challenge-main,.worksheet-contribution-panel,.worksheet-opt-in-banner,.worksheet-empty-panel,.worksheet-class-board-form{background:#fafbfd;border:1px solid #d8dde8;border-radius:6px;gap:12px;min-width:0;padding:18px;display:grid}.worksheet-challenge-main{background:#fff8ee;align-content:center}.worksheet-large-meter{height:14px}.worksheet-contribution-panel strong{color:#111936;font-size:2rem;font-weight:900;line-height:1}.worksheet-opt-in-banner.is-opted-in{background:#f2fbf4;border-color:#a9d7b6}.worksheet-opt-in-banner.is-opted-out{background:#fff8ee;border-color:#ffd29a}.worksheet-opt-in-banner{grid-template-columns:minmax(0,1fr) max-content;align-items:center}.worksheet-opt-in-banner strong,.worksheet-empty-panel strong{color:#111936;font-size:1rem;font-weight:850}.worksheet-class-board-form{grid-template-columns:minmax(0,1fr) max-content;align-items:end}.worksheet-class-board-form label{gap:7px;min-width:0;display:grid}.worksheet-class-board-form label span{color:#465066;font-size:.78rem;font-weight:850}.worksheet-class-board-form input{color:#111936;width:100%;min-height:44px;font:inherit;background:#fff;border:1px solid #c6cdda;border-radius:6px;padding:10px 12px;font-weight:750}.worksheet-class-board-form input:focus{border-color:#0b7a2a;outline:3px solid #0b7a2a29}.worksheet-class-board-form p{color:#8a3e00;grid-column:1/-1;margin:0;font-size:.86rem;font-weight:750}.worksheet-class-board-list{gap:10px;margin:0;padding:0;list-style:none;display:grid}.worksheet-class-board-list li{background:#fff;border:1px solid #d8dde8;border-radius:6px;grid-template-columns:42px minmax(0,1fr) max-content minmax(120px,max-content);align-items:center;gap:12px;min-width:0;padding:12px 14px;display:grid}.worksheet-class-board-list li>span{color:#fff;background:#061c44;border-radius:50%;place-items:center;width:32px;height:32px;font-weight:850;display:grid}.worksheet-class-board-list strong,.worksheet-class-board-list em{color:#111936;font-style:normal;font-weight:850}.worksheet-class-board-list div{gap:3px;min-width:0;display:grid}@media (max-width:1180px){.worksheet-app-bar{grid-template-columns:250px minmax(0,1fr) 210px;gap:18px;padding:0 22px}.student-practice-nav{gap:30px}.worksheet-layout{grid-template-columns:294px minmax(0,1fr)}.worksheet-choice-list,.worksheet-badge-page-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:900px){.worksheet-app-bar{grid-template-columns:minmax(0,1fr) max-content;align-items:center;min-height:88px;padding:14px 18px;position:static}.student-practice-nav{grid-column:1/-1;justify-content:flex-start;gap:26px}.student-practice-nav button{min-height:42px}.student-practice-nav button.is-active:after{bottom:0}.worksheet-layout{grid-template-columns:1fr}.worksheet-selection{border-bottom:1px solid #d8dde8;border-right:0;height:auto;max-height:none;padding:22px 18px;position:static}.worksheet-current-card{grid-template-columns:repeat(2,minmax(0,1fr))}.worksheet-player-pane{padding:14px}.worksheet-player-topline{grid-template-columns:1fr;align-items:stretch;gap:10px;padding:16px 20px}.worksheet-question-tabs{justify-content:flex-start}.change-set-button{justify-self:start}.worksheet-question{padding:24px 22px}.worksheet-question-body.has-diagram{grid-template-columns:1fr}.worksheet-question-preview{justify-self:start;width:min(100%,300px);margin:0}}@media (max-width:620px){.worksheet-app-bar{grid-template-columns:1fr}.student-identity-menu{justify-self:start;max-width:100%;padding-left:0}.worksheet-brand-heading img{width:210px}.worksheet-current-card,.worksheet-choice-list,.worksheet-badge-summary,.worksheet-badge-page-grid,.worksheet-challenge-layout,.worksheet-opt-in-banner,.worksheet-class-board-form,.worksheet-actions{grid-template-columns:1fr}.worksheet-section-page-header{display:grid}.worksheet-class-board-list li{grid-template-columns:38px minmax(0,1fr)}.worksheet-class-board-list em,.worksheet-class-board-list li>small{grid-column:2}.worksheet-sidebar-disclosure-body{padding-left:0}.worksheet-question{gap:18px;padding:20px 16px}.worksheet-question-heading h2{font-size:1.42rem}.worksheet-question-text{font-size:1.04rem}.worksheet-choice{grid-template-columns:38px minmax(0,1fr) 28px;min-height:76px;padding:14px}.worksheet-feedback{padding:18px 16px}.worksheet-feedback-summary{grid-template-columns:32px minmax(0,1fr);gap:12px}.worksheet-solution-block{margin-left:0}.worksheet-actions .previous-button,.worksheet-actions .check-button,.worksheet-actions .next-button{justify-self:stretch;width:100%;min-width:0}}@media (max-width:430px){.student-worksheet-page{min-width:320px}.worksheet-app-bar{padding:12px 14px}.student-practice-nav{gap:20px}.student-practice-nav button{font-size:.96rem}.worksheet-selection,.worksheet-player-pane{padding:12px}.worksheet-player-topline{padding:14px}.worksheet-question-tabs{gap:10px}.worksheet-question-tabs button{width:10px;height:10px}.worksheet-question-tabs button.is-active{width:24px;height:24px}.worksheet-question{padding:18px 14px}.worksheet-choice{grid-template-columns:36px minmax(0,1fr)}.worksheet-choice i{grid-area:2/1}.worksheet-choice em{grid-column:2}}.badge-quest{--badge-quest-navy:#111936;--badge-quest-ink:#26314f;--badge-quest-muted:#667088;--badge-quest-orange:#ff7a00;--badge-quest-green:#0b7a2a;--badge-quest-cream:#fff8ec;--badge-quest-blue:#edf4fa;--badge-quest-line:#d8dde8;background:radial-gradient(circle at 8% 0,#ffb95c33,#0000 28%),radial-gradient(circle at 92% 8%,#6c97b738,#0000 26%),linear-gradient(145deg,#fffdf7 0%,#f6f8f2 46%,#eef4fa 100%);align-content:start;position:relative;overflow:hidden}.badge-quest:before{content:"";pointer-events:none;border:1px solid #1119360f;border-radius:28px;position:absolute;inset:16px}.badge-quest-hero,.badge-quest-summary-card,.badge-quest-collection,.badge-quest-rail-card{border:1px solid #1119361a;min-width:0;position:relative;box-shadow:0 18px 42px #232e4f14}.badge-quest-hero{background:linear-gradient(120deg,#fff8ecfa,#f5faf1f5 52%,#edf4fafa),repeating-linear-gradient(90deg,#1119360a 0 1px,#0000 1px 22px);border-radius:30px;grid-template-columns:minmax(0,1fr) minmax(280px,430px);align-items:center;gap:clamp(18px,3vw,34px);padding:clamp(22px,4vw,40px);display:grid}.badge-quest-copy{min-width:0}.badge-quest-kicker,.badge-quest-section-heading p,.badge-quest-rail-card>span{color:#8a3e00;letter-spacing:.13em;text-transform:uppercase;margin:0;font-size:.78rem;font-weight:900}.badge-quest-copy h2{color:var(--badge-quest-navy);letter-spacing:-.07em;margin:7px 0 10px;font-size:clamp(2.4rem,7vw,5rem);font-weight:950;line-height:.9}.badge-quest-copy p:not(.badge-quest-kicker){max-width:690px;color:var(--badge-quest-ink);margin:0;font-size:clamp(1rem,1.7vw,1.18rem);font-weight:680;line-height:1.45}.badge-quest-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;min-width:0;display:grid}.badge-quest-stat{background:#ffffffb8;border:1px solid #ff7a0038;border-radius:20px;min-width:0;padding:14px}.badge-quest-stat strong,.badge-quest-summary-card strong{color:var(--badge-quest-navy);letter-spacing:-.04em;font-size:clamp(1.35rem,2.4vw,2.15rem);font-weight:950;line-height:1;display:block}.badge-quest-stat span,.badge-quest-summary-card span,.badge-quest-card-topline span,.badge-quest-card-topline strong{color:#465066;letter-spacing:.08em;text-transform:uppercase;font-size:.75rem;font-weight:880;display:block}.badge-quest-stat small,.badge-quest-card small,.badge-quest-rail-card small{color:var(--badge-quest-muted);overflow-wrap:anywhere;font-size:.78rem;font-weight:680;line-height:1.35;display:block}.badge-quest-level-meter,.badge-quest-card-meter{background:#1119361a;border-radius:999px;min-width:0;overflow:hidden}.badge-quest-level-meter{grid-column:1/-1;height:12px}.badge-quest-level-meter span,.badge-quest-card-meter span{border-radius:inherit;background:linear-gradient(90deg, var(--badge-quest-orange), #f5b24b);height:100%;display:block}.badge-quest-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.badge-quest-summary-card{background:#ffffffc2;border-radius:24px;gap:9px;padding:18px;display:grid}.badge-quest-summary-card p,.badge-quest-card-copy p,.badge-quest-rail-card p{color:var(--badge-quest-muted);overflow-wrap:anywhere;margin:0;font-size:.9rem;font-weight:670;line-height:1.45}.badge-quest-summary-card.is-earned{background:linear-gradient(145deg,#f1faf2,#ffffffdb);border-color:#0b7a2a42}.badge-quest-summary-card.is-progress,.badge-quest-summary-card.is-weekly{background:linear-gradient(145deg,#fff3df,#ffffffdb);border-color:#ff7a004d}.badge-quest-summary-card.is-locked{background:linear-gradient(145deg,#f3f5f8,#ffffffdb);border-color:#66708833}.badge-quest-shell{grid-template-columns:minmax(0,1fr) minmax(280px,340px);align-items:start;gap:clamp(18px,2.6vw,28px);display:grid}.badge-quest-main,.badge-quest-collection{min-width:0}.badge-quest-collection{background:linear-gradient(#ffffffd9,#ffffffd9),repeating-linear-gradient(0deg,#0000 0 82px,#1119360d 82px 84px);border-radius:30px;gap:18px;padding:clamp(18px,3vw,28px);display:grid}.badge-quest-section-heading{justify-content:space-between;align-items:end;gap:14px;display:flex}.badge-quest-section-heading h3{color:var(--badge-quest-navy);letter-spacing:-.045em;margin:4px 0 0;font-size:clamp(1.45rem,2.7vw,2rem);font-weight:930}.badge-quest-section-heading>span{min-width:max-content;color:var(--badge-quest-ink);background:#f7fafd;border:1px solid #1119361f;border-radius:999px;padding:8px 12px;font-size:.78rem;font-weight:850}.badge-quest-filters{flex-wrap:wrap;gap:8px;display:flex}.badge-quest-filters button{color:#465066;min-height:38px;font:inherit;cursor:pointer;background:#fff;border:1px solid #11193621;border-radius:999px;padding:8px 13px;font-size:.86rem;font-weight:820}.badge-quest-filters button:hover,.badge-quest-filters button.is-active{color:#8a3e00;background:#fff3df;border-color:#ff7a0075}.badge-quest-filters button:focus-visible,.badge-quest-card:focus-visible{outline-offset:3px;outline:3px solid #ff7a0052}.badge-quest-grid{grid-template-columns:repeat(auto-fit,minmax(138px,1fr));gap:13px;display:grid}.badge-quest-card{--badge-progress:0%;min-width:0;color:var(--badge-quest-ink);background:linear-gradient(#fff,#f9fbf7);border:1px solid #1119361c;border-radius:24px;align-content:start;gap:11px;padding:13px;display:grid}.badge-quest-card-topline{justify-content:space-between;gap:8px;display:flex}.badge-quest-card-topline strong{color:var(--badge-quest-muted);text-align:right}.badge-quest-card.is-earned .badge-quest-card-topline strong{color:var(--badge-quest-green)}.badge-quest-card.is-in_progress .badge-quest-card-topline strong{color:#a94e00}.badge-quest-token{background:radial-gradient(circle at 34% 24%,#ffffffb8,#0000 25%),linear-gradient(145deg,#e6ecf2,#b8c0cc);border-radius:26px 26px 32px 32px;justify-self:center;place-items:center;width:76px;height:76px;display:grid;box-shadow:inset 0 -9px 16px #1119361f,0 12px 24px #11193624}.badge-quest-token span{color:#fff;letter-spacing:0;background:#11193680;border:2px solid #ffffffbd;border-radius:999px;place-items:center;width:44px;height:44px;font-family:Apple Color Emoji,Segoe UI Emoji,Noto Color Emoji,sans-serif;font-size:1.65rem;font-weight:400;line-height:1;display:grid}.badge-quest-card.is-earned{background:linear-gradient(#f5fcf4,#fff);border-color:#0b7a2a38}.badge-quest-card.is-earned .badge-quest-token{background:radial-gradient(circle at 34% 24%,#ffffffad,#0000 24%),linear-gradient(145deg,#6fc47d,#0b7a2a 72%)}.badge-quest-card.is-in_progress{background:linear-gradient(#fff7ea,#fff);border-color:#ff7a0047}.badge-quest-card.is-in_progress .badge-quest-token{background:radial-gradient(circle at 34% 24%, #ffffffad, transparent 24%), conic-gradient(var(--badge-quest-orange) var(--badge-progress), #ffe0b3 0)}.badge-quest-card.is-locked{background:linear-gradient(#f7f9fc,#fff);border-color:#6670882e}.badge-quest-card.is-locked .badge-quest-token{filter:grayscale();opacity:.78}.badge-quest-card-copy{text-align:center;gap:5px;min-width:0;display:grid}.badge-quest-card-copy h4{color:var(--badge-quest-navy);letter-spacing:-.03em;overflow-wrap:anywhere;margin:0;font-size:.98rem;font-weight:920;line-height:1.15}.badge-quest-card-copy p{font-size:.78rem}.badge-quest-card-meter{height:9px}.badge-quest-card.is-earned .badge-quest-card-meter span{background:linear-gradient(90deg, var(--badge-quest-green), #5bbf69)}.badge-quest-card.is-locked .badge-quest-card-meter span{background:linear-gradient(90deg,#aeb6c4,#ccd3dd)}.badge-quest-rail{gap:14px;min-width:0;display:grid;position:sticky;top:112px}.badge-quest-rail-card{background:#ffffffc7;border-radius:26px;gap:12px;padding:18px;display:grid}.badge-quest-rail-card strong{color:var(--badge-quest-navy);letter-spacing:-.035em;font-size:1.16rem;font-weight:920;line-height:1.15}.badge-quest-rail-card.is-next{background:linear-gradient(145deg,#fff4e3,#ffffffdb);border-color:#ff7a004d}.badge-quest-rail-card.is-class{background:linear-gradient(145deg,#eef6fb,#ffffffe0);border-color:#6c97b747}.badge-quest-rail-card.is-encouragement{background:linear-gradient(145deg,#f0faf2,#ffffffe6);border-color:#0b7a2a38}@media (max-width:1180px){.badge-quest-hero,.badge-quest-shell{grid-template-columns:1fr}.badge-quest-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.badge-quest-rail{display:none}}@media (max-width:760px){.badge-quest{padding:16px}.badge-quest:before{border-radius:22px;inset:8px}.badge-quest-hero,.badge-quest-collection{border-radius:24px}.badge-quest-stats,.badge-quest-summary-grid{grid-template-columns:1fr}.badge-quest-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.badge-quest-section-heading{align-items:start}}@media (max-width:430px){.badge-quest{padding:12px}.badge-quest-hero,.badge-quest-collection{padding:16px}.badge-quest-copy h2{font-size:clamp(2rem,16vw,3rem)}.badge-quest-grid{gap:10px}.badge-quest-card{border-radius:20px;padding:11px}.badge-quest-token{border-radius:22px 22px 28px 28px;width:64px;height:64px}.badge-quest-token span{width:38px;height:38px;font-size:1.35rem}}@media (prefers-reduced-motion:no-preference){.badge-quest-hero,.badge-quest-summary-card,.badge-quest-card,.badge-quest-rail-card{animation:.48s cubic-bezier(.22,1,.36,1) both badgeQuestRise}.badge-quest-summary-card:nth-child(2),.badge-quest-card:nth-child(2n),.badge-quest-rail-card:nth-child(2){animation-delay:60ms}.badge-quest-summary-card:nth-child(3),.badge-quest-card:nth-child(3n),.badge-quest-rail-card:nth-child(3){animation-delay:.11s}}@keyframes badgeQuestRise{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}
