:root{--scene-sky-top:#2b2159;--scene-sky-bottom:#7c4a8f;--scene-hill-far:#4a3568;--scene-hill-near:#382a52;--scene-ground:#241c3d;--scene-glow:#ffb84d;--dragon-body:#5fb896;--dragon-body-shade:#3f8a6d;--dragon-belly:#d9f2e6;--dragon-spike:#3f8a6d;--dragon-eye:#1f2937;--dragon-blush:#f4a89f;--bubble-bg:#fffaf0;--bubble-border:#2b2159;--bubble-text:#1a1530;--editor-frame:#1a1530;--editor-bg-solid:#100c22;--editor-text:#f4f1ff;--editor-accent:#ffb84d;--run-bg:#ffb84d;--run-bg-hover:#ffc670;--run-text:#241c3d;--hint-bg:#5fb896;--hint-text:#0f2a20;--success:#7ee0b3;--success-text:#0f2a20;--error-bg:#f4a89f;--error-text:#4a1a12;--radius-lg:24px;--radius-md:14px;--radius-sm:8px;--space-1:4px;--space-2:8px;--space-3:16px;--space-4:24px;--space-5:32px;--font-display:"Baloo 2", "Baloo 2 Fallback", system-ui, sans-serif;--font-body:"Nunito", "Nunito Fallback", system-ui, sans-serif;--font-mono:"Fira Code", "Cascadia Code", ui-monospace, monospace}@font-face{font-family:"Baloo 2";font-style:normal;font-weight:600;font-display:swap;src:url(/fonts/baloo2-600.woff2)format("woff2")}@font-face{font-family:"Baloo 2";font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/baloo2-700.woff2)format("woff2")}@font-face{font-family:"Baloo 2";font-style:normal;font-weight:800;font-display:swap;src:url(/fonts/baloo2-800.woff2)format("woff2")}@font-face{font-family:Nunito;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/nunito-400.woff2)format("woff2")}@font-face{font-family:Nunito;font-style:normal;font-weight:600;font-display:swap;src:url(/fonts/nunito-600.woff2)format("woff2")}@font-face{font-family:Nunito;font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/nunito-700.woff2)format("woff2")}@font-face{font-family:Nunito;font-style:normal;font-weight:800;font-display:swap;src:url(/fonts/nunito-800.woff2)format("woff2")}@font-face{font-family:Nunito;font-style:normal;font-weight:900;font-display:swap;src:url(/fonts/nunito-900.woff2)format("woff2")}@font-face{font-family:"Baloo 2 Fallback";src:local(Arial);size-adjust:109.2%;ascent-override:98.72%;descent-override:47.99%}@font-face{font-family:Nunito Fallback;src:local(Arial);size-adjust:121.66%;ascent-override:83.1%;descent-override:29.02%}html,body{font-family:var(--font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0}button,input,select,textarea{font-family:inherit}.motion-reduced *{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.level-page{background:var(--scene-ground);justify-content:center;min-height:100vh;display:flex}.level-layout{font-family:var(--font-body);color:var(--editor-text);width:100%;max-width:1020px;padding:calc(var(--space-5) + 40px) var(--space-4) var(--space-5);gap:var(--space-5);grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start;display:grid}@media (width<=860px){.level-layout{padding:var(--space-4);grid-template-columns:1fr}}.level-column{gap:var(--space-4);flex-direction:column;min-width:0;display:flex}.level-column--code{top:var(--space-4);position:sticky}@media (width<=860px){.level-column--code{position:static}}.level-layout h1{font-family:var(--font-display);color:#fff;margin:0;font-size:clamp(1.75rem,3vw,2.5rem)}.level-story{color:#e6e0f5;margin:var(--space-2) 0 0;font-size:1.05rem;line-height:1.5}.scene-panel{border-radius:var(--radius-lg);aspect-ratio:1;padding-bottom:var(--space-4);flex-direction:column;justify-content:flex-end;align-items:center;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 24px #00000059}.speech-bubble{z-index:2;background:var(--bubble-bg);color:var(--bubble-text);border:3px solid var(--bubble-border);border-radius:var(--radius-md);padding:var(--space-3) var(--space-4);margin-bottom:var(--space-3);text-align:center;max-width:min(80%,420px);min-height:1.5em;font-size:1.1rem;font-weight:600;position:relative}.speech-bubble>span{white-space:pre-wrap;display:block}.speech-bubble__tail{border-left:12px solid #0000;border-right:12px solid #0000;border-top:14px solid var(--bubble-border);width:0;height:0;position:absolute;bottom:-14px;left:50%;transform:translate(-50%)}.speech-bubble__tail:before{content:"";border-left:9px solid #0000;border-right:9px solid #0000;border-top:11px solid var(--bubble-bg);width:0;height:0;position:absolute;top:-17px;left:-9px}.dragon-wrap{z-index:1;position:relative}.level-explanation{border-radius:var(--radius-md);padding:var(--space-3);background:#ffffff0f}.level-explanation summary{cursor:pointer;align-items:center;min-height:40px;font-weight:700;display:flex}.level-explanation p{margin:var(--space-2) 0 0;line-height:1.5}.editor-device{background:var(--editor-frame);border-radius:var(--radius-lg);padding:var(--space-3);box-shadow:0 8px 24px #00000059}.editor-device__label{align-items:center;gap:var(--space-2);font-family:var(--font-display);color:var(--editor-accent);margin-bottom:var(--space-2);padding-left:var(--space-2);font-size:.95rem;display:flex}.editor-device__label:before{content:"🐍";font-size:1.2rem}.monaco-wrap{gap:var(--space-2);flex-direction:column;display:flex}.code-editor--monaco{box-sizing:border-box;border-radius:var(--radius-md);border:2px solid #ffb84d40;width:100%;height:260px;overflow:hidden}.code-editor--monaco:focus-within{outline:3px solid var(--editor-accent);outline-offset:2px}.pythonoid-protected-line{background:#7fb8ff1a;border-left:3px solid #7fb8ff}.pythonoid-protected-glyph:before{content:"🔒";opacity:.85;margin-left:2px;font-size:12px}.editor-done-button{font-family:var(--font-body);color:var(--editor-text);padding:var(--space-1) var(--space-3);cursor:pointer;background:0 0;border:2px solid #f4f1ff59;border-radius:999px;align-self:flex-start;min-height:40px;font-size:.85rem;font-weight:700}.editor-done-button:hover{border-color:var(--editor-accent);color:var(--editor-accent)}.editor-done-button:focus-visible{outline:3px solid var(--editor-accent);outline-offset:3px}.editor-actions{align-items:center;gap:var(--space-3);margin-top:var(--space-3);display:flex}.run-button{font-family:var(--font-display);background:var(--run-bg);color:var(--run-text);padding:var(--space-3) var(--space-5);cursor:pointer;border:none;border-radius:999px;min-width:200px;min-height:56px;font-size:1.25rem;font-weight:700;transition:transform .12s,box-shadow .12s;box-shadow:0 4px #c9821f,0 8px 16px #0000004d}.run-button:hover:not(:disabled){background:var(--run-bg-hover);transform:translateY(-2px);box-shadow:0 6px #c9821f,0 10px 20px #00000059}.run-button:active:not(:disabled){transform:translateY(2px);box-shadow:0 2px #c9821f,0 4px 8px #0000004d}.run-button:disabled{opacity:.55;cursor:not-allowed;box-shadow:none}.run-button:focus-visible{outline-offset:3px;outline:3px solid #fff}.hint-button{font-family:var(--font-body);color:var(--dragon-body);border:2px solid var(--dragon-body);padding:var(--space-2) var(--space-3);cursor:pointer;background:0 0;border-radius:999px;min-width:40px;min-height:40px;font-weight:700;position:relative}.hint-button:after{content:"";position:absolute;inset:-12px}.hint-button:focus-visible{outline:3px solid var(--editor-accent);outline-offset:3px}.feedback-banner{border-radius:var(--radius-md);padding:var(--space-3);font-size:1.05rem;font-weight:600}.feedback-banner--success{background:var(--success);color:var(--success-text)}.feedback-banner--error{background:var(--error-bg);color:var(--error-text)}.feedback-banner--retry{background:var(--hint-bg);color:var(--hint-text)}.feedback-banner pre{border-radius:var(--radius-sm);padding:var(--space-2);white-space:pre-wrap;background:#00000026;font-size:.85rem;overflow-x:auto}.stars-row{letter-spacing:.15em;font-size:1.5rem}.hints-list{margin:var(--space-2) 0 0;gap:var(--space-2);flex-direction:column;padding:0;list-style:none;display:flex}.hints-list li{border-radius:var(--radius-sm);padding:var(--space-2) var(--space-3);background:#ffffff0f}.hint-locked{opacity:.6}.hints-list li>details summary{cursor:pointer;font-weight:600}.hints-list li>details[open] summary{margin-bottom:var(--space-1)}.onward-row{margin-top:var(--space-3);flex-wrap:wrap;align-items:center;gap:10px;display:flex}.onward-button{background:var(--editor-frame);color:#fff;cursor:pointer;border:none;border-radius:999px;min-height:48px;padding:12px 26px;font-size:1.05rem;font-weight:800;transition:transform .12s,opacity .12s}.onward-button:hover{transform:translateY(-2px)}.onward-button--quiet{color:var(--success-text);background:0 0;border:2px solid #0f2a2059;padding:10px 20px;font-weight:600}@media (prefers-reduced-motion:reduce){.onward-button{transition:none}.onward-button:hover{transform:none}}.help-offer{background:var(--hint-bg);color:var(--hint-text);border-radius:var(--radius-md);padding:var(--space-3);animation:.26s ease-out both help-offer-arrive}@keyframes help-offer-arrive{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.help-offer{animation:none}}.help-offer__line{margin:0 0 var(--space-3);font-size:1.05rem;font-weight:600;line-height:1.5}.help-offer__button{font-family:var(--font-display);background:var(--editor-frame);color:#fff;padding:var(--space-2) var(--space-4);cursor:pointer;border:none;border-radius:999px;min-width:120px;min-height:48px;font-size:1.05rem;font-weight:700;transition:transform .12s}.help-offer__button:hover{transform:translateY(-2px)}.help-offer__button:focus-visible{outline:3px solid var(--editor-frame);outline-offset:3px}@media (prefers-reduced-motion:reduce){.help-offer__button{transition:none}.help-offer__button:hover{transform:none}}.help-offer__code{font-family:var(--font-mono);background:var(--editor-bg-solid);color:var(--editor-text);border-radius:var(--radius-sm);padding:var(--space-3);margin:0 0 var(--space-3);white-space:pre-wrap;font-size:.95rem;line-height:1.6;overflow-x:auto}.help-offer__ask{margin:0 0 var(--space-3);font-size:1rem;font-style:italic;line-height:1.5}.map-link-button{z-index:50;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;cursor:pointer;background:#100c22b3;border:2px solid #ffffff40;border-radius:999px;align-items:center;gap:6px;min-height:44px;padding:8px 16px;font-size:.9rem;font-weight:700;text-decoration:none;transition:background-color .12s,border-color .12s;display:flex;position:fixed;top:16px;left:16px}.map-link-button:hover{background:#100c22e6;border-color:#ffffff73}.map-link-button span:first-child{font-size:1.1rem;line-height:1}@media (width<=640px){.map-link-button__label{display:none}}@media (prefers-reduced-motion:reduce){.map-link-button{transition:none}}.fullscreen-toggle{z-index:50;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;cursor:pointer;background:#100c22b3;border:2px solid #ffffff40;border-radius:999px;align-items:center;gap:6px;min-height:44px;padding:8px 16px;font-size:.9rem;font-weight:700;transition:background-color .12s,border-color .12s;display:flex;position:fixed;top:16px;right:16px}.fullscreen-toggle:hover{background:#100c22e6;border-color:#ffffff73}.fullscreen-toggle span:first-child{font-size:1.1rem;line-height:1}@media (width<=640px){.fullscreen-toggle__label{display:none}}@media (prefers-reduced-motion:reduce){.fullscreen-toggle{transition:none}}
