@import "https://fonts.googleapis.com/css2?family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap";:root{--bg-color:#f0f0f0;--primary-color:#ff3e00;--secondary-color:#0f0;--accent-color:#ff0;--text-color:#000;--border-width:4px;--shadow-offset:6px;--font-main:"Space Mono", monospace}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-main);background-color:var(--bg-color);color:var(--text-color);-webkit-user-select:none;user-select:none;overflow:hidden}.neo-box{border:var(--border-width) solid black;box-shadow:var(--shadow-offset) var(--shadow-offset) 0px 0px black;background:#fff;padding:20px;transition:all .1s}.neo-box:active{transform:translate(2px,2px);box-shadow:2px 2px #000}.neo-button{cursor:pointer;background:var(--accent-color);border:var(--border-width) solid black;box-shadow:var(--shadow-offset) var(--shadow-offset) 0px 0px black;font-family:var(--font-main);text-transform:uppercase;padding:12px 24px;font-size:clamp(.9rem,3vw,1.4rem);font-weight:700;transition:all .1s}.neo-button:hover{background:var(--primary-color);color:#fff}.neo-button:active{transform:translate(4px,4px);box-shadow:2px 2px #000}.neo-button.secondary{background:var(--secondary-color)}#root{flex-direction:column;height:100dvh;display:flex}.hud{border-bottom:var(--border-width) solid black;z-index:100;box-sizing:border-box;background:#fff;flex-shrink:0;justify-content:space-between;align-items:center;gap:20px;height:100px;padding:10px 20px;display:flex}.progress-container{flex-direction:column;flex:2;gap:5px;display:flex}.progress-labels{justify-content:space-between;align-items:flex-end;display:flex}.rank-badge{text-transform:uppercase;border:2px solid #000;padding:2px 8px;font-size:.75rem;font-weight:700}.receipt-rank-badge{text-transform:uppercase;z-index:20;border:3px solid #000;flex-direction:column;align-items:center;padding:4px 10px;font-size:.8rem;font-weight:900;display:flex;position:absolute;top:10px;right:10px;transform:rotate(3deg);box-shadow:3px 3px #000}.time-taken-text{opacity:.8;margin-top:2px;font-size:.6rem}.percentage-text{font-size:1rem;font-weight:700}.progress-bar-bg{background:#ddd;border:3px solid #000;height:20px;position:relative;overflow:hidden}.progress-bar-fill{height:100%;transition:width .3s cubic-bezier(.175,.885,.32,1.275)}.milestone-flash{color:#fff;text-shadow:4px 4px #000,-4px -4px #000,4px -4px #000,-4px 4px #000;z-index:2000;pointer-events:none;white-space:nowrap;font-size:clamp(2rem,10vw,5rem);font-weight:900;animation:1s ease-out forwards flash-pop;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes flash-pop{0%{opacity:0;transform:translate(-50%,-50%)scale(.5)}20%{opacity:1;transform:translate(-50%,-50%)scale(1.2)}80%{opacity:1;transform:translate(-50%,-50%)scale(1)}to{opacity:0;transform:translate(-50%,-50%)scale(1.5)}}.flash-white{animation:.1s ease-out flash-white}@keyframes flash-white{0%{filter:brightness()}50%{filter:brightness(1.3)contrast(1.1)}to{filter:brightness()}}.balance-amount.pop{animation:.2s cubic-bezier(.175,.885,.32,1.275) balance-pop}@keyframes balance-pop{0%{transform:scale(1)}50%{color:var(--secondary-color);transform:scale(1.15)}to{transform:scale(1)}}.money-rain{pointer-events:none;z-index:1500;width:100%;height:100%;position:fixed;top:0;left:0}.money-particle{font-size:2rem;animation:2s linear infinite fall;position:absolute;top:-50px}@keyframes fall{to{transform:translateY(110vh)rotate(360deg)}}.tint-red{animation:2s infinite tint-pulse}@keyframes tint-pulse{0%,to{background-color:var(--bg-color)}50%{background-color:#ff3e001a}}.vibrate-small{animation:.1s linear infinite vibrate}@keyframes vibrate{0%{transform:translate(0)}25%{transform:translate(1px,1px)}50%{transform:translate(-1px,-1px)}75%{transform:translate(1px,-1px)}to{transform:translate(-1px,1px)}}.rank-100{color:#000;background:gold;box-shadow:2px 2px #000}.rank-90{color:#fff;background:#ff3e00}.rank-80{color:#000;background:#ffae00}.rank-70{color:#000;background:#0f0}.rank-0{color:#000;background:#fff}.receipt-day{text-transform:uppercase;color:#666;letter-spacing:1px;margin-bottom:5px;font-size:.8rem;font-weight:800}.timer{color:var(--primary-color);flex-shrink:0;font-size:clamp(1.2rem,4vw,2.5rem);font-weight:700}.debug-panel{z-index:9999;background:#fff;flex-direction:column;gap:12px;max-width:330px;max-height:90vh;padding:12px;font-size:.7rem;display:flex;position:fixed;bottom:10px;right:10px;overflow-y:auto}.debug-header{text-align:center;text-transform:uppercase;border-bottom:2px solid #000;padding-bottom:4px;font-size:.8rem;font-weight:900}.debug-section{flex-direction:column;gap:6px;display:flex}.debug-section-title{color:#555;text-transform:uppercase;letter-spacing:.5px;font-size:.65rem;font-weight:700}.debug-buttons{flex-wrap:wrap;gap:5px;display:flex}.debug-buttons button{cursor:pointer;font-weight:700;font-family:var(--font-main);background:#f0f0f0;border:2px solid #000;padding:5px 8px;font-size:.65rem;transition:all .1s;box-shadow:1px 1px #000}.debug-buttons button:hover{background:var(--accent-color);transform:translate(-1px,-1px);box-shadow:2px 2px #000}.debug-buttons button:active{transform:translate(1px,1px);box-shadow:0 0 #000}.balance-container{text-align:right;flex-direction:column;flex:1;justify-content:center;min-width:0;display:flex}.balance-label{font-size:clamp(.6rem,1.5vw,.9rem);font-weight:700;line-height:1}.balance-amount{white-space:nowrap;text-overflow:ellipsis;font-size:clamp(1rem,3.5vw,2.2rem);font-weight:700;line-height:1.1;overflow:hidden}.game-container{background-image:linear-gradient(90deg,#0000000d 1px,#0000 1px),linear-gradient(#0000000d 1px,#0000 1px);background-size:50px 50px;flex:1;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));grid-auto-rows:150px;align-content:start;gap:20px;width:100%;padding:30px;display:grid;overflow-y:auto}.game-item{cursor:pointer;text-align:center;border:var(--border-width) solid black;z-index:10;touch-action:manipulation;-webkit-tap-highlight-color:transparent;background:#fff;flex-direction:column;justify-content:space-between;align-items:center;padding:12px;transition:transform .1s,box-shadow .1s,background-color .2s;animation:.3s cubic-bezier(.175,.885,.32,1.275) backwards item-pop;display:flex;box-shadow:6px 6px #000}@keyframes item-pop{0%{opacity:0;transform:scale(0)rotate(-15deg)}70%{opacity:1;transform:scale(1.1)rotate(5deg)}to{opacity:1;transform:scale(1)rotate(0)}}.game-item.pending-luxury{border-color:var(--primary-color);z-index:20;background-color:#ffe0e0;animation:.1s linear infinite vibrate}.game-item.pending-luxury .price.confirm-text{color:#fff;background:#ff3e00;border-color:#000}.game-item.item-sold-out{cursor:default;box-shadow:none;background-color:#f0f0f0;border-color:#ccc;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden;transform:scale(.98)}.game-item.item-sold-out:after{content:"";transform-origin:0;background-color:#ff3e00;width:100%;height:6px;animation:2s linear forwards restockProgress;position:absolute;bottom:0;left:0}@keyframes restockProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.sold-out-overlay{color:#ff3e00;z-index:5;background:#fff;border:3px solid #ff3e00;padding:4px;font-size:.9rem;font-weight:900;animation:.15s ease-out forwards stampIn;transform:rotate(-10deg)}@keyframes stampIn{0%{opacity:0;transform:rotate(-10deg)scale(3)}to{opacity:1;transform:rotate(-10deg)scale(1)}}.game-item:active{transform:translate(2px,2px);box-shadow:0 0 #000}.game-item span{text-overflow:ellipsis;white-space:nowrap;width:100%;font-size:clamp(.65rem,2vw,.85rem);font-weight:700;line-height:1.2;overflow:hidden}.item-icon{font-size:clamp(1.2rem,5vw,2rem);line-height:1}.game-item .price{background:var(--accent-color);white-space:nowrap;border:2px solid #000;padding:2px 6px;font-size:clamp(.6rem,1.8vw,.75rem);font-weight:700}.overlay{z-index:1000;background:#000000d9;justify-content:center;align-items:center;width:100%;height:100%;padding:10px;display:flex;position:fixed;top:0;left:0}.modal{text-align:center;flex-direction:column;gap:15px;width:100%;max-width:500px;max-height:95vh;display:flex;overflow-y:auto}.title-large{font-size:clamp(1.5rem,7vw,3rem);line-height:1.1}.title-medium{white-space:nowrap;text-align:center;justify-content:center;align-items:center;width:100%;font-size:clamp(1.1rem,5.5vw,2.5rem);line-height:1.1;display:flex}.description-text{font-size:clamp(.8rem,2.5vw,1.1rem);line-height:1.4}.start-badge-teaser{background:var(--accent-color);border:2px solid #000;flex-direction:column;align-items:center;margin-top:15px;padding:12px;font-weight:700;animation:2s ease-in-out infinite challenge-pulse;display:flex}.teaser-label{letter-spacing:1px;color:#000;margin-bottom:6px;font-size:.85rem;font-weight:800}@keyframes challenge-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}.highlight-text{color:var(--primary-color)}.receipt{text-align:left;background:#fff;padding:12px;position:relative;overflow:hidden}.whale-badge{border:3px solid #000;align-items:center;gap:10px;margin:10px 0;padding:8px 12px;transition:all .2s;display:flex;transform:rotate(-1deg);box-shadow:4px 4px #000}.whale-badge.streak-3{color:#000;background:#00f0ff}.whale-badge.streak-5{color:#000;background:#e2e8f0}.whale-badge.streak-7{color:#000;background:gold}.whale-badge.streak-10{color:#fff;background:linear-gradient(135deg,#7c4dff,#ff007b);border-color:#fff;animation:2s ease-in-out infinite alternate cosmicGlow;box-shadow:4px 4px #ff007b}@keyframes cosmicGlow{0%{box-shadow:4px 4px #ff007b}to{box-shadow:6px 6px 14px #ff007b,-2px -2px 14px #7c4dff}}.whale-emoji{font-size:2rem}.whale-text{text-align:left;flex-direction:column;display:flex}.whale-title{font-size:.9rem;font-weight:900;line-height:1}.whale-subtitle{letter-spacing:1px;font-size:.7rem;font-weight:700}.receipt-header{border-bottom:2px solid #000;margin-bottom:8px;padding-bottom:4px;font-size:1.2rem}.receipt-summary{background:#f8f8f8;border:1px solid #000;margin-bottom:12px;padding:8px;position:relative}.receipt-row{justify-content:space-between;gap:10px;font-size:.9rem;display:flex}.highlight-row{color:var(--primary-color);font-weight:700}.receipt-items{flex-direction:column;gap:4px;display:flex}.receipt-item-row{justify-content:space-between;gap:10px;font-size:.8rem;display:flex}.receipt-total{border-top:4px double #000;justify-content:space-between;gap:10px;margin-top:8px;padding-top:8px;font-size:1rem;font-weight:700;display:flex}.receipt-wrapper{background:#f0f0f0;border:2px solid #000;border-radius:4px;max-height:40vh;margin-bottom:20px;padding:10px;overflow-y:auto;box-shadow:4px 4px #000}.modal-actions{flex-direction:column;gap:10px;width:100%;display:flex}.modal-actions .neo-button{width:100%;padding:12px}.modal-actions-row{gap:10px;width:100%;display:flex}.modal-actions-row .neo-button{flex:1;padding:10px 4px;font-size:clamp(.75rem,2.2vw,.95rem)}.shake{animation:.2s cubic-bezier(.36,.07,.19,.97) both shake}@keyframes shake{10%,90%{transform:translate(-1px)}20%,80%{transform:translate(2px)}30%,50%,70%{transform:translate(-4px)}40%,60%{transform:translate(4px)}}@media (width<=600px){:root{--border-width:3px;--shadow-offset:4px}.game-container{background-size:30px 30px;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));grid-auto-rows:110px;gap:10px;padding:10px}.hud{gap:10px;height:70px;padding:8px 12px}.game-item{padding:8px;box-shadow:3px 3px #000}}@media (width<=360px){.game-container{grid-template-columns:repeat(auto-fill,minmax(85px,1fr));grid-auto-rows:95px;gap:6px;padding:8px}.game-item{padding:6px;box-shadow:2px 2px #000}}.difficulty-container{border:var(--border-width) solid black;box-shadow:var(--shadow-offset) var(--shadow-offset) 0px black;text-align:left;background:#fcfcfc;flex-direction:column;gap:10px;margin:15px 0;padding:12px;display:flex}.difficulty-title{letter-spacing:1px;text-transform:uppercase;font-size:clamp(.7rem,2vw,.85rem);font-weight:900}.difficulty-buttons{gap:8px;width:100%;display:flex}.diff-button{font-family:var(--font-main);cursor:pointer;background:#fff;border:3px solid #000;flex:1;padding:8px 4px;font-size:clamp(.65rem,1.8vw,.8rem);font-weight:700;transition:all .1s;box-shadow:2px 2px #000}.diff-button:hover{transform:translate(-1px,-1px);box-shadow:3px 3px #000}.diff-button:active{transform:translate(1px,1px);box-shadow:1px 1px #000}.diff-button.selected{transform:translate(2px,2px);box-shadow:0 0 #000}.diff-button.casual.selected{background:var(--secondary-color)}.diff-button.bankruptcy.selected{background:#ffae00}.diff-button.yolo.selected{color:#0f0;background:#000;border-color:#000}.difficulty-info{color:#555;border-top:1px dashed #ccc;align-items:center;min-height:36px;padding-top:8px;font-size:.7rem;font-weight:700;line-height:1.3;display:flex}.timer-container{flex-direction:column;flex-shrink:0;align-items:center;gap:4px;display:flex}.hearts-display{gap:4px;display:flex}.heart-emoji{font-size:clamp(.9rem,2.5vw,1.3rem);animation:.6s cubic-bezier(.175,.885,.32,1.275) infinite alternate heart-beat;display:inline-block}.heart-emoji.lost{opacity:.3;filter:grayscale();animation:none}@keyframes heart-beat{0%{transform:scale(1)}to{transform:scale(1.15)}}.flash-red{animation:.2s ease-out flash-red-anim}@keyframes flash-red-anim{0%{filter:brightness()}50%{filter:brightness(.95);background-color:#ff3e004d}to{filter:brightness()}}.receipt-header-row{border-bottom:1px dashed #000;justify-content:space-between;align-items:center;margin-bottom:12px;padding-bottom:6px;display:flex}.receipt-difficulty-badge{text-transform:uppercase;letter-spacing:.5px;border:2px solid #000;padding:2px 6px;font-size:.65rem;font-weight:800;box-shadow:1px 1px #000}.receipt-difficulty-badge.diff-casual{color:#000;background-color:#f0f0f0}.receipt-difficulty-badge.diff-bankruptcy{color:#000;background-color:#ffae00}.receipt-difficulty-badge.diff-yolo{color:#0f0;background-color:#000}.receipt-summary-badge{text-transform:uppercase;letter-spacing:.5px;z-index:10;pointer-events:none;transform-origin:50%;border:2px solid #000;border-radius:20px;justify-content:center;align-items:center;width:100px;height:26px;margin:auto;font-size:.75rem;font-weight:900;display:flex;position:absolute;inset:0;transform:rotate(-10deg);box-shadow:2px 2px #000}.receipt-summary-badge.badge-yolo{color:#000;background:gold}.receipt-summary-badge.badge-bankruptcy{color:#000;background:#d3d3d3}.receipt.receipt-theme-yolo{box-shadow:var(--shadow-offset) var(--shadow-offset) 0px 0px #b38f00, 0px 0px 15px #ffd70066;border:5px solid gold}.receipt.receipt-theme-bankruptcy{box-shadow:var(--shadow-offset) var(--shadow-offset) 0px 0px black, 0px 0px 12px #dfff0080;border:4px dashed #dfff00}.receipt.receipt-theme-yolo:after,.receipt.receipt-theme-bankruptcy:after{content:"";pointer-events:none;z-index:5;background:linear-gradient(90deg,#fff0 0%,#fff6 50%,#fff0 100%);width:50%;height:100%;animation:4s ease-in-out infinite metallic-shine;position:absolute;top:0;left:-150%;transform:skew(-25deg)}@keyframes metallic-shine{0%{left:-150%}50%{left:150%}to{left:150%}}.start-actions{flex-direction:column;gap:12px;width:100%;margin-top:15px;display:flex}@media (width>=480px){.start-actions{flex-direction:row;justify-content:center}.start-actions button{flex:1}}.prestige-overlay{z-index:1500}.prestige-modal{background-color:#f7f9fc;width:90%;max-width:700px;max-height:85vh;padding:24px;position:relative;overflow-y:auto}.prestige-modal-title{white-space:normal;text-align:center;margin-bottom:20px;padding-left:40px;padding-right:40px;display:block}.prestige-modal .close-button{border:var(--border-width) solid black;font-family:var(--font-main);cursor:pointer;z-index:10;background:#fff;justify-content:center;align-items:center;width:36px;height:36px;padding:0;font-size:1.2rem;font-weight:700;transition:all .1s;display:flex;position:absolute;top:16px;right:16px;box-shadow:2px 2px #000}.prestige-modal .close-button:hover{background:var(--primary-color);color:#fff}.prestige-modal .close-button:active{transform:translate(2px,2px);box-shadow:0 0 #000}@media (width<=480px){.prestige-modal{width:95%;padding:16px}.prestige-modal-title{margin-bottom:16px;padding-left:32px;padding-right:32px}.prestige-modal .close-button{width:32px;height:32px;font-size:1rem;top:10px;right:10px}}.prestige-sections-container{flex-direction:column;gap:24px;margin-bottom:24px;display:flex}.prestige-section{text-align:left;border-top:2px dashed #ccc;padding-top:16px}.prestige-section:first-of-type{border-top:none;padding-top:0}.section-subtitle{color:#1a1a1a;letter-spacing:.5px;margin-bottom:12px;font-size:1.1rem;font-weight:900}.difficulty-grid{grid-template-columns:1fr;gap:16px;display:grid}@media (width>=600px){.difficulty-grid{grid-template-columns:repeat(3,1fr)}}.difficulty-card{text-align:center;background:#fff;border:3px solid #000;flex-direction:column;align-items:center;gap:8px;padding:16px;display:flex;box-shadow:3px 3px #000}.difficulty-card.border-casual{border-color:#4a5568;box-shadow:3px 3px #4a5568}.difficulty-card.border-bankruptcy{background:#fafdf0;border-color:#dfff00;box-shadow:3px 3px #000}.difficulty-card.border-yolo{background:#fffdf5;border-color:gold;box-shadow:3px 3px #b38f00}.diff-card-title{font-size:.95rem;font-weight:900}.diff-card-desc{color:#4a5568;flex-grow:1;margin:0;font-size:.75rem}.reward-badge-preview{justify-content:center;align-items:center;height:32px;font-size:.75rem;font-weight:700;display:flex}.reward-border-desc{background:#edf2f7;border:1px solid #cbd5e0;border-radius:4px;padding:4px 8px;font-size:.7rem;font-weight:700}.difficulty-card.border-bankruptcy .reward-border-desc{color:#000;background:#dfff00;border-color:#000}.difficulty-card.border-yolo .reward-border-desc{color:#000;background:gold;border-color:#b38f00}.streak-current-text{color:#4a5568;margin-top:-6px;margin-bottom:12px;font-size:.85rem}.streaks-grid{grid-template-columns:1fr;gap:16px;display:grid}@media (width>=520px){.streaks-grid{grid-template-columns:repeat(2,1fr)}}.streak-card{background:#fff;border:3px solid #000;flex-direction:column;justify-content:center;padding:12px;display:flex;position:relative;overflow:hidden;box-shadow:3px 3px #000}.streak-card.locked{background:#f7fafc;border-color:#cbd5e0;box-shadow:3px 3px #cbd5e0}.streak-card.locked .whale-badge{opacity:.5;filter:grayscale(85%)}.card-lock-overlay{justify-content:space-between;align-items:center;margin-bottom:8px;font-size:.75rem;font-weight:700;display:flex}.unlock-status{color:#2f855a}.lock-status{color:#c53030}.close-prestige-btn{width:100%;margin-top:12px}.lock-screen-container{background-color:var(--bg-color);width:100vw;height:100dvh;font-family:var(--font-main);box-sizing:border-box;justify-content:center;align-items:center;padding:20px;display:flex}.lock-card{text-align:center;border:var(--border-width) solid black;width:100%;max-width:400px;box-shadow:var(--shadow-offset) var(--shadow-offset) 0px 0px black;background:#fff;padding:30px 20px}.lock-title{text-transform:uppercase;margin-bottom:10px;font-size:1.8rem;font-weight:900}.lock-subtitle{text-transform:uppercase;opacity:.8;margin-bottom:25px;font-size:.9rem;font-weight:700}.lock-input{width:100%;font-family:var(--font-main);border:var(--border-width) solid black;text-align:center;box-sizing:border-box;outline:none;margin-bottom:20px;padding:12px;font-size:1.1rem;font-weight:700;transition:all .1s;box-shadow:4px 4px #000}.lock-input:focus{background:ivory;transform:translate(-2px,-2px);box-shadow:6px 6px #000}.lock-button{width:100%;margin-bottom:15px}.error-alert{color:#9b2c2c;text-transform:uppercase;background:#fed7d7;margin-top:15px;padding:10px;font-size:.85rem;font-weight:700;animation:.5s ease-in-out flash-red-error;border-color:#c53030!important}@keyframes flash-red-error{0%,to{background:#fed7d7}50%{color:#fff;background:#f56565}}.hud-home-button{cursor:pointer;background:var(--secondary-color);border:var(--border-width) solid black;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;padding:0;font-size:clamp(1.2rem,4vw,1.8rem);transition:all .1s;display:flex;box-shadow:4px 4px #000}.hud-home-button:hover{background:var(--accent-color)}.hud-home-button:active{transform:translate(2px,2px);box-shadow:2px 2px #000}@media (width<=600px){.hud-home-button{width:38px;height:38px;font-size:1.1rem;box-shadow:2px 2px #000}.hud-home-button:active{transform:translate(1px,1px);box-shadow:1px 1px #000}}
