@import url("https://fonts.googleapis.com/css2?family=Fredoka:wght@300;400;500;600;700&family=Nunito:wght@400;600;700;800&display=swap");:root[data-theme=doodle]{--background:47 32 23;--foreground:215 25 27;--primary:158 64 52;--primary-foreground:160 84 39;--secondary:48 97 77;--secondary-foreground:32 95 44;--accent:326 78 86;--accent-foreground:333 71 51;--muted:214 32 91;--muted-foreground:215 16 47;--card:0 0 100;--card-foreground:215 25 27;--popover:0 0 100;--popover-foreground:215 25 27;--border:215 25 27;--input:215 25 27;--ring:158 64 52;--destructive:0 84 60;--destructive-foreground:0 0 98;--success:142 71 45;--success-foreground:0 0 100;--warning:38 92 50;--warning-foreground:0 0 100;--info:199 89 48;--info-foreground:0 0 100;--radius:1rem;--shadow-color:215 25 27;--border-width:2px}:root[data-theme=doodle].dark{--background:220 17 15;--foreground:48 97 77;--primary:158 64 52;--primary-foreground:0 0 100;--secondary:48 97 77;--secondary-foreground:32 95 44;--accent:326 78 86;--accent-foreground:0 0 100;--muted:217 33 17;--muted-foreground:214 32 91;--card:220 17 18;--card-foreground:48 97 77;--border:48 97 77;--ring:158 64 52}[data-theme=doodle] h1,[data-theme=doodle] h2,[data-theme=doodle] h3,[data-theme=doodle] h4,[data-theme=doodle] h5,[data-theme=doodle] h6{font-family:Fredoka,-apple-system,BlinkMacSystemFont,sans-serif}[data-theme=doodle] body{font-family:Nunito,-apple-system,BlinkMacSystemFont,sans-serif}[data-theme=doodle] .button,[data-theme=doodle] .card,[data-theme=doodle] .input,[data-theme=doodle] [role=button]{border-width:var(--border-width);border-style:solid;box-shadow:4px 4px 0 hsl(var(--shadow-color));transition:all .1s ease}[data-theme=doodle] .button:active,[data-theme=doodle] .card:active,[data-theme=doodle] [role=button]:active{transform:translate(2px,2px);box-shadow:2px 2px 0 hsl(var(--shadow-color))}[data-theme=doodle] .button-primary{background:hsl(var(--primary));color:hsl(var(--primary-foreground))}[data-theme=doodle] .button-secondary{background:hsl(var(--secondary));color:hsl(var(--secondary-foreground))}[data-theme=doodle] .button-accent{background:hsl(var(--accent));color:hsl(var(--accent-foreground))}[data-theme=doodle] .stat-card:first-child{background-color:#E0F2FE}[data-theme=doodle] .stat-card:nth-child(2){background-color:#FEE2E2}[data-theme=doodle] .stat-card:nth-child(3){background-color:#FEF3C7}[data-theme=doodle] .stat-card:nth-child(4){background-color:#D1FAE5}[data-theme=doodle] .progress-bar{border:var(--border-width) solid hsl(var(--border));border-radius:calc(var(--radius) / 2);box-shadow:3px 3px 0 hsl(var(--shadow-color));overflow:hidden}[data-theme=doodle] .progress-fill{background:hsl(var(--primary));border-right:var(--border-width) solid hsl(var(--border))}[data-theme=doodle] .toast{border:var(--border-width) solid hsl(var(--border));box-shadow:4px 4px 0 hsl(var(--shadow-color));animation:doodleSlideIn .4s cubic-bezier(.175,.885,.32,1.275)}[data-theme=doodle] .toast.success{background-color:#D1FAE5}[data-theme=doodle] .toast.warning{background-color:#FEF3C7}[data-theme=doodle] .toast.info{background-color:#E0F2FE}[data-theme=doodle] .toast.error{background-color:#FEE2E2}[data-theme=doodle] .modal-content{border:var(--border-width) solid hsl(var(--border));box-shadow:8px 8px 0 hsl(var(--shadow-color));animation:doodlePopIn .3s cubic-bezier(.175,.885,.32,1.275)}[data-theme=doodle] input,[data-theme=doodle] select,[data-theme=doodle] textarea{border:var(--border-width) solid hsl(var(--border));border-radius:calc(var(--radius) / 1.5)}[data-theme=doodle] .badge,[data-theme=doodle] [role=tab]{border:var(--border-width) solid hsl(var(--border));box-shadow:2px 2px 0 hsl(var(--shadow-color))}[data-theme=doodle] [role=tab]{border-radius:calc(var(--radius) / 2)}[data-theme=doodle] [role=tab][data-state=active]{background:hsl(var(--secondary));transform:translate(1px,1px);box-shadow:1px 1px 0 hsl(var(--shadow-color))}[data-theme=doodle] .game-cell{border:var(--border-width) solid hsl(var(--border));border-radius:calc(var(--radius) / 2);box-shadow:3px 3px 0 hsl(var(--shadow-color))}[data-theme=doodle] .game-cell:active{transform:translate(2px,2px);box-shadow:1px 1px 0 hsl(var(--shadow-color))}[data-theme=doodle] .accordion-item{border:var(--border-width) solid hsl(var(--border));margin-bottom:8px;border-radius:var(--radius);overflow:hidden}@keyframes doodleSlideIn{0%{transform:translateY(-100px) rotate(-2deg);opacity:0}to{transform:translateY(0) rotate(0deg);opacity:1}}@keyframes doodlePopIn{0%{transform:scale(.8) rotate(-3deg);opacity:0}to{transform:scale(1) rotate(0deg);opacity:1}}[data-theme=doodle] .hover-lift:hover{transform:translateY(-2px);box-shadow:6px 6px 0 hsl(var(--shadow-color))}[data-theme=doodle] ::-webkit-scrollbar{width:12px}[data-theme=doodle] ::-webkit-scrollbar-track{background:hsl(var(--muted));border:var(--border-width) solid hsl(var(--border))}[data-theme=doodle] ::-webkit-scrollbar-thumb{background:hsl(var(--primary));border:var(--border-width) solid hsl(var(--border));border-radius:calc(var(--radius) / 2)}[data-theme=doodle] ::-webkit-scrollbar-thumb:hover{background:hsl(var(--primary-foreground))}