:root{color-scheme:light;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{min-height:100vh;background:#2c3e50;color:#fff}.game-container{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem;gap:1rem}canvas{max-width:100%;height:auto;border-radius:12px;box-shadow:0 8px 32px #0006;touch-action:none}.game-controls{display:flex;align-items:center;gap:2rem}.game-controls button{background:#e53935;color:#fff;border:none;padding:.6rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s}.game-controls button:hover{background:#c62828}.bird-legend{display:flex;gap:1rem;font-size:.9rem;color:#fffc}.legend-item{display:flex;align-items:center;gap:.4rem}.legend-dot{width:12px;height:12px;border-radius:50%;display:inline-block}
