.donggeul-game-container{--background:212 44% 98%;--foreground:224 84% 15%;--card:0 0% 100%;--card-foreground:224 84% 15%;--popover:0 0% 100%;--popover-foreground:224 84% 15%;--primary:160 55% 43%;--primary-foreground:0 0% 100%;--secondary:37 92% 58%;--secondary-foreground:224 84% 15%;--muted:213 48% 94%;--muted-foreground:218 19% 43%;--accent:9 100% 65%;--accent-foreground:224 84% 15%;--destructive:0 72% 51%;--destructive-foreground:0 0% 100%;--border:211 46% 88%;--input:211 46% 88%;--ring:160 55% 43%;--radius:1rem;--game-bg:212 60% 96%;--game-container:0 0% 100%;--game-wood:224 84% 15%;--game-wood-light:39 28% 40%;--game-wood-dark:33 26% 24%;--game-meadow:160 55% 43%;--game-meadow-light:154 48% 56%;--game-deadline:9 100% 65%;--game-score-bg:0 0% 100%;--game-panel-border:211 46% 88%;--game-text:224 84% 15%;--game-text-muted:218 19% 43%;--sidebar-background:0 0% 98%;--sidebar-foreground:240 5.3% 26.1%;--sidebar-primary:240 5.9% 10%;--sidebar-primary-foreground:0 0% 98%;--sidebar-accent:240 4.8% 95.9%;--sidebar-accent-foreground:240 5.9% 10%;--sidebar-border:220 13% 91%;--sidebar-ring:217.2 91.2% 59.8%}.donggeul-game-container.dark{--background:218 57% 10%;--foreground:210 40% 96%;--card:216 48% 16%;--card-foreground:210 40% 96%;--popover:216 48% 16%;--popover-foreground:210 40% 96%;--primary:160 56% 50%;--primary-foreground:218 57% 10%;--secondary:39 92% 58%;--secondary-foreground:218 57% 10%;--muted:215 38% 22%;--muted-foreground:214 24% 72%;--accent:9 100% 66%;--accent-foreground:218 57% 10%;--destructive:0 72% 51%;--destructive-foreground:0 0% 100%;--border:215 28% 28%;--input:215 28% 28%;--ring:160 56% 50%;--game-bg:218 57% 10%;--game-container:216 48% 16%;--game-wood:39 92% 58%;--game-wood-light:37 88% 66%;--game-wood-dark:27 72% 38%;--game-meadow:160 56% 42%;--game-meadow-light:154 48% 52%;--game-deadline:9 100% 66%;--game-score-bg:216 48% 16%;--game-panel-border:215 28% 28%;--game-text:210 40% 96%;--game-text-muted:214 24% 72%;--sidebar-background:240 5.9% 10%;--sidebar-foreground:240 4.8% 95.9%;--sidebar-primary:224.3 76.3% 48%;--sidebar-primary-foreground:0 0% 100%;--sidebar-accent:240 3.7% 15.9%;--sidebar-accent-foreground:240 4.8% 95.9%;--sidebar-border:240 3.7% 15.9%;--sidebar-ring:217.2 91.2% 59.8%}.donggeul-game-container *{border-color:hsl(var(--border))}.donggeul-game-container{font-synthesis:none;font-family:DNFBitBitv2,sans-serif}.donggeul-game-container .font-game,.donggeul-game-container .font-title,.donggeul-game-container .font-jalnan{font-synthesis:none;font-family:DNFBitBitv2,sans-serif;font-weight:400!important}.donggeul-game-container .game-screen{background:radial-gradient(circle at 14% 12%, hsl(var(--accent) / .12), transparent 28%), radial-gradient(circle at 86% 8%, hsl(var(--primary) / .16), transparent 30%), linear-gradient(180deg, hsl(var(--game-bg)), hsl(var(--background)));flex-direction:column;justify-content:center;align-items:center;min-height:100dvh;display:flex}.donggeul-game-container .panel-flat{background:hsl(var(--game-score-bg));border:1px solid hsl(var(--game-panel-border));border-radius:14px;box-shadow:0 10px 26px #06174614}.donggeul-game-container .btn-primary{background:hsl(var(--primary));color:hsl(var(--primary-foreground));border:none;border-radius:12px;font-weight:600;transition:all .2s}.donggeul-game-container .btn-primary:hover{background:#2c9673;transform:translateY(-1px)}.donggeul-game-container .btn-primary:active{transform:translateY(1px)}.donggeul-game-container .btn-secondary{background:hsl(var(--game-score-bg));color:hsl(var(--game-text));border:2px solid hsl(var(--game-panel-border));border-radius:12px;transition:all .2s}.donggeul-game-container .btn-secondary:hover{background:hsl(var(--muted));border-color:hsl(var(--primary))}.donggeul-game-container .btn-icon{background:hsl(var(--game-score-bg));border:2px solid hsl(var(--game-panel-border));border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;padding:0;transition:all .2s;display:inline-flex}.donggeul-game-container .btn-icon:hover{background:hsl(var(--muted));border-color:hsl(var(--primary))}.donggeul-game-container .game-container{background:hsl(var(--game-score-bg) / .1);border:0;border-radius:10px;overflow:hidden;box-shadow:0 18px 44px #0617461f,inset 0 1px #ffffff47}.donggeul-game-container .bounce-in{animation:.4s cubic-bezier(.34,1.56,.64,1) bounceIn}.donggeul-game-container .fade-in{animation:.3s ease-out fadeIn}.donggeul-game-container .score-pop{animation:.3s cubic-bezier(.34,1.56,.64,1) scorePop}.donggeul-game-container .float-animation{animation:2.5s ease-in-out infinite float}.donggeul-game-container .shake-animation{animation:.4s ease-in-out shake}.donggeul-game-container .deadline-warning{animation:.5s ease-in-out infinite deadlineWarning}@keyframes bounceIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scorePop{0%{transform:scale(1)}50%{transform:scale(1.15)}to{transform:scale(1)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes shake{0%,to{transform:translate(0)}20%,60%{transform:translate(-4px)}40%,80%{transform:translate(4px)}}@keyframes deadlineWarning{0%,to{opacity:.6}50%{opacity:1}}
