:root{--ink:#172033;--muted:#667085;--blue:#155eef;--blue-dark:#004eeb;--line:#dbe2ea;--soft:#f4f7fb;--green:#067647;--red:#b42318}*{box-sizing:border-box}.reading-shell,.document-view{min-height:100vh;color:var(--ink);background:#f6f8fc;font-family:Arial,sans-serif}.reading-topbar{border-bottom:1px solid var(--line);z-index:5;background:#fff;grid-template-columns:1fr auto 1fr;align-items:center;gap:20px;height:76px;padding:0 clamp(20px,4vw,64px);display:grid;position:sticky;top:0}.reading-topbar a{color:#344054;font-weight:700;text-decoration:none}.reading-topbar>div{text-align:center;gap:4px;display:grid}.reading-topbar span{letter-spacing:.14em;color:var(--blue);font-size:11px;font-weight:800}.reading-topbar strong{font-size:18px}.reading-topbar button,.save-button{color:#344054;cursor:pointer;background:#fff;border:1px solid #b9c3d0;border-radius:10px;justify-self:end;min-height:44px;padding:0 18px;font-weight:800}.reading-intro{color:#fff;background:linear-gradient(130deg,#082e73,#155eef);grid-template-columns:minmax(0,1fr) 260px;align-items:center;gap:64px;padding:48px clamp(20px,7vw,110px);display:grid}.reading-intro h1{letter-spacing:-.04em;margin:8px 0 12px;font-size:clamp(34px,4vw,54px)}.reading-intro p{color:#e4edff;max-width:760px;font-size:18px;line-height:1.6}.reading-kicker{letter-spacing:.15em;font-size:12px;font-weight:800}.read-document{color:#0b4bd7;text-align:left;cursor:pointer;background:#fff;border:0;border-radius:14px;align-items:center;gap:14px;min-width:min(100%,330px);margin-top:18px;padding:15px 18px;display:flex;box-shadow:0 9px 24px #001b5b55}.read-document>span{flex:1;gap:2px;display:grid}.read-document strong{font-size:16px}.read-document small{color:#5d6b82}.reading-intro aside{background:#ffffff12;border:1px solid #ffffff45;border-radius:18px;padding:25px}.reading-intro aside>strong{font-size:36px;display:block}.reading-intro aside>span{color:#dce8ff}.reading-intro aside div{background:#ffffff30;border-radius:9px;height:8px;margin-top:18px;overflow:hidden}.reading-intro aside i{background:#fff;border-radius:9px;height:100%;display:block}.reading-questions{max-width:980px;margin:0 auto;padding:44px 20px 70px}.questions-heading{justify-content:space-between;align-items:end;margin-bottom:24px;display:flex}.questions-heading span{color:var(--blue);letter-spacing:.13em;font-size:12px;font-weight:800}.questions-heading h2{margin:5px 0 0;font-size:30px}.questions-heading p{color:var(--muted)}.reading-question{border:1px solid var(--line);background:#fff;border-radius:18px;margin:0 0 20px;padding:28px;box-shadow:0 4px 16px #102a5610}.reading-question legend{float:left;gap:16px;width:100%;margin-bottom:22px;display:flex}.reading-question legend>b{color:var(--blue);background:#e9f0ff;border-radius:9px;align-self:start;place-items:center;width:36px;height:36px;display:grid}.reading-question legend>span{font-size:19px;font-weight:800;line-height:1.4}.reading-question legend small{color:var(--muted);margin-top:5px;font-size:13px;font-weight:500;display:block}.reading-options{clear:both;gap:10px;display:grid}.reading-options label{border:1px solid var(--line);cursor:pointer;border-radius:12px;align-items:center;gap:12px;min-height:58px;padding:9px 14px;display:flex}.reading-options label:has(input:checked){border:2px solid var(--blue);background:#f2f6ff}.reading-options input{width:20px;height:20px;accent-color:var(--blue)}.reading-options label>span{background:#eef2f6;border-radius:8px;place-items:center;width:30px;height:30px;display:grid}.reading-options label>strong{flex:1;font-weight:600}.reading-options label i{font-style:normal;font-weight:800}.reading-options label.correct{color:var(--green);background:#ecfdf3;border-color:#6ce9a6}.reading-options label.incorrect{color:var(--red);background:#fef3f2;border-color:#fda29b}.open-answer{clear:both}.open-answer textarea,.editor-card textarea,.editor-card input,.editor-question>input,.option-editor input[type=text],.option-editor label>input:last-child{width:100%;font:inherit;resize:vertical;border:1px solid #b9c3d0;border-radius:11px;padding:14px}.open-answer span{color:var(--green);margin-top:10px;font-weight:700;display:block}.submit-reading{background:var(--blue);color:#fff;cursor:pointer;border:0;border-radius:12px;min-height:54px;margin:30px auto 10px;padding:0 42px;font-size:17px;font-weight:800;display:block}.submit-reading:disabled{cursor:not-allowed;background:#aeb8c8}.submit-hint{text-align:center;color:var(--muted)}.reading-result{background:#ecfdf3;border:1px solid #6ce9a6;border-radius:18px;grid-template-columns:auto auto 1fr;align-items:center;gap:28px;padding:22px;display:grid}.reading-result div{display:grid}.reading-result strong{color:var(--green);font-size:28px}.reading-result span,.reading-result p{color:#385b4a}.document-view{grid-template-rows:70px 1fr;height:100vh;display:grid}.document-view header{color:#fff;background:#101828;justify-content:space-between;align-items:center;gap:20px;padding:10px 24px;display:flex}.document-view header div{display:grid}.document-view header span{color:#cbd5e1;font-size:13px}.document-view header button{color:#101828;cursor:pointer;background:#fff;border:0;border-radius:10px;min-height:46px;padding:0 20px;font-weight:800}.document-view iframe{background:#525659;border:0;width:100%;height:100%}.teacher-editor{padding-bottom:60px}.editor-card,.editor-questions{max-width:1000px;margin:32px auto;padding:0 20px}.editor-card{border:1px solid var(--line);background:#fff;border-radius:18px;gap:18px;padding:24px;display:grid}.editor-card label{gap:8px;font-weight:800;display:grid}.document-source{background:var(--soft);border-radius:12px;justify-content:space-between;align-items:center;padding:16px;display:flex}.document-source div{gap:4px;display:grid}.document-source span{color:var(--muted);font-size:14px}.document-source button,.editor-heading button,.editor-question-head button{cursor:pointer;background:#fff;border:1px solid #b9c3d0;border-radius:9px;min-height:40px;padding:0 14px;font-weight:700}.editor-heading{justify-content:space-between;align-items:end;gap:20px;display:flex}.editor-heading h1{margin:0}.editor-heading p{color:var(--muted)}.editor-heading>div:last-child{gap:8px;display:flex}.editor-question{border:1px solid var(--line);background:#fff;border-radius:16px;margin-top:16px;padding:20px}.editor-question-head{align-items:center;gap:10px;margin-bottom:14px;display:flex}.editor-question-head b{color:var(--blue);background:#e9f0ff;border-radius:8px;padding:8px 11px}.editor-question-head span{flex:1;font-weight:700}.editor-question-head button{color:var(--red)}.option-editor{gap:8px;margin-top:14px;display:grid}.option-editor label{grid-template-columns:24px 1fr;align-items:center;gap:8px;display:grid}.option-editor input[type=radio]{width:20px;height:20px}:is(.reading-shell button:focus-visible,.reading-shell a:focus-visible,.document-view button:focus-visible,.reading-shell input:focus-visible,.reading-shell textarea:focus-visible){outline-offset:3px;outline:4px solid #fdb022}@media (max-width:760px){.reading-topbar{grid-template-columns:auto 1fr;height:auto;min-height:72px;padding:10px 16px}.reading-topbar>div{text-align:left}.reading-topbar>button{grid-column:1/-1;width:100%}.reading-intro{grid-template-columns:1fr;gap:24px;padding:34px 20px}.questions-heading,.editor-heading,.document-source{flex-direction:column;align-items:stretch}.questions-heading p{margin-bottom:0}.reading-result{grid-template-columns:1fr 1fr}.reading-result p{grid-column:1/-1}.editor-heading>div:last-child{flex-direction:column}.document-view header{padding:8px 10px}.document-view header span{display:none}.document-view header button{padding:0 12px}.reading-question{padding:20px 16px}.reading-options label{align-items:flex-start}.reading-options label i{font-size:12px}.reading-topbar a{font-size:14px}}.source-actions{flex-wrap:wrap;gap:10px;display:flex}.paste-reading-button{border:1px solid var(--blue);min-height:40px;color:var(--blue);cursor:pointer;background:#fff;border-radius:9px;padding:0 14px;font-weight:800}.pasted-reading-editor{background:#f7f9ff;border:2px solid #b8ccfb;border-radius:16px;gap:16px;margin:16px 0 22px;padding:22px;display:grid}.pasted-reading-editor>div:first-child span{letter-spacing:.13em;color:var(--blue);font-size:11px;font-weight:900}.pasted-reading-editor h2{color:#102a56;margin:4px 0;font-size:23px}.pasted-reading-editor p{color:var(--muted);margin:0}.pasted-reading-editor label{gap:7px;font-weight:800;display:grid}.pasted-reading-editor input,.pasted-reading-editor textarea{width:100%;font:inherit;background:#fff;border:1px solid #b9c3d0;border-radius:10px;padding:12px}.pasted-reading-editor textarea{resize:vertical;line-height:1.55}.pasted-reading-editor .font-size-control{grid-template-columns:auto auto 1fr;align-items:center;gap:12px}.pasted-reading-editor .font-size-control input{padding:0}.pasted-reading-editor>div:last-child{justify-content:flex-end;gap:10px;display:flex}.pasted-reading-editor>div:last-child button{cursor:pointer;background:#fff;border:1px solid #b9c3d0;border-radius:9px;min-height:42px;padding:0 16px;font-weight:800}.pasted-reading-editor>div:last-child .save-pasted-reading{border-color:var(--blue);background:var(--blue);color:#fff}.compact-intro{gap:32px;padding-top:16px;padding-bottom:16px}.compact-intro h1{margin:5px 0 4px;font-size:clamp(24px,2.4vw,34px);line-height:1.12}.compact-intro p{max-width:900px;margin:0;font-size:14px;line-height:1.45}.compact-intro aside{padding:16px 20px}.compact-intro aside>strong{font-size:28px}.split-reading{grid-template-columns:minmax(420px,1.15fr) minmax(420px,.85fr);gap:24px;max-width:1500px;height:calc(100vh - 194px);min-height:610px;margin:0 auto;padding:16px 24px 24px;display:grid}.inline-document,.question-stage{border:1px solid var(--line);background:#fff;border-radius:18px;min-width:0;min-height:0;overflow:hidden;box-shadow:0 8px 30px #102a5612}.inline-document{grid-template-rows:auto 72px minmax(0,1fr);display:grid}.inline-document-tabs{border-bottom:1px solid var(--line);min-height:34px;color:var(--muted);background:#f7f9fc;justify-content:space-between;align-items:center;gap:12px;padding:8px 18px;font-size:11px;display:flex}.inline-document-tabs b{font-size:10px}.inline-document-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:14px 18px;display:flex}.inline-document-head>div{gap:4px;min-width:0;display:grid}.inline-document-head span,.question-progress span{letter-spacing:.12em;color:var(--blue);font-size:11px;font-weight:800}.inline-document-head strong{white-space:nowrap;text-overflow:ellipsis;font-size:15px;overflow:hidden}.inline-document-head button{color:#344054;cursor:pointer;background:#fff;border:1px solid #b9c3d0;border-radius:10px;flex:none;min-height:42px;padding:0 14px;font-weight:800}.inline-document iframe{background:#525659;border:0;width:100%;height:100%;min-height:0;display:block}.question-stage{flex-direction:column;padding:26px;display:flex;overflow:auto}.question-progress{margin-bottom:24px}.question-progress>div:first-child{justify-content:space-between;gap:12px;display:flex}.question-progress>div:first-child strong{color:var(--muted);font-size:13px}.progress-track{background:#e5eaf1;border-radius:10px;height:7px;margin:12px 0 8px;overflow:hidden}.progress-track i{background:linear-gradient(90deg,#155eef,#36bffa);border-radius:10px;height:100%;transition:width .3s;display:block}.progress-dots{gap:6px;display:flex}.progress-dots i{background:#e5eaf1;border-radius:5px;flex:1;height:5px}.progress-dots i.reached{background:#b8ccfb}.progress-dots i.answered{background:#155eef}.single-question{box-shadow:none;border:0;flex:1;padding:8px 0 0}.single-question legend>span{font-size:clamp(19px,1.55vw,25px)}.single-question .reading-options{gap:12px}.single-question .reading-options label{border-width:2px;min-height:64px}.single-question .reading-options label>strong{font-size:16px;line-height:1.35}.single-question .reading-options label i{text-align:right;flex:none;min-width:88px;font-size:13px;line-height:1.2}.question-navigation{border-top:1px solid var(--line);justify-content:space-between;gap:14px;margin-top:22px;padding-top:20px;display:flex}.question-navigation button{cursor:pointer;border-radius:11px;min-height:48px;padding:0 22px;font-size:15px;font-weight:800}.previous-question{color:#344054;background:#fff;border:1px solid #b9c3d0}.next-question{background:var(--blue);color:#fff;border:0;margin-left:auto}.question-navigation button:disabled{opacity:.45;cursor:not-allowed}.question-stage .reading-result{grid-template-columns:1fr 1fr;margin-top:20px}.question-stage .reading-result p{grid-column:1/-1;margin:0}.question-stage .submit-hint{margin-bottom:0;font-size:13px}@media (max-width:980px){.split-reading{grid-template-columns:1fr;height:auto;min-height:0}.inline-document{height:620px}.question-stage{min-height:560px}.compact-intro{grid-template-columns:1fr auto;gap:20px}}@media (max-width:620px){.compact-intro{grid-template-columns:1fr;padding:14px 20px}.compact-intro aside{display:none}.split-reading{gap:14px;padding:12px}.inline-document{grid-template-rows:auto 66px minmax(0,1fr);height:500px}.inline-document-tabs b{display:none}.inline-document-head strong{font-size:13px}.inline-document-head button span{display:none}.question-stage{min-height:520px;padding:20px 16px}.question-progress>div:first-child strong{font-size:11px}.single-question{padding-left:0;padding-right:0}.single-question .reading-options label>strong{font-size:15px}.single-question .reading-options label i{min-width:0;font-size:12px}.question-navigation button{padding:0 15px}.progress-dots{gap:3px}}.editor-card select{width:100%;font:inherit;background:#fff;border:1px solid #b9c3d0;border-radius:11px;padding:14px}.academic-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.editor-message{color:var(--blue);margin:0;font-weight:700}@media (max-width:760px){.academic-grid{grid-template-columns:1fr}}.document-actions{align-items:center;gap:8px;display:flex}.upload-pdf{background:var(--blue);color:#fff;cursor:pointer;border-radius:9px;justify-content:center;align-items:center;min-height:40px;padding:0 14px;border:0!important;font-weight:800!important;display:flex!important}.upload-pdf input{opacity:0;pointer-events:none;height:1px;position:absolute;width:1px!important}.document-source button:disabled{opacity:.45;cursor:not-allowed}.missing-document{text-align:center;min-height:420px;color:var(--muted);background:#f2f4f7;place-items:center;padding:30px;font-weight:700;display:grid}@media (max-width:760px){.document-actions{flex-direction:column;align-items:stretch}}.reading-save-success{color:#067647;background:#ecfdf3;border:1px solid #6ce9a6;border-radius:14px;align-items:center;gap:14px;max-width:1180px;margin:22px auto 0;padding:16px 20px;display:flex}.reading-save-success>span{color:#fff;background:#067647;border-radius:50%;place-items:center;width:38px;height:38px;font-weight:900;display:grid}.reading-save-success div{flex:1}.reading-save-success p{margin:3px 0 0;font-size:13px}.reading-save-success a{color:#05603a;font-weight:800}.document-library{align-items:center}.document-list{gap:10px;margin-top:14px;display:grid}.document-list article{background:#fff;border:1px solid #dce7f1;border-radius:13px;justify-content:space-between;align-items:center;gap:16px;padding:12px 14px;display:flex}.document-list article.selected{border-color:#1769e0;box-shadow:0 0 0 3px #1769e014}.document-list article>button{text-align:left;background:0 0;border:0;flex:1;grid-template-columns:auto 1fr;align-items:center;gap:3px 10px;min-width:0;display:grid}.document-list article>button b{color:#1769e0;background:#eaf3ff;border-radius:9px;grid-row:1/3;padding:9px}.document-list article>button span{white-space:nowrap;text-overflow:ellipsis;font-weight:750;overflow:hidden}.document-list article>button small{color:#6f8194}.document-list article>div{gap:7px;display:flex}.document-list article>div button{background:#f7fafc;border:1px solid #dce7f1;border-radius:8px;padding:8px 10px;font-size:11px;font-weight:750}.document-list article>div .remove-document{color:#b64952}.question-document-link{color:#527087;align-items:center;gap:10px;margin:10px 0;font-size:12px;font-weight:750;display:flex!important}.question-document-link select{background:#f8fbfd;border:1px solid #dce7f1;border-radius:9px;flex:1;padding:9px}.editor-heading button:disabled{opacity:.45;cursor:not-allowed}.inline-document-tabs{color:#1769e0;background:#eaf3ff;justify-content:space-between;align-items:center;gap:10px;min-height:39px;padding:8px 14px;font-size:10px;display:flex}.inline-document-tabs b{font-weight:750}.inline-document-tabs span{text-transform:uppercase;letter-spacing:.6px;font-weight:850}@media (max-width:700px){.document-list article{flex-direction:column;align-items:stretch}.document-list article>div button{flex:1}.inline-document-tabs{flex-direction:column;align-items:flex-start}}.bulk-question-import{background:linear-gradient(135deg,#f4f7ff,#fff);border:1px solid #b8ccf5;border-radius:18px;grid-template-columns:1fr auto;align-items:center;gap:18px;margin-top:22px;padding:22px;display:grid}.bulk-import-copy>span{letter-spacing:.13em;color:#155eef;font-size:10px;font-weight:900}.bulk-import-copy h2{margin:6px 0;font-size:20px}.bulk-import-copy p{color:#667085;max-width:610px;margin:0;font-size:13px;line-height:1.55}.bulk-import-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.bulk-import-actions button,.bulk-import-actions label{color:#25405f;cursor:pointer;background:#fff;border:1px solid #9fb5d7;border-radius:10px;align-items:center;min-height:42px;padding:0 14px;font-size:12px;font-weight:800;display:flex}.bulk-import-actions label{color:#fff;background:#155eef;border-color:#155eef}.bulk-import-actions input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.import-error,.import-preview{border-radius:13px;grid-column:1/-1;padding:15px}.import-error{color:#b42318;background:#fef3f2;border:1px solid #fda29b;gap:4px;display:grid}.import-error span{font-size:12px}.import-preview{background:#ecfdf3;border:1px solid #75d5aa}.import-preview>div:first-child{justify-content:space-between;gap:15px;display:flex}.import-preview>div:first-child span{color:#47705e;font-size:11px}.import-preview ol{gap:9px;margin:13px 0;padding-left:22px;display:grid}.import-preview li{font-size:12px;font-weight:700}.import-preview li small{color:#527264;margin-top:3px;font-weight:400;display:block}.import-preview>p{color:#47705e;font-size:11px}.import-decisions{flex-wrap:wrap;gap:8px;display:flex}.import-decisions button{background:#fff;border:1px solid #91b7a6;border-radius:9px;min-height:38px;padding:0 12px;font-size:11px;font-weight:800}.import-decisions .replace-import{color:#fff;background:#08775c;border-color:#08775c}.import-decisions .append-import{color:#fff;background:#155eef;border-color:#155eef}@media (max-width:760px){.bulk-question-import{grid-template-columns:1fr;padding:17px}.bulk-import-actions{flex-direction:column;justify-content:stretch}.bulk-import-actions button,.bulk-import-actions label{justify-content:center}.import-preview>div:first-child,.import-decisions{flex-direction:column}.import-decisions button{width:100%}}.topbar-links{align-items:center;gap:16px;display:flex}.topbar-links a:first-child{color:var(--blue)}.student-access-shell{background:linear-gradient(135deg,#eff6ff,#f8fafc 55%,#dbeafe)}.student-access-card{background:#fff;border:1px solid #dbe2ea;border-radius:20px;width:min(92%,540px);margin:10vh auto;padding:clamp(28px,5vw,46px);box-shadow:0 24px 60px #1e40af1a}.student-access-card>span{letter-spacing:.13em;color:var(--blue);font-size:.74rem;font-weight:900}.student-access-card h1{color:#172554;margin:8px 0;font-family:Georgia,serif;font-size:2.25rem}.student-access-card p{color:var(--muted);line-height:1.5}.student-access-card label{color:#344054;gap:8px;margin-top:24px;font-weight:800;display:grid}.student-access-card select{min-height:52px;font:inherit;color:#172033;background:#fff;border:1px solid #b9c3d0;border-radius:11px;padding:0 14px}.student-access-warning{color:#9a3412;background:#fff7ed;border-radius:11px;margin-top:22px;padding:16px;font-weight:700}@media (max-width:760px){.topbar-links{flex-wrap:wrap;gap:8px}.topbar-links a{font-size:.78rem}.student-access-card{margin:6vh auto}.student-access-shell .reading-topbar{grid-template-columns:auto 1fr}.student-access-shell .reading-topbar>span{display:none}}.activity-student-heading{flex-wrap:wrap;align-items:center;gap:clamp(18px,3vw,40px);display:flex}.activity-student-heading h1{flex:360px}.student-name-display{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff18;border:1px solid #ffffff70;border-radius:15px;flex:0 auto;gap:4px;padding:13px 20px;display:grid;box-shadow:0 10px 28px #001b5b35}.student-name-display span{letter-spacing:.16em;color:#cfe0ff;font-size:.7rem;font-weight:900}.student-name-display strong{color:#fff;text-wrap:balance;font-size:clamp(1.35rem,2.4vw,2rem);line-height:1.1}@media (max-width:620px){.activity-student-heading{gap:12px;display:grid}.activity-student-heading h1{margin-bottom:0}.student-name-display{padding:12px 15px}.student-name-display strong{font-size:1.35rem}}.teacher-preview-card{width:min(94%,760px);margin:5vh auto}.saved-results-list{border-top:1px solid #dbe2ea;margin-top:28px;padding-top:22px}.saved-results-list h2{color:#172554;margin:0 0 12px;font-size:1.1rem}.saved-results-list>div{border-bottom:1px solid #e5eaf1;justify-content:space-between;align-items:center;gap:16px;padding:12px 0;display:flex}.saved-results-list>div>span{gap:3px;display:grid}.saved-results-list small{color:var(--muted)}.saved-results-list button{color:#b42318;cursor:pointer;background:#fff;border:1px solid #f04438;border-radius:9px;min-height:40px;padding:0 14px;font-weight:800}.saved-results-list button:disabled{opacity:.55;cursor:wait}@media (max-width:620px){.saved-results-list>div{flex-direction:column;align-items:stretch}.saved-results-list button{width:100%}}.student-reading-intro{isolation:isolate;background:linear-gradient(100deg,#061b42f2 0%,#0c438fe8 54%,#061c44ed 100%);grid-template-columns:minmax(0,1fr) minmax(360px,420px) 230px;position:relative;overflow:hidden}.student-reading-intro:before{content:"";z-index:-2;filter:blur(7px)saturate(.7);opacity:.42;background:url(/reino-libros-tablero.png) 50% 38%/cover no-repeat;position:absolute;inset:-20px;transform:scale(1.05)}.student-reading-intro:after{content:"";z-index:-1;background:linear-gradient(90deg,#041634e8 0%,#0a3477bd 54%,#041634df 100%);position:absolute;inset:0}.student-reading-intro>.activity-summary{min-width:0}.three-star-challenge{justify-content:center;align-self:stretch;align-items:center;min-height:112px;display:flex}.three-star-challenge>img{object-fit:contain;filter:drop-shadow(0 10px 18px #00102c99);width:min(100%,410px);max-height:300px;display:block}@media (max-width:1100px){.student-reading-intro{grid-template-columns:minmax(0,1fr) minmax(300px,360px)}.student-reading-intro .three-star-challenge{grid-area:1/2/span 2}.student-reading-intro aside{grid-column:1}}@media (max-width:620px){.student-reading-intro{grid-template-columns:1fr;gap:14px}.student-reading-intro .three-star-challenge{grid-area:auto;min-height:92px}.student-reading-intro .three-star-challenge>img{width:min(100%,360px);max-height:264px}}.document-view>.pdf-page-reader,.inline-document>.pdf-page-reader{min-height:0}.pdf-page-reader{background:#525659;grid-template-rows:minmax(0,1fr) auto;min-width:0;height:100%;min-height:0;display:grid;overflow:hidden}.pdf-page-stage{justify-content:center;align-items:flex-start;min-width:0;min-height:0;padding:20px;display:flex;overflow:auto}.pdf-page-stage canvas{background:#fff;display:block;box-shadow:0 5px 22px #10182870}.pdf-page-status{color:#fff;text-align:center;margin:auto;padding:20px;font-weight:800}.pdf-page-error{color:#fee4e2}.pdf-page-navigation{color:#fff;background:#101828;border-top:1px solid #344054;grid-template-columns:1fr auto 1fr;align-items:center;gap:14px;min-height:60px;padding:8px 18px;display:grid}.pdf-page-navigation button{color:#101828;cursor:pointer;background:#fff;border:1px solid #667085;border-radius:9px;min-height:42px;padding:0 16px;font-weight:800}.pdf-page-navigation button:last-child{justify-self:end}.pdf-page-navigation button:disabled{opacity:.45;cursor:not-allowed}.pdf-page-navigation strong{white-space:nowrap;font-size:14px}@media (max-width:620px){.pdf-page-stage{padding:10px}.pdf-page-navigation{gap:8px;min-height:56px;padding:7px 10px}.pdf-page-navigation button{min-height:40px;padding:0 10px;font-size:13px}.pdf-page-navigation strong{font-size:12px}}.text-page-reader{background:#fff;grid-template-rows:minmax(0,1fr) auto;min-width:0;height:100%;min-height:0;display:grid;overflow:hidden}.text-page-stage{background:#fff;justify-content:center;min-height:0;padding:24px;display:flex;overflow:auto}.text-page-stage article{color:#182230;background:#fff;width:min(100%,760px);min-height:100%;padding:clamp(28px,5vw,64px);line-height:1.72;box-shadow:0 5px 22px #10182828}.text-page-stage h1{border-bottom:4px solid var(--blue);color:#102a56;margin:0 0 1.4em;padding-bottom:.55em;font-size:1.75em;line-height:1.15}.text-page-stage p{white-space:pre-wrap;margin:0 0 1.05em}.text-page-navigation{color:#fff;background:#101828;grid-template-columns:1fr auto 1fr;align-items:center;gap:12px;min-height:64px;padding:8px 18px;display:grid}.text-page-navigation>button{justify-self:start}.text-page-navigation>button:last-child{justify-self:end}.text-page-navigation button{color:#101828;cursor:pointer;background:#fff;border:1px solid #667085;border-radius:9px;min-height:40px;padding:0 14px;font-weight:800}.text-page-navigation button:disabled{opacity:.45;cursor:not-allowed}.text-page-navigation>div{align-items:center;gap:18px;display:flex}.text-page-navigation label{align-items:center;gap:5px;font-size:13px;display:flex}.text-page-navigation label button{min-height:34px;padding:0 9px}.text-page-navigation strong{white-space:nowrap;font-size:13px}.expanded-document .text-page-stage{padding:clamp(20px,3vw,44px)}.expanded-document .text-page-stage article{width:100%;max-width:none;box-shadow:none;padding:clamp(30px,4vw,64px)}@media (max-width:620px){.text-page-stage{padding:10px}.text-page-stage article{padding:28px 22px}.expanded-document .text-page-stage{padding:0}.expanded-document .text-page-stage article{padding:28px 22px}.text-page-navigation{gap:5px;padding:7px 9px}.text-page-navigation>div label{display:none}.text-page-navigation>div{gap:5px}.text-page-navigation button{padding:0 9px;font-size:12px}.text-page-navigation strong{font-size:11px}}.inline-document.expanded-document{z-index:100;width:100vw;height:100dvh;box-shadow:none;background:#525659;border:0;border-radius:0;grid-template-rows:minmax(0,1fr);position:fixed;inset:0}.document-expanded-mode .question-stage{visibility:hidden}.expanded-document .inline-document-tabs{display:none}.expanded-document .inline-document-head{z-index:5;background:0 0;border:0;min-height:0;padding:0;position:absolute;top:12px;right:12px}.expanded-document .inline-document-head>div{display:none}.expanded-document .inline-document-head button{color:#fff;background:#101828e8;border:1px solid #fff6;border-radius:50%;width:48px;height:48px;min-height:48px;padding:0;font-size:22px;box-shadow:0 4px 16px #0006}.expanded-document .inline-document-head button span{display:none}.expanded-document .pdf-page-stage{scrollbar-gutter:stable;scrollbar-width:auto;scrollbar-color:#475467 #e4e7ec;padding:0;overflow:auto scroll}.expanded-document .pdf-page-stage::-webkit-scrollbar{width:14px;height:14px}.expanded-document .pdf-page-stage::-webkit-scrollbar-track{background:#e4e7ec}.expanded-document .pdf-page-stage::-webkit-scrollbar-thumb{background:#475467;border:3px solid #e4e7ec;border-radius:10px;min-height:48px}.expanded-document .pdf-page-stage::-webkit-scrollbar-thumb:hover{background:#344054}.expanded-document .pdf-page-stage canvas{box-shadow:none}.pdf-scroll-control{display:none}.expanded-document .pdf-scroll-control{z-index:4;background:#e4e7ecef;border-radius:999px;place-items:center;width:26px;padding:8px 3px;display:grid;position:absolute;top:72px;bottom:76px;right:7px;box-shadow:0 3px 12px #0005}.expanded-document .pdf-scroll-control input{writing-mode:vertical-lr;accent-color:#344054;cursor:ns-resize;direction:rtl;width:100%;height:100%;margin:0}.expanded-document .pdf-scroll-control span{clip:rect(0 0 0 0);width:1px;height:1px;position:absolute;overflow:hidden}@media (max-width:620px){.inline-document.expanded-document{grid-template-rows:minmax(0,1fr);width:100vw;height:100dvh;inset:0}.expanded-document .inline-document-head{top:8px;right:8px}.expanded-document .inline-document-head button{width:44px;height:44px;min-height:44px}}.reading-home{color:#172033;background:#f7f9ff;min-height:100vh;font-family:Arial,sans-serif}.home-hero{background:#11183f;align-items:flex-end;min-height:55vh;display:flex;position:relative;overflow:hidden}.home-hero:after{content:"";background:linear-gradient(90deg,#0b1238ed 0%,#10184fc0 38%,#10184f25 72%);position:absolute;inset:0}.home-hero img{object-fit:cover;object-position:center;width:100%;height:100%;position:absolute;inset:0}.home-hero-copy{z-index:1;color:#fff;width:min(92%,720px);padding:clamp(42px,7vw,96px) clamp(24px,7vw,110px);position:relative}.home-hero-copy>span,.access-heading>span,.staff-access>div span{letter-spacing:.16em;color:#f9d675;font-size:.75rem;font-weight:900}.home-hero h1{letter-spacing:-.04em;text-wrap:balance;margin:12px 0 16px;font-family:Georgia,serif;font-size:clamp(2.5rem,5.2vw,5rem);line-height:.98}.home-hero h1 em{color:#f9d675;font-weight:400;display:block}.home-hero p{color:#e7eaff;max-width:570px;margin:0;font-size:clamp(1rem,1.5vw,1.25rem);line-height:1.55}.access-zone{z-index:2;width:min(1180px,92%);margin:-44px auto 0;padding-bottom:64px;position:relative}.access-heading{text-align:center;background:#fff;border-radius:22px 22px 0 0;padding:28px 22px 22px}.access-heading>span{color:#5b4bb7}.access-heading h2{color:#172554;margin:6px 0;font-family:Georgia,serif;font-size:clamp(1.8rem,3vw,2.6rem)}.access-heading p{color:#667085;margin:0}.access-grid{background:#fff;grid-template-columns:repeat(3,1fr);gap:16px;padding:0 24px 28px;display:grid}.access-card{border:1px solid #dbe2ea;border-radius:18px;flex-direction:column;align-items:flex-start;padding:24px;transition:all .2s;display:flex;box-shadow:0 8px 24px #15245c0c}.access-card:hover,.access-card.selected{border-color:#7565c7;transform:translateY(-3px);box-shadow:0 14px 32px #40318b1c}.access-card>i{color:#5b4bb7;background:#ede9fe;border-radius:13px;place-items:center;width:44px;height:44px;font-size:1.35rem;font-style:normal;display:grid}.access-card h3{color:#172554;margin:16px 0 7px;font-family:Georgia,serif;font-size:1.45rem}.access-card p{color:#667085;flex:1;margin:0 0 20px;line-height:1.5}.access-card button,.access-card a,.staff-access button{color:#fff;width:100%;min-height:46px;font:inherit;cursor:pointer;background:#4f46a5;border:0;border-radius:11px;place-items:center;padding:0 15px;font-weight:800;text-decoration:none;display:grid}.student-card>i{color:#b7791f;background:#fff3cd}.student-card a{background:#b45309}.staff-access{color:#fff;background:#172554;border-radius:0 0 18px 18px;grid-template-columns:1fr minmax(210px,280px) 160px;align-items:end;gap:16px;padding:24px;display:grid}.staff-access>div{gap:6px;display:grid}.staff-access label{gap:6px;font-size:.82rem;font-weight:800;display:grid}.staff-access input{color:#172033;min-height:46px;font:inherit;background:#fff;border:1px solid #8290bd;border-radius:10px;padding:0 13px}.staff-access p{color:#fecaca;grid-column:1/-1;margin:0;font-weight:800}.temporary-key{text-align:center;color:#667085;font-size:.88rem}.home-loading{color:#fff;background:#10183f;place-items:center;min-height:100vh;font:700 1rem Arial,sans-serif;display:grid}@media (max-width:800px){.home-hero{min-height:520px}.home-hero:after{background:linear-gradient(#10184f20,#10184fa5 30%,#0b1238f5 100%)}.home-hero-copy{padding:36px 24px}.access-grid,.staff-access{grid-template-columns:1fr}.staff-access p{grid-column:auto}}@media (max-width:500px){.access-zone{width:94%;margin:-24px auto 0}.access-grid{padding:0 14px 18px}.access-card{padding:20px}.access-heading{padding-left:16px;padding-right:16px}}.staff-access select{color:#111827;min-height:46px;font:inherit;background:#fff;border:1px solid #8290bd;border-radius:10px;padding:0 13px}.staff-access select option{color:#000;background:#fff}
