@import "https://fonts.googleapis.com/css2?family=Press+Start+2P&family=Quicksand:wght@400;500;600;700;800;900&family=Silkscreen:wght@400;700&display=swap";:root{--font-primary:"Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-heading:"Quicksand", sans-serif;--font-body:"Quicksand", sans-serif;--font-minecraft:"Silkscreen", "Press Start 2P", monospace;--font-pixel:"Silkscreen", "Press Start 2P", monospace}*{box-sizing:border-box;margin:0;padding:0}html,body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility}@media (width<=768px){*{backface-visibility:hidden}}html,body{color:#0f172a;width:100%;min-height:100dvh;font-family:var(--font-primary);-webkit-font-smoothing:antialiased;-webkit-user-select:none;user-select:none;background:radial-gradient(circle at 50% 25%,#38bdf8 0%,#0284c7 55%,#0369a1 100%);margin:0;padding:0;overflow-x:hidden;transform:translateZ(0)}.game-bg-layer{object-fit:cover;z-index:0;opacity:.92;filter:brightness(.88)contrast(1.05);will-change:opacity, filter;width:100%;height:100%;transition:opacity .4s,filter .4s;position:fixed;inset:0;transform:translateZ(0)}#app{z-index:10;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;min-height:100dvh;display:flex;position:relative;transform:translateZ(0)}.title-scene-container{background:url(/assets/title_bg.jpg) 50%/cover no-repeat;flex-direction:column;justify-content:space-between;align-items:center;width:100vw;height:100vh;padding:16px 24px;display:flex;position:fixed;inset:0;overflow:hidden}.title-logo-container{z-index:20;flex-direction:column;align-items:center;margin-top:4px;display:flex}.title-logo-img{filter:drop-shadow(0 8px 12px #0000008c);width:82vw;max-width:480px;height:auto;animation:3.2s ease-in-out infinite logo-bob}.title-stage-wrapper{z-index:15;justify-content:space-between;align-items:flex-end;width:100%;max-width:100%;margin-top:auto;padding:0 max(24px,3.5vw);display:flex;position:relative}.mascot-character-container{z-index:12;flex-direction:column;flex:none;align-items:center;max-width:330px;display:flex;position:relative}.mascot-character-container.girl,.mascot-character-container.boy{align-items:center;transform:translate(0)}.mascot-character-img{object-fit:contain;filter:drop-shadow(0 10px 14px #0006);will-change:transform;width:auto;height:380px;max-height:44vh;animation:3.2s ease-in-out infinite mascot-idle;display:block;transform:translateZ(0)}.mascot-character-container.girl .mascot-character-img{animation-delay:.1s}.mascot-character-container.boy .mascot-character-img{animation-delay:.6s}.pixel-speech-bubble{text-align:center;z-index:20;background:#fff;border:3.5px solid #1e293b;border-radius:16px;margin-bottom:10px;padding:8px 18px;animation:2.8s ease-in-out infinite speech-pulse;position:relative;box-shadow:0 5px #00000059}.pixel-speech-bubble:before{content:"";z-index:1;border:11px solid #0000;border-top:15px solid #1e293b;border-bottom:0 solid #1e293b;width:0;display:block;position:absolute;bottom:-15px}.pixel-speech-bubble:after{content:"";z-index:2;border:8px solid #0000;border-top:12px solid #fff;border-bottom:0 solid #fff;width:0;display:block;position:absolute;bottom:-10px}.pixel-speech-bubble.left:before,.pixel-speech-bubble.left:after,.pixel-speech-bubble.right:before,.pixel-speech-bubble.right:after{left:50%;transform:translate(-50%)}.pixel-speech-text{font-family:var(--font-minecraft);letter-spacing:1px;flex-direction:column;font-size:17px;line-height:1.25;display:flex}.pixel-speech-bubble.left .pixel-speech-text{color:#a21caf}.pixel-speech-bubble.right .pixel-speech-text{color:#1d4ed8}.voxel-buttons-stack{z-index:25;flex-direction:column;align-items:center;gap:14px;width:100%;max-width:410px;margin-bottom:24px;display:flex}.vocab-btn-frame{clip-path:polygon(0 10px,4px 10px,4px 6px,8px 6px,8px 0,calc(100% - 8px) 0,calc(100% - 8px) 6px,calc(100% - 4px) 6px,calc(100% - 4px) 10px,100% 10px,100% calc(100% - 10px),calc(100% - 4px) calc(100% - 10px),calc(100% - 4px) calc(100% - 6px),calc(100% - 8px) calc(100% - 6px),calc(100% - 8px) 100%,8px 100%,8px calc(100% - 6px),4px calc(100% - 6px),4px calc(100% - 10px),0 calc(100% - 10px));filter:drop-shadow(0 6px #000000bf);cursor:pointer;background:#fff;width:100%;padding:4px;transition:transform 80ms,filter 80ms}.vocab-btn-frame:hover{filter:drop-shadow(0 8px #000000d9);transform:translateY(-2px)}.vocab-btn-frame:active{filter:drop-shadow(0 2px #0009);transform:translateY(5px)}.vocab-btn{clip-path:polygon(0 8px,4px 8px,4px 4px,6px 4px,6px 0,calc(100% - 6px) 0,calc(100% - 6px) 4px,calc(100% - 4px) 4px,calc(100% - 4px) 8px,100% 8px,100% calc(100% - 8px),calc(100% - 4px) calc(100% - 8px),calc(100% - 4px) calc(100% - 4px),calc(100% - 6px) calc(100% - 4px),calc(100% - 6px) 100%,6px 100%,6px calc(100% - 4px),4px calc(100% - 4px),4px calc(100% - 8px),0 calc(100% - 8px));width:100%;height:64px;font-family:var(--font-primary);color:#fff;text-shadow:2px 2px #000,-1px -1px #000,1px -1px #000,-1px 1px #000;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;touch-action:manipulation;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;border:4px solid #111827;outline:none;justify-content:center;align-items:center;gap:14px;font-size:28px;font-weight:700;display:flex}.vocab-btn-green{background:linear-gradient(#84cc16 0%,#65a30d 42%,#4d7c0f 100%);font-size:28px;font-weight:700;box-shadow:inset 0 4px #ffffff73,inset 0 -4px #28470b}.vocab-btn-blue{background:linear-gradient(#38bdf8 0%,#0284c7 42%,#0369a1 100%);font-size:24px;font-weight:700;box-shadow:inset 0 4px #ffffff73,inset 0 -4px #075985}.vocab-btn-yellow{background:linear-gradient(#fbbf24 0%,#d97706 42%,#b45309 100%);font-size:26px;font-weight:700;box-shadow:inset 0 4px #ffffff73,inset 0 -4px #78350f}.vocab-btn-frame-red{background:#ef4444!important}.vocab-btn-frame-blue{background:#0284c7!important}.vocab-btn-red{background:linear-gradient(#ef4444 0%,#dc2626 42%,#991b1b 100%);font-size:24px;font-weight:700;box-shadow:inset 0 4px #ffffff73,inset 0 -4px #7f1d1d}.vocab-icon-play{filter:drop-shadow(2px 2px #000);font-size:26px;line-height:1}.vocab-icon-book{filter:drop-shadow(2px 2px #000);font-size:28px;line-height:1}.vocab-icon-gear{filter:drop-shadow(2px 2px #000);font-size:26px;line-height:1}@media (width<=768px){.title-scene-container{padding:max(16px, env(safe-area-inset-top,16px)) 16px max(14px, env(safe-area-inset-bottom,14px));justify-content:space-between}.title-logo-img{width:78vw;max-width:280px;margin-top:6px}.title-stage-wrapper{flex-direction:column;justify-content:flex-end;align-items:center;gap:8px;width:100%;margin-top:auto;padding:0 12px}.mascot-character-container.boy{display:none}.mascot-character-container.girl{max-width:260px;margin:0 auto}.mascot-character-img{height:clamp(170px,25vh,220px);max-height:25vh}.pixel-speech-bubble{margin-bottom:6px;padding:6px 14px}.pixel-speech-text{letter-spacing:.5px;font-size:13px;line-height:1.2}.voxel-buttons-stack{gap:10px;width:100%;max-width:290px;margin-bottom:8px}.vocab-btn-frame{width:100%}.vocab-btn{touch-action:manipulation;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;gap:10px;height:52px;font-size:18px}.vocab-btn:active{transform:translateY(2px)scale(.98)}.vocab-icon-play,.vocab-icon-book,.vocab-icon-gear{font-size:20px}.title-school-footer{text-align:center;padding-bottom:2px;font-size:10.5px}}.loading-scene-container{box-sizing:border-box;z-index:50;-webkit-user-select:none;user-select:none;background:url(/assets/loading_bg.jpg) 50%/cover no-repeat;flex-direction:column;justify-content:flex-end;align-items:center;width:100vw;height:100vh;padding-bottom:clamp(28px,6vh,56px);padding-left:20px;padding-right:20px;display:flex;position:fixed;inset:0}.loading-box{box-sizing:border-box;background:linear-gradient(#b8e6fc 0%,#a2defb 50%,#8fd4f8 100%);border:4px solid #0076d1;border-radius:26px;flex-direction:column;align-items:center;gap:14px;width:100%;max-width:760px;padding:34px 24px 20px;display:flex;position:relative;box-shadow:inset 0 0 0 2.5px #fff,inset 0 3px #fff9,0 8px #005bb0,0 20px 40px #00000059}.loading-corner-pixels{pointer-events:none;position:absolute}.loading-corner-pixels.top-left{top:14px;left:14px}.loading-corner-pixels.top-right{top:14px;right:14px}.loading-corner-pixels.bottom-left{bottom:14px;left:14px}.loading-corner-pixels.bottom-right{bottom:14px;right:14px}.pixel-sq{box-sizing:border-box;background:#38bdf8;border:1.5px solid #0284c7;position:absolute}.loading-corner-pixels.top-left .sq-1{width:13px;height:13px;top:0;left:0}.loading-corner-pixels.top-left .sq-2{width:8px;height:8px;top:16px;left:0}.loading-corner-pixels.top-right .sq-1{width:9px;height:9px;top:0;right:0}.loading-corner-pixels.bottom-left .sq-1{width:9px;height:9px;bottom:0;left:0}.loading-corner-pixels.bottom-right .sq-1{width:10px;height:10px;bottom:0;right:0}.loading-corner-pixels.bottom-right .sq-2{width:10px;height:10px;bottom:0;right:12px}.loading-corner-pixels.bottom-right .sq-3{width:10px;height:10px;bottom:12px;right:0}.loading-banner-wrap{z-index:10;justify-content:center;display:flex;position:absolute;top:0;left:50%;transform:translate(-50%,-50%)}.loading-banner{white-space:nowrap;background:linear-gradient(#2b70e8 0%,#1e5ec6 48%,#164fa8 100%);border:3.5px solid #0c2b64;border-radius:10px;justify-content:center;align-items:center;padding:8px 24px;display:inline-flex;position:relative;box-shadow:inset 0 2px #93c5fd8c,inset 0 -2px #0a235099,0 5px #081d45}.banner-pixel{background:#60a5fa;border:1px solid #1e40af;border-radius:1px;flex-shrink:0;width:7px;height:7px;display:inline-block}.loading-text-title{font-family:var(--font-pixel);letter-spacing:1.4px;color:#fff;text-shadow:2px 2px #09204c;text-transform:uppercase;margin:0 12px;font-size:15px;font-weight:700}.loading-segmented-bar{box-sizing:border-box;background:#ebf6ffe6;border:3px solid #6ec3f4;border-radius:16px;gap:7px;width:100%;padding:7px 8px;display:flex;box-shadow:inset 0 2px 4px #0284c726,0 1px #ffffffe6}.loading-segment{box-sizing:border-box;background:linear-gradient(#f1f4f9 0%,#e2e8f1 100%);border:2px solid #cad5e2;border-radius:8px;flex:1;min-width:0;height:42px;transition:background .12s,border-color .12s,box-shadow .12s,transform .12s;box-shadow:inset 0 2px #fff,inset 0 -2px #cbd5e1}.loading-segment.active{background:linear-gradient(#4ade80 0%,#22c55e 50%,#16a34a 100%);border:2px solid #146c2e;animation:.2s cubic-bezier(.34,1.56,.64,1) segment-pop;box-shadow:inset 0 2px #ffffff8c,inset 0 -3px #15803d,0 0 10px #22c55e80}@keyframes segment-pop{0%{transform:scale(.92)}60%{transform:scale(1.06)}to{transform:scale(1)}}.loading-subtitle-wrap{justify-content:center;align-items:center;gap:12px;display:flex}.loading-subtitle-decor{width:14px;height:14px;display:inline-flex;position:relative}.loading-subtitle-decor.decor-left .decor-cube:first-child{box-sizing:border-box;background:#38bdf8;border:1px solid #0284c7;width:7px;height:7px;position:absolute;top:0;right:0}.loading-subtitle-decor.decor-left .decor-cube:nth-child(2){box-sizing:border-box;background:#38bdf8;border:1px solid #0284c7;width:7px;height:7px;position:absolute;bottom:0;left:0}.loading-subtitle-decor.decor-right .decor-cube:first-child{box-sizing:border-box;background:#38bdf8;border:1px solid #0284c7;width:7px;height:7px;position:absolute;top:0;left:0}.loading-subtitle-decor.decor-right .decor-cube:nth-child(2){box-sizing:border-box;background:#38bdf8;border:1px solid #0284c7;width:7px;height:7px;position:absolute;bottom:0;right:0}.loading-text-subtitle{font-family:var(--font-primary), sans-serif;letter-spacing:1.5px;color:#0c3e75;text-shadow:none;text-transform:uppercase;margin:0;font-size:13.5px;font-weight:800}@media (width<=680px){.loading-box{border-radius:20px;gap:10px;padding:28px 14px 14px}.loading-banner{padding:6px 14px}.loading-text-title{letter-spacing:.8px;margin:0 6px;font-size:11px}.loading-segmented-bar{border-radius:12px;gap:4px;padding:5px}.loading-segment{border-width:1.5px;border-radius:5px;height:28px}.loading-text-subtitle{letter-spacing:.8px;font-size:10px}}.candy-loading-card{background:linear-gradient(#b8e6fc 0%,#a2defb 50%,#8fd4f8 100%);border:4px solid #0076d1;border-radius:24px;flex-direction:column;align-items:center;gap:12px;padding:32px 24px 24px;display:flex;position:relative;box-shadow:inset 0 0 0 2px #fff,0 8px #005bb0,0 20px 40px #00000059}.candy-spinner{border:4px solid #6ec3f4;border-top-color:#0076d1;border-radius:50%;width:38px;height:38px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.modal-overlay{-webkit-backdrop-filter:blur(10px);z-index:100;background:#0284c773;justify-content:center;align-items:center;padding:20px;animation:.2s ease-out fade-in;display:flex;position:fixed;inset:0}.modal-dialog{color:#0f172a;background:#fff;border:3.5px solid #0284c7;border-radius:28px;width:100%;max-width:580px;padding:28px 34px;animation:.25s cubic-bezier(.16,1,.3,1) pop-up;position:relative;box-shadow:0 10px #0369a1,0 25px 50px #00000059}.modal-voxel-box{color:#0f172a;background:#fff;border:3.5px solid #0284c7;box-shadow:0 10px #0369a1,0 25px 50px #00000059}.modal-header{border-bottom:2px solid #e2e8f0;justify-content:space-between;align-items:center;margin-bottom:18px;padding-bottom:14px;display:flex}.modal-title{font-family:var(--font-primary), sans-serif;letter-spacing:.5px;color:#0f172a;align-items:center;gap:10px;font-size:22px;font-weight:800;display:flex}.minecraft-gold-title{color:#0f172a;text-shadow:none;font-size:24px;font-weight:800}.modal-close-btn,.voxel-close-btn{color:#64748b;cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;background:#f1f5f9;border:2px solid #cbd5e1;border-radius:12px;justify-content:center;align-items:center;width:44px;min-width:44px;height:44px;min-height:44px;font-size:20px;font-weight:800;transition:all .15s;display:flex}.modal-close-btn:hover,.voxel-close-btn:hover{color:#0f172a;background:#e2e8f0;border-color:#94a3b8;transform:translateY(-1px)}.modal-close-btn:active,.voxel-close-btn:active{transform:translateY(2px)scale(.96)}.pause-menu-card{text-align:center;background:#fff;border:3.5px solid #0284c7;border-radius:28px;width:92vw;max-width:440px;padding:28px 32px;box-shadow:0 10px #0369a1,0 25px 50px #00000059}.pause-menu-header{border-bottom:2px solid #e2e8f0;justify-content:center;align-items:center;margin-bottom:18px;padding-bottom:14px;display:flex}.pause-menu-title{font-family:var(--font-primary), sans-serif;color:#0f172a;letter-spacing:.5px;align-items:center;gap:10px;font-size:24px;font-weight:800;display:flex}.pause-menu-buttons{flex-direction:column;gap:12px;display:flex}.pause-btn{width:100%;height:52px;min-height:52px;font-family:var(--font-primary), sans-serif;letter-spacing:.5px;cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;border:none;border-radius:14px;justify-content:center;align-items:center;gap:10px;font-size:16px;font-weight:800;transition:transform .15s cubic-bezier(.34,1.56,.64,1),box-shadow .15s,background .15s;display:flex}.pause-btn:active{border-bottom-width:1.5px;transform:translateY(2px)scale(.98)}.pause-btn-green{color:#fff;background:#22c55e;border-bottom:4px solid #15803d;box-shadow:0 4px 12px #22c55e4d}.pause-btn-green:hover{background:#16a34a;transform:translateY(-2px);box-shadow:0 6px 16px #22c55e66}.pause-btn-blue{color:#fff;background:#0284c7;border-bottom:4px solid #0369a1;box-shadow:0 4px 12px #0284c74d}.pause-btn-blue:hover{background:#0369a1;transform:translateY(-2px);box-shadow:0 6px 16px #0284c766}.pause-btn-yellow{color:#fff;background:#f59e0b;border-bottom:4px solid #d97706;box-shadow:0 4px 12px #f59e0b4d}.pause-btn-yellow:hover{background:#d97706;transform:translateY(-2px);box-shadow:0 6px 16px #f59e0b66}.pause-btn-red{color:#fff;background:#ef4444;border-bottom:4px solid #b91c1c;box-shadow:0 4px 12px #ef44444d}.pause-btn-red:hover{background:#dc2626;transform:translateY(-2px);box-shadow:0 6px 16px #ef444466}.how-to-vertical-list{flex-direction:column;gap:12px;margin-bottom:8px;display:flex}.how-to-step-item{background:#f0f9ff;border:2px solid #bae6fd;border-radius:18px;align-items:center;gap:18px;padding:14px 18px;transition:transform .15s,border-color .15s,background .15s,box-shadow .15s;display:flex}.how-to-step-item:hover{background:#e0f2fe;border-color:#0284c7;transform:translate(4px);box-shadow:0 4px 14px #0284c726}.step-badge-box{width:48px;height:48px;font-family:var(--font-primary), sans-serif;border:2.5px solid;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;font-size:18px;font-weight:900;display:flex}.step-badge-1{color:#0284c7;background:#e0f2fe;border-color:#0284c7}.step-badge-2{color:#d97706;background:#fef3c7;border-color:#d97706}.step-badge-3{color:#9333ea;background:#f3e8ff;border-color:#9333ea}.step-badge-4{color:#16a34a;background:#dcfce7;border-color:#16a34a}.step-info-col{flex-direction:column;gap:3px;display:flex}.step-title-text{font-family:var(--font-primary), sans-serif;color:#0f172a;letter-spacing:.3px;font-size:16px;font-weight:800}.step-desc-text{color:#475569;font-size:14px;font-weight:600;line-height:1.45}.settings-control-group{flex-direction:column;gap:16px;margin-bottom:18px;display:flex}.settings-slider-row{background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:16px;flex-direction:column;gap:8px;padding:12px 16px;display:flex}.settings-slider-header{justify-content:space-between;align-items:center;display:flex}.minecraft-label{font-family:var(--font-primary), sans-serif;color:#0f172a;letter-spacing:.3px;font-size:14.5px;font-weight:700}.minecraft-value-badge{font-family:var(--font-primary), sans-serif;color:#0284c7;background:#e0f2fe;border:1.5px solid #bae6fd;border-radius:8px;padding:3px 10px;font-size:13px;font-weight:800}.minecraft-range-slider{-webkit-appearance:none;background:#e2e8f0;border:1px solid #cbd5e1;border-radius:6px;outline:none;width:100%;height:10px}.minecraft-range-slider::-webkit-slider-thumb{appearance:none;cursor:pointer;background:#0284c7;border:2.5px solid #fff;border-radius:50%;width:22px;height:22px;transition:transform .1s;box-shadow:0 2px 6px #0284c766}.minecraft-range-slider::-webkit-slider-thumb:hover{background:#0369a1;transform:scale(1.15)}.minecraft-checkbox{accent-color:#84cc16;cursor:pointer;width:24px;height:24px}.settings-toggle-row{background:#0f172ad9;border:2.5px solid #334155;border-radius:16px;justify-content:space-between;align-items:center;padding:12px 18px;display:flex}.game-top-bar{z-index:40;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0f172ae0;border:2px solid #ffffff26;border-radius:18px;justify-content:space-between;align-items:center;padding:10px 20px;display:flex;position:fixed;top:16px;left:20px;right:20px;box-shadow:0 10px 25px #00000080}.hud-btn{color:#fff;font-family:var(--font-heading);cursor:pointer;background:#334155;border:2px solid #475569;border-radius:12px;align-items:center;gap:8px;padding:8px 14px;font-size:13px;font-weight:800;transition:all .15s;display:flex}.hud-btn:hover{background:#475569;transform:translateY(-1px)}.join-scene-container{background:url(/assets/title_bg.jpg) 50%/cover no-repeat;justify-content:center;align-items:center;width:100vw;height:100vh;padding:20px;display:flex;position:fixed;inset:0;overflow-y:auto}.join-scene-container:before{content:"";-webkit-backdrop-filter:blur(8px);z-index:1;background:#0284c740;position:absolute;inset:0}.join-voxel-card{z-index:10;background:#fff;border:4px solid #0284c7;border-radius:26px;width:100%;max-width:500px;padding:24px 28px;animation:.25s cubic-bezier(.16,1,.3,1) pop-up;position:relative;box-shadow:0 10px #0369a1,0 25px 50px #00000059}.join-card-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.vocab-hud-btn{color:#fff;font-family:var(--font-primary), sans-serif;letter-spacing:.5px;cursor:pointer;background:#0284c7;border:none;border-bottom:3.5px solid #0369a1;border-radius:12px;padding:6px 14px;font-size:12px;font-weight:800;transition:all .12s;box-shadow:0 3px 8px #0284c740}.vocab-hud-btn:hover{background:#0369a1;transform:translateY(-1px);box-shadow:0 4px 10px #0284c759}.vocab-hud-btn:active{border-bottom-width:1.5px;transform:translateY(2px)}.join-school-badge{font-family:var(--font-primary), sans-serif;letter-spacing:.6px;color:#0369a1;background:#e0f2fe;border:1.5px solid #bae6fd;border-radius:10px;padding:5px 12px;font-size:11.5px;font-weight:800}.join-title{font-family:var(--font-primary), sans-serif;letter-spacing:.5px;color:#0f172a;text-align:center;text-shadow:none;margin-bottom:4px;font-size:24px;font-weight:900}.join-subtitle{font-family:var(--font-primary), sans-serif;color:#64748b;text-align:center;margin-bottom:16px;font-size:13.5px;font-weight:600;line-height:1.45}.join-error-box{color:#dc2626;text-align:center;background:#fef2f2;border:2px solid #fca5a5;border-radius:14px;margin-bottom:12px;padding:10px 14px;font-size:13px;font-weight:700}.join-form{flex-direction:column;gap:14px;display:flex}.join-field-group{flex-direction:column;gap:5px;display:flex}.join-label{font-family:var(--font-primary), sans-serif;letter-spacing:.6px;color:#334155;text-transform:uppercase;font-size:11.5px;font-weight:800}.join-input{color:#0f172a;width:100%;font-family:var(--font-primary), sans-serif;background:#f8fafc;border:2.5px solid #cbd5e1;border-radius:14px;outline:none;padding:10px 16px;font-size:15px;font-weight:700;transition:all .15s}.join-input::placeholder{color:#94a3b8;font-weight:500}.join-input:focus{background:#fff;border-color:#0284c7;box-shadow:0 0 0 3px #0284c733}.join-input-pin{letter-spacing:8px;text-align:center;color:#0369a1;text-shadow:none;background:#f0f9ff;border:2.5px solid #bae6fd;padding:10px 16px;font-size:24px;font-weight:900}.join-input-pin:focus{background:#fff;border-color:#0284c7;box-shadow:0 0 0 3.5px #0284c740}.student-avatar-grid{grid-template-columns:repeat(3,1fr);gap:10px;margin-top:4px;display:grid}.student-avatar-card{cursor:pointer;background:#f8fafc;border:2.5px solid #e2e8f0;border-bottom:4.5px solid #cbd5e1;border-radius:18px;flex-direction:column;justify-content:flex-end;align-items:center;gap:6px;height:106px;padding:8px 6px;transition:all .12s cubic-bezier(.34,1.56,.64,1);display:flex;position:relative}.student-avatar-card:hover{background:#f0f9ff;border-color:#0284c7 #0284c7 #0369a1;transform:translateY(-2px);box-shadow:0 4px 12px #0284c726}.student-avatar-card.selected{background:#f0fdf4;border-color:#22c55e #22c55e #16a34a;border-bottom-style:solid;border-bottom-width:5px;transform:translateY(-2px);box-shadow:0 4px 16px #22c55e40}.student-avatar-img{object-fit:contain;filter:drop-shadow(0 4px 6px #0000002e);width:auto;height:64px;transition:transform .15s;display:block}.student-avatar-card:hover .student-avatar-img{transform:scale(1.08)}.student-avatar-card.selected .student-avatar-img{transform:scale(1.06)}.student-avatar-check{color:#fff;z-index:10;background:#22c55e;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;animation:.15s ease-out pop-up;display:flex;position:absolute;top:6px;right:6px;box-shadow:0 2px 5px #0003}.student-avatar-label{font-family:var(--font-primary), sans-serif;letter-spacing:.3px;color:#475569;text-align:center;white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:11px;font-weight:700;overflow:hidden}.student-avatar-card.selected .student-avatar-label{color:#15803d;font-weight:800}.join-voxel-card .vocab-btn-frame{clip-path:none;filter:none;background:0 0;margin-top:6px;padding:0}.join-voxel-card .vocab-btn{clip-path:none;font-family:var(--font-primary), sans-serif;letter-spacing:1px;color:#fff;text-shadow:0 1px 2px #0003;cursor:pointer;-webkit-user-select:none;user-select:none;background:linear-gradient(#22c55e 0%,#16a34a 100%);border:none;border-bottom:4px solid #15803d;border-radius:14px;justify-content:center;align-items:center;gap:10px;height:52px;font-size:17px;font-weight:800;transition:all .15s cubic-bezier(.34,1.56,.64,1);display:flex;box-shadow:0 4px 14px #22c55e59}.join-voxel-card .vocab-btn:hover:not(:disabled){background:linear-gradient(#16a34a 0%,#15803d 100%);transform:translateY(-2px);box-shadow:0 6px 18px #22c55e73}.join-voxel-card .vocab-btn:active:not(:disabled){border-bottom-width:2px;transform:translateY(2px)}.join-voxel-card .vocab-btn:disabled{opacity:.65;cursor:not-allowed}.question-fullscreen-stage{box-sizing:border-box;z-index:10;background:radial-gradient(circle at 50% 20%,#172554 0%,#0f172a 55%,#020617 100%);flex-direction:column;justify-content:center;align-items:center;width:100vw;height:100vh;max-height:100vh;padding:12px 20px;display:flex;position:relative;overflow:hidden}.question-hud-bar{flex-wrap:wrap;flex-shrink:0;justify-content:space-between;align-items:center;gap:8px;width:100%;max-width:860px;margin-bottom:10px;display:flex}.question-hud-actions{align-items:center;gap:10px;display:flex}.question-arena-card{background:#fff;border:3.5px solid #0284c7;border-radius:24px;flex-direction:column;gap:14px;width:100%;max-width:860px;margin:0 auto;padding:18px 26px;display:flex;box-shadow:0 10px #0369a1,0 22px 48px #00000059}.question-arena-header{justify-content:flex-end;align-items:center;padding-bottom:10px;display:flex}.question-replay-btn{font-family:var(--font-primary);color:#fff;cursor:pointer;background:#0284c7;border:none;border-bottom:3.5px solid #0369a1;border-radius:12px;align-items:center;gap:8px;padding:8px 18px;font-size:14px;font-weight:800;transition:all .15s;display:inline-flex;box-shadow:0 4px 12px #0284c74d}.visual-clue-badge{color:#fff;letter-spacing:.5px;z-index:2;background:#0284c7;border:none;border-radius:999px;padding:3px 10px;font-family:Fredoka,Quicksand,sans-serif;font-size:11px;font-weight:800;position:absolute;top:8px;left:10px;box-shadow:0 2px 6px #0284c766}.sentence-box{color:#1e293b;text-align:center;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:16px;padding:12px 20px;font-size:19px;font-weight:700;line-height:1.5;box-shadow:0 1px 3px #0000000a}.highlighted-word{color:#92400e;vertical-align:baseline;background:#fef3c7;border:1px solid #f59e0b40;border-radius:6px;padding:2px 8px;font-weight:700;text-decoration:none;display:inline-block}.answers-grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.answer-card{cursor:pointer;color:#0f172a;-webkit-user-select:none;user-select:none;background:#fff;border:2.5px solid #e2e8f0;border-bottom:4px solid #cbd5e1;border-radius:16px;justify-content:space-between;align-items:center;gap:12px;padding:12px 18px;font-size:17px;font-weight:700;transition:transform .15s,border-color .15s,background .15s,box-shadow .15s;display:flex}.answer-card:hover{background:#f0f9ff;border-color:#38bdf8 #38bdf8 #0284c7;transform:translateY(-2px);box-shadow:0 6px 16px #0284c726}.answer-card:active{border-bottom-width:1px;transform:translateY(1px)}.answer-card.correct{color:#15803d;background:#dcfce7;border-color:#22c55e #22c55e #16a34a;box-shadow:0 4px 12px #22c55e4d}.answer-card.wrong{color:#b91c1c;background:#fee2e2;border-color:#ef4444 #ef4444 #b91c1c;box-shadow:0 4px 12px #ef44444d}.answer-card-content{flex:1;align-items:center;gap:12px;min-width:0;display:flex}.answer-badge{color:#0284c7;background:#f1f5f9;border:1.5px solid #cbd5e1;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:15px;font-weight:900;display:flex}.answer-card.correct .answer-badge{color:#fff;background:#22c55e;border-color:#16a34a}.answer-card.wrong .answer-badge{color:#fff;background:#ef4444;border-color:#b91c1c}.answer-text{color:inherit;font-size:16px;font-weight:700;line-height:1.3}.choice-speak-btn{color:#0284c7;cursor:pointer;background:#f1f5f9;border:1.5px solid #cbd5e1;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;padding:6px 10px;font-size:14px;transition:all .15s;display:flex}.choice-speak-btn:hover{color:#0369a1;background:#e0f2fe;border-color:#38bdf8}.mascot-strip-avatar{object-fit:contain;filter:drop-shadow(0 2px 4px #0003);flex-shrink:0;width:28px;height:28px}.mascot-strip-content{flex-wrap:wrap;align-items:center;gap:6px;font-size:13.5px;display:flex}.mascot-strip-name{font-family:var(--font-primary);color:#0284c7;font-weight:800}.mascot-strip-speech{color:#334155;font-style:normal;font-weight:600}@keyframes logo-bob{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes mascot-idle{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes speech-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes pulse-glow{0%,to{opacity:1}50%{opacity:.6}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes pop-up{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.candy-hud-top-left{z-index:40;pointer-events:none;flex-direction:column;align-items:flex-start;gap:10px;display:flex;position:fixed;top:16px;left:20px}.candy-hud-top-right{z-index:40;pointer-events:none;align-items:center;gap:10px;display:flex;position:fixed;top:16px;right:20px}.candy-hud-top-right button,.candy-hud-top-right .candy-zone-pill,.candy-hud-top-right .candy-menu-btn{white-space:nowrap;flex-shrink:0}.candy-hud-interactive{pointer-events:auto}.candy-player-card{cursor:pointer;-webkit-user-select:none;user-select:none;box-sizing:border-box;background:#fff;border:2.5px solid #0284c7;border-radius:999px;align-items:center;gap:12px;max-height:64px;padding:6px 18px 6px 6px;transition:transform .2s cubic-bezier(.34,1.56,.64,1),box-shadow .2s,border-color .2s;display:flex;box-shadow:0 3px #0369a1,0 8px 18px #00000024}.candy-player-card:hover{border-color:#0284c7;transform:scale(1.03);box-shadow:0 5px #0369a1,0 10px 22px #0284c738}.candy-avatar-circle{background:linear-gradient(145deg,#fffbeb 0%,#fef3c7 45%,#fde68a 100%);border:2px solid #f59e0b;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;display:flex;overflow:hidden;box-shadow:0 3px 8px #0000001f,inset 0 2px 4px #ffffffe6}.candy-avatar-img{object-fit:contain;filter:drop-shadow(0 2px 4px #0003);width:44px;height:44px}.candy-player-info{flex-direction:column;gap:2px;display:flex}.candy-player-name{color:#0f172a;letter-spacing:.3px;white-space:nowrap;text-overflow:ellipsis;max-width:170px;font-family:Fredoka,Quicksand,sans-serif;font-size:15px;font-weight:800;line-height:1.1;overflow:hidden}.candy-star-row{align-items:center;gap:6px;display:flex}.candy-star-icon-wrap{flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;display:flex}.candy-star-svg{filter:drop-shadow(0 2px 4px #f59e0b99);width:100%;height:100%}.candy-star-count-num{color:#d97706;font-family:Fredoka,Nunito,sans-serif;font-size:20px;font-weight:900;line-height:1}.candy-star-count-label{color:#64748b;letter-spacing:.5px;font-family:Quicksand,sans-serif;font-size:13px;font-weight:800;line-height:1}.candy-menu-btn{color:#78350f;font-family:var(--font-primary), sans-serif;letter-spacing:.3px;cursor:pointer;-webkit-user-select:none;user-select:none;touch-action:manipulation;background:#fde047;border:2px solid #f59e0b;border-bottom:3.5px solid #d97706;border-radius:999px;align-items:center;gap:7px;padding:8px 18px;font-size:14.5px;font-weight:800;transition:transform .15s cubic-bezier(.34,1.56,.64,1),box-shadow .15s,background .15s;display:flex;box-shadow:0 3px 10px #d9770638}.candy-menu-btn:hover{background:#fef08a;transform:translateY(-1.5px);box-shadow:0 5px 14px #d9770652}.candy-menu-btn:active{border-bottom-width:2px;transform:translateY(1.5px);box-shadow:0 1px 4px #d9770633}.candy-zone-pill{color:#0284c7;font-family:var(--font-primary), sans-serif;letter-spacing:.3px;-webkit-user-select:none;user-select:none;touch-action:manipulation;background:#fff;border:2px solid #0284c7;border-bottom:3.5px solid #0369a1;border-radius:999px;align-items:center;gap:7px;padding:8px 18px;font-size:14.5px;font-weight:800;transition:transform .15s cubic-bezier(.34,1.56,.64,1),box-shadow .15s,background .15s;display:flex;box-shadow:0 3px 10px #0284c72e}button.candy-zone-pill,.candy-zone-pill.candy-hud-interactive{cursor:pointer}button.candy-zone-pill:hover,.candy-zone-pill.candy-hud-interactive:hover{transform:translateY(-1.5px);box-shadow:0 5px 14px #0284c747}button.candy-zone-pill:active,.candy-zone-pill.candy-hud-interactive:active{border-bottom-width:2px;transform:translateY(1.5px);box-shadow:0 1px 4px #0000001f}#worldMapNavBtn{color:#15803d!important;border-color:#22c55e #22c55e #16a34a!important;box-shadow:0 3px 10px #16a34a33!important}#worldMapNavBtn:hover{background:#f0fdf4!important;box-shadow:0 5px 14px #16a34a4d!important}#worldMapNavBtn:active{border-bottom-width:2px!important;transform:translateY(1.5px)!important;box-shadow:0 1px 4px #16a34a33!important}.teacher-pause-overlay{z-index:200;-webkit-backdrop-filter:blur(6px);background:#00000080;justify-content:center;align-items:center;padding:20px;animation:.3s ease-out fade-in;display:flex;position:fixed;inset:0}.teacher-pause-card{text-align:center;background:#f5f4f0;border:1px solid #00000014;border-radius:24px;flex-direction:column;align-items:center;gap:12px;width:100%;max-width:360px;padding:44px 48px;animation:.3s cubic-bezier(.16,1,.3,1) pop-up;display:flex;box-shadow:0 4px 6px #0000000f,0 20px 48px #0003}.teacher-pause-icon{background:#fef3c7;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:4px;display:flex}.teacher-pause-icon svg{color:#d97706;width:26px;height:26px}.teacher-pause-title{font-family:var(--font-primary,"Fredoka", sans-serif);color:#1c1917;letter-spacing:-.2px;margin:0;font-size:24px;font-weight:700;line-height:1.2}.teacher-pause-subtitle{font-family:var(--font-primary,"Fredoka", sans-serif);color:#57534e;max-width:260px;margin:0;font-size:15px;line-height:1.55}.teacher-pause-badge{font-family:var(--font-primary,"Fredoka", sans-serif);color:#44403c;background:#e7e5e4;border:1px solid #d6d3d1;border-radius:999px;align-items:center;gap:8px;margin-top:4px;padding:7px 16px;font-size:13px;font-weight:600;display:inline-flex}.teacher-pause-dot{background:#f59e0b;border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:1.8s ease-in-out infinite teacher-pause-pulse}@keyframes teacher-pause-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.35;transform:scale(.7)}}.game-toast-container{z-index:300;pointer-events:none;flex-direction:column;align-items:center;gap:8px;width:calc(100% - 32px);max-width:480px;display:flex;position:fixed;top:22px;left:50%;transform:translate(-50%)}.game-toast{pointer-events:auto;-webkit-backdrop-filter:blur(12px);-webkit-user-select:none;user-select:none;cursor:pointer;box-sizing:border-box;background:#fffffff5;border:1.5px solid #0284c733;border-radius:18px;align-items:center;gap:12px;width:100%;padding:10px 18px 10px 14px;transition:opacity .25s,transform .25s;animation:.35s cubic-bezier(.16,1,.3,1) toast-slide-in;display:flex;box-shadow:0 10px 30px #00000029,0 2px 6px #0000000a}.game-toast.toast-hiding{opacity:0;transform:translateY(-12px)scale(.96)}.game-toast-icon-box{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.game-toast-icon-box.toast-warning{color:#d97706;background:#fef3c7}.game-toast-icon-box.toast-success{color:#16a34a;background:#dcfce7}.game-toast-icon-box.toast-info{color:#0284c7;background:#e0f2fe}.game-toast-content{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.game-toast-title{font-family:var(--font-primary,"Fredoka", sans-serif);color:#0f172a;letter-spacing:-.1px;font-size:13.5px;font-weight:700;line-height:1.2}.game-toast-message{font-family:var(--font-primary,"Fredoka", sans-serif);color:#475569;font-size:12px;line-height:1.35}@keyframes toast-slide-in{0%{opacity:0;transform:translateY(-14px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.dialogue-overlay-backdrop{-webkit-backdrop-filter:blur(8px);z-index:9999;background:#0f172aa6;justify-content:center;align-items:center;padding:24px;animation:.28s cubic-bezier(.16,1,.3,1) forwards dialogue-fade-in;display:flex;position:fixed;inset:0}.dialogue-wrapper{justify-content:center;align-items:center;gap:36px;width:100%;max-width:1180px;min-height:480px;display:flex;position:relative;transform:translateY(-24px)}.dialogue-wrapper.full-dialogue{max-width:840px}.dialogue-card{background:#fff;border:3.5px solid #0284c7;border-radius:28px;flex-direction:column;flex:1.3;justify-content:space-between;min-height:380px;padding:36px 42px;display:flex;position:relative;overflow:hidden;box-shadow:0 10px #0369a1,0 25px 50px #00000059}.dialogue-header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;display:flex}.dialogue-speaker-tag{color:#fff;font-family:var(--font-primary,"Fredoka", sans-serif);background:#0284c7;border:none;border-radius:12px;align-items:center;gap:8px;padding:6px 18px;font-size:16px;font-weight:800;display:inline-flex;box-shadow:0 3px #0369a1}.dialogue-speaker-icon{font-size:17px}.dialogue-badge-sub{color:#0284c7;letter-spacing:1px;text-transform:uppercase;font-family:Quicksand,sans-serif;font-size:13px;font-weight:800}.dialogue-skip-btn{color:#64748b;font-family:var(--font-primary,"Fredoka", sans-serif);cursor:pointer;background:#f1f5f9;border:1.5px solid #cbd5e1;border-radius:10px;padding:5px 14px;font-size:13px;font-weight:800;transition:all .15s}.dialogue-skip-btn:hover{color:#0f172a;background:#e2e8f0;border-color:#94a3b8}.dialogue-body{flex:1;align-items:center;padding:12px 0;display:flex}.dialogue-speech-text{font-family:"Quicksand", var(--font-primary,sans-serif);color:#0f172a;text-shadow:none;font-size:23px;font-weight:700;line-height:1.65;animation:.3s ease-out dialogue-text-pop}.dialogue-name-highlight{color:#d97706;background:#fef08a;border:1px solid #fde047;border-radius:8px;padding:1px 8px;font-weight:800}.dialogue-footer{border-top:2px solid #e2e8f0;justify-content:space-between;align-items:center;gap:18px;margin-top:22px;padding-top:18px;display:flex}.dialogue-step-dots{align-items:center;gap:8px;display:flex}.dialogue-dot{background:#cbd5e1;border-radius:999px;width:10px;height:10px;transition:all .25s}.dialogue-dot.active{background:#0284c7;width:26px;box-shadow:0 2px 6px #0284c766}.dialogue-footer-actions{align-items:center;gap:12px;display:flex}.dialogue-btn-prev{color:#475569;font-family:var(--font-primary,"Fredoka", sans-serif);cursor:pointer;background:#f1f5f9;border:none;border-bottom:3.5px solid #cbd5e1;border-radius:14px;align-items:center;gap:8px;padding:11px 28px;font-size:17px;font-weight:800;transition:transform .15s cubic-bezier(.34,1.56,.64,1),background .15s;display:inline-flex}.dialogue-btn-prev:hover{color:#0f172a;background:#e2e8f0;transform:translateY(-2px)}.dialogue-btn-prev:active{border-bottom-width:1px;transform:translateY(1px)}.dialogue-btn-action{color:#fff;font-family:var(--font-primary,"Fredoka", sans-serif);cursor:pointer;background:#22c55e;border:none;border-bottom:4px solid #15803d;border-radius:14px;align-items:center;gap:8px;padding:11px 32px;font-size:17px;font-weight:800;transition:transform .15s cubic-bezier(.34,1.56,.64,1),background .15s;display:inline-flex;box-shadow:0 4px 12px #22c55e59}.dialogue-btn-action:hover{background:#16a34a;transform:translateY(-2px)}.dialogue-btn-action:active{border-bottom-width:1px;transform:translateY(1px)}.dialogue-char-stage{filter:drop-shadow(0 20px 45px #000000bf);flex-direction:column;flex-shrink:0;justify-content:flex-end;align-items:center;width:560px;height:620px;animation:3.2s ease-in-out infinite alternate dialogue-char-bob;display:flex;position:relative}.dialogue-char-img{object-fit:contain;width:auto;max-width:100%;height:100%;max-height:100%;image-rendering:pixelated;image-rendering:crisp-edges;z-index:2;transition:opacity .25s,transform .25s;position:relative}.dialogue-char-ground-shadow{z-index:1;background:radial-gradient(#00000073 0%,#0000 75%);border-radius:999px;width:140px;height:14px;position:absolute;bottom:0}@keyframes dialogue-fade-in{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}@keyframes dialogue-text-pop{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes dialogue-char-bob{0%{transform:translateY(0)}to{transform:translateY(-8px)}}@media (width<=960px){.dialogue-overlay-backdrop{padding:max(16px, env(safe-area-inset-top,16px)) 16px max(20px, env(safe-area-inset-bottom,20px));-webkit-overflow-scrolling:touch;justify-content:center;align-items:center;overflow-y:auto}.dialogue-wrapper{flex-direction:column-reverse;justify-content:center;align-items:center;gap:0;width:100%;max-width:440px;min-height:auto;margin:auto;transform:none}.dialogue-char-stage{z-index:15;filter:drop-shadow(0 8px 18px #00000073);flex-direction:column;justify-content:flex-end;align-items:center;width:auto;min-width:140px;max-width:240px;height:clamp(190px,26vh,235px);margin:0 auto -10px;display:flex;overflow:visible}.dialogue-char-img{object-fit:contain;object-position:bottom center;width:auto;max-width:100%;height:100%;max-height:100%}.dialogue-char-ground-shadow{display:none}.dialogue-card{z-index:10;box-sizing:border-box;border-width:3px;border-radius:24px;width:100%;min-height:auto;padding:24px 20px 18px;box-shadow:0 8px #0369a1,0 18px 36px #00000059}.dialogue-header{flex-wrap:wrap;gap:8px;margin-bottom:12px}.dialogue-speaker-tag{border-radius:10px;padding:5px 14px;font-size:13.5px}.dialogue-badge-sub{letter-spacing:.5px;font-size:11px}.dialogue-skip-btn{touch-action:manipulation;-webkit-tap-highlight-color:transparent;min-height:44px;padding:6px 14px;font-size:12px}.dialogue-speech-text{font-size:15.5px;line-height:1.5}.dialogue-footer{gap:10px;margin-top:16px;padding-top:14px}.dialogue-btn-prev,.dialogue-btn-action{touch-action:manipulation;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;border-radius:14px;min-height:50px;padding:12px 24px;font-size:15.5px;font-weight:800}.dialogue-btn-prev:active,.dialogue-btn-action:active{transform:translateY(2px)scale(.98)}}.identification-arena-box{background:#f0f9ff;border:2.5px solid #bae6fd;border-radius:18px;flex-direction:column;align-items:center;gap:12px;margin:12px 0 16px;padding:20px 24px;display:flex;box-shadow:0 6px 18px #0284c714}.identification-description{color:#0f172a;letter-spacing:.2px;text-align:center;font-size:15px;font-weight:700}.identification-input-container{justify-content:center;align-items:center;gap:10px;width:100%;max-width:520px;display:flex}.identification-text-input{color:#0f172a;max-width:360px;height:50px;font-family:var(--font-primary), "Poppins", sans-serif;letter-spacing:.3px;background:#fff;border:2.5px solid #0284c7;border-radius:14px;outline:none;flex:1;padding:0 16px;font-size:18px;font-weight:700;transition:all .2s;box-shadow:0 2px 6px #0284c726}.identification-text-input:focus{background:#fff;border-color:#0369a1;box-shadow:0 0 0 3.5px #38bdf859}.identification-text-input.wrong{border-color:#ef4444;box-shadow:0 0 0 3.5px #ef44444d}.identification-text-input:disabled{opacity:.9;color:#15803d;background:#f1f5f9;border-color:#cbd5e1}.identification-submit-btn{height:50px;font-family:var(--font-primary), "Poppins", sans-serif;letter-spacing:.5px;color:#fff;cursor:pointer;white-space:nowrap;background:#22c55e;border:none;border-bottom:4px solid #15803d;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;padding:0 24px;font-size:16px;font-weight:800;transition:all .15s;display:inline-flex;box-shadow:0 4px 12px #22c55e4d}.identification-submit-btn:hover{background:#16a34a;transform:translateY(-2px)}.identification-submit-btn:active{border-bottom-width:1px;transform:translateY(1px)}.identification-review-footer{color:#475569;margin-top:2px;font-size:14px;font-weight:600}.question-scene-container{width:100%;min-height:100dvh;padding:calc(clamp(56px, 8.5vh, 80px) + env(safe-area-inset-top,0px)) clamp(10px, 2.5vw, 24px) calc(20px + env(safe-area-inset-bottom,0px));box-sizing:border-box;-webkit-overflow-scrolling:touch;z-index:10;background:radial-gradient(circle at 50% 25%,#38bdf8 0%,#0284c7 55%,#0369a1 100%);flex-direction:column;justify-content:flex-start;align-items:center;display:flex;position:relative;overflow:hidden auto}.question-stage-layout{z-index:10;justify-content:center;align-items:center;gap:clamp(16px,2.8vw,36px);width:100%;max-width:1200px;margin:0 auto;display:flex;position:relative}.question-arena-card{box-sizing:border-box;background:#fff;border:4px solid #0284c7;border-radius:24px;flex-direction:column;flex:1;width:100%;max-width:820px;padding:24px 22px;display:flex;position:relative;box-shadow:0 10px #0369a1,0 24px 48px #0000004d}.mobile-teacher-strip{display:none}.question-arena-header{justify-content:flex-end;align-items:center;margin-bottom:8px;display:flex}.question-replay-btn{color:#fff;font-family:var(--font-primary), sans-serif;cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;background:#059669;border:none;border-bottom:3.5px solid #047857;border-radius:12px;align-items:center;gap:6px;padding:6px 16px;font-size:14px;font-weight:800;transition:all .15s;display:inline-flex;box-shadow:0 3px 10px #05966940}.question-replay-btn:hover{background:#047857;transform:translateY(-1px)}.question-replay-btn:active{border-bottom-width:1px;transform:translateY(1px)}.question-visual-clue-card{background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:14px;justify-content:center;align-items:center;width:100%;max-width:520px;height:300px;margin:0 auto 8px;padding:6px;display:flex;overflow:hidden}.question-visual-clue-img{object-fit:contain;border-radius:10px;width:auto;max-width:100%;height:auto;max-height:100%}.sentence-box{font-family:"Quicksand", var(--font-primary), sans-serif;color:#1e293b;text-align:center;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:16px;margin-bottom:10px;padding:10px 18px;font-size:18.5px;font-weight:700;line-height:1.45;box-shadow:0 1px 3px #0000000a}.highlighted-word{color:#92400e;vertical-align:baseline;background:#fef3c7;border:1px solid #f59e0b40;border-radius:6px;padding:2px 8px;font-weight:700;display:inline-block}.underlined-clue{text-underline-offset:4px;color:#0f172a;font-weight:700;-webkit-text-decoration:underline #94a3b8;text-decoration:underline #94a3b8;text-decoration-thickness:2px}.question-arena-card.no-image-arena{justify-content:space-between;min-height:clamp(380px,52vh,470px);padding:clamp(22px,3vh,30px) clamp(22px,2.5vw,32px)}.question-arena-card.no-image-arena .sentence-box{margin:auto 0;padding:clamp(16px,2.4vh,24px) clamp(18px,2.5vw,28px);font-size:clamp(19px,2vw,23px);line-height:1.55}.question-arena-card.no-image-arena .answers-grid{gap:clamp(10px,1.4vh,14px);margin-top:8px}.question-arena-card.no-image-arena .answer-card{min-height:52px;padding:13px 18px}.answers-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:10px;margin-bottom:8px;display:grid}.answer-card{cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;background:#fff;border:3px solid #cbd5e1;border-bottom:5px solid #94a3b8;border-radius:16px;padding:11px 16px;transition:all .12s cubic-bezier(.34,1.56,.64,1)}.answer-card:hover{background:#f0f9ff;border-color:#0284c7 #0284c7 #0369a1;transform:translateY(-2px)}.answer-card:active,.answer-card.selected-active{border-bottom-width:2.5px;transform:translateY(2px);box-shadow:0 0 0 3px #0284c740;background:#e0f2fe!important;border-color:#0284c7 #0284c7 #0369a1!important}.answer-card.correct{transform:scale(1.02);background:#dcfce7!important;border-color:#22c55e #22c55e #15803d!important}.answer-card.wrong{opacity:.75;animation:.4s ease-in-out shake;pointer-events:none!important;cursor:not-allowed!important;background:#fee2e2!important;border-color:#ef4444 #ef4444 #b91c1c!important}.answer-card-content{align-items:center;gap:12px;display:flex}.answer-badge{color:#0284c7;width:36px;height:36px;font-family:var(--font-primary), sans-serif;background:#e0f2fe;border:2px solid #0284c7;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;font-size:17px;font-weight:900;display:flex}.answer-text{font-family:var(--font-primary), sans-serif;color:#0f172a;flex:1;font-size:17px;font-weight:700;line-height:1.35}.question-mascot-strip{background:#f0f9ff;border:1.5px solid #bae6fd;border-radius:16px;align-items:center;gap:12px;padding:8px 14px;display:flex}.mascot-strip-avatar{object-fit:contain;background:#fff;border:1.5px solid #0284c7;border-radius:50%;flex-shrink:0;width:36px;height:36px}.mascot-strip-content{align-items:center;gap:6px;font-size:14px;display:flex;overflow:hidden}.mascot-strip-name{color:#0284c7;white-space:nowrap;font-weight:800}.mascot-strip-speech{color:#334155;white-space:nowrap;text-overflow:ellipsis;font-weight:700;overflow:hidden}.question-teacher-stage{flex-direction:column;flex-shrink:0;justify-content:flex-end;align-self:center;align-items:center;width:clamp(250px,23vw,320px);height:clamp(460px,66vh,560px);display:flex;position:relative}.teacher-speech-bubble{text-align:center;z-index:25;box-sizing:border-box;background:#fff;border:2px solid #0284c7;border-bottom:3.5px solid #0369a1;border-radius:16px;width:clamp(230px,90%,280px);padding:9px 15px;transition:all .2s;animation:.25s cubic-bezier(.34,1.56,.64,1) pop-bubble;position:absolute;top:clamp(8px,1.5vh,18px);box-shadow:0 6px 20px #0284c729,0 2px 6px #0000000f}.teacher-speech-bubble.bubble-correct{background:#f0fdf4;border-color:#22c55e #22c55e #15803d;box-shadow:0 6px 20px #22c55e2e,0 2px 6px #0000000f}.teacher-speech-bubble.bubble-wrong{background:#fffbeb;border-color:#f59e0b #f59e0b #d97706;box-shadow:0 6px 20px #f59e0b2e,0 2px 6px #0000000f}.teacher-speech-header{justify-content:center;align-items:center;gap:6px;margin-bottom:3px;display:flex}.teacher-speech-dot{background:#0284c7;border-radius:50%;flex-shrink:0;width:7px;height:7px}.teacher-speech-bubble.bubble-correct .teacher-speech-dot{background:#22c55e}.teacher-speech-bubble.bubble-wrong .teacher-speech-dot{background:#f59e0b}.teacher-speech-author{font-family:var(--font-primary), sans-serif;color:#0f172a;letter-spacing:.3px;text-transform:uppercase;font-size:13px;font-weight:800}.teacher-speech-text{font-family:var(--font-primary), sans-serif;color:#1e293b;word-break:break-word;font-size:14px;font-weight:700;line-height:1.35}.teacher-speech-tail{border-top:8px solid #0369a1;border-left:7px solid #0000;border-right:7px solid #0000;width:0;height:0;position:absolute;bottom:-8px;left:50%;transform:translate(-50%)}.teacher-speech-tail:after{content:"";border-top:6px solid #fff;border-left:5px solid #0000;border-right:5px solid #0000;width:0;height:0;position:absolute;top:-8px;left:-5px}.teacher-speech-bubble.bubble-correct .teacher-speech-tail{border-top-color:#15803d}.teacher-speech-bubble.bubble-correct .teacher-speech-tail:after{border-top-color:#f0fdf4}.teacher-speech-bubble.bubble-wrong .teacher-speech-tail{border-top-color:#d97706}.teacher-speech-bubble.bubble-wrong .teacher-speech-tail:after{border-top-color:#fffbeb}@keyframes pop-bubble{0%{opacity:0;transform:scale(.9)translateY(4px)}to{opacity:1;transform:scale(1)translateY(0)}}.teacher-character-frame{justify-content:center;align-items:flex-end;width:100%;height:clamp(390px,58vh,490px);display:flex;position:relative}.teacher-character-img{aspect-ratio:1/2;object-fit:contain;object-position:bottom center;width:auto;max-width:100%;height:100%;max-height:100%;image-rendering:pixelated;image-rendering:crisp-edges;filter:drop-shadow(0 10px 22px #00000052);z-index:6;backface-visibility:hidden;will-change:transform;position:relative;transform:translateZ(0)}.teacher-character-img.idle,.teacher-character-img.reading,.teacher-character-img.celebrating,.teacher-character-img.sympathetic{animation:none}.teacher-podium-shadow{z-index:2;background:radial-gradient(#0284c759 0%,#0000 70%);border-radius:50%;width:clamp(130px,14vw,170px);height:14px;position:absolute;bottom:-4px}@media (width<=1100px){.question-stage-layout{gap:18px;width:96vw}.question-teacher-stage{width:240px;height:460px}.teacher-character-frame{height:390px}.teacher-speech-bubble{width:230px;padding:8px 12px;top:8px}.teacher-speech-text{font-size:13px}}@media (height<=740px){.question-scene-container{justify-content:center;padding:58px 16px 16px}.candy-player-card{padding:5px 14px 5px 5px}.candy-avatar-circle{width:44px;height:44px}.candy-avatar-img{width:38px;height:38px}.candy-hud-top-left{top:8px;left:14px}.candy-hud-top-right{gap:8px;top:8px;right:14px}.candy-menu-btn,.candy-zone-pill{touch-action:manipulation;-webkit-tap-highlight-color:transparent;justify-content:center;align-items:center;min-height:44px;padding:8px 14px;font-size:13.5px;display:inline-flex}.question-arena-card{border-radius:22px;padding:22px}.question-arena-header{margin-bottom:8px}.question-replay-btn{touch-action:manipulation;-webkit-tap-highlight-color:transparent;justify-content:center;align-items:center;gap:8px;min-height:44px;padding:8px 16px;font-size:14px;display:inline-flex}.sentence-box{margin-bottom:10px;padding:10px 16px;font-size:18px}.question-visual-clue-card{height:200px;margin-bottom:8px}.question-visual-clue-img{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:100%}.answers-grid{gap:10px;margin-bottom:6px}.answer-card{border-radius:14px;padding:10px 14px}.answer-badge{width:36px;height:36px;font-size:17px}.answer-text{font-size:16.5px}.question-teacher-stage{height:clamp(390px,62vh,460px)}.teacher-character-frame{height:clamp(330px,52vh,390px)}.teacher-speech-bubble{padding:6px 12px;top:clamp(4px,1vh,10px)}.teacher-speech-text{font-size:13px;line-height:1.3}}@media (width<=860px){.question-stage-layout{flex-direction:column;align-items:center;width:100%}.question-teacher-stage{display:none}.mobile-teacher-strip{background:#f0f9ff;border:2px solid #bae6fd;border-radius:18px;align-items:center;gap:12px;margin-bottom:8px;padding:8px 12px;display:flex;box-shadow:0 2px 8px #0284c714}.mobile-teacher-avatar-box{background:linear-gradient(#e0f2fe 0%,#bae6fd 100%);border:2px solid #0284c7;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:68px;height:68px;display:flex;overflow:hidden;box-shadow:0 2px 6px #0284c71f}.mobile-teacher-avatar-img{object-fit:cover;object-position:50% 18%;border-radius:0;width:100%;max-width:none;height:100%;max-height:none}.mobile-teacher-bubble{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.mobile-teacher-author{font-family:"Fredoka", var(--font-primary), sans-serif;color:#0369a1;font-size:12.5px;font-weight:800;line-height:1.1}.mobile-teacher-speech-text{font-family:var(--font-primary), sans-serif;color:#1e293b;font-size:13.5px;font-weight:700;line-height:1.35}.mobile-teacher-bubble.bubble-correct{color:#15803d}.mobile-teacher-bubble.bubble-correct .mobile-teacher-author{color:#16a34a}.mobile-teacher-bubble.bubble-wrong{color:#b45309}.mobile-teacher-bubble.bubble-wrong .mobile-teacher-author{color:#d97706}}@media (width<=640px){.candy-hud-top-left{top:max(8px, env(safe-area-inset-top,8px));gap:0;left:8px}.candy-hud-top-right{top:max(8px, env(safe-area-inset-top,8px));gap:6px;right:8px}.candy-player-card{touch-action:manipulation;-webkit-tap-highlight-color:transparent;border-width:2px;gap:6px;min-height:42px;padding:4px 8px 4px 4px}.candy-avatar-circle{border-width:1.5px;width:32px;height:32px}.candy-avatar-img{width:28px;height:28px}.candy-player-name{display:none}.candy-star-row{gap:4px}.candy-star-icon-wrap{width:18px;height:18px}.candy-star-count-num{font-size:16px}.candy-star-count-label{display:none}.candy-zone-pill,.candy-menu-btn{touch-action:manipulation;-webkit-tap-highlight-color:transparent;border-width:1.5px;gap:5px;min-height:42px;padding:6px 12px;font-size:12px}.candy-zone-pill svg,.candy-menu-btn svg{width:15px;height:15px}.question-arena-card{border-width:2.5px;border-radius:18px;padding:14px;box-shadow:0 5px #0369a1,0 14px 28px #00000040}.question-arena-header{margin-bottom:6px}.question-replay-btn{touch-action:manipulation;-webkit-tap-highlight-color:transparent;min-height:44px;padding:7px 16px;font-size:13.5px}.question-visual-clue-card{height:clamp(140px,24vh,200px);margin-bottom:6px}.sentence-box{margin-bottom:8px;padding:10px 14px;font-size:18px;line-height:1.45}.answers-grid{grid-template-columns:1fr;gap:10px;margin-bottom:6px}.answer-card{touch-action:manipulation;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;border-radius:16px;min-height:52px;padding:12px 16px;transition:transform .12s cubic-bezier(.34,1.56,.64,1),background .12s,border-color .12s}.answer-card:active{border-bottom-width:2.5px;transform:translateY(2px)scale(.98)}.answer-badge{flex-shrink:0;width:36px;height:36px;font-size:17px}.answer-text{font-size:16.5px;font-weight:700}.identification-input-container{flex-direction:column;gap:10px;width:100%}.identification-text-input{border-radius:14px;width:100%;max-width:100%;min-height:50px;font-size:17px}.identification-submit-btn{touch-action:manipulation;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;border-radius:14px;width:100%;min-height:50px;font-size:16.5px;font-weight:800}.identification-submit-btn:active{transform:translateY(2px)scale(.98)}}@media (orientation:landscape) and (height<=520px){.question-scene-container{padding:calc(46px + env(safe-area-inset-top,0px)) max(12px, env(safe-area-inset-left,12px)) calc(12px + env(safe-area-inset-bottom,0px)) max(12px, env(safe-area-inset-right,12px))}.candy-hud-top-left{top:max(6px, env(safe-area-inset-top,6px));left:max(8px, env(safe-area-inset-left,8px))}.candy-hud-top-right{top:max(6px, env(safe-area-inset-top,6px));right:max(8px, env(safe-area-inset-right,8px))}.question-arena-card{gap:6px;padding:10px 14px}.question-visual-clue-card{height:110px;margin-bottom:4px}.sentence-box{margin-bottom:6px;padding:8px 12px;font-size:17px}.answers-grid{grid-template-columns:repeat(2,1fr);gap:6px}.answer-card{min-height:42px;padding:8px 12px}.mobile-teacher-strip{margin-bottom:4px;padding:4px 8px}.mobile-teacher-avatar-box{width:32px;height:32px}.mobile-teacher-avatar-img{width:30px;height:30px}}.star-burst-overlay{-webkit-backdrop-filter:blur(8px);z-index:1000;opacity:0;pointer-events:none;will-change:opacity;background:#000000b3;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:fixed;inset:0;transform:translateZ(0)}.star-burst-overlay.visible{opacity:1;pointer-events:auto}.star-burst-panel{text-align:center;opacity:0;will-change:transform, opacity;background:linear-gradient(135deg,#1e293b 0%,#0f172a 100%);border:4px solid #fbbf24;border-radius:24px;padding:32px 48px;position:relative;transform:translateZ(0);box-shadow:0 20px 60px #000c,0 0 0 8px #fbbf244d}.star-burst-panel.animate-pop-up{animation:.5s cubic-bezier(.34,1.56,.64,1) forwards star-pop-in}@keyframes star-pop-in{0%{opacity:0;transform:scale(.8)translateY(20px)}to{opacity:1;transform:scale(1)translateY(0)}}.star-burst-title{font-family:var(--font-primary), sans-serif;color:#fbbf24;text-shadow:3px 3px #000,-2px -2px #000,2px -2px #000,-2px 2px #000;letter-spacing:2px;margin-bottom:24px;font-size:32px;font-weight:900}.star-burst-slots{justify-content:center;gap:20px;margin-bottom:16px;display:flex}.star-slot{background:0 0;border:none;border-radius:16px;justify-content:center;align-items:center;width:80px;height:80px;display:flex;position:relative;overflow:hidden}.star-slot.active{background:0 0}.star-slot.empty{background:0 0;border:none}.star-slot-gray{background:#0006;border:none;border-radius:50%;width:50px;height:50px}.star-burst-svg{filter:drop-shadow(0 4px 8px #00000080)}.star-burst-particles{pointer-events:none;position:absolute;inset:0;overflow:hidden}@media (width<=640px){.star-burst-panel{border-width:3px;border-radius:20px;width:min(90vw,330px);max-width:330px;padding:22px 16px 18px;box-shadow:0 16px 40px #000c,0 0 0 4px #fbbf244d}.star-burst-title{letter-spacing:1px;margin-bottom:14px;font-size:20px}.star-burst-slots{gap:10px;margin-bottom:8px}.star-slot{border-radius:12px;width:60px;height:60px}}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-8px)}75%{transform:translate(8px)}}@keyframes animate-shake{0%,to{transform:translate(0)}20%{transform:translate(-10px)}40%{transform:translate(10px)}60%{transform:translate(-10px)}80%{transform:translate(10px)}}.completed-scene-card{z-index:10;box-sizing:border-box;-webkit-backdrop-filter:blur(16px);text-align:center;background:#0a2548c2;border:4px solid #38bdf8;border-radius:28px;width:92%;max-width:580px;padding:38px 28px;animation:.3s cubic-bezier(.16,1,.3,1) pop-up;position:relative;box-shadow:inset 0 0 0 2px #ffffff40,0 12px #0284c7,0 25px 60px #00000080}
