.checkout-overlay{position:fixed;inset:0;background:#0a0a0a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:10000;padding:1rem}.checkout-modal{width:100%;max-width:420px;background:#0a0a0af2;border:1px solid rgba(255,255,255,0.2);border-radius:16px;overflow:hidden;animation:modalIn .3s ease}@keyframes modalIn{0%{opacity:0;transform:scale(.95) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}.checkout-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid rgba(255,255,255,0.16)}.checkout-back,.checkout-close{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:transparent;border:1px solid rgba(255,255,255,0.2);border-radius:8px;color:#888;cursor:pointer;transition:all .2s}.checkout-back:hover,.checkout-close:hover{border-color:#fff3;color:#fff}.checkout-back svg,.checkout-close svg{width:16px;height:16px}.checkout-step-indicator{font-size:.8rem;color:#666}.checkout-product{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;background:#fff0d;border-bottom:1px solid rgba(255,255,255,0.16)}.checkout-product-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#fff1a;border-radius:10px;color:#fff}.checkout-product-icon svg{width:20px;height:20px}.checkout-product-info{display:flex;flex-direction:column;gap:.25rem}.checkout-product-name{font-size:.95rem;font-weight:600;color:#fff}.checkout-product-plan{font-size:.8rem;color:#888}.checkout-content{padding:1.5rem 1.25rem}.checkout-title{font-size:1.25rem;font-weight:700;color:#fff;margin-bottom:.25rem}.checkout-subtitle{font-size:.875rem;color:#666;margin-bottom:1.5rem}.checkout-error{padding:.75rem 1rem;background:#fff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#fff;font-size:.85rem;margin-bottom:1rem}.checkout-field{margin-bottom:1rem}.checkout-field label{display:block;font-size:.8rem;font-weight:500;color:#888;margin-bottom:.5rem}.checkout-field input{width:100%;padding:.875rem 1rem;background:#0a0a0a0004d;border:1px solid rgba(255,255,255,0.2);border-radius:8px;color:#fff;font-size:1rem;transition:all .2s}.checkout-field input:focus{outline:none;border-color:#fff;box-shadow:0 0 0 3px #fff1a}.checkout-field input:disabled{opacity:.6;cursor:not-allowed}.checkout-field input::placeholder{color:#555}.checkout-field-hint{display:flex;align-items:center;justify-content:space-between;margin-top:.5rem;font-size:.75rem;color:#666}.checkout-link{background:none;border:none;color:#fff;font-size:.75rem;cursor:pointer;padding:0}.checkout-link:hover{text-decoration:underline}.checkout-link:disabled{opacity:.5;cursor:not-allowed}.checkout-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.5rem;background:linear-gradient(135deg,#fff,#ccc);border:none;border-radius:8px;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;margin-top:.5rem}.checkout-btn:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.checkout-btn:disabled{opacity:.5;cursor:not-allowed}.checkout-btn svg{width:18px;height:18px}.checkout-btn-purchase{padding:1rem 1.5rem;font-size:1.1rem}.checkout-summary{background:#0a0a0a3;border:1px solid rgba(255,255,255,0.16);border-radius:8px;padding:1rem;margin-bottom:1.5rem}.checkout-summary-row{display:flex;justify-content:space-between;padding:.5rem 0;font-size:.9rem;color:#888}.checkout-summary-row span:last-child{color:#fff}.checkout-summary-total{border-top:1px solid rgba(255,255,255,0.16);margin-top:.5rem;padding-top:1rem;font-weight:600}.checkout-summary-total span:last-child{color:#fff;font-size:1.1rem}.checkout-note{text-align:center;font-size:.8rem;color:#666;margin-top:1rem}.checkout-confirm{text-align:center}.checkout-confirm .checkout-title{font-size:1.4rem}.payment-gateways{display:flex;flex-direction:column;gap:.75rem;margin:1.5rem 0}.payment-gateway{width:100%;display:flex;align-items:center;gap:1rem;padding:1rem;background:#ffffff05;border:1.5px solid rgba(255,255,255,0.16);border-radius:12px;cursor:pointer;transition:all .2s ease;text-align:left}.payment-gateway:hover{background:#ffffff0a;border-color:#fff4d}.payment-gateway.selected{background:#fff14;border-color:#fff80}.gateway-radio{width:20px;height:20px;border-radius:50%;border:2px solid rgba(255,255,255,0.4);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s ease}.payment-gateway.selected .gateway-radio{border-color:#fff}.gateway-radio-dot{width:10px;height:10px;border-radius:50%;background:#fff}.gateway-info{flex:1}.gateway-name{font-size:.9375rem;font-weight:500;color:#fff;margin-bottom:.25rem}.gateway-desc{font-size:.8125rem;color:#ffffff80}.gateway-icons{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.gateway-icons svg{width:24px;height:24px;color:#fff6}.payment-gateway.selected .gateway-icons svg{color:#fff}.checkout-note{text-align:center;font-size:.8125rem;color:#fff6;margin-top:1rem}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;background:var(--color-bg, #0a0a0a)}.auth-card{width:100%;max-width:400px;padding:2.5rem;background:#0a0a0ac;border:1px solid rgba(255,255,255,0.2);border-radius:16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.auth-card h1{font-size:1.75rem;font-weight:700;color:#fff;margin-bottom:.5rem;text-align:center}.auth-subtitle{color:#888;text-align:center;margin-bottom:2rem}.form-group{margin-bottom:1.25rem}.form-group label{display:block;font-size:.875rem;font-weight:500;color:#aaa;margin-bottom:.5rem}.form-group input{width:100%;padding:.875rem 1rem;background:#0a0a0a0004d;border:1px solid rgba(255,255,255,0.2);border-radius:8px;color:#fff;font-size:1rem;transition:all .2s}.form-group input:focus{outline:none;border-color:#fff;box-shadow:0 0 0 3px #fff1a}.form-group input::placeholder{color:#555}.form-group input:disabled{opacity:.6;cursor:not-allowed}.otp-input{text-align:center;font-size:1.5rem;letter-spacing:.5em;font-weight:600}.error-message{padding:.75rem 1rem;background:#fff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#fff;font-size:.875rem;margin-bottom:1rem}.success-message{padding:.75rem 1rem;background:#e5e5e51a;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#e5e5e5;font-size:.875rem;margin-bottom:1rem}.info-message{color:#888;font-size:.875rem;margin-bottom:1rem;text-align:center}.auth-card .btn-primary{width:100%;padding:.875rem;border:none;border-radius:8px;background:linear-gradient(135deg,#fff,#ccc);color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:opacity .2s;margin-bottom:.75rem}.auth-card .btn-primary:hover:not(:disabled){opacity:.9}.auth-card .btn-primary:disabled{opacity:.5;cursor:not-allowed}.auth-card .btn-secondary{width:100%;padding:.75rem;border:1px solid rgba(255,255,255,0.2);border-radius:8px;background:transparent;color:#888;font-size:.9rem;cursor:pointer;transition:all .2s}.auth-card .btn-secondary:hover{border-color:#fff3;color:#fff}.auth-footer{margin-top:1.5rem;text-align:center;color:#888;font-size:.875rem}.auth-footer a{color:#fff;text-decoration:none}.auth-footer a:hover{text-decoration:underline}.step-indicator{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:2rem}.step{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:600;background:#ffffff1a;color:#666;transition:all .3s}.step.active{background:#fff;color:#fff}.step.completed{background:#e5e5e5;color:#fff}.step-line{width:40px;height:2px;background:#ffffff1a}.order-status-page{min-height:100vh;padding:120px 2rem 4rem;position:relative}.order-status-page .order-status-bg{position:fixed;inset:0;z-index:-1;background:#0a0a0a;overflow:hidden}.order-status-page .order-status-bg .gradient-orb{position:absolute;border-radius:50%;filter:blur(120px);opacity:.4}.order-status-page .order-status-bg .gradient-orb-1{width:600px;height:600px;background:radial-gradient(circle,rgba(255,255,255,.3),transparent);top:-200px;right:-100px}.order-status-page .order-status-bg .gradient-orb-2{width:500px;height:500px;background:radial-gradient(circle,rgba(255,255,255,.2),transparent);bottom:-150px;left:-100px}.order-status-page .order-status-container{max-width:560px;margin:0 auto}.order-status-page .order-status-card{background:#0a0a0af2;border:1px solid rgba(255,255,255,0.2);border-radius:16px;padding:3rem 2rem;text-align:center}.order-status-page .status-icon{width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.order-status-page .status-icon svg{width:40px;height:40px}.order-status-page .status-icon.success{background:#e5e5e526;color:#e5e5e5}.order-status-page .status-icon.pending{background:#99999926;color:#999999}.order-status-page .status-icon.failed{background:#fff26;color:#fff}.order-status-page .status-icon .spinner{width:40px;height:40px;border:3px solid rgba(234,179,8,.2);border-top-color:#999999;border-radius:50%;animation:order-status-spin .8s linear infinite}@keyframes order-status-spin{to{transform:rotate(360deg)}}.order-status-page .order-status-card h1{font-size:1.75rem;font-weight:700;color:#fff;margin-bottom:.75rem}.order-status-page .order-status-card .status-message{color:#888;font-size:1rem;margin-bottom:2rem}.order-status-page .polling-indicator{color:#999999;font-size:.85rem;margin-bottom:2rem;animation:order-status-pulse 2s infinite}@keyframes order-status-pulse{0%,to{opacity:.5}50%{opacity:1}}.order-status-page .order-details{background:#0a0a0a0004d;border:1px solid rgba(255,255,255,0.16);border-radius:12px;padding:1rem;margin-bottom:2rem}.order-status-page .order-detail-row{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid rgba(255,255,255,0.1)}.order-status-page .order-detail-row:last-child{border-bottom:none}.order-status-page .order-detail-row span:first-child{color:#666;font-size:.9rem}.order-status-page .order-detail-row span:last-child{color:#fff;font-weight:500}.order-status-page .order-detail-row .amount{color:#e5e5e5;font-weight:600}.order-status-page .delivery-content{background:#e5e5e51a;border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:1.5rem;margin-bottom:2rem}.order-status-page .delivery-content h3{color:#e5e5e5;font-size:1rem;font-weight:600;margin-bottom:1rem}.order-status-page .content-box{display:flex;align-items:center;gap:.75rem;background:#0a0a0a0004d;border-radius:8px;padding:1rem}.order-status-page .content-box code{flex:1;font-family:JetBrains Mono,monospace;font-size:.95rem;color:#fff;word-break:break-all}.order-status-page .copy-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border:none;border-radius:6px;color:#888;cursor:pointer;transition:all .2s;flex-shrink:0}.order-status-page .copy-btn:hover{background:#ffffff26;color:#fff}.order-status-page .copy-btn svg{width:18px;height:18px}.order-status-page .delivery-pending{background:#9999991a;border:1px solid rgba(234,179,8,.2);border-radius:12px;padding:1.5rem;margin-bottom:2rem}.order-status-page .delivery-pending p{color:#999999;font-size:.9rem;margin:0}.order-status-page .order-actions{display:flex;flex-direction:row;gap:.75rem;flex-wrap:wrap}.order-status-page .order-actions .order-btn{flex:1;min-width:140px}.order-status-page .order-btn{display:flex;align-items:center;justify-content:center;padding:.875rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;cursor:pointer;border:none}.order-status-page .order-btn.primary{background:linear-gradient(135deg,#fff,#ccc);color:#fff}.order-status-page .order-btn.primary:hover{opacity:.9;transform:translateY(-1px)}.order-status-page .order-btn.secondary{background:transparent;border:1px solid rgba(255,255,255,0.4);color:#888}.order-status-page .order-btn.secondary:hover{border-color:#ffffff4d;color:#fff}.dashboard-page{min-height:100vh;padding:120px 2rem 4rem;position:relative}.dashboard-page .dashboard-bg{position:fixed;inset:0;z-index:-1;background:#0a0a0a;overflow:hidden}.dashboard-page .dashboard-container{max-width:900px;margin:0 auto}.dashboard-page .dashboard-header{display:block!important;background:linear-gradient(135deg,#fff1a,#0a0a0af2 50%);border:1px solid rgba(255,255,255,0.16);border-radius:16px;padding:2rem;margin-bottom:2rem;position:relative;overflow:hidden}.dashboard-page .dashboard-header:before{content:"";position:absolute;top:0;right:0;width:200px;height:200px;background:radial-gradient(circle,rgba(255,255,255,.15),transparent 70%);pointer-events:none}.dashboard-page .dashboard-header h1{font-size:1.75rem;font-weight:700;color:#fff;margin:0 0 .25rem;display:flex;align-items:center;gap:.75rem}.dashboard-page .dashboard-header h1:before{content:"";width:4px;height:24px;background:linear-gradient(180deg,#fff,#ccc);border-radius:2px}.dashboard-page .dashboard-header>p{color:#888;font-size:.95rem;margin:0}.dashboard-page .orders-list{display:flex;flex-direction:column;gap:1rem}.dashboard-page .order-card{background:#0a0a0af2;border:1px solid rgba(255,255,255,0.2);border-radius:12px;padding:1.5rem;display:grid;grid-template-columns:1fr auto;gap:1rem;align-items:center;text-decoration:none;transition:all .2s}.dashboard-page .order-card:hover{border-color:#fff4d;transform:translateY(-2px)}.dashboard-page .order-info h3{color:#fff;font-size:1.1rem;font-weight:600;margin-bottom:.25rem}.dashboard-page .order-info p{color:#666;font-size:.85rem;margin-bottom:.5rem}.dashboard-page .order-meta{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.dashboard-page .order-number{color:#888;font-size:.8rem;font-family:JetBrains Mono,monospace}.dashboard-page .order-status{display:inline-flex;align-items:center;gap:.35rem;padding:.25rem .75rem;border-radius:100px;font-size:.75rem;font-weight:500}.dashboard-page .order-status.completed{background:#e5e5e526;color:#e5e5e5}.dashboard-page .order-status.pending,.dashboard-page .order-status.processing{background:#99999926;color:#999999}.dashboard-page .order-status.failed,.dashboard-page .order-status.expired{background:#fff26;color:#fff}.dashboard-page .order-status svg{width:12px;height:12px}.dashboard-page .order-amount{text-align:right}.dashboard-page .order-amount .price{color:#fff;font-size:1.25rem;font-weight:600}.dashboard-page .order-amount .currency{color:#666;font-size:.85rem}.dashboard-page .empty-orders{text-align:center;padding:4rem 2rem;background:#0a0a0af2;border:1px solid rgba(255,255,255,0.2);border-radius:12px}.dashboard-page .empty-orders svg{width:64px;height:64px;color:#333;margin-bottom:1rem}.dashboard-page .empty-orders h3{color:#fff;font-size:1.25rem;margin-bottom:.5rem}.dashboard-page .empty-orders p{color:#666;margin-bottom:1.5rem}.dashboard-page .order-card-enhanced{background:#0a0a0af2;border:1px solid rgba(255,255,255,0.2);border-radius:12px;padding:1.5rem;transition:all .2s;display:block}.dashboard-page .order-card-enhanced:hover{border-color:#fff4d}.dashboard-page .order-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem}.dashboard-page .order-card-header h3{color:#fff;font-size:1.1rem;font-weight:600;margin:0}.dashboard-page .order-card-header h3 span{color:#666;font-weight:400;font-size:.95rem}.dashboard-page .order-card-header .price{color:#fff;font-size:1.25rem;font-weight:600}.dashboard-page .order-card-meta{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;margin-bottom:1rem}.dashboard-page .order-card-meta .order-number{color:#666;font-size:.8rem;font-family:JetBrains Mono,monospace}.dashboard-page .order-card-meta .order-date{color:#666;font-size:.8rem}.dashboard-page .delivery-badge{display:inline-flex;align-items:center;gap:.35rem;padding:.25rem .75rem;border-radius:100px;font-size:.75rem;font-weight:500}.dashboard-page .delivery-badge.delivered{background:#e5e5e526;color:#e5e5e5}.dashboard-page .delivery-badge.pending{background:#99999926;color:#999999}.dashboard-page .delivery-badge.out_of_stock_pending,.dashboard-page .delivery-badge.manual_action_needed{background:#fff26;color:#fff}.dashboard-page .license-key-box{background:#e5e5e514;border:1px solid rgba(255,255,255,.2);border-radius:8px;padding:1rem;margin-top:1rem}.dashboard-page .license-key-box .key-label{display:flex;align-items:center;gap:.5rem;color:#e5e5e5;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem}.dashboard-page .license-key-box .key-label svg{width:14px;height:14px}.dashboard-page .license-key-content{display:flex;align-items:center;gap:.75rem;background:#0a0a0a6;border-radius:6px;padding:.75rem 1rem}.dashboard-page .license-key-content code{flex:1;font-family:JetBrains Mono,monospace;font-size:.9rem;color:#fff;word-break:break-all}.dashboard-page .copy-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border:none;border-radius:6px;color:#888;cursor:pointer;transition:all .2s;flex-shrink:0}.dashboard-page .copy-btn:hover{background:#ffffff26;color:#fff}.dashboard-page .copy-btn.copied{background:#e5e5e533;color:#e5e5e5}.dashboard-page .copy-btn svg{width:16px;height:16px}.dashboard-page .continue-payment-box{margin-top:1rem}.dashboard-page .continue-payment-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.875rem 1.5rem;background:linear-gradient(135deg,#999999,#999999);border:none;border-radius:8px;color:#0a0a0a;font-size:.95rem;font-weight:600;text-decoration:none;cursor:pointer;transition:all .2s}.dashboard-page .continue-payment-btn:hover{opacity:.9;transform:translateY(-1px)}.dashboard-page .continue-payment-btn svg{width:18px;height:18px}.dashboard-page .dashboard-stats{display:flex;gap:.75rem;margin-top:1.5rem;position:relative;z-index:1}.dashboard-page .stat-item{background:#0a0a0a0004d;border:1px solid rgba(255,255,255,0.12);border-radius:10px;padding:1rem 1.25rem;min-width:100px;transition:all .2s}.dashboard-page .stat-item:hover{border-color:#ffffff1a;background:#0a0a0a6}.dashboard-page .stat-item .stat-value{color:#fff;font-size:1.5rem;font-weight:700;line-height:1;margin-bottom:.25rem}.dashboard-page .stat-item .stat-label{color:#666;font-size:.75rem;text-transform:uppercase;letter-spacing:.5px}.dashboard-page .stat-item:first-child .stat-value{color:#fff}.gateway-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin:2rem 0}.gateway-card{background:#ffffff05;border:2px solid rgba(255,255,255,0.16);border-radius:16px;padding:2rem 1.5rem;text-align:center;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.gateway-card:hover:not(:disabled){border-color:#fff66;background:#fff0d;transform:translateY(-4px)}.gateway-card:disabled{opacity:.5;cursor:not-allowed}.gateway-icon{font-size:3rem;margin-bottom:1rem}.gateway-card h3{font-size:1.25rem;color:#fff;margin:.5rem 0;font-weight:600}.gateway-card p{color:#fff9;font-size:.9rem;margin:.5rem 0 1rem}.gateway-badge{display:inline-block;background:#fff26;border:1px solid rgba(255,255,255,.3);color:var(--color-primary);padding:.25rem .75rem;border-radius:6px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}@media(max-width:640px){.order-status-page .order-status-card{padding:2rem 1.5rem}.order-status-page .order-actions{flex-direction:column}.order-status-page .order-actions .order-btn{min-width:unset}.dashboard-page .order-card{grid-template-columns:1fr}.dashboard-page .order-amount{text-align:left}.dashboard-page .order-card-header{flex-direction:column;gap:.5rem}.dashboard-page .dashboard-header{padding:1.5rem}.dashboard-page .dashboard-header h1{font-size:1.5rem}.dashboard-page .dashboard-stats{flex-wrap:wrap}.dashboard-page .stat-item{flex:1;min-width:80px}}.gateway-select-page{min-height:100vh;position:relative;display:flex;align-items:center;justify-content:center;padding:2rem 1rem}.gateway-select-bg{position:absolute;inset:0;overflow:hidden;pointer-events:none}.gateway-select-container{width:100%;max-width:520px;position:relative;z-index:1}.gateway-select-card{background:#0f0f0feb;border:1px solid rgba(255,255,255,0.16);border-radius:16px;padding:2.5rem 2rem;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.loading-spinner{display:flex;justify-content:center;margin-bottom:1.5rem}.spinner{width:40px;height:40px;border:3px solid rgba(255,255,255,.1);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.loading-text{text-align:center;color:#fff9;font-size:.9375rem}.error-icon{width:56px;height:56px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;background:#fff1a;border:1.5px solid rgba(255,255,255,.2);border-radius:50%}.error-icon svg{width:28px;height:28px;color:#fff}.error-message{text-align:center;color:#fff9;font-size:.9375rem;margin-bottom:2rem}.back-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.5rem;background:#ffffff0d;border:1px solid rgba(255,255,255,0.2);border-radius:10px;color:#fff;font-size:.9375rem;font-weight:500;cursor:pointer;transition:all .2s ease}.back-btn:hover{background:#ffffff14;border-color:#ffffff26}.back-btn svg{width:18px;height:18px}.order-info h1{font-size:1.75rem;font-weight:600;color:#fff;margin-bottom:.5rem;text-align:center}.order-subtitle{text-align:center;color:#ffffff80;font-size:.9375rem;margin-bottom:2rem}.order-summary{background:#ffffff05;border:1px solid rgba(255,255,255,0.12);border-radius:12px;padding:1.25rem;margin-bottom:2rem}.summary-row{display:flex;justify-content:space-between;align-items:center;padding:.625rem 0}.summary-row:not(:last-child){border-bottom:1px solid rgba(255,255,255,0.08)}.summary-label{color:#ffffff80;font-size:.875rem}.summary-value{color:#fff;font-size:.9375rem;font-weight:500}.summary-total{padding-top:1rem;margin-top:.5rem;border-top:1px solid rgba(255,255,255,0.2)!important}.summary-total .summary-label{color:#ffffffb3;font-weight:500}.summary-total .summary-value{font-size:1.25rem;font-weight:600;color:#fff}.payment-methods{display:flex;flex-direction:column;gap:.875rem;margin-bottom:2rem}.payment-method{width:100%;display:flex;align-items:flex-start;gap:1rem;padding:1.125rem 1.25rem;background:#ffffff05;border:1.5px solid rgba(255,255,255,0.16);border-radius:12px;cursor:pointer;transition:all .2s ease;text-align:left}.payment-method:hover:not(:disabled){background:#ffffff0a;border-color:#fff4d}.payment-method.selected{background:#fff14;border-color:#fff80}.payment-method:disabled{opacity:.5;cursor:not-allowed}.method-radio{width:20px;height:20px;margin-top:2px;border-radius:50%;border:2px solid rgba(255,255,255,0.4);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s ease}.payment-method.selected .method-radio{border-color:#fff}.method-radio-dot{width:10px;height:10px;border-radius:50%;background:#fff}.method-content{flex:1}.method-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.375rem}.method-name{font-size:1rem;font-weight:500;color:#fff}.method-icon{width:24px;height:24px;color:#ffffff4d;transition:color .2s ease;flex-shrink:0}.payment-method.selected .method-icon{color:#fff}.method-desc{font-size:.8125rem;color:#ffffff80;line-height:1.4}.error-banner{background:#fff1a;border:1px solid rgba(255,255,255,.3);border-radius:10px;padding:.875rem 1rem;color:#fff;font-size:.875rem;margin-bottom:1.5rem;text-align:center}.actions{display:flex;flex-direction:column;align-items:center}.continue-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:.625rem;padding:1rem 1.5rem;background:linear-gradient(135deg,#fff,#ccc);border:none;border-radius:12px;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #fff4d}.continue-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 16px #fff66}.continue-btn:active:not(:disabled){transform:translateY(0)}.continue-btn:disabled{opacity:.6;cursor:not-allowed;transform:none!important}.continue-btn svg{width:18px;height:18px}.btn-spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,0.6);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.security-note{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1.25rem;color:#fff6;font-size:.8125rem}.security-note svg{width:14px;height:14px}@media(max-width:640px){.gateway-select-card{padding:2rem 1.5rem}.order-info h1{font-size:1.5rem}.method-name,.continue-btn{font-size:.9375rem}}.status-badge{display:inline-flex;align-items:center;font-weight:500;border-radius:9999px;white-space:nowrap}.status-badge-sm{padding:.125rem .5rem;font-size:.6875rem}.status-badge-md{padding:.25rem .625rem;font-size:.75rem}.status-badge-default{background:#ffffff1a;color:#888}.status-badge-success{background:#e5e5e526;color:#e5e5e5}.status-badge-warning{background:#99999926;color:#999999}.status-badge-error{background:#fff26;color:#fff}.status-badge-info{background:#fff26;color:#fff}.admin-dashboard{width:100%}.dashboard-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem}.dashboard-header h1{font-size:1.75rem;font-weight:700;color:#fff;margin-bottom:.25rem}.dashboard-header p{color:#888;font-size:.9rem}.stats-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:1rem;margin-bottom:2rem}.stat-card{display:flex;align-items:center;gap:1rem;padding:1.25rem;background:#ffffff08;border:1px solid rgba(255,255,255,0.16);border-radius:12px;transition:all .2s}.stat-card:hover{border-color:#ffffff26;background:#ffffff0d}.stat-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:12px;flex-shrink:0}.stat-icon-blue{background:#fff26;color:#fff}.stat-icon-purple{background:#99999926;color:#999999}.stat-icon-green{background:#e5e5e526;color:#e5e5e5}.stat-icon-yellow{background:#99999926;color:#999999}.stat-icon-cyan{background:#88888826;color:#888888}.stat-icon-pink{background:#99999926;color:#999999}.stat-info{display:flex;flex-direction:column;min-width:0}.stat-value{font-size:1.5rem;font-weight:700;color:#fff;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.stat-label{color:#888;font-size:.8rem;margin-top:.125rem}.stat-sub{color:#e5e5e5;font-size:.75rem;margin-top:.25rem}.alerts-section{display:flex;flex-direction:column;gap:.75rem;margin-bottom:2rem}.alert{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;border-radius:8px;font-size:.875rem}.alert-warning{background:#9999991a;border:1px solid rgba(234,179,8,.3);color:#999999}.alert-error{background:#fff1a;border:1px solid rgba(255,255,255,.3);color:#fff}.alert span{flex:1;color:#fff}.alert-link{color:inherit;font-weight:500;text-decoration:none;padding:.25rem .75rem;border-radius:4px;background:#ffffff1a;transition:all .15s}.alert-link:hover{background:#fff3}.dashboard-content{display:grid;grid-template-columns:1.5fr 1fr;gap:1.5rem;margin-bottom:2rem}.dashboard-card{background:#ffffff08;border:1px solid rgba(255,255,255,0.16);border-radius:12px;overflow:hidden}.card-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;border-bottom:1px solid rgba(255,255,255,0.16)}.card-header h2{display:flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:600;color:#fff;margin:0}.card-header h2 svg{color:#888}.card-link{color:#fff;font-size:.8rem;text-decoration:none;transition:color .15s}.card-link:hover{color:#aaaaaa}.chart-card .chart-container{padding:1.25rem}.empty-chart{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:3rem;color:#666}.empty-chart p{margin:0;font-size:.875rem}.orders-list{display:flex;flex-direction:column}.order-item{display:grid;grid-template-columns:1fr 1fr auto auto auto;align-items:center;gap:1rem;padding:.875rem 1.25rem;text-decoration:none;border-bottom:1px solid rgba(255,255,255,0.12);transition:background .15s}.order-item:last-child{border-bottom:none}.order-item:hover{background:#ffffff08}.order-info{display:flex;flex-direction:column;gap:.125rem;min-width:0}.order-number{font-size:.875rem;font-weight:600;color:#fff}.order-email{font-size:.75rem;color:#666;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.order-product{display:flex;flex-direction:column;gap:.125rem;min-width:0}.order-product span:first-child{font-size:.8rem;color:#ccc;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.order-plan{font-size:.7rem;color:#666}.order-amount{font-size:.875rem;font-weight:600;color:#e5e5e5;text-align:right}.order-status{display:flex;gap:.5rem}.order-date{font-size:.75rem;color:#666;text-align:right;white-space:nowrap}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:2rem;color:#666}.empty-state p{margin:0;font-size:.875rem}.quick-actions{margin-top:1rem}.quick-actions h2{font-size:1rem;font-weight:600;color:#fff;margin-bottom:1rem}.actions-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.action-card{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:1.5rem 1rem;background:#ffffff08;border:1px solid rgba(255,255,255,0.16);border-radius:12px;text-decoration:none;color:#888;transition:all .2s}.action-card:hover{border-color:#fff4d;background:#fff0d;color:#fff}.action-card:hover svg{color:#fff}.action-card span{font-size:.875rem;font-weight:500}.spinner{width:40px;height:40px;border:3px solid rgba(255,255,255,.2);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.error-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:4rem;text-align:center;color:#888}.error-state h2{color:#fff;font-size:1.25rem;margin:0}.error-state p{color:#fff;margin:0}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;border:none;transition:all .15s}.btn-sm{padding:.5rem 1rem;font-size:.8rem}.btn-primary:hover{background:#ccc}@media(max-width:1400px){.stats-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:1024px){.dashboard-content{grid-template-columns:1fr}.stats-grid,.actions-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.dashboard-header{flex-direction:column;gap:1rem}.dashboard-header .btn{width:100%;justify-content:center}.order-item{grid-template-columns:1fr 1fr;gap:.75rem}.order-product,.order-date{display:none}.order-amount{text-align:left}}@media(max-width:640px){.stats-grid,.actions-grid{grid-template-columns:1fr}.stat-card{padding:1rem}.stat-value{font-size:1.25rem}}.modal-overlay{position:fixed;inset:0;background:#0a0a0a000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-container{background:#0a0a0a;border:1px solid rgba(255,255,255,0.2);border-radius:12px;width:100%;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;animation:modalSlideIn .2s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:scale(.95) translateY(-10px)}to{opacity:1;transform:scale(1) translateY(0)}}.modal-sm{max-width:400px}.modal-md{max-width:500px}.modal-lg{max-width:700px}.modal-xl{max-width:900px}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-bottom:1px solid rgba(255,255,255,0.16)}.modal-title{font-size:1.125rem;font-weight:600;margin:0;color:#fff}.modal-close{background:none;border:none;color:#888;cursor:pointer;padding:.25rem;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:all .15s ease}.modal-close:hover{background:#ffffff1a;color:#fff}.modal-content{padding:1.5rem;overflow-y:auto}.confirm-message{color:#aaa;margin:0 0 1.5rem;line-height:1.5}.confirm-actions{display:flex;gap:.75rem;justify-content:flex-end}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1rem;font-size:.875rem;font-weight:500;border-radius:8px;border:none;cursor:pointer;transition:all .15s ease}.btn-secondary{background:#ffffff1a;color:#fff}.btn-secondary:hover:not(:disabled){background:#ffffff26}.btn-danger{background:#fff;color:#fff}.btn-danger:hover:not(:disabled){background:#ccc}.btn-success{background:#e5e5e5;color:#fff}.btn-success:hover:not(:disabled){background:#888888}.btn-ghost{background:transparent;color:#888}.btn-ghost:hover:not(:disabled){background:#ffffff0d;color:#fff}.btn-sm{padding:.375rem .75rem;font-size:.8125rem}.btn-lg{padding:.75rem 1.5rem;font-size:1rem}.btn-icon{padding:.5rem}.btn-icon.btn-sm{padding:.375rem}.toast-container{position:fixed;bottom:1rem;right:1rem;display:flex;flex-direction:column;gap:.5rem;z-index:9999;max-width:400px}.toast{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;background:#1a1a1a;border:1px solid rgba(255,255,255,0.2);border-radius:8px;animation:toastSlideIn .2s ease-out;box-shadow:0 4px 12px #0a0a0a0004d}@keyframes toastSlideIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.toast-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center}.toast-message{flex:1;font-size:.875rem;color:#fff;line-height:1.4}.toast-close{flex-shrink:0;background:none;border:none;color:#666;cursor:pointer;padding:.25rem;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .15s ease}.toast-close:hover{background:#ffffff1a;color:#fff}.toast-success{border-left:3px solid #e5e5e5}.toast-success .toast-icon{color:#e5e5e5}.toast-error{border-left:3px solid #fff}.toast-error .toast-icon{color:#fff}.toast-warning{border-left:3px solid #999999}.toast-warning .toast-icon{color:#999999}.toast-info{border-left:3px solid #fff}.toast-info .toast-icon{color:#fff}@media(max-width:480px){.toast-container{left:1rem;right:1rem;bottom:1rem;max-width:none}}.product-list-page{width:100%}.product-list-page .page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.product-list-page .page-header h1{font-size:1.5rem;font-weight:700;color:#fff;margin:0}.product-list-page .page-header p{color:#666;font-size:.875rem;margin:.25rem 0 0}.product-list-page .list-toolbar{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem}.product-list-page .search-box{display:flex;align-items:center;gap:.75rem;padding:.625rem 1rem;background:#ffffff08;border:1px solid rgba(255,255,255,0.2);border-radius:8px;flex:1;max-width:400px;transition:border-color .15s}.product-list-page .search-box:focus-within{border-color:#fff66}.product-list-page .search-box svg{color:#666;flex-shrink:0}.product-list-page .search-box input{flex:1;background:none;border:none;color:#fff;font-size:.875rem;outline:none}.product-list-page .search-box input::placeholder{color:#666}.product-list-page .table-container{background:#ffffff08;border:1px solid rgba(255,255,255,0.16);border-radius:12px;overflow:hidden;overflow-x:auto}.product-list-page .data-table{width:100%;border-collapse:collapse;min-width:700px}.product-list-page .data-table th,.product-list-page .data-table td{padding:1rem;text-align:left}.product-list-page .data-table th{background:#0a0a0a3;color:#888;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid rgba(255,255,255,0.16);white-space:nowrap}.product-list-page .data-table td{color:#ccc;font-size:.875rem;border-bottom:1px solid rgba(255,255,255,0.1)}.product-list-page .data-table tr:last-child td{border-bottom:none}.product-list-page .data-table tbody tr:hover td{background:#ffffff05}.product-list-page .product-cell{display:flex;align-items:center;gap:.875rem;text-decoration:none}.product-list-page .product-thumb{width:40px;height:40px;border-radius:6px;object-fit:cover;background:#ffffff0d;flex-shrink:0}.product-list-page .product-info{display:flex;flex-direction:column;gap:.125rem;min-width:0}.product-list-page .product-name{color:#fff;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-list-page .product-slug{font-size:.75rem;color:#666}.product-list-page .category-name{color:#888}.product-list-page .plans-count{color:#888;font-size:.8rem}.product-list-page .delivery-badge{display:inline-flex;align-items:center;gap:.375rem;padding:.25rem .625rem;border-radius:4px;font-size:.7rem;font-weight:600;text-transform:uppercase}.product-list-page .delivery-keys{background:#99999926;color:#999999}.product-list-page .delivery-api{background:#fff26;color:#fff}.product-list-page .delivery-manual{background:#ffffff1a;color:#888}.product-list-page .action-buttons{display:flex;gap:.5rem}.product-list-page .btn-icon{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:1px solid rgba(255,255,255,0.2);border-radius:6px;background:transparent;color:#888;cursor:pointer;text-decoration:none;transition:all .15s}.product-list-page .btn-icon:hover{background:#ffffff0d;color:#fff}.product-list-page .btn-icon.btn-danger:hover{border-color:#fff4d;background:#fff1a;color:#fff}.product-list-page .empty-row{text-align:center!important;padding:3rem!important}.product-list-page .empty-state,.product-list-page .empty-search{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;color:#666}.product-list-page .empty-state span,.product-list-page .empty-search span{font-size:.9rem}.product-list-page .btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1.25rem;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;border:none;text-decoration:none;transition:all .15s;white-space:nowrap}.product-list-page .btn-sm{padding:.5rem .875rem;font-size:.8rem}.product-list-page .btn-primary{background:#fff;color:#fff}.product-list-page .btn-primary:hover{background:#ccc}.product-list-page .btn-secondary{background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,0.2)}.product-list-page .btn-secondary:hover{background:#ffffff26;border-color:#fff3}.product-list-page .loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:4rem;color:#888}.product-list-page .spinner{width:32px;height:32px;border:3px solid rgba(255,255,255,.2);border-top-color:#fff;border-radius:50%;animation:product-list-spin .8s linear infinite}@keyframes product-list-spin{to{transform:rotate(360deg)}}@media(max-width:768px){.product-list-page .page-header,.product-list-page .list-toolbar{flex-direction:column;align-items:stretch}.product-list-page .search-box{max-width:none}.product-list-page .list-toolbar .btn{justify-content:center}}.form-field{display:flex;flex-direction:column;gap:.5rem}.form-label{font-size:.875rem;font-weight:500;color:#ccc}.form-required{color:#fff;margin-left:.25rem}.form-input,.form-textarea,.form-select{background:#ffffff0d;border:1px solid rgba(255,255,255,0.2);border-radius:8px;padding:.625rem .875rem;font-size:.875rem;color:#fff;transition:all .15s ease;width:100%}.form-input::placeholder,.form-textarea::placeholder{color:#666}.form-input:focus,.form-textarea:focus,.form-select:focus{outline:none;border-color:#fff;background:#ffffff14}.form-input:disabled,.form-textarea:disabled,.form-select:disabled{opacity:.5;cursor:not-allowed}.form-textarea{min-height:100px;resize:vertical}.form-select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23888' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;padding-right:2.5rem}.form-select option{background:#1a1a1a;color:#fff}.form-hint{font-size:.75rem;color:#888}.form-error{font-size:.75rem;color:#fff}.form-field-error .form-input,.form-field-error .form-textarea,.form-field-error .form-select{border-color:#fff}.form-checkbox{display:inline-flex;align-items:center;gap:.5rem;cursor:pointer;-webkit-user-select:none;user-select:none}.form-checkbox input{position:absolute;opacity:0;width:0;height:0}.form-checkbox-mark{width:18px;height:18px;border:1px solid rgba(255,255,255,0.4);border-radius:4px;background:#ffffff0d;display:flex;align-items:center;justify-content:center;transition:all .15s ease}.form-checkbox-mark:after{content:"";width:10px;height:10px;background:#fff;border-radius:2px;opacity:0;transform:scale(0);transition:all .15s ease}.form-checkbox input:checked+.form-checkbox-mark{border-color:#fff}.form-checkbox input:checked+.form-checkbox-mark:after{opacity:1;transform:scale(1)}.form-checkbox:hover .form-checkbox-mark{border-color:#ffffff4d}.form-checkbox-label{font-size:.875rem;color:#ccc}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.form-actions{display:flex;gap:.75rem;justify-content:flex-end;padding-top:1rem;margin-top:1rem;border-top:1px solid rgba(255,255,255,0.16)}.product-form-page{width:100%}.product-form-page .page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.product-form-page .header-left{display:flex;flex-direction:column;gap:.25rem}.product-form-page .back-link{display:inline-flex;align-items:center;gap:.25rem;color:#888;font-size:.8rem;text-decoration:none;transition:color .15s;max-width:fit-content;width:auto;height:auto;background:none;border:none;border-radius:0;justify-content:flex-start}.product-form-page .back-link span{white-space:nowrap}.product-form-page .back-link:hover{color:#fff}.product-form-page .page-header h1{font-size:1.5rem;font-weight:700;color:#fff;margin:0}.product-form-page .header-actions{display:flex;gap:.75rem}.product-form-page .form-tabs{display:flex;gap:.25rem;margin-bottom:1.5rem;border-bottom:1px solid rgba(255,255,255,0.2);overflow-x:auto;overflow-y:hidden}.product-form-page .tab{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.25rem;background:none;border:none;color:#888;font-size:.875rem;font-weight:500;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-1px;white-space:nowrap;transition:all .15s}.product-form-page .tab:hover{color:#fff}.product-form-page .tab.active{color:#fff;border-bottom-color:#fff}.product-form-page .form-sections{display:flex;flex-direction:column;gap:1.5rem}.product-form-page .form-section{background:#ffffff08;border:1px solid rgba(255,255,255,0.16);border-radius:12px;padding:1.5rem}.product-form-page .form-section h2{display:flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:600;color:#fff;margin:0 0 1.25rem}.product-form-page .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.product-form-page .section-header h2{margin:0}.product-form-page .form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.product-form-page .form-grid-3{grid-template-columns:repeat(3,1fr)}.product-form-page .dynamic-list{display:flex;flex-direction:column;gap:.75rem}.product-form-page .dynamic-item{display:flex;align-items:flex-start;gap:.75rem}.product-form-page .dynamic-item .form-field{flex:1;margin:0}.product-form-page .drag-handle{color:#444;margin-top:.75rem;cursor:grab;flex-shrink:0}.product-form-page .drag-handle:hover{color:#666}.product-form-page .requirement-item{display:flex;flex-direction:row;align-items:center;background:#ffffff05;border:1px solid rgba(255,255,255,0.12);border-radius:8px;padding:.75rem;gap:.75rem}.product-form-page .requirement-item .form-field{flex:1;margin:0}.product-form-page .requirement-item .drag-handle{color:#555;flex-shrink:0}.product-form-page .requirement-item .btn-icon{flex-shrink:0}.product-form-page .delivery-hint{display:flex;align-items:center;gap:.5rem;margin-top:1rem;padding:.75rem 1rem;background:#fff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#aaaaaa;font-size:.875rem}.product-form-page .images-section-new{display:flex;flex-direction:column;gap:1rem}.product-form-page .image-upload-group{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.product-form-page .image-upload-card{background:#ffffff05;border:1px solid rgba(255,255,255,0.16);border-radius:10px;padding:1.25rem;display:flex;flex-direction:column;gap:.75rem}.product-form-page .image-upload-label{font-size:.9rem;font-weight:600;color:#fff}.product-form-page .image-upload-hint{font-size:.75rem;color:#666;margin:-.5rem 0 .25rem}.product-form-page .image-preview{position:relative;aspect-ratio:16/9;border-radius:8px;overflow:hidden;border:1px solid rgba(255,255,255,0.2);background:#0a0a0a0004d}.product-form-page .image-preview img{width:100%;height:100%;object-fit:cover}.product-form-page .image-preview .image-remove{position:absolute;top:.5rem;right:.5rem;width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:#0a0a0a;border:none;border-radius:6px;color:#fff;cursor:pointer;opacity:0;transition:all .15s}.product-form-page .image-preview:hover .image-remove{opacity:1}.product-form-page .image-preview .image-remove:hover{background:#fff}.product-form-page .image-placeholder{aspect-ratio:16/9;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;background:#ffffff05;border:2px dashed rgba(255,255,255,0.2);border-radius:8px;color:#444}.product-form-page .image-placeholder span{font-size:.75rem}.product-form-page .images-section{display:flex;flex-direction:column;gap:1rem}.product-form-page .images-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:1rem}.product-form-page .image-item{position:relative;aspect-ratio:1;border-radius:8px;overflow:hidden;border:1px solid rgba(255,255,255,0.2)}.product-form-page .image-item img{width:100%;height:100%;object-fit:cover}.product-form-page .image-remove{position:absolute;top:.5rem;right:.5rem;width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:#0a0a0a;border:none;border-radius:4px;color:#fff;cursor:pointer;opacity:0;transition:opacity .15s}.product-form-page .image-item:hover .image-remove{opacity:1}.product-form-page .image-remove:hover{background:#fff}.product-form-page .image-add{aspect-ratio:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;background:#ffffff08;border:2px dashed rgba(255,255,255,0.3);border-radius:8px;color:#666;cursor:pointer;transition:all .15s}.product-form-page .image-add:hover{border-color:#fff66;color:#fff}.product-form-page .image-add span{font-size:.75rem}.product-form-page .empty-plans{text-align:center;padding:3rem;color:#666}.product-form-page .empty-plans p{margin:0 0 1rem}.product-form-page .plans-list{display:flex;flex-direction:column;gap:1rem}.product-form-page .plan-card{background:#ffffff05;border:1px solid rgba(255,255,255,0.16);border-radius:10px;overflow:hidden}.product-form-page .plan-card.popular{border-color:#fff66}.product-form-page .plan-header{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background:#ffffff08;border-bottom:1px solid rgba(255,255,255,0.12)}.product-form-page .plan-number{font-size:.8rem;font-weight:600;color:#888;text-transform:uppercase;letter-spacing:.05em}.product-form-page .plan-card.popular .plan-number:after{content:" (Popular)";color:#fff}.product-form-page .plan-actions{display:flex;align-items:center;gap:1rem}.product-form-page .plan-body{padding:1rem}.product-form-page .plan-body .form-grid{margin-bottom:1rem}.product-form-page .plan-body .form-grid:last-child{margin-bottom:0}.product-form-page .key-stats{display:flex;gap:1rem}.product-form-page .key-stats .stat{font-size:.8rem;padding:.25rem .75rem;border-radius:4px}.product-form-page .key-stats .stat.available{background:#e5e5e526;color:#e5e5e5}.product-form-page .key-stats .stat.sold{background:#99999926;color:#999999}.product-form-page .add-key-section{margin-bottom:1.5rem}.product-form-page .add-key-row{display:flex;gap:.75rem;align-items:flex-start}.product-form-page .add-key-row .form-field{flex:1;margin:0}.product-form-page .bulk-import{margin-top:1rem;padding:1rem;background:#ffffff05;border:1px solid rgba(255,255,255,0.16);border-radius:8px}.product-form-page .bulk-actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1rem}.product-form-page .empty-keys{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;color:#666;text-align:center}.product-form-page .empty-keys p{margin:1rem 0 .25rem;color:#888;font-weight:500}.product-form-page .empty-keys span{font-size:.875rem}.product-form-page .keys-table-container{overflow-x:auto;border-radius:8px;border:1px solid rgba(255,255,255,0.16)}.product-form-page .keys-table{width:100%;border-collapse:collapse}.product-form-page .keys-table th{text-align:left;padding:.75rem 1rem;background:#ffffff08;color:#888;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid rgba(255,255,255,0.16)}.product-form-page .keys-table td{padding:.75rem 1rem;border-bottom:1px solid rgba(255,255,255,0.12);font-size:.875rem}.product-form-page .keys-table tr:last-child td{border-bottom:none}.product-form-page .keys-table tr.inactive{opacity:.6}.product-form-page .key-content code{font-family:SF Mono,Monaco,Cascadia Code,monospace;font-size:.8rem;color:#fff;background:#ffffff0d;padding:.25rem .5rem;border-radius:4px}.product-form-page .key-date{color:#666;font-size:.8rem}.product-form-page .key-actions{display:flex;gap:.5rem}.product-form-page .btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1.25rem;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;border:none;transition:all .15s;white-space:nowrap}.product-form-page .btn:disabled{opacity:.5;cursor:not-allowed}.product-form-page .btn-sm{padding:.5rem .875rem;font-size:.8rem}.product-form-page .btn-primary{background:#fff;color:#fff}.product-form-page .btn-primary:hover:not(:disabled){background:#ccc}.product-form-page .btn-secondary{background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,0.2)}.product-form-page .btn-secondary:hover:not(:disabled){background:#ffffff26;border-color:#fff3}.product-form-page .btn-icon{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;background:#ffffff0d;border:1px solid rgba(255,255,255,0.2);border-radius:6px;color:#888;cursor:pointer;transition:all .15s}.product-form-page .btn-icon:hover:not(:disabled){background:#ffffff1a;color:#fff}.product-form-page .btn-icon.btn-danger:hover:not(:disabled){background:#fff26;border-color:#fff4d;color:#fff}.product-form-page .btn-icon:disabled{opacity:.3;cursor:not-allowed}.product-form-page .loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:4rem;color:#888}.product-form-page .loading-state.small{padding:2rem}.product-form-page .spinner{width:32px;height:32px;border:3px solid rgba(255,255,255,.2);border-top-color:#fff;border-radius:50%;animation:product-form-spin .8s linear infinite}@keyframes product-form-spin{to{transform:rotate(360deg)}}@media(max-width:768px){.product-form-page .page-header{flex-direction:column;align-items:stretch}.product-form-page .header-actions{flex-direction:column}.product-form-page .form-grid,.product-form-page .form-grid-3{grid-template-columns:1fr}.product-form-page .form-tabs{margin-left:-1rem;margin-right:-1rem;padding-left:1rem;padding-right:1rem}.product-form-page .add-key-row{flex-direction:column}.product-form-page .plan-header{flex-direction:column;gap:.75rem;align-items:flex-start}.product-form-page .plan-actions{width:100%;justify-content:space-between}.product-form-page .image-upload-group{grid-template-columns:1fr}.product-form-page .requirement-item .drag-handle{display:none}}.product-form-page ::-webkit-scrollbar{width:6px;height:6px}.product-form-page ::-webkit-scrollbar-track{background:#ffffff08;border-radius:3px}.product-form-page ::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:3px}.product-form-page ::-webkit-scrollbar-thumb:hover{background:#ffffff40}.product-form-page .plan-selector{margin-bottom:1rem}.product-form-page .plan-selector .form-field{margin:0}.product-form-page .key-plan{white-space:nowrap}.product-form-page .plan-badge{display:inline-block;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:500;background:#fff26;color:#fff;border:1px solid rgba(255,255,255,.3)}.product-form-page .plan-badge.legacy{background:#99999926;color:#999999;border:1px solid rgba(168,85,247,.3)}.category-list-page{width:100%}.list-toolbar{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem}.categories-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.category-card{background:#ffffff08;border:1px solid rgba(255,255,255,0.16);border-radius:12px;overflow:hidden;transition:all .2s}.category-card:hover{border-color:#ffffff26}.category-banner{position:relative;height:120px;background:linear-gradient(135deg,#1a1a1a,#2a2a2a);background-size:cover;background-position:center}.category-overlay{position:absolute;inset:0;opacity:.4}.category-order-controls{position:absolute;top:.5rem;right:.5rem;display:flex;align-items:center;gap:.25rem;background:#0a0a0a000b3;border-radius:6px;padding:.25rem}.order-btn{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border:none;background:transparent;color:#888;cursor:pointer;border-radius:4px;transition:all .15s}.order-btn:hover:not(:disabled){background:#ffffff1a;color:#fff}.order-btn:disabled{opacity:.3;cursor:not-allowed}.order-number{color:#fff;font-size:.7rem;font-weight:600;min-width:20px;text-align:center}.category-content{display:flex;justify-content:space-between;align-items:center;padding:1rem;gap:1rem}.category-info{display:flex;flex-direction:column;gap:.125rem;min-width:0}.category-info h3{font-size:1rem;font-weight:600;color:#fff;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.category-slug{font-size:.75rem;color:#666}.category-products{font-size:.75rem;color:#888;margin-top:.25rem}.category-actions{display:flex;gap:.5rem;flex-shrink:0}.empty-state{grid-column:1 / -1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:4rem 2rem;background:#ffffff05;border:1px dashed rgba(255,255,255,0.2);border-radius:12px;color:#666}.category-form{display:flex;flex-direction:column;gap:1rem}.banner-preview{margin-top:.5rem}.preview-image{position:relative;height:100px;border-radius:8px;overflow:hidden;background-size:cover;background-position:center;margin-top:.5rem}.preview-overlay{position:absolute;inset:0;opacity:.4}.preview-name{position:absolute;bottom:1rem;left:1rem;color:#fff;font-size:1.125rem;font-weight:600;z-index:1}.modal-actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:.5rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,0.16)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:#fff;color:#fff}.btn-primary:hover:not(:disabled){background:#ccc}.btn-secondary:hover:not(:disabled){background:#ffffff26;border-color:#fff3}.btn-icon{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:1px solid rgba(255,255,255,0.2);border-radius:6px;background:transparent;color:#888;cursor:pointer;text-decoration:none;transition:all .15s}@media(max-width:768px){.page-header,.list-toolbar{flex-direction:column;align-items:stretch}.search-box{max-width:none}.list-toolbar .btn{justify-content:center}.categories-grid{grid-template-columns:1fr}}.category-list-page ::-webkit-scrollbar{width:6px;height:6px}.category-list-page ::-webkit-scrollbar-track{background:#ffffff08;border-radius:3px}.category-list-page ::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:3px}.category-list-page ::-webkit-scrollbar-thumb:hover{background:#ffffff40}.order-list-page{width:100%}.order-list-page .page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.order-list-page .page-header h1{font-size:1.5rem;font-weight:700;color:#fff;margin:0}.order-list-page .page-header p{color:#666;font-size:.875rem;margin:.25rem 0 0}.order-list-page .list-toolbar{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem}.order-list-page .filters{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.order-list-page .filter-group{display:flex;align-items:center;gap:.5rem}.order-list-page .filter-group svg{color:#666}.order-list-page .filter-select{background:#ffffff08;border:1px solid rgba(255,255,255,0.2);border-radius:6px;padding:.5rem .75rem;color:#fff;font-size:.875rem;min-width:140px;cursor:pointer}.order-list-page .filter-select:focus{outline:none;border-color:#fff66}.order-list-page .filter-select option{background:#1a1a1a}.order-list-page .table-container{background:#ffffff08;border:1px solid rgba(255,255,255,0.16);border-radius:12px;overflow:hidden;overflow-x:auto}.order-list-page .data-table{width:100%;border-collapse:collapse;min-width:900px}.order-list-page .data-table th,.order-list-page .data-table td{padding:.875rem 1rem;text-align:left}.order-list-page .data-table th{background:#0a0a0a3;color:#888;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid rgba(255,255,255,0.16);white-space:nowrap}.order-list-page .data-table td{color:#ccc;font-size:.875rem;border-bottom:1px solid rgba(255,255,255,0.1)}.order-list-page .data-table tr:last-child td{border-bottom:none}.order-list-page .data-table tbody tr:hover td{background:#ffffff05}.order-list-page .order-number{font-family:monospace;font-size:.8rem;color:#fff;font-weight:500}.order-list-page .customer-email{font-size:.8rem;color:#888}.order-list-page .product-info{display:flex;flex-direction:column;gap:.25rem}.order-list-page .product-name{font-size:.875rem;font-weight:500;color:#fff;line-height:1.2}.order-list-page .plan-name{display:inline-flex;align-items:center;font-size:.7rem;font-weight:500;color:#888;background:#ffffff0f;padding:.125rem .5rem;border-radius:4px;width:fit-content}.order-list-page .order-amount{font-weight:600;color:#e5e5e5}.order-list-page .order-date{font-size:.8rem;color:#666;white-space:nowrap}.order-list-page .pagination{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:1.5rem}.order-list-page .pagination-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,0.2);border-radius:6px;color:#fff;font-size:.875rem;cursor:pointer;transition:all .15s}.order-list-page .pagination-btn:hover:not(:disabled){background:#ffffff1a}.order-list-page .pagination-btn:disabled{opacity:.5;cursor:not-allowed}.order-list-page .pagination-info{color:#888;font-size:.875rem}.order-list-page .empty-row{text-align:center!important;padding:3rem!important}.order-list-page .empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;color:#666}.order-list-page .empty-state span{font-size:.9rem}.order-list-page .btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1.25rem;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;border:none;text-decoration:none;transition:all .15s;white-space:nowrap}.order-list-page .btn-sm{padding:.5rem .875rem;font-size:.8rem}.order-list-page .btn-secondary{background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,0.2)}.order-list-page .btn-secondary:hover{background:#ffffff26;border-color:#fff3}.order-list-page .btn-ghost{background:transparent;color:#888;padding:.375rem .75rem}.order-list-page .btn-ghost:hover{color:#fff}.order-list-page .btn-icon{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:1px solid rgba(255,255,255,0.2);border-radius:6px;background:transparent;color:#888;cursor:pointer;text-decoration:none;transition:all .15s}.order-list-page .btn-icon:hover{background:#ffffff0d;color:#fff}.order-list-page .loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:4rem;color:#888}.order-list-page .spinner{width:32px;height:32px;border:3px solid rgba(255,255,255,.2);border-top-color:#fff;border-radius:50%;animation:order-list-spin .8s linear infinite}@keyframes order-list-spin{to{transform:rotate(360deg)}}@media(max-width:768px){.order-list-page .page-header,.order-list-page .list-toolbar,.order-list-page .filters{flex-direction:column;align-items:stretch}.order-list-page .filter-select{width:100%}}.order-details-page{width:100%}.order-details-page .page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.order-details-page .header-left{display:flex;flex-direction:column;gap:.25rem}.order-details-page .back-link{display:inline-flex;align-items:center;gap:.25rem;color:#888;font-size:.8rem;text-decoration:none;transition:color .15s;width:auto;height:auto;background:none;border:none;border-radius:0;justify-content:flex-start}.order-details-page .back-link:hover{color:#fff}.order-details-page .page-header h1{font-size:1.5rem;font-weight:700;color:#fff;margin:0}.order-details-page .order-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.order-details-page .order-card{background:#ffffff08;border:1px solid rgba(255,255,255,0.16);border-radius:12px;padding:1.25rem}.order-details-page .order-card.full-width{grid-column:1 / -1}.order-details-page .order-card h2{display:flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;color:#888;text-transform:uppercase;letter-spacing:.05em;margin:0 0 1rem}.order-details-page .info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.order-details-page .info-item{display:flex;flex-direction:column;gap:.25rem}.order-details-page .info-item.full-width{grid-column:1 / -1}.order-details-page .info-label{font-size:.75rem;color:#666;text-transform:uppercase;letter-spacing:.05em}.order-details-page .info-value{font-size:.9rem;color:#fff}.order-details-page .info-value.mono{font-family:monospace;font-size:.8rem;color:#888}.order-details-page .product-summary{display:flex;justify-content:space-between;align-items:center}.order-details-page .product-main{display:flex;flex-direction:column;gap:.375rem}.order-details-page .product-name{font-size:1.125rem;font-weight:600;color:#fff;line-height:1.2}.order-details-page .plan-name{display:inline-flex;align-items:center;font-size:.75rem;font-weight:500;color:#888;background:#ffffff0f;padding:.25rem .625rem;border-radius:4px;width:fit-content}.order-details-page .product-price{display:flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;color:#e5e5e5}.order-details-page .product-price svg{color:#e5e5e5}.order-details-page .timeline{display:flex;flex-direction:column;gap:1rem}.order-details-page .timeline-item{display:flex;align-items:flex-start;gap:.75rem;color:#888}.order-details-page .timeline-item.success{color:#e5e5e5}.order-details-page .timeline-content{display:flex;flex-direction:column;gap:.125rem}.order-details-page .timeline-label{font-size:.875rem;font-weight:500}.order-details-page .timeline-date{font-size:.8rem;color:#666}.order-details-page .delivered-content{background:#0a0a0a3;border-radius:8px;overflow:hidden}.order-details-page .content-header{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;border-bottom:1px solid rgba(255,255,255,0.16)}.order-details-page .content-type{font-size:.75rem;color:#888;text-transform:uppercase;letter-spacing:.05em}.order-details-page .content-value{display:block;padding:1rem;font-family:monospace;font-size:.9rem;color:#e5e5e5;word-break:break-all}.order-details-page .actions-section{display:flex;flex-direction:column;gap:1.5rem}.order-details-page .action-group{display:flex;flex-direction:column;gap:.75rem}.order-details-page .action-group label{font-size:.8rem;color:#888;text-transform:uppercase;letter-spacing:.05em}.order-details-page .action-buttons{display:flex;flex-wrap:wrap;gap:.5rem}.order-details-page .btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1.25rem;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;border:none;text-decoration:none;transition:all .15s;white-space:nowrap}.order-details-page .btn:disabled{opacity:.5;cursor:not-allowed}.order-details-page .btn-sm{padding:.5rem .875rem;font-size:.8rem}.order-details-page .btn-primary{background:#fff;color:#fff}.order-details-page .btn-primary:hover:not(:disabled){background:#ccc}.order-details-page .btn-secondary{background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,0.2)}.order-details-page .btn-secondary:hover:not(:disabled){background:#ffffff26;border-color:#fff3}.order-details-page .loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:4rem;color:#888}.order-details-page .spinner{width:32px;height:32px;border:3px solid rgba(255,255,255,.2);border-top-color:#fff;border-radius:50%;animation:order-details-spin .8s linear infinite}@keyframes order-details-spin{to{transform:rotate(360deg)}}.order-details-page .error-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:4rem;text-align:center;color:#666}.order-details-page .error-state h2{color:#fff;font-size:1.25rem;margin:0}@media(max-width:768px){.order-details-page .order-grid{grid-template-columns:1fr}.order-details-page .order-card.full-width{grid-column:1}.order-details-page .info-grid{grid-template-columns:1fr}.order-details-page .product-summary{flex-direction:column;align-items:flex-start;gap:1rem}.order-details-page .action-buttons{flex-direction:column}.order-details-page .action-buttons .btn{width:100%}}.user-list-page{width:100%}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.page-header h1{font-size:1.5rem;font-weight:700;color:#fff;margin:0}.page-header p{color:#666;font-size:.875rem;margin:.25rem 0 0}.list-toolbar{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem}.search-box{display:flex;align-items:center;gap:.75rem;padding:.625rem 1rem;background:#ffffff08;border:1px solid rgba(255,255,255,0.2);border-radius:8px;flex:1;max-width:400px;transition:border-color .15s}.search-box:focus-within{border-color:#fff66}.search-box svg{color:#666;flex-shrink:0}.search-box input{flex:1;background:none;border:none;color:#fff;font-size:.875rem;outline:none}.search-box input::placeholder{color:#666}.filter-select{background:#ffffff08;border:1px solid rgba(255,255,255,0.2);border-radius:6px;padding:.625rem .75rem;color:#fff;font-size:.875rem;min-width:120px;cursor:pointer}.filter-select:focus{outline:none;border-color:#fff66}.filter-select option{background:#1a1a1a}.table-container{background:#ffffff08;border:1px solid rgba(255,255,255,0.16);border-radius:12px;overflow:hidden;overflow-x:auto}.data-table{width:100%;border-collapse:collapse;min-width:700px}.data-table th,.data-table td{padding:.875rem 1rem;text-align:left}.data-table th{background:#0a0a0a3;color:#888;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid rgba(255,255,255,0.16);white-space:nowrap}.data-table td{color:#ccc;font-size:.875rem;border-bottom:1px solid rgba(255,255,255,0.1)}.data-table tr:last-child td{border-bottom:none}.data-table tbody tr:hover td{background:#ffffff05}.data-table tbody tr.selected td{background:#fff1a}.user-email-btn{background:none;border:none;color:#fff;font-size:.875rem;cursor:pointer;padding:0;text-align:left;transition:color .15s}.user-email-btn:hover{color:#fff}.verified-badge{display:inline-block;padding:.125rem .5rem;border-radius:4px;font-size:.75rem;background:#ffffff1a;color:#888}.verified-badge.verified{background:#e5e5e526;color:#e5e5e5}.order-count{color:#888}.join-date{font-size:.8rem;color:#666}.action-buttons{display:flex;align-items:center;gap:.5rem}.role-select{background:#ffffff0d;border:1px solid rgba(255,255,255,0.2);border-radius:4px;padding:.375rem .5rem;color:#fff;font-size:.75rem;cursor:pointer}.role-select option{background:#1a1a1a}.user-details{display:flex;flex-direction:column;gap:1.5rem}.user-info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.info-item{display:flex;flex-direction:column;gap:.25rem}.info-label{font-size:.75rem;color:#666;text-transform:uppercase;letter-spacing:.05em}.user-details h3{font-size:.875rem;font-weight:600;color:#888;text-transform:uppercase;letter-spacing:.05em;margin:0}.no-orders{color:#666;font-size:.875rem;text-align:center;padding:1.5rem}.user-orders{display:flex;flex-direction:column;gap:.75rem;max-height:300px;overflow-y:auto}.user-order-item{display:flex;flex-direction:column;gap:.5rem;padding:.75rem;background:#ffffff08;border-radius:8px}.order-main{display:flex;flex-direction:column;gap:.125rem}.order-number{font-family:monospace;font-size:.75rem;color:#888}.order-product{font-size:.875rem;color:#fff}.order-meta{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.order-amount{font-weight:600;color:#e5e5e5;font-size:.875rem}.order-date{font-size:.75rem;color:#666}.pagination{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:1.5rem}.pagination-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,0.2);border-radius:6px;color:#fff;font-size:.875rem;cursor:pointer;transition:all .15s}.pagination-btn:hover:not(:disabled){background:#ffffff1a}.pagination-btn:disabled{opacity:.5;cursor:not-allowed}.pagination-info{color:#888;font-size:.875rem}.empty-row{text-align:center!important;padding:3rem!important}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;color:#666}.empty-state span{font-size:.9rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1.25rem;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;border:none;text-decoration:none;transition:all .15s;white-space:nowrap}.btn-sm{padding:.5rem .875rem;font-size:.8rem}.btn-secondary{background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,0.2)}.btn-secondary:hover{background:#ffffff26;border-color:#fff3}.btn-icon{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:1px solid rgba(255,255,255,0.2);border-radius:6px;background:transparent;color:#888;cursor:pointer;transition:all .15s}.btn-icon:hover{background:#ffffff0d;color:#fff}.btn-icon.btn-danger:hover{border-color:#fff4d;background:#fff1a;color:#fff}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:4rem;color:#888}.loading-state.small{padding:1.5rem}.spinner{width:32px;height:32px;border:3px solid rgba(255,255,255,.2);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:768px){.page-header,.list-toolbar{flex-direction:column;align-items:stretch}.search-box{max-width:none}.filter-select{width:100%}.user-info-grid{grid-template-columns:1fr}}.payment-settings-page{width:100%}.page-header{margin-bottom:1.5rem}.page-header h1{color:#fff;font-size:1.5rem;font-weight:700;margin:0 0 .25rem}.page-header p{color:#888;font-size:.875rem;margin:0}.payment-settings-page .form-tabs{display:flex;gap:.25rem;margin-bottom:1.5rem;border-bottom:1px solid rgba(255,255,255,0.2);overflow-x:auto;overflow-y:hidden}.payment-settings-page .tab{padding:.875rem 1.25rem;background:none;border:none;border-bottom:2px solid transparent;color:#888;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .15s;margin-bottom:-1px;white-space:nowrap}.payment-settings-page .tab:hover{color:#fff}.payment-settings-page .tab.active{color:#fff;border-bottom-color:#fff}.tab-content{background:#ffffff08;border:1px solid rgba(255,255,255,0.16);border-radius:12px;padding:1.5rem}.tab-content h2{color:#fff;font-size:1rem;font-weight:600;margin:0 0 1.25rem}.tab-description{color:#888;font-size:.875rem;margin-bottom:1.25rem;padding:.75rem 1rem;background:#fff1a;border-left:3px solid #fff;border-radius:8px}.payment-settings-page .form-group{margin-bottom:1.25rem}.payment-settings-page .form-group label{display:block;color:#fff;font-size:.875rem;font-weight:500;margin-bottom:.5rem}.payment-settings-page .form-group input[type=text],.payment-settings-page .form-group input[type=password]{width:100%;padding:.75rem;background:#0a0a0a0004d;border:1px solid rgba(255,255,255,0.2);border-radius:8px;color:#fff;font-size:.875rem;transition:all .15s}.payment-settings-page .form-group input[type=text]:focus,.payment-settings-page .form-group input[type=password]:focus{outline:none;border-color:#fff;box-shadow:0 0 0 3px #fff1a}.payment-settings-page .form-group input[type=text]:disabled,.payment-settings-page .form-group input[type=password]:disabled{background:#ffffff05;opacity:.6;cursor:not-allowed}.payment-settings-page .field-hint{display:block;color:#666;font-size:.8rem;margin-top:.5rem}.payment-settings-page .field-hint code{background:#ffffff0d;padding:.25rem .5rem;border-radius:4px;font-family:SF Mono,Monaco,Cascadia Code,monospace;font-size:.8rem;color:#fff}.payment-settings-page .checkbox-label{display:flex;align-items:center;gap:.75rem;cursor:pointer;font-weight:500;color:#fff;padding:.875rem 1rem;background:#ffffff05;border:1px solid rgba(255,255,255,0.16);border-radius:8px;transition:all .15s}.payment-settings-page .checkbox-label:hover{background:#ffffff0a;border-color:#ffffff1f}.payment-settings-page .checkbox-label input[type=checkbox]{position:relative;appearance:none;width:20px!important;height:20px!important;min-width:20px;min-height:20px;max-width:20px;max-height:20px;padding:0!important;margin:0 .75rem 0 0;border:2px solid rgba(255,255,255,0.4);border-radius:4px;cursor:pointer;transition:all .15s;flex-shrink:0;background-color:transparent;vertical-align:middle}.payment-settings-page .checkbox-label input[type=checkbox]:hover{border-color:#ffffff4d}.payment-settings-page .checkbox-label input[type=checkbox]:checked{background:#fff;border-color:#fff}.payment-settings-page .checkbox-label input[type=checkbox]:checked:after{content:"";position:absolute;left:5px;top:2px;width:5px;height:9px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.payment-settings-page .password-field-wrapper{position:relative;display:flex;align-items:center}.payment-settings-page .password-field-wrapper input{padding-right:3rem}.payment-settings-page .toggle-visibility{position:absolute;right:.75rem;display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:none;border:none;cursor:pointer;padding:0;color:#666;transition:color .15s}.payment-settings-page .toggle-visibility svg{width:18px;height:18px}.payment-settings-page .toggle-visibility:hover{color:#fff}.payment-settings-page .webhook-url-container{display:flex;gap:.5rem}.payment-settings-page .webhook-url-input{flex:1;font-family:SF Mono,Monaco,Cascadia Code,monospace;font-size:.8rem;background:#ffffff05!important}.payment-settings-page .copy-button{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,0.2);border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .15s;white-space:nowrap}.payment-settings-page .copy-button svg{width:16px;height:16px}.payment-settings-page .copy-button:hover{background:#ffffff26;border-color:#fff3}.payment-settings-page .add-origin-container{display:flex;gap:.5rem}.payment-settings-page .add-origin-container input{flex:1}.payment-settings-page .add-button{padding:.75rem 1.5rem;background:#fff;color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background .15s;white-space:nowrap}.payment-settings-page .add-button:hover{background:#ccc}.payment-settings-page .origins-list{background:#0a0a0a3;border:1px solid rgba(255,255,255,0.16);border-radius:8px;padding:.75rem;max-height:300px;overflow-y:auto}.payment-settings-page .origin-item{display:flex;align-items:center;justify-content:space-between;padding:.75rem;background:#ffffff08;border:1px solid rgba(255,255,255,0.16);border-radius:6px;margin-bottom:.5rem}.payment-settings-page .origin-item:last-child{margin-bottom:0}.payment-settings-page .origin-url{font-family:SF Mono,Monaco,Cascadia Code,monospace;font-size:.875rem;color:#fff}.payment-settings-page .remove-button{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;background:#fff26;border:1px solid rgba(255,255,255,.3);border-radius:6px;color:#fff;font-size:.875rem;cursor:pointer;transition:all .15s}.payment-settings-page .remove-button:hover{background:#fff40;border-color:#fff80}.payment-settings-page .empty-state{text-align:center;padding:2rem;color:#666;font-size:.875rem}.payment-settings-page .save-button{padding:.75rem 1.5rem;background:#fff;color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background .15s;margin-top:1rem}.payment-settings-page .save-button:hover:not(:disabled){background:#ccc}.payment-settings-page .save-button:disabled{opacity:.5;cursor:not-allowed}.payment-settings-page .error-message{padding:.875rem 1rem;background:#fff1a;border:1px solid rgba(255,255,255,.3);border-left:3px solid #fff;border-radius:8px;color:#fff;font-size:.875rem;margin-bottom:1.25rem}.payment-settings-page .success-message{padding:.875rem 1rem;background:#e5e5e51a;border:1px solid rgba(255,255,255,.3);border-left:3px solid #e5e5e5;border-radius:8px;color:#e5e5e5;font-size:.875rem;margin-bottom:1.25rem}.payment-settings-page .loading{text-align:center;padding:3rem;color:#888;font-size:.95rem}@media(max-width:768px){.payment-settings-page{padding:1rem}.tab-content{padding:1.5rem}.form-tabs .tab{padding:.5rem 1rem;font-size:.85rem}.webhook-url-container,.add-origin-container{flex-direction:column}.copy-button,.add-button{width:100%}}.admin-layout{display:flex;min-height:100vh;background:var(--color-bg, #0a0a0a)}.admin-sidebar{width:240px;background:#0a0a0af2;border-right:1px solid rgba(255,255,255,0.16);display:flex;flex-direction:column;position:fixed;top:0;left:0;bottom:0;z-index:100}.sidebar-header{padding:1.25rem 1.5rem;border-bottom:1px solid rgba(255,255,255,0.16);display:flex;align-items:center;gap:.75rem}.sidebar-header .logo{font-size:1.25rem;font-weight:700;color:#fff;text-decoration:none;transition:color .15s}.sidebar-header .logo:hover{color:#fff}.admin-badge{padding:.125rem .5rem;background:linear-gradient(135deg,#fff,#ccc);border-radius:4px;font-size:.6rem;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.05em}.sidebar-nav{flex:1;padding:1rem 0;overflow-y:auto}.nav-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem;color:#888;text-decoration:none;font-size:.875rem;font-weight:500;transition:all .15s;border-right:3px solid transparent}.nav-item svg{flex-shrink:0;transition:color .15s}.nav-item:hover{color:#fff;background:#ffffff0d}.nav-item:hover svg{color:#fff}.nav-item.active{color:#fff;background:#fff26;border-right-color:#fff}.nav-item.active svg{color:#fff}.sidebar-footer{padding:1rem 1.5rem;border-top:1px solid rgba(255,255,255,0.16)}.user-info{display:flex;flex-direction:column;gap:.125rem;margin-bottom:.75rem}.user-email{font-size:.8rem;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-role{font-size:.7rem;color:#666}.logout-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.5rem;border:1px solid rgba(255,255,255,0.2);border-radius:6px;background:transparent;color:#888;font-size:.8rem;cursor:pointer;transition:all .15s}.logout-btn:hover{border-color:#fff;color:#fff;background:#fff1a}.admin-main{flex:1;margin-left:240px;padding:2rem;min-height:100vh}@media(max-width:1024px){.admin-sidebar{transform:translate(-100%);transition:transform .3s ease}.admin-sidebar.open{transform:translate(0)}.admin-main{margin-left:0;padding:1.5rem}}@media(max-width:768px){.admin-main{padding:1rem}}.liquid-glass{position:relative;background:#0a0a0ab3;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border:1px solid rgba(255,255,255,0.2);box-shadow:0 8px 32px #0a0a0a0004d,inset 0 1px #ffffff1a}.glass-container{background:#0a0a0a99;backdrop-filter:blur(30px) saturate(150%);-webkit-backdrop-filter:blur(30px) saturate(150%);border:1px solid rgba(255,255,255,0.16);border-radius:24px;overflow:hidden}.glass-button{position:relative;background:#ffffff0d;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,0.2);transition:all .3s ease}.glass-button:hover{background:#ffffff1a;border-color:#fff3;transform:translateY(-2px);box-shadow:0 10px 25px #0a0a0a0004d}.glass-refraction{position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,0.2) 0%,transparent 50%,rgba(0,0,0,.1) 100%);pointer-events:none;opacity:.5}.liquid-distort{position:relative;overflow:hidden}.liquid-distort:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle at center,rgba(255,255,255,0.4) 0%,transparent 50%);opacity:0;transition:opacity .3s ease;pointer-events:none}.liquid-distort:hover:before{opacity:1;animation:liquidRipple 1.5s ease-out}@keyframes liquidRipple{0%{transform:scale(0) translate(-50%,-50%);opacity:1}to{transform:scale(1) translate(-50%,-50%);opacity:0}}.glass-shine{position:relative;overflow:hidden}.glass-shine:after{content:"";position:absolute;top:-50%;left:-100%;width:100%;height:200%;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,0.4) 50%,transparent 100%);transform:skew(-20deg);transition:left .6s ease}.glass-shine:hover:after{left:200%}:root{--color-primary: #fff;--color-primary-hover: #ccc;--color-secondary: #1a1a1a;--color-bg: #0a0a0a;--color-text: #ffffff;--color-text-secondary: #a1a1a1;--glass-bg: rgba(20, 20, 20, .7);--glass-border: rgba(255,255,255, .1);--glass-shadow: rgba(0, 0, 0, .5);--spacing-xs: .5rem;--spacing-sm: 1rem;--spacing-md: 1.5rem;--spacing-lg: 2rem;--spacing-xl: 3rem;--radius-sm: .5rem;--radius-md: 1rem;--radius-lg: 1.5rem;--radius-xl: 2rem;--radius-full: 9999px;--font-primary: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--font-secondary: "Manrope", -apple-system, BlinkMacSystemFont, sans-serif;--font-accent: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;--font-size-sm: .875rem;--font-size-base: 1rem;--font-size-lg: 1.125rem;--font-size-xl: 1.25rem;--font-weight-light: 300;--font-weight-normal: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--transition-fast: .2s ease;--transition-base: .3s ease;--transition-slow: .5s ease;--z-header: 1000;--z-dropdown: 1100;--z-modal: 2000}*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:Inter,Manrope,DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,sans-serif;color:var(--color-text);background-color:var(--color-bg);line-height:1.5;font-weight:400;letter-spacing:-.01em}a{text-decoration:none;color:inherit}button{border:none;background:none;font-family:inherit;cursor:pointer;outline:none}img{max-width:100%;height:auto;display:block}ul,ol{list-style:none}.headline,h1,h2,h3{font-family:var(--font-primary);font-weight:var(--font-weight-bold);letter-spacing:-.02em}body,p{font-family:var(--font-primary);font-weight:var(--font-weight-normal);letter-spacing:-.01em}button,.btn,nav,.nav-link{font-family:var(--font-secondary);font-weight:var(--font-weight-medium);letter-spacing:-.005em}small,.caption,.metadata{font-family:var(--font-accent);font-weight:var(--font-weight-normal);letter-spacing:0}.font-light{font-weight:var(--font-weight-light)}.font-normal{font-weight:var(--font-weight-normal)}.font-medium{font-weight:var(--font-weight-medium)}.font-semibold{font-weight:var(--font-weight-semibold)}.font-bold{font-weight:var(--font-weight-bold)}.font-primary{font-family:var(--font-primary)}.font-secondary{font-family:var(--font-secondary)}.font-accent{font-family:var(--font-accent)}.header{position:fixed;top:0;left:0;right:0;z-index:9999;padding:var(--spacing-md) var(--spacing-lg)}.header-container{max-width:1400px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:clamp(8px,2vw,24px);background:#0a0a0a7f;backdrop-filter:blur(24px) saturate(180%);-webkit-backdrop-filter:blur(24px) saturate(180%);border:1px solid rgba(255,255,255,0.16);border-radius:var(--radius-full);padding:var(--spacing-sm) var(--spacing-md);box-shadow:0 8px 32px #0a0a0a6,inset 0 1px #ffffff0f;position:relative;overflow:hidden}.header-logo{display:flex;align-items:center;flex-shrink:0}.header-logo img{height:36px;width:auto;max-width:120px;object-fit:contain}.header-nav{display:flex;align-items:center;gap:var(--spacing-xs)}.nav-link{position:relative;display:inline-flex;align-items:center;padding:var(--spacing-xs) var(--spacing-md);font-size:var(--font-size-base);font-weight:500;color:var(--color-text);border-radius:var(--radius-lg);overflow:hidden;height:42px;transition:background-color .3s cubic-bezier(.4,0,.2,1)}.nav-link:hover{background-color:#ffffff0d}.nav-link span{display:block;transition:transform .4s cubic-bezier(.4,0,.2,1),opacity .4s cubic-bezier(.4,0,.2,1)}.nav-link span:first-child{transform:translateY(0);opacity:1}.nav-link span:last-child{position:absolute;left:50%;transform:translate(-50%,100%);opacity:0}.nav-link:hover span:first-child{transform:translateY(-100%);opacity:0}.nav-link:hover span:last-child{transform:translate(-50%);opacity:1}.header-actions{display:flex;align-items:center;gap:var(--spacing-sm)}.btn-glass{position:relative;display:inline-flex;align-items:center;justify-content:center;padding:var(--spacing-xs) var(--spacing-md);font-size:var(--font-size-base);font-weight:500;border-radius:var(--radius-lg);overflow:hidden;height:42px;min-width:100px;transition:all .4s cubic-bezier(.4,0,.2,1);line-height:1;vertical-align:middle;text-decoration:none;border:none;cursor:pointer;font-family:inherit}.btn-glass span{display:block;transition:transform .5s cubic-bezier(.4,0,.2,1),opacity .5s cubic-bezier(.4,0,.2,1);white-space:nowrap;font-size:inherit;font-weight:inherit}.btn-glass span:first-child{transform:translateY(0);opacity:1;position:relative}.btn-glass span:last-child{position:absolute;left:50%;top:50%;transform:translate(-50%,50%);opacity:0}.btn-glass:hover span:first-child{transform:translateY(-100%);opacity:0}.btn-glass:hover span:last-child{transform:translate(-50%,-50%);opacity:1}.btn-secondary{background:#ffffff08;backdrop-filter:blur(12px) saturate(150%);-webkit-backdrop-filter:blur(12px) saturate(150%);border:1px solid rgba(255,255,255,0.2);color:var(--color-text);box-shadow:0 4px 16px #0a0a0a3,inset 0 1px #ffffff14}.btn-secondary:hover{background:#ffffff14;border-color:#fff3;box-shadow:0 6px 20px #0a0a0a0004d,inset 0 1px #ffffff1f}.btn-primary{background:linear-gradient(135deg,#fff,#ccc);color:var(--color-text);border:1px solid rgba(255,255,255,.3);box-shadow:0 4px 16px #fff4d,inset 0 1px #fff3,inset 0 -1px #0a0a0a3}.btn-primary:hover{background:linear-gradient(135deg,#ccc,#fff);box-shadow:0 0 30px #fff80,0 6px 20px #fff66,inset 0 1px #ffffff40}@media(max-width:768px){.header{padding:var(--spacing-sm) var(--spacing-sm)}.header-container{padding:var(--spacing-xs) var(--spacing-sm);gap:var(--spacing-sm)}.header-nav{display:none}.header-logo img{height:28px;max-width:90px}.header-actions{display:flex;flex-direction:row;gap:var(--spacing-xs);flex-shrink:0}.btn-glass{min-width:auto;font-size:12px;padding:6px 10px;height:32px}}.hero{position:relative;z-index:1;display:flex;align-items:flex-start;justify-content:center;overflow:hidden;padding:140px var(--spacing-md) 80px;background:radial-gradient(ellipse at top right,rgba(255,255,255,.15) 0%,transparent 50%),radial-gradient(ellipse at bottom left,rgba(255,255,255,.08) 0%,transparent 40%),linear-gradient(180deg,#0a0a0c,#0c0c0e)}.hero:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:80%;max-width:1200px;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.3) 20%,rgba(255,255,255,.6) 50%,rgba(255,255,255,.3) 80%,transparent 100%);z-index:102}.hero-background{position:absolute;inset:0;z-index:0}.hero-background:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:60px 60px;pointer-events:none}#particles-canvas{position:absolute;top:0;left:0;width:100%;height:100%;opacity:.6}.hero-content{position:relative;z-index:10;max-width:1200px;margin:0 auto;text-align:center;transition:filter .1s ease-out,opacity .1s ease-out;will-change:filter,opacity}.hero-badge{display:inline-flex;align-items:center;gap:var(--spacing-xs);padding:var(--spacing-xs) var(--spacing-md);background:#fff1a;border:1px solid rgba(255,255,255,.3);border-radius:var(--radius-full);margin-bottom:var(--spacing-lg);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.status-dot{width:8px;height:8px;background:var(--color-primary);border-radius:50%;animation:pulse 2s ease-in-out infinite;box-shadow:0 0 10px var(--color-primary)}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.2)}}.badge-icon{width:18px;height:18px;color:var(--color-primary);flex-shrink:0}.hero-badge span{font-size:var(--font-size-sm);color:#fffc;font-family:var(--font-secondary)}.hero-badge strong{color:var(--color-primary);font-weight:var(--font-weight-semibold)}.hero-title{font-size:clamp(2rem,6vw,4rem);font-weight:var(--font-weight-bold);font-family:var(--font-primary);line-height:1.2;margin-bottom:var(--spacing-md);letter-spacing:-.02em}.hero-title-line{display:block}.hero-title-highlight{background:linear-gradient(135deg,var(--color-primary) 0%,#e5e5e5 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative;display:inline-block}.rotating-text{display:inline-block;min-width:220px;text-align:left;position:relative}.rotating-text:after{content:"|";display:inline-block;margin-left:4px;color:var(--color-primary);font-weight:var(--font-weight-light);font-size:.9em;opacity:.8;animation:blink 1.2s ease-in-out infinite;-webkit-background-clip:unset;background-clip:unset;-webkit-text-fill-color:var(--color-primary)}@keyframes blink{0%,49%{opacity:1}50%,to{opacity:0}}.hero-subtitle{font-size:clamp(.95rem,2.5vw,1.125rem);color:#ffffff80;max-width:600px;margin:0 auto var(--spacing-lg);font-family:var(--font-accent);line-height:1.5}.hero-cta{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:var(--spacing-md);margin-bottom:var(--spacing-xl)}.btn-hero{display:inline-flex;align-items:center;justify-content:center;gap:var(--spacing-xs);padding:1rem 2rem;font-size:var(--font-size-lg);font-weight:var(--font-weight-semibold);font-family:var(--font-secondary);border-radius:var(--radius-lg);transition:all .4s cubic-bezier(.4,0,.2,1);min-width:200px;position:relative;overflow:hidden}.btn-hero-primary{background:linear-gradient(135deg,var(--color-primary) 0%,#ccc 100%);color:#fff;border:1px solid transparent;box-shadow:0 0 30px #fff66,0 10px 30px #0a0a0a0004d,inset 0 1px #fff3}.btn-hero-primary:hover{transform:translateY(-2px);box-shadow:0 0 40px #fff99,0 15px 40px #0a0a0a6,inset 0 1px #ffffff4d}.btn-hero-primary:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,0.6) 0%,transparent 70%);opacity:0;transition:opacity .4s ease}.btn-hero-primary:hover:before{opacity:1;animation:ripple 1s ease-out}@keyframes ripple{0%{transform:scale(0)}to{transform:scale(1);opacity:0}}.btn-hero-secondary{background:#ffffff0d;color:#fff;border:1px solid rgba(255,255,255,0.2);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.btn-hero-secondary:hover{background:#ffffff1a;border-color:#fff3;transform:translateY(-2px)}.btn-arrow{width:20px;height:20px;transition:transform .3s ease}.btn-hero-primary:hover .btn-arrow{transform:translate(4px)}.hero-stats{position:relative;z-index:102;display:inline-flex;align-items:center;gap:var(--spacing-lg);padding:var(--spacing-md) var(--spacing-lg);background:#0a0a0a99;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,0.2);border-radius:var(--radius-xl)}.stat-item{text-align:center}.stat-value{font-size:var(--font-size-xl);font-weight:var(--font-weight-bold);font-family:var(--font-primary);color:var(--color-primary);margin-bottom:4px}.stat-label{font-size:var(--font-size-sm);color:#fff9;font-family:var(--font-accent)}.stat-divider{width:1px;height:40px;background:linear-gradient(to bottom,transparent,rgba(255,255,255,0.4),transparent)}@media(max-width:768px){.hero{padding:140px var(--spacing-md) var(--spacing-lg)}.hero-cta{flex-direction:column}.btn-hero{width:100%;max-width:300px}.hero-stats{gap:var(--spacing-md);padding:var(--spacing-sm) var(--spacing-md)}}@keyframes glitch{0%,to{transform:translate(0)}20%{transform:translate(-2px,2px)}40%{transform:translate(-2px,-2px)}60%{transform:translate(2px,2px)}80%{transform:translate(2px,-2px)}}.hero-title-highlight:hover{animation:glitch .3s ease-in-out}#cursor-follower{position:fixed;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.08) 0%,rgba(255,255,255,.04) 40%,transparent 70%);pointer-events:none;z-index:101;mix-blend-mode:plus-lighter;opacity:0;transform:translate(-50%,-50%);transition:opacity .3s ease}#cursor-follower.active{opacity:1}@media(max-width:768px){#cursor-follower{display:none}}.section-container{position:relative;z-index:102;max-width:1400px;margin:0 auto;padding:var(--spacing-xl);background:#0a0a0a99;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,0.2);border-radius:var(--radius-xl)}.section-container h2{font-size:clamp(1.5rem,4vw,2.5rem);font-family:var(--font-primary);font-weight:var(--font-weight-bold);color:#fff;margin-bottom:var(--spacing-md)}.section-container p{font-size:var(--font-size-lg);color:#fff9;font-family:var(--font-accent)}html{scroll-behavior:smooth}.products-section{position:relative;z-index:100;background:#08080a;min-height:100vh;padding:120px 0 80px;overflow:hidden}.products-section:before{content:"";position:absolute;inset:0;background-image:radial-gradient(rgba(255,255,255,0.06) 1px,transparent 1px);background-size:32px 32px;pointer-events:none;z-index:0}.products-section:after{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 0% 0%,rgba(255,255,255,.06) 0%,transparent 50%),radial-gradient(ellipse at 100% 100%,rgba(255,255,255,.04) 0%,transparent 50%);pointer-events:none;z-index:0}.section-header{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:60px;position:relative;z-index:1;max-width:1200px;margin-left:auto;margin-right:auto;padding:0 24px}.section-header:after{content:"";position:absolute;bottom:-25px;left:50%;transform:translate(-50%);width:120px;height:2px;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.2) 15%,rgba(255,255,255,.5) 35%,var(--color-primary) 50%,rgba(255,255,255,.5) 65%,rgba(255,255,255,.2) 85%,transparent 100%);border-radius:1px}.section-title{font-family:var(--font-primary);font-size:clamp(2rem,4vw,3rem);font-weight:var(--font-weight-bold);color:#fff;margin-bottom:12px;letter-spacing:-.02em}.title-accent{background:linear-gradient(135deg,var(--color-primary) 0%,#e5e5e5 50%,var(--color-primary) 100%);background-size:200% 200%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:gradient-shift 4s ease infinite}@keyframes gradient-shift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.section-subtitle{font-family:var(--font-accent);font-size:var(--font-size-base);color:#ffffff80;letter-spacing:.02em}.game-category-box{max-width:1200px;margin:0 auto;padding:0 24px;position:relative;z-index:1}.game-category-box:not(:last-child){margin-bottom:60px}.game-category-box>.products-grid{max-width:none;margin:0;background:#0a0a0a4a;backdrop-filter:blur(24px) saturate(180%);-webkit-backdrop-filter:blur(24px) saturate(180%);border:none;border-radius:0 0 20px 20px;padding:16px 24px 24px}.game-category-header{position:relative;border-radius:20px 20px 0 0;overflow:hidden;min-height:140px;display:flex;align-items:flex-end}.game-header-bg{position:absolute;inset:0;z-index:0}.game-header-bg img{width:100%;height:100%;object-fit:cover;object-position:center 13%;transition:transform .6s ease}.game-header-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.15) 0%,transparent 50%);pointer-events:none}.game-category-box:hover .game-header-bg img{transform:scale(1.05)}.game-header-overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(to top,#08080a,#08080ae6,#08080a66 60%,#08080a33)}.game-header-content{position:relative;z-index:2;width:100%;padding:16px 24px;display:flex;justify-content:space-between;align-items:flex-end;gap:20px}.game-header-info{display:flex;flex-direction:column;gap:8px}.game-tag{display:inline-flex;align-items:center;padding:4px 10px;background:#fff26;border:1px solid rgba(255,255,255,.3);border-radius:4px;font-size:10px;font-family:var(--font-secondary);font-weight:var(--font-weight-semibold);color:var(--color-primary);text-transform:uppercase;letter-spacing:.1em;width:fit-content}.game-category-title{font-family:var(--font-primary);font-size:2rem;font-weight:var(--font-weight-bold);color:#fff;letter-spacing:-.02em;margin:0;text-shadow:0 2px 20px rgba(0,0,0,.5)}.game-category-desc{font-family:var(--font-secondary);font-size:14px;color:#fff9;margin:0}.game-header-stats{display:flex;gap:24px}.game-stat{display:flex;flex-direction:column;align-items:center;gap:4px;padding:12px 20px;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,0.16);border-radius:12px}.game-stat-value{font-family:var(--font-primary);font-size:1.25rem;font-weight:var(--font-weight-bold);color:#fff}.game-stat-value.status-ok{color:#fff}.game-stat-label{font-family:var(--font-accent);font-size:11px;color:#fff6;text-transform:uppercase;letter-spacing:.05em}@media(max-width:640px){.game-header-content{flex-direction:column;align-items:flex-start}.game-header-stats{width:100%;justify-content:flex-start}.game-category-title{font-size:1.5rem}}.products-grid-container{max-width:1200px;margin:0 auto;padding:0 24px;position:relative;z-index:1}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px}.product-card{background:#ffffff05;border:1px solid rgba(255,255,255,0.12);border-radius:16px;overflow:hidden;transition:all .4s cubic-bezier(.16,1,.3,1)}.product-card:hover{transform:translateY(-8px);border-color:#fff4d;box-shadow:0 20px 40px #0a0a0a0004d,0 0 0 1px #fff1a}.product-image{display:block;position:relative;overflow:hidden}.product-image img{width:100%;height:180px;object-fit:cover;transition:transform .5s ease}.product-card:hover .product-image img{transform:scale(1.05)}.product-content{padding:20px}.product-title{font-family:var(--font-primary);font-size:1.125rem;font-weight:var(--font-weight-semibold);color:#fff;margin-bottom:12px}.product-status{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:6px;font-size:12px;font-family:var(--font-secondary);font-weight:var(--font-weight-medium);margin-bottom:16px}.product-status svg{width:14px;height:14px}.product-status.undetected{background:#8888881a;color:#888888;border-left:2px solid #888888}.product-status.updating{background:#fff1a;color:#fa0;border-left:2px solid #fff}.product-status.detected{background:#fff1a;color:var(--color-primary);border-left:2px solid var(--color-primary)}.product-footer{display:flex;align-items:center;justify-content:space-between;padding-top:16px;border-top:1px solid rgba(255,255,255,0.12)}.product-price{display:flex;flex-direction:column;gap:2px}.price-label{font-size:11px;font-family:var(--font-accent);color:#fff6;text-transform:uppercase;letter-spacing:.05em}.price-value{font-size:1.25rem;font-family:var(--font-primary);font-weight:var(--font-weight-bold);color:#fff}.product-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;background:linear-gradient(135deg,var(--color-primary) 0%,#ccc 100%);border:none;border-radius:8px;font-size:13px;font-family:var(--font-secondary);font-weight:var(--font-weight-semibold);color:#fff;cursor:pointer;transition:all .3s ease}.product-btn svg{width:16px;height:16px}.product-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #fff4d}@media(max-width:768px){.products-section{padding:100px 0 60px}.products-grid-container{padding:0 16px}.products-grid{grid-template-columns:1fr}}.why-us-section{position:relative;z-index:99;background:radial-gradient(ellipse at 50% 0%,rgba(255,255,255,.08) 0%,transparent 50%),radial-gradient(ellipse at 80% 80%,rgba(255,255,255,.05) 0%,transparent 40%),linear-gradient(180deg,#08080a,#0a0a0a,#08080a);padding:120px 0 100px;overflow:hidden}.why-us-section:before{content:"";position:absolute;inset:0;background-image:radial-gradient(rgba(255,255,255,0.06) 1px,transparent 1px);background-size:32px 32px;pointer-events:none;z-index:0}.why-us-bg{position:absolute;inset:0;overflow:hidden;pointer-events:none}.floating-orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.5;animation:float-orb 20s ease-in-out infinite}.orb-1{width:400px;height:400px;background:radial-gradient(circle,rgba(255,255,255,0.3) 0%,transparent 70%);top:10%;left:-10%;animation-delay:0s}.orb-2{width:300px;height:300px;background:radial-gradient(circle,rgba(255,255,255,0.25) 0%,transparent 70%);top:60%;right:-5%;animation-delay:-7s}.orb-3{width:250px;height:250px;background:radial-gradient(circle,rgba(255,255,255,.2) 0%,transparent 70%);bottom:10%;left:30%;animation-delay:-14s}@keyframes float-orb{0%,to{transform:translate(0) scale(1)}25%{transform:translate(30px,-30px) scale(1.1)}50%{transform:translate(-20px,20px) scale(.95)}75%{transform:translate(20px,10px) scale(1.05)}}.why-us-section .section-header{position:relative;z-index:2}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:1100px;margin:0 auto;padding:0 24px;position:relative;z-index:2}.feature-card{position:relative;background:#ffffff05;border:1px solid rgba(255,255,255,0.12);border-radius:20px;padding:32px 28px;overflow:hidden;transition:all .4s cubic-bezier(.16,1,.3,1);cursor:default}.feature-card:hover{transform:translateY(-6px);background:#ffffff0a;border-color:#fff40;box-shadow:0 20px 40px #0a0a0a00040}.feature-card-inner{position:relative;z-index:2}.feature-shine{position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,0.06) 50%,transparent 100%);transition:left .6s ease;pointer-events:none}.feature-card:hover .feature-shine{left:100%}.feature-icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#fff1f,#fff0a);border:1px solid rgba(255,255,255,.15);border-radius:14px;margin-bottom:20px;transition:all .4s cubic-bezier(.16,1,.3,1);position:relative}.feature-icon:before{content:"";position:absolute;inset:-1px;border-radius:14px;background:linear-gradient(135deg,rgba(255,255,255,.3) 0%,transparent 50%);opacity:0;transition:opacity .4s ease;z-index:-1}.feature-card:hover .feature-icon{background:linear-gradient(135deg,#fff33,#fff14);border-color:#fff4d;transform:scale(1.05);box-shadow:0 0 30px #fff33}.feature-card:hover .feature-icon:before{opacity:1}.feature-icon svg{width:26px;height:26px;color:var(--color-primary, #fff);transition:transform .3s ease}.feature-card:hover .feature-icon svg{transform:scale(1.1)}.feature-title{font-family:var(--font-primary, "Inter", sans-serif);font-size:1.25rem;font-weight:600;color:#fff;margin-bottom:10px;letter-spacing:-.02em;transition:color .3s ease}.feature-card:hover .feature-title{color:#fff}.feature-desc{font-family:var(--font-secondary, "Inter", sans-serif);font-size:14px;line-height:1.6;color:#ffffff80;margin:0;transition:color .3s ease}.feature-card:hover .feature-desc{color:#ffffffa6}@media(max-width:900px){.features-grid{grid-template-columns:repeat(2,1fr);gap:20px}.feature-card{padding:28px 24px}}@media(max-width:600px){.why-us-section{padding:80px 0}.features-grid{grid-template-columns:1fr;gap:16px;padding:0 16px}.feature-card{padding:24px 20px}.feature-icon{width:48px;height:48px;margin-bottom:16px}.feature-icon svg{width:22px;height:22px}.feature-title{font-size:1.125rem}.feature-desc{font-size:13px}}.feature-card{opacity:0;transform:translateY(30px);animation:fadeInUp .6s ease forwards}.feature-card:nth-child(1){animation-delay:.1s}.feature-card:nth-child(2){animation-delay:.2s}.feature-card:nth-child(3){animation-delay:.3s}.feature-card:nth-child(4){animation-delay:.4s}.feature-card:nth-child(5){animation-delay:.5s}.feature-card:nth-child(6){animation-delay:.6s}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.footer{position:relative;background:radial-gradient(ellipse at 20% 0%,rgba(255,255,255,.04) 0%,transparent 50%),radial-gradient(ellipse at 80% 100%,rgba(255,255,255,.03) 0%,transparent 40%),linear-gradient(180deg,#0a0a0c,#060608);padding:60px 0 30px;border-top:1px solid rgba(255,255,255,0.08)}.footer:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.3) 50%,transparent 100%)}.footer-container{max-width:1100px;margin:0 auto;padding:0 24px}.footer-top{display:flex;justify-content:space-between;align-items:flex-start;gap:60px}.footer-brand{flex-shrink:0}.footer-logo{height:36px;width:auto;margin-bottom:12px;opacity:.9;transition:opacity .3s ease}.footer-logo:hover{opacity:1}.footer-tagline{font-family:var(--font-secondary, "Inter", sans-serif);font-size:14px;color:#fff6;margin:0;max-width:200px}.footer-links{display:flex;gap:80px}.footer-column{display:flex;flex-direction:column;gap:12px}.footer-heading{font-family:var(--font-primary, "Inter", sans-serif);font-size:13px;font-weight:600;color:#ffffffe6;text-transform:uppercase;letter-spacing:.05em;margin:0 0 4px}.footer-link{font-family:var(--font-secondary, "Inter", sans-serif);font-size:14px;color:#ffffff73;text-decoration:none;transition:color .3s ease}.footer-link:hover{color:#ffffffe6}.footer-divider{height:1px;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,0.16) 50%,transparent 100%);margin:40px 0 24px}.footer-bottom{display:flex;justify-content:space-between;align-items:center}.footer-copyright{font-family:var(--font-secondary, "Inter", sans-serif);font-size:13px;color:#ffffff59;margin:0}.back-to-top{position:absolute;top:0;left:50%;transform:translate(-50%,-50%);width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#0c0c0e;border:1px solid rgba(255,255,255,.4);border-radius:50%;color:#fff9;cursor:pointer;transition:all .3s ease;z-index:100}.back-to-top svg{width:20px;height:20px}.back-to-top:hover{background:#0c0c0c;border-color:#fffb3;color:var(--color-primary, #fff);transform:translate(-50%,-50%) scale(1.1)}.footer-socials{display:flex;gap:16px}.social-link{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#ffffff0a;border:1px solid rgba(255,255,255,0.12);border-radius:10px;color:#ffffff80;transition:all .3s ease}.social-link svg{width:18px;height:18px}.social-link:hover{background:#fff1a;border-color:#fff33;color:var(--color-primary, #fff);transform:translateY(-2px)}@media(max-width:768px){.footer{padding:50px 0 30px}.footer-top{flex-direction:column;gap:40px}.footer-brand{text-align:center}.footer-tagline{max-width:none}.footer-links{width:100%;justify-content:space-between;gap:40px}.footer-column{text-align:center}}@media(max-width:500px){.footer-links{flex-direction:column;align-items:center;gap:30px}.footer-bottom{flex-direction:column;gap:20px;text-align:center}}body{min-height:100vh;background:#0a0a0c;position:relative;overflow-x:hidden}body:before{content:"";position:fixed;inset:0;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:60px 60px;pointer-events:none;z-index:0}body:after{content:"";position:fixed;top:0;right:0;width:800px;height:800px;background:radial-gradient(circle at top right,rgba(255,255,255,.15) 0%,rgba(255,255,255,.08) 30%,transparent 60%);pointer-events:none;z-index:0}.content{position:relative;z-index:1;padding-top:100px}.product-page{position:relative;padding:120px var(--spacing-lg, 2rem) 80px;min-height:100vh;overflow:hidden}.product-page .product-bg{position:fixed;inset:0;pointer-events:none;z-index:0}.product-page .grid-pattern{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:50px 50px;opacity:.5}.product-page .gradient-orb{position:absolute;border-radius:50%;filter:blur(100px);animation:float 20s ease-in-out infinite}.product-page .gradient-orb-1{width:600px;height:600px;background:radial-gradient(circle,rgba(255,255,255,.15) 0%,transparent 70%);top:-200px;right:-100px;animation-delay:0s}.product-page .gradient-orb-2{width:500px;height:500px;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);bottom:-150px;left:-100px;animation-delay:-10s}@keyframes float{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-30px) scale(1.05)}66%{transform:translate(-20px,20px) scale(.95)}}.product-page .particles{position:fixed;inset:0;overflow:hidden;pointer-events:none;z-index:0}.product-page .particle{position:absolute;border-radius:50%;opacity:0}.product-page .particle:nth-child(1){left:3%;width:3px;height:3px;background:#fff99;animation:drift1 25s infinite;animation-delay:0s}.product-page .particle:nth-child(2){left:8%;width:6px;height:6px;background:#fff66;box-shadow:0 0 10px #fff4d;animation:drift2 32s infinite;animation-delay:2s}.product-page .particle:nth-child(3){left:14%;width:2px;height:2px;background:#ffffff80;animation:drift3 20s infinite;animation-delay:1s}.product-page .particle:nth-child(4){left:20%;width:4px;height:4px;background:#fff80;box-shadow:0 0 8px #fff66;animation:drift4 28s infinite;animation-delay:3s}.product-page .particle:nth-child(5){left:26%;width:8px;height:8px;background:#fff40;animation:drift5 35s infinite;animation-delay:.5s}.product-page .particle:nth-child(6){left:32%;width:3px;height:3px;background:#e5e5e580;animation:drift6 22s infinite;animation-delay:4s}.product-page .particle:nth-child(7){left:38%;width:2px;height:2px;background:#fff6;animation:drift1 18s infinite;animation-delay:2.5s}.product-page .particle:nth-child(8){left:44%;width:5px;height:5px;background:#fff73;animation:drift2 30s infinite;animation-delay:1.5s}.product-page .particle:nth-child(9){left:50%;width:3px;height:3px;background:#fff80;animation:drift3 24s infinite;animation-delay:3.5s}.product-page .particle:nth-child(10){left:56%;width:7px;height:7px;background:#e5e5e54d;box-shadow:0 0 12px #e5e5e533;animation:drift4 33s infinite;animation-delay:.8s}.product-page .particle:nth-child(11){left:62%;width:2px;height:2px;background:#e5e5e58c;animation:drift5 19s infinite;animation-delay:4.5s}.product-page .particle:nth-child(12){left:68%;width:4px;height:4px;background:#fff66;animation:drift6 26s infinite;animation-delay:1.2s}.product-page .particle:nth-child(13){left:74%;width:3px;height:3px;background:#e5e5e580;animation:drift1 29s infinite;animation-delay:2.8s}.product-page .particle:nth-child(14){left:80%;width:6px;height:6px;background:#88888859;animation:drift2 21s infinite;animation-delay:.3s}.product-page .particle:nth-child(15){left:86%;width:2px;height:2px;background:#fff6;animation:drift3 27s infinite;animation-delay:3.8s}.product-page .particle:nth-child(16){left:92%;width:5px;height:5px;background:#fff4d;animation:drift4 34s infinite;animation-delay:5s}.product-page .particle:nth-child(17){left:97%;width:3px;height:3px;background:#e5e5e573;animation:drift5 23s infinite;animation-delay:1.8s}.product-page .particle:nth-child(18){left:5%;width:10px;height:10px;background:#88888826;box-shadow:0 0 20px #88888826;animation:drift6 40s infinite;animation-delay:4.2s}.product-page .particle:nth-child(19){left:15%;width:4px;height:4px;background:#ccc73;animation:drift1 31s infinite;animation-delay:.6s}.product-page .particle:nth-child(20){left:25%;width:2px;height:2px;background:#e5e5e580;animation:drift2 17s infinite;animation-delay:2.3s}.product-page .particle:nth-child(21){left:35%;width:12px;height:12px;background:#fff1a;box-shadow:0 0 25px #fff1a;animation:drift3 45s infinite;animation-delay:3.2s}.product-page .particle:nth-child(22){left:45%;width:3px;height:3px;background:#88888866;animation:drift4 20s infinite;animation-delay:1.1s}.product-page .particle:nth-child(23){left:55%;width:5px;height:5px;background:#ffffff40;animation:drift5 28s infinite;animation-delay:4.8s}.product-page .particle:nth-child(24){left:65%;width:4px;height:4px;background:#fff80;animation:drift6 24s infinite;animation-delay:.9s}.product-page .particle:nth-child(25){left:75%;width:2px;height:2px;background:#88888873;animation:drift1 32s infinite;animation-delay:2.7s}.product-page .particle:nth-child(26){left:85%;width:6px;height:6px;background:#fff59;animation:drift2 22s infinite;animation-delay:3.9s}.product-page .particle:nth-child(27){left:95%;width:3px;height:3px;background:#88888866;animation:drift3 36s infinite;animation-delay:1.4s}.product-page .particle:nth-child(28){left:10%;width:2px;height:2px;background:#e5e5e580;animation:drift4 19s infinite;animation-delay:4.1s}.product-page .particle:nth-child(29){left:30%;width:8px;height:8px;background:#fff33;box-shadow:0 0 15px #fff26;animation:drift5 38s infinite;animation-delay:.2s}.product-page .particle:nth-child(30){left:40%;width:3px;height:3px;background:#fff80;animation:drift6 21s infinite;animation-delay:2.1s}.product-page .particle:nth-child(31){left:60%;width:4px;height:4px;background:#88888866;animation:drift1 27s infinite;animation-delay:3.6s}.product-page .particle:nth-child(32){left:70%;width:2px;height:2px;background:#e5e5e573;animation:drift2 16s infinite;animation-delay:1.7s}.product-page .particle:nth-child(33){left:22%;width:5px;height:5px;background:#fff59;animation:drift3 29s infinite;animation-delay:4.4s}.product-page .particle:nth-child(34){left:52%;width:3px;height:3px;background:#e5e5e566;animation:drift4 23s infinite;animation-delay:.7s}.product-page .particle:nth-child(35){left:82%;width:7px;height:7px;background:#88888840;animation:drift5 37s infinite;animation-delay:2.9s}@keyframes drift1{0%{transform:translateY(100vh);opacity:0}10%{opacity:.8}25%{transform:translate(80px,70vh)}50%{transform:translate(-40px,40vh)}75%{transform:translate(60px,15vh)}90%{opacity:.8}to{transform:translate(-20px,-10vh);opacity:0}}@keyframes drift2{0%{transform:translateY(100vh);opacity:0}10%{opacity:.7}20%{transform:translate(-60px,80vh)}40%{transform:translate(100px,55vh)}60%{transform:translate(-80px,30vh)}80%{transform:translate(40px,10vh)}90%{opacity:.7}to{transform:translate(-30px,-10vh);opacity:0}}@keyframes drift3{0%{transform:translateY(100vh) scale(1);opacity:0}10%{opacity:.9}30%{transform:translate(50px,65vh) scale(1.2)}50%{transform:translate(-70px,45vh) scale(.8)}70%{transform:translate(30px,20vh) scale(1.1)}90%{opacity:.9}to{transform:translate(-50px,-10vh) scale(1);opacity:0}}@keyframes drift4{0%{transform:translateY(100vh);opacity:0}10%{opacity:.75}15%{transform:translate(-30px,85vh)}35%{transform:translate(90px,60vh)}55%{transform:translate(-100px,35vh)}75%{transform:translate(70px,12vh)}90%{opacity:.75}to{transform:translate(-40px,-10vh);opacity:0}}@keyframes drift5{0%{transform:translateY(100vh) rotate(0);opacity:0}10%{opacity:.6}25%{transform:translate(-50px,72vh) rotate(90deg)}50%{transform:translate(80px,48vh) rotate(180deg)}75%{transform:translate(-60px,18vh) rotate(270deg)}90%{opacity:.6}to{transform:translate(30px,-10vh) rotate(360deg);opacity:0}}@keyframes drift6{0%{transform:translateY(100vh);opacity:0}10%{opacity:.85}20%{transform:translate(40px,82vh)}35%{transform:translate(-80px,62vh)}50%{transform:translate(60px,42vh)}65%{transform:translate(-50px,25vh)}80%{transform:translate(70px,8vh)}90%{opacity:.85}to{transform:translate(-25px,-10vh);opacity:0}}.product-page .product-container{position:relative;z-index:1;max-width:1400px;margin:0 auto}.product-page .back-link{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;background:#ffffff0d;border:1px solid rgba(255,255,255,0.2);border-radius:8px;color:#fff9;flex-shrink:0;transition:all .3s ease}.product-page .back-link svg{width:18px;height:18px}.product-page .back-link:hover{background:#fff1a;border-color:#fff4d;color:var(--color-primary, #fff)}.product-page .product-layout{display:grid;grid-template-columns:1fr 360px;grid-template-rows:auto 1fr;gap:24px}.product-page .product-sidebar{grid-column:2;grid-row:1 / 3}.product-page .product-main{grid-column:1;grid-row:2;background:#ffffff05;border:1px solid rgba(255,255,255,0.12);border-radius:20px;padding:24px}.product-page .product-hero{position:relative;background:#ffffff08;border:1px solid rgba(255,255,255,0.16);border-radius:16px 16px 3px 3px;overflow:hidden;grid-column:1;grid-row:1}.product-page .product-hero-content{padding:24px 28px}.product-page .product-hero-top{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.product-page .product-hero-badges{display:flex;align-items:center;gap:10px;margin-left:auto}.product-page .product-badge{display:inline-flex;align-items:center;padding:6px 14px;background:#fff1a;border:1px solid rgba(255,255,255,.25);border-radius:6px;font-size:11px;font-family:var(--font-secondary, "Inter", sans-serif);font-weight:600;color:var(--color-primary, #fff);text-transform:uppercase;letter-spacing:.08em}.product-page .product-status-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:6px;font-size:12px;font-family:var(--font-secondary, "Inter", sans-serif);font-weight:500}.product-page .product-status-badge svg{width:14px;height:14px}.product-page .product-status-badge.undetected{background:#8888881a;color:#888888;border:1px solid rgba(30,219,50,.2)}.product-page .product-name{font-family:var(--font-primary, "Manrope", sans-serif);font-size:clamp(1.5rem,3vw,1.75rem);font-weight:700;color:#fff;letter-spacing:-.02em;line-height:1.2;margin:0}.product-page .product-hero-image{position:relative;border-top:1px solid rgba(255,255,255,0.12)}.product-page .product-hero-image img{width:100%;height:auto;display:block}.product-page .product-section{margin-bottom:24px}.product-page .product-section:last-child{margin-bottom:0}.product-page .section-heading{display:flex;align-items:center;gap:12px;font-family:var(--font-primary, "Manrope", sans-serif);font-size:1.125rem;font-weight:600;color:#fff;margin-bottom:20px;padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,0.16)}.product-page .section-heading svg{width:20px;height:20px;color:var(--color-primary, #fff)}.product-page .requirements-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.product-page .requirement-item{display:flex;flex-direction:column;gap:4px;padding:16px;background:#ffffff08;border:1px solid rgba(255,255,255,0.16);border-radius:10px;transition:border-color .3s ease}.product-page .requirement-item:hover{border-color:#fff33}.product-page .requirement-label{font-size:11px;font-family:var(--font-secondary, "Inter", sans-serif);color:#fff6;text-transform:uppercase;letter-spacing:.05em}.product-page .requirement-value{font-size:14px;font-family:var(--font-primary, "Manrope", sans-serif);font-weight:600;color:#fff}.product-page .features-list{display:flex;flex-direction:column;gap:8px}.product-page .feature-item{display:flex;align-items:center;gap:12px;padding:14px 16px;background:#ffffff08;border:1px solid rgba(255,255,255,0.16);border-radius:10px;font-size:14px;font-family:var(--font-secondary, "Inter", sans-serif);color:#fffc;transition:all .3s ease}.product-page .feature-item:hover{border-color:#fff33;background:#ffffff0d}.product-page .feature-item svg{width:18px;height:18px;color:#888888;flex-shrink:0}.product-page .purchase-card{background:#ffffff05;border:1px solid rgba(255,255,255,0.12);border-radius:20px;padding:24px;overflow:hidden}.product-page .purchase-card-title{font-family:var(--font-primary, "Manrope", sans-serif);font-size:1.125rem;font-weight:600;color:#fff;margin-bottom:20px}.product-page .pricing-options{display:flex;flex-direction:column;gap:10px;margin-bottom:20px}.product-page .pricing-option{position:relative;cursor:pointer}.product-page .pricing-option input{position:absolute;opacity:0;pointer-events:none}.product-page .pricing-option-inner{display:flex;justify-content:space-between;align-items:center;padding:16px;background:#ffffff05;border:2px solid rgba(255,255,255,0.16);border-radius:12px;transition:all .3s ease}.product-page .pricing-option-content{display:flex;flex-direction:column;gap:4px}.product-page .pricing-option:hover .pricing-option-inner{border-color:#fff4d;background:#ffffff08}.product-page .pricing-option input:checked+.pricing-option-inner{border-color:var(--color-primary, #fff);background:#fff14}.product-page .pricing-duration{font-size:14px;font-family:var(--font-secondary, "Inter", sans-serif);color:#ffffffb3}.product-page .pricing-price{font-size:1.125rem;font-family:var(--font-primary, "Manrope", sans-serif);font-weight:700;color:#fff}.product-page .option-tag{position:absolute;top:-8px;right:12px;padding:3px 10px;background:var(--color-primary, #fff);border-radius:20px;font-size:10px;font-family:var(--font-secondary, "Inter", sans-serif);font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.03em}.product-page .option-tag.best{background:linear-gradient(135deg,#fff,#e5e5e5)}.product-page .option-tag.sold-out{background:linear-gradient(135deg,#6b7280,#4b5563)}.product-page .pricing-option.out-of-stock{cursor:not-allowed;opacity:.5}.product-page .pricing-option.out-of-stock .pricing-option-inner{background:#ffffff03;border-color:#ffffff0d}.product-page .pricing-option.out-of-stock:hover .pricing-option-inner{border-color:#ffffff0d;background:#ffffff03}.product-page .pricing-option.out-of-stock .pricing-price{color:#9ca3af;text-decoration:line-through}.product-page .stock-badge{display:inline-block;padding:2px 8px;background:#fff26;border:1px solid rgba(255,255,255,.3);border-radius:4px;font-size:.65rem;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.05em;width:fit-content}.product-page .purchase-btn{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:16px 24px;background:linear-gradient(135deg,var(--color-primary, #fff) 0%,#ccc 100%);border:none;border-radius:12px;font-size:15px;font-family:var(--font-secondary, "Inter", sans-serif);font-weight:600;color:#fff;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 20px #fff4d}.product-page .purchase-btn svg{width:18px;height:18px}.product-page .purchase-btn:hover{transform:translateY(-2px);box-shadow:0 8px 30px #fff66}.product-page .purchase-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.product-page .purchase-btn .spinner{width:18px;height:18px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.product-page .kyc-modal-overlay{position:fixed;inset:0;background:#0a0a0a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px;opacity:0;transition:opacity .3s ease}.product-page .kyc-modal-overlay.active{opacity:1}.product-page .kyc-modal{background:linear-gradient(145deg,#1a1a1af2,#0e0e0efa);border:1px solid rgba(255,255,255,.2);border-radius:20px;padding:32px;max-width:420px;width:100%;text-align:center;transform:scale(.9) translateY(20px);transition:transform .3s ease;box-shadow:0 25px 50px #0a0a0a00080,0 0 100px #fff1a}.product-page .kyc-modal-overlay.active .kyc-modal{transform:scale(1) translateY(0)}.product-page .kyc-modal-icon{width:64px;height:64px;margin:0 auto 20px;background:#fff26;border-radius:50%;display:flex;align-items:center;justify-content:center}.product-page .kyc-modal-icon svg{width:32px;height:32px;stroke:#fff}.product-page .kyc-modal-title{font-size:22px;font-weight:700;color:#fff;margin-bottom:12px;font-family:var(--font-primary, "Manrope", sans-serif)}.product-page .kyc-modal-text{font-size:14px;color:#ffffffb3;line-height:1.6;margin-bottom:16px;font-family:var(--font-secondary, "Inter", sans-serif)}.product-page .kyc-modal-text strong{color:#fff}.product-page .kyc-modal-note{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 16px;background:#fff1a;border:1px solid rgba(255,255,255,.2);border-radius:10px;margin-bottom:24px}.product-page .kyc-modal-note svg{width:18px;height:18px;stroke:#fff;flex-shrink:0}.product-page .kyc-modal-note span{font-size:13px;color:#fffc;font-family:var(--font-secondary, "Inter", sans-serif)}.product-page .kyc-modal-actions{display:flex;gap:12px}.product-page .kyc-btn{flex:1;padding:14px 20px;border-radius:12px;font-size:14px;font-weight:600;font-family:var(--font-secondary, "Inter", sans-serif);cursor:pointer;transition:all .3s ease;border:none}.product-page .kyc-btn-secondary{background:#ffffff14;color:#fffc;border:1px solid rgba(255,255,255,0.2)}.product-page .kyc-btn-secondary:hover{background:#ffffff1f;color:#fff}.product-page .kyc-btn-primary{background:linear-gradient(135deg,#fff,#ccc);color:#fff;box-shadow:0 4px 15px #fff4d}.product-page .kyc-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #fff66}.product-page .purchase-note{font-size:12px;font-family:var(--font-secondary, "Inter", sans-serif);color:#fff6;text-align:center;margin-top:12px;margin-bottom:20px}.product-page .purchase-features{display:flex;flex-direction:column;gap:10px;padding-top:20px;border-top:1px solid rgba(255,255,255,0.12)}.product-page .purchase-feature{display:flex;align-items:center;gap:10px;font-size:13px;font-family:var(--font-secondary, "Inter", sans-serif);color:#fff9}.product-page .purchase-feature svg{width:16px;height:16px;color:#888888;flex-shrink:0}@media(max-width:900px){.product-page .product-layout{display:flex;flex-direction:column;gap:24px}.product-page .product-hero{order:1;grid-column:auto;grid-row:auto}.product-page .product-sidebar{order:2;width:100%;grid-column:auto;grid-row:auto}.product-page .product-main{order:3;grid-column:auto;grid-row:auto}.product-page .purchase-card{max-width:100%}}@media(max-width:768px){.product-page{padding:100px var(--spacing-sm, 1rem) 60px}.product-page .product-main{padding:16px;border-radius:16px}.product-page .requirements-grid{grid-template-columns:1fr 1fr}}@media(max-width:500px){.product-page .requirements-grid{grid-template-columns:1fr}.product-page .purchase-card{padding:20px}}
