.layout{min-height:100vh;display:flex;flex-direction:column;background:var(--tg-theme-bg-color);overflow:hidden}.header{position:relative;z-index:10;padding:12px 16px;background:white;display:flex;justify-content:space-between;align-items:center;box-shadow:0 1px 2px #0000000d;min-height:56px}.logo{font-size:16px;font-weight:500;text-decoration:none;color:#000;display:flex;align-items:center;gap:6px}.cart-button{text-decoration:none;color:#000;font-size:14px;display:flex;align-items:center;gap:4px}.main{flex:1;position:relative;padding:16px 16px 80px;overflow:hidden}.footer{position:fixed;bottom:0;left:0;width:100%;padding:10px;background-color:var(--tg-theme-bg-color, #1a1a1a);color:var(--tg-theme-text-color, #ffffff);font-size:12px;z-index:1000}.business-info{padding:10px;text-align:left}.business-info p{margin:2px 0;opacity:.8}.back-button{background:var(--tg-theme-button-color, #2481cc);border:none;color:var(--tg-theme-button-text-color, #fff);font-size:16px;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:6px;padding:8px 16px;border-radius:8px;box-shadow:var(--shadow-sm, 0 1px 3px rgba(0,0,0,.12));transition:background .2s,color .2s,box-shadow .2s;outline:none}.back-button:active{opacity:.8}.back-button:hover,.back-button:focus{background:#1a5fa0;color:#fff}.header-left{display:flex;align-items:center;gap:12px;min-width:150px}.header-center{position:absolute;left:0;right:0;top:0;bottom:0;display:flex;align-items:center;justify-content:center;pointer-events:none;z-index:1}.header-center .logo{pointer-events:auto}.header-right{display:flex;align-items:center;gap:12px;min-width:90px;justify-content:flex-end}@media (max-width: 640px){.header{padding:12px 16px}.logo{font-size:20px}.cart-button{padding:6px 12px}}.catalog{max-width:600px;margin:0 auto;padding:0 16px}.catalog h1{font-size:24px;margin:24px 0;text-align:left;color:#000}.categories{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding-bottom:24px}.category-card{display:flex;flex-direction:column;align-items:center;padding:20px;background:white;border-radius:20px;text-decoration:none;color:#000;box-shadow:0 4px 12px #00000014;transition:all .2s ease}.category-icon{width:60px;height:60px;border-radius:12px;display:flex;align-items:center;justify-content:center;transition:transform .2s ease}.category-icon svg{width:32px;height:32px;fill:#fff}[data-category=playstation] .category-icon{background:#006FCD}[data-category=xbox] .category-icon{background:#107C10}[data-category=steam] .category-icon{background:#171a21}[data-category=googleplay] .category-icon{background:#01875F}[data-category=appstore] .category-icon{background:#147EFB}[data-category=fc25_coins] .category-icon{background:linear-gradient(135deg,#FFD700,#FFB700);position:relative;overflow:hidden;perspective:1000px}[data-category=fc25_boost] .category-icon{background:#FF5252}[data-category=mobile_donate] .category-icon{background:#2196F3}[data-category=other] .category-icon{background:#9C27B0}[data-category=fc25_coins] .category-icon:after{content:"";position:absolute;top:0;left:0;right:0;height:50%;background:linear-gradient(to bottom,rgba(255,255,255,.3),transparent);border-radius:12px 12px 0 0;transform:rotate(-15deg) translateY(-2px)}[data-category=fc25_coins] .category-icon svg{filter:drop-shadow(3px 5px 4px rgba(0,0,0,.2));transform:translate(-2px)}@media (hover: hover){[data-category=fc25_coins]:hover .category-icon svg{transform:translate(-2px) scale(1.05);filter:drop-shadow(4px 6px 5px rgba(0,0,0,.25));transition:all .3s ease}}@media (max-width: 768px){[data-category=fc25_coins] .category-icon:after{border-radius:10px 10px 0 0}}@media (max-width: 576px){[data-category=fc25_coins] .category-icon:after{border-radius:8px 8px 0 0}}@media (max-width: 375px){[data-category=fc25_coins] .category-icon:after{border-radius:6px 6px 0 0}}[data-category=subscriptions] .category-icon{background:#8E44AD}[data-category=media] .category-icon{background:#E91E63}.category-card h3{margin:0;font-size:15px;font-weight:600;text-align:center;color:#000}.category-card img{width:100%;height:120px;object-fit:cover;border-radius:4px}@media (hover: hover){.category-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.category-card:hover .category-icon{transform:scale(1.1)}.category-card:hover .category-icon:before{background:rgba(255,255,255,.15)}}.category-card:active{transform:scale(.95);box-shadow:0 2px 8px #00000014}@media (max-width: 360px){.categories{grid-template-columns:1fr}}.loading{display:flex;justify-content:center;align-items:center;height:100vh;color:var(--tg-theme-hint-color)}.card{cursor:pointer;transition:transform .2s ease}.card:hover{transform:translateY(-2px)}.card h3{margin:0 0 8px;font-size:16px;color:var(--tg-theme-text-color)}.card p{margin:0;font-size:14px;color:var(--tg-theme-hint-color)}@media (max-width: 768px){.catalog{padding:0 12px}.categories{gap:8px}.category-card{padding:16px}.category-icon{width:48px;height:48px;border-radius:10px}.category-icon svg{width:24px;height:24px}}@media (max-width: 576px){.catalog h1{font-size:20px;margin:16px 0}.categories{grid-template-columns:1fr}.category-card{padding:12px}.category-icon{width:42px;height:42px;border-radius:8px}.category-icon svg{width:20px;height:20px}}@media (max-width: 375px){.catalog{padding:0 4px}.catalog h1{font-size:18px;margin:12px 0}.categories{gap:6px}.category-card{padding:8px;border-radius:8px}.category-icon{width:36px;height:36px;border-radius:6px}.category-card h3{font-size:13px;margin-top:4px}.category-card p{font-size:11px}.category-icon svg{width:20px;height:20px}}@media (max-height: 667px){.categories{grid-template-columns:repeat(2,1fr)}.category-card{aspect-ratio:auto;min-height:80px}}.category-card[data-category=mobile] .category-icon{background:linear-gradient(135deg,#FF6B6B 0%,#FF8E53 100%);border-radius:16px;padding:12px}.category-header{padding:16px;border-bottom:1px solid var(--tg-theme-hint-color)}.category-header h1{margin:0;font-size:24px;color:var(--tg-theme-text-color)}.category-header p{margin:8px 0 0;color:var(--tg-theme-hint-color)}.category-products{padding:16px}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:16px;margin-top:16px}.product-card{display:flex;flex-direction:column;background:#fff;border-radius:8px;padding:12px;box-shadow:0 2px 4px #0000001a}.product-card>img{width:100%;height:160px;object-fit:fill;border-radius:4px;margin-bottom:12px;object-position:center center}.product-card h3{margin:0;font-size:16px;line-height:1.2}.product-card .description{margin:8px 0;font-size:14px;color:var(--tg-theme-hint-color);flex-grow:1}.product-card .price{margin:8px 0;font-size:18px;font-weight:700;color:var(--tg-theme-button-color)}.add-to-cart{margin-top:auto;padding:8px;border:none;border-radius:4px;background:var(--tg-theme-button-color);color:var(--tg-theme-button-text-color);font-size:14px;cursor:pointer}.add-to-cart:active{opacity:.8}.cart{padding:16px;min-height:100vh;display:flex;flex-direction:column}.cart-header-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.cart h1{margin:0;font-size:24px;color:var(--tg-theme-text-color)}.cart-items{flex:1;margin-bottom:24px}.cart-item-box{display:flex;align-items:stretch;gap:16px;background:#fff;border-radius:16px;box-shadow:0 2px 8px #0000000f;padding:16px;margin-bottom:16px}.cart-item-image{width:60px;height:60px;object-fit:cover;border-radius:6px;margin-right:12px}.item-details{flex:1;display:flex;flex-direction:column;justify-content:center;min-width:0}.item-details h3{margin:0 0 4px;font-size:16px;color:var(--tg-theme-text-color);font-weight:600}.item-details p{margin:2px 0;font-size:14px;color:var(--tg-theme-hint-color)}.quantity-box{display:flex;align-items:center;align-self:center;background:var(--tg-theme-secondary-bg-color, #f5f5f5);border-radius:8px;padding:4px 8px;gap:8px;min-width:90px;justify-content:center}.quantity-btn{background:var(--tg-theme-button-color, #2481cc);color:var(--tg-theme-button-text-color, #fff);border:none;border-radius:6px;width:28px;height:28px;font-size:18px;font-weight:600;cursor:pointer;transition:background .2s}.quantity-btn:active{opacity:.8}.quantity-value{font-size:16px;font-weight:500;min-width:24px;text-align:center}.remove-btn{background:#ff3b30;color:#fff;border:none;border-radius:8px;padding:8px 16px;font-size:14px;font-weight:500;cursor:pointer;margin-left:16px;transition:background .2s}.remove-btn:hover,.remove-btn:focus{background:#d32f2f}.clear-cart-btn{background:#f5f5f5;color:#d32f2f;border:none;border-radius:8px;padding:8px 16px;font-size:14px;font-weight:500;cursor:pointer;transition:background .2s}.clear-cart-btn:hover,.clear-cart-btn:focus{background:#ffeaea}.main-button{background:linear-gradient(90deg,#2481cc 0%,#34c759 100%)!important;color:#fff!important;border:none;border-radius:16px;padding:18px 40px;font-size:20px;font-weight:700;cursor:pointer;margin-top:24px;width:100%;box-shadow:0 4px 24px #2481cc26,0 1.5px 6px #34c7591a;transition:background .2s,box-shadow .2s,transform .1s;letter-spacing:.5px;text-shadow:0 1px 2px rgba(0,0,0,.1)}.main-button:hover,.main-button:focus{background:linear-gradient(90deg,#1a5fa0 0%,#28a745 100%)!important;box-shadow:0 6px 32px #2481cc38,0 2px 8px #34c75926;transform:translateY(-2px) scale(1.03)}.main-button:active{opacity:.92;transform:scale(.98)}.main-button.disabled,.main-button:disabled{background:#f3f3f3!important;color:#aaa!important;cursor:not-allowed;box-shadow:none;opacity:1;text-shadow:none}.terms-agreement{margin:16px 0;padding:12px;background:rgba(0,0,0,.05);border-radius:8px}.checkbox-container{display:flex;align-items:flex-start;gap:12px;cursor:pointer;position:relative;font-size:14px;line-height:1.4;color:var(--tg-theme-text-color)}.terms-checkbox{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.checkmark{height:24px;width:24px;background-color:var(--tg-theme-bg-color);border:2.5px solid var(--tg-theme-hint-color, #ccc);border-radius:6px;flex-shrink:0;margin-top:2px;position:relative;transition:all .2s cubic-bezier(.4,0,.2,1);box-sizing:border-box}.checkbox-container:hover .checkmark{border-color:#34c759}.terms-checkbox:checked~.checkmark{background-color:#34c759;border-color:#34c759;box-shadow:0 0 0 2px #b2f2c9}.checkmark:after{content:"";position:absolute;display:none;left:7px;top:3px;width:7px;height:13px;border:solid #fff;border-width:0 3px 3px 0;border-radius:1.5px;transform:scale(.7) rotate(45deg);transition:all .2s cubic-bezier(.4,0,.2,1)}.terms-checkbox:checked~.checkmark:after{display:block;animation:checkmark-pop .18s cubic-bezier(.4,0,.2,1)}@keyframes checkmark-pop{0%{transform:scale(.2) rotate(45deg);opacity:0}80%{transform:scale(1.15) rotate(45deg);opacity:1}to{transform:scale(.7) rotate(45deg);opacity:1}}.terms-text{flex:1;-webkit-user-select:none;user-select:none}.terms-link{color:var(--tg-theme-link-color, #007bff);text-decoration:none;font-weight:500}.terms-link:hover{text-decoration:underline}.terms-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;z-index:1000;padding:16px}.terms-modal{background:var(--tg-theme-bg-color);border-radius:12px;max-width:90vw;max-height:90vh;width:100%;display:flex;flex-direction:column;box-shadow:0 10px 30px #0000004d}.terms-modal-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid var(--tg-theme-hint-color, rgba(0, 0, 0, .1));flex-shrink:0}.terms-modal-header h2{margin:0;font-size:18px;color:var(--tg-theme-text-color)}.terms-modal-close{background:none;border:none;font-size:20px;color:var(--tg-theme-hint-color);cursor:pointer;padding:4px;border-radius:4px;transition:all .2s ease}.terms-modal-close:hover{background:rgba(0,0,0,.1);color:var(--tg-theme-text-color)}.terms-modal-content{flex:1;overflow-y:auto;padding:0}.terms-modal-content .terms-page{padding:20px;max-width:none;margin:0;min-height:auto}.terms-modal-content .terms-header{margin-bottom:20px;padding-bottom:16px}.terms-modal-content .terms-header h1{font-size:20px}.terms-modal-content .terms-subtitle{font-size:14px}.terms-modal-content .terms-version{font-size:12px}.terms-modal-content .terms-content section{margin-bottom:20px}.terms-modal-content .terms-content h2{font-size:16px;margin-bottom:12px}.terms-modal-content .terms-content p{font-size:13px;margin-bottom:8px}.terms-modal-content .terms-content li{font-size:13px;margin-bottom:6px}.terms-modal-footer{padding:16px 20px;border-top:1px solid var(--tg-theme-hint-color, rgba(0, 0, 0, .1));display:flex;justify-content:center;flex-shrink:0}.terms-modal-close-btn{background:var(--tg-theme-button-color, #007bff);color:var(--tg-theme-button-text-color, #fff);border:none;padding:12px 24px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.terms-modal-close-btn:hover{opacity:.9;transform:translateY(-1px)}@media (max-width: 600px){.cart-item-box{flex-direction:column;align-items:flex-start;gap:8px;padding:12px}.main-button{font-size:16px;padding:12px 0}.remove-btn,.clear-cart-btn{padding:8px;font-size:13px}}.cart{padding:20px;max-width:800px;margin:0 auto}.cart h1{margin-bottom:20px;color:var(--tg-theme-text-color)}.flag-image{width:23px;margin-right:2px}.cart-empty{text-align:center;padding:40px}.cart-items{margin-bottom:30px}.cart-item{display:flex;align-items:center;padding:15px;margin-bottom:15px;background:var(--tg-theme-secondary-bg-color);border-radius:8px}.cart-item-image{width:80px;height:80px;object-fit:cover;border-radius:4px;margin-right:15px}.cart-item-details{flex:1}.cart-item-details h3{margin:0;color:var(--tg-theme-text-color)}.price{color:var(--tg-theme-text-color);font-weight:700;margin:5px 0}.remove-button{padding:8px 15px;background:#ff4444;color:#fff;border:none;border-radius:4px;cursor:pointer}.cart-summary{margin:20px 0;padding:15px;background:var(--tg-theme-secondary-bg-color);border-radius:8px}.checkout-button{width:100%;padding:15px;background:var(--tg-theme-button-color);color:var(--tg-theme-button-text-color);border:none;border-radius:8px;font-size:16px;font-weight:700;margin-top:15px;cursor:pointer}.checkout-button:hover{opacity:.9}.cart-empty button{margin-top:20px;padding:10px 20px;background:var(--tg-theme-button-color);color:var(--tg-theme-button-text-color);border:none;border-radius:4px;cursor:pointer}.input-wrapper{display:flex;flex-direction:column;gap:6px;width:100%}.input-label{font-size:14px;color:var(--tg-theme-hint-color);font-weight:500}.input{padding:12px 16px;border-radius:12px;border:2px solid transparent;background:var(--tg-theme-bg-color);color:var(--tg-theme-text-color);font-size:16px;width:100%;transition:all var(--transition-fast);box-shadow:var(--shadow-sm)}.input:focus{outline:none;border-color:var(--tg-theme-button-color);box-shadow:var(--shadow-md)}.input::placeholder{color:var(--tg-theme-hint-color);opacity:.7}.input-error{border-color:var(--color-error)}.input-error-text{font-size:12px;color:var(--color-error);animation:shake .4s ease-in-out}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-4px)}75%{transform:translate(4px)}}.input:disabled{opacity:.7;cursor:not-allowed;background:var(--tg-theme-hint-color)}.input:focus-visible{outline:2px solid var(--tg-theme-button-color);outline-offset:2px}.checkout{min-height:100vh;padding:16px;display:flex;flex-direction:column;gap:24px}.checkout-header{margin-bottom:8px}.checkout-header h1{margin:0;font-size:24px;color:var(--tg-theme-text-color)}.checkout-form{display:flex;flex-direction:column;gap:16px}.checkout-summary{margin-top:auto;padding:16px;background:var(--tg-theme-bg-color);border-radius:12px;box-shadow:0 1px 2px #0000001a}.summary-item{display:flex;justify-content:space-between;color:var(--tg-theme-hint-color);margin-bottom:8px}.summary-total{display:flex;justify-content:space-between;font-size:18px;font-weight:600;color:var(--tg-theme-text-color);padding-top:8px;border-top:1px solid var(--tg-theme-hint-color)}.submit-error{color:#ff3b30;text-align:center;padding:8px}.order-status{display:inline-block;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:500}.order-status-success{background:rgba(52,199,89,.1);color:#34c759}.order-status-error{background:rgba(255,59,48,.1);color:#ff3b30}.order-status-warning{background:rgba(255,149,0,.1);color:#ff9500}.order-status-info{background:rgba(0,122,255,.1);color:#007aff}.order-status-default{background:rgba(142,142,147,.1);color:#8e8e93}.orders{min-height:100vh;padding:16px}.orders-header{margin-bottom:24px}.orders-header h1{margin:0;font-size:24px;color:var(--tg-theme-text-color)}.empty-orders{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:48px 16px;color:var(--tg-theme-hint-color)}.orders-list{display:flex;flex-direction:column;gap:16px}.order-card{background:var(--tg-theme-bg-color);border-radius:12px;padding:16px;box-shadow:0 1px 2px #0000001a;cursor:pointer;transition:transform .2s ease}.order-card:hover{transform:translateY(-2px)}.order-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.order-info{display:flex;flex-direction:column;gap:4px}.order-number{font-weight:600;color:var(--tg-theme-text-color)}.order-date{font-size:12px;color:var(--tg-theme-hint-color)}.order-items{border-top:1px solid var(--tg-theme-hint-color);border-bottom:1px solid var(--tg-theme-hint-color);padding:12px 0;margin-bottom:12px}.order-item{display:flex;justify-content:space-between;align-items:center;color:var(--tg-theme-text-color);font-size:14px;margin-bottom:8px}.order-item:last-child{margin-bottom:0}.item-quantity{color:var(--tg-theme-hint-color)}.order-footer{display:flex;justify-content:space-between;align-items:center;color:var(--tg-theme-text-color)}.order-total{font-weight:600;font-size:16px}.success{min-height:100vh;padding:32px 16px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:32px}.success-content{animation:fadeInUp .5s ease-out .8s both}.success-content h1{margin:0 0 16px;font-size:24px;color:var(--tg-theme-text-color)}.success-content p{margin:0;color:var(--tg-theme-hint-color);font-size:16px;line-height:1.5}.success-actions{display:flex;flex-direction:column;gap:12px;width:100%;animation:fadeInUp .5s ease-out 1s both}.button.secondary{background:transparent;border:1px solid var(--tg-theme-button-color);color:var(--tg-theme-button-color)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.success-page{padding:20px;max-width:600px;margin:0 auto;text-align:center}.success-content{background:var(--tg-theme-secondary-bg-color);padding:30px;border-radius:8px;margin-top:20px}.success-content h1{color:var(--tg-theme-text-color);margin-bottom:20px}.success-content p{color:var(--tg-theme-text-color);margin-bottom:30px}.return-button{padding:12px 24px;background:var(--tg-theme-button-color);color:var(--tg-theme-button-text-color);border:none;border-radius:8px;font-size:16px;cursor:pointer}.return-button:hover{opacity:.9}.order-id{font-size:18px;font-weight:600;color:var(--tg-theme-button-color);margin:8px 0 16px}.success-message{color:var(--tg-theme-hint-color);margin-bottom:32px;max-width:400px}.success-actions{display:flex;flex-direction:column;gap:12px;width:100%;max-width:300px}.primary-button{padding:12px 24px;background:var(--tg-theme-button-color);color:var(--tg-theme-button-text-color);border:none;border-radius:8px;font-size:16px;cursor:pointer}.secondary-button{padding:12px 24px;background:transparent;color:var(--tg-theme-button-color);border:1px solid var(--tg-theme-button-color);border-radius:8px;font-size:16px;cursor:pointer}.console-page{padding:16px;max-width:1200px;margin:0 auto}.console-header{margin-bottom:24px;text-align:center}.console-header h1{font-size:24px;margin:0 0 8px;color:var(--tg-theme-text-color)}.console-header p{margin:0;color:var(--tg-theme-hint-color);font-size:16px}.games-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;padding:16px}.game-card{display:flex;align-items:center;padding:16px;background:var(--tg-theme-bg-color);border-radius:12px;box-shadow:0 2px 8px #0000001a;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.game-card:hover{transform:translateY(-4px);box-shadow:0 4px 12px #00000026}.game-icon{font-size:32px;margin-right:16px;display:flex;align-items:center;justify-content:center;width:60px;height:60px;background:var(--tg-theme-secondary-bg-color);border-radius:12px}.game-info{flex:1}.game-info h3{margin:0 0 4px;font-size:18px;color:var(--tg-theme-text-color)}.game-info p{margin:0;font-size:14px;color:var(--tg-theme-hint-color)}.product-card{background:#1a1a1a;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #0003;transition:all .3s ease;display:flex;flex-direction:column;height:100%}.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000004d}.product-image{width:100%;aspect-ratio:16/9;background:#000;display:flex;align-items:center;justify-content:center;font-size:2em;color:#fff;object-fit:cover}.product-info{padding:16px;display:flex;flex-direction:column;flex-grow:1}.product-info h3{margin:0 0 8px;font-size:1.2em;color:#fff;font-weight:600}.product-info p{margin:0 0 16px;color:inherit;font-size:.9em;line-height:1.4}.variants-container{display:flex;flex-direction:column;gap:40px;margin-top:auto;padding:16px 0;position:relative}.variants-container:after{display:none}.variant-button{display:flex;align-items:center;justify-content:center;padding:8px 12px;margin:8px;background:#2ecc71;border:1px solid rgba(255,255,255,.25);border-radius:10px;cursor:pointer;transition:all .25s ease;color:inherit;box-shadow:0 4px 10px #0003;position:relative;overflow:hidden;width:calc(100% - 16px)}.variant-button:hover{background:#27ae60;transform:translateY(-2px);box-shadow:0 6px 14px #00000040;border-color:#fff6}.variant-button:active{transform:translateY(1px);box-shadow:0 1px 3px #0003}.variant-flag{font-size:20px;margin-right:16px;filter:drop-shadow(0 1px 2px rgba(0,0,0,.3))}.variant-name{font-weight:500;margin-left:4px;color:#ffffffe6;font-size:16px}.variant-price-container{background:rgba(0,0,0,.25);padding:4px;border-radius:10px;box-shadow:inset 0 1px 3px #0003}.variant-price{font-weight:600;color:inherit;padding:8px 12px;border-radius:8px;font-size:16px;display:block}.platform-buttons{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:12px}.platform-button{padding:10px;border-radius:8px;border:none;color:#fff;font-weight:500;cursor:pointer;transition:all .2s ease}@media (max-width: 768px){.games-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}.products-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.product-info{padding:12px}.variant-button{padding:10px 12px}}@media (max-width: 480px){.products-grid{grid-template-columns:1fr}.product-card{width:100%;max-width:400px;margin:0 auto}.product-info{padding:12px}.variant-button{padding:10px 12px}.variant-flag{font-size:1.2em;margin-right:8px}.variant-name{font-size:.9em}.variant-price{font-size:.85em;padding:3px 6px}}[data-force-text-color=white]{color:#fff!important}.variant-left{display:flex;align-items:center}.ripple-effect{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,123,255,.1);pointer-events:none;animation:ripple .5s ease-out;z-index:9999}@keyframes ripple{0%{opacity:0}20%{opacity:.2}to{opacity:0}}.product-card{display:flex;flex-direction:column;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #0000001f;transition:transform .4s cubic-bezier(.4,0,.2,1),box-shadow .4s cubic-bezier(.4,0,.2,1);height:100%;width:100%;position:relative;border:1px solid rgba(0,0,0,.05)}.product-card:hover{transform:translateY(-3px);box-shadow:0 12px 36px #0000002e}.product-image{position:relative;width:100%;aspect-ratio:16/9;overflow:hidden;background:#f5f5f5}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-image-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:linear-gradient(135deg,#f5f5f5 0%,#e0e0e0 100%);font-size:2rem}.product-info{padding:20px;display:flex;flex-direction:column;gap:12px}.product-info h3{font-size:1.4rem;font-weight:600;color:#222;margin:0;line-height:1.3}.product-info p{color:#444;font-size:.95rem;margin:0;line-height:1.5}.product-footer{display:flex;align-items:flex-start;justify-content:space-between;margin-top:auto;padding-top:8px}.product-price{font-size:16px;font-weight:600;color:var(--tg-theme-button-color)}.add-to-cart-button{background:var(--tg-theme-button-color);color:var(--tg-theme-button-text-color);border:none;border-radius:8px;padding:8px 12px;font-size:14px;font-weight:500;cursor:pointer;transition:opacity .2s ease}.add-to-cart-button:hover{opacity:.9}.add-to-cart-button:active{opacity:.8}.product-badge{position:absolute;top:8px;right:8px;background:#ff3b30;color:#fff;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:500;z-index:1}.product-badge.sale{background:#ff3b30}.product-badge.new{background:#34c759}@media (max-width: 768px){.product-info{min-height:100px}.product-info h3{font-size:14px;-webkit-line-clamp:1;min-height:18px}.product-info p{font-size:12px;-webkit-line-clamp:1;margin-bottom:8px;max-height:17px}.product-price{font-size:14px}.add-to-cart-button{padding:6px 10px;font-size:12px}}@media (max-width: 320px){.product-info{padding:8px;min-height:90px}.product-footer{flex-direction:column;align-items:flex-start;gap:8px}.add-to-cart-button{width:100%}}.subcategory-products .product-card{margin-bottom:12px}.products-grid{display:grid!important;grid-template-columns:1fr!important;gap:24px!important;padding:16px 0!important;width:100%!important}@media (min-width: 600px){.products-grid{grid-template-columns:repeat(2,1fr)!important}}.products-grid .product-card{width:100%!important;height:100%!important;max-width:none!important}.cart-items .product-card{flex-direction:row;padding:8px}.cart-items .product-image{width:80px;height:80px;aspect-ratio:auto}.cart-items .product-content{padding:0 0 0 12px;min-height:auto}.cart-items .product-name{min-height:auto}.cart-items .product-description{max-height:none}.product-card.loading{pointer-events:none;opacity:.7}.product-card.loading .product-image{background:#e0e0e0;animation:shimmer 1.4s ease infinite}.product-card.loading .product-name,.product-card.loading .product-description,.product-card.loading .product-price{background:#e0e0e0;border-radius:4px;color:transparent;animation:shimmer 1.4s ease infinite}.product-card.loading .product-name{width:70%;height:20px}.product-card.loading .product-description{width:100%;height:32px}.product-card.loading .product-price{width:40%;height:24px}@media (max-width: 480px){.product-image{aspect-ratio:16/10}.product-info{gap:6px}.product-info h3{font-size:13px;-webkit-line-clamp:2;min-height:34px}.product-info p{font-size:11px;-webkit-line-clamp:2;max-height:31px}.product-footer{gap:6px}.product-price{font-size:13px}.add-to-cart-button{padding:5px 10px;font-size:11px}}@media (max-width: 576px){.product-image{aspect-ratio:16/9}}@media (max-width: 375px){.product-card{border-radius:8px}.product-info{padding:6px}.product-image{aspect-ratio:16/10}.product-info h3{font-size:13px;-webkit-line-clamp:1;min-height:17px}.product-info p{font-size:11px;margin:4px 0;-webkit-line-clamp:2;max-height:31px}.product-footer{margin-top:6px}.product-price{font-size:13px}.add-to-cart-button{padding:4px 8px;font-size:12px}}@media (max-height: 667px){.product-info p{-webkit-line-clamp:1;max-height:15px}.product-image{aspect-ratio:16/9}}.product-prices{display:flex;flex-direction:column;gap:4px}.price-row{display:flex;align-items:center;gap:4px}.price-flag{font-size:16px}.price-value{font-size:14px;font-weight:600;color:var(--tg-theme-button-color)}@media (max-width: 480px){.price-flag{font-size:14px}.price-value{font-size:12px}}@media (max-width: 375px){.price-flag{font-size:12px}.price-value{font-size:11px}.product-prices{gap:2px}}.variants-container{display:flex;flex-direction:column;gap:10px;margin-top:15px}.variant-button{display:flex;flex-direction:row;align-items:center;justify-content:center;padding:8px 10px;background:#2ecc71;border:1px solid rgba(0,0,0,.08);border-radius:8px;cursor:pointer;transition:all .35s cubic-bezier(.4,0,.2,1);color:#fff;box-shadow:0 4px 10px #00000014;flex:0 1 auto;margin:0;min-width:100px;max-width:130px;font-weight:500}.variant-button:nth-child(2n){background:#3498db}.variant-button:hover{background:#27ae60;transform:translateY(-2px);box-shadow:0 6px 14px #0000001f}.variant-button:nth-child(2n):hover{background:#2980b9}.variant-button.selected{background:#27ae60;border-color:#2ecc71;box-shadow:0 0 0 1px #2ecc7133}.variant-flag{font-size:18px;margin-right:8px;filter:drop-shadow(0 1px 2px rgba(0,0,0,.1))}.variant-price{font-weight:600;font-size:14px;color:#fff;padding:3px 6px;border-radius:4px;text-align:center;min-width:50px}.flag-image{width:20px;height:20px;margin-right:8px}.platform-buttons{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:15px}.platform-button{padding:12px;border-radius:10px;border:none;color:#fff;font-weight:500;cursor:pointer;transition:all .3s ease;text-align:center}.platform-button.playstation{background:linear-gradient(135deg,#006FCD,#003791)}.platform-button.xbox{background:linear-gradient(135deg,#107C10,#054B05)}.platform-button.steam{background:linear-gradient(135deg,#171a21,#000000)}.platform-button.cancel{background:linear-gradient(135deg,#444,#222);grid-column:1 / -1}.platform-button:hover{transform:translateY(-2px);filter:brightness(1.2)}.variant-region-container{display:flex;flex-direction:column;width:100%;margin-top:10px;align-items:center}.region-label{font-size:14px;color:#222222b3;margin-bottom:5px;text-align:left}.variant-buttons-row{display:flex;flex-direction:row;width:100%;gap:8px;justify-content:center}.products-container{padding:16px;max-width:1200px;margin:0 auto}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:16px;padding:16px}.category-title{font-size:24px;font-weight:600;color:var(--tg-theme-text-color, #000000);margin:0 0 16px 16px}.category-description{font-size:16px;color:var(--tg-theme-hint-color, #999999);margin:0 0 24px 16px}@media (max-width: 768px){.products-container{padding:12px}.products-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px;padding:12px}.category-title{font-size:20px;margin:0 0 12px 12px}.category-description{font-size:14px;margin:0 0 18px 12px}}@media (max-width: 480px){.products-container{padding:8px}.products-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:8px;padding:8px}.category-title{font-size:18px;margin:0 0 8px 8px}.category-description{font-size:12px;margin:0 0 12px 8px}}.timeline-slider{position:relative;width:100%;overflow:hidden;padding:24px 0;-webkit-user-select:none;user-select:none}.timeline-viewport{position:relative;width:100%;overflow:hidden}.timeline-wrapper:before,.timeline-wrapper:after{content:"";position:absolute;top:0;bottom:0;width:calc((100% - 528px)/2);pointer-events:none;z-index:2}.timeline-wrapper:before{left:0}.timeline-wrapper:after{right:0}.center-point{position:absolute;left:50%;top:0;bottom:0;width:2px;background:transparent;pointer-events:none;z-index:10}.timeline-container{position:relative;width:100%;overflow:hidden;display:none}.timeline-center-marker{position:absolute;left:50%;top:0;bottom:0;width:0;border-left:2px solid transparent;z-index:10;pointer-events:none}.timeline-track{display:flex;gap:16px;will-change:transform;align-items:center;padding:0}.timeline-item{flex:0 0 160px;height:100px;border-radius:12px;overflow:hidden;position:relative;cursor:pointer;background:var(--tg-theme-bg-color);box-shadow:0 2px 8px #0000001a;transition:all .3s ease;transform-origin:center center}.timeline-item.active{opacity:1;transform:scale(1);z-index:2;box-shadow:0 4px 12px #0003}.timeline-item:not(.active){filter:blur(1px)}.timeline-image{width:100%;height:100%;object-fit:cover}.timeline-content{position:absolute;bottom:0;left:0;right:0;padding:12px;background:linear-gradient(to top,rgba(0,0,0,.8),rgba(0,0,0,0));color:#fff}.timeline-content h3{margin:0 0 4px;font-size:14px;font-weight:600}.timeline-content p{margin:0;font-size:12px;opacity:.8}.timeline-dots{display:flex;justify-content:center;gap:8px;margin-top:16px}.timeline-dot{width:6px;height:6px;border-radius:50%;background:var(--tg-theme-hint-color);border:none;padding:0;opacity:.3;cursor:pointer;transition:all .3s ease}.timeline-dot.active{opacity:1;transform:scale(1.2);background:var(--tg-theme-button-color)}@media (max-width: 768px){.timeline-item{flex:0 0 140px;height:90px}.timeline-content{padding:8px}.timeline-content h3{font-size:12px}.timeline-content p{font-size:10px}}.category-template{padding:16px;max-width:1200px;margin:0 auto}.category-header{margin-bottom:12px;text-align:left;padding:0}.category-title{display:flex;align-items:center;gap:12px;margin-bottom:8px}.category-title h1{margin:0;font-size:24px;font-weight:600;color:var(--tg-theme-text-color)}.category-description{color:var(--tg-theme-hint-color);margin:0}.category-products{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px;margin-top:24px}.category-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px;color:var(--tg-theme-hint-color)}.timeline-section{margin:20px 0;width:100%;overflow:hidden}.timeline-slider{z-index:1;position:relative}@media (max-width: 640px){.category-products{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:12px}.category-icon{font-size:28px}.category-title h1{font-size:20px}.category-header{margin-bottom:8px}}.categories-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}.category-card{background:var(--tg-theme-bg-color);border-radius:12px;padding:16px;display:flex;flex-direction:column;gap:12px;cursor:default;border:1px solid rgba(0,0,0,.05);box-shadow:0 1px 2px #0000000d;transition:transform .2s}.category-card:hover{transform:translateY(-2px)}.category-header{display:flex;align-items:center;gap:12px;cursor:pointer;padding:8px;border-radius:8px;transition:background-color .2s;border:1px solid transparent}.category-header:hover{background:var(--tg-theme-secondary-bg-color, #f5f5f5);border-color:#0000000d}.category-icon{font-size:32px}.category-info h3{margin:0;font-size:18px;color:var(--tg-theme-text-color)}.category-info p{margin:4px 0 0;font-size:14px;color:var(--tg-theme-hint-color)}.category-products{margin-top:8px;display:flex;flex-direction:column;gap:8px;width:100%}.product-item{padding:10px 14px;background:var(--tg-theme-bg-color, #ffffff);border-radius:6px;cursor:pointer;transition:all .15s ease;position:relative;overflow:hidden;border:1px solid var(--tg-theme-hint-color, rgba(0, 0, 0, .1));width:100%;display:flex}.product-item:hover{background:var(--tg-theme-button-color, #50a8eb);color:var(--tg-theme-button-text-color, #ffffff);transform:none;border-color:var(--tg-theme-button-color, #50a8eb)}.product-item:active{transform:scale(.98);background:var(--tg-theme-button-color, #3994d6);border-color:var(--tg-theme-button-color, #3994d6)}.product-info{display:flex;justify-content:space-between;align-items:center;gap:12px;position:relative;z-index:1;width:100%}.product-name{font-size:14px;font-weight:500;color:var(--tg-theme-text-color);transition:color .15s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1}.product-price{font-weight:600;color:var(--tg-theme-text-color);background-color:#0000000d;padding:4px 8px;border-radius:6px;transition:all .15s ease;white-space:nowrap}.product-item:hover .product-name,.product-item:hover .product-price{color:var(--tg-theme-button-text-color, #ffffff)}.product-item:hover .product-price{background-color:#fff3}@media (max-width: 768px){.categories-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px}.category-card{padding:12px}.category-header{padding:6px}.category-icon{font-size:24px}.product-item{padding:8px 12px}.product-name{font-size:13px}.product-price{font-size:13px;padding:3px 6px}}@media (max-width: 480px){.categories-grid{grid-template-columns:1fr;gap:8px}.category-card{padding:10px}.product-item{padding:6px 10px}.product-name{font-size:12px}.product-price{font-size:12px;padding:2px 5px}}.product-item.clicked{animation:click-pulse .3s ease-out}@keyframes click-pulse{0%{transform:scale(1);background:#2ecc71}50%{transform:scale(.95);background:#27ae60}to{transform:scale(1);background:#2ecc71}}.coin-card{background:var(--tg-theme-bg-color, #ffffff);border-radius:12px;padding:12px;box-shadow:0 2px 8px #0000001a;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease;display:flex;flex-direction:column;gap:8px;cursor:pointer;height:100%;min-height:200px;position:relative;overflow:hidden}.coin-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.coin-card:active{transform:translateY(0)}.coin-card.adding{background-color:var(--tg-theme-button-color, #50a8eb);transform:scale(.98)}.coin-image{width:100%;aspect-ratio:16/9;overflow:hidden;border-radius:8px;background:var(--tg-theme-secondary-bg-color, #f0f0f0)}.coin-image img{width:100%;height:100%;object-fit:cover}.coin-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:2rem}.coin-info{display:flex;flex-direction:column;gap:8px;flex:1}.coin-title{font-size:16px;font-weight:600;color:var(--tg-theme-text-color, #000000);margin:0}.coin-description{font-size:14px;color:var(--tg-theme-hint-color, #999999);margin:0;flex:1}.coin-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto}.coin-amount{font-size:14px;color:var(--tg-theme-hint-color, #999999)}.coin-price{font-size:16px;font-weight:600;color:var(--tg-theme-text-color, #000000)}.add-to-cart-button{background:var(--tg-theme-button-color);color:var(--tg-theme-button-text-color);border:none;border-radius:8px;padding:8px 16px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.add-to-cart-button.adding{background-color:var(--tg-theme-button-color);color:var(--tg-theme-button-text-color);opacity:.8}.add-to-cart-button:disabled{cursor:not-allowed}@keyframes addToCart{0%{transform:scale(1)}50%{transform:scale(.95)}to{transform:scale(1)}}.coin-card.adding{animation:addToCart .5s ease}@media (max-width: 768px){.coin-card{min-height:180px}.coin-title{font-size:14px}.coin-description,.coin-amount{font-size:12px}.coin-price{font-size:14px}}.payment-page{padding:20px;max-width:600px;margin:0 auto}.order-summary{background:var(--tg-theme-secondary-bg-color);padding:20px;border-radius:8px;margin-top:20px}.payment-button{width:100%;padding:15px;background:var(--tg-theme-button-color);color:var(--tg-theme-button-text-color);border:none;border-radius:8px;font-size:16px;font-weight:700;margin-top:20px;cursor:pointer}.payment-button:hover{opacity:.9}.checkout-info{padding:20px;max-width:600px;margin:0 auto;background:#fff}.checkout-info h1{color:#000;font-size:24px;margin-bottom:20px;text-align:center}.form-section{background:#f5f5f5;border-radius:12px;padding:20px;margin-bottom:20px;box-shadow:0 2px 4px #0000001a}.form-section h3{color:#000;font-size:18px;margin-bottom:15px}.info-text{color:#666;font-size:14px;margin-bottom:20px;padding:10px;background:#fff;border-radius:8px;border:1px solid #e0e0e0}.form-group{margin-bottom:15px}.form-group label{display:block;color:#000;margin-bottom:8px;font-weight:500}.form-group input{width:100%;padding:12px;border:1px solid #2481cc;border-radius:8px;background:#fff;color:#000;font-size:16px}.form-group input:focus{outline:none;border-color:#2481cc;box-shadow:0 0 0 2px #2481cc1a}.form-group input::placeholder{color:#999}.order-summary{background:#f5f5f5;border-radius:12px;padding:20px;margin-top:20px;text-align:center;cursor:pointer;transition:all .3s ease;border:1px solid #2481cc}.order-summary:hover{background:#2481cc}.order-summary h3{color:#2481cc;font-size:20px;margin:0;font-weight:600}.order-summary:hover h3{color:#fff}.form-group.filled input{border-color:#4caf50}.form-group.error input{border-color:#f44336}.submit-button{width:100%;padding:12px;background:var(--tg-theme-button-color);color:var(--tg-theme-button-text-color);border:none;border-radius:8px;font-size:16px;font-weight:500;cursor:pointer;margin-top:20px}.submit-button:hover{opacity:.9}.submit-button:active{transform:scale(.98)}#root{max-width:600px;margin:0 auto;text-align:center;width:100%}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}.App{width:100%}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--tg-theme-bg-color: #ffffff !important;--tg-theme-text-color: #000000;--tg-theme-hint-color: #999999;--tg-theme-link-color: #2481cc;--tg-theme-button-color: #2481cc;--tg-theme-button-text-color: #ffffff;--tg-theme-secondary-bg-color: #f5f5f5;--color-success: #34c759;--color-error: #ff3b30;--color-warning: #ff9500;--color-info: #007aff;--shadow-sm: 0 1px 3px rgba(0,0,0,.12);--shadow-md: 0 4px 6px rgba(0,0,0,.1);--shadow-lg: 0 10px 15px rgba(0, 0, 0, .05);--transition-fast: .2s ease;--transition-normal: .3s ease;--transition-slow: .4s ease}*{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#ffffff;color:#000;display:flex;place-items:center;min-width:320px;min-height:100vh;line-height:1.5}h1{font-size:3.2em;line-height:1.1}.button{position:relative;display:inline-flex;align-items:center;justify-content:center;padding:8px 16px;border-radius:8px;border:none;background:var(--tg-theme-button-color);color:var(--tg-theme-button-text-color);font-size:16px;font-weight:500;transition:transform var(--transition-fast),opacity var(--transition-fast);user-select:none;-webkit-user-select:none;cursor:pointer}.button:active{opacity:.8}.card{background:var(--tg-theme-bg-color);border-radius:12px;padding:16px;margin:8px;transition:transform var(--transition-fast),box-shadow var(--transition-fast);will-change:transform}.card:active{transform:scale(.98)}.smooth-scroll{scroll-behavior:smooth;-webkit-overflow-scrolling:touch}@media (hover: none){.card,.button{cursor:default}}.loading-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(var(--tg-theme-bg-color),.8);display:flex;align-items:center;justify-content:center;z-index:1000;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2}@media (max-width: 768px){body{font-size:15px}h1{font-size:24px}h2{font-size:20px}h3{font-size:18px}}@media (prefers-color-scheme: light){:root{color:#ffffffde!important;background-color:#242424!important}.button{background-color:#242424!important}:root{color:#181818!important;background-color:#fff!important}}.container{max-width:1200px;margin:0 auto;padding:16px}.header{display:flex;justify-content:space-between;align-items:center;padding:16px;background:var(--tg-theme-bg-color);border-bottom:1px solid var(--tg-theme-hint-color)}#root{min-height:100vh}@media (max-width: 1200px){.container{max-width:960px}}@media (max-width: 992px){.container{max-width:720px}body{font-size:14px}}@media (max-width: 768px){.container{max-width:540px;padding:12px}h1{font-size:22px}h2{font-size:18px}h3{font-size:16px}}@media (max-width: 576px){.container{max-width:100%;padding:8px}}@media (max-width: 375px){body{font-size:12px}.container{padding:6px}.button{padding:6px 12px;font-size:13px}h1{font-size:18px}h2{font-size:16px}h3{font-size:14px}.header{padding:8px}.card{padding:10px;margin:4px;border-radius:8px}}@media (max-height: 667px){.container{padding-top:4px;padding-bottom:4px}.header{margin-bottom:8px}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes scaleIn{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.animate-fade-in{animation:fadeIn .3s ease-out}.animate-slide-up{animation:slideInUp .4s ease-out}.animate-scale-in{animation:scaleIn .3s ease-out}.skeleton{background:linear-gradient(90deg,var(--tg-theme-bg-color) 25%,var(--tg-theme-hint-color) 37%,var(--tg-theme-bg-color) 63%);background-size:400% 100%;animation:shimmer 1.4s ease infinite}
