@import"https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap";@import"https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600;700&display=swap";body{font-family:var(--font-family);line-height:1.5;font-weight:400;color:var(--text-color);background-color:var(--background-color);margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}a{font-weight:500;color:var(--text-color);text-decoration:inherit}a:hover{color:var(--green-color)}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:var(--container-color);cursor:pointer;transition:border-color .25s}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{--text-color: white;--font-family: "Rubik", serif;--green-color: #c4f85c;--container-color: #1c1c1e;--container-color-two: #3a3a3a;--background-color: #000000;--content-width: 335px}.bodyhomepage{margin:0;padding:0;flex:1;min-height:100vh;width:100vw;display:flex;justify-content:center;align-items:center;flex-direction:column;box-sizing:border-box;background:#000}.squares-container{width:370px;display:flex;margin-top:10px;flex-direction:column;gap:13px;flex:1;height:auto}.square-row{display:flex;justify-content:space-between;width:100%}.square{width:60px;height:60px;cursor:pointer;border-radius:10px;position:relative;perspective:1000px;transform-style:preserve-3d;transition:transform .3s ease}.square-front,.square-back{position:absolute;width:100%;height:100%;backface-visibility:hidden;border-radius:10px;display:flex;justify-content:center;align-items:center}.square-front{background-color:#b9bbbc;border:1px solid #444}.square-back{background-color:#666;transform:rotateY(180deg);border:1px solid #888}.square.loading{transform:rotateY(180deg);background-color:#e5e7eb}.square.opened{transform:rotateY(180deg)}.squares-container.cooldown .square:not(.opened){cursor:not-allowed;opacity:.8;transition:opacity .3s ease}.shards-count{color:gold;font-weight:700;font-size:18px;text-shadow:0 0 10px rgba(255,215,0,.5)}.loading-spinner{width:24px;height:24px;border:3px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin 1s ease-in-out infinite}@keyframes spin{to{transform:rotate(360deg)}}.square:hover .square-front{background-color:#555}.square:active .square-front{background-color:#666}.squares-container.disabled{pointer-events:none}.squares-container.disabled .square{cursor:not-allowed}.square.loading .square-front,.square.opened .square-front{display:none}.square.loading .square-back,.square.opened .square-back{display:flex}.square.recently-opened{animation:pulse 2s ease}@keyframes pulse{0%{box-shadow:0 0 #3b82f666}70%{box-shadow:0 0 0 10px #3b82f600}to{box-shadow:0 0 #3b82f600}}@media (max-height: 670px){.squares-container{width:370px;display:flex;margin-top:5px;flex-direction:column;gap:5px;flex:1;height:auto}.square-row{display:flex;justify-content:space-between;width:100%}.square{width:60px;height:37px;cursor:pointer;border-radius:10px;position:relative;perspective:1000px;transform-style:preserve-3d;transition:transform .3s ease}}@media (min-height: 790px) and (max-height: 800px){.squares-container{width:365px;display:flex;margin-top:10px;flex-direction:column;gap:8px;flex:1;height:auto}.square-row{display:flex;justify-content:space-between;width:100%}.square{width:55px;height:55px;cursor:pointer;border-radius:10px;position:relative;perspective:1000px;transform-style:preserve-3d;transition:transform .3s ease}}@media (min-height: 890px) and (max-height: 940px){.squares-container{width:385px;display:flex;margin-top:20px;flex-direction:column;gap:20px;flex:1;height:auto}.square-row{display:flex;justify-content:space-between;width:100%}.square{width:65px;height:65px;cursor:pointer;border-radius:10px;position:relative;perspective:1000px;transform-style:preserve-3d;transition:transform .3s ease}}.menu{position:fixed;bottom:0;left:0;right:0;border-top:2px solid #121212;background:#000;display:flex;justify-content:space-around;padding:10px 0;z-index:1004}.menu-item{display:flex;flex-direction:column;text-align:center;margin-bottom:20px}.Name{font-weight:700;font-size:12px;font-family:var(--font-family)}.menu-item.friends-item a{display:flex;justify-content:center;align-items:center}.fixed-resources{position:fixed;top:0;left:0;right:0;height:60px;background-color:#000;border-bottom:2px solid #121212;display:flex;justify-content:center;align-items:center;z-index:1001;box-shadow:0 2px 10px #00000080}.resources-container{width:375px;gap:10px;display:flex;justify-content:space-between;align-items:center}.resource-block{display:flex;align-items:center;border-radius:10px;padding:8px 10px;background:#0f0f0f;justify-content:center;width:80px}.resource-count{color:#fff;font-weight:700;font-size:18px;display:flex;align-items:center;gap:5px}.info-button{background:#121212;border:none;border-radius:10px;width:100px;height:43px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;font-size:12px}.info-button:hover{background:#1c1c1e}@media (min-height: 811px) and (max-height: 812px){.resources-container{width:390px;gap:10px;display:flex;justify-content:space-between;align-items:center}}.blocks-info-section{width:345px;background-color:#0f0f0f;border-radius:12px;padding:15px;margin-top:70px;display:flex;justify-content:space-between;align-items:flex-start}.blocks-info{flex:1;padding-right:15px}.blocks-title{font-size:17px;font-weight:700;color:#fff;margin-bottom:5px}.blocks-description{font-size:12px;color:#b9bbbc;margin-bottom:8px;line-height:1.3}.blocks-note{font-size:12px;color:orange;display:flex;align-items:center}.buy-buttons{display:flex;flex-direction:column;gap:10px}.button-row{display:flex;gap:10px}.buy-btn{padding:8px 12px;border:none;border-radius:8px;font-weight:700;cursor:pointer;background:linear-gradient(45deg,#ffa726,#ff7043);color:#fff;font-size:14px;width:90px;height:40px;transition:all .3s;display:flex;align-items:center;justify-content:center;gap:4px;position:relative}.buy-btn:hover:not(:disabled){transform:scale(1.05)}.buy-btn:disabled{opacity:.3;cursor:not-allowed}.buy-btn.processing{color:#999}.buy-buttons.processing .buy-btn:not(.processing){opacity:.3}@media (max-height: 670px){.blocks-info-section{width:340px;background-color:#0f0f0f;border-radius:12px;padding:15px;margin-top:70px;display:flex;justify-content:space-between;align-items:flex-start}.blocks-info{flex:1;padding-right:15px}.blocks-title{font-size:15px;font-weight:700;color:#fff;margin-bottom:5px}.blocks-description{font-size:10px;color:#b9bbbc;margin-bottom:8px;line-height:1.3}.blocks-note{font-size:10px;color:orange;display:flex;align-items:center}.buy-buttons{display:flex;flex-direction:column;gap:10px}.button-row{display:flex;gap:10px}.buy-btn{padding:8px 12px;border:none;border-radius:8px;font-weight:700;cursor:pointer;background:linear-gradient(45deg,#ffa726,#ff7043);color:#fff;font-size:12px;width:90px;height:40px;transition:all .3s;display:flex;align-items:center;justify-content:center;gap:4px;position:relative}}@media (min-height: 790px) and (max-height: 800px){.blocks-info-section{width:340px;background-color:#0f0f0f;border-radius:12px;padding:15px;margin-top:70px;display:flex;justify-content:space-between;align-items:flex-start}.blocks-info{flex:1;padding-right:15px}.blocks-title{font-size:17px;font-weight:700;color:#fff;margin-bottom:5px}.blocks-description{font-size:12px;color:#b9bbbc;margin-bottom:8px;line-height:1.3}.blocks-note{font-size:12px;color:orange;display:flex;align-items:center}.buy-buttons{display:flex;flex-direction:column;gap:10px}.button-row{display:flex;gap:10px}.buy-btn{padding:8px 12px;border:none;border-radius:8px;font-weight:700;cursor:pointer;background:linear-gradient(45deg,#ffa726,#ff7043);color:#fff;font-size:14px;width:90px;height:40px;transition:all .3s;display:flex;align-items:center;justify-content:center;gap:4px;position:relative}}@media (min-height: 890px) and (max-height: 940px){.blocks-info-section{width:360px;background-color:#0f0f0f;border-radius:12px;padding:15px;margin-top:70px;display:flex;justify-content:space-between;align-items:flex-start}.blocks-info{flex:1;padding-right:15px}.blocks-title{font-size:17px;font-weight:700;color:#fff;margin-bottom:5px}.blocks-description{font-size:12px;color:#b9bbbc;margin-bottom:8px;line-height:1.3}.blocks-note{font-size:12px;color:orange;display:flex;align-items:center}.buy-buttons{display:flex;flex-direction:column;gap:10px}.button-row{display:flex;gap:10px}.buy-btn{padding:8px 12px;border:none;border-radius:8px;font-weight:700;cursor:pointer;background:linear-gradient(45deg,#ffa726,#ff7043);color:#fff;font-size:14px;width:90px;height:40px;transition:all .3s;display:flex;align-items:center;justify-content:center;gap:4px;position:relative}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000c;display:flex;align-items:flex-end;justify-content:center;z-index:2000;opacity:0;pointer-events:none;transition:opacity .3s ease}.modal-overlay.open{opacity:1;pointer-events:auto}.modal-content{background-color:#0f0f0f;width:100%;max-height:80vh;border-top-left-radius:20px;border-top-right-radius:20px;transform:translateY(100%);transition:transform .3s ease;overflow:hidden;box-shadow:0 -5px 20px #ffa50033;display:flex;flex-direction:column}.modal-overlay.open .modal-content{transform:translateY(0)}.modal-header{background-color:#1a1a1a;padding:20px 25px 15px;border-bottom:1px solid #333;position:sticky;top:0;z-index:10}.modal-scrollable{overflow-y:auto;padding:0 25px 25px;flex:1}.resource-explanation{background:#ffffff0d;border-radius:8px;padding:15px;margin:15px 0;box-shadow:0 2px 8px #0003}.resource-item{display:flex;align-items:center;gap:10px;margin-bottom:10px;font-size:14px;color:#fff}.resource-item:last-child{margin-bottom:0}.package-item{display:flex;align-items:center;gap:5px;margin:5px 0}.modal-text{font-size:14px;color:#fff;line-height:1.6;margin-bottom:15px;padding:10px;background:#ffffff0d;border-radius:8px;box-shadow:0 2px 8px #0003}.modal-text strong{color:orange;text-shadow:0 0 5px rgba(255,165,0,.3)}.bodyfriendspage{margin:0;padding:0;flex:1;min-height:100vh;width:100vw;display:flex;flex-direction:column;box-sizing:border-box;background:#000;font-family:Rubik,sans-serif;color:#fff}.no-scroll{overflow:hidden}.friends-content{width:375px;margin:0 auto;padding:60px 0 80px}.Button-container{width:375px;padding:0;margin:30px auto;display:flex;justify-content:center}.invite-friends-btn{width:370px;background:linear-gradient(45deg,#ffa726,#ff7043);border:none;border-radius:12px;padding:16px 20px;color:#fff;font-weight:700;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:transform .2s,box-shadow .2s}.invite-friends-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #ffa5004d}.btn-icon{font-size:20px}.btn-badge{background:#0000004d;padding:4px 8px;border-radius:20px;font-size:14px;margin-left:auto}.diamond{font-size:12px}@media (max-height: 670px){.friends-content{width:375px;margin:0 auto;padding:60px 0 80px}.Button-container{width:375px;padding:0;margin:5px auto;display:flex;justify-content:center}.invite-friends-btn{width:370px;background:linear-gradient(45deg,#ffa726,#ff7043);border:none;border-radius:12px;padding:10px 16px;color:#fff;font-weight:700;font-size:14px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:transform .2s,box-shadow .2s}.invite-friends-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #ffa5004d}.btn-icon{font-size:18px}.btn-badge{background:#0000004d;padding:4px 8px;border-radius:20px;font-size:14px;margin-left:auto}.diamond{font-size:12px}}@media (min-height: 671px) and (max-height: 672px){.Button-container{width:375px;padding:0;margin:10px auto;display:flex;justify-content:center}.invite-friends-btn{width:370px;background:linear-gradient(45deg,#ffa726,#ff7043);border:none;border-radius:12px;padding:16px 20px;color:#fff;font-weight:700;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:transform .2s,box-shadow .2s}}@media (min-height: 890px) and (max-height: 940px){.Button-container{width:375px;padding:0;margin:30px auto;display:flex;justify-content:center}.invite-friends-btn{width:370px;background:linear-gradient(45deg,#ffa726,#ff7043);border:none;border-radius:12px;padding:16px 20px;color:#fff;font-weight:700;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:transform .2s,box-shadow .2s}}.stats-container{width:375px;margin-top:10px}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;width:375px;margin:0 auto}.stat-card{background:#121212;border-radius:.75rem;padding:1.5rem;text-align:center}.stat-icon{border-radius:9999px;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;margin:0 auto .5rem}.bg-yellow{background:#fffa8a33}.bg-blue{background:#000}.bg-green{background:#fff}.stat-value{color:#fff;font-size:1.5rem;margin-bottom:.25rem}.stat-label{color:#b9bbbc;font-size:.75rem}@media (max-height: 670px){.stats-container{width:375px;margin-top:10px}.stat-label{color:#b9bbbc;font-size:.5rem}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;width:375px;margin:0 auto}.stat-card{background:#121212;border-radius:.75rem;padding:1rem;height:85px;text-align:center}.stat-icon{border-radius:9999px;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;margin:0 auto .2rem}.bg-yellow{background:#fffa8a33}.bg-blue{background:#000}.bg-green{background:#fff}.stat-value{color:#fff;font-size:1rem;margin-bottom:.25rem}.stat-label{color:#b9bbbc;font-size:.75rem}}@media (min-height: 890px) and (max-height: 940px){.stats-container{width:375px;margin-top:10px}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;width:375px;margin:0 auto}.stat-card{background:#121212;border-radius:.75rem;padding:1.8rem;text-align:center}.stat-icon{border-radius:9999px;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;margin:0 auto .5rem}.bg-yellow{background:#fffa8a33}.bg-blue{background:#000}.bg-green{background:#fff}.stat-value{color:#fff;font-size:1.5rem;margin-bottom:.25rem}.stat-label{color:#b9bbbc;font-size:.75rem}}.view-friends-container{width:375px;margin:20px auto 0}.friends-card{width:325px;background:#0f0f0f;border-radius:.75rem;padding:1.5rem;margin:0 auto}.friends-header{display:flex;align-items:center;gap:12px;margin-bottom:1rem}.friends-icon{background:#fffa8a33;border-radius:9999px;width:3.5rem;height:3.5rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.friends-info{flex:1}.friends-title{color:#fff;font-size:1.125rem;font-weight:500;margin-bottom:.25rem}.friends-count{font-size:.875rem;color:#b9bbbc}.friends-description{color:#b9bbbc;font-size:.875rem;line-height:1.5}.arrow-indicator{display:flex;justify-content:center;margin-top:3rem;gap:8px}.arrow{animation:bounce 2s infinite}.arrow-1{animation-delay:0s}.arrow-2{animation-delay:.2s}.arrow-3{animation-delay:.4s}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0);opacity:1}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}@media (max-height: 670px){.arrow,.arrow-1,.arrow-2,.arrow-3{width:13px;height:13px}.view-friends-container{width:375px;margin-top:5px}.friends-card{width:325px;background:#0f0f0f;border-radius:.75rem;padding:1.5rem;margin:0 auto}.friends-header{display:flex;align-items:center;gap:10px;margin-bottom:.8rem}.friends-icon{background:#fffa8a33;border-radius:9999px;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.friends-info{flex:1}.friends-title{color:#fff;font-size:1rem;font-weight:500;margin-bottom:.25rem}.friends-count{font-size:.8rem;color:#b9bbbc}.friends-description{color:#b9bbbc;font-size:.875rem;line-height:1.5}.arrow-indicator{display:flex;justify-content:center;margin-top:1rem;gap:8px}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0);opacity:1}40%{transform:translateY(-5px)}60%{transform:translateY(-5px)}}}@media (min-height: 790px) and (max-height: 800px){.arrow-indicator{display:flex;justify-content:center;margin-top:1rem;gap:8px}}@media (min-height: 890px) and (max-height: 940px){.arrow-indicator{display:flex;justify-content:center;margin-top:3rem;gap:8px}.arrow,.arrow-1,.arrow-2,.arrow-3{width:45px;height:45px}.view-friends-container{width:375px;margin:30px auto 0}.friends-card{height:170px;width:325px;background:#0f0f0f;border-radius:.75rem;padding:1.5rem;margin:0 auto}.friends-header{display:flex;align-items:center;gap:12px;margin-bottom:2rem}.friends-icon{background:#fffa8a33;border-radius:9999px;width:4.5rem;height:4.5rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.friends-info{flex:1}.friends-title{color:#fff;font-size:1.125rem;font-weight:500;margin-bottom:.55rem}.friends-count{font-size:.875rem;color:#b9bbbc}.friends-description{color:#b9bbbc;font-size:.875rem;line-height:1.5}}.tasks-page.dark-theme{min-height:100vh;background:#000;padding:80px 9px 100px;display:flex;flex-direction:column;align-items:center;color:#fff}.tasks-content{width:372px;display:flex;flex-direction:column;gap:24px}.tasks-section{background:#0f0f0f;border-radius:12px;padding:20px}.section-header{margin-bottom:20px;padding-bottom:12px;border-bottom:1px solid #333}.section-header h2{margin:0;font-size:20px;color:#fff;display:flex;align-items:center;gap:10px}.task{display:flex;align-items:center;padding:16px 0;border-bottom:1px solid #333}.task:last-child{border-bottom:none}.task-content{flex:1;min-width:0}.task-title{font-weight:600;margin-bottom:6px;color:#fff;font-size:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.task-reward{font-size:14px;color:#ccc;margin-bottom:8px;display:flex;align-items:center;gap:4px;white-space:nowrap}.reward-text{display:flex;align-items:center;gap:4px;font-weight:600;color:orange}.reward-icon{color:orange}.progress-container{height:6px;background:#333;border-radius:3px;overflow:hidden;margin-top:8px;width:200px}.progress-bar{height:100%;background:#666;border-radius:3px;transition:width .3s ease,background .3s ease}.progress-bar.filled{background:linear-gradient(90deg,#ff8c00,orange)}.task-info{display:flex;justify-content:space-between;font-size:12px;color:#888;margin-top:4px;width:200px}.claim-btn{padding:8px 12px;border-radius:8px;border:none;font-weight:600;cursor:pointer;transition:all .2s;width:80px;height:36px;margin-left:15px;display:flex;align-items:center;justify-content:center;box-sizing:border-box;white-space:nowrap;font-size:14px}.claim-btn.daily-login{width:auto;min-width:80px;padding:8px 10px;font-size:12px}.claim-btn.active{background:linear-gradient(90deg,#ff8c00,orange);color:#000}.claim-btn.active:hover:not(:disabled){background:linear-gradient(90deg,orange,#ffb733);transform:translateY(-2px);box-shadow:0 4px 8px #ffa5004d}.claim-btn.disabled{background:#333;color:#666;border:1px solid #555;cursor:not-allowed}.claim-btn.done{background:#000;color:#ff8c00;border:1px solid #ff8c00;cursor:default}.claim-btn.done:hover{transform:none;box-shadow:none}.claim-btn.ad{background:linear-gradient(90deg,#ff8c00,orange);color:#000}.claim-btn.ad:hover:not(:disabled){background:linear-gradient(90deg,orange,#ffb733);transform:translateY(-2px);box-shadow:0 4px 8px #ffa5004d}.claim-btn:disabled{opacity:.7;cursor:not-allowed}.empty-state{text-align:center;padding:30px 0;color:#666}.empty-state p{margin:0;font-size:16px}@keyframes pulse{0%{opacity:1}50%{opacity:.7}to{opacity:1}}.button-loading{animation:pulse 1.5s infinite}@media (max-height: 670px){.tasks-page.dark-theme{padding:80px 3px 100px}}@media (min-height: 790px) and (max-height: 800px){.tasks-page.dark-theme{padding:80px 5px 100px}}@media (min-height: 890px) and (max-height: 940px){.tasks-content{width:388px;display:flex;flex-direction:column;gap:24px}.tasks-page.dark-theme{padding:80px 15px 100px}}.page-transition-container{background-color:#1c1c1e;height:100%;width:100%;position:relative}.fade-enter{opacity:0}.fade-enter-active{opacity:1;transform:translateY(0);transition:opacity .35s ease-in,transform .35s ease-in}.fade-exit{opacity:1;transform:translateY(0)}.fade-exit-active{opacity:0;transform:translateY(0);transition:opacity .35s ease-in,transform .35s ease-in}:root{--text-color: white;--font-family: "Rubik", serif;--green-color: #c4f85c;--container-color: #1c1c1e;--container-color-two: #b9bbbc;--background-color: #000000}.loader{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center;background-color:var(--background-color);z-index:9999}.spinner{border:12px solid var(--container-color);border-top:12px solid orange;border-radius:50%;width:120px;height:120px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.profile-page{margin:0;padding:0;min-height:100vh;width:100%;background-color:#000;display:flex;flex-direction:column;box-sizing:border-box;position:relative}.store-content{width:100%;flex-grow:1;padding:80px 8px 100px;display:flex;justify-content:center;box-sizing:border-box}.gifts-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;padding:0;margin:0 auto;width:100%;max-width:405px}.gift-card{background-color:#0f0f0f;border-radius:15px;padding:10px;display:flex;flex-direction:column;align-items:center;border:1px solid #121212;height:280px;width:177px;box-sizing:border-box}.gift-header{display:flex;justify-content:space-between;width:100%;margin-bottom:15px;gap:10px}.price-badge{color:orange;font-size:12px;padding:4px 12px;border-radius:10px;background-color:#000;white-space:nowrap;display:flex;align-items:center;gap:4px;font-weight:700}.user-count{color:#fff;font-size:12px;padding:4px 12px;border-radius:10px;background-color:#000;white-space:nowrap;display:flex;align-items:center;gap:4px;font-weight:700}.gift-image{margin:10px 0;height:120px;display:flex;align-items:center;justify-content:center;flex-grow:1}.buy-button{width:100%;padding:8px;background:linear-gradient(to right,#ff8c00,#f50);color:#fff;border:none;border-radius:8px;font-weight:700;font-size:12px;cursor:pointer;transition:all .3s ease;margin-top:auto;display:flex;align-items:center;justify-content:center}.button-content{display:flex;align-items:center;gap:4px}.buy-button:hover{background:linear-gradient(to right,#f50,#ff8c00);transform:translateY(-2px);box-shadow:0 5px 15px #ffa50066}@media (max-height: 670px){.store-content{width:100%;flex-grow:1;padding:80px 5px 100px;display:flex;justify-content:center;box-sizing:border-box}.gift-card{background-color:#0f0f0f;border-radius:15px;padding:10px;display:flex;flex-direction:column;align-items:center;border:1px solid #121212;height:280px;width:176px;box-sizing:border-box}}@media (min-height: 890px) and (max-height: 940px){.store-content{width:100%;flex-grow:1;padding:80px 15px 100px;display:flex;justify-content:center;box-sizing:border-box}.gift-card{background-color:#0f0f0f;border-radius:15px;padding:10px;display:flex;flex-direction:column;align-items:center;border:1px solid #121212;height:280px;width:184px;box-sizing:border-box}}.modal-overlay.confirm-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000c;display:flex;align-items:flex-end;justify-content:center;z-index:2000;opacity:0;pointer-events:none;transition:opacity .3s ease}.modal-overlay.confirm-modal-overlay.open{opacity:1;pointer-events:auto}.modal-content.confirm-modal-content{background-color:#0f0f0f;width:100%;max-height:40vh;border-top-left-radius:20px;border-top-right-radius:20px;transform:translateY(100%);transition:transform .3s ease;overflow:hidden;box-shadow:0 -5px 20px #ffa50033;display:flex;flex-direction:column}.modal-overlay.confirm-modal-overlay.open .modal-content.confirm-modal-content{transform:translateY(0)}.modal-header{background-color:#1a1a1a;padding:20px 25px 15px;border-bottom:1px solid #333;position:relative;display:flex;justify-content:center;align-items:center}.modal-title{font-size:20px;font-weight:700;color:orange;text-align:center;text-shadow:0 0 10px rgba(255,255,255,.3);margin:0}.modal-scrollable{overflow-y:auto;padding:25px;flex:1;display:flex;flex-direction:column;align-items:center}.confirm-message{text-align:center;margin-bottom:25px;color:#fff;font-weight:700;font-size:14px}.confirm-message p{margin:0}.confirm-button{background:linear-gradient(to right,#ff8c00,#f50);color:#fff;border:none;border-radius:15px;padding:12px 24px;font-size:16px;font-weight:700;cursor:pointer;transition:all .3s ease;width:100%}.confirm-button:hover:not(:disabled){background:linear-gradient(to right,#f50,#ff8c00);transform:translateY(-2px);box-shadow:0 5px 15px #ffa50066}.confirm-button.processing{background:linear-gradient(to right,#cc7000,#c40);cursor:not-allowed;opacity:.8}.confirm-button.processing span{color:#b9bbbc}
