*{margin:0;padding:0;box-sizing:border-box}body{font-family:'Segoe UI',Roboto,Arial,sans-serif;background:linear-gradient(135deg,#000 0%,#1a1a2e 50%,#16213e 100%);color:#fff;min-height:100vh;line-height:1.6}.top-bar{background:linear-gradient(90deg,#000,#25f4ee,#fe2c55,#000);background-size:300% 100%;animation:gradientMove 8s ease infinite;position:sticky;top:0;z-index:1000;display:flex;align-items:center;justify-content:space-between;padding:0 20px;height:64px;box-shadow:0 4px 20px rgba(0,0,0,.5)}@keyframes gradientMove{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}.logo-section{display:flex;align-items:center;gap:8px;cursor:pointer;text-decoration:none}.logo-icon{width:40px;height:40px;object-fit:contain}.logo-text{font-size:1.3rem;font-weight:900;color:#fff;letter-spacing:.5px;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.nav-links{display:flex;align-items:center;gap:8px}.nav-links a{color:#fff;text-decoration:none;font-weight:700;padding:8px 16px;border-radius:8px;transition:all .3s;cursor:pointer;font-size:.95rem}.nav-links a:hover{background:rgba(255,255,255,.15)}.container{max-width:1280px;margin:0 auto;padding:0 1rem}.page-header{text-align:center;padding:2.5rem 0}.page-title{font-size:2.5rem;font-weight:900;background:linear-gradient(90deg,#25f4ee,#fe2c55);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.checkout-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;padding-bottom:3rem}@media(max-width:768px){.checkout-grid{grid-template-columns:1fr}}.card{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:1.5rem;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);margin-bottom:1.5rem;transition:all .3s}.card:hover{border-color:rgba(37,244,238,.3)}.card-header{margin-bottom:1.5rem}.card-title{font-size:1.25rem;font-weight:900;color:#fff;display:flex;align-items:center;gap:10px}.card-title i{width:36px;height:36px;background:linear-gradient(135deg,#25f4ee,#fe2c55);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1rem}.user-profile{display:flex;align-items:center;gap:1rem;padding:1rem;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);border-radius:12px}.user-avatar{width:64px;height:64px;border-radius:50%;border:3px solid #25f4ee}.user-info{flex:1}.username{font-size:1.5rem;font-weight:900;color:#fff}.user-label{font-size:.875rem;color:#888}.order-item{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);border-radius:10px;padding:1rem;margin-bottom:1rem}.order-item-header{display:flex;justify-content:space-between;margin-bottom:.5rem}.order-item-name{font-weight:700;color:#fff}.order-item-price{font-size:1.25rem;font-weight:900;color:#25f4ee}.order-item-details{font-size:.875rem;color:#888}.order-summary{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:1rem;margin-top:1rem}.order-summary-row{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid rgba(255,255,255,.08);color:#ccc}.order-summary-row:last-child{border-bottom:none;border-top:2px solid rgba(255,255,255,.1);font-weight:900;font-size:1.25rem;color:#fff;padding-top:1rem;margin-top:.5rem}.order-summary-row:last-child .order-summary-value{color:#25f4ee;font-size:1.875rem}.payment-methods{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:1.5rem}.payment-method{background:rgba(255,255,255,.03);border:2px solid rgba(255,255,255,.1);border-radius:12px;padding:1.5rem;text-align:center;cursor:pointer;transition:all .3s;position:relative}.payment-method:hover{border-color:#25f4ee;background:rgba(37,244,238,.05)}.payment-method.active{border-color:#25f4ee;background:rgba(37,244,238,.1);box-shadow:0 0 20px rgba(37,244,238,.2)}.payment-method-icon{font-size:2rem;margin-bottom:.5rem}.payment-method-name{font-weight:700;color:#fff}.min-badge{position:absolute;top:.5rem;right:.5rem;background:#fe2c55;color:#fff;font-size:.625rem;padding:.25rem .5rem;border-radius:6px;font-weight:700}.form-group{margin-bottom:1rem}.form-label{display:block;font-weight:600;color:#ccc;margin-bottom:.5rem;font-size:.875rem}.form-input{width:100%;padding:.75rem;border:1px solid rgba(255,255,255,.15);border-radius:8px;font-size:1rem;transition:all .3s;background:rgba(255,255,255,.05);color:#fff}.form-input::placeholder{color:#666}.form-input:focus{outline:none;border-color:#25f4ee;box-shadow:0 0 0 3px rgba(37,244,238,.1);background:rgba(255,255,255,.08)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.card-label-container{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;gap:.5rem}.accepted-cards{display:flex;align-items:center;gap:.375rem;flex-wrap:nowrap}.accepted-cards img{height:18px;opacity:.7;transition:opacity .3s;filter:grayscale(20%) brightness(1.2)}.accepted-cards img:hover{opacity:1;filter:grayscale(0%) brightness(1.2)}.alert{padding:1rem;border-radius:8px;margin-bottom:1rem}.alert-info{background:rgba(37,244,238,.1);color:#25f4ee;border:1px solid rgba(37,244,238,.3)}.btn-primary{background:linear-gradient(90deg,#25f4ee,#fe2c55);color:#fff;box-shadow:0 4px 15px rgba(254,44,85,.3);height:56px;font-size:1.125rem;border:none;border-radius:10px;font-weight:800;cursor:pointer;width:100%;transition:all .3s;margin-top:1.5rem}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 25px rgba(254,44,85,.4)}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.hidden{display:none}.loader{border:4px solid rgba(255,255,255,.2);border-top:4px solid #fff;border-radius:50%;width:24px;height:24px;animation:spin 1s linear infinite;display:inline-block;margin-right:8px;vertical-align:middle}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.file-upload-label{display:block;cursor:pointer}.file-upload-label input[type="file"]{display:none}.file-upload-btn{display:inline-block;background:linear-gradient(90deg,#25f4ee,#fe2c55);color:#fff;padding:.75rem 1.5rem;border-radius:8px;font-weight:700;font-size:1rem;cursor:pointer;transition:all .3s}.file-upload-btn:hover{transform:translateY(-2px);box-shadow:0 5px 20px rgba(254,44,85,.4)}.file-name{display:block;margin-top:.5rem;font-size:.875rem;color:#888}.info-row{margin-bottom:.75rem;display:flex;align-items:flex-start;gap:.5rem;padding:.75rem;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);border-radius:8px;flex-wrap:wrap}.info-content{flex:1;min-width:0}.info-content span:first-child{color:#888}.info-content span:last-child{color:#fff}.copy-btn{background:transparent;color:#25f4ee;border:none;padding:.25rem;cursor:pointer;font-size:.875rem;font-weight:600;white-space:nowrap;flex-shrink:0;transition:all .3s;display:flex;align-items:center;gap:.25rem}.copy-btn:hover{color:#fe2c55}.copy-btn svg{width:20px;height:20px}footer{background:#000;border-top:1px solid rgba(255,255,255,.08);padding:25px 0;margin-top:60px;text-align:center}.copyright{color:#444;font-size:.8rem}.toast{position:fixed;bottom:20px;right:20px;z-index:9999;background:rgba(0,0,0,.95);border:1px solid #25f4ee;border-radius:10px;padding:15px;min-width:280px;transform:translateX(400px);transition:transform .3s}.toast.show{transform:translateX(0)}.toast-title{font-weight:900;color:#fff;margin-bottom:3px;font-size:.9rem}.toast-desc{color:#888;font-size:.8rem}.checkbox-group{margin-top:1.25rem}.checkbox-item{display:flex;align-items:flex-start;gap:10px;margin-bottom:12px;cursor:pointer}.checkbox-item input[type="checkbox"]{display:none}.checkbox-custom{width:20px;height:20px;min-width:20px;border:2px solid rgba(255,255,255,.3);border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .3s;background:rgba(255,255,255,.05)}.checkbox-item:hover .checkbox-custom{border-color:#25f4ee}.checkbox-item input[type="checkbox"]:checked+.checkbox-custom{background:linear-gradient(135deg,#25f4ee,#fe2c55);border-color:transparent}.checkbox-item input[type="checkbox"]:checked+.checkbox-custom::after{content:'✓';color:#fff;font-size:12px;font-weight:900}.checkbox-label{font-size:.85rem;color:#ccc;line-height:1.4}.checkbox-label a{color:#25f4ee;text-decoration:none}.checkbox-label a:hover{text-decoration:underline}.masterpass-label{display:flex;align-items:center;gap:6px}.masterpass-label img{height:16px}@media(max-width:768px){.top-bar{padding:0 15px}.nav-links{display:none}.page-header{padding:1.5rem 0}.page-title{font-size:1.8rem}.container{padding:0 15px}.card{padding:1rem}.payment-methods{grid-template-columns:1fr 1fr;gap:.5rem}.payment-method{padding:1rem .5rem}.payment-method-icon{font-size:1.5rem;margin-bottom:.25rem}.payment-method-name{font-size:.8rem}.min-badge{font-size:.5rem;padding:.15rem .3rem;top:.25rem;right:.25rem}.form-row{grid-template-columns:1fr 1fr;gap:.75rem}.accepted-cards{gap:.25rem}.accepted-cards img{height:14px}}@media(max-width:640px){.copy-text{display:none}.copy-btn{padding:.5rem .75rem;font-size:1.25rem}.info-row{padding:.5rem}}@media(max-width:480px){.accepted-cards img{height:12px}.user-profile{flex-direction:column;text-align:center}.username{font-size:1.2rem}}