.cheat-sheet-jump{display:inline-flex;align-items:center;gap:10px;margin-top:10px;padding:13px 18px;border-radius:999px;background:#8a6200;color:#fff;text-decoration:none;font-weight:900;box-shadow:0 14px 30px #72531433;transition:transform .16s ease,box-shadow .16s ease}.cheat-sheet-jump:hover{transform:translateY(-1px);box-shadow:0 18px 34px #72531442}.cheat-sheet-jump span{font-size:1.15rem}.cheat-library{grid-column:1 / -1;width:100%;padding:28px;scroll-margin-top:20px;border-color:#d8e2f0}.cheat-library-header{display:flex;justify-content:space-between;gap:24px;align-items:flex-start;margin-bottom:20px}.cheat-library-header h2{margin:7px 0 8px;font-size:clamp(1.55rem,3vw,2.25rem)}.cheat-library-header p{max-width:760px;margin:0;color:#526176}.cheat-library-badge{flex:0 0 auto;padding:9px 13px;border-radius:999px;background:#eef3fb;color:#34445c;font-size:.86rem;font-weight:850}.cheat-sheet-list{display:grid;gap:14px}.cheat-sheet{--cheat-accent: #2858ff;--cheat-dark: #172033;--cheat-tint: #f3f7ff;overflow:hidden;border:1px solid #d8e2f0;border-radius:20px;background:#fff;transition:border-color .18s ease,box-shadow .18s ease}.cheat-sheet.open{border-color:var(--cheat-accent);box-shadow:0 14px 32px #2e4b781c}.cheat-sheet-summary{display:grid;grid-template-columns:58px minmax(0,1fr) auto 24px;gap:16px;align-items:center;width:100%;padding:17px 19px;border:0;background:linear-gradient(90deg,var(--cheat-tint),#fff 68%);color:#172033;text-align:left}.cheat-sheet-summary:hover{background:var(--cheat-tint)}.cheat-module-icon{display:grid;place-items:center;width:54px;height:54px;border-radius:17px;background:var(--cheat-dark);color:#fff;box-shadow:0 9px 20px color-mix(in srgb,var(--cheat-accent) 24%,transparent)}.cheat-module-icon svg{width:31px;height:31px;fill:none;stroke:currentColor;stroke-width:2.7;stroke-linecap:round;stroke-linejoin:round}.cheat-summary-copy{min-width:0}.cheat-summary-copy>span{display:block;margin-bottom:3px;color:var(--cheat-accent);font-size:.76rem;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.cheat-summary-copy strong{display:block;color:var(--cheat-dark);font-size:1.15rem}.cheat-summary-copy small{display:block;margin-top:5px;color:#607089;font-size:.9rem;line-height:1.45}.cheat-expand-label{color:var(--cheat-dark);font-size:.88rem;font-weight:900;white-space:nowrap}.cheat-chevron{color:var(--cheat-accent);font-size:1.55rem;transform:rotate(0);transition:transform .18s ease}.cheat-sheet.open .cheat-chevron{transform:rotate(180deg)}.cheat-sheet-panel{padding:0 19px 20px;border-top:1px solid color-mix(in srgb,var(--cheat-accent) 20%,#d8e2f0)}.cheat-panel-toolbar{display:flex;justify-content:space-between;gap:14px;align-items:center;padding:15px 0}.cheat-page-tabs,.cheat-file-actions{display:flex;flex-wrap:wrap;gap:8px}.cheat-page-tabs button,.cheat-file-actions a{border:1px solid #d6e0ed;border-radius:999px;background:#fff;color:#34445c;padding:8px 12px;font-size:.84rem;font-weight:850;text-decoration:none}.cheat-page-tabs button.active{border-color:var(--cheat-accent);background:var(--cheat-tint);color:var(--cheat-dark)}.cheat-file-actions a{border-color:color-mix(in srgb,var(--cheat-accent) 45%,#d6e0ed);color:var(--cheat-dark)}.cheat-file-actions a:hover{background:var(--cheat-tint)}.cheat-page{padding:22px;border:1px solid color-mix(in srgb,var(--cheat-accent) 22%,#d8e2f0);border-radius:18px;background:#fff}.cheat-page-heading{display:flex;gap:14px;align-items:center;margin-bottom:20px}.cheat-page-module{display:grid;place-items:center;flex:0 0 48px;width:48px;height:48px;border-radius:15px;background:var(--cheat-dark);color:#fff;font-size:1.25rem;font-weight:950}.cheat-page-heading span:not(.cheat-page-module){color:var(--cheat-accent);font-size:.75rem;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.cheat-page-heading h3{margin:4px 0 0;color:var(--cheat-dark);font-size:clamp(1.25rem,2.6vw,1.75rem)}.cheat-content-section+.cheat-content-section,.cheat-content-section+.cheat-callout,.cheat-callout+.cheat-content-section{margin-top:20px}.cheat-content-section h4{margin:0 0 9px;color:var(--cheat-dark);font-size:1.02rem}.cheat-table-wrap{overflow-x:auto;border:1px solid #d9e2ef;border-radius:14px}.cheat-table{width:100%;min-width:720px;border-collapse:collapse;font-size:.88rem}.cheat-table th,.cheat-table td{padding:9px 10px;border-right:1px solid #dde5ef;border-bottom:1px solid #dde5ef;text-align:left;vertical-align:top;line-height:1.45}.cheat-table th:last-child,.cheat-table td:last-child{border-right:0}.cheat-table tbody tr:last-child td{border-bottom:0}.cheat-table th{background:var(--cheat-tint);color:var(--cheat-dark);font-size:.78rem;letter-spacing:.02em}.cheat-table tbody tr:nth-child(2n){background:#f9fbfd}.cheat-table td:first-child{width:25%;font-weight:800;color:var(--cheat-dark)}.cheat-table code{white-space:normal;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.84rem}.cheat-formulas{display:grid;gap:7px}.cheat-formulas code{display:block;padding:10px 12px;border:1px solid color-mix(in srgb,var(--cheat-accent) 24%,#d8e2f0);border-radius:11px;background:var(--cheat-tint);color:var(--cheat-dark);white-space:normal;overflow-wrap:anywhere;font-size:.9rem}.cheat-code{margin:0;overflow-x:auto;border-radius:15px;background:#111827;color:#f8fafc;padding:17px;line-height:1.55;font-size:.87rem;-moz-tab-size:4;tab-size:4}.cheat-list{margin:0;padding-left:24px;line-height:1.58}.cheat-list li+li{margin-top:6px}.cheat-callout{margin-top:18px;padding:14px 16px;border-left:5px solid var(--cheat-accent);border-radius:13px;background:var(--cheat-tint)}.cheat-callout strong{color:var(--cheat-dark)}.cheat-callout p{margin:5px 0 0}@media (max-width: 780px){.cheat-library{padding:20px}.cheat-library-header,.cheat-panel-toolbar{flex-direction:column;align-items:stretch}.cheat-library-badge{align-self:flex-start}.cheat-sheet-summary{grid-template-columns:48px minmax(0,1fr) 20px;padding:15px;gap:12px}.cheat-module-icon{width:46px;height:46px;border-radius:14px}.cheat-module-icon svg{width:27px;height:27px}.cheat-expand-label{display:none}.cheat-page{padding:16px}.cheat-file-actions a,.cheat-page-tabs button{flex:1 1 auto;text-align:center}}@media (max-width: 620px){.cheat-sheet-jump{width:100%;justify-content:center;text-align:center;border-radius:18px}.cheat-library{border-radius:18px}.cheat-page-heading{align-items:flex-start}.cheat-page-tabs,.cheat-file-actions{display:grid;grid-template-columns:repeat(3,1fr);width:100%}.cheat-file-actions{grid-template-columns:repeat(2,1fr)}}.cheat-sheet-jump-group{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px}.cheat-sheet-jump-group .cheat-sheet-jump{margin-top:0}.cheat-sheet-jump-special{background:linear-gradient(135deg,#8a6200,#b7791f);box-shadow:0 14px 30px #8a62003d}.cheat-sheet-jump-secondary{border:1px solid #cbd5e1;background:#fff;color:#334155;box-shadow:0 10px 24px #3341551a}.cheat-sheet-jump-secondary:hover{box-shadow:0 14px 28px #33415529}.cheat-library+.cheat-library{margin-top:20px}.cheat-library-special{position:relative;overflow:visible;border:2px solid #e6b94d;background:radial-gradient(circle at 100% 0,rgba(255,223,128,.34),transparent 34%),linear-gradient(180deg,#fffdf5,#fff 42%);box-shadow:0 18px 42px #80580821}.cheat-special-ribbon{position:absolute;top:-13px;left:26px;z-index:2;padding:7px 13px;border:1px solid #e6b94d;border-radius:999px;background:linear-gradient(135deg,#fff4bf,#ffe08a);color:#6d4800;font-size:.74rem;font-weight:950;letter-spacing:.055em;box-shadow:0 8px 18px #80580824}.cheat-library-special .cheat-library-header{padding-top:7px}.cheat-library-special .cheat-library-badge{border:1px solid #e8c76d;background:#fff4c7;color:#704b00}.cheat-library-special .cheat-sheet{border-color:#ead9aa}.cheat-library-special .cheat-sheet.open{box-shadow:0 16px 36px #64480f21}.cheat-library-special .cheat-page{background:linear-gradient(180deg,#fffceee0,#fff 92px)}.cheat-library-standard{background:linear-gradient(180deg,#f8fbff,#fff 120px)}@media (max-width: 780px){.cheat-special-ribbon{left:18px}}@media (max-width: 620px){.cheat-sheet-jump-group{display:grid;grid-template-columns:1fr;width:100%}.cheat-sheet-jump-group .cheat-sheet-jump{width:100%}.cheat-library-special{margin-top:8px}.cheat-special-ribbon{max-width:calc(100% - 36px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}.score-cat-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;display:grid;place-items:center;padding:20px;background:#0f172aad;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.score-cat-dialog{position:relative;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);width:min(820px,100%);overflow:hidden;border:1px solid rgba(255,255,255,.7);border-radius:28px;background:#fff;box-shadow:0 28px 80px #0f172a59;animation:score-cat-pop .24s ease-out}.score-cat-art{min-height:320px;background:#eef4ff}.score-cat-art img{display:block;width:100%;height:100%;min-height:320px;object-fit:cover}.score-cat-copy{display:flex;flex-direction:column;justify-content:center;padding:34px}.score-cat-copy h2{margin:9px 0 8px;font-size:clamp(2rem,4vw,3.15rem);line-height:1.03}.score-cat-copy p{margin:0 0 22px;color:#526176}.score-cat-copy .primary{align-self:flex-start}.score-cat-close{position:absolute;top:14px;right:14px;z-index:2;display:grid;place-items:center;width:38px;height:38px;border:0;border-radius:50%;background:#ffffffe6;color:#172033;font-size:1.45rem;box-shadow:0 7px 18px #0f172a29}.score-cat-high .score-cat-copy{background:linear-gradient(160deg,#fffdf5,#fff4c8)}.score-cat-high .eyebrow,.score-cat-high h2{color:#9a5b00}.score-cat-mid .score-cat-copy{background:linear-gradient(160deg,#f8fffb,#daf7e8)}.score-cat-mid .eyebrow,.score-cat-mid h2{color:#087647}.score-cat-low .score-cat-copy{background:linear-gradient(160deg,#f7fbff,#dceeff)}.score-cat-low .eyebrow,.score-cat-low h2{color:#2459a9}@keyframes score-cat-pop{0%{opacity:0;transform:translateY(16px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width: 720px){.score-cat-dialog{grid-template-columns:1fr;max-height:calc(100vh - 32px);overflow-y:auto}.score-cat-art,.score-cat-art img{min-height:220px;max-height:300px}.score-cat-copy{padding:26px 22px 24px}.score-cat-copy .primary{width:100%}}*{box-sizing:border-box}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#172033;background:linear-gradient(135deg,#f4f8ff,#fff8f2)}button,select,textarea,input{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.65}.page-shell{max-width:1180px;margin:0 auto;padding:32px 20px}.card{background:#ffffffeb;border:1px solid #dfe7f3;border-radius:24px;box-shadow:0 18px 48px #2e4b781f}.home{display:grid;grid-template-columns:1fr 440px;gap:24px;min-height:100vh;align-items:center}.hero,.setup,.question-card,.quiz-sidebar,.result-hero,.review-panel{padding:28px}.eyebrow{color:#2858ff;font-size:.78rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}h1{font-size:clamp(2rem,4vw,4rem);line-height:1.02;margin:12px 0}h2{margin:0 0 12px}p{line-height:1.6}.disclaimer{margin-top:16px;padding:14px 16px;border-radius:16px;background:#fff5dd;border:1px solid #ffd98a;line-height:1.55}.setup{display:grid;gap:18px}label span{display:block;font-weight:800;margin-bottom:8px}select,textarea,input{width:100%;border:1px solid #cfdbeb;border-radius:14px;padding:12px 14px;background:#fff;color:#172033}textarea{min-height:180px;resize:vertical}.mode-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.mode-card,.option,.review-list button{border:1px solid #d7e1ee;border-radius:16px;background:#fff;padding:14px;text-align:left}.mode-card.active,.option.selected{border-color:#2858ff;background:#f0f5ff}.mode-card span{display:block;color:#617086;font-size:.92rem;margin-top:8px;line-height:1.45}.checkbox-row{display:flex;gap:10px;align-items:center}.checkbox-row input{width:auto}.overview{padding:16px;border-radius:16px;background:#f7faff}.overview span{display:block;color:#617086;margin-top:6px}.primary,.secondary,.link,.self-grade button{border:0;border-radius:999px;padding:12px 18px;font-weight:900}.primary{background:#2858ff;color:#fff;box-shadow:0 12px 28px #2858ff40}.secondary{background:#e9eef7;color:#23324a}.link{background:transparent;color:#2858ff;padding-left:0}.collection-back{margin-bottom:8px}.community-cta{display:inline-flex;align-items:center;gap:10px;max-width:100%;margin-top:10px;padding:13px 18px;border-radius:999px;background:#111827;color:#fff;text-decoration:none;font-weight:900;line-height:1.35;box-shadow:0 14px 30px #11182738;transition:transform .16s ease,box-shadow .16s ease,background .16s ease}.community-cta:hover{transform:translateY(-1px);background:#202b3f;box-shadow:0 18px 34px #11182742}.community-cta span{flex:0 0 auto;color:#8bd3ff;font-size:1.1rem}.new-collection .hero,.new-collection .setup{border-color:#e8cf87;box-shadow:0 18px 48px #7253141f}.new-collection .eyebrow{color:#8a6200}.new-collection .overview{background:#fff9e9;border:1px solid #f0dda4}.crown-access{position:fixed;right:calc(18px + env(safe-area-inset-right));bottom:calc(18px + env(safe-area-inset-bottom));z-index:30;display:grid;place-items:center;width:58px;height:58px;padding:0;border:1px solid rgba(255,215,105,.55);border-radius:50%;background:#111827;color:#ffd769;box-shadow:0 18px 38px #11182759;transition:transform .16s ease,box-shadow .16s ease}.crown-access span{font-size:1.55rem;line-height:1}.crown-access:hover{transform:translateY(-2px) scale(1.03);box-shadow:0 22px 44px #1118276b}.crown-access:focus-visible,.gate-close:focus-visible{outline:3px solid rgba(40,88,255,.35);outline-offset:3px}.gate-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:grid;place-items:center;padding:20px;background:#0f172a9e;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.gate-dialog{position:relative;width:min(430px,100%);padding:28px}.gate-dialog h2{margin-top:10px}.gate-dialog label{display:block;margin-top:18px}.gate-dialog .primary{width:100%;margin-top:16px}.gate-close{position:absolute;top:14px;right:14px;display:grid;place-items:center;width:36px;height:36px;border:0;border-radius:50%;background:#eef2f8;color:#23324a;font-size:1.35rem}.gate-error{margin:10px 0 0;color:#b42318;font-weight:800}.quiz-layout{display:grid;grid-template-columns:330px minmax(0,1fr);gap:24px;max-width:1360px;margin:0 auto;padding:24px}.quiz-sidebar{position:sticky;top:24px;align-self:start;max-height:calc(100vh - 48px);overflow:auto}.timer{display:inline-block;padding:10px 14px;border-radius:999px;background:#111827;color:#fff;font-weight:900;margin:8px 0 14px}.question-nav{display:grid;grid-template-columns:repeat(6,1fr);gap:8px;margin:16px 0}.question-nav button{border:1px solid #d8e1ed;border-radius:10px;background:#fff;padding:8px 0}.question-nav button.active{background:#2858ff;border-color:#2858ff;color:#fff}.question-nav button.answered:not(.active){background:#e6f7ec;border-color:#9fdbb3}.quiz-main{display:grid;gap:16px;align-content:start}.question-header{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:16px}.rich-text pre,.feedback pre{overflow-x:auto;background:#111827;color:#e5e7eb;border-radius:16px;padding:16px;line-height:1.5}.options{display:grid;gap:12px;margin-top:20px}.option{display:flex;gap:12px;align-items:flex-start}.option span{display:inline-grid;place-items:center;min-width:32px;height:32px;border-radius:50%;background:#eef3fb;font-weight:900}.option.correct{border-color:#25a55b;background:#ecf9f0}.option.wrong{border-color:#df5555;background:#fff0f0}.open-answer{margin-top:20px}.open-answer-tools{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px}.open-answer-tools .secondary{padding:10px 16px}.open-help-note{margin:10px 0 0;color:#617086;font-size:.92rem}.hint-panel{background:#fff9e9;border-color:#f0dda4}.hint-panel ul{margin-bottom:0;padding-left:22px}.hint-panel li+li{margin-top:6px}.feedback{margin-top:20px;padding:18px;border-radius:18px;background:#f7faff;border:1px solid #d9e5f5}.self-grade{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-top:12px}.self-grade button{background:#e9eef7}.self-grade button.active{background:#2858ff;color:#fff}.actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:12px}.result-hero{display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center;margin-bottom:22px}.score-circle{width:180px;height:180px;border-radius:50%;background:#edf3ff;border:12px solid #c9d8ff;display:flex;flex-direction:column;align-items:center;justify-content:center}.score-circle strong{font-size:3rem}.module-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:22px}.module-stat{padding:18px}.module-stat div:first-child{display:flex;justify-content:space-between}.module-stat h3{min-height:56px;font-size:1rem}.bar{height:10px;border-radius:999px;background:#e8eef7;overflow:hidden}.bar span{display:block;height:100%;background:#2858ff;border-radius:inherit}.review-list{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.review-list button{display:flex;flex-direction:column;gap:4px}.review-list span{color:#607089;font-size:.9rem}@media (max-width: 980px){.home,.quiz-layout,.result-hero{grid-template-columns:1fr}.quiz-sidebar{position:static;max-height:none}.module-stats{grid-template-columns:repeat(2,1fr)}}@media (max-width: 620px){.mode-grid,.module-stats,.review-list{grid-template-columns:1fr}.question-nav{grid-template-columns:repeat(5,1fr)}.hero,.setup,.question-card,.quiz-sidebar,.result-hero,.review-panel{padding:20px;border-radius:18px}.community-cta{width:100%;justify-content:center;text-align:center;border-radius:18px}.crown-access{width:52px;height:52px}.gate-dialog{padding:24px 20px}.open-answer-tools{display:grid;grid-template-columns:1fr 1fr}}
