*{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}#clouds{z-index:2;pointer-events:none}#postfx{z-index:3;pointer-events:none}#game.grabbing{cursor:grabbing}#resources{z-index:10;pointer-events:auto;backdrop-filter:blur(6px);white-space:nowrap;background:#00000080;border-radius:12px;flex-direction:row;gap:8px;padding:6px 12px;display:flex;position:fixed;bottom:90px;left:50%;transform:translate(-50%)}.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}#top-bar{z-index:10;align-items:center;gap:8px;display:flex;position:fixed;top:12px;left:20px}#world-clock-display{color:#e8e0d0;pointer-events:none;backdrop-filter:blur(6px);white-space:nowrap;background:#00000080;border-radius:12px;padding:10px 14px;font-size:16px;font-weight:600}#score-display{z-index:10;color:gold;pointer-events:auto;backdrop-filter:blur(6px);background:#00000080;border-radius:12px;padding:8px 14px;font-size:18px;font-weight:700;position:fixed;top:58px;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%}#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;box-shadow:0 8px 32px #0000008c,0 2px 8px #0000004d}#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}#quest-panel{z-index:10;pointer-events:none;flex-direction:column;gap:4px;width:190px;display:flex;position:fixed;top:104px;left:20px}.quest-card{pointer-events:auto;backdrop-filter:blur(6px);background:#00000047;border:1px solid #ffffff12;border-radius:8px;padding:5px 9px;transition:border-color .3s,background .3s;position:relative}.quest-card[data-desc]:after{content:attr(data-desc);color:#ffffffd1;pointer-events:none;z-index:20;white-space:normal;opacity:0;background:#0f0f1cf5;border:1px solid #ffffff21;border-radius:8px;width:190px;padding:8px 10px;font-size:11px;line-height:1.5;transition:opacity .15s;position:absolute;top:0;left:calc(100% + 10px)}.quest-card[data-desc]:hover:after{opacity:1}.quest-card.completing{background:#1e140073;border-color:#ffe06673}.quest-head{align-items:baseline;gap:4px;display:flex}.quest-tier-icon{flex-shrink:0;font-size:10px}.quest-title{color:#ffffffe0;white-space:nowrap;text-overflow:ellipsis;font-size:11px;font-weight:700;overflow:hidden}.quest-foot{justify-content:space-between;align-items:center;gap:4px;margin-top:2px;display:flex}.quest-progress{color:#ffffffbf;font-size:10px;font-weight:600}.quest-reward{color:#ffda50b3;font-size:10px}.quest-card.completing .quest-progress,.quest-card.completing .quest-title{color:#ffe066}#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}#fx-guide-btn{color:#fff;cursor:pointer;background:#28648cb3;border:none;border-radius:8px;width:100%;margin-bottom:4px;padding:8px 16px;font-size:13px}#fx-guide-btn:hover{background:#3782b4e6}#fx-guide-modal{z-index:100;background:#0009;justify-content:center;align-items:center;display:none;position:fixed;inset:0}#fx-guide-modal.visible{display:flex}#fx-guide-box{color:#eee;background:#2a2a3e;border-radius:16px;flex-direction:column;width:520px;max-height:84vh;padding:28px;display:flex}#fx-guide-box h3{text-align:center;margin-bottom:14px;font-size:18px}#fx-guide-scroll{flex-direction:column;flex:1;gap:14px;min-height:0;padding-right:4px;display:flex;overflow-y:auto}.fx-section{background:#ffffff0d;border-radius:10px;padding:12px 14px}.fx-section-title{color:#8ecfff;text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px;font-size:13px;font-weight:700}.fx-section ul{flex-direction:column;gap:5px;margin:0;padding-left:18px;display:flex}.fx-section li{color:#ccc;font-size:13px;line-height:1.5}.fx-section strong{color:#eee}.fx-section em{color:#adf;font-style:normal}.how-to-play p{color:#ccc;margin-bottom:9px;font-size:13px;line-height:1.6}.how-to-play p:last-child{margin-bottom:0}.how-to-play-cta{font-style:italic;color:#ffffff8c!important}#fx-guide-close{cursor:pointer;color:#fff;background:#555;border:none;border-radius:8px;align-self:center;margin-top:14px;padding:8px 20px;font-size:14px}#fx-guide-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:8px;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:.4;cursor:not-allowed;position:relative}.storage-slot.locked-slot:after{content:"🔒";pointer-events:none;justify-content:center;align-items:center;font-size:18px;display:flex;position:absolute;inset:0}.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:not(.toggle-pill){text-align:right;min-width:42px}#audio-controls input[type=range]{appearance:none;cursor:pointer;background:#ffffff1f;border-radius:3px;outline:none;flex:1;height:6px}#audio-controls input[type=range]::-webkit-slider-thumb{appearance:none;cursor:pointer;background:#4af;border:2px solid #ffffff4d;border-radius:50%;width:14px;height:14px;transition:transform .15s,background .15s;box-shadow:0 1px 4px #0006}#audio-controls input[type=range]::-webkit-slider-thumb:hover{background:#6bf;transform:scale(1.2)}#audio-controls input[type=range]::-moz-range-thumb{cursor:pointer;background:#4af;border:2px solid #ffffff4d;border-radius:50%;width:14px;height:14px;box-shadow:0 1px 4px #0006}#audio-controls input[type=range]::-moz-range-track{background:#ffffff1f;border-radius:3px;height:6px}.toggle-label{cursor:pointer;user-select:none}.toggle-label input[type=checkbox]{display:none}.toggle-pill{vertical-align:middle;background:#ffffff26;border-radius:8px;flex-shrink:0;width:32px;min-width:32px;height:16px;transition:background .2s;display:inline-block;position:relative}.toggle-pill:after{content:"";background:#888;border-radius:50%;width:12px;height:12px;transition:transform .2s,background .2s;position:absolute;top:2px;left:2px}.toggle-label input[type=checkbox]:checked+.toggle-pill{background:#4af6}.toggle-label input[type=checkbox]:checked+.toggle-pill:after{background:#4af;transform:translate(16px)}#build-number{color:#ffffff40;text-align:center;padding:6px 10px 4px;font-size:10px}#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}#splash-overlay{z-index:9999;cursor:pointer;background:#14100a;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}#splash-overlay:not(.no-motion){transition:opacity 1s,background 1s}#splash-overlay.world-visible{background:#14100a59}#splash-overlay.hiding{opacity:0}body.splash-active canvas{transition:filter 1s}body.splash-world-visible canvas{filter:blur(5px)}#splash-card{text-align:center;pointer-events:none;opacity:0;flex-direction:column;align-items:center;gap:14px;display:flex}#splash-overlay:not(.no-motion) #splash-card{transition:opacity 1s}#splash-card.visible{opacity:1}#splash-icon{object-fit:contain;filter:drop-shadow(0 4px 16px #00000080);width:96px;height:96px}#splash-wordmark{color:#fff;letter-spacing:.02em;text-shadow:0 2px 16px #0009;font-family:Nunito,Quicksand,sans-serif;font-size:2.6rem;font-weight:800;line-height:1}#splash-tagline{color:#ffffffd1;text-shadow:0 1px 8px #00000080;font-family:Nunito,Quicksand,sans-serif;font-size:1.05rem;font-weight:500}#splash-hint{color:#ffffff6b;letter-spacing:.06em;text-transform:uppercase;margin-top:12px;font-family:Nunito,Quicksand,sans-serif;font-size:.78rem;font-weight:400}
/*# sourceMappingURL=path0.16af6ec4.css.map */
