*{box-sizing:border-box;margin:0;padding:0}body{background:#1a1a2e;font-family:Segoe UI,sans-serif;overflow:hidden}canvas.fullscreen{width:100%;height:100%;display:block;position:fixed;top:0;left:0}#life-canvas{z-index:0;pointer-events:none}#game{z-index:1;cursor:grab}#game.grabbing{cursor:grabbing}#resources{z-index:10;pointer-events:auto;backdrop-filter:blur(6px);background:#00000080;border-radius:12px;flex-direction:column;gap:4px;padding:8px 12px;display:flex;position:fixed;top:62px;left:20px}.resource-item{color:#eee;align-items:center;gap:4px;min-width:50px;font-size:14px;display:flex}.resource-item .icon{font-size:16px}.resource-item .count{font-weight:600}#score-display{z-index:10;color:gold;pointer-events:auto;backdrop-filter:blur(6px);background:#00000080;border-radius:12px;padding:10px 14px;font-size:18px;font-weight:700;position:fixed;top:12px;left:20px}#hand{z-index:10;backdrop-filter:blur(6px);background:#00000080;border-radius:16px;gap:12px;padding:12px 16px;display:flex;position:fixed;top:20px;left:50%;transform:translate(-50%)}.hand-tile{cursor:pointer;border:3px solid #fff3;border-radius:12px;width:80px;height:80px;transition:border-color .2s,transform .2s;position:relative}.hand-tile:hover{transform:scale(1.05)}.hand-tile.selected{border-color:gold;transform:scale(1.1);box-shadow:0 0 16px #ffd70066}.hand-tile canvas{border-radius:9px;width:100%;height:100%}#controls-hint{color:#fff6;text-align:center;z-index:10;pointer-events:none;font-size:12px;position:fixed;top:132px;left:50%;transform:translate(-50%)}#menu-wrapper{z-index:20;position:fixed;top:12px;right:20px}#menu-btn{color:#eee;cursor:pointer;backdrop-filter:blur(6px);background:#00000080;border:none;border-radius:10px;width:40px;height:40px;font-size:20px}#menu-btn:hover{background:#000000b3}#menu-dropdown{backdrop-filter:blur(6px);background:#1e1e32f2;border-radius:10px;min-width:150px;padding:6px;display:none;position:absolute;top:0;right:48px}#menu-dropdown.visible{display:block}#reset-btn{color:#fff;cursor:pointer;background:#b42828b3;border:none;border-radius:8px;width:100%;padding:8px 16px;font-size:13px}#reset-btn:hover{background:#c83232e6}#confirm-modal{z-index:100;background:#0009;justify-content:center;align-items:center;display:none;position:fixed;inset:0}#confirm-modal.visible{display:flex}#confirm-box{text-align:center;color:#eee;background:#2a2a3e;border-radius:16px;min-width:280px;padding:30px}#confirm-box h3{margin-bottom:16px}#confirm-box button{cursor:pointer;border:none;border-radius:8px;margin:0 8px;padding:8px 20px;font-size:14px}#confirm-yes{color:#fff;background:#c33}#confirm-no{color:#fff;background:#555}#unlock-modal{z-index:100;background:#0009;justify-content:center;align-items:center;display:none;position:fixed;inset:0;overflow:hidden}#unlock-modal.visible{display:flex}#unlock-box{text-align:center;color:#eee;z-index:1;background:#2a2a3e;border-radius:16px;min-width:220px;padding:30px}#unlock-box h3{margin-bottom:16px;font-size:20px}#unlock-preview{background:#0000004d;border-radius:8px;margin:0 auto 16px;display:block}#unlock-ok{cursor:pointer;color:#fff;background:#4a7;border:none;border-radius:8px;padding:8px 24px;font-size:14px;font-weight:600}#unlock-ok:hover{background:#5b8}.confetti-piece{z-index:101;pointer-events:none;border-radius:2px;width:8px;height:8px;animation:2s ease-in forwards confetti-fall;position:fixed}@keyframes confetti-fall{0%{opacity:1;transform:translateY(0)translate(0)rotate(0)}to{transform:translateY(100vh)translateX(var(--cx))rotate(720deg);opacity:0}}.hand-tile.overlay-item{border-color:#b478ff99}.hand-tile.overlay-item.selected{border-color:#b78fff;box-shadow:0 0 16px #b78fff80}#gallery-btn{color:#fff;cursor:pointer;background:#503c8cb3;border:none;border-radius:8px;width:100%;margin-bottom:4px;padding:8px 16px;font-size:13px}#gallery-btn:hover{background:#6450aae6}#gallery-modal{z-index:100;background:#0009;justify-content:center;align-items:center;display:none;position:fixed;inset:0}#gallery-modal.visible{display:flex}#gallery-box{text-align:center;color:#eee;background:#2a2a3e;border-radius:16px;flex-direction:column;width:450px;max-height:70vh;padding:24px;display:flex}#gallery-box h3{margin-bottom:12px;font-size:18px}#gallery-scroll{flex:1;grid-template-columns:repeat(5,1fr);gap:8px;min-height:0;padding:12px;display:grid;overflow:hidden auto}.gallery-item{aspect-ratio:1;background:#0000004d;border-radius:8px;position:relative}.gallery-item canvas{border-radius:8px;width:100%;height:100%}.gallery-item.locked canvas{filter:grayscale()brightness(.4)}.gallery-item.locked:after{content:"🔒";pointer-events:none;justify-content:center;align-items:center;font-size:20px;display:flex;position:absolute;inset:0}#gallery-close{cursor:pointer;color:#fff;background:#555;border:none;border-radius:8px;margin-top:12px;padding:8px 20px;font-size:14px}#gallery-close:hover{background:#666}.hand-slot{flex-direction:column;align-items:center;gap:4px;display:flex}.hand-slot-buttons{gap:4px;display:flex}.hand-slot-buttons button{color:#ccc;cursor:pointer;background:#ffffff1f;border:none;border-radius:6px;padding:2px 6px;font-size:13px;line-height:1.2;transition:background .15s}.hand-slot-buttons button:hover:not(:disabled){color:#fff;background:#ffffff40}.hand-slot-buttons button:disabled{opacity:.3;cursor:not-allowed}.hand-slot-buttons button.locked{opacity:.2;cursor:not-allowed}#storage-panel{z-index:10;backdrop-filter:blur(6px);background:#00000080;border-radius:12px;align-items:center;gap:8px;padding:8px 14px;display:none;position:fixed;bottom:20px;left:50%;transform:translate(-50%)}#storage-panel.visible{display:flex}#storage-panel .storage-label{color:#aaa;margin-right:4px;font-size:12px}.storage-slot{cursor:pointer;background:#0000004d;border:2px solid #ffffff26;border-radius:10px;width:60px;height:60px;transition:border-color .2s,transform .15s;position:relative}.storage-slot canvas{border-radius:8px;width:100%;height:100%}.storage-slot.empty{cursor:default}.storage-slot.locked-slot{opacity:.25;cursor:not-allowed}.storage-slot.selected-storage{border-color:#4af;transform:scale(1.08);box-shadow:0 0 12px #4af6}#storage-upgrade-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#50a05099;border:none;border-radius:8px;padding:4px 10px;font-size:11px;transition:background .15s}#storage-upgrade-btn:hover:not(:disabled){background:#50b450cc}#storage-upgrade-btn:disabled{opacity:.35;cursor:not-allowed}#demolish-btn{z-index:20;color:#eee;cursor:pointer;backdrop-filter:blur(6px);background:#00000080;border:2px solid #0000;border-radius:10px;width:40px;height:40px;font-size:18px;transition:border-color .2s,background .2s;position:fixed;top:60px;right:20px}#demolish-btn:hover{background:#000000b3}#demolish-btn.active{background:#b4282880;border-color:#e44}#game.demolish-cursor{cursor:crosshair}#audio-controls{flex-direction:column;gap:6px;padding:8px 10px;display:flex}#audio-controls label{color:#ccc;white-space:nowrap;align-items:center;gap:6px;font-size:12px;display:flex}#audio-controls label span{text-align:right;min-width:42px}#audio-controls input[type=range]{accent-color:#4af;cursor:pointer;flex:1;height:4px}#audio-controls input[type=checkbox]{accent-color:#4af}#preview-tooltip{z-index:15;color:#fff;pointer-events:none;white-space:nowrap;backdrop-filter:blur(4px);background:#000000bf;border-radius:8px;padding:4px 10px;font-size:13px;display:none;position:fixed}
/*# sourceMappingURL=path0.cd4166c1.css.map */
