body{background:#ace5ac}#app{max-width:1000px;margin:0 auto;padding:2rem;text-align:center;display:flex;flex-direction:column;gap:20px}.spend-money-container{box-sizing:border-box;width:90%;min-height:500px;max-width:900px;margin:0 auto}.spend-money-container{font-family:Roboto Condensed,Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;font-optical-sizing:auto;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.spend-money-container *,.spend-money-container :after,.spend-money-container :before{box-sizing:border-box;margin:0}.spend-money-container button{cursor:pointer;padding:10px 12px;border-radius:3px;color:#fff;border:none;font-size:16px;text-align:center;font-weight:700;-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:manipulation}.spend-money-container button:hover{border-color:#646cff}.spend-money-container button:focus,.spend-money-container button:focus-visible{outline:none}.spend-money-container button:disabled{cursor:not-allowed;background:#666}.spend-money-container input::-webkit-outer-spin-button,.spend-money-container input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.spend-money-container input[type=number]{-moz-appearance:textfield}.spend-money-container{@keyframes modal-pop{0%{opacity:0}}}.spend-money-container .game-timer{width:100%;color:#989898;font-weight:700;display:flex;justify-content:space-between;margin-bottom:10px}.spend-money-container .best-record{cursor:pointer}.spend-money-container .money-progress-bar{position:sticky;top:0;z-index:999;margin-bottom:10px}.spend-money-container .money-progress-label{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:32px;font-weight:700;color:#fff}.spend-money-container .money-progress{width:100%;position:relative;height:70px;-webkit-appearance:none;-moz-appearance:none;appearance:none;overflow:hidden;background-color:#00c796;border:2px solid #00955d;transition:all .6s linear}.spend-money-container .money-progress::-webkit-progress-bar{background-color:#00c796}.spend-money-container .money-progress::-webkit-progress-value{background-color:#00955d;border-right:2px solid #00955d;transition:all .6s linear}.spend-money-container .items-container{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px 10px}@media only screen and (max-width:900px){.spend-money-container .items-container{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:600px){.spend-money-container .items-container{grid-template-columns:repeat(1,1fr)}.spend-money-container .money-progress-label{font-size:26px}}.spend-money-container .item-wrapper{max-width:100%;background-color:#fff;text-align:center;font-size:18px;padding:20px 15px 85px;width:100%;position:relative}.spend-money-container .item-img{display:block;margin:15px auto;height:120px;max-width:100%;object-fit:contain;-webkit-user-select:none;user-select:none}.spend-money-container .item-name{font-size:22px;font-weight:700}.spend-money-container .item-cost{font-size:20px}.spend-money-container .item-controls{font-size:20px;font-weight:700;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px 10px;position:absolute;bottom:20px;left:15px;right:15px}.spend-money-container .item-sell{background:red}.spend-money-container .item-buy{background:#00955d}.spend-money-container .item-input{padding:9px 12px;border-radius:3px;border:1px solid #b2bec3;color:#333;width:100%;appearance:none;font-size:16px;text-align:center;outline:none;cursor:auto}.spend-money-container .receipt-container{background:#fff;text-align:center;display:flex;flex-direction:column;max-width:100%;padding:15px 15px 30px;margin-top:10px}.spend-money-container .receipt-title{font-size:28px;font-weight:700;padding:15px 15px 25px}.spend-money-container .receipt-item{width:60%;margin-left:auto;margin-right:auto;text-align:center;display:grid;grid-gap:10px 0;font-size:18px;grid-template-columns:55fr 20fr 25fr}.spend-money-container .receipt-item-name{text-align:left;text-overflow:ellipsis}.spend-money-container .receipt-item-quantity{text-align:left}.spend-money-container .receipt-item-cost{color:#24c486;text-align:right;font-weight:700}.spend-money-container .receipt-total{font-weight:700;width:60%;border-top:1px solid #333;margin-left:auto;margin-right:auto;margin-top:10px;padding-top:10px;display:flex;justify-content:space-between}.spend-money-container .receipt-total-cost{color:#24c486;text-align:right}@media only screen and (max-width:900px){.spend-money-container .receipt-item{width:80%}.spend-money-container .receipt-total{width:85%}}@media only screen and (max-width:600px){.spend-money-container .receipt-item,.spend-money-container .receipt-total{width:100%}}.spend-money-container .win-title{font-size:32px;font-weight:700;margin-bottom:1rem}.spend-money-container .win-desp{font-size:24px;font-weight:700;margin-bottom:1.5rem}.spend-money-container .continue-btn{background:#c1c1c1}.spend-money-container .restart-btn{background:#24c486}.spend-money-container .receipt-modal{pointer-events:none;position:fixed;inset:10px 0;margin:0;display:grid;height:calc(100% - 20px);max-height:none;width:100%;max-width:none;justify-items:center;align-content:center;gap:10px;padding:0;opacity:0;overscroll-behavior:contain;z-index:999;background-color:transparent;color:inherit;transition-duration:.2s;transition-timing-function:cubic-bezier(0,0,.2,1);transition-property:transform,opacity,visibility;overflow-y:hidden;border:none}.spend-money-container .receipt-modal::backdrop{background-color:#000c;animation:modal-pop .2s ease-out}.spend-money-container :where(.receipt-modal){align-items:center}.spend-money-container .receipt-modal[open]{pointer-events:auto;visibility:visible;opacity:1}.spend-money-container :root:has(:is(.receipt-modal[open])){overflow:hidden;scrollbar-gutter:stable}.spend-money-container .receipt-modal-box{width:91.666667%;max-width:80vw;max-height:calc(100vh - 5em);background-color:#fff;border-radius:6px;box-shadow:#00000040 0 25px 50px -12px;overflow-y:auto;overscroll-behavior:contain;transition-duration:.2s;transition-timing-function:cubic-bezier(0,0,.2,1);padding:1.5rem;scale:90% 90%}@media only screen and (max-width:900px){.spend-money-container .receipt-modal-box{max-width:90vw}}@media only screen and (max-width:600px){.spend-money-container .receipt-modal-box{max-width:95vw}}.spend-money-container .receipt-modal[open] .receipt-modal-box{scale:100% 100%}.spend-money-container .receipt-modal-action{margin-top:1.5rem;display:flex;justify-content:space-between}.social-share-btns{width:80vw;background:transparent;border-radius:6px;box-shadow:#00000040 0 25px 50px -12px;display:flex;flex-direction:row;flex-wrap:wrap;gap:.75rem;justify-content:center;margin:0 auto;padding:.75rem .75rem .25rem}.social-share-btns a{-webkit-user-select:none;user-select:none;outline:none}.social-share-btns .social-share-btn{cursor:pointer;width:3rem;height:3rem;padding:0;border-radius:20rem;display:inline-flex;align-items:center;justify-content:center;transition:all .2s ease-in-out;font-weight:400;font-size:.875rem;outline:none}.social-share-btns .social-share-btn:active,.social-share-btns .social-share-btn:focus,.social-share-btns .social-share-btn:focus-visible{outline:none}.social-share-btns .tw-btn:hover{background-color:#1371af}.social-share-btns .fb-btn:hover{background-color:#0f4c9b}.social-share-btns .copy-link-btn:hover,.social-share-btns .share-btn:hover{background-color:gray}.social-share-btns .social-share-icon{width:1.25rem;height:1.25rem}.social-share-btns .tw-btn{background-color:#009aeb}.social-share-btns .fb-btn{background-color:#0067fb}.social-share-btns .copy-link-btn,.social-share-btns .share-btn{background-color:#bdc1c7}@media only screen and (max-width:900px){.social-share-btns{width:90vw}}@media only screen and (max-width:600px){.social-share-btns{width:95vw}}
