@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--background: 0 0% 100%;--foreground: 222.2 84% 4.9%;--card: 0 0% 100%;--card-foreground: 222.2 84% 4.9%;--popover: 0 0% 100%;--popover-foreground: 222.2 84% 4.9%;--primary: 221.2 83.2% 53.3%;--primary-foreground: 210 40% 98%;--secondary: 210 40% 96%;--secondary-foreground: 222.2 84% 4.9%;--muted: 210 40% 96%;--muted-foreground: 215.4 16.3% 46.9%;--accent: 210 40% 96%;--accent-foreground: 222.2 84% 4.9%;--destructive: 0 84.2% 60.2%;--destructive-foreground: 210 40% 98%;--border: 214.3 31.8% 91.4%;--input: 214.3 31.8% 91.4%;--ring: 221.2 83.2% 53.3%;--radius: .5rem;font-family:Inter,system-ui,-apple-system,sans-serif;font-feature-settings:"cv02","cv03","cv04","cv11";line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}[data-theme=dark]{--background: 222.2 84% 4.9%;--foreground: 210 40% 98%;--card: 222.2 84% 4.9%;--card-foreground: 210 40% 98%;--popover: 222.2 84% 4.9%;--popover-foreground: 210 40% 98%;--primary: 217.2 91.2% 59.8%;--primary-foreground: 222.2 84% 4.9%;--secondary: 217.2 32.6% 17.5%;--secondary-foreground: 210 40% 98%;--muted: 217.2 32.6% 17.5%;--muted-foreground: 215 20.2% 65.1%;--accent: 217.2 32.6% 17.5%;--accent-foreground: 210 40% 98%;--destructive: 0 62.8% 30.6%;--destructive-foreground: 210 40% 98%;--border: 217.2 32.6% 17.5%;--input: 217.2 32.6% 17.5%;--ring: 224.3 76.3% 94.1%}*{box-sizing:border-box}body{margin:0;padding:1rem;min-height:100vh;background:hsl(var(--background));color:hsl(var(--foreground));display:flex;justify-content:center;align-items:center}.game-container{max-width:900px;width:100%}.game-header{text-align:center;margin-bottom:2rem}.game-title{font-size:2.5rem;font-weight:700;margin:0 0 .5rem;background:linear-gradient(135deg,hsl(var(--primary)),hsl(var(--primary)) 40%,hsl(var(--accent-foreground)));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:-.025em}.game-subtitle{color:hsl(var(--muted-foreground));font-size:.875rem;font-weight:500;margin:0;letter-spacing:.025em;text-transform:uppercase}.game-card{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:calc(var(--radius) * 2);padding:1.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.game-stats{display:flex;flex-direction:column;gap:1rem}.stat-item{text-align:center;padding:.75rem;background:hsl(var(--muted));border-radius:var(--radius)}.stat-highlight{background:linear-gradient(135deg,hsl(var(--primary) / .1),hsl(var(--accent) / .1));border:1px solid hsl(var(--primary) / .2)}.stat-row{display:flex;gap:1rem}.stat-row .stat-item{flex:1}.stat-label{display:block;font-size:.75rem;font-weight:500;color:hsl(var(--muted-foreground));text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem}.stat-value{display:block;font-size:1.125rem;font-weight:600;color:hsl(var(--foreground))}#game-status,#game-points{min-width:120px;text-align:center}.game-layout{display:grid;grid-template-columns:1fr 320px;gap:2rem;align-items:start;min-height:0}.game-main{display:flex;flex-direction:column;gap:1.5rem}.game-canvas-container{display:flex;justify-content:center;padding:1rem;background:hsl(var(--muted));border-radius:var(--radius);border:1px solid hsl(var(--border))}.game-sidebar{display:flex;flex-direction:column;gap:1.5rem;width:320px}#jungle-canvas{display:block;border-radius:calc(var(--radius) * .5);box-shadow:0 2px 8px #0000001a}.game-controls{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.control-group{display:flex;flex-direction:column;gap:.5rem}.control-label{font-size:.875rem;font-weight:500;color:hsl(var(--foreground))}.speed-controls{display:flex;align-items:center;justify-content:center;gap:.75rem}.speed-display{font-size:1rem;font-weight:600;color:hsl(var(--foreground));min-width:3rem;text-align:center;padding:.5rem .75rem;background:hsl(var(--muted));border-radius:calc(var(--radius) * .5);border:1px solid hsl(var(--border))}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border-radius:var(--radius);font-size:.875rem;font-weight:500;transition:all .15s ease-in-out;cursor:pointer;border:1px solid transparent;text-decoration:none;-webkit-user-select:none;user-select:none;outline:none;position:relative}.btn:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:2px}.btn:disabled{pointer-events:none;opacity:.5}.btn-primary{background:hsl(var(--primary));color:hsl(var(--primary-foreground));padding:.75rem 1.5rem;font-weight:600;box-shadow:0 1px 2px #0000000d;min-width:140px}.btn-primary:hover:not(:disabled){background:hsl(var(--primary) / .9);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;transform:translateY(-1px)}.btn-primary:active:not(:disabled){transform:translateY(0);box-shadow:0 1px 2px #0000000d}.btn-outline{background:hsl(var(--secondary));color:hsl(var(--secondary-foreground));border:2px solid hsl(var(--primary));font-weight:600;box-shadow:0 2px 4px #0000001a}.btn-outline:hover:not(:disabled){background:hsl(var(--primary));color:hsl(var(--primary-foreground));border-color:hsl(var(--primary));transform:translateY(-1px);box-shadow:0 4px 8px #00000026}.btn-sm{padding:1rem 1.25rem;font-size:1.125rem;border-radius:calc(var(--radius) * .75);min-width:3.5rem;height:3rem;font-weight:700}.game-instructions{text-align:center;padding:1rem;background:hsl(var(--muted) / .5);border-radius:var(--radius);border:1px dashed hsl(var(--border))}.instruction-item{display:flex;align-items:center;justify-content:center;gap:.75rem;font-size:.875rem;color:hsl(var(--muted-foreground));margin-bottom:.5rem}.instruction-item:last-child{margin-bottom:0}kbd{display:inline-flex;align-items:center;justify-content:center;min-width:1.5rem;height:1.5rem;padding:0 .25rem;font-family:monospace;font-size:.875rem;font-weight:600;background:hsl(var(--muted));color:hsl(var(--muted-foreground));border:1px solid hsl(var(--border));border-radius:calc(var(--radius) * .5);box-shadow:0 1px 2px #0000000d}kbd.arrow-key{width:1.5rem;padding:0}@media (prefers-color-scheme: dark){:root{--background: 222.2 84% 4.9%;--foreground: 210 40% 98%;--card: 222.2 84% 4.9%;--card-foreground: 210 40% 98%;--popover: 222.2 84% 4.9%;--popover-foreground: 210 40% 98%;--primary: 217.2 91.2% 59.8%;--primary-foreground: 222.2 84% 4.9%;--secondary: 217.2 32.6% 17.5%;--secondary-foreground: 210 40% 98%;--muted: 217.2 32.6% 17.5%;--muted-foreground: 215 20.2% 65.1%;--accent: 217.2 32.6% 17.5%;--accent-foreground: 210 40% 98%;--destructive: 0 62.8% 30.6%;--destructive-foreground: 210 40% 98%;--border: 217.2 32.6% 17.5%;--input: 217.2 32.6% 17.5%;--ring: 224.3 76.3% 94.1%}}@media (max-width: 768px){body{padding:.5rem}.game-container{max-width:100%}.game-card{padding:1rem}.game-title{font-size:2rem}.game-layout{grid-template-columns:1fr;gap:1.5rem}.game-sidebar{order:-1;width:100%}.stat-row{flex-direction:column;gap:.75rem}#game-status,#game-points{min-width:auto}}
