.GameLayout-module__1MCv5W__container{background:var(--color-bg-dark);min-height:100vh;color:var(--color-text-main);background-image:radial-gradient(circle at 15%,#7f5af014 0%,#0000 25%),radial-gradient(circle at 85% 30%,#2cb67d14 0%,#0000 25%);flex-direction:column;display:flex;overflow:hidden auto}.GameLayout-module__1MCv5W__header{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:var(--radius-lg);z-index:50;background:#00355499;border:1px solid #ffffff1a;justify-content:space-between;align-items:center;gap:1.5rem;margin:1rem 1.5rem 0;padding:1rem 1.5rem;display:flex;box-shadow:0 4px 20px #0000004d}.GameLayout-module__1MCv5W__logo{flex-shrink:0;align-items:center;gap:.5rem;text-decoration:none;display:flex}.GameLayout-module__1MCv5W__logoIcon{font-size:1.5rem}.GameLayout-module__1MCv5W__logoText{background:linear-gradient(135deg,var(--color-primary)0%,var(--color-secondary)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1rem;font-weight:700}.GameLayout-module__1MCv5W__levelInfo{flex:1;justify-content:center;align-items:center;gap:.75rem;display:flex}.GameLayout-module__1MCv5W__title{background:linear-gradient(135deg,var(--color-primary)0%,var(--color-secondary)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-size:1.25rem;font-weight:700}.GameLayout-module__1MCv5W__stepIndicator{color:var(--color-banana);background:#fee4401a;border-radius:4px;padding:.25rem .5rem;font-size:.75rem}.GameLayout-module__1MCv5W__actions{gap:.5rem;display:flex}.GameLayout-module__1MCv5W__main{flex:1;grid-template-columns:1fr 1fr;gap:1rem;min-height:0;padding:1rem 2rem;display:grid}.GameLayout-module__1MCv5W__editorSection,.GameLayout-module__1MCv5W__previewSection{flex-direction:column;gap:.75rem;min-height:0;display:flex}.GameLayout-module__1MCv5W__editorHeader,.GameLayout-module__1MCv5W__previewHeader{align-items:center;display:flex}.GameLayout-module__1MCv5W__sectionTitle{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em;margin-left:.5rem;font-size:.875rem;font-weight:700}.GameLayout-module__1MCv5W__editorWrapper{border-radius:var(--radius-lg);background:#051923;border:1px solid #ffffff1a;flex:1;min-height:250px;overflow:hidden;box-shadow:0 8px 32px #0006}.GameLayout-module__1MCv5W__previewWrapper{border-radius:var(--radius-lg);background:#fff;border:1px solid #ffffff1a;flex:1;min-height:0;overflow:hidden;box-shadow:0 8px 32px #0006}.GameLayout-module__1MCv5W__glitchSection{-webkit-backdrop-filter:none;backdrop-filter:none;width:100%;box-shadow:none;z-index:10;background:0 0;border:none;justify-content:flex-end;align-items:flex-end;gap:1rem;min-height:4rem;margin-top:1rem;padding:0;display:flex;position:relative}.GameLayout-module__1MCv5W__main{padding-bottom:2rem}.GameLayout-module__1MCv5W__glitchWrapper{z-index:10;pointer-events:none;flex-direction:column-reverse;margin-right:0;display:flex;position:absolute;bottom:0;left:50%;right:auto;transform:translate(-50%)}.GameLayout-module__1MCv5W__submitButton{flex-shrink:0;box-shadow:0 4px 12px #0000004d}.GameLayout-module__1MCv5W__glitchWrapper>*{pointer-events:auto}@media (max-width:1024px){.GameLayout-module__1MCv5W__main{grid-template-columns:1fr}.GameLayout-module__1MCv5W__editorWrapper,.GameLayout-module__1MCv5W__previewWrapper{height:auto;min-height:300px}.GameLayout-module__1MCv5W__glitchSection{min-height:auto;margin-top:1rem}.GameLayout-module__1MCv5W__glitchWrapper{margin-bottom:0;position:relative;left:auto;transform:none}}@keyframes GameLayout-module__1MCv5W__shake{0%{transform:translate(0)}25%{transform:translate(-5px)}50%{transform:translate(5px)}75%{transform:translate(-5px)}to{transform:translate(0)}}.GameLayout-module__1MCv5W__shake{animation:.4s ease-in-out GameLayout-module__1MCv5W__shake}.GameLayout-module__1MCv5W__mobileTabs{gap:1rem;padding:0 1.5rem 1rem;display:none}.GameLayout-module__1MCv5W__mobileTab{border-radius:var(--radius-lg);color:var(--color-text-muted);cursor:pointer;text-align:center;background:#00355466;border:1px solid #ffffff1a;flex:1;padding:.75rem;font-weight:600;transition:all .2s}.GameLayout-module__1MCv5W__mobileTabActive{background:var(--color-primary);color:#fff;border-color:#0000;box-shadow:0 4px 12px #f725854d}@media (max-width:768px){.GameLayout-module__1MCv5W__mobileTabs{display:flex}.GameLayout-module__1MCv5W__main{padding:0 1rem 4rem;display:block}.GameLayout-module__1MCv5W__editorSection,.GameLayout-module__1MCv5W__previewSection{height:auto;min-height:400px}.GameLayout-module__1MCv5W__sectionTitle{display:none}.GameLayout-module__1MCv5W__mobileHidden{display:none!important}.GameLayout-module__1MCv5W__glitchSection{justify-content:space-between;align-items:center}.GameLayout-module__1MCv5W__glitchWrapper{margin-right:0;position:relative;left:auto;transform:none}}
.CodeEditor-module__fhHo0q__container{background:#1e1e1e;border-radius:12px;width:100%;height:100%;position:relative;overflow:hidden}.CodeEditor-module__fhHo0q__loading{color:#a0a0a0;z-index:10;background:#1e1e1e;justify-content:center;align-items:center;gap:.5rem;font-size:.875rem;display:flex;position:absolute;inset:0}.CodeEditor-module__fhHo0q__spinner{animation:1s ease-in-out infinite CodeEditor-module__fhHo0q__pulse}@keyframes CodeEditor-module__fhHo0q__pulse{0%,to{opacity:1}50%{opacity:.5}}.CodeEditor-module__fhHo0q__paletteContainer{background:var(--color-bg-dark);border-bottom:1px solid #ffffff1a;padding:.5rem;display:block}.CodeEditor-module__fhHo0q__paletteScroll{-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:.5rem;padding-bottom:.25rem;display:flex;overflow-x:auto}.CodeEditor-module__fhHo0q__paletteScroll::-webkit-scrollbar{display:none}.CodeEditor-module__fhHo0q__paletteButton{color:#a0a0a0;white-space:nowrap;cursor:pointer;background:#00355499;border:1px solid #fff3;border-radius:6px;flex-shrink:0;padding:.4rem .8rem;font-family:Fira Code,monospace;font-size:.8rem;transition:all .2s}.CodeEditor-module__fhHo0q__paletteButton:hover{color:#fff;background:#005078cc;border-color:#fff6}.CodeEditor-module__fhHo0q__paletteButton:active{background:var(--color-primary);color:#fff;transform:scale(.95)}
.CheatCodeSidebar-module__DRATda__sidebar{-webkit-overflow-scrolling:touch;background-color:#0003;border-top:1px solid #ffffff1a;flex-direction:row;align-items:center;gap:1rem;width:100%;padding:.75rem 1rem;display:flex;overflow-x:auto}.CheatCodeSidebar-module__DRATda__title{color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;flex-shrink:0;margin:0;font-size:.85rem}.CheatCodeSidebar-module__DRATda__list{flex-direction:row;flex-shrink:0;gap:.5rem;display:flex}.CheatCodeSidebar-module__DRATda__cheatButton{cursor:pointer;text-align:left;white-space:nowrap;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;flex-direction:row;flex-shrink:0;align-items:center;gap:.5rem;padding:.5rem .75rem;transition:all .2s;display:flex}.CheatCodeSidebar-module__DRATda__cheatButton:hover{border-color:var(--color-primary);background:#ffffff1a}.CheatCodeSidebar-module__DRATda__cheatButton:active{transform:scale(.98)}.CheatCodeSidebar-module__DRATda__cheatButton.CheatCodeSidebar-module__DRATda__copied{border-color:var(--color-success);background:#00ff7f1a}.CheatCodeSidebar-module__DRATda__cheatButton.CheatCodeSidebar-module__DRATda__copied .CheatCodeSidebar-module__DRATda__label{color:var(--color-success)}.CheatCodeSidebar-module__DRATda__label{color:var(--color-text-primary);font-size:.85rem;font-weight:500}.CheatCodeSidebar-module__DRATda__code{color:var(--color-secondary);text-overflow:ellipsis;white-space:nowrap;background:#0000004d;border-radius:4px;width:100%;padding:.2rem .4rem;font-family:Fira Code,monospace;font-size:.75rem;overflow-x:hidden}
.DragDropEditor-module__Zfpj0G__container{background:#0003;border-radius:16px;flex-direction:column;gap:1rem;height:100%;padding:1rem;display:flex;position:relative}.DragDropEditor-module__Zfpj0G__palette{background:#ffffff0d;border:2px dashed #ffffff1a;border-radius:12px;flex-wrap:wrap;align-items:center;gap:.75rem;min-height:80px;padding:1rem;display:flex}.DragDropEditor-module__Zfpj0G__paletteLabel{color:#ffffff80;text-transform:uppercase;letter-spacing:.05em;width:100%;margin-bottom:.5rem;font-size:.875rem;font-weight:700}.DragDropEditor-module__Zfpj0G__codingArea{color:#d4d4d4;white-space:pre-wrap;background:#1e1e1e;border:1px solid #ffffff1a;border-radius:12px;flex:1;padding:1.5rem;font-family:Fira Code,monospace;font-size:1.25rem;line-height:1.6;overflow:auto;box-shadow:inset 0 2px 10px #0000004d}.DragDropEditor-module__Zfpj0G__block{color:#fff;cursor:grab;-webkit-user-select:none;user-select:none;z-index:10;border:2px solid #ffffff1a;border-radius:8px;align-items:center;padding:.5rem 1rem;font-family:Fredoka,Nunito,sans-serif;font-size:1rem;font-weight:700;transition:all .2s cubic-bezier(.34,1.56,.64,1);display:inline-flex;position:relative;box-shadow:0 4px #0003,0 2px 4px #0003}.DragDropEditor-module__Zfpj0G__block:active{cursor:grabbing;z-index:100;transform:scale(1.05);box-shadow:0 8px 16px #0000004d,0 4px #0003}.DragDropEditor-module__Zfpj0G__block[data-type=tag]{background:#ff9f43;border-color:#e58e26;box-shadow:0 4px #e58e26}.DragDropEditor-module__Zfpj0G__block[data-type=text]{background:#54a0ff;border-color:#2e86de;box-shadow:0 4px #2e86de}.DragDropEditor-module__Zfpj0G__block[data-type=style]{background:#ff6b6b;border-color:#ee5253;box-shadow:0 4px #ee5253}.DragDropEditor-module__Zfpj0G__block[data-type=attribute]{background:#1dd1a1;border-color:#10ac84;box-shadow:0 4px #10ac84}.DragDropEditor-module__Zfpj0G__block:before{content:"";background:inherit;border-radius:2px;width:8px;height:12px;display:none;position:absolute;top:50%;left:-4px;transform:translateY(-50%)}.DragDropEditor-module__Zfpj0G__dropZone{vertical-align:middle;background:#ffffff1a;border:2px dashed #ffffff4d;border-radius:8px;justify-content:center;align-items:center;min-width:100px;min-height:40px;margin:0 .25rem;transition:all .2s;display:inline-flex;position:relative}.DragDropEditor-module__Zfpj0G__dropZone.DragDropEditor-module__Zfpj0G__active{background:#00ffff1a;border-color:#0ff;transform:scale(1.05);box-shadow:0 0 10px #00ffff4d}.DragDropEditor-module__Zfpj0G__dropZone.DragDropEditor-module__Zfpj0G__filled{box-shadow:none;background:0 0;border-style:solid;border-color:#0000;padding:0}.DragDropEditor-module__Zfpj0G__dropZonePlaceholder{color:#fff6;pointer-events:none;font-family:Fredoka,sans-serif;font-size:.875rem}.DragDropEditor-module__Zfpj0G__dragOverlay{cursor:grabbing;opacity:.9;z-index:999;transform:scale(1.1)rotate(2deg)}@keyframes DragDropEditor-module__Zfpj0G__popIn{0%{opacity:0;transform:scale(.5)}60%{transform:scale(1.2)}to{opacity:1;transform:scale(1)}}.DragDropEditor-module__Zfpj0G__animatePop{animation:.3s cubic-bezier(.34,1.56,.64,1) DragDropEditor-module__Zfpj0G__popIn}.DragDropEditor-module__Zfpj0G__emptyState{text-align:center;color:#fff6;padding:2rem}.DragDropEditor-module__Zfpj0G__filledBlockWrapper{cursor:pointer;position:relative}.DragDropEditor-module__Zfpj0G__removeIndicator{color:#fff;opacity:0;z-index:20;background:#ff4757;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:12px;font-weight:700;transition:all .2s;display:flex;position:absolute;top:-8px;right:-8px;transform:scale(.8);box-shadow:0 2px 5px #0003}.DragDropEditor-module__Zfpj0G__filledBlockWrapper:hover .DragDropEditor-module__Zfpj0G__removeIndicator{opacity:1;transform:scale(1)}
.TutorialCard-module__d_EFJG__overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:100;background:#000000d9;justify-content:center;align-items:center;animation:.3s TutorialCard-module__d_EFJG__fadeIn;display:flex;position:fixed;inset:0}@keyframes TutorialCard-module__d_EFJG__fadeIn{0%{opacity:0}to{opacity:1}}.TutorialCard-module__d_EFJG__cardContainer{width:90%;max-width:400px;position:relative}.TutorialCard-module__d_EFJG__card{background:linear-gradient(145deg,#1e1e3cfa,#0f0f23fa);border:2px solid #0ff6;border-radius:24px;padding:2rem;animation:.4s cubic-bezier(.34,1.56,.64,1) TutorialCard-module__d_EFJG__cardSlideIn;box-shadow:0 25px 50px #0009,0 0 40px #0ff3,inset 0 1px #ffffff1a}@keyframes TutorialCard-module__d_EFJG__cardSlideIn{0%{opacity:0;transform:translateY(30px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.TutorialCard-module__d_EFJG__card:before{content:"";background:linear-gradient(90deg,#0000,#0ff,#f0f,#0ff,#0000);border-radius:3px;width:60%;height:3px;position:absolute;top:0;left:50%;transform:translate(-50%)}.TutorialCard-module__d_EFJG__progressDots{justify-content:center;gap:.5rem;margin-bottom:1.5rem;display:flex}.TutorialCard-module__d_EFJG__dot{background:#fff3;border-radius:50%;width:10px;height:10px;transition:all .3s}.TutorialCard-module__d_EFJG__dot.TutorialCard-module__d_EFJG__active{background:#0ff;box-shadow:0 0 10px #0ff9}.TutorialCard-module__d_EFJG__dot.TutorialCard-module__d_EFJG__completed{background:#2cb67d}.TutorialCard-module__d_EFJG__title{color:#fff;text-align:center;text-shadow:0 0 20px #00ffff80;margin:0 0 1rem;font-size:1.5rem;font-weight:800}.TutorialCard-module__d_EFJG__content{color:#ffffffd9;text-align:center;margin:0 0 1.5rem;font-size:1.1rem;line-height:1.7}.TutorialCard-module__d_EFJG__codeExample{color:#0ff;text-align:center;text-shadow:0 0 10px #0ff6;background:#0006;border:1px solid #00ffff4d;border-radius:12px;margin:1rem 0 1.5rem;padding:1rem;font-family:Fira Code,Monaco,monospace;font-size:1.25rem;overflow-x:auto}.TutorialCard-module__d_EFJG__image{object-fit:contain;border-radius:12px;width:100%;max-height:200px;margin-bottom:1.5rem}.TutorialCard-module__d_EFJG__navigation{justify-content:space-between;align-items:center;gap:1rem;display:flex}.TutorialCard-module__d_EFJG__navButton{cursor:pointer;border:none;border-radius:12px;flex:1;padding:.875rem 1.5rem;font-size:1rem;font-weight:700;transition:all .3s}.TutorialCard-module__d_EFJG__prevButton{color:#ffffffb3;background:#ffffff1a;border:1px solid #fff3}.TutorialCard-module__d_EFJG__prevButton:hover{color:#fff;background:#ffffff26}.TutorialCard-module__d_EFJG__prevButton:disabled{opacity:.3;cursor:not-allowed}.TutorialCard-module__d_EFJG__nextButton{color:#000;background:linear-gradient(135deg,#0ff,#0cc)}.TutorialCard-module__d_EFJG__nextButton:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0ff6}.TutorialCard-module__d_EFJG__startButton{color:#fff;background:linear-gradient(135deg,#f0f,#c0c);flex:2}.TutorialCard-module__d_EFJG__startButton:hover{transform:translateY(-2px);box-shadow:0 8px 20px #f0f6}.TutorialCard-module__d_EFJG__skipButton{color:#ffffff80;cursor:pointer;background:0 0;border:none;font-size:.875rem;transition:color .3s;position:absolute;top:-40px;right:0}.TutorialCard-module__d_EFJG__skipButton:hover{color:#fffc}@media (max-width:480px){.TutorialCard-module__d_EFJG__card{padding:1.5rem}.TutorialCard-module__d_EFJG__title{font-size:1.25rem}.TutorialCard-module__d_EFJG__content,.TutorialCard-module__d_EFJG__codeExample{font-size:1rem}.TutorialCard-module__d_EFJG__navButton{padding:.75rem 1rem;font-size:.875rem}}
.SandboxPreview-module___uqPEa__container{background:#fff;border-radius:12px;width:100%;height:100%;position:relative;overflow:hidden}.SandboxPreview-module___uqPEa__iframe{border:none;width:100%;height:100%}.SandboxPreview-module___uqPEa__loading,.SandboxPreview-module___uqPEa__error{color:#fff;z-index:10;background:#1e1e1ee6;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;font-size:.875rem;display:flex;position:absolute;inset:0}.SandboxPreview-module___uqPEa__error{color:#ff6b6b;background:#ff64641a}.SandboxPreview-module___uqPEa__spinner{font-size:2rem;animation:1s ease-in-out infinite SandboxPreview-module___uqPEa__pulse}@keyframes SandboxPreview-module___uqPEa__pulse{0%,to{opacity:1}50%{opacity:.5}}
.ShareModal-module__O3CSiG__content{text-align:center}.ShareModal-module__O3CSiG__title{color:#fff;margin:0 0 1.5rem;font-size:1.25rem;font-weight:700}.ShareModal-module__O3CSiG__previewContainer{border:1px solid #ffffff1a;border-radius:8px;margin-bottom:1.5rem;overflow:hidden}.ShareModal-module__O3CSiG__previewImage{width:100%;height:auto;display:block}.ShareModal-module__O3CSiG__urlContainer{gap:.5rem;margin-bottom:1.5rem;display:flex}.ShareModal-module__O3CSiG__urlInput{color:#a0a0a0;background:#ffffff1a;border:1px solid #fff3;border-radius:6px;outline:none;flex:1;padding:.5rem .75rem;font-size:.75rem}.ShareModal-module__O3CSiG__shareSection{margin-bottom:1.5rem}.ShareModal-module__O3CSiG__shareLabel{color:#a0a0a0;margin:0 0 .75rem;font-size:.875rem}.ShareModal-module__O3CSiG__shareButtons{justify-content:center;gap:1rem;display:flex}.ShareModal-module__O3CSiG__socialButton{color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.25rem;font-weight:700;transition:all .2s;display:flex}.ShareModal-module__O3CSiG__socialButton:hover{background:#667eea4d;border-color:#667eea80;transform:scale(1.1)}
.Modal-module__raUV3G__backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#000000b3;justify-content:center;align-items:center;padding:1rem;animation:.2s Modal-module__raUV3G__fadeIn;display:flex;position:fixed;inset:0}@keyframes Modal-module__raUV3G__fadeIn{0%{opacity:0}to{opacity:1}}.Modal-module__raUV3G__modal{background:linear-gradient(145deg,#1a1a2e 0%,#16213e 100%);border:1px solid #ffffff1a;border-radius:16px;width:100%;max-width:500px;max-height:90vh;animation:.3s Modal-module__raUV3G__scaleIn;overflow:auto;box-shadow:0 25px 50px -12px #00000080}@keyframes Modal-module__raUV3G__scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.Modal-module__raUV3G__header{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.Modal-module__raUV3G__title{color:#fff;margin:0;font-size:1.25rem;font-weight:700}.Modal-module__raUV3G__closeButton{color:#a0a0a0;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:.25rem;font-size:1.25rem;transition:color .2s;display:flex}.Modal-module__raUV3G__closeButton:hover{color:#fff}.Modal-module__raUV3G__content{padding:1.5rem}
