@import "https://fonts.googleapis.com/css2?family=Audiowide&family=Bebas+Neue&family=Inter:wght@400;600;700;800&family=Orbitron:wght@700;800&family=Righteous&family=Russo+One&family=Space+Grotesk:wght@700&display=swap";body{color:#e9d5ff;background:radial-gradient(circle at top,#1a0a2e 0%,#0f0618 45%,#08060d 100%);min-height:100vh;margin:0;font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.5;transition:background .45s,color .4s}html[data-home-theme=scan] body{color:#e9d5ff;background:radial-gradient(circle at top,#1a0a2e 0%,#0f0618 45%,#08060d 100%)}html[data-home-theme=draw] body{color:#fecdd3;background:radial-gradient(circle at top,#2a0610 0%,#16040a 45%,#0c0306 100%)}html[data-home-theme=learn] body{color:#ffedd5;background:radial-gradient(circle at top,#2a1404 0%,#160c02 45%,#0c0802 100%)}html[data-theme=light] body,html[data-theme=light][data-home-theme=scan] body{color:#2a1a3d;background:radial-gradient(circle at top,#f4e9ff 0%,#ebe4f7 42%,#e2ecf4 100%)}html[data-theme=light][data-home-theme=draw] body{color:#4c0519;background:radial-gradient(circle at top,#fff1f2 0%,#ffe4e6 42%,#fce7f3 100%)}html[data-theme=light][data-home-theme=learn] body{color:#431407;background:radial-gradient(circle at top,#fff7ed 0%,#ffedd5 42%,#fef3c7 100%)}#root{min-height:100vh}.birthdate-screen{box-sizing:border-box;min-height:100vh;padding-top:calc(14px + env(safe-area-inset-top,0px));padding-right:calc(16px + env(safe-area-inset-right,0px));padding-bottom:calc(14px + env(safe-area-inset-bottom,0px));padding-left:calc(16px + env(safe-area-inset-left,0px));color:#e9d5ff;background:radial-gradient(circle at top,#1a0a2e 0%,#0f0618 45%,#08060d 100%);justify-content:center;align-items:center;font-family:Inter,Segoe UI,system-ui,-apple-system,sans-serif;display:flex;overflow-x:hidden}.birthdate-card{box-sizing:border-box;width:min(100%,380px);max-height:calc(100dvh - env(safe-area-inset-top,0px) - env(safe-area-inset-bottom,0px) - 28px);max-height:calc(100vh - env(safe-area-inset-top,0px) - env(safe-area-inset-bottom,0px) - 28px);background:#0c0616eb;border:2px solid #bc13fe73;border-radius:clamp(18px,5vw,28px);padding:clamp(14px,3.5vw,22px) clamp(14px,4vw,18px) clamp(16px,3.5vw,20px);overflow-y:auto;box-shadow:0 0 20px #bc13fe8c,inset 0 0 16px #a020f026}.birthdate-title{text-align:center;letter-spacing:.02em;color:#f5d0fe;text-shadow:0 0 14px #d946ef73;margin:0 0 8px;font-size:clamp(1.2rem,4.8vw,1.65rem);font-weight:800;line-height:1.25}.birthdate-hint{text-align:center;color:#e9d5ffe0;margin:0 0 clamp(12px,3vw,18px);font-size:clamp(.8rem,2.85vw,.875rem);line-height:1.45}.birthdate-fields{justify-content:center;align-items:flex-end;gap:clamp(6px,2vw,10px);display:flex}.birthdate-field{flex-direction:column;flex:1;gap:6px;min-width:0;display:flex}.birthdate-field--year{flex:1.15}.birthdate-field label{text-align:center;text-transform:uppercase;letter-spacing:.18em;color:#e9b8ffcc;font-size:clamp(.58rem,2vw,.68rem);display:block}.birthdate-select{box-sizing:border-box;color:#f5d0fe;width:100%;min-height:48px;font:inherit;cursor:pointer;appearance:none;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background-color:#080410e0;background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2212%22 height=%228%22 viewBox=%220 0 12 8%22%20fill=%22none%22%3E%3Cpath d=%22M1 1.5 L6 6.5 L11 1.5%22 stroke=%23e9b8ff%22 stroke-width=%221.5%22 stroke-linecap=%22round%22/%3E%3C/svg%3E");background-position:calc(100% - 12px);background-repeat:no-repeat;background-size:12px 8px;border:1px solid #bc13fe8c;border-radius:12px;padding:10px clamp(26px,8vw,30px) 10px 10px;font-size:1rem;font-weight:650;line-height:1.25;box-shadow:inset 0 1px #ffffff0f,0 0 10px #bc13fe33}.birthdate-select:focus-visible{outline-offset:2px;outline:3px solid #d946efd9}.birthdate-continue:focus-visible{outline-offset:3px;outline:3px solid #d946efd9}.birthdate-continue{color:#e9b8ff;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;background:linear-gradient(#180828f0,#120620e6);border:2px solid #c850ffd9;border-radius:14px;width:100%;min-height:48px;margin-top:clamp(14px,3vw,20px);padding:12px 16px;font-family:inherit;font-size:clamp(.875rem,2.9vw,.95rem);font-weight:700;box-shadow:0 0 18px #bc13fe80}.birthdate-continue:hover{box-shadow:0 0 26px #c850ffbf}@media (prefers-reduced-motion:reduce){.birthdate-continue:active{transform:none}}.birthdate-continue:active{transform:scale(.99)}.birthdate-picked{text-align:center;color:#e9b8ffbf;margin:clamp(10px,2.5vw,14px) 0 0;font-size:clamp(.75rem,2.65vw,.82rem)}@media (prefers-contrast:more){.birthdate-screen{color:#f5eefe}.birthdate-card{border-width:3px}.birthdate-select{border-width:2px}}.mathprofile-screen{box-sizing:border-box;min-height:100vh;padding-top:calc(14px + env(safe-area-inset-top,0px));padding-right:calc(16px + env(safe-area-inset-right,0px));padding-bottom:calc(14px + env(safe-area-inset-bottom,0px));padding-left:calc(16px + env(safe-area-inset-left,0px));color:#e9d5ff;background:radial-gradient(circle at top,#1a0a2e 0%,#0f0618 45%,#08060d 100%);justify-content:center;align-items:center;font-family:Inter,Segoe UI,system-ui,-apple-system,sans-serif;display:flex;overflow-x:hidden}.mathprofile-card{box-sizing:border-box;width:min(100%,380px);max-height:calc(100dvh - env(safe-area-inset-top,0px) - env(safe-area-inset-bottom,0px) - 28px);max-height:calc(100vh - env(safe-area-inset-top,0px) - env(safe-area-inset-bottom,0px) - 28px);background:#0c0616eb;border:2px solid #bc13fe73;border-radius:clamp(18px,5vw,28px);padding:clamp(14px,3.5vw,22px) clamp(14px,4vw,18px) clamp(16px,3.5vw,20px);overflow-y:auto;box-shadow:0 0 20px #bc13fe8c,inset 0 0 16px #a020f026}.mathprofile-title{text-align:center;letter-spacing:.02em;color:#f5d0fe;text-shadow:0 0 14px #d946ef73;margin:0 0 8px;font-size:clamp(1.2rem,4.8vw,1.65rem);font-weight:800;line-height:1.25}.mathprofile-hint{text-align:center;color:#e9d5ffe0;margin:0 0 clamp(12px,3vw,18px);font-size:clamp(.8rem,2.85vw,.875rem);line-height:1.45}.mathprofile-fields{flex-wrap:wrap;justify-content:center;align-items:flex-end;gap:clamp(8px,2.5vw,12px);display:flex}.mathprofile-field{flex-direction:column;flex:1;gap:6px;min-width:0;display:flex}.mathprofile-field--board{flex-basis:100%}.mathprofile-field label{text-align:center;text-transform:uppercase;letter-spacing:.18em;color:#e9b8ffcc;font-size:clamp(.58rem,2vw,.68rem);display:block}.mathprofile-select{box-sizing:border-box;color:#f5d0fe;width:100%;min-height:48px;font:inherit;cursor:pointer;appearance:none;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background-color:#080410e0;background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2212%22 height=%228%22 viewBox=%220 0 12 8%22%20fill=%22none%22%3E%3Cpath d=%22M1 1.5 L6 6.5 L11 1.5%22 stroke=%23e9b8ff%22 stroke-width=%221.5%22 stroke-linecap=%22round%22/%3E%3C/svg%3E");background-position:calc(100% - 12px);background-repeat:no-repeat;background-size:12px 8px;border:1px solid #bc13fe8c;border-radius:12px;padding:10px clamp(26px,8vw,30px) 10px 10px;font-size:1rem;font-weight:650;line-height:1.25;box-shadow:inset 0 1px #ffffff0f,0 0 10px #bc13fe33}.mathprofile-select:focus-visible{outline-offset:2px;outline:3px solid #d946efd9}.mathprofile-picked{text-align:center;color:#e9b8ffbf;margin:clamp(10px,2.5vw,14px) 0 0;font-size:clamp(.75rem,2.65vw,.82rem)}.mathprofile-picked strong{color:#f5d0fe}.mathprofile-continue{color:#e9b8ff;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;background:linear-gradient(#180828f0,#120620e6);border:2px solid #c850ffd9;border-radius:14px;width:100%;min-height:48px;margin-top:clamp(14px,3vw,20px);padding:12px 16px;font-family:inherit;font-size:clamp(.875rem,2.9vw,.95rem);font-weight:700;box-shadow:0 0 18px #bc13fe80}.mathprofile-continue:hover{box-shadow:0 0 26px #c850ffbf}.mathprofile-continue:focus-visible{outline-offset:3px;outline:3px solid #d946efd9}.mathprofile-continue:active{transform:scale(.99)}.mathprofile-continue:disabled{cursor:not-allowed;opacity:.48;box-shadow:none}@media (prefers-reduced-motion:reduce){.mathprofile-continue:active{transform:none}}@media (prefers-contrast:more){.mathprofile-screen{color:#f5eefe}.mathprofile-card{border-width:3px}.mathprofile-select{border-width:2px}}.splash-screen{z-index:100;opacity:1;background:radial-gradient(circle at 50% 32%,#faf5ff 0%,#f3e8ff 42%,#ede9fe 72%,#e0e7ff 100%);place-items:center;font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;transition:opacity .15s;display:grid;position:fixed;inset:0;overflow:hidden}.splash-screen.is-leaving{opacity:0;pointer-events:none}.splash-symbols{animation:60s linear infinite splash-spin;position:absolute;inset:0}.splash-symbol{color:#6d28d98c;text-shadow:none;opacity:var(--op,.3);will-change:transform, opacity;font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-weight:800;animation:.9s cubic-bezier(.16,.84,.3,1) both splash-fly;position:absolute;transform:translate(0)scale(1)rotate(0)}@keyframes splash-fly{0%{transform:translate(var(--tx), var(--ty)) scale(.2) rotate(var(--rot));opacity:0}55%{opacity:var(--op)}to{opacity:var(--op);transform:translate(0)scale(1)rotate(0)}}@keyframes splash-spin{to{transform:rotate(360deg)}}.splash-content{z-index:1;text-align:center;flex-direction:column;align-items:center;gap:clamp(18px,4vw,28px);padding:24px;display:flex;position:relative}.splash-titles{opacity:0;transition:opacity .6s,transform .6s cubic-bezier(.16,.84,.3,1);transform:scale(.92)translateY(8px)}.splash-titles.is-revealed{opacity:1;transform:scale(1)translateY(0)}.splash-title{letter-spacing:.005em;color:#5b21b6;text-shadow:none;margin:0;font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:clamp(2.8rem,13vw,4.6rem);font-weight:800}.splash-tagline{letter-spacing:.04em;color:#5b21b6b8;margin:12px 0 0;font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:clamp(.9rem,3.6vw,1.15rem);font-weight:600}.splash-equation{white-space:nowrap;letter-spacing:.01em;opacity:0;flex-wrap:nowrap;justify-content:center;align-items:center;gap:.1em .34em;min-height:1.8em;font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:clamp(1.7rem,8vw,2.8rem);font-weight:700;transition:opacity .28s;display:flex}.splash-equation.is-visible{opacity:1}.splash-token{color:#4c1d95;text-shadow:none;will-change:transform, opacity;animation:.42s cubic-bezier(.18,.9,.28,1.3) both splash-token-in;display:inline-block}.splash-token.is-answer{color:#15803d;text-shadow:none;background:#22c55e29;border-radius:.4em;padding:.04em .34em;font-weight:700;animation:.42s cubic-bezier(.18,.9,.28,1.3) both splash-token-in,.9s .42s splash-answer-pulse;box-shadow:inset 0 0 0 1px #16a34a59}@keyframes splash-token-in{0%{opacity:0;filter:blur(2px);transform:translateY(18px)scale(.55)}to{opacity:1;filter:blur();transform:translateY(0)scale(1)}}@keyframes splash-answer-pulse{0%{transform:scale(1)}40%{transform:scale(1.18)}to{transform:scale(1)}}.splash-progress{background:#6d28d929;border-radius:999px;width:140px;height:4px;overflow:hidden}.splash-progress-fill{background:linear-gradient(90deg,#7c3aed,#a855f7,#c084fc);border-radius:999px;width:0;height:100%;animation:1.7s cubic-bezier(.4,0,.2,1) .1s both splash-progress;display:block;box-shadow:0 0 10px #7c3aed59}@keyframes splash-progress{0%{width:0}to{width:100%}}@media (prefers-reduced-motion:reduce){.splash-symbol,.splash-symbols{animation:none}.splash-symbol{opacity:var(--op,.3)}.splash-titles{opacity:1;transition:none;transform:none}.splash-token,.splash-token.is-answer{opacity:1;filter:none;animation:none;transform:none}.splash-progress-fill{animation:1.7s linear .1s both splash-progress}}.scanner-overlay{z-index:50;color:#e9d5ff;transform-origin:100%;background:#08060d;flex-direction:column;font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;animation:.5s cubic-bezier(.22,1,.36,1) both screen-turn-forward;display:flex;position:fixed;inset:0}.scanner-stage{background:#000;flex:1;position:relative;overflow:hidden}.scanner-video{object-fit:cover;width:100%;height:100%;display:block}.scanner-canvas{display:none}.scanner-frame{pointer-events:none;position:absolute;inset:12% 8%}.scanner-frame span{filter:drop-shadow(0 0 8px #d946efb3);border:3px solid #d946ef;width:36px;height:36px;position:absolute}.scanner-frame span:first-child{border-bottom:0;border-right:0;top:0;left:0}.scanner-frame span:nth-child(2){border-bottom:0;border-left:0;top:0;right:0}.scanner-frame span:nth-child(3){border-top:0;border-right:0;bottom:0;left:0}.scanner-frame span:nth-child(4){border-top:0;border-left:0;bottom:0;right:0}.scanner-error{text-align:center;background:#08060dd9;place-items:center;padding:24px;display:grid;position:absolute;inset:0}.scanner-error p{color:#f5d0fe;max-width:320px;font-size:.95rem}.scanner-controls{padding:18px calc(24px + env(safe-area-inset-right,0px)) calc(18px + env(safe-area-inset-bottom,0px)) calc(24px + env(safe-area-inset-left,0px));background:#0c0616eb;border-top:1px solid #bc13fe59;grid-template-columns:1fr auto 1fr;align-items:center;display:grid}.scanner-btn{color:inherit;cursor:pointer;letter-spacing:.04em;text-transform:uppercase;background:0 0;border:0;border-radius:12px;min-height:48px;padding:14px 16px;font-family:inherit;font-size:1.05rem;font-weight:600;transition:background .2s}.scanner-btn-secondary{color:#e9b8ff;justify-self:start}.scanner-btn-secondary:hover{background:#bc13fe26}.scanner-btn-primary{box-sizing:border-box;background:#180828f0;border:3px solid #d946efd9;border-radius:50%;place-items:center;width:88px;height:88px;padding:0;line-height:0;display:grid;box-shadow:0 0 18px #bc13fe8c}.scanner-btn-primary:disabled{opacity:.5;cursor:not-allowed}.scanner-shutter{background:linear-gradient(#f0abfc,#c026d3);border-radius:50%;width:62px;height:62px;box-shadow:inset 0 0 8px #ffffff59}.scanner-btn-upload{color:#e9b8ff;background:#180828b3;border:2px solid #bc13fe99;border-radius:18px;justify-self:start;place-items:center;width:72px;height:72px;margin-left:18px;padding:0;transition:box-shadow .2s,transform .15s;display:grid;box-shadow:0 0 12px #bc13fe66}.scanner-btn-upload:hover{box-shadow:0 0 18px #d946efcc}.scanner-btn-upload:active{transform:scale(.95)}.scanner-btn-upload svg{fill:currentColor;filter:drop-shadow(0 0 6px #bc13fe99);width:34px;height:34px}.scanner-file-input{display:none}html[data-theme=light] .scanner-overlay{color:#4c1d95;background:#f5f0ff}html[data-theme=light] .scanner-error{background:#f5f0ffeb}html[data-theme=light] .scanner-error p{color:#5b21b6}html[data-theme=light] .scanner-controls{background:#fffffff5;border-top-color:#7c3aed47}html[data-theme=light] .scanner-btn-secondary{color:#6d28d9}html[data-theme=light] .scanner-btn-secondary:hover{background:#7c3aed1a}html[data-theme=light] .scanner-btn-primary{background:#fff;border-color:#9333eabf;box-shadow:0 0 14px #7c3aed47}html[data-theme=light] .scanner-btn-upload{color:#6d28d9;background:#fff;border-color:#7c3aed73;box-shadow:0 0 10px #7c3aed2e}html[data-theme=light] .scanner-frame span{filter:drop-shadow(0 0 6px #a855f773);border-color:#a855f7}.draw-overlay{z-index:50;color:#ffe4e6;transform-origin:100%;background:#08060d;flex-direction:column;font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;animation:.5s cubic-bezier(.22,1,.36,1) both screen-turn-forward;display:flex;position:fixed;inset:0}.draw-header{padding:calc(14px + env(safe-area-inset-top,0px)) calc(18px + env(safe-area-inset-right,0px)) 10px calc(18px + env(safe-area-inset-left,0px));background:#160408f2;border-bottom:1px solid #e11d4866}.draw-hint{text-align:center;color:#fda4af;letter-spacing:.02em;margin:0 0 10px;font-size:.9rem}.draw-tools{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;display:flex}.draw-tool-btn{color:#fda4af;cursor:pointer;letter-spacing:.04em;text-transform:uppercase;background:#28040eb3;border:2px solid #e11d4873;border-radius:12px;place-items:center;min-width:48px;min-height:48px;padding:10px 14px;font-family:inherit;font-size:.88rem;font-weight:600;transition:background .2s,box-shadow .2s,border-color .2s;display:grid}.draw-tool-btn svg{fill:currentColor;width:24px;height:24px}.draw-tool-btn:hover{background:#e11d481f;box-shadow:0 0 12px #e11d4859}.draw-tool-btn.is-active{color:#ffe4e6;background:#e11d4833;border-color:#e11d48f2;box-shadow:0 0 14px #e11d488c}.draw-tool-btn-clear{padding-inline:14px}.draw-stage{touch-action:none;background-color:#0d0520;background-image:linear-gradient(#e11d480f 1px,#0000 1px),linear-gradient(90deg,#e11d480f 1px,#0000 1px),none;background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:40px 40px;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;flex:1;position:relative;overflow:hidden}.draw-canvas{touch-action:none;cursor:crosshair;background:0 0;width:100%;height:100%;display:block}.draw-controls{padding:18px calc(24px + env(safe-area-inset-right,0px)) calc(18px + env(safe-area-inset-bottom,0px)) calc(24px + env(safe-area-inset-left,0px));background:#160408f2;border-top:1px solid #e11d4866;grid-template-columns:1fr auto 1fr;align-items:center;display:grid}.draw-btn{color:inherit;cursor:pointer;letter-spacing:.04em;text-transform:uppercase;background:0 0;border:0;border-radius:12px;min-height:48px;padding:14px 16px;font-family:inherit;font-size:1.05rem;font-weight:600;transition:background .2s}.draw-btn-secondary{color:#fda4af;justify-self:start}.draw-btn-secondary:hover{background:#e11d481f}.draw-btn-primary{color:#ffe4e6;background:linear-gradient(#e11d4847,#780a1e66);border:2px solid #e11d48d9;border-radius:16px;justify-self:center;min-width:152px;min-height:52px;padding:16px 30px;font-size:1.08rem;box-shadow:0 0 18px #e11d4873}.draw-btn-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 0 28px #e11d48bf}.draw-btn-primary:disabled{opacity:.45;cursor:not-allowed}html[data-theme=light] .draw-overlay{color:#881337;background:#fff5f7}html[data-theme=light] .draw-header{background:#fffffff5;border-bottom-color:#e11d4847}html[data-theme=light] .draw-hint{color:#be123c}html[data-theme=light] .draw-tool-btn{color:#be123c;background:#fff;border-color:#e11d4866}html[data-theme=light] .draw-tool-btn:hover{background:#e11d4814;box-shadow:0 0 10px #e11d4833}html[data-theme=light] .draw-tool-btn.is-active{color:#9f1239;background:#e11d481f;border-color:#be123ce6;box-shadow:0 0 12px #e11d4840}html[data-theme=light] .draw-stage{background-color:#fff;background-image:linear-gradient(#e11d480f 1px,#0000 1px),linear-gradient(90deg,#e11d480f 1px,#0000 1px),none;background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:40px 40px;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box}html[data-theme=light] .draw-canvas{background:0 0}html[data-theme=light] .draw-controls{background:#fffffff5;border-top-color:#e11d4847}html[data-theme=light] .draw-btn-secondary{color:#be123c}html[data-theme=light] .draw-btn-secondary:hover{background:#e11d4814}html[data-theme=light] .draw-btn-primary{color:#9f1239;background:linear-gradient(#ffe4e6,#fecdd3);border-color:#be123cbf;box-shadow:0 0 14px #e11d4838}html[data-theme=light] .draw-btn-primary:hover:not(:disabled){box-shadow:0 0 20px #e11d4859}@font-face{font-display:block;font-family:KaTeX_AMS;font-style:normal;font-weight:400;src:url(/assets/KaTeX_AMS-Regular-BQhdFMY1.woff2)format("woff2"),url(/assets/KaTeX_AMS-Regular-DMm9YOAa.woff)format("woff"),url(/assets/KaTeX_AMS-Regular-DRggAlZN.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Caligraphic;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Caligraphic-Bold-Dq_IR9rO.woff2)format("woff2"),url(/assets/KaTeX_Caligraphic-Bold-BEiXGLvX.woff)format("woff"),url(/assets/KaTeX_Caligraphic-Bold-ATXxdsX0.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Caligraphic;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Caligraphic-Regular-Di6jR-x-.woff2)format("woff2"),url(/assets/KaTeX_Caligraphic-Regular-CTRA-rTL.woff)format("woff"),url(/assets/KaTeX_Caligraphic-Regular-wX97UBjC.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Fraktur;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Fraktur-Bold-CL6g_b3V.woff2)format("woff2"),url(/assets/KaTeX_Fraktur-Bold-BsDP51OF.woff)format("woff"),url(/assets/KaTeX_Fraktur-Bold-BdnERNNW.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Fraktur;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Fraktur-Regular-CTYiF6lA.woff2)format("woff2"),url(/assets/KaTeX_Fraktur-Regular-Dxdc4cR9.woff)format("woff"),url(/assets/KaTeX_Fraktur-Regular-CB_wures.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Main-Bold-Cx986IdX.woff2)format("woff2"),url(/assets/KaTeX_Main-Bold-Jm3AIy58.woff)format("woff"),url(/assets/KaTeX_Main-Bold-waoOVXN0.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:italic;font-weight:700;src:url(/assets/KaTeX_Main-BoldItalic-DxDJ3AOS.woff2)format("woff2"),url(/assets/KaTeX_Main-BoldItalic-SpSLRI95.woff)format("woff"),url(/assets/KaTeX_Main-BoldItalic-DzxPMmG6.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:italic;font-weight:400;src:url(/assets/KaTeX_Main-Italic-NWA7e6Wa.woff2)format("woff2"),url(/assets/KaTeX_Main-Italic-BMLOBm91.woff)format("woff"),url(/assets/KaTeX_Main-Italic-3WenGoN9.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Main-Regular-B22Nviop.woff2)format("woff2"),url(/assets/KaTeX_Main-Regular-Dr94JaBh.woff)format("woff"),url(/assets/KaTeX_Main-Regular-ypZvNtVU.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Math;font-style:italic;font-weight:700;src:url(/assets/KaTeX_Math-BoldItalic-CZnvNsCZ.woff2)format("woff2"),url(/assets/KaTeX_Math-BoldItalic-iY-2wyZ7.woff)format("woff"),url(/assets/KaTeX_Math-BoldItalic-B3XSjfu4.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Math;font-style:italic;font-weight:400;src:url(/assets/KaTeX_Math-Italic-t53AETM-.woff2)format("woff2"),url(/assets/KaTeX_Math-Italic-DA0__PXp.woff)format("woff"),url(/assets/KaTeX_Math-Italic-flOr_0UB.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:normal;font-weight:700;src:url(/assets/KaTeX_SansSerif-Bold-D1sUS0GD.woff2)format("woff2"),url(/assets/KaTeX_SansSerif-Bold-DbIhKOiC.woff)format("woff"),url(/assets/KaTeX_SansSerif-Bold-CFMepnvq.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:italic;font-weight:400;src:url(/assets/KaTeX_SansSerif-Italic-C3H0VqGB.woff2)format("woff2"),url(/assets/KaTeX_SansSerif-Italic-DN2j7dab.woff)format("woff"),url(/assets/KaTeX_SansSerif-Italic-YYjJ1zSn.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:normal;font-weight:400;src:url(/assets/KaTeX_SansSerif-Regular-DDBCnlJ7.woff2)format("woff2"),url(/assets/KaTeX_SansSerif-Regular-CS6fqUqJ.woff)format("woff"),url(/assets/KaTeX_SansSerif-Regular-BNo7hRIc.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Script;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Script-Regular-D3wIWfF6.woff2)format("woff2"),url(/assets/KaTeX_Script-Regular-D5yQViql.woff)format("woff"),url(/assets/KaTeX_Script-Regular-C5JkGWo-.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size1;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size1-Regular-mCD8mA8B.woff2)format("woff2"),url(/assets/KaTeX_Size1-Regular-C195tn64.woff)format("woff"),url(/assets/KaTeX_Size1-Regular-Dbsnue_I.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size2;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size2-Regular-Dy4dx90m.woff2)format("woff2"),url(/assets/KaTeX_Size2-Regular-oD1tc_U0.woff)format("woff"),url(/assets/KaTeX_Size2-Regular-B7gKUWhC.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size3;font-style:normal;font-weight:400;src:url(data:font/woff2;base64,d09GMgABAAAAAA4oAA4AAAAAHbQAAA3TAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAABmAAgRQIDgmcDBEICo1oijYBNgIkA14LMgAEIAWJAAeBHAyBHBvbGiMRdnO0IkRRkiYDgr9KsJ1NUAf2kILNxgUmgqIgq1P89vcbIcmsQbRps3vCcXdYOKSWEPEKgZgQkprQQsxIXUgq0DqpGKmIvrgkeVGtEQD9DzAO29fM9jYhxZEsL2FeURH2JN4MIcTdO049NCVdxQ/w9NrSYFEBKTDKpLKfNkCGDc1RwjZLQcm3vqJ2UW9Xfa3tgAHz6ivp6vgC2yD4/6352ndnN0X0TL7seypkjZlMsjmZnf0Mm5Q+JykRWQBKCVCVPbARPXWyQtb5VgLB6Biq7/Uixcj2WGqdI8tGSgkuRG+t910GKP2D7AQH0DB9FMDW/obJZ8giFI3Wg8Cvevz0M+5m0rTh7XDBlvo9Y4vm13EXmfttwI4mBo1EG15fxJhUiCLbiiyCf/ZA6MFAhg3pGIZGdGIVjtPn6UcMk9A/UUr9PhoNsCENw1APAq0gpH73e+M+0ueyHbabc3vkbcdtzcf/fiy+NxQEjf9ud/ELBHAXJ0nk4z+MXH2Ev/kWyV4k7SkvpPc9Qr38F6RPWnM9cN6DJ0AdD1BhtgABtmoRoFCvPsBAumNm6soZG2Gk5GyVTo2sJncSyp0jQTYoR6WDvTwaaEcHsxHfvuWhHA3a6bN7twRKtcGok6NsCi7jYRrM2jExsUFMxMQYuJbMhuWNOumEJy9hi29Dmg5zMp/A5+hhPG19j1vBrq8JTLr8ki5VLPmG/PynJHVul440bxg5xuymHUFPBshC+nA9I1FmwbRBTNHAcik3Oae0cxKoI3MOriM42UrPe51nsaGxJ+WfXubAsP84aabUlQSJ1IiE0iPETLUU4CATgfXSCSpuRFRmCGbO+wSpAnzaeaCYW1VNEysRtuXCEL1kUFUbbtMv3Tilt/1c11jt3Q5bbMa84cpWipp8Elw3MZhOHsOlwwVUQM3lAR35JiFQbaYCRnMF2lxAWoOg2gyoIV4PouX8HytNIfLhqpJtXB4vjiViUI8IJ7bkC4ikkQvKksnOTKICwnqWSZ9YS5f0WCxmpgjbIq7EJcM4aI2nmhLNY2JIUgOjXZFWBHb+x5oh6cwb0Tv1ackHdKi0I9OO2wE9aogIOn540CCCziyhN+IaejtgAONKznHlHyutPrHGwCx9S6B8kfS4Mfi4Eyv7OU730bT1SCBjt834cXsf43zVjPUqqJjgrjeGnBxSG4aYAKFuVbeCfkDIjAqMb6yLNIbCuvXhMH2/+k2vkNpkORhR59N1CkzoOENvneIosjYmuTxlhUzaGEJQ/iWqx4dmwpmKjrwTiTGTCVozNAYqk/zXOndWxuWSmJkQpJw3pK5KX6QrLt5LATMqpmPAQhkhK6PUjzHUn7E0gHE0kPE0iKkolgkUx9SZmVAdDgpffdyJKg3k7VmzYGCwVXGz/tXmkOIp+vcWs+EMuhhvN0h9uhfzWJziBQmCREGSIFmQIkgVpAnSBRmC//6hkLZwaVhwxlrJSOdqlFtOYxlau9F2QN5Y98xmIAsiM1HVp2VFX+DHHGg6Ecjh3vmqtidX3qHI2qycTk/iwxSt5UzTmEP92ZBnEWTk4Mx8Mpl78ZDokxg/KWb+Q0QkvdKVmq3TMW+RXEgrsziSAfNXFMhDc60N5N9jQzjfO0kBKpUZl0ZmwJ41j/B9Hz6wmRaJB84niNmQrzp9eSlQCDDzazGDdVi3P36VZQ+Jy4f9UBNp+3zTjqI4abaFAm+GShVaXlsGdF3FYzZcDI6cori4kMxUECl9IjJZpzkvitAoxKue+90pDMvcKRxLl53TmOKCmV/xRolNKSqqUxc6LStOETmFOiLZZptlZepcKiAzteG8PEdpnQpbOMNcMsR4RR2Bs0cKFEvSmIjAFcnarqwUL4lDhHmnVkwu1IwshbiCcgvOheZuYyOteufZZwlcTlLgnZ3o/WcYdzZHW/WGaqaVfmTZ1aWCceJjkbZqsfbkOtcFlUZM/jy+hXHDbaUobWqqXaeWobbLO99yG5N3U4wxco0rQGGcOLASFMXeJoham8M+/x6O2WywK2l4HGbq1CoUyC/IZikQhdq3SiuNrvAEj0AVu9x2x3lp/xWzahaxidezFVtdcb5uEnzyl0ZmYiuKI0exvCd4Xc9CV1KB0db00z92wDPde0kukbvZIWN6jUWFTmPIC/Y4UPCm8UfDTFZpZNon1qLFTkBhxzB+FjQRA2Q/YRJT8pQigslMaUpFyAG8TMlXigiqmAZX4xgijKjRlGpLE0GdplRfCaJo0JQaSxNBk6ZmMzcya0FmrcisDdn0Q3HI2sWSppYigmlM1XT/kLQZSNpMJG0WkjYbSZuDpM1F0uYhFc1HxU4m1QJjDK6iL0S5uSj5rgXc3RejEigtcRBtqYPQsiTskmO5vosV+q4VGIKbOkDg0jtRrq+Em1YloaTFar3EGr1EUC8R0kus1Uus00usL97ABr2BjXoDm/QGNhuWtMVBKOwg/i78lT7hBsAvDmwHc/ao3vmUbBmhjeYySZNWvGkfZAgISDSaDo1SVpzGDsAEkF8B+gEapViUoZgUWXcRIGFZNm6gWbAKk0bp0k1MHG9fLYtV4iS2SmLEQFARzRcnf9PUS0LVn05/J9MiRRBU3v2IrvW974v4N00L7ZMk0wXP1409CHo/an8zTRHD3eSJ6m8D4YMkZNl3M79sqeuAsr/m3f+8/yl7A50aiAEJgeBeMWzu7ui9UfUBCe2TIqZIoOd/3/udRBOQidQZUERzb2/VwZN1H/Sju82ew2H2Wfr6qvfVf3hqwDvAIpkQVFy4B9Pe9e4/XvPeceu7h3dvO56iJPf0+A6cqA2ip18ER+iFgggiuOkvj24bby0N9j2UHIkgqIt+sVgfodC4YghLSMjSZbH0VR/6dMDrYJeKHilKTemt6v6kvzvn3/RrdWtr0GoN/xL+Sex/cPYLUpepx9cz/D46UPU5KXgAQa+NDps1v6J3xP1i2HtaDB0M9aX2deA7SYff//+gUCovMmIK/qfsFcOk+4Y5ZN97XlG6zebqtMbKgeRFi51vnxTQYBUik2rS/Cn6PC8ADR8FGxsRPB82dzfND90gIcshOcYUkfjherBz53odpm6TP8txlwOZ71xmfHHOvq053qFF/MRlS3jP0ELudrf2OeN8DHvp6ZceLe8qKYvWz/7yp0u4dKPfli3CYq0O13Ih71mylJ80tOi10On8wi+F4+LWgDPeJ30msSQt9/vkmHq9/Lvo2b461mP801v3W4xTcs6CbvF9UDdrSt+A8OUbpSh55qAUFXWznBBfdeJ8a4d7ugT5tvxUza3h9m4H7ptTqiG4z0g5dc0X29OcGlhpGFMpQo9ytTS+NViZpNdvU4kWx+LKxNY10kQ1yqGXrhe4/1nvP7E+nd5A92TtaRplbHSqoIdOqtRWti+fkB5/n1+/VvCmz12pG1kpQWsfi1ftlBobm0bpngs16CHkbIwdLnParxtTV3QYRlfJ0KFskH7pdN/YDn+yRuSd7sNH3aO0DYPggk6uWuXrfOc+fa3VTxFVvKaNxHsiHmsXyCLIE5yuOeN3/Jdf8HBL/5M6shjyhxHx9BjB1O0+4NLOnjLLSxwO7ukN4jMbOIcD879KLSi6Pk61Oqm2377n8079PXEEQ7cy7OKEC9nbpet118fxweTafpt69x/Bt8UqGzNQt7aelpc44dn5cqhwf71+qKp/Zf/+a0zcizOUWpl/iBcSXip0pplkatCchoH5c5aUM8I7/dWxAej8WicPL1URFZ9BDJelUwEwTkGqUhgSlydVes95YdXvhh9Gfz/aeFWvgVb4tuLbcv4+wLdutVZv/cUonwBD/6eDlE0aSiKK/uoH3+J1wDE/jMVqY2ysGufN84oIXB0sPzy8ollX/LegY74DgJXJR57sn+VGza0x3DnuIgABFM15LmajjjsNlYj+JEZGbuRYcAMOWxFkPN2w6Wd46xo4gVWQR/X4lyI/R6K/YK0110GzudPRW7Y+UOBGTfNNzHeYT0fiH0taunBpq9HEW8OKSaBGj21L0MqenEmNRWBAWDWAk4CpNoEZJ2tTaPFgbQYj8HxtFilErs3BTRwT8uO1NXQaWfIotchmPkAF5mMBAliEmZiOGVgCG9LgRzpscMAOOwowlT3JhusdazXGSC/hxR3UlmWVwWHpOIKheqONvjyhSiTHIkVUco5bnji8m//zL7PKaT1Vl5I6UE609f+gkr6MZKVyKc7zJRmCahLsdlyA5fdQkRSan9LgnnLEyGSkaKJCJog0wAgvepWBt80+1yKln1bMVtCljfNWDueKLsWwaEbBSfSPTEmVRsUcYYMnEjcjeyCZzBXK9E9BYBXLKjOSpUDR+nEV3TFSUdQaz+ot98QxgXwx0GQ+EEUAKB2qZPkQQ0GqFD8UPFMqyaCHM24BZmSGic9EYMagKizOw9Hz50DMrDLrqqLkTAhplMictiCAx5S3BIUQdeJeLnBy2CNtMfz6cV4u8XKoFZQesbf9YZiIERiHjaNodDW6LgcirX/mPnJIkBGDUpTBhSa0EIr38D5hCIszhCM8URGBqImoWjpvpt1ebu/v3Gl3qJfMnNM+9V+kiRFyROTPHQWOcs1dNW94/ukKMPZBvDi55i5CttdeJz84DLngLqjcdwEZ87bFFR8CIG35OAkDVN6VRDZ7aq67NteYqZ2lpT8oYB2CytoBd6VuAx4WgiAsnuj3WohG+LugzXiQRDeM3XYXlULv4dp5VFYC)format("woff2"),url(/assets/KaTeX_Size3-Regular-CTq5MqoE.woff)format("woff"),url(/assets/KaTeX_Size3-Regular-DgpXs0kz.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size4;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size4-Regular-Dl5lxZxV.woff2)format("woff2"),url(/assets/KaTeX_Size4-Regular-BF-4gkZK.woff)format("woff"),url(/assets/KaTeX_Size4-Regular-DWFBv043.ttf)format("truetype")}@font-face{font-display:block;font-family:KaTeX_Typewriter;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Typewriter-Regular-CO6r4hn1.woff2)format("woff2"),url(/assets/KaTeX_Typewriter-Regular-C0xS9mPB.woff)format("woff"),url(/assets/KaTeX_Typewriter-Regular-D3Ib7_Hf.ttf)format("truetype")}.katex{text-indent:0;text-rendering:auto;font:1.21em/1.2 KaTeX_Main,Times New Roman,serif;position:relative}.katex *{border-color:currentColor;-ms-high-contrast-adjust:none!important}.katex .katex-version:after{content:"0.17.0"}.katex .katex-mathml{clip-path:inset(50%);border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}.katex .katex-html>.newline{display:block}.katex .base{white-space:nowrap;width:min-content;position:relative}.katex .base,.katex .strut{display:inline-block}.katex .textbf{font-weight:700}.katex .textit{font-style:italic}.katex .textrm{font-family:KaTeX_Main}.katex .textsf{font-family:KaTeX_SansSerif}.katex .texttt{font-family:KaTeX_Typewriter}.katex .mathnormal{font-family:KaTeX_Math;font-style:italic}.katex .mathit{font-family:KaTeX_Main;font-style:italic}.katex .mathrm{font-style:normal}.katex .mathbf{font-family:KaTeX_Main;font-weight:700}.katex .boldsymbol{font-family:KaTeX_Math;font-style:italic;font-weight:700}.katex .amsrm,.katex .mathbb,.katex .textbb{font-family:KaTeX_AMS}.katex .mathcal{font-family:KaTeX_Caligraphic}.katex .mathfrak,.katex .textfrak{font-family:KaTeX_Fraktur}.katex .mathboldfrak,.katex .textboldfrak{font-family:KaTeX_Fraktur;font-weight:700}.katex .mathtt{font-family:KaTeX_Typewriter}.katex .mathscr,.katex .textscr{font-family:KaTeX_Script}.katex .mathsf,.katex .textsf{font-family:KaTeX_SansSerif}.katex .mathboldsf,.katex .textboldsf{font-family:KaTeX_SansSerif;font-weight:700}.katex .mathitsf,.katex .mathsfit,.katex .textitsf{font-family:KaTeX_SansSerif;font-style:italic}.katex .mainrm{font-family:KaTeX_Main;font-style:normal}.katex .vlist-t{border-collapse:collapse;table-layout:fixed;display:inline-table}.katex .vlist-r{display:table-row}.katex .vlist{vertical-align:bottom;display:table-cell;position:relative}.katex .vlist>span{height:0;display:block;position:relative}.katex .vlist>span>span{display:inline-block}.katex .vlist>span>.pstrut{width:0;overflow:hidden}.katex .vlist-t2{margin-right:-2px}.katex .vlist-s{vertical-align:bottom;width:2px;min-width:2px;font-size:1px;display:table-cell}.katex .vbox{flex-direction:column;align-items:baseline;display:inline-flex}.katex .hbox{width:100%}.katex .hbox,.katex .thinbox{flex-direction:row;display:inline-flex}.katex .thinbox{width:0;max-width:0}.katex .msupsub{text-align:left}.katex .mfrac>span>span{text-align:center}.katex .mfrac .frac-line{border-bottom-style:solid;width:100%;display:inline-block}.katex .hdashline,.katex .hline,.katex .mfrac .frac-line,.katex .overline .overline-line,.katex .rule,.katex .underline .underline-line{min-height:1px}.katex .mspace{display:inline-block}.katex .smash{line-height:0;display:inline}.katex .clap,.katex .llap,.katex .rlap{width:0;position:relative}.katex .clap>.inner,.katex .llap>.inner,.katex .rlap>.inner{position:absolute}.katex .clap>.fix,.katex .llap>.fix,.katex .rlap>.fix{display:inline-block}.katex .llap>.inner{right:0}.katex .clap>.inner,.katex .rlap>.inner{left:0}.katex .clap>.inner>span{margin-left:-50%;margin-right:50%}.katex .rule{border:0 solid;display:inline-block;position:relative}.katex .hline,.katex .overline .overline-line,.katex .underline .underline-line{border-bottom-style:solid;width:100%;display:inline-block}.katex .hdashline{border-bottom-style:dashed;width:100%;display:inline-block}.katex .sqrt>.root{margin-left:.277778em;margin-right:-.555556em}.katex .fontsize-ensurer.reset-size1.size1,.katex .sizing.reset-size1.size1{font-size:1em}.katex .fontsize-ensurer.reset-size1.size2,.katex .sizing.reset-size1.size2{font-size:1.2em}.katex .fontsize-ensurer.reset-size1.size3,.katex .sizing.reset-size1.size3{font-size:1.4em}.katex .fontsize-ensurer.reset-size1.size4,.katex .sizing.reset-size1.size4{font-size:1.6em}.katex .fontsize-ensurer.reset-size1.size5,.katex .sizing.reset-size1.size5{font-size:1.8em}.katex .fontsize-ensurer.reset-size1.size6,.katex .sizing.reset-size1.size6{font-size:2em}.katex .fontsize-ensurer.reset-size1.size7,.katex .sizing.reset-size1.size7{font-size:2.4em}.katex .fontsize-ensurer.reset-size1.size8,.katex .sizing.reset-size1.size8{font-size:2.88em}.katex .fontsize-ensurer.reset-size1.size9,.katex .sizing.reset-size1.size9{font-size:3.456em}.katex .fontsize-ensurer.reset-size1.size10,.katex .sizing.reset-size1.size10{font-size:4.148em}.katex .fontsize-ensurer.reset-size1.size11,.katex .sizing.reset-size1.size11{font-size:4.976em}.katex .fontsize-ensurer.reset-size2.size1,.katex .sizing.reset-size2.size1{font-size:.833333em}.katex .fontsize-ensurer.reset-size2.size2,.katex .sizing.reset-size2.size2{font-size:1em}.katex .fontsize-ensurer.reset-size2.size3,.katex .sizing.reset-size2.size3{font-size:1.16667em}.katex .fontsize-ensurer.reset-size2.size4,.katex .sizing.reset-size2.size4{font-size:1.33333em}.katex .fontsize-ensurer.reset-size2.size5,.katex .sizing.reset-size2.size5{font-size:1.5em}.katex .fontsize-ensurer.reset-size2.size6,.katex .sizing.reset-size2.size6{font-size:1.66667em}.katex .fontsize-ensurer.reset-size2.size7,.katex .sizing.reset-size2.size7{font-size:2em}.katex .fontsize-ensurer.reset-size2.size8,.katex .sizing.reset-size2.size8{font-size:2.4em}.katex .fontsize-ensurer.reset-size2.size9,.katex .sizing.reset-size2.size9{font-size:2.88em}.katex .fontsize-ensurer.reset-size2.size10,.katex .sizing.reset-size2.size10{font-size:3.45667em}.katex .fontsize-ensurer.reset-size2.size11,.katex .sizing.reset-size2.size11{font-size:4.14667em}.katex .fontsize-ensurer.reset-size3.size1,.katex .sizing.reset-size3.size1{font-size:.714286em}.katex .fontsize-ensurer.reset-size3.size2,.katex .sizing.reset-size3.size2{font-size:.857143em}.katex .fontsize-ensurer.reset-size3.size3,.katex .sizing.reset-size3.size3{font-size:1em}.katex .fontsize-ensurer.reset-size3.size4,.katex .sizing.reset-size3.size4{font-size:1.14286em}.katex .fontsize-ensurer.reset-size3.size5,.katex .sizing.reset-size3.size5{font-size:1.28571em}.katex .fontsize-ensurer.reset-size3.size6,.katex .sizing.reset-size3.size6{font-size:1.42857em}.katex .fontsize-ensurer.reset-size3.size7,.katex .sizing.reset-size3.size7{font-size:1.71429em}.katex .fontsize-ensurer.reset-size3.size8,.katex .sizing.reset-size3.size8{font-size:2.05714em}.katex .fontsize-ensurer.reset-size3.size9,.katex .sizing.reset-size3.size9{font-size:2.46857em}.katex .fontsize-ensurer.reset-size3.size10,.katex .sizing.reset-size3.size10{font-size:2.96286em}.katex .fontsize-ensurer.reset-size3.size11,.katex .sizing.reset-size3.size11{font-size:3.55429em}.katex .fontsize-ensurer.reset-size4.size1,.katex .sizing.reset-size4.size1{font-size:.625em}.katex .fontsize-ensurer.reset-size4.size2,.katex .sizing.reset-size4.size2{font-size:.75em}.katex .fontsize-ensurer.reset-size4.size3,.katex .sizing.reset-size4.size3{font-size:.875em}.katex .fontsize-ensurer.reset-size4.size4,.katex .sizing.reset-size4.size4{font-size:1em}.katex .fontsize-ensurer.reset-size4.size5,.katex .sizing.reset-size4.size5{font-size:1.125em}.katex .fontsize-ensurer.reset-size4.size6,.katex .sizing.reset-size4.size6{font-size:1.25em}.katex .fontsize-ensurer.reset-size4.size7,.katex .sizing.reset-size4.size7{font-size:1.5em}.katex .fontsize-ensurer.reset-size4.size8,.katex .sizing.reset-size4.size8{font-size:1.8em}.katex .fontsize-ensurer.reset-size4.size9,.katex .sizing.reset-size4.size9{font-size:2.16em}.katex .fontsize-ensurer.reset-size4.size10,.katex .sizing.reset-size4.size10{font-size:2.5925em}.katex .fontsize-ensurer.reset-size4.size11,.katex .sizing.reset-size4.size11{font-size:3.11em}.katex .fontsize-ensurer.reset-size5.size1,.katex .sizing.reset-size5.size1{font-size:.555556em}.katex .fontsize-ensurer.reset-size5.size2,.katex .sizing.reset-size5.size2{font-size:.666667em}.katex .fontsize-ensurer.reset-size5.size3,.katex .sizing.reset-size5.size3{font-size:.777778em}.katex .fontsize-ensurer.reset-size5.size4,.katex .sizing.reset-size5.size4{font-size:.888889em}.katex .fontsize-ensurer.reset-size5.size5,.katex .sizing.reset-size5.size5{font-size:1em}.katex .fontsize-ensurer.reset-size5.size6,.katex .sizing.reset-size5.size6{font-size:1.11111em}.katex .fontsize-ensurer.reset-size5.size7,.katex .sizing.reset-size5.size7{font-size:1.33333em}.katex .fontsize-ensurer.reset-size5.size8,.katex .sizing.reset-size5.size8{font-size:1.6em}.katex .fontsize-ensurer.reset-size5.size9,.katex .sizing.reset-size5.size9{font-size:1.92em}.katex .fontsize-ensurer.reset-size5.size10,.katex .sizing.reset-size5.size10{font-size:2.30444em}.katex .fontsize-ensurer.reset-size5.size11,.katex .sizing.reset-size5.size11{font-size:2.76444em}.katex .fontsize-ensurer.reset-size6.size1,.katex .sizing.reset-size6.size1{font-size:.5em}.katex .fontsize-ensurer.reset-size6.size2,.katex .sizing.reset-size6.size2{font-size:.6em}.katex .fontsize-ensurer.reset-size6.size3,.katex .sizing.reset-size6.size3{font-size:.7em}.katex .fontsize-ensurer.reset-size6.size4,.katex .sizing.reset-size6.size4{font-size:.8em}.katex .fontsize-ensurer.reset-size6.size5,.katex .sizing.reset-size6.size5{font-size:.9em}.katex .fontsize-ensurer.reset-size6.size6,.katex .sizing.reset-size6.size6{font-size:1em}.katex .fontsize-ensurer.reset-size6.size7,.katex .sizing.reset-size6.size7{font-size:1.2em}.katex .fontsize-ensurer.reset-size6.size8,.katex .sizing.reset-size6.size8{font-size:1.44em}.katex .fontsize-ensurer.reset-size6.size9,.katex .sizing.reset-size6.size9{font-size:1.728em}.katex .fontsize-ensurer.reset-size6.size10,.katex .sizing.reset-size6.size10{font-size:2.074em}.katex .fontsize-ensurer.reset-size6.size11,.katex .sizing.reset-size6.size11{font-size:2.488em}.katex .fontsize-ensurer.reset-size7.size1,.katex .sizing.reset-size7.size1{font-size:.416667em}.katex .fontsize-ensurer.reset-size7.size2,.katex .sizing.reset-size7.size2{font-size:.5em}.katex .fontsize-ensurer.reset-size7.size3,.katex .sizing.reset-size7.size3{font-size:.583333em}.katex .fontsize-ensurer.reset-size7.size4,.katex .sizing.reset-size7.size4{font-size:.666667em}.katex .fontsize-ensurer.reset-size7.size5,.katex .sizing.reset-size7.size5{font-size:.75em}.katex .fontsize-ensurer.reset-size7.size6,.katex .sizing.reset-size7.size6{font-size:.833333em}.katex .fontsize-ensurer.reset-size7.size7,.katex .sizing.reset-size7.size7{font-size:1em}.katex .fontsize-ensurer.reset-size7.size8,.katex .sizing.reset-size7.size8{font-size:1.2em}.katex .fontsize-ensurer.reset-size7.size9,.katex .sizing.reset-size7.size9{font-size:1.44em}.katex .fontsize-ensurer.reset-size7.size10,.katex .sizing.reset-size7.size10{font-size:1.72833em}.katex .fontsize-ensurer.reset-size7.size11,.katex .sizing.reset-size7.size11{font-size:2.07333em}.katex .fontsize-ensurer.reset-size8.size1,.katex .sizing.reset-size8.size1{font-size:.347222em}.katex .fontsize-ensurer.reset-size8.size2,.katex .sizing.reset-size8.size2{font-size:.416667em}.katex .fontsize-ensurer.reset-size8.size3,.katex .sizing.reset-size8.size3{font-size:.486111em}.katex .fontsize-ensurer.reset-size8.size4,.katex .sizing.reset-size8.size4{font-size:.555556em}.katex .fontsize-ensurer.reset-size8.size5,.katex .sizing.reset-size8.size5{font-size:.625em}.katex .fontsize-ensurer.reset-size8.size6,.katex .sizing.reset-size8.size6{font-size:.694444em}.katex .fontsize-ensurer.reset-size8.size7,.katex .sizing.reset-size8.size7{font-size:.833333em}.katex .fontsize-ensurer.reset-size8.size8,.katex .sizing.reset-size8.size8{font-size:1em}.katex .fontsize-ensurer.reset-size8.size9,.katex .sizing.reset-size8.size9{font-size:1.2em}.katex .fontsize-ensurer.reset-size8.size10,.katex .sizing.reset-size8.size10{font-size:1.44028em}.katex .fontsize-ensurer.reset-size8.size11,.katex .sizing.reset-size8.size11{font-size:1.72778em}.katex .fontsize-ensurer.reset-size9.size1,.katex .sizing.reset-size9.size1{font-size:.289352em}.katex .fontsize-ensurer.reset-size9.size2,.katex .sizing.reset-size9.size2{font-size:.347222em}.katex .fontsize-ensurer.reset-size9.size3,.katex .sizing.reset-size9.size3{font-size:.405093em}.katex .fontsize-ensurer.reset-size9.size4,.katex .sizing.reset-size9.size4{font-size:.462963em}.katex .fontsize-ensurer.reset-size9.size5,.katex .sizing.reset-size9.size5{font-size:.520833em}.katex .fontsize-ensurer.reset-size9.size6,.katex .sizing.reset-size9.size6{font-size:.578704em}.katex .fontsize-ensurer.reset-size9.size7,.katex .sizing.reset-size9.size7{font-size:.694444em}.katex .fontsize-ensurer.reset-size9.size8,.katex .sizing.reset-size9.size8{font-size:.833333em}.katex .fontsize-ensurer.reset-size9.size9,.katex .sizing.reset-size9.size9{font-size:1em}.katex .fontsize-ensurer.reset-size9.size10,.katex .sizing.reset-size9.size10{font-size:1.20023em}.katex .fontsize-ensurer.reset-size9.size11,.katex .sizing.reset-size9.size11{font-size:1.43981em}.katex .fontsize-ensurer.reset-size10.size1,.katex .sizing.reset-size10.size1{font-size:.24108em}.katex .fontsize-ensurer.reset-size10.size2,.katex .sizing.reset-size10.size2{font-size:.289296em}.katex .fontsize-ensurer.reset-size10.size3,.katex .sizing.reset-size10.size3{font-size:.337512em}.katex .fontsize-ensurer.reset-size10.size4,.katex .sizing.reset-size10.size4{font-size:.385728em}.katex .fontsize-ensurer.reset-size10.size5,.katex .sizing.reset-size10.size5{font-size:.433944em}.katex .fontsize-ensurer.reset-size10.size6,.katex .sizing.reset-size10.size6{font-size:.48216em}.katex .fontsize-ensurer.reset-size10.size7,.katex .sizing.reset-size10.size7{font-size:.578592em}.katex .fontsize-ensurer.reset-size10.size8,.katex .sizing.reset-size10.size8{font-size:.694311em}.katex .fontsize-ensurer.reset-size10.size9,.katex .sizing.reset-size10.size9{font-size:.833173em}.katex .fontsize-ensurer.reset-size10.size10,.katex .sizing.reset-size10.size10{font-size:1em}.katex .fontsize-ensurer.reset-size10.size11,.katex .sizing.reset-size10.size11{font-size:1.19961em}.katex .fontsize-ensurer.reset-size11.size1,.katex .sizing.reset-size11.size1{font-size:.200965em}.katex .fontsize-ensurer.reset-size11.size2,.katex .sizing.reset-size11.size2{font-size:.241158em}.katex .fontsize-ensurer.reset-size11.size3,.katex .sizing.reset-size11.size3{font-size:.281351em}.katex .fontsize-ensurer.reset-size11.size4,.katex .sizing.reset-size11.size4{font-size:.321543em}.katex .fontsize-ensurer.reset-size11.size5,.katex .sizing.reset-size11.size5{font-size:.361736em}.katex .fontsize-ensurer.reset-size11.size6,.katex .sizing.reset-size11.size6{font-size:.401929em}.katex .fontsize-ensurer.reset-size11.size7,.katex .sizing.reset-size11.size7{font-size:.482315em}.katex .fontsize-ensurer.reset-size11.size8,.katex .sizing.reset-size11.size8{font-size:.578778em}.katex .fontsize-ensurer.reset-size11.size9,.katex .sizing.reset-size11.size9{font-size:.694534em}.katex .fontsize-ensurer.reset-size11.size10,.katex .sizing.reset-size11.size10{font-size:.833601em}.katex .fontsize-ensurer.reset-size11.size11,.katex .sizing.reset-size11.size11{font-size:1em}.katex .delimsizing.size1{font-family:KaTeX_Size1}.katex .delimsizing.size2{font-family:KaTeX_Size2}.katex .delimsizing.size3{font-family:KaTeX_Size3}.katex .delimsizing.size4{font-family:KaTeX_Size4}.katex .delimsizing.mult .delim-size1>span{font-family:KaTeX_Size1}.katex .delimsizing.mult .delim-size4>span{font-family:KaTeX_Size4}.katex .nulldelimiter{width:.12em;display:inline-block}.katex .delimcenter,.katex .op-symbol{position:relative}.katex .op-symbol.small-op{font-family:KaTeX_Size1}.katex .op-symbol.large-op{font-family:KaTeX_Size2}.katex .accent>.vlist-t,.katex .op-limits>.vlist-t{text-align:center}.katex .accent .accent-body{position:relative}.katex .accent .accent-body:not(.accent-full){width:0}.katex .overlay{display:block}.katex .mtable .vertical-separator{min-width:1px;display:inline-block}.katex .mtable .arraycolsep{display:inline-block}.katex .mtable .col-align-c>.vlist-t{text-align:center}.katex .mtable .col-align-l>.vlist-t{text-align:left}.katex .mtable .col-align-r>.vlist-t{text-align:right}.katex .svg-align{text-align:left}.katex svg{fill:currentColor;stroke:currentColor;height:inherit;width:100%;display:block;position:absolute}.katex svg path{stroke:none}.katex svg{fill-rule:nonzero;fill-opacity:1;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1}.katex img{border-style:none;min-width:0;max-width:none;min-height:0;max-height:none}.katex .stretchy{width:100%;display:block;position:relative;overflow:hidden}.katex .stretchy:after,.katex .stretchy:before{content:""}.katex .hide-tail{width:100%;position:relative;overflow:hidden}.katex .halfarrow-left{width:50.2%;position:absolute;left:0;overflow:hidden}.katex .halfarrow-right{width:50.2%;position:absolute;right:0;overflow:hidden}.katex .brace-left{width:25.1%;position:absolute;left:0;overflow:hidden}.katex .brace-center{width:50%;position:absolute;left:25%;overflow:hidden}.katex .brace-right{width:25.1%;position:absolute;right:0;overflow:hidden}.katex .x-arrow-pad{padding:0 .5em}.katex .cd-arrow-pad{padding:0 .55556em 0 .27778em}.katex .mover,.katex .munder,.katex .x-arrow{text-align:center}.katex .boxpad{padding:0 .3em}.katex .fbox,.katex .fcolorbox{box-sizing:border-box;border:.04em solid}.katex .cancel-pad{padding:0 .2em}.katex .cancel-lap{margin-left:-.2em;margin-right:-.2em}.katex .sout{border-bottom-style:solid;border-bottom-width:.08em}.katex .angl{box-sizing:border-box;border-top:.049em solid;border-right:.049em solid;margin-right:.03889em}.katex .anglpad{padding:0 .03889em}.katex .eqn-num:before{content:"(" counter(katexEqnNo) ")";counter-increment:katexEqnNo}.katex .mml-eqn-num:before{content:"(" counter(mmlEqnNo) ")";counter-increment:mmlEqnNo}.katex .mtr-glue{width:50%}.katex .cd-vert-arrow{display:inline-block;position:relative}.katex .cd-label-left{text-align:left;display:inline-block;position:absolute;right:calc(50% + .3em)}.katex .cd-label-right{text-align:right;display:inline-block;position:absolute;left:calc(50% + .3em)}.katex-display{text-align:center;margin:1em 0;display:block}.katex-display>.katex{text-align:center;white-space:nowrap;display:block}.katex-display>.katex>.katex-html{display:block;position:relative}.katex-display>.katex>.katex-html>.tag{position:absolute;right:0}.katex-display.leqno>.katex>.katex-html>.tag{left:0;right:auto}.katex-display.fleqn>.katex{text-align:left;padding-left:2em}body{counter-reset:katexEqnNo mmlEqnNo}.math-text{white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word;max-width:100%}.math-text-line{display:inline}.math-inline .katex{font-size:1.05em}.math-display{text-align:center;-webkit-overflow-scrolling:touch;max-width:100%;margin:.35em 0;display:block;overflow:auto hidden}.math-display .katex{font-size:1.1em}.pq-question.math-text,.pq-answer-text.math-text{margin:0}.pq-steps .math-text{display:inline}.zoomable-diagram{width:100%;min-width:0;max-width:100%;display:block;position:relative}.diagram-zoom-btn{z-index:3;color:#7c3aed;cursor:pointer;background:#fffffff5;border:1px solid #7c3aed59;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;transition:background .15s,transform .12s;display:flex;position:absolute;top:8px;right:8px;box-shadow:0 2px 8px #0f172a1f}.diagram-zoom-btn:hover{background:#fff}.diagram-zoom-btn:active{transform:scale(.94)}.diagram-zoom-overlay{z-index:200;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#08060dd1;justify-content:center;align-items:center;padding:16px;animation:.18s diagram-zoom-fade-in;display:flex;position:fixed;inset:0}@keyframes diagram-zoom-fade-in{0%{opacity:0}to{opacity:1}}.diagram-zoom-panel{background:#fff;border-radius:14px;justify-content:center;align-items:center;max-width:96vw;max-height:92vh;padding:44px 20px 20px;animation:.2s diagram-zoom-rise;display:flex;position:relative;overflow:visible;box-shadow:0 12px 40px #00000059}@keyframes diagram-zoom-rise{0%{opacity:0;transform:translateY(10px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.diagram-zoom-close{z-index:2;color:#475569;cursor:pointer;background:#0f172a0f;border:0;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:1.5rem;line-height:1;display:flex;position:absolute;top:8px;right:10px}.diagram-zoom-close:hover{color:#0f172a;background:#0f172a1a}.diagram-zoom-content{flex-shrink:1;justify-content:center;align-items:center;min-width:0;min-height:0;display:flex;overflow:visible}.diagram-zoom-fit{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.diagram-zoom-fit .qd-wrap{width:100%;max-width:100%;height:100%;min-height:0;max-height:100%;box-shadow:none;box-sizing:border-box;border:none;justify-content:center;align-items:center;margin:0;padding:8px;display:flex;overflow:hidden}.diagram-zoom-fit .qd-scaler{--qd-zoom:1;zoom:1;justify-content:center;align-items:center;width:100%;max-width:100%;height:100%;max-height:100%;margin-bottom:0;display:flex;transform:none}.diagram-zoom-fit .qd-svg,.diagram-zoom-fit svg{object-fit:contain;max-width:100%;max-height:100%;display:block;width:auto!important;min-width:0!important;height:auto!important;min-height:0!important}.diagram-zoom-fit img{object-fit:contain;width:100%;max-width:100%;height:100%;max-height:100%;display:block}.zoomable-diagram--photo .diagram-zoom-content{width:min(92vw,900px)!important;height:min(88vh,900px)!important}.zoomable-diagram--photo .diagram-zoom-fit img{object-fit:contain;width:100%;height:100%}.result-overlay{z-index:60;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);padding:calc(20px + env(safe-area-inset-top,0px)) calc(20px + env(safe-area-inset-right,0px)) calc(20px + env(safe-area-inset-bottom,0px)) calc(20px + env(safe-area-inset-left,0px));background:#08060dc7;place-items:center;font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;display:grid;position:fixed;inset:0}.result-card{width:min(100%,420px);max-height:calc(90dvh - env(safe-area-inset-top,0px) - env(safe-area-inset-bottom,0px));color:#e9d5ff;transform-origin:100%;background:#0f071af5;border:2px solid #bc13fe80;border-radius:24px;padding:28px 24px 24px;animation:.5s cubic-bezier(.22,1,.36,1) both screen-turn-forward;position:relative;overflow-y:auto;box-shadow:0 0 24px #bc13fe8c,inset 0 0 14px #a020f026}.result-close{color:#e9b8ff;cursor:pointer;background:0 0;border:0;border-radius:50%;width:36px;height:36px;font-size:1.6rem;line-height:1;position:absolute;top:10px;right:12px}.result-close:hover{background:#bc13fe2e}.result-thumbnail{box-sizing:border-box;background:#06030ea6;border:1px solid #bc13fe66;border-radius:16px;justify-content:center;align-items:center;margin:0 0 18px;padding:4px;display:flex;overflow:hidden}.result-thumbnail img{object-fit:contain;object-position:center;width:auto;max-width:100%;height:auto;max-height:min(58vh,520px);display:block}.zoomable-diagram--photo{margin:0 0 18px}.zoomable-diagram--photo .result-thumbnail{margin:0}.result-diagram-wrap{background:#fff;border:1px solid #bc13fe59;border-radius:14px;margin-top:8px;padding:8px;overflow:hidden}.result-overlay.is-draw .result-diagram-wrap{border-color:#e11d4873}.result-diagram{object-fit:contain;width:100%;height:auto;max-height:min(42vh,360px);display:block}.zoomable-diagram--solver{margin-top:4px}.result-followup-block .result-diagram-wrap{margin-top:10px}.result-state h2{letter-spacing:.02em;color:#f5d0fe;margin:0 0 12px;font-size:1.4rem;font-weight:800}.result-state p{margin:0}.result-block{margin-top:16px}.result-label{text-transform:uppercase;letter-spacing:.18em;color:#e9b8ffb3;margin-bottom:6px;font-size:.75rem;display:block}.result-equation{background:#18082899;border:1px solid #bc13fe4d;border-radius:10px;padding:10px 14px;font-family:Cambria Math,STIX Two Math,Times New Roman,serif;font-size:1.15rem}.result-solution{color:#f5d0fe;text-shadow:0 0 12px #d946ef80;font-size:1.6rem;font-weight:700}.result-steps{flex-direction:column;gap:6px;margin:0;padding-left:20px;display:flex}.result-error{color:#fda4af;background:#3c0a1e66;border:1px solid #f472b666;border-radius:10px;margin-top:6px;padding:10px 14px}.result-actions{justify-content:flex-end;gap:10px;margin-top:20px;display:flex}.result-btn-primary,.result-btn-secondary{letter-spacing:.06em;text-transform:uppercase;cursor:pointer;border:2px solid #c850ffd9;border-radius:12px;padding:10px 16px;font-family:inherit;font-size:.85rem;font-weight:700}.result-btn-primary{color:#e9b8ff;background:linear-gradient(#180828f0,#120620e6);box-shadow:0 0 14px #bc13fe80}.result-btn-primary:hover{box-shadow:0 0 20px #c850ffb3}.result-btn-secondary{color:#e9d5ff;background:0 0;border-color:#bc13fe73}.result-btn-secondary:hover{background:#bc13fe1f}.result-btn-secondary.is-favourite{color:#fbbf24;border-color:#fbbf248c}.result-title-row{justify-content:space-between;align-items:center;gap:10px;margin-bottom:4px;display:flex}.result-title-row h2{margin:0}.result-mode-toggle{color:#e9b8ffd9;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;background:#180828b3;border:1px solid #c850ff73;border-radius:999px;flex-shrink:0;padding:5px 10px;font-family:inherit;font-size:.68rem;font-weight:700}.result-mode-toggle.is-on{color:#e9b8ff;background:#bc13fe38;border-color:#d946efb3;box-shadow:0 0 10px #bc13fe59}.result-step-actions{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.result-steps li.is-latest-step{animation:.35s result-step-in}@keyframes result-step-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.result-block-solution{border-top:1px solid #c850ff33;margin-top:4px;padding-top:12px}html[data-theme=light] .result-mode-toggle{color:#6d28d9;background:#faf5fff2;border-color:#7c3aed59}html[data-theme=light] .result-mode-toggle.is-on{background:#f3e8fffa;border-color:#7c3aed8c}.result-spinner{border:3px solid #bc13fe40;border-top-color:#d946ef;border-radius:50%;width:36px;height:36px;margin:0 auto 14px;animation:.9s linear infinite result-spin}@keyframes result-spin{to{transform:rotate(360deg)}}.result-followup{border-top:1px solid #bc13fe47;margin-top:20px;padding-top:18px}.result-followup-label{text-transform:uppercase;letter-spacing:.14em;color:#e9b8ffd9;margin-bottom:4px;font-size:.75rem;font-weight:700;display:block}.result-followup-hint{color:#e9d5ffb8;margin:0 0 10px;font-size:.8rem;line-height:1.35}.result-followup-row{align-items:stretch;gap:8px;display:flex}.result-followup-input{color:#f5d0fe;background:#080412d9;border:1px solid #bc13fe73;border-radius:12px;flex:1;min-width:0;padding:10px 12px;font-family:inherit;font-size:.88rem}.result-followup-input::placeholder{color:#e9b8ff73}.result-followup-input:focus-visible{outline-offset:2px;outline:2px solid #d946efd9}.result-followup-input:disabled{opacity:.65}.result-followup-send{color:#e9b8ff;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;background:linear-gradient(#180828f0,#120620e6);border:2px solid #c850ffd9;border-radius:12px;flex-shrink:0;min-width:56px;padding:10px 16px;font-family:inherit;font-size:.82rem;font-weight:700;box-shadow:0 0 12px #bc13fe66}.result-followup-send:hover:not(:disabled){box-shadow:0 0 18px #c850ffa6}.result-followup-send:disabled{opacity:.45;cursor:not-allowed}.result-followup-error{color:#fda4af;margin:8px 0 0;font-size:.82rem}.result-followup-list{flex-direction:column;gap:16px;margin-top:18px;display:flex}.result-followup-block{background:#180a288c;border:1px solid #bc13fe38;border-radius:14px;padding:14px 14px 12px}.result-followup-q{color:#f5d0fef2;margin:4px 0 12px;font-size:.95rem;line-height:1.4}.result-followup-a{color:#e9d5ff;margin:4px 0 8px;font-size:1.08rem;font-weight:700;line-height:1.35}.result-steps-followup{margin-top:4px}.result-overlay.is-draw{background:#0e0408d1}.is-draw .result-card{color:#ffe4e6;background:#1c060cf7;border-color:#e11d488c;box-shadow:0 0 24px #e11d4880,inset 0 0 14px #b414322e}.is-draw .result-close{color:#fda4af}.is-draw .result-close:hover{background:#e11d482e}.is-draw .result-thumbnail{background:#0e0408b3;border-color:#e11d4866}.is-draw .result-state h2{color:#fecdd3}.is-draw .result-label{color:#fda4afbf}.is-draw .result-equation{color:#ffe4e6;background:#28080e99;border-color:#e11d484d}.is-draw .result-solution{color:#fecdd3;text-shadow:0 0 12px #e11d488c}.is-draw .result-block-solution{border-top-color:#e11d4847}.is-draw .result-spinner{border-color:#e11d48 #e11d4840 #e11d4840}.is-draw .result-mode-toggle{color:#fda4afe6;background:#28080ebf;border-color:#e11d4873}.is-draw .result-mode-toggle.is-on{color:#fecdd3;background:#e11d4838;border-color:#fb7185bf;box-shadow:0 0 10px #e11d4859}.is-draw .result-btn-primary,.is-draw .result-btn-secondary{border-color:#e11d48d9}.is-draw .result-btn-primary{color:#fda4af;background:linear-gradient(#28060ef0,#1c040ae6);box-shadow:0 0 14px #e11d4880}.is-draw .result-btn-primary:hover{box-shadow:0 0 22px #e11d48bf}.is-draw .result-btn-secondary{color:#ffe4e6;border-color:#e11d4873}.is-draw .result-btn-secondary:hover{background:#e11d481f}.is-draw .result-followup{border-top-color:#e11d4847}.is-draw .result-followup-label{color:#fda4afe6}.is-draw .result-followup-hint{color:#ffe4e6b3}.is-draw .result-followup-input{color:#fecdd3;background:#28080ea6;border-color:#e11d4873}.is-draw .result-followup-input::placeholder{color:#fda4af73}.is-draw .result-followup-input:focus-visible{outline-color:#e11d48d9}.is-draw .result-followup-send{color:#fda4af;background:linear-gradient(#28060ef0,#1c040ae6);border-color:#e11d48d9;box-shadow:0 0 12px #e11d4866}.is-draw .result-followup-send:hover:not(:disabled){box-shadow:0 0 18px #e11d48a6}.is-draw .result-followup-block{background:#28080e8c;border-color:#e11d4838}.is-draw .result-followup-q{color:#fecdd3f2}.is-draw .result-followup-a{color:#ffe4e6}.is-draw .result-diagram-wrap{border-color:#e11d4873}html[data-theme=light] .result-overlay{background:#f0eafab8}html[data-theme=light] .result-card{color:#2e1065;background:#fffffff7;border-color:#7c3aed66;box-shadow:0 0 22px #7c3aed33,inset 0 0 12px #7c3aed0d}html[data-theme=light] .result-close{color:#6d28d9}html[data-theme=light] .result-close:hover{background:#7c3aed1a}html[data-theme=light] .result-thumbnail{background:#f8f4ffe6;border-color:#7c3aed47}html[data-theme=light] .is-draw .result-card{color:#881337;background:#fffbfcfa;border-color:#e11d4866;box-shadow:0 0 22px #e11d4829,inset 0 0 12px #e11d480a}html[data-theme=light] .is-draw .result-close{color:#be123c}html[data-theme=light] .is-draw .result-close:hover{background:#e11d481a}html[data-theme=light] .is-draw .result-thumbnail{background:#fff1f2f2;border-color:#e11d484d}html[data-theme=light] .is-draw .result-label{color:#be123cb3}html[data-theme=light] .is-draw .result-equation{color:#881337;background:#fff1f2f2;border-color:#e11d4847}html[data-theme=light] .is-draw .result-solution{color:#be123c;text-shadow:none}html[data-theme=light] .is-draw .result-block-solution{border-top-color:#e11d4838}html[data-theme=light] .is-draw .result-mode-toggle{color:#be123c;background:#fff1f2f2;border-color:#e11d4859}html[data-theme=light] .is-draw .result-mode-toggle.is-on{color:#9f1239;box-shadow:none;background:#fee2e2fa;border-color:#e11d488c}html[data-theme=light] .is-draw .result-btn-primary{color:#9f1239;background:linear-gradient(#fff1f2,#ffe4e6);border-color:#e11d488c;box-shadow:0 0 12px #e11d482e}html[data-theme=light] .is-draw .result-btn-secondary{color:#be123c;border-color:#e11d4866}html[data-theme=light] .is-draw .result-btn-secondary:hover{background:#e11d4814}html[data-theme=light] .is-draw .result-followup-input{color:#881337;background:#fffbfcfa;border-color:#e11d484d}html[data-theme=light] .is-draw .result-followup-input::placeholder{color:#be123c66}html[data-theme=light] .is-draw .result-followup-block{background:#fff1f2e6;border-color:#e11d4833}html[data-theme=light] .is-draw .result-followup-q{color:#9f1239e6}html[data-theme=light] .is-draw .result-followup-a{color:#881337}html[data-theme=light] .is-draw .result-followup-send{color:#9f1239;background:linear-gradient(#fff1f2,#ffe4e6);border-color:#e11d488c;box-shadow:0 0 10px #e11d4829}html[data-theme=light] .result-label{color:#5b21b6a6}html[data-theme=light] .result-equation{color:#2e1065;background:#f5f3fff2;border-color:#7c3aed40}html[data-theme=light] .result-solution{color:#6d28d9;text-shadow:none}html[data-theme=light] .result-followup-input{color:#2e1065;background:#f8fafcf2;border-color:#7c3aed47}html[data-theme=light] .result-followup-input::placeholder{color:#5b21b666}html[data-theme=light] .result-followup-block{background:#f5f3ffcc;border-color:#7c3aed2e}html[data-theme=light] .result-followup-q{color:#4c1d95d9}html[data-theme=light] .result-followup-a{color:#2e1065}.symbol-pattern{z-index:0;pointer-events:none;border-radius:inherit;contain:paint;--symbol-cols:8;--symbol-rows:10;--pattern-a:#d946ef61;--pattern-b:#a855f747;--pattern-c:#2dd4bf38;--pattern-core:#c026d32e;--pattern-motif:#d946ef24;position:absolute;inset:0;overflow:hidden}.symbol-pattern-spin{backface-visibility:hidden;will-change:transform;place-items:center;width:max(220%,160vmax);height:max(220%,160vmax);animation:32s linear infinite pattern-spin;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(0)}.symbol-pattern-grid{grid-template-columns:repeat(var(--symbol-cols), 1fr);grid-template-rows:repeat(var(--symbol-rows), 1fr);place-items:center;gap:0;width:100%;height:100%;display:grid;container-type:size}.symbol-pattern-cell{opacity:.9;justify-content:center;align-items:center;width:100%;height:100%;font-family:Inter,Segoe UI,sans-serif;font-size:7.25cqw;font-weight:900;line-height:1;display:flex}.symbol-pattern--purple{color:#d946ef6b;--pattern-a:#d946ef6b;--pattern-b:#a855f74d;--pattern-c:#2dd4bf33;--pattern-core:#c026d338;--pattern-motif:#e879f929}.symbol-pattern--cyan{color:#2dd4bf66;--pattern-a:#2dd4bf66;--pattern-b:#22d3ee47;--pattern-c:#a78bfa2e;--pattern-core:#14b8a638;--pattern-motif:#5eead426}.symbol-pattern--orange{color:#ff8c286b;--pattern-a:#ff8c2866;--pattern-b:#fb923c47;--pattern-c:#facc1529;--pattern-core:#ea580c33;--pattern-motif:#fdba7429}.symbol-pattern--rose{color:#fb71856b;--pattern-a:#fb718566;--pattern-b:#f43f5e47;--pattern-c:#d946ef2e;--pattern-core:#e11d4833;--pattern-motif:#fb718529}.symbol-pattern--teal{color:#2dd4bf6b;--pattern-a:#2dd4bf66;--pattern-b:#38bdf842;--pattern-c:#a78bfa29;--pattern-core:#0d948838;--pattern-motif:#5eead426}html[data-theme=light] .symbol-pattern--purple{color:#6d28d973;--pattern-a:#9333ea7a;--pattern-b:#7c3aed5c;--pattern-c:#0d948847;--pattern-core:#a78bfa52;--pattern-motif:#7c3aed38}html[data-theme=light] .symbol-pattern--cyan{color:#0f766e73;--pattern-a:#14b8a675;--pattern-b:#0891b257;--pattern-c:#6d28d938;--pattern-core:#2dd4bf4d;--pattern-motif:#0d948838}html[data-theme=light] .symbol-pattern--orange{color:#c2410c73;--pattern-a:#ea580c75;--pattern-b:#f9731657;--pattern-c:#ca8a043d;--pattern-core:#fb923c4d;--pattern-motif:#ea580c38}html[data-theme=light] .symbol-pattern--rose{color:#be123c73;--pattern-a:#e11d4875;--pattern-b:#f43f5e57;--pattern-c:#7c3aed38;--pattern-core:#fb71854d;--pattern-motif:#e11d4838}html[data-theme=light] .symbol-pattern--teal{color:#0f766e73;--pattern-a:#0d948875;--pattern-b:#0e749052;--pattern-c:#6d28d933;--pattern-core:#2dd4bf4d;--pattern-motif:#0d948838}@keyframes pattern-spin{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}@keyframes pattern-breathe{0%,to{opacity:.55}50%{opacity:.9}}@keyframes pattern-drift-a{0%,to{transform:translate(0,0)scale(1)}50%{transform:translate(4%,-3%)scale(1.06)}}@keyframes pattern-drift-b{0%,to{transform:translate(0,0)scale(1.02)}50%{transform:translate(-5%,4%)scale(.96)}}.symbol-pattern--lite .symbol-pattern-atmosphere{position:absolute;inset:0}.symbol-pattern--lite .symbol-pattern-wash{background:radial-gradient(ellipse 90% 70% at 18% 22%, var(--pattern-a), transparent 58%), radial-gradient(ellipse 75% 55% at 88% 18%, var(--pattern-b), transparent 52%), radial-gradient(ellipse 95% 65% at 55% 92%, var(--pattern-c), transparent 55%), radial-gradient(circle at 48% 48%, var(--pattern-core), transparent 42%);position:absolute;inset:-8%}.symbol-pattern--lite .symbol-pattern-orb{will-change:transform, opacity;border-radius:50%;position:absolute}.symbol-pattern--lite .symbol-pattern-orb--a{background:radial-gradient(circle at 40% 45%, var(--pattern-a), transparent 68%);opacity:.85;width:62%;height:42%;animation:18s ease-in-out infinite pattern-drift-a;top:-8%;left:-12%}.symbol-pattern--lite .symbol-pattern-orb--b{background:radial-gradient(circle at 55% 40%, var(--pattern-b), transparent 70%);opacity:.75;width:55%;height:38%;animation:22s ease-in-out infinite pattern-drift-b;top:12%;right:-18%}.symbol-pattern--lite .symbol-pattern-orb--c{background:radial-gradient(circle at 50% 35%, var(--pattern-c), transparent 68%);opacity:.7;width:78%;height:48%;animation:26s ease-in-out infinite reverse pattern-drift-a;bottom:-16%;left:8%}.symbol-pattern--lite .symbol-pattern-sheen{background:linear-gradient(125deg,#0000 20%,#ffffff0f 42%,#0000 58%,#ffffff08 72%,#0000 88%);animation:12s ease-in-out infinite pattern-breathe;position:absolute;inset:0}.symbol-pattern--lite .symbol-pattern-motif{opacity:.55;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 160 160'%3E%3Cg fill='none' stroke='%23e879f9' stroke-width='1.4' opacity='0.55'%3E%3Ctext x='18' y='36' font-family='Georgia,serif' font-size='22' fill='%23e879f9' stroke='none' opacity='0.7'%3E%E2%88%91%3C/text%3E%3Ctext x='96' y='48' font-family='Georgia,serif' font-size='18' fill='%23e879f9' stroke='none' opacity='0.45'%3E%CF%80%3C/text%3E%3Ctext x='48' y='92' font-family='Georgia,serif' font-size='20' fill='%23e879f9' stroke='none' opacity='0.5'%3E%E2%88%9A%3C/text%3E%3Ctext x='118' y='108' font-family='Georgia,serif' font-size='16' fill='%23e879f9' stroke='none' opacity='0.4'%3E%E2%88%AB%3C/text%3E%3Ctext x='28' y='138' font-family='Georgia,serif' font-size='18' fill='%23e879f9' stroke='none' opacity='0.55'%3E%E2%88%9E%3C/text%3E%3Ctext x='90' y='142' font-family='Georgia,serif' font-size='17' fill='%23e879f9' stroke='none' opacity='0.35'%3E%CE%B8%3C/text%3E%3C/g%3E%3C/svg%3E");background-repeat:repeat;background-size:148px 148px;position:absolute;inset:-12%;transform:rotate(-8deg);-webkit-mask-image:radial-gradient(75% 70% at 50% 45%,#000 20%,#0000 78%);mask-image:radial-gradient(75% 70% at 50% 45%,#000 20%,#0000 78%)}.symbol-pattern--cyan .symbol-pattern-motif,.symbol-pattern--teal .symbol-pattern-motif{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 160 160'%3E%3Cg fill='none'%3E%3Ctext x='18' y='36' font-family='Georgia,serif' font-size='22' fill='%235eead4' opacity='0.7'%3E%E2%88%91%3C/text%3E%3Ctext x='96' y='48' font-family='Georgia,serif' font-size='18' fill='%235eead4' opacity='0.45'%3E%CF%80%3C/text%3E%3Ctext x='48' y='92' font-family='Georgia,serif' font-size='20' fill='%235eead4' opacity='0.5'%3E%E2%88%9A%3C/text%3E%3Ctext x='118' y='108' font-family='Georgia,serif' font-size='16' fill='%235eead4' opacity='0.4'%3E%E2%88%AB%3C/text%3E%3Ctext x='28' y='138' font-family='Georgia,serif' font-size='18' fill='%235eead4' opacity='0.55'%3E%E2%88%9E%3C/text%3E%3Ctext x='90' y='142' font-family='Georgia,serif' font-size='17' fill='%235eead4' opacity='0.35'%3E%CE%B8%3C/text%3E%3C/g%3E%3C/svg%3E")}.symbol-pattern--orange .symbol-pattern-motif{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 160 160'%3E%3Cg fill='none'%3E%3Ctext x='18' y='36' font-family='Georgia,serif' font-size='22' fill='%23fdba74' opacity='0.7'%3E%E2%88%91%3C/text%3E%3Ctext x='96' y='48' font-family='Georgia,serif' font-size='18' fill='%23fdba74' opacity='0.45'%3E%CF%80%3C/text%3E%3Ctext x='48' y='92' font-family='Georgia,serif' font-size='20' fill='%23fdba74' opacity='0.5'%3E%E2%88%9A%3C/text%3E%3Ctext x='118' y='108' font-family='Georgia,serif' font-size='16' fill='%23fdba74' opacity='0.4'%3E%E2%88%AB%3C/text%3E%3Ctext x='28' y='138' font-family='Georgia,serif' font-size='18' fill='%23fdba74' opacity='0.55'%3E%E2%88%9E%3C/text%3E%3Ctext x='90' y='142' font-family='Georgia,serif' font-size='17' fill='%23fdba74' opacity='0.35'%3E%CE%B8%3C/text%3E%3C/g%3E%3C/svg%3E")}.symbol-pattern--rose .symbol-pattern-motif{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 160 160'%3E%3Cg fill='none'%3E%3Ctext x='18' y='36' font-family='Georgia,serif' font-size='22' fill='%23fb7185' opacity='0.7'%3E%E2%88%91%3C/text%3E%3Ctext x='96' y='48' font-family='Georgia,serif' font-size='18' fill='%23fb7185' opacity='0.45'%3E%CF%80%3C/text%3E%3Ctext x='48' y='92' font-family='Georgia,serif' font-size='20' fill='%23fb7185' opacity='0.5'%3E%E2%88%9A%3C/text%3E%3Ctext x='118' y='108' font-family='Georgia,serif' font-size='16' fill='%23fb7185' opacity='0.4'%3E%E2%88%AB%3C/text%3E%3Ctext x='28' y='138' font-family='Georgia,serif' font-size='18' fill='%23fb7185' opacity='0.55'%3E%E2%88%9E%3C/text%3E%3Ctext x='90' y='142' font-family='Georgia,serif' font-size='17' fill='%23fb7185' opacity='0.35'%3E%CE%B8%3C/text%3E%3C/g%3E%3C/svg%3E")}.symbol-pattern--lite .symbol-pattern-vignette{background:radial-gradient(85% 80% at 50% 42%,#0000 35%,#08041073 100%);position:absolute;inset:0}html[data-theme=light] .symbol-pattern--lite{opacity:1}html[data-theme=light] .symbol-pattern--lite .symbol-pattern-orb--a{opacity:.95}html[data-theme=light] .symbol-pattern--lite .symbol-pattern-orb--b{opacity:.88}html[data-theme=light] .symbol-pattern--lite .symbol-pattern-orb--c{opacity:.82}html[data-theme=light] .symbol-pattern--lite .symbol-pattern-motif{opacity:.7}html[data-theme=light] .symbol-pattern--lite .symbol-pattern-vignette{background:radial-gradient(85% 80% at 50% 42%,#0000 38%,#4c1d951a 100%)}html[data-theme=light] .symbol-pattern--cyan.symbol-pattern--lite .symbol-pattern-vignette,html[data-theme=light] .symbol-pattern--teal.symbol-pattern--lite .symbol-pattern-vignette{background:radial-gradient(85% 80% at 50% 42%,#0000 38%,#0f766e1a 100%)}html[data-theme=light] .symbol-pattern--orange.symbol-pattern--lite .symbol-pattern-vignette{background:radial-gradient(85% 80% at 50% 42%,#0000 38%,#9a34121a 100%)}html[data-theme=light] .symbol-pattern--rose.symbol-pattern--lite .symbol-pattern-vignette{background:radial-gradient(85% 80% at 50% 42%,#0000 38%,#9f12391a 100%)}html[data-theme=light] .symbol-pattern--lite .symbol-pattern-sheen{background:linear-gradient(125deg,#0000 18%,#ffffff38 40%,#0000 56%,#ffffff1a 70%,#0000 88%)}html[data-theme=light] .symbol-pattern--purple.symbol-pattern--lite .symbol-pattern-motif{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 160 160'%3E%3Cg fill='none'%3E%3Ctext x='18' y='36' font-family='Georgia,serif' font-size='22' fill='%237c3aed' opacity='0.75'%3E%E2%88%91%3C/text%3E%3Ctext x='96' y='48' font-family='Georgia,serif' font-size='18' fill='%237c3aed' opacity='0.5'%3E%CF%80%3C/text%3E%3Ctext x='48' y='92' font-family='Georgia,serif' font-size='20' fill='%237c3aed' opacity='0.55'%3E%E2%88%9A%3C/text%3E%3Ctext x='118' y='108' font-family='Georgia,serif' font-size='16' fill='%237c3aed' opacity='0.45'%3E%E2%88%AB%3C/text%3E%3Ctext x='28' y='138' font-family='Georgia,serif' font-size='18' fill='%237c3aed' opacity='0.6'%3E%E2%88%9E%3C/text%3E%3Ctext x='90' y='142' font-family='Georgia,serif' font-size='17' fill='%237c3aed' opacity='0.4'%3E%CE%B8%3C/text%3E%3C/g%3E%3C/svg%3E")}html[data-theme=light] .symbol-pattern--cyan.symbol-pattern--lite .symbol-pattern-motif,html[data-theme=light] .symbol-pattern--teal.symbol-pattern--lite .symbol-pattern-motif{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 160 160'%3E%3Cg fill='none'%3E%3Ctext x='18' y='36' font-family='Georgia,serif' font-size='22' fill='%230f766e' opacity='0.75'%3E%E2%88%91%3C/text%3E%3Ctext x='96' y='48' font-family='Georgia,serif' font-size='18' fill='%230f766e' opacity='0.5'%3E%CF%80%3C/text%3E%3Ctext x='48' y='92' font-family='Georgia,serif' font-size='20' fill='%230f766e' opacity='0.55'%3E%E2%88%9A%3C/text%3E%3Ctext x='118' y='108' font-family='Georgia,serif' font-size='16' fill='%230f766e' opacity='0.45'%3E%E2%88%AB%3C/text%3E%3Ctext x='28' y='138' font-family='Georgia,serif' font-size='18' fill='%230f766e' opacity='0.6'%3E%E2%88%9E%3C/text%3E%3Ctext x='90' y='142' font-family='Georgia,serif' font-size='17' fill='%230f766e' opacity='0.4'%3E%CE%B8%3C/text%3E%3C/g%3E%3C/svg%3E")}html[data-theme=light] .symbol-pattern--orange.symbol-pattern--lite .symbol-pattern-motif{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 160 160'%3E%3Cg fill='none'%3E%3Ctext x='18' y='36' font-family='Georgia,serif' font-size='22' fill='%23c2410c' opacity='0.75'%3E%E2%88%91%3C/text%3E%3Ctext x='96' y='48' font-family='Georgia,serif' font-size='18' fill='%23c2410c' opacity='0.5'%3E%CF%80%3C/text%3E%3Ctext x='48' y='92' font-family='Georgia,serif' font-size='20' fill='%23c2410c' opacity='0.55'%3E%E2%88%9A%3C/text%3E%3Ctext x='118' y='108' font-family='Georgia,serif' font-size='16' fill='%23c2410c' opacity='0.45'%3E%E2%88%AB%3C/text%3E%3Ctext x='28' y='138' font-family='Georgia,serif' font-size='18' fill='%23c2410c' opacity='0.6'%3E%E2%88%9E%3C/text%3E%3Ctext x='90' y='142' font-family='Georgia,serif' font-size='17' fill='%23c2410c' opacity='0.4'%3E%CE%B8%3C/text%3E%3C/g%3E%3C/svg%3E")}html[data-theme=light] .symbol-pattern--rose.symbol-pattern--lite .symbol-pattern-motif{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 160 160'%3E%3Cg fill='none'%3E%3Ctext x='18' y='36' font-family='Georgia,serif' font-size='22' fill='%23be123c' opacity='0.75'%3E%E2%88%91%3C/text%3E%3Ctext x='96' y='48' font-family='Georgia,serif' font-size='18' fill='%23be123c' opacity='0.5'%3E%CF%80%3C/text%3E%3Ctext x='48' y='92' font-family='Georgia,serif' font-size='20' fill='%23be123c' opacity='0.55'%3E%E2%88%9A%3C/text%3E%3Ctext x='118' y='108' font-family='Georgia,serif' font-size='16' fill='%23be123c' opacity='0.45'%3E%E2%88%AB%3C/text%3E%3Ctext x='28' y='138' font-family='Georgia,serif' font-size='18' fill='%23be123c' opacity='0.6'%3E%E2%88%9E%3C/text%3E%3Ctext x='90' y='142' font-family='Georgia,serif' font-size='17' fill='%23be123c' opacity='0.4'%3E%CE%B8%3C/text%3E%3C/g%3E%3C/svg%3E")}html[data-capacitor-native] .symbol-pattern--lite .symbol-pattern-orb--a,html[data-capacitor-native] .symbol-pattern--lite .symbol-pattern-orb--b,html[data-capacitor-native] .symbol-pattern--lite .symbol-pattern-orb--c,html[data-capacitor-native] .symbol-pattern--lite .symbol-pattern-sheen{will-change:auto;animation:none}html[data-capacitor-native] .symbol-pattern--lite .symbol-pattern-orb--a{opacity:.9}html[data-capacitor-native] .symbol-pattern--lite .symbol-pattern-orb--b{opacity:.8}html[data-capacitor-native] .symbol-pattern--lite .symbol-pattern-orb--c{opacity:.75}html[data-capacitor-native] .symbol-pattern--lite .symbol-pattern-sheen{opacity:.72}@media (width<=480px),(pointer:coarse){.symbol-pattern:not(.symbol-pattern--lite) .symbol-pattern-spin{will-change:auto;width:100%;height:100%;animation:none;top:0;left:0;transform:none}}@media (prefers-reduced-motion:reduce){.symbol-pattern-spin,.symbol-pattern--lite .symbol-pattern-orb--a,.symbol-pattern--lite .symbol-pattern-orb--b,.symbol-pattern--lite .symbol-pattern-orb--c,.symbol-pattern--lite .symbol-pattern-sheen{animation:none}}.history-toolbar{z-index:1;flex-shrink:0;justify-content:space-between;align-items:center;gap:10px;margin-top:8px;display:flex;position:relative}.history-filters{gap:6px;display:flex}.history-filter{color:#c8faf5bf;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;background:#041216a6;border:1px solid #50f0e666;border-radius:999px;padding:6px 12px;font-family:inherit;font-size:.75rem;font-weight:700}.history-filter.is-active{color:#c8fff5;background:#50f0e638;border-color:#50f0e6bf;box-shadow:0 0 10px #50f0e659}.history-clear{color:#aaf0eba6;cursor:pointer;background:0 0;border:none;padding:4px 6px;font-family:inherit;font-size:.78rem;font-weight:600}.history-clear:hover{color:#c8fff5}.history-list{z-index:1;-webkit-overflow-scrolling:touch;flex-direction:column;flex:1;gap:10px;min-height:0;margin-top:14px;padding-bottom:8px;display:flex;position:relative;overflow-y:auto}.history-empty{text-align:center;color:#aaf0ebb3;margin:24px 8px;font-size:.9rem;line-height:1.45}.history-card{background:#041216b8;border:1px solid #50f0e659;border-radius:16px;grid-template-columns:1fr auto;align-items:center;gap:8px;width:100%;padding:10px;transition:border-color .2s,box-shadow .2s;display:grid;box-shadow:0 0 10px #50f0e61f}.history-card:hover{border-color:#50f0e6b3;box-shadow:0 0 14px #50f0e647}.history-card-main{text-align:left;cursor:pointer;min-width:0;color:inherit;background:0 0;border:none;grid-template-columns:56px 1fr;align-items:center;gap:10px;padding:0;font-family:inherit;display:grid}.history-thumb{object-fit:cover;background:#00000040;border:1px solid #50f0e640;border-radius:10px;width:56px;height:56px}.history-thumb-placeholder{color:#c8faf5b3;place-items:center;font-size:1.35rem;display:grid}.history-card-body{min-width:0}.history-card-meta{align-items:center;gap:8px;margin-bottom:4px;display:flex}.history-source{letter-spacing:.06em;text-transform:uppercase;color:#8ffff1;background:#50f0e624;border-radius:999px;padding:2px 7px;font-size:.65rem;font-weight:800}.history-when{color:#aaf0eb8c;font-size:.68rem}.history-equation{color:#dcfffaeb;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.82rem;line-height:1.35;display:-webkit-box;overflow:hidden}.history-card-actions{flex-direction:column;gap:4px;display:flex}.history-star,.history-delete{color:#c8faf58c;cursor:pointer;background:#041216cc;border:1px solid #50f0e659;border-radius:50%;place-items:center;width:32px;height:32px;padding:0;font-size:1rem;line-height:1;display:grid}.history-star.is-on{color:#fbbf24;text-shadow:0 0 8px #fbbf248c;border-color:#fbbf248c}.history-delete:hover{color:#fda4af;border-color:#fb71858c}html[data-theme=light] .history-filter{color:#0f766eb3;background:#ffffffe6;border-color:#0ea5a059}html[data-theme=light] .history-filter.is-active{color:#0f766e;background:#ccfbf1f2;border-color:#0ea5a08c;box-shadow:0 0 8px #0ea5a033}html[data-theme=light] .history-clear,html[data-theme=light] .history-empty{color:#0f766ea6}html[data-theme=light] .history-card{background:#fffffff2;border-color:#0ea5a04d;box-shadow:0 2px 10px #0ea5a01a}html[data-theme=light] .history-card:hover{border-color:#0ea5a08c}html[data-theme=light] .history-source{color:#0f766e;background:#ccfbf1cc}html[data-theme=light] .history-when{color:#0f766e80}html[data-theme=light] .history-equation{color:#134e4a}html[data-theme=light] .history-star,html[data-theme=light] .history-delete{color:#0f766e8c;background:#fff;border-color:#0ea5a059}html[data-theme=light] .history-star.is-on{color:#d97706;border-color:#d9770673}.qd-wrap{box-sizing:border-box;text-align:center;background:#fff;border:1px solid #ffffff1f;border-radius:12px;justify-content:center;align-items:center;width:100%;min-width:0;max-width:100%;min-height:min(28vw,160px);margin:0 auto;padding:2px;display:flex;overflow:hidden;box-shadow:0 2px 10px #00000040}.qd-scaler{--qd-zoom:2.4;width:calc(100% / var(--qd-zoom));max-width:calc(100% / var(--qd-zoom));zoom:var(--qd-zoom);min-width:0;margin:0 auto;display:block;overflow:hidden}@supports not (zoom:1){.qd-scaler{--qd-zoom:2.4;zoom:unset;width:100%;max-width:100%;transform:scale(var(--qd-zoom));transform-origin:top;margin-bottom:140%}}.qd-svg{width:100%;min-width:0;max-width:100%;height:auto;min-height:unset;margin:0 auto;display:block;overflow:hidden}.qd-svg--short{width:100%;min-height:min(22vw,120px)}.math-keyboard{touch-action:manipulation;box-sizing:border-box;z-index:30;isolation:isolate;pointer-events:auto;width:100%;max-width:100%;padding:10px 10px calc(10px + env(safe-area-inset-bottom,0px));color:#1e293b;-webkit-user-select:none;user-select:none;background:#e8eaed;border:1px solid #0f172a1f;border-radius:14px;flex-direction:column;gap:8px;display:flex;position:relative;box-shadow:0 4px 16px #0f172a1f}.math-keyboard.is-disabled{opacity:.55;pointer-events:none}.math-keyboard.is-embedded{border-top-left-radius:8px;border-top-right-radius:8px;box-shadow:0 2px 10px #0f172a1a}.mk-layout-label{color:#1e3a8a;text-transform:uppercase;letter-spacing:.04em;font-size:.8rem;font-weight:800}.mk-preview{cursor:text;-webkit-overflow-scrolling:touch;background:#fff;border:1px solid #0f172a24;border-radius:10px;align-items:flex-start;gap:4px;min-height:48px;max-height:140px;padding:10px 12px;display:flex;position:relative;overflow:auto}.mk-preview-lines{flex-direction:column;gap:4px;width:100%;min-width:0;display:flex}.mk-preview-line{align-items:center;min-height:1.35em;display:flex}.mk-preview-blank{opacity:.35}.mk-preview-math{color:#0f172a;font-size:1.15rem;line-height:1.3}.mk-preview-placeholder{color:#94a3b8;font-size:.92rem;font-style:italic}.mk-caret{vertical-align:middle;background:#2563eb;border-radius:1px;flex-shrink:0;width:2px;height:1.25em;margin:0 1px;animation:1s step-end infinite mk-blink;display:inline-block}.mk-katex-caret{margin:0 .04em;animation:1s step-end infinite mk-blink;color:#2563eb!important;display:inline-block!important}.mk-katex-caret .rule,.mk-preview .mk-katex-caret{animation:1s step-end infinite mk-blink}@keyframes mk-blink{50%{opacity:0}}.mk-hidden-input{opacity:0;pointer-events:none;border:0;width:1px;height:1px;margin:0;padding:0;position:absolute}.mk-toolbar{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.mk-tabs{gap:2px;display:flex}.mk-tab{appearance:none;color:#64748b;text-transform:lowercase;cursor:pointer;background:0 0;border:0;border-bottom:3px solid #0000;padding:6px 10px 8px;font-family:inherit;font-size:.78rem;font-weight:700}.mk-tab.is-active{color:#2563eb;border-bottom-color:#2563eb}.mk-tab.is-hinted{color:#1d4ed8;border-radius:6px 6px 0 0;box-shadow:inset 0 -2px #2563eb,0 0 0 2px #2563eb33}html[data-theme=light] .mk-tab.is-hinted{color:#1e40af;box-shadow:inset 0 -2px #1d4ed8,0 0 0 2px #2563eb2e}.mk-clear{appearance:none;color:#64748b;cursor:pointer;background:0 0;border:0;margin-left:auto;padding:4px 6px;font-family:inherit;font-size:.72rem;font-weight:700}.mk-clear:disabled{opacity:.35;cursor:default}.mk-nav{grid-template-columns:repeat(auto-fit,minmax(48px,1fr));gap:6px;display:grid}.mk-nav-btn{appearance:none;color:#1e3a8a;letter-spacing:.02em;cursor:pointer;background:#eff6ff;border:1px solid #2563eb47;border-radius:10px;min-height:44px;padding:8px 10px;font-family:inherit;font-size:.9rem;font-weight:800;transition:transform 80ms,background .12s;box-shadow:0 1px #0f172a1a}.mk-nav-btn:active{background:#dbeafe;transform:scale(.97)}.mk-grid--main{grid-template-columns:.95fr 1.55fr .75fr;grid-template-areas:"vars vars vars""math nums edit";align-items:stretch;gap:5px;display:grid}.mk-vars{grid-area:vars;grid-template-columns:repeat(8,minmax(0,1fr));gap:5px;display:grid}.mk-col--math{grid-area:math;grid-template-columns:repeat(2,1fr);gap:5px;display:grid}.mk-col--nums{grid-area:nums;grid-template-columns:repeat(4,1fr);gap:5px;display:grid}.mk-col--edit{grid-area:edit;grid-template-columns:1fr;grid-auto-rows:minmax(36px,auto);gap:5px;display:grid}.mk-col--edit .mk-key.is-tall{min-height:70px}.mk-grid--abc{flex-direction:column;gap:5px;display:flex}.mk-abc-row{grid-template-columns:repeat(10,minmax(0,1fr));gap:4px;display:grid}.mk-abc-row--mid{grid-template-columns:repeat(9,minmax(0,1fr));padding:0 4%}.mk-abc-row--bottom{grid-template-columns:repeat(9,minmax(0,1fr))}.mk-grid--func{grid-template-columns:repeat(4,minmax(0,1fr));gap:5px;display:grid}.mk-grid--coordinates{grid-template-columns:1fr 1.35fr .55fr;gap:6px;display:grid}.mk-coordinate-symbols,.mk-coordinate-numbers{grid-template-columns:repeat(3,minmax(0,1fr));gap:5px;display:grid}.mk-coordinate-edit{grid-template-rows:auto 1fr;grid-template-columns:1fr;gap:5px;display:grid}.mk-coordinate-edit .mk-key.is-tall{min-height:80px}.mk-text-editor{gap:10px}.mk-textarea{box-sizing:border-box;resize:vertical;color:#0f172a;-webkit-user-select:text;user-select:text;background:#fff;border:2px solid #2563eb38;border-radius:10px;outline:none;width:100%;min-width:0;padding:12px;font:500 1rem/1.5 inherit}.mk-textarea:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.mk-text-editor.is-working .mk-textarea{min-height:190px;font-family:ui-monospace,SFMono-Regular,Consolas,monospace}.mk-working-tabs{gap:6px;display:flex}.mk-working-tab{appearance:none;color:#334155;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;background:#0f172a0a;border:1px solid #0f172a1f;border-radius:10px;flex:1;min-height:36px;font:700 .82rem/1 inherit}.mk-working-tab.is-active{color:#fff;background:#2563eb;border-color:#2563eb}.mk-symbol-strip{grid-template-columns:repeat(5,minmax(0,1fr));gap:5px;display:grid}.mk-symbol-btn,.mk-submit-btn{appearance:none;cursor:pointer;border:1px solid #0f172a1a;border-radius:8px;font-family:inherit;font-weight:800}.mk-symbol-btn{color:#1e293b;background:#fff;min-height:38px}.mk-symbol-btn:active,.mk-part-row:active{transform:scale(.98)}.mk-text-actions{justify-content:space-between;align-items:center;gap:10px;display:flex}.mk-text-help{color:#64748b;font-size:.75rem;font-weight:650}.mk-submit-btn{color:#fff;background:#2563eb;border-color:#1d4ed8;min-height:42px;padding:8px 18px}.mk-submit-btn:disabled{cursor:default;opacity:.45}.mk-multipart{flex-direction:column;gap:8px;display:flex}.mk-part-list{gap:6px;display:grid}.mk-part-row{appearance:none;color:#0f172a;text-align:left;cursor:pointer;background:#fff;border:1px solid #0f172a24;border-radius:10px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:10px;width:100%;min-width:0;padding:10px 12px;display:grid}.mk-part-row.is-active{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb24}.mk-part-label{color:#1e3a8a;font-weight:900}.mk-part-value{color:#0f172a;text-overflow:ellipsis;white-space:nowrap;min-width:0;font:600 .9rem/1.25 inherit;overflow:hidden}.mk-part-value.is-empty{color:#94a3b8;font-family:inherit;font-style:italic;font-weight:500}.mk-part-math{vertical-align:middle;max-width:100%;display:inline-block;overflow:hidden}.mk-part-math .katex{font-size:1.05em}.mk-part-prompt{color:#334155;margin:0;font-size:.78rem;font-weight:800}.mk-key{appearance:none;touch-action:manipulation;color:#0f172a;cursor:pointer;background:#fff;border:1px solid #0f172a14;border-radius:8px;justify-content:center;align-items:center;min-height:44px;padding:4px 2px;font-family:Times New Roman,Times,serif;font-size:.95rem;font-style:italic;font-weight:600;line-height:1;transition:transform 80ms,background .12s;display:flex;box-shadow:0 1px #0f172a1f}.mk-key:active{background:#f1f5f9;transform:scale(.96)}.mk-key--num{background:#dfe3e8;font-family:inherit;font-style:normal;font-weight:700}.mk-key--op{color:#334155;background:#f1f5f9;font-family:inherit;font-style:normal;font-weight:700}.mk-key--var{color:#1e3a8a;background:#fff;font-style:italic;font-weight:700}.mk-key--enter{color:#fff;background:#2563eb;border-color:#1d4ed8;font-family:inherit;font-size:1.15rem;font-style:normal;font-weight:700;box-shadow:0 2px #1e40af}.mk-preview-mirror{opacity:0;color:#0000;white-space:pre-wrap;word-break:break-all;pointer-events:auto;z-index:2;cursor:text;background:0 0;border:none;margin:0;padding:10px 12px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:1rem;line-height:1.35;position:absolute;inset:0;overflow:hidden}.mk-preview-lines,.mk-preview-placeholder{pointer-events:none}.mk-key--enter:active{background:#1d4ed8}.mk-key.is-disabled,.mk-key:disabled{opacity:.45;cursor:not-allowed;box-shadow:none}.mk-key--enter.is-disabled,.mk-key--enter:disabled{color:#f8fafc;background:#94a3b8;border-color:#94a3b8}.mk-key--enter.is-disabled:active,.mk-key--enter:disabled:active{background:#94a3b8}.mk-key.is-wide{grid-column:span 2}.mk-glyph,.mk-glyph-fallback{pointer-events:none;line-height:1}.mk-glyph .katex{font-size:.92em}.mk-glyph-fallback{font-family:Times New Roman,Times,serif;font-style:italic;font-weight:700}.mk-key.is-hinted{outline-offset:1px;z-index:1;outline:2px solid #2563eb;box-shadow:0 0 0 3px #2563eb2e}html[data-theme=light] .mk-key.is-hinted{outline-color:#1d4ed8;box-shadow:0 0 0 3px #2563eb33}@media (width<=420px){.mk-key{min-height:44px;font-size:.85rem}.mk-col--edit .mk-key.is-tall{min-height:92px}.mk-abc-row--mid{padding:0 2%}.mk-glyph .katex{font-size:.82em}.mk-grid--coordinates{grid-template-columns:1fr 1.2fr .58fr}.mk-textarea{font-size:.95rem}}.pq-wrap{flex-direction:column;align-items:stretch;gap:12px;width:100%;padding:0 0 24px;animation:.25s pq-fade-in;display:flex}@keyframes pq-fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.pq-progress{color:#ffedd5;justify-content:space-between;align-items:center;gap:8px;font-size:.75rem;display:flex}.pq-topic-pill{color:#fff7ed;text-overflow:ellipsis;white-space:nowrap;background:#ea781e47;border:1px solid #fdba7480;border-radius:999px;max-width:45%;padding:2px 8px;font-size:.68rem;font-weight:700;overflow:hidden}.pq-meta-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.pq-diff-pill{letter-spacing:.06em;text-transform:uppercase;color:#ffedd5;background:#ea781e38;border:1px solid #fdba7473;border-radius:999px;align-self:flex-start;padding:4px 10px;font-size:.68rem;font-weight:800}.pq-board-pill{color:#e9d5ff;letter-spacing:.04em;text-align:center;white-space:normal;background:#9333ea29;border:1px solid #c084fc80;border-radius:999px;align-self:flex-start;max-width:100%;padding:4px 10px;font-size:.68rem;font-weight:800;line-height:1.25}.pq-diff-pill.is-easy{color:#86efac;background:#22c55e29;border-color:#22c55e73}.pq-diff-pill.is-medium{color:#7dd3fc;background:#38bdf829;border-color:#38bdf873}.pq-diff-pill.is-hard{color:#fdba74;background:#fb923c29;border-color:#fb923c80}.pq-diff-pill.is-problem{color:#f9a8d4;background:#f472b629;border-color:#f472b680}.pq-spec-code{letter-spacing:.05em;color:#ffedd5e6;background:#94a3b829;border:1px solid #94a3b852;border-radius:999px;padding:4px 10px;font-size:.66rem;font-weight:700;display:inline-block}.pq-card{background:#281206d9;border:1px solid #fdba7473;border-radius:16px;max-width:100%;padding:16px;position:relative;overflow:visible}.pq-question{white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word;color:#fff7ed;max-width:100%;margin:0;font-size:1rem;line-height:1.45}.pq-question .katex-display,.pq-answer-text .katex-display{-webkit-overflow-scrolling:touch;max-width:100%;overflow:auto hidden}.pq-question .katex,.pq-answer-text .katex{max-width:100%}.pq-diagram-wrap{z-index:0;width:100%;max-width:100%;min-height:0;margin-top:14px;position:relative;overflow:hidden}.pq-wrap .qd-wrap{max-width:100%;min-height:min(28vw,160px);margin-top:0;overflow:hidden}.pq-wrap .zoomable-diagram{min-width:0;max-width:100%;margin-bottom:0;overflow:hidden}.pq-wrap .qd-scaler,.pq-wrap .qd-svg{pointer-events:none}.pq-wrap .diagram-zoom-btn{pointer-events:auto}.pq-reveal{flex-direction:column;gap:12px;display:flex}.pq-steps-block,.pq-answer-block{flex-direction:column;gap:6px;display:flex}.pq-answer-text{color:#fff7ed;margin:4px 0 0;font-size:1.05rem;font-weight:700}.pq-steps{color:#ffedd5;flex-direction:column;gap:5px;margin:6px 0 0;padding-left:1.2rem;line-height:1.45;display:flex}.pq-steps li{color:#ffedd5e0;font-size:.88rem}.pq-inline-actions,.pq-result-btns,.pq-next-row{flex-wrap:wrap;gap:8px;display:flex}.pq-checkblock{z-index:20;isolation:isolate;box-sizing:border-box;pointer-events:auto;flex-direction:column;gap:10px;width:100%;max-width:100%;display:flex;position:relative}.pq-check-row{flex-direction:column;gap:8px;width:100%;max-width:100%;display:flex}.pq-check-input{box-sizing:border-box;color:#fff7ed;pointer-events:auto;-webkit-user-select:text;user-select:text;touch-action:manipulation;background:#1a0c04f2;border:2px solid #fdba7480;border-radius:12px;width:100%;max-width:100%;padding:12px 14px;font-family:inherit;font-size:1rem;display:block}.pq-check-btn,.pq-check-row .pq-btn-primary{flex-shrink:0;width:100%}.pq-check-input::placeholder{color:#ffedd580}.pq-check-input:focus{border-color:#fdba74f2;outline:none;box-shadow:0 0 10px #ea781e66}.pq-check-feedback{margin:0;font-size:.82rem;font-weight:700}.pq-check-feedback.is-correct{color:#86efac}.pq-check-feedback.is-incorrect{color:#fda4af}.pq-check-hint{color:#ffedd5b8;overflow-wrap:anywhere;word-break:break-word;white-space:normal;max-width:100%;margin:0;font-size:.78rem}.pq-your-answer-line{color:#ffedd5;margin:0;font-size:.88rem}.pq-selfmark{flex-direction:column;gap:8px;display:flex}.pq-selfmark-row{flex-wrap:wrap;gap:8px;display:flex}.pq-next-row{flex-direction:column}.pq-btn{letter-spacing:.05em;text-transform:uppercase;cursor:pointer;border:2px solid #fb923cbf;border-radius:12px;padding:10px 14px;font-family:inherit;font-size:.8rem;font-weight:700;transition:background .15s,border-color .15s,box-shadow .15s,transform .12s}.pq-btn:active{transform:scale(.97)}.pq-btn-primary{color:#fff7ed;background:linear-gradient(#9a3412fa,#7c2d12f2);width:100%;box-shadow:0 0 14px #ea781e66}.pq-btn-primary:hover{background:linear-gradient(#7c2d12,#571c08);border-color:#fdba74f2;box-shadow:0 0 20px #ea781e8c}.pq-btn-ghost{color:#ffedd5;background:0 0;border-color:#fdba748c;width:100%}.pq-btn-ghost:hover{color:#fff7ed;background:#9a341273;border-color:#fdba74d9}.pq-btn-correct,.pq-btn-wrong{flex:1;min-width:0}.pq-btn-correct{color:#86efac;background:#22c55e2e;border-color:#22c55e8c}.pq-btn-correct:hover{background:#22c55e47}.pq-btn-wrong{color:#fda4af;background:#ef444429;border-color:#ef444480}.pq-btn-wrong:hover{background:#ef444442}.pq-result-screen{text-align:center;flex-direction:column;align-items:center;gap:14px;padding:32px 0 24px;animation:.3s pq-fade-in;display:flex}.pq-score-circle{background:#431407cc;border:3px solid #fb923c8c;border-radius:50%;place-content:center;width:140px;height:140px;display:grid}.pq-score-circle.band-great{background:#4ade801a;border-color:#4ade80}.pq-score-circle.band-ok{background:#facc151a;border-color:#facc15}.pq-score-circle.band-low{background:#f871711a;border-color:#f87171}.pq-score-num{color:#fff7ed;font-size:1.6rem;font-weight:800;line-height:1.1}.pq-score-pct{color:#ffedd5;font-size:.9rem}.pq-band{color:#fdba74;margin:0;font-size:1.1rem;font-weight:700}.pq-band.band-great{color:#86efac}.pq-band.band-ok{color:#fde68a}.pq-band.band-low{color:#fda4af}.pq-result-btns{flex-direction:column;width:100%;margin-top:8px}.pq-soon{background:#281206b3;border:1px solid #fdba7459;border-radius:16px;padding:24px 18px}.pq-soon h2{color:#fff7ed;margin:6px 0 10px;font-size:1.1rem}.pq-soon p{color:#ffedd5b8;margin:0;font-size:.88rem;line-height:1.5}html[data-theme=light] .pq-progress{color:#7c2d12cc}html[data-theme=light] .pq-topic-pill{color:#9a3412;background:#ea781e24;border-color:#ea781e66}html[data-theme=light] .pq-spec-code{color:#433830bf;background:#94a3b829;border-color:#64748b47}html[data-theme=light] .pq-card{background:#ffffffe0;border-color:#ea781e59}html[data-theme=light] .pq-question,html[data-theme=light] .pq-answer-text,html[data-theme=light] .pq-score-num{color:#1c1917}html[data-theme=light] .pq-steps li{color:#292524cc}html[data-theme=light] .pq-btn-primary{color:#fff7ed;background:linear-gradient(#ea781ef2,#c2410cf2)}html[data-theme=light] .pq-btn-ghost{color:#9a3412;background:#ffffffb3;border-color:#ea781e73}html[data-theme=light] .pq-check-input{color:#1c1917;background:#ffffffd9;border-color:#ea781e59}html[data-theme=light] .pq-check-input::placeholder{color:#44403c80}html[data-theme=light] .pq-score-circle{background:#fff7edf2}html[data-theme=light] .pq-score-pct{color:#44403c8c}html[data-theme=light] .pq-soon{background:#ffffffb3;border-color:#ea781e38}html[data-theme=light] .pq-soon h2{color:#1c1917}html[data-theme=light] .pq-soon p{color:#44403cb3}html[data-theme=light] .pq-check-hint{color:#44403cc7}html[data-theme=light] .pq-your-answer-line{color:#292524}html[data-theme=light] .pq-your-answer-line .math-text,html[data-theme=light] .pq-your-answer-line .katex{color:#1c1917}html[data-theme=light] .pq-diff-pill{color:#9a3412;background:#ea781e24;border-color:#ea781e66}html[data-theme=light] .pq-board-pill{color:#6b21a8;background:#9333ea1a;border-color:#7e22ce61}html[data-theme=light] .pq-diff-pill.is-easy{color:#166534;background:#22c55e24;border-color:#16a34a66}html[data-theme=light] .pq-diff-pill.is-medium{color:#0369a1;background:#38bdf829;border-color:#0ea5e966}html[data-theme=light] .pq-diff-pill.is-hard{color:#c2410c;background:#fb923c2e;border-color:#ea580c66}html[data-theme=light] .pq-diff-pill.is-problem{color:#9d174d;background:#f472b629;border-color:#db277766}html[data-theme=light] .pq-band.band-great{color:#15803d}html[data-theme=light] .pq-band.band-ok{color:#a16207}html[data-theme=light] .pq-band.band-low{color:#be123c}html[data-theme=light] .pq-btn-correct{color:#166534;background:#22c55e24;border-color:#16a34a8c}html[data-theme=light] .pq-btn-wrong{color:#be123c;background:#f43f5e1f;border-color:#e11d4880}html[data-theme=light] .pq-reveal .learn-browse-label{color:#9a3412}html[data-theme=light] .pq-steps,html[data-theme=light] .pq-answer-block{color:#1c1917}html[data-theme=light] .pq-check-feedback.is-correct{color:#15803d}html[data-theme=light] .pq-check-feedback.is-incorrect{color:#be123c}.app-shell{justify-content:center;align-items:center;min-height:100dvh;padding:20px;transition:background .5s;display:flex;position:relative;overflow:hidden}.app-shell.is-settings .background-grid{background-color:#0000;background-image:linear-gradient(#50f0e612 1px,#0000 1px),linear-gradient(90deg,#50f0e612 1px,#0000 1px);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:34px 34px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box}.app-shell.is-learn .background-grid,.app-shell.is-home-learn .background-grid{background-color:#0000;background-image:linear-gradient(#ff8c2812 1px,#0000 1px),linear-gradient(90deg,#ff8c2812 1px,#0000 1px);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:34px 34px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box}.app-shell.is-home-scan .background-grid{background-color:#0000;background-image:linear-gradient(#bc13fe12 1px,#0000 1px),linear-gradient(90deg,#bc13fe12 1px,#0000 1px);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:34px 34px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box}.app-shell.is-home-draw .background-grid{background-color:#0000;background-image:linear-gradient(#e11d4814 1px,#0000 1px),linear-gradient(90deg,#e11d4814 1px,#0000 1px);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:34px 34px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box}.background-grid{opacity:.55;background-color:#0000;background-image:linear-gradient(#bc13fe12 1px,#0000 1px),linear-gradient(90deg,#bc13fe12 1px,#0000 1px);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:34px 34px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;transition:background .45s,opacity .45s;position:absolute;inset:0}.phone-frame{width:min(100%,430px);min-height:85vh;max-height:calc(100vh - 40px - env(safe-area-inset-top,0px) - env(safe-area-inset-bottom,0px));max-height:calc(100dvh - 40px - env(safe-area-inset-top,0px) - env(safe-area-inset-bottom,0px));padding:calc(34px + env(safe-area-inset-top,0px)) calc(24px + env(safe-area-inset-right,0px)) calc(28px + env(safe-area-inset-bottom,0px)) calc(24px + env(safe-area-inset-left,0px));z-index:1;transform-style:preserve-3d;backface-visibility:hidden;background:#0c0616eb;border:2px solid #bc13fe73;border-radius:32px;flex-direction:column;transition:border-color .4s,box-shadow .4s,background .4s;display:flex;position:relative;overflow:hidden;box-shadow:0 0 16px #bc13fea6,inset 0 0 18px #a020f033}@keyframes screen-turn-forward{0%{opacity:.2;transform:perspective(1400px)rotateY(-78deg)translate(14%)scale(.94)}to{opacity:1;transform:perspective(1400px)rotateY(0)translate(0)scale(1)}}@keyframes screen-turn-back{0%{opacity:.2;transform:perspective(1400px)rotateY(78deg)translate(-14%)scale(.94)}to{opacity:1;transform:perspective(1400px)rotateY(0)translate(0)scale(1)}}.screen-turn-forward{transform-origin:0;animation:.55s cubic-bezier(.22,1,.36,1) both screen-turn-forward}.screen-turn-back{transform-origin:100%;animation:.55s cubic-bezier(.22,1,.36,1) both screen-turn-back}.learn-list.screen-turn-forward,.learn-list.screen-turn-back{transform-origin:50%;animation-duration:.42s}@media (prefers-reduced-motion:reduce){.screen-turn-forward,.screen-turn-back{animation:none}}.phone-frame.is-settings{background:#041216eb;border-color:#50f0e68c;box-shadow:0 0 18px #50f0e6a6,inset 0 0 18px #14c8c833}.phone-frame.is-learn,.phone-frame.is-home-learn{background:#160a02eb;border-color:#ff8c288c;box-shadow:0 0 18px #ff8c28a6,inset 0 0 18px #dc6e1433}.phone-frame.is-home-scan{background:#0c0616eb;border-color:#bc13fe73;box-shadow:0 0 16px #bc13fea6,inset 0 0 18px #a020f033}.phone-frame.is-home-draw{background:#1c040cf0;border-color:#e11d488c;box-shadow:0 0 18px #e11d488c,inset 0 0 18px #b4143238}.header,.main-section{z-index:1;position:relative}.header{flex-shrink:0;position:relative}.settings-button,.back-button{color:#8ffff1;cursor:pointer;background:#041216b3;border:1px solid #50f0e6a6;border-radius:50%;place-items:center;width:48px;min-width:48px;height:48px;min-height:48px;padding:0;transition:box-shadow .2s,transform .2s,color .2s;display:grid;position:absolute;top:-8px;box-shadow:0 0 10px #50f0e673}.settings-button{right:-4px}.back-button{left:-4px}.settings-button:hover,.back-button:hover{color:#c8fff5;box-shadow:0 0 16px #50f0e6d9}.settings-button:active,.back-button:active{transform:scale(.94)}.settings-button svg,.back-button svg{fill:currentColor;filter:drop-shadow(0 0 6px #50f0e6b3);width:26px;height:26px}.settings-button svg{animation:14s linear infinite cog-spin}@keyframes cog-spin{to{transform:rotate(360deg)}}.settings-list{z-index:1;-webkit-overflow-scrolling:touch;flex-direction:column;flex:1;gap:14px;min-height:0;margin-top:16px;display:flex;position:relative;overflow-y:auto}.settings-row{background:#081a1ea6;border:1px solid #50f0e659;border-radius:18px;justify-content:space-between;align-items:center;gap:16px;padding:16px 18px;display:flex;box-shadow:inset 0 0 12px #50f0e61a}.settings-row-text{flex-direction:column;gap:4px;display:flex}.settings-row-title{color:#d7fff8;font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:1rem;font-weight:700}.settings-row-hint{color:#aaf0ebb3;font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:.8rem}.settings-board-select{color:#d7fff8;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background:#081a1ee6;border:1px solid #50f0e68c;border-radius:10px;flex:0 150px;min-width:0;min-height:40px;padding:8px 28px 8px 10px;font:700 .82rem Inter,Segoe UI,sans-serif}.settings-board-select:focus-visible{outline-offset:2px;outline:3px solid #50f0e6b3}.settings-row-link{text-align:left;cursor:pointer;width:100%;color:inherit;font:inherit;transition:border-color .2s,box-shadow .2s}.settings-row-link:hover{border-color:#50f0e6a6;box-shadow:0 0 12px #50f0e640,inset 0 0 12px #50f0e61a}.settings-row-chevron{color:#8ffff1;opacity:.85;font-size:1.6rem;line-height:1}.switch{cursor:pointer;background:#081a1ee6;border:2px solid #50f0e68c;border-radius:999px;width:56px;height:30px;padding:0;transition:background .25s,box-shadow .25s,border-color .25s;position:relative}.switch-thumb{background:#8ffff1;border-radius:50%;width:22px;height:22px;transition:left .25s,background .25s,box-shadow .25s;position:absolute;top:50%;left:3px;transform:translateY(-50%);box-shadow:0 0 8px #50f0e6a6}.switch.is-on{background:#50f0e640;border-color:#50f0e6f2;box-shadow:0 0 14px #50f0e6b3}.switch.is-on .switch-thumb{background:#c8fff5;left:27px;box-shadow:0 0 12px #50f0e6f2}.is-settings .header h1{color:#c8fff5;text-shadow:0 0 12px #50f0e6a6;text-align:center;margin-top:38px;padding-right:0}.is-settings .subtitle{text-align:center;color:#c8faf5d9;padding-right:0}.is-learn .header h1{color:#ffd6a8;text-shadow:0 0 12px #ff8c28b3;text-align:center;white-space:normal;text-wrap:balance;margin-top:38px;padding-right:0}.is-learn .subtitle{text-align:center;color:#ffdab2d9;white-space:normal;padding-right:0;line-height:1.3}.is-learn .back-button{color:#ffd6a8;background:#160a02b3;border-color:#ff8c28b3;box-shadow:0 0 10px #ff8c2880}.is-learn .back-button:hover{color:#ffe9c8;box-shadow:0 0 16px #ffa53ce6}.is-learn .back-button svg{filter:drop-shadow(0 0 6px #ff8c28bf)}.learn-list{z-index:1;-webkit-overflow-scrolling:touch;flex-direction:column;flex:1;align-items:stretch;gap:12px;width:100%;min-height:0;margin-top:12px;padding-bottom:8px;padding-right:2px;display:flex;position:relative;overflow:hidden auto}.learn-list--wheel{margin-top:8px;padding-bottom:0;overflow:hidden auto}.learn-topic-wheel .wheel-dots{flex-wrap:wrap;row-gap:6px;max-width:100%;padding:0 8px 4px}.learn-wheel-empty{text-align:center;margin:auto;padding:24px 12px}.learn-revise-strip{flex-direction:column;flex-shrink:0;gap:6px;display:flex}.learn-revise-list{-webkit-overflow-scrolling:touch;gap:8px;padding-bottom:2px;display:flex;overflow-x:auto}.learn-revise-chip{color:#ffd6a8;text-align:left;cursor:pointer;background:#1a0c04b3;border:1px solid #ff8c2866;border-radius:12px;flex-direction:column;flex:none;gap:4px;max-width:46vw;padding:9px 12px;font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;transition:background .15s,border-color .15s,box-shadow .15s;display:flex}.learn-revise-chip:disabled{cursor:default;opacity:.7}.learn-revise-chip.is-weak:hover:not(:disabled){border-color:#ffa53cd9;box-shadow:0 0 12px #ff8c2866}.learn-revise-chip.is-favourite{cursor:default;border-style:dashed}.learn-revise-chip-title{white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:.76rem;font-weight:700;display:block;overflow:hidden}.learn-revise-chip-tag{text-transform:uppercase;letter-spacing:.05em;color:#ffc896bf;font-size:.6rem;font-weight:700}.learn-revise-chip.is-weak .learn-revise-chip-tag{color:#fda4af}.learn-revise-chip.is-favourite .learn-revise-chip-tag{color:#fde68a}.learn-pack-block{flex-direction:column;flex-shrink:0;gap:6px;display:flex}.learn-pack-row{gap:8px;display:flex}.learn-pack-btn{letter-spacing:.03em;text-transform:uppercase;cursor:pointer;color:bisque;background:#2812068c;border:2px solid #ff8c288c;border-radius:12px;flex:1;min-width:0;padding:10px 12px;font-family:inherit;font-size:.72rem;font-weight:700;transition:background .15s,border-color .15s,box-shadow .15s,transform .12s}.learn-pack-btn:hover:not(:disabled){background:#3c1c0ad9;border-color:#ffa53cd9;box-shadow:0 0 14px #ff8c2866}.learn-pack-btn:active:not(:disabled){transform:scale(.97)}.learn-pack-btn:disabled{opacity:.4;cursor:not-allowed;box-shadow:none}.learn-pack-hint{color:#ffd6a8b3;margin:0;font-size:.68rem}.learn-topic-card{color:#ffd6a8;cursor:pointer;box-sizing:border-box;--strand-stroke:#ffd6a8;--strand-fill:#ffb46438;--strand-accent:#fb923c;--strand-ink:#fff7ed;--strand-muted:#ffd6a8b3;--strand-challenge-fill:#f8717147;--strand-challenge-stroke:#fecaca;--strand-challenge-ink:#fee2e2;background:linear-gradient(#261204f0,#1c0c02e6);border:2px solid #ff8c28e6;border-radius:28px;flex-direction:column;justify-content:center;align-items:center;gap:14px;width:100%;height:100%;min-height:0;padding:20px 14px;font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;transition:box-shadow .2s;display:flex;position:relative;overflow:hidden;box-shadow:0 0 18px #ff8c288c,inset 0 0 12px #dc6e1447;container:topic-card/size}.learn-topic-card-badge{letter-spacing:.05em;text-transform:uppercase;color:#fff7ed;background:#ef4444e0;border:1px solid #fecaca99;border-radius:999px;padding:3px 8px;font-size:.6rem;font-weight:800;position:absolute;top:10px;right:10px;box-shadow:0 0 10px #ef444480}.wheel-slide.is-center .learn-topic-card:hover{box-shadow:0 0 28px #ffa03cd9,inset 0 0 16px #ff8c2861}.learn-topic-card:focus-visible{outline-offset:3px;outline:3px solid #fb923c}.learn-topic-card.is-challenge{color:#fecaca;background:linear-gradient(#300c0cf0,#200808e6);border-color:#f87171e6;box-shadow:0 0 18px #f8717173,inset 0 0 12px #dc323238}.learn-topic-card-initial{letter-spacing:.02em;color:#fff7ed;text-shadow:0 0 10px #ffc8788c;background:#ff8c286b;border:3px solid #fdba74f2;border-radius:50%;flex:none;place-items:center;width:clamp(72px,20vw,104px);height:clamp(72px,20vw,104px);font-size:clamp(1.85rem,7vw,2.6rem);font-weight:900;display:grid;box-shadow:0 0 16px #ff8c288c,inset 0 0 14px #ffb46459}.learn-topic-card-art{aspect-ratio:1;object-fit:contain;filter:brightness(0)saturate()invert(67%)sepia(62%)saturate(1650%)hue-rotate(346deg)brightness(1.03)contrast(1.02)drop-shadow(0 0 10px #fb923cd9)drop-shadow(0 0 22px #ff8c2880);flex:0 auto;width:min(68%,clamp(88px,26cqw,132px));height:auto;max-height:48%;display:block}.learn-topic-card.is-challenge .learn-topic-card-art,.learn-topic-card-art.is-challenge-art{filter:brightness(0)saturate()invert(48%)sepia(95%)saturate(2600%)hue-rotate(326deg)brightness(1.12)contrast(1.15)drop-shadow(0 0 10px #f87171d9)drop-shadow(0 0 22px #f8717180)}.learn-topic-card.is-challenge .learn-topic-card-initial{color:#fee2e2;text-shadow:0 0 10px #fca5a580;background:#f8717166;border-color:#fca5a5f2;box-shadow:0 0 16px #f871718c,inset 0 0 14px #fca5a54d}.learn-topic-card-title{box-sizing:border-box;letter-spacing:.06em;text-transform:uppercase;text-align:center;text-wrap:balance;-webkit-line-clamp:3;overflow-wrap:break-word;word-break:normal;-webkit-hyphens:auto;hyphens:auto;-webkit-box-orient:vertical;flex:none;width:100%;max-width:100%;min-height:0;margin:0;padding:0 2px;font-size:clamp(.78rem,3.1vw,1.15rem);font-weight:700;line-height:1.2;display:-webkit-box;overflow:hidden}.learn-topic-card-coverage{color:#ffedd5;letter-spacing:.04em;text-align:center;white-space:normal;background:#ea781e33;border:1px solid #fdba747a;border-radius:999px;flex:none;max-width:100%;padding:3px 8px;font-size:clamp(.54rem,2.1vw,.64rem);font-weight:800;line-height:1.2}.learn-topic-card--strand .learn-topic-card-art{flex:none;width:clamp(120px,36vw,168px);height:clamp(120px,36vw,168px);max-height:58%}.learn-topic-browser{flex-direction:column;gap:10px;width:100%;display:flex}.learn-browse-header{flex-direction:column;align-items:stretch;gap:8px;width:100%;display:flex}.learn-browse-back{color:bisque;cursor:pointer;background:#281206a6;border:1px solid #ffb46473;border-radius:10px;align-self:flex-start;padding:6px 10px;font-family:inherit;font-size:.72rem;font-weight:700}.learn-browse-back:hover{background:#3c1c0acc;border-color:#ffbe78a6}.learn-browse-label{letter-spacing:.06em;text-transform:uppercase;color:#fff7ed;text-align:left;align-self:stretch;width:100%;margin:0;font-size:.78rem;font-weight:700;display:block}.learn-browse-hint{color:#ffedd5e0;margin:0;font-size:.78rem;font-weight:400;line-height:1.4}.learn-card{color:#ffe9c8;background:#1a0c04b3;border:1px solid #ff8c2866;border-radius:18px;padding:18px 20px;font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;box-shadow:inset 0 0 12px #ff8c281a}.learn-card-label{text-transform:uppercase;letter-spacing:.18em;color:#ffa550d9;margin-bottom:6px;font-size:.7rem;display:block}.learn-card h2{color:#ffd6a8;margin:0 0 6px;font-size:1.15rem;font-weight:700}.learn-card p{color:#ffdebcd9;margin:0;font-size:.9rem;line-height:1.45}.learn-card-spec ul{color:#ffdebce0;margin:8px 0 0;padding-left:1.1em;font-size:.82rem;line-height:1.5}.learn-card-spec li{margin-bottom:8px}.learn-card-spec li:last-child{margin-bottom:0}.learn-tier-pill{background:#ff8c282e;border:1px solid #ffbe7873;border-radius:10px;flex-direction:column;gap:2px;margin:0 0 10px;padding:8px 12px;font-size:.88rem;line-height:1.4;display:flex}.learn-tier-pill strong{color:#ffd6a8;letter-spacing:.04em}.learn-tier-pill-hint{color:#ffdab2cc;font-size:.78rem}.learn-tier-pick{margin-top:2px}.learn-tab-tier-foundation{border-color:#78c88cbf;box-shadow:0 0 12px #64be8259}.learn-tab-tier-foundation:hover{box-shadow:0 0 22px #78dca08c}.learn-tab-tier-higher{border-color:#ff8c50e6}.learn-tab-tier-higher:hover{box-shadow:0 0 22px #ffa53cd9}.learn-tabs{grid-template-columns:1fr 1fr;gap:12px;display:grid}.learn-tab{color:#ffd6a8;cursor:pointer;background:linear-gradient(#261204f0,#1c0c02e6);border:2px solid #ff8c28b3;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;gap:6px;padding:22px 14px;font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;transition:transform .18s,box-shadow .2s;display:flex;box-shadow:0 0 12px #ff8c2873}.learn-tab:hover{transform:translateY(-2px);box-shadow:0 0 22px #ffa53cd9}.learn-tab:active{transform:scale(.97)}.learn-tab-title{letter-spacing:.05em;text-shadow:0 0 10px #ff8c2899;font-size:1.5rem;font-weight:800}.learn-tab-hint{letter-spacing:.18em;text-transform:uppercase;color:#ffc88cd9;font-size:.75rem}.learn-options{flex-direction:column;gap:8px;display:flex}.learn-option{color:#ffd6a8;cursor:pointer;letter-spacing:.02em;background:#1a0c04b3;border:1px solid #ff8c2873;border-radius:14px;justify-content:space-between;align-items:center;padding:14px 18px;font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:1rem;font-weight:600;transition:background .2s,box-shadow .2s,border-color .2s;display:flex}.learn-option:hover{background:#261204d9;border-color:#ffa53cd9;box-shadow:0 0 14px #ff8c288c}.learn-option:active{transform:scale(.98)}.learn-option-locked,.learn-option-locked:hover{color:#ffd6a86b;cursor:not-allowed;box-shadow:none;opacity:.85;background:#140e0880;border-color:#ff8c282e}.learn-option-locked:active{transform:none}.learn-soon-pill{letter-spacing:.05em;text-transform:uppercase;color:#ffd6a899;background:#ff8c281f;border:1px solid #ff8c2838;border-radius:999px;align-items:center;gap:5px;padding:3px 9px;font-size:.66rem;font-weight:700;display:inline-flex}.learn-option-locked .learn-soon-pill svg{fill:#ffc88c99;filter:none;width:12px;height:12px}.learn-option svg{fill:#ffc88cd9;filter:drop-shadow(0 0 4px #ff8c2899);width:18px;height:18px}.learn-card-strands-intro .learn-tier-pill{margin-bottom:10px}.learn-strand-board-note{color:#ffd2b4e0;margin:0 0 8px;font-size:.82rem;line-height:1.45}.learn-strand-prompt{color:#ffc896bf;margin:0;font-size:.8rem;font-style:italic}.learn-topic-strands{gap:8px}.learn-option-strand{text-align:left;--strand-stroke:#ffd6a8;--strand-fill:#ffb46438;--strand-accent:#fb923c;--strand-ink:#fff7ed;--strand-muted:#ffd6a8b3;--strand-challenge-fill:#f8717147;--strand-challenge-stroke:#fecaca;--strand-challenge-ink:#fee2e2;align-items:center;gap:12px;padding:14px 16px}.learn-option-strand-art{flex-shrink:0;place-items:center;width:72px;height:72px;display:grid}.learn-option-strand-art .learn-topic-card-art{width:72px;height:72px}.learn-option-strand>svg{flex-shrink:0;margin-top:0}.learn-option-strand-text{flex-direction:column;gap:4px;min-width:0;display:flex}.learn-option-strand-title{color:#ffd6a8;letter-spacing:.02em;flex-wrap:wrap;align-items:center;gap:.4rem;font-size:1rem;font-weight:700;display:flex}.learn-spec-code{letter-spacing:.06em;color:#ffdabcd9;background:#ffd6a824;border:1px solid #ffd6a84d;border-radius:999px;padding:.08rem .45rem;font-size:.62rem;font-weight:700}.learn-tier-badge{text-transform:uppercase;letter-spacing:.08em;color:#1a1206;background:linear-gradient(135deg,#ffd6a8,#ffb866);border-radius:999px;padding:.1rem .5rem;font-size:.6rem;font-weight:800}.learn-option-strand-blurb{color:#ffdabcc7;letter-spacing:.03em;text-transform:none;font-size:.72rem;font-weight:500;line-height:1.4}.learn-option-challenge{color:#fecaca;background:#3c0808bf;border-color:#ef44448c;box-shadow:0 0 10px #ef444426}.learn-option-challenge:hover{background:#500a0ae6;border-color:#f87171d9;box-shadow:0 0 16px #ef444473}.learn-option-challenge .learn-option-strand-title{color:#fee2e2}.learn-option-challenge .learn-option-strand-blurb{color:#fecacad1}.learn-option-challenge svg{fill:#fca5a5e6;filter:drop-shadow(0 0 4px #ef44448c)}.learn-option-challenge .learn-spec-code,.learn-option-challenge .learn-tier-badge{color:#fca5a5;background:#ef444426;border-color:#f8717173}.header h1{letter-spacing:.02em;text-transform:uppercase;white-space:nowrap;margin:6px 0;padding-right:56px;font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:clamp(1.75rem,8vw,2.75rem);font-weight:800;line-height:1;transition:color .4s,text-shadow .4s}.subtitle{color:#e9d5ffeb;margin:0;padding-right:56px;font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:clamp(1.05rem,3.8vw,1.25rem);font-weight:600;transition:color .4s}.is-home-scan .header h1{color:#e9b8ff;text-shadow:0 0 12px #bc13fe8c}.is-home-scan .subtitle{color:#e9d5ffeb}.is-home-draw .header h1{color:#fda4af;text-shadow:0 0 12px #e11d488c}.is-home-draw .subtitle{color:#fecdd3e6}.is-home-learn .header h1{color:#ffd6a8;text-shadow:0 0 12px #ff8c288c}.is-home-learn .subtitle{color:#ffdab2e6}.is-home-draw .settings-button{color:#fda4af;background:#28040ebf;border-color:#e11d48a6;box-shadow:0 0 10px #e11d4873}.is-home-learn .settings-button{color:#ffd6a8;background:#160a02bf;border-color:#ff8c28b3;box-shadow:0 0 10px #ff8c2880}.is-home-draw .wheel-arrow{color:#fda4af;background:#28040ebf;border-color:#e11d488c;box-shadow:0 0 12px #e11d4859}.is-home-draw .wheel-arrow:hover{background:#3c0814e6;box-shadow:0 0 18px #e11d488c}.is-home-draw .wheel-arrow:focus-visible{outline-color:#e11d48}.is-home-learn .wheel-arrow,.is-learn .wheel-arrow{color:#ffd6a8;background:#261204bf;border-color:#ff8c288c;box-shadow:0 0 12px #ff8c2859}.is-home-learn .wheel-arrow:hover,.is-learn .wheel-arrow:hover{background:#321806e6;box-shadow:0 0 18px #ffa53c8c}.is-home-learn .wheel-arrow:focus-visible,.is-learn .wheel-arrow:focus-visible{outline-color:#ffa84a}.is-home-draw .wheel-dot{background:#e11d4833;border-color:#e11d488c}.is-home-draw .wheel-dot.is-active{background:#e11d48;box-shadow:0 0 10px #e11d48b3}.is-home-learn .wheel-dot,.is-learn .wheel-dot{background:#ff8c2833;border-color:#ff8c288c}.is-home-learn .wheel-dot.is-active,.is-learn .wheel-dot.is-active{background:#ff8c28;box-shadow:0 0 10px #ff8c28b3}.main-section{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:14px;width:100%;min-width:0;min-height:0;padding-top:12px;display:flex}.home-wheel{gap:12px}.wheel-row{flex:1;justify-content:center;align-items:center;gap:4px;width:100%;min-height:0;display:flex}.wheel-arrow{color:#e9b8ff;cursor:pointer;z-index:4;background:#180828bf;border:1px solid #c850ff8c;border-radius:50%;flex-shrink:0;place-items:center;width:48px;min-width:48px;height:48px;min-height:48px;padding:0;transition:transform .2s,box-shadow .2s,background .2s;display:grid;box-shadow:0 0 12px #bc13fe59}.wheel-arrow svg{fill:currentColor;width:30px;height:30px}.wheel-arrow:hover{background:#280c3ce6;transform:scale(1.06);box-shadow:0 0 18px #c850ff8c}.wheel-arrow:active{transform:scale(.96)}.wheel-arrow:focus-visible{outline-offset:3px;outline:3px solid #d946ef}.wheel-stage{touch-action:pan-y;-webkit-user-select:none;user-select:none;--wheel-drag:0px;flex:1;width:100%;min-width:0;height:100%;min-height:min(340px,48dvh);position:relative;overflow:visible;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#00000059 6%,#000 16% 84%,#00000059 94%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#00000059 6%,#000 16% 84%,#00000059 94%,#0000 100%)}.wheel-stage.is-dragging{touch-action:none;cursor:grabbing}.wheel-stage.is-dragging .wheel-slide{filter:brightness(.88)!important;transition:none!important}.home-btn-wrap.wheel-slide{box-sizing:border-box;backface-visibility:hidden;will-change:transform, opacity;flex-direction:column;justify-content:center;align-items:center;gap:0;width:min(280px,72%);height:min(400px,96%);margin:0;padding:0;transition:transform .2s cubic-bezier(.22,1,.36,1),opacity .16s;display:flex;position:absolute;top:50%;left:50%;transform:translateZ(0)}.wheel-slide.is-center{transform:translate(calc(-50% + var(--wheel-drag,0px)), -50%) scale(1);opacity:1;z-index:3;filter:none}.wheel-slide.is-left{transform:translate(calc(-50% - 58% + var(--wheel-drag,0px)), -50%) scale(.72);opacity:.62;z-index:1;filter:blur(4px)brightness(.75);pointer-events:auto}.wheel-slide.is-right{transform:translate(calc(-50% + 58% + var(--wheel-drag,0px)), -50%) scale(.72);opacity:.62;z-index:1;filter:blur(4px)brightness(.75);pointer-events:auto}.wheel-slide.is-far{transform:translate(calc(-50% + var(--wheel-drag,0px)), -50%) scale(.45);opacity:0;z-index:0;filter:blur(6px)brightness(.55);pointer-events:none}.btn-tip{text-align:center;letter-spacing:.01em;opacity:1;pointer-events:none;flex-shrink:0;max-width:min(340px,94%);min-height:2.4em;font-size:clamp(.9rem,3.2vw,1.05rem);font-style:italic;line-height:1.4;display:block}.btn-tip-scan{color:#e9b8ffd9}.btn-tip-draw{color:#fda4afd9}.btn-tip-learn{color:#ffd6a8d9}.scan-button,.draw-button,.learn-button{letter-spacing:.08em;text-transform:uppercase;cursor:pointer;text-wrap:balance;border-radius:28px;place-items:center;gap:16px;width:100%;height:100%;min-height:0;padding:24px 14px;font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:clamp(1.05rem,4.2vw,1.55rem);font-weight:700;line-height:1.15;transition:box-shadow .2s;display:grid}.wheel-slide.is-center .scan-button:hover,.wheel-slide.is-center .draw-button:hover,.wheel-slide.is-center .learn-button:hover{transform:none}.scan-button{color:#e9b8ff;background:linear-gradient(#180828f0,#120620e6);border:2px solid #c850ffd9;box-shadow:0 0 18px #bc13fe8c,inset 0 0 12px #a020f047}.wheel-slide.is-center .scan-button:hover{box-shadow:0 0 28px #c850ffd9,inset 0 0 16px #bc13fe61}.scan-button:focus-visible{outline-offset:3px;outline:3px solid #d946ef}.learn-button{color:#ffd6a8;background:linear-gradient(#261204f0,#1c0c02e6);border:2px solid #ff8c28e6;box-shadow:0 0 18px #ff8c288c,inset 0 0 12px #dc6e1447}.wheel-slide.is-center .learn-button:hover{box-shadow:0 0 28px #ffa53cd9,inset 0 0 16px #ff8c2861}.draw-button{color:#fda4af;background:linear-gradient(#28040ef0,#1c020ae6);border:2px solid #e11d48e6;box-shadow:0 0 18px #e11d4873,inset 0 0 12px #b4143247}.wheel-slide.is-center .draw-button:hover{box-shadow:0 0 28px #e11d48bf,inset 0 0 16px #e11d4852}.draw-button:focus-visible{outline-offset:3px;outline:3px solid #e11d48}.learn-button:focus-visible{outline-offset:3px;outline:3px solid #ffa84a}.wheel-dots{flex-shrink:0;justify-content:center;align-items:center;gap:10px;padding-bottom:4px;display:flex}.wheel-dot{cursor:pointer;background:#bc13fe33;border:1px solid #c850ff8c;border-radius:50%;width:12px;min-width:12px;height:12px;min-height:12px;padding:0;transition:transform .2s,background .2s,box-shadow .2s;position:relative}.wheel-dot:after{content:"";position:absolute;inset:-16px}.wheel-dot.is-active{background:#d946ef;transform:scale(1.2);box-shadow:0 0 10px #d946efb3}.wheel-dot:focus-visible{outline-offset:3px;outline:2px solid #d946ef}.camera-icon,.draw-icon,.learn-icon{width:clamp(64px,18vw,112px);height:clamp(64px,18vw,112px)}.wheel-slide.is-left .camera-icon,.wheel-slide.is-left .draw-icon,.wheel-slide.is-left .learn-icon,.wheel-slide.is-right .camera-icon,.wheel-slide.is-right .draw-icon,.wheel-slide.is-right .learn-icon{width:clamp(48px,12vw,72px);height:clamp(48px,12vw,72px)}@media (width<=480px){.app-shell{padding:0}.phone-frame{width:100%;min-height:100dvh;max-height:100dvh;padding:calc(22px + env(safe-area-inset-top,0px)) calc(14px + env(safe-area-inset-right,0px)) calc(18px + env(safe-area-inset-bottom,0px)) calc(14px + env(safe-area-inset-left,0px));border-radius:0}.header h1{margin:10px 0 8px;font-size:clamp(2.05rem,9.5vw,2.9rem)}.subtitle{font-size:clamp(1.1rem,4.2vw,1.3rem)}.settings-button,.back-button{width:52px;min-width:52px;height:52px;min-height:52px;top:-2px}.settings-button svg,.back-button svg{width:28px;height:28px}.is-settings .header h1,.is-learn .header h1{margin-top:44px}.main-section{gap:14px;padding-top:10px}.home-wheel{gap:14px}.wheel-row{gap:0}.wheel-arrow{width:52px;min-width:52px;height:52px;min-height:52px;margin-inline:-6px}.wheel-arrow svg{width:32px;height:32px}.wheel-stage{min-height:min(420px,56dvh)}.home-btn-wrap.wheel-slide{width:min(300px,82%);height:min(460px,92%)}.wheel-slide.is-left{transform:translate(calc(-50% - 48% + var(--wheel-drag,0px)), -50%) scale(.7);filter:blur(4px)brightness(.7)}.wheel-slide.is-right{transform:translate(calc(-50% + 48% + var(--wheel-drag,0px)), -50%) scale(.7);filter:blur(4px)brightness(.7)}.scan-button,.draw-button,.learn-button{border-radius:26px;gap:16px;padding:26px 16px;font-size:clamp(1.2rem,5.2vw,1.65rem)}.camera-icon,.draw-icon,.learn-icon{width:clamp(80px,24vw,128px);height:clamp(80px,24vw,128px)}.wheel-slide.is-left .camera-icon,.wheel-slide.is-left .draw-icon,.wheel-slide.is-left .learn-icon,.wheel-slide.is-right .camera-icon,.wheel-slide.is-right .draw-icon,.wheel-slide.is-right .learn-icon{width:clamp(56px,15vw,80px);height:clamp(56px,15vw,80px)}.btn-tip{font-size:clamp(.95rem,3.6vw,1.1rem)}.wheel-dots{gap:14px;padding-bottom:8px}.wheel-dot{width:14px;min-width:14px;height:14px;min-height:14px}.wheel-dot:after{inset:-15px}.learn-topic-card{gap:16px;padding:22px 16px}.learn-topic-card-title{font-size:clamp(.95rem,4vw,1.35rem)}.learn-topic-card-initial{width:clamp(84px,24vw,120px);height:clamp(84px,24vw,120px);font-size:clamp(2.1rem,8vw,2.9rem)}.learn-topic-card--strand .learn-topic-card-art{width:clamp(140px,42vw,196px);height:clamp(140px,42vw,196px)}}@media (width<=480px) and (height>=780px){.header h1{font-size:clamp(2.25rem,10vw,3.1rem)}.subtitle{font-size:clamp(1.15rem,4.4vw,1.35rem)}.wheel-stage{min-height:min(520px,60dvh)}.home-btn-wrap.wheel-slide{width:min(340px,86%);height:min(540px,94%)}.scan-button,.draw-button,.learn-button{gap:18px;padding:30px 18px;font-size:clamp(1.35rem,5.6vw,1.8rem)}.camera-icon,.draw-icon,.learn-icon{width:clamp(96px,26vw,140px);height:clamp(96px,26vw,140px)}}.camera-icon{fill:#e9b8ff;filter:drop-shadow(0 0 8px #bc13febf)}.draw-icon{fill:#fda4af;filter:drop-shadow(0 0 8px #e11d48bf)}.learn-icon{fill:#ffd6a8;filter:drop-shadow(0 0 8px #ff8c28bf)}html[data-theme=light] .app-shell{background:0 0}html[data-theme=light] .background-grid{opacity:.7;background-color:#0000;background-image:linear-gradient(#7c3aed1a 1px,#0000 1px),linear-gradient(90deg,#7c3aed1a 1px,#0000 1px);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:34px 34px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box}html[data-theme=light] .app-shell.is-settings .background-grid{background-color:#0000;background-image:linear-gradient(#0ea5a01f 1px,#0000 1px),linear-gradient(90deg,#0ea5a01f 1px,#0000 1px);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:34px 34px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box}html[data-theme=light] .app-shell.is-learn .background-grid,html[data-theme=light] .app-shell.is-home-learn .background-grid{background-color:#0000;background-image:linear-gradient(#ea781e1f 1px,#0000 1px),linear-gradient(90deg,#ea781e1f 1px,#0000 1px);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:34px 34px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box}html[data-theme=light] .app-shell.is-home-scan .background-grid{background-color:#0000;background-image:linear-gradient(#7c3aed1a 1px,#0000 1px),linear-gradient(90deg,#7c3aed1a 1px,#0000 1px);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:34px 34px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box}html[data-theme=light] .app-shell.is-home-draw .background-grid{background-color:#0000;background-image:linear-gradient(#e11d481f 1px,#0000 1px),linear-gradient(90deg,#e11d481f 1px,#0000 1px);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:34px 34px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box}html[data-theme=light] .phone-frame{background:#f8f4ffd1;border-color:#7c3aed66;box-shadow:0 0 18px #7c3aed38,inset 0 0 14px #7c3aed0f}html[data-theme=light] .phone-frame.is-settings{background:#f0fdfad1;border-color:#0ea5a073;box-shadow:0 0 18px #0ea5a038,inset 0 0 14px #0ea5a00f}html[data-theme=light] .phone-frame.is-learn,html[data-theme=light] .phone-frame.is-home-learn{background:#fff7edd1;border-color:#ea781e73;box-shadow:0 0 18px #ea781e33,inset 0 0 14px #ea781e0f}html[data-theme=light] .phone-frame.is-home-scan{background:#f8f4ffd1;border-color:#7c3aed66;box-shadow:0 0 18px #7c3aed38,inset 0 0 14px #7c3aed0f}html[data-theme=light] .phone-frame.is-home-draw{background:#fff1f2d1;border-color:#e11d4866;box-shadow:0 0 18px #e11d482e,inset 0 0 14px #e11d480d}html[data-theme=light] .is-home-scan .header h1{color:#6d28d9;text-shadow:none}html[data-theme=light] .is-home-scan .subtitle{color:#4c1d95bf}html[data-theme=light] .is-home-draw .header h1{color:#be123c;text-shadow:none}html[data-theme=light] .is-home-draw .subtitle{color:#9f1239bf}html[data-theme=light] .is-home-learn .header h1{color:#c2410c;text-shadow:none}html[data-theme=light] .is-home-learn .subtitle{color:#9a3412bf}html[data-theme=light] .is-home-draw .settings-button,html[data-theme=light] .is-home-draw .wheel-arrow{color:#be123c;background:#fff1f2f2;border-color:#e11d4873;box-shadow:0 0 10px #e11d4826}html[data-theme=light] .is-home-learn .settings-button,html[data-theme=light] .is-home-learn .wheel-arrow,html[data-theme=light] .is-learn .wheel-arrow{color:#c2410c;background:#fff7edf2;border-color:#ea781e73;box-shadow:0 0 10px #ea781e26}html[data-theme=light] .is-home-draw .wheel-dot{background:#e11d4826;border-color:#e11d4866}html[data-theme=light] .is-home-draw .wheel-dot.is-active{background:#e11d48;box-shadow:0 0 10px #e11d4866}html[data-theme=light] .is-home-learn .wheel-dot,html[data-theme=light] .is-learn .wheel-dot{background:#ea781e26;border-color:#ea781e66}html[data-theme=light] .is-home-learn .wheel-dot.is-active,html[data-theme=light] .is-learn .wheel-dot.is-active{background:#ea580c;box-shadow:0 0 10px #ea781e66}html[data-theme=light] .symbol-pattern:not(.symbol-pattern--lite){opacity:.55}html[data-theme=light] .header h1{color:#5b21b6;text-shadow:none}html[data-theme=light] .subtitle{color:#4c1d78b8}html[data-theme=light] .settings-button,html[data-theme=light] .back-button{color:#0f766e;background:#ffffffe6;border-color:#0ea5a08c;box-shadow:0 0 8px #0ea5a040}html[data-theme=light] .settings-button:hover,html[data-theme=light] .back-button:hover{color:#0d9488;box-shadow:0 0 14px #0ea5a066}html[data-theme=light] .settings-button svg,html[data-theme=light] .back-button svg{filter:none}html[data-theme=light] .settings-row{background:#f0fdfae6;border-color:#0ea5a047;box-shadow:inset 0 0 10px #0ea5a00d}html[data-theme=light] .settings-row-title{color:#115e59}html[data-theme=light] .settings-row-hint{color:#0f766eb3}html[data-theme=light] .settings-board-select{color:#115e59;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;background:#f0fdfaf2;border-color:#0ea5a066}html[data-theme=light] .settings-row-link:hover{border-color:#0ea5a08c;box-shadow:0 0 10px #0ea5a026}html[data-theme=light] .settings-row-chevron{color:#0f766e}html[data-theme=light] .switch{background:#e2f2f0f2;border-color:#0ea5a073}html[data-theme=light] .switch-thumb{background:#14b8a6;box-shadow:0 0 8px #14b8a673}html[data-theme=light] .switch.is-on{background:#14b8a633;border-color:#0d9488e6;box-shadow:0 0 12px #14b8a659}html[data-theme=light] .switch.is-on .switch-thumb{background:#0d9488;box-shadow:0 0 10px #0d94888c}html[data-theme=light] .is-settings .header h1{color:#0f766e;text-shadow:none}html[data-theme=light] .is-settings .subtitle{color:#0f766ebf}html[data-theme=light] .is-learn .header h1{color:#c2410c;text-shadow:none}html[data-theme=light] .is-learn .subtitle{color:#9a3412c7}html[data-theme=light] .is-learn .back-button{color:#c2410c;background:#ffffffeb;border-color:#ea781e8c;box-shadow:0 0 8px #ea781e40}html[data-theme=light] .is-learn .back-button:hover{color:#9a3412;box-shadow:0 0 14px #ea781e66}html[data-theme=light] .is-learn .back-button svg{filter:none}html[data-theme=light] .learn-card{color:#7c2d12;background:#fff8f0f2;border-color:#ea781e59;box-shadow:inset 0 0 10px #ea781e0d}html[data-theme=light] .learn-card-label,html[data-theme=light] .learn-browse-label{color:#9a3412}html[data-theme=light] .learn-browse-hint{color:#7c2d12c7}html[data-theme=light] .learn-browse-back{color:#c2410c;background:#ffffffeb;border-color:#ea781e8c}html[data-theme=light] .learn-card h2{color:#9a3412}html[data-theme=light] .learn-card p,html[data-theme=light] .learn-card-spec ul,html[data-theme=light] .learn-strand-board-note,html[data-theme=light] .learn-strand-prompt{color:#7c2d12d1}html[data-theme=light] .learn-tier-pill{background:#ea781e1f;border-color:#ea781e59}html[data-theme=light] .learn-tier-pill strong{color:#9a3412}html[data-theme=light] .learn-tier-pill-hint{color:#9a3412b3}html[data-theme=light] .learn-tab,html[data-theme=light] .learn-option{color:#9a3412;background:linear-gradient(#fffcf7fa,#fff4e8f2);border-color:#ea781e73;box-shadow:0 0 10px #ea781e26}html[data-theme=light] .learn-tab:hover,html[data-theme=light] .learn-option:hover{background:#fff7edfa;border-color:#c2410c8c;box-shadow:0 0 16px #ea781e47}html[data-theme=light] .learn-tab-title{color:#c2410c;text-shadow:none}html[data-theme=light] .learn-tab-hint,html[data-theme=light] .learn-option-strand-blurb{color:#9a3412b3}html[data-theme=light] .learn-option-strand-title{color:#9a3412}html[data-theme=light] .learn-option svg{fill:#c2410ccc;filter:none}html[data-theme=light] .learn-spec-code,html[data-theme=light] .learn-tier-badge{color:#9a3412;background:#ea781e1f;border-color:#ea781e4d}html[data-theme=light] .learn-option-locked,html[data-theme=light] .learn-option-locked:hover{color:#9a341266;background:#faf5f0cc;border-color:#ea781e2e}html[data-theme=light] .learn-soon-pill{color:#9a34128c;background:#ea781e14;border-color:#ea781e2e}html[data-theme=light] .learn-revise-chip{color:#7c2d12;background:#ffffffd9;border-color:#ea781e4d}html[data-theme=light] .learn-revise-chip-tag{color:#9a341299}html[data-theme=light] .learn-pack-btn{color:#9a3412;background:#ffffffbf;border-color:#ea781e66}html[data-theme=light] .learn-pack-btn:hover:not(:disabled){background:#fff4e8f2;border-color:#ea781e99}html[data-theme=light] .learn-pack-hint{color:#7c2d12a6}html[data-theme=light] .learn-option-challenge{color:#991b1b;background:#fef2f2f2;border-color:#ef444466;box-shadow:0 0 10px #ef44441a}html[data-theme=light] .learn-option-challenge:hover{background:#fee2e2fa;border-color:#dc26268c;box-shadow:0 0 14px #ef444433}html[data-theme=light] .learn-option-challenge .learn-option-strand-title{color:#b91c1c}html[data-theme=light] .learn-option-challenge .learn-option-strand-blurb{color:#991b1bbf}html[data-theme=light] .learn-option-challenge svg{fill:#b91c1cd9;filter:none}html[data-theme=light] .btn-tip-scan{color:#6d28d9b3}html[data-theme=light] .btn-tip-draw{color:#be185db3}html[data-theme=light] .btn-tip-learn{color:#c2410cb3}html[data-theme=light] .wheel-arrow{color:#6d28d9;background:#faf5fff2;border-color:#7c3aed73;box-shadow:0 0 10px #7c3aed2e}html[data-theme=light] .wheel-arrow:hover{background:#fff;box-shadow:0 0 16px #7c3aed47}html[data-theme=light] .wheel-dot{background:#7c3aed26;border-color:#7c3aed66}html[data-theme=light] .wheel-dot.is-active{background:#7c3aed;box-shadow:0 0 10px #7c3aed73}html[data-theme=light] .scan-button{color:#6d28d9;background:linear-gradient(#faf5fffa,#f3e8fff2);border-color:#7c3aed8c;box-shadow:0 0 14px #7c3aed33}html[data-theme=light] .scan-button:hover{box-shadow:0 0 22px #7c3aed59}html[data-theme=light] .draw-button{color:#be123c;background:linear-gradient(#fff6f8fa,#ffe4e6f2);border-color:#e11d4880;box-shadow:0 0 14px #e11d482e}html[data-theme=light] .draw-button:hover{box-shadow:0 0 22px #e11d484d}html[data-theme=light] .learn-button{color:#c2410c;background:linear-gradient(#fffbf5fa,#ffedd5f2);border-color:#ea781e8c;box-shadow:0 0 14px #ea781e33}html[data-theme=light] .learn-button:hover{box-shadow:0 0 22px #ea781e59}html[data-theme=light] .learn-topic-card{color:#c2410c;--strand-stroke:#c2410c;--strand-fill:#ea781e24;--strand-accent:#ea580c;--strand-ink:#9a3412;--strand-muted:#9a3412a6;--strand-challenge-fill:#dc262624;--strand-challenge-stroke:#b91c1c;--strand-challenge-ink:#991b1b;background:linear-gradient(#fffbf5fa,#ffedd5f2);border-color:#ea781e8c;box-shadow:0 0 14px #ea781e33}html[data-theme=light] .learn-topic-card-coverage{color:#9a3412;background:#ea781e24;border-color:#ea781e66}html[data-theme=light] .wheel-slide.is-center .learn-topic-card:hover{box-shadow:0 0 22px #ea781e59}html[data-theme=light] .learn-topic-card-initial{color:#9a3412;text-shadow:none;background:#ea781e47;border-width:3px;border-color:#ea781ebf;box-shadow:0 0 14px #ea781e59,inset 0 0 12px #ea781e2e}html[data-theme=light] .learn-topic-card.is-challenge{color:#b91c1c;background:linear-gradient(#fff5f5fa,#fee2e2f2);border-color:#ef44448c}html[data-theme=light] .learn-topic-card.is-challenge .learn-topic-card-initial{color:#b91c1c;background:#ef444438;border-color:#b91c1cb3;box-shadow:0 0 14px #ef44444d,inset 0 0 12px #ef444426}html[data-theme=light] .learn-topic-card-art{filter:invert(.55)sepia()saturate(10)hue-rotate(350deg)brightness(.9)contrast(1.2)drop-shadow(0 0 8px #ea781e73)}html[data-theme=light] .learn-topic-card.is-challenge .learn-topic-card-art,html[data-theme=light] .learn-topic-card-art.is-challenge-art{filter:brightness(0)saturate()invert(18%)sepia(90%)saturate(3600%)hue-rotate(348deg)brightness(.92)contrast(1.15)drop-shadow(0 0 8px #b91c1c66)}html[data-theme=light] .learn-option-strand .learn-topic-card-art{filter:invert(.55)sepia()saturate(10)hue-rotate(350deg)brightness(.9)contrast(1.2)drop-shadow(0 0 8px #ea781e73)}html[data-theme=light] .learn-option-challenge .learn-topic-card-art{filter:brightness(0)saturate()invert(18%)sepia(90%)saturate(3600%)hue-rotate(348deg)brightness(.92)contrast(1.15)drop-shadow(0 0 8px #b91c1c66)}html[data-theme=light] .camera-icon{fill:#7c3aed;filter:drop-shadow(0 0 6px #7c3aed59)}html[data-theme=light] .draw-icon{fill:#e11d48;filter:drop-shadow(0 0 6px #e11d484d)}html[data-theme=light] .learn-icon{fill:#ea580c;filter:drop-shadow(0 0 6px #ea580c4d)}.progress-panel{gap:14px}.progress-stat-card,.progress-block{background:#0628288c;border:1px solid #2dd4bf59;border-radius:14px;padding:14px 16px}.progress-stat-line{color:#ccfbf1;margin:8px 0 4px;font-size:1rem;font-weight:700}.progress-weak-list{flex-direction:column;gap:8px;margin:8px 0 0;padding:0;list-style:none;display:flex}.progress-weak-list li{color:#ccfbf1e0;justify-content:space-between;gap:10px;font-size:.85rem;display:flex}.progress-weak-list strong{color:#f0fdfa}html[data-theme=light] .progress-stat-card,html[data-theme=light] .progress-block{background:#ffffffd9;border-color:#0d94884d}html[data-theme=light] .progress-stat-line,html[data-theme=light] .progress-weak-list strong{color:#115e59}html[data-theme=light] .progress-weak-list li{color:#134e4acc}html[data-theme=light] .phone-frame,html[data-theme=light] .phone-frame.is-settings,html[data-theme=light] .phone-frame.is-learn,html[data-theme=light] .phone-frame.is-home-scan{background:#f8f4ffd1}html[data-theme=light] .phone-frame.is-settings{background:#f0fdfad1}html[data-theme=light] .phone-frame.is-home-draw{background:#fff1f2d1}html[data-theme=light] .phone-frame.is-home-learn,html[data-theme=light] .phone-frame.is-learn{background:#fff7edd1}html[data-theme=light] .learn-tab,html[data-theme=light] .learn-tab-tier-foundation,html[data-theme=light] .learn-tab-tier-higher,html[data-theme=light] .learn-option,html[data-theme=light] .learn-option-strand{color:#9a3412;background:#fff8f1;border-color:#ea781e73;box-shadow:0 2px 10px #ea781e1f}html[data-theme=light] .learn-card{background:#fffaf5}html[data-theme=light] .app-shell.is-learn .symbol-pattern:not(.symbol-pattern--lite),html[data-theme=light] .phone-frame.is-learn .symbol-pattern:not(.symbol-pattern--lite){opacity:.55}
