@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;600;800&family=Outfit:wght@400;700&display=swap";:root{--bg-color:#050505;--panel-bg:#141414b3;--accent-color:#3b82f6;--text-primary:#fff;--text-secondary:#94a3b8;--glass-border:#ffffff1a}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-primary);flex-direction:column;justify-content:center;align-items:center;height:100vh;font-family:Inter,sans-serif;display:flex;overflow:hidden}#app{flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.game-container{border:1px solid var(--glass-border);background:#000;border-radius:12px;position:relative;overflow:hidden;box-shadow:0 0 40px #00000080,0 0 20px #3b82f61a}canvas{image-rendering:pixelated;display:block}.ui-overlay{pointer-events:none;flex-direction:column;width:100%;height:100%;padding:20px;display:flex;position:absolute;top:0;left:0}.hud-top{justify-content:space-between;width:100%;display:flex}.hud-panel{background:var(--panel-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--glass-border);letter-spacing:.5px;border-radius:8px;padding:8px 16px;font-family:Outfit,sans-serif;font-weight:700}.pigeon-stats{align-items:center;gap:10px;display:flex}.pigeon-icon{width:16px;height:16px;image-rendering:pixelated;background:url(icons.png) 0 -224px/512px no-repeat}.hidden{display:none!important}#craftingOverlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:100;background:#0009;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.crafting-window{background:#1e1e23e6;border:1px solid #ffffff1a;border-radius:16px;width:400px;padding:24px;box-shadow:0 20px 40px #0006}.crafting-window h2{color:#fff;letter-spacing:2px;border-bottom:1px solid #ffffff1a;margin-top:0;padding-bottom:12px;font-family:Outfit,sans-serif}#recipeList{max-height:300px;margin-bottom:20px;overflow-y:auto}.recipe-item{cursor:pointer;background:#ffffff0d;border-radius:8px;justify-content:space-between;align-items:center;margin-bottom:8px;padding:12px;transition:all .2s;display:flex}.recipe-item:hover{background:#ffffff1a}.recipe-item.disabled{opacity:.4;cursor:not-allowed}.recipe-item .costs{color:#ffffff80;font-size:.8em}#closeCrafting{color:#fff;cursor:pointer;background:#ff4757;border:none;border-radius:8px;width:100%;padding:12px;font-weight:700;transition:background .2s}#closeCrafting:hover{background:#ff6b81}h1{background:linear-gradient(135deg,#fff 0%,#3b82f6 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:2rem;font-family:Outfit,sans-serif;font-size:2.5rem;font-weight:800}.controls-hint{color:var(--text-secondary);margin-top:2rem;font-size:.9rem}kbd{color:#fff;background:#1e293b;border:1px solid #334155;border-radius:4px;padding:2px 6px;font-family:monospace}
