:root{--primary-color:#4a90e2;--accent-color:#f54900;--danger-color:#dc001a;--light-gray:#f5f6fa;--white:#fff;--border-radius:4px}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:300px;min-height:calc(100vh - 400px)}.loading-spinner{border:4px solid rgba(0,0,0,.1);border-left-color:#ff3705;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite;margin-bottom:1rem}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loading-container p{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#666;font-size:1rem;margin:0}.product-detail{padding:90px 1rem .2rem;background-color:var(--light-gray);min-height:100vh}.product-main-col{width:100%;max-width:1200px;margin:0 auto}.product-main-flex{display:flex;gap:.5rem;width:100%;margin-bottom:1.5rem}.product-left-col{flex:2 1 0;min-width:0}.product-right-col{flex:1 1 0;min-width:260px;display:flex;flex-direction:column;gap:.1rem}.product-header-card{position:relative;background:linear-gradient(135deg,rgba(200,200,200,.25),rgba(200,200,200,.3)),url(/images/background.webp);background-size:cover;background-position:50%;background-repeat:no-repeat;border-radius:15px;box-shadow:0 8px 32px rgba(0,0,0,.3);padding:1rem;margin-bottom:1rem;overflow:hidden;min-height:100px;display:flex;align-items:center;justify-content:space-between;gap:1rem}.product-header-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(255,55,5,.1),rgba(255,55,5,.05) 50%,rgba(0,0,0,.2));z-index:1}.product-header-content{position:relative;z-index:2;display:flex;align-items:center;gap:1rem;width:100%}.product-image-card{width:80px;height:80px;border-radius:12px;object-fit:cover;border:2px solid rgba(255,255,255,.2);background:rgba(255,255,255,.1);backdrop-filter:blur(10px);box-shadow:0 8px 32px rgba(0,0,0,.3);transition:transform .3s ease,box-shadow .3s ease}.product-image-card:hover{transform:scale(1.05);box-shadow:0 12px 40px rgba(0,0,0,.4)}.product-title-group{display:flex;flex-direction:column;gap:.5rem;flex:1}.product-name-card{font-size:1.5rem;font-weight:800;font-family:VarelaRound-Regular,sans-serif;margin:0;color:#ffffff;text-shadow:2px 2px 4px rgba(0,0,0,.6);line-height:1.2;background:linear-gradient(135deg,#ffffff,#ffffff);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;filter:drop-shadow(2px 2px 4px rgba(0,0,0,.5))}.product-category{font-size:.8rem;color:rgba(255,255,255,.8);background:rgba(255,32,32,.25);backdrop-filter:blur(10px);padding:.3rem .7rem;border-radius:15px;border:1px solid rgba(255,5,5,.4);display:inline-block;width:fit-content;font-weight:500;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.product-stats{position:relative;z-index:2;display:flex;flex-direction:column;gap:.5rem;align-items:flex-end}.product-badge{background:linear-gradient(135deg,#ff3705,#ff5c2a);color:white;padding:.3rem .7rem;border-radius:15px;font-size:.75rem;font-weight:600;text-shadow:1px 1px 2px rgba(0,0,0,.3);box-shadow:0 4px 16px rgba(255,55,5,.3);border:1px solid rgba(255,255,255,.2)}.product-rating{display:flex;align-items:center;gap:.3rem;color:#ffd700;font-size:.9rem;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.product-rating .stars{display:flex;gap:1px}.product-rating .rating-text{color:rgba(255,255,255,.9);font-size:.75rem;font-weight:500}.step-card{background:var(--white);border:1.5px solid #e0e0e0;border-radius:6px;box-shadow:0 1px 6px rgba(0,0,0,.1);padding:.5rem;margin-bottom:.5rem}.select-recharge-title,.step-title{font-family:"BreeSerif-Regular",serif;font-size:1.05rem;font-weight:500;color:var(--danger-color);margin-bottom:1rem;display:flex;align-items:center;gap:.5rem;border-bottom:1px solid #d2d2d2;padding-top:.3rem;padding-bottom:1.2rem}.select-recharge-title .circle,.step-title .circle{background:var(--danger-color);color:var(--white);border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem}.step-title{color:var(--danger-color);margin-bottom:.7rem}.step-label{font-size:.95rem;color:#222;margin-bottom:.4rem;display:block}.variable-options{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;margin-bottom:.5rem}.variable-option{padding:1rem .5rem;min-height:50px;height:50px;display:flex;align-items:center;background:var(--white);border:2px solid #e0e0e0;border-radius:var(--border-radius);box-shadow:0 1px 2px rgba(0,0,0,.1);transition:border-color .2s,background .2s;position:relative;cursor:pointer;border-radius:8px}.variable-option:hover{border-color:#b0b0b0;background:var(--white)}.variable-option.selected{border-color:var(--accent-color)!important;background:#fff2f2!important}.variable-option label{font-family:"BreeSerif-Regular",serif;font-size:.7rem;font-weight:500;color:#4a4a4a!important;width:100%;height:100%;display:flex;align-items:center;cursor:pointer;position:relative}.variable-option input[type=radio]{opacity:0;width:0;height:0;position:absolute}.variable-option .custom-radio{width:15px;height:15px;min-width:15px;min-height:15px;border-radius:50%;border:none;background:#dbdbdb;margin-right:.5rem;display:flex;align-items:center;justify-content:center;transition:border-color .2s,background .2s;position:relative}.variable-option.selected .custom-radio{border:none;background:#fff}.variable-option span{display:inline-block}.variable-price{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin-left:auto;color:var(--accent-color);font-size:.7rem;font-weight:700}.payment-cards{display:flex;gap:.5rem;margin-bottom:.75rem;justify-content:space-around}.payment-card{border:2px solid #e0e0e0;background:#fff;border-radius:8px;box-shadow:1px 2px 5px #0001;flex:1 1 0;display:flex;flex-direction:column;align-items:center;cursor:pointer;transition:border-color .2s,background .2s;min-width:120px;max-width:200px;position:relative;overflow:hidden;padding:0}.payment-card input[type=radio]{display:none}.payment-card.selected{border-color:#dc001a;background:#fff7f2;position:relative;box-shadow:0 2px 8px #ff415733}.corner-badge{position:absolute;top:0;left:0;width:40px;height:40px;z-index:2;pointer-events:none;display:flex;align-items:flex-start;justify-content:flex-start}.payment-img-wrap{display:flex;align-items:center;justify-content:center;margin-bottom:.1rem}.payment-img-wrap img{width:100%;height:85px;object-fit:contain;margin:.1rem}.payment-caption{width:100%;background:#e5e7eb;font-size:.85rem;color:#333333;font-weight:500;text-align:center}.balance-info{border-radius:6px;padding:.5rem .7rem;margin-bottom:.1rem;color:#222;line-height:1.7;box-shadow:0 1px 4px #0001}.balance-row{display:flex;align-items:center;gap:.3rem;margin-bottom:.2rem;font-size:.75rem}.balance-row i.fa-info-circle,.refresh-btn{color:#bdbdbd;font-size:1.1em}.refresh-btn{background:none;border:none;margin-left:.3rem;cursor:pointer;padding:0 .2em;transition:color .2s}.refresh-btn:hover{color:#ff4157}.buy-btn{background-color:#ff1515;color:white;border:none;width:100%;padding:.85rem 0;border-radius:5px;cursor:pointer;font-size:.9rem;font-weight:600;transition:background-color .3s ease;text-transform:uppercase;letter-spacing:1px;display:flex;align-items:center;justify-content:center}.buy-btn:hover{background-color:#d10000}.buy-btn:disabled{background-color:#ff8d99;cursor:not-allowed}.step-input{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;margin-bottom:.75rem;font-size:.9rem}.check-player-btn{width:100%;background-color:var(--primary-color);color:white;border:none;padding:.3rem;border-radius:4px;cursor:pointer;font-size:.9rem;transition:background-color .3s ease;margin-bottom:.25rem;display:flex;justify-content:center;align-items:center;min-height:42px}.check-player-btn:hover{background-color:#367dce}.check-player-btn:disabled{display:flex;background-color:#ccc;cursor:not-allowed}.check-player-btn img{max-width:100%;height:auto;border-radius:4px}.player-info-container{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background-color:#f9f9f9;border:1px solid #eee;border-radius:4px;padding:5px 10px}.player-info-container p{margin:2px 0}.product-description{background-color:var(--white);padding:1rem;border-radius:6px;margin-top:.5rem;border:1.5px solid #e0e0e0;box-shadow:0 1px 6px rgba(0,0,0,.1);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.product-description h3{color:var(--primary-color);font-size:1.2rem;padding:.7rem}.product-description div{padding:0 .7rem .7rem}.product-description p{margin:0;text-align:justify}.product-description div{font-size:15px;line-height:1.7;color:#555}.product-description ul{margin:.75rem 0;padding-left:1.5rem;list-style-position:outside}.product-description li{font-weight:500;margin-bottom:.3rem;line-height:1.6;list-style-type:disc}.rules-conditions{background-color:var(--white);padding:1rem;border-radius:6px;margin-top:.5rem;border:1.5px solid #e0e0e0;box-shadow:0 1px 6px rgba(0,0,0,.1);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.rules-conditions h3{color:var(--danger-color);font-size:1.2rem;padding:.7rem}.rules-conditions ul{margin-left:1.5rem;padding-left:0}@media (max-width:900px){.product-main-flex{flex-direction:column}.product-right-col{width:100%}.variable-options{grid-template-columns:repeat(2,1fr)}.product-header-card{padding:.8rem;min-height:90px}.product-header-content{gap:.8rem}.product-name-card{font-size:1.3rem}.product-image-card{width:70px;height:70px}.product-stats{align-items:center}}@media (max-width:768px){.product-detail{padding:90px .5rem .2rem}.product-main-flex{gap:.4rem}.product-left-col,.product-right-col{min-width:100%}.product-header-card{padding:.7rem;min-height:80px;flex-direction:row;text-align:left}.product-header-content{flex-direction:row;gap:.7rem;align-items:center}.product-name-card{font-size:1rem;text-align:left}.product-image-card{width:60px;height:60px}.product-title-group{align-items:flex-start;text-align:left}.product-category{font-size:.7rem;padding:.2rem .5rem}.product-stats{align-items:center;flex-direction:column;justify-content:center;gap:.3rem}.product-badge{font-size:.65rem;font-weight:400;padding:.2rem .5rem}.product-rating{font-size:.7rem}.product-rating .rating-text{font-size:.65rem}.payment-cards{flex-direction:row;width:100%;justify-content:space-around}.payment-card{max-width:200px;min-width:120px;flex:0 1 auto}.payment-img-wrap img{width:100%;height:80px}.payment-caption{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:.85rem}.variable-options{grid-template-columns:repeat(2,1fr);gap:.5rem}.balance-row{font-size:.8rem}.product-description h3{font-size:1.1rem;padding:.8rem}.product-description div{padding:0 .4rem .5rem .8rem;font-size:13px!important;line-height:1.5!important}.product-description p{font-size:.8rem;line-height:1.5;margin-bottom:.5rem}.product-description ul{margin:.5rem 0!important;padding-left:1rem!important;list-style-position:outside!important}.product-description li{font-size:.8rem!important;line-height:1.4!important;margin-bottom:.45rem!important;list-style-type:disc!important}.rules-conditions h3{font-size:1.1rem;padding:.8rem}.rules-conditions li{font-size:.8rem;line-height:1.5;margin-bottom:.5rem}}.error-message{color:#dc3545;background-color:#f8d7da;border-radius:5px;border:1px solid #f5c6cb}.error-message,.success-message{font-size:14px;padding:10px;margin:10px 0}.success-message{color:#28a745;background-color:#d4edda;border-radius:5px;border:1px solid #c3e6cb}.player-preview{display:flex;flex-direction:column;align-items:center;width:100%}.player-preview img{border-radius:4px;object-fit:cover}.player-name{margin-top:5px;font-weight:600;font-size:14px;color:white;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:100%}.video-link-section{background:var(--white);border:2px solid #547fff6c;border-radius:var(--border-radius);box-shadow:0 1px 2px rgba(0,0,0,.1);transition:border-color .2s,background .2s;margin-top:.8rem;padding:.5rem;text-align:center}.video-tutorial-link{color:#5a5a5a;text-decoration:none;font-size:.85rem;font-weight:400;display:block;width:100%}.video-tutorial-link:hover{color:#2d2d2d}