:root{--font-primary: "Outfit", -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", Roboto, sans-serif;--font-sans: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "SF Pro Text", sans-serif;--ink: #f3f2ee;--muted: #9a9aa4;--night: #08090b;--acid: #d8ff3e;--violet: #8c5bff;--line: rgba(255, 255, 255, .14);--bg-main: var(--night);--bg-surface: rgba(16, 18, 24, .82);--bg-card: rgba(20, 23, 31, .85);--bg-card-hover: rgba(28, 32, 44, .95);--bg-elevated: #12141a;--bg-input: rgba(16, 18, 24, .9);--border-subtle: var(--line);--border-highlight: rgba(255, 255, 255, .24);--border-glass-specular: rgba(255, 255, 255, .18);--border-glow: rgba(216, 255, 62, .4);--border-glow-acid: rgba(216, 255, 62, .5);--border-glow-violet: rgba(140, 91, 255, .5);--primary: var(--acid);--primary-hover: #e2ff5c;--primary-glow: rgba(216, 255, 62, .35);--primary-gradient: linear-gradient(135deg, #d8ff3e 0%, #bcf217 100%);--primary-gradient-hover: linear-gradient(135deg, #e4ff5c 0%, #ccfa28 100%);--secondary: var(--violet);--secondary-hover: #9c6fff;--secondary-glow: rgba(140, 91, 255, .35);--secondary-gradient: linear-gradient(135deg, #8c5bff 0%, #a855f7 100%);--accent-acid: #d8ff3e;--accent-violet: #8c5bff;--accent-cyan: #38bdf8;--accent-pink: #f43f5e;--accent-gold: #fbbf24;--success: #10b981;--success-glow: rgba(16, 185, 129, .3);--warning: #f59e0b;--danger: #ef4444;--text-main: var(--ink);--text-muted: var(--muted);--text-dim: #71717e;--radius-xs: 6px;--radius-sm: 10px;--radius-md: 14px;--radius-lg: 20px;--radius-xl: 26px;--radius-2xl: 32px;--radius-full: 9999px;--shadow-sm: 0 2px 8px rgba(0, 0, 0, .4), 0 0 1px rgba(255, 255, 255, .08);--shadow-md: 0 8px 24px -4px rgba(0, 0, 0, .6), 0 2px 6px -1px rgba(0, 0, 0, .4);--shadow-lg: 0 16px 36px -6px rgba(0, 0, 0, .7), 0 4px 12px -2px rgba(0, 0, 0, .4);--shadow-liquid: 0 12px 32px -8px rgba(0, 0, 0, .6), 0 2px 6px -1px rgba(0, 0, 0, .3), 0 0 0 1px rgba(255, 255, 255, .08) inset, 0 1px 1px 0 rgba(255, 255, 255, .12) inset;--shadow-liquid-hover: 0 20px 42px -10px rgba(0, 0, 0, .8), 0 0 25px rgba(140, 91, 255, .2), 0 0 0 1px rgba(255, 255, 255, .18) inset, 0 1px 2px 0 rgba(255, 255, 255, .2) inset;--shadow-glow: 0 0 25px rgba(216, 255, 62, .3);--shadow-glow-acid: 0 0 25px rgba(216, 255, 62, .35);--shadow-glow-violet: 0 0 25px rgba(140, 91, 255, .35);--shadow-glow-cyan: 0 0 25px rgba(56, 189, 248, .25);--shadow-glow-pink: 0 0 25px rgba(244, 63, 94, .25)}*{box-sizing:border-box;margin:0;padding:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-primary);background-color:var(--bg-main);color:var(--text-main);min-height:100vh;line-height:1.5;overflow-x:hidden;background-image:radial-gradient(circle at 10% 8%,rgba(140,91,255,.1) 0%,transparent 45%),radial-gradient(circle at 90% 12%,rgba(216,255,62,.05) 0%,transparent 45%),radial-gradient(circle at 50% 45%,rgba(140,91,255,.06) 0%,transparent 55%),radial-gradient(circle at 80% 85%,rgba(140,91,255,.08) 0%,transparent 50%),radial-gradient(circle at 20% 90%,rgba(216,255,62,.04) 0%,transparent 50%);background-attachment:fixed}a{color:inherit;text-decoration:none;transition:color .2s ease,opacity .2s ease}a:hover{color:var(--primary)}.link-primary{color:var(--primary);font-weight:700;transition:color .2s ease}.link-primary:hover{color:var(--primary-hover);text-decoration:underline}button,input,select,textarea{font-family:inherit;color:inherit}button{cursor:pointer;border:none;background:none}.container{width:100%;max-width:1240px;margin:0 auto;padding:0 1rem}.glass{background:#101218d9;backdrop-filter:blur(28px) saturate(180%);-webkit-backdrop-filter:blur(28px) saturate(180%);border:1px solid var(--border-subtle);box-shadow:0 4px 20px #0006,inset 0 1px 1px #ffffff14}.glass-card{background:linear-gradient(180deg,#161922e0,#0c0e14e0);backdrop-filter:blur(24px) saturate(180%);-webkit-backdrop-filter:blur(24px) saturate(180%);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);box-shadow:var(--shadow-liquid);transition:all .3s cubic-bezier(.16,1,.3,1);position:relative}.glass-card:hover{border-color:#ffffff42;box-shadow:var(--shadow-liquid-hover);transform:translateY(-3px)}.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background:var(--primary-gradient);color:#08090b!important;font-weight:800;letter-spacing:.02em;padding:.8rem 1.6rem;border-radius:var(--radius-md);border:1px solid rgba(255,255,255,.4);box-shadow:0 6px 20px -2px #d8ff3e66,inset 0 1px 1px #fff9;transition:all .25s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}.btn-primary:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transition:left .6s ease}.btn-primary:hover:not(:disabled):before{left:100%}.btn-primary:hover:not(:disabled){background:var(--primary-gradient-hover);box-shadow:0 10px 28px -2px #d8ff3e8c,0 0 20px #8c5bff59,inset 0 1px 2px #fffc;transform:translateY(-2px)}.btn-primary:active:not(:disabled){transform:translateY(0);box-shadow:0 3px 10px #d8ff3e4d,inset 0 1px 1px #fff6}.btn-primary:disabled{opacity:.4;cursor:not-allowed;filter:grayscale(.6)}.btn-secondary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background:#ffffff0f;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);color:var(--text-main);border:1px solid var(--border-subtle);font-weight:700;padding:.8rem 1.35rem;border-radius:var(--radius-md);box-shadow:0 2px 8px #0000004d,inset 0 1px 1px #ffffff1a;transition:all .25s cubic-bezier(.16,1,.3,1)}.btn-secondary:hover{background:#ffffff1f;border-color:var(--border-highlight);color:#fff;box-shadow:0 6px 16px #0006,inset 0 1px 2px #ffffff26;transform:translateY(-2px)}.badge{display:inline-flex;align-items:center;gap:.35rem;padding:.3rem .75rem;font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;border-radius:var(--radius-full);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 2px 6px #0000004d,inset 0 1px 1px #ffffff1a}.badge-success{background:linear-gradient(135deg,#10b9812e,#05966940);color:#34d399;border:1px solid rgba(16,185,129,.4);box-shadow:0 2px 8px #10b98133}.badge-pending{background:linear-gradient(135deg,#f59e0b2e,#d9770640);color:#fbbf24;border:1px solid rgba(245,158,11,.4);box-shadow:0 2px 8px #f59e0b33}.badge-processing{background:linear-gradient(135deg,#8c5bff2e,#a855f738);color:#c4b5fd;border:1px solid rgba(140,91,255,.4);box-shadow:0 2px 8px #8c5bff33}.badge-canceled,.badge-expired{background:linear-gradient(135deg,#ef44442e,#dc262640);color:#f87171;border:1px solid rgba(239,68,68,.4);box-shadow:0 2px 8px #ef444433}.form-group{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.15rem}.form-label{font-size:.875rem;font-weight:700;color:var(--text-main);letter-spacing:.01em}.form-input{width:100%;padding:.85rem 1.1rem;background:var(--bg-input);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid var(--border-subtle);border-radius:var(--radius-md);color:var(--text-main);font-size:.95rem;outline:none;box-shadow:inset 0 1px 2px #0000004d,0 1px 2px #0000001a;transition:all .25s cubic-bezier(.16,1,.3,1)}.form-input::placeholder{color:var(--text-dim)}.form-input.has-icon{padding-left:3.25rem}.form-input:focus{border-color:var(--acid);background:#161a24f2;box-shadow:0 0 0 3px #d8ff3e33,0 2px 8px #d8ff3e1a}.input-icon-wrapper{position:absolute;left:10px;top:50%;transform:translateY(-50%);width:34px;height:34px;border-radius:var(--radius-sm);background:#8c5bff1f;border:1px solid rgba(140,91,255,.25);display:flex;align-items:center;justify-content:center;color:var(--violet)!important;box-shadow:0 2px 5px #0003,inset 0 1px 1px #ffffff1a;pointer-events:none;transition:all .25s cubic-bezier(.16,1,.3,1);z-index:2}.input-icon-wrapper svg{color:var(--violet)!important;stroke:var(--violet)!important;display:block}.form-group:focus-within .input-icon-wrapper,.input-icon-wrapper.active{background:#d8ff3e26;border-color:var(--acid);color:var(--acid)!important;box-shadow:0 0 0 3px #d8ff3e33,inset 0 1px 1px #fff3;transform:translateY(-50%) scale(1.05)}.form-group:focus-within .input-icon-wrapper svg,.input-icon-wrapper.active svg{color:var(--acid)!important;stroke:var(--acid)!important}.input-icon-wrapper.icon-green{background:#10b9811f;border-color:#10b9814d;color:#10b981!important;box-shadow:0 2px 5px #0003,inset 0 1px 1px #ffffff1a}.input-icon-wrapper.icon-green svg{color:#10b981!important;stroke:#10b981!important}.form-group:focus-within .input-icon-wrapper.icon-green{background:#10b98133;border-color:#10b981;color:#34d399!important;box-shadow:0 0 0 3px #10b98133,inset 0 1px 1px #fff3;transform:translateY(-50%) scale(1.05)}.form-group:focus-within .input-icon-wrapper.icon-green svg{color:#34d399!important;stroke:#34d399!important}.input-icon-wrapper.icon-purple{background:#8c5bff26;border-color:#8c5bff59;color:var(--violet)!important;box-shadow:0 2px 5px #0003,inset 0 1px 1px #ffffff1a}.input-icon-wrapper.icon-purple svg{color:var(--violet)!important;stroke:var(--violet)!important}.form-group:focus-within .input-icon-wrapper.icon-purple{background:#8c5bff40;border-color:var(--violet);color:#c4b5fd!important;box-shadow:0 0 0 3px #8c5bff40,inset 0 1px 1px #fff3;transform:translateY(-50%) scale(1.05)}.form-group:focus-within .input-icon-wrapper.icon-purple svg{color:#c4b5fd!important;stroke:#c4b5fd!important}.form-header-icon{width:64px;height:64px;border-radius:var(--radius-xl);background:linear-gradient(135deg,#d8ff3e1f,#8c5bff1f);border:1px solid rgba(216,255,62,.3);display:flex;align-items:center;justify-content:center;color:var(--acid)!important;margin:0 auto 1.35rem;box-shadow:0 8px 24px -4px #d8ff3e33,inset 0 1px 1px #ffffff26;position:relative;transition:all .3s cubic-bezier(.16,1,.3,1)}.form-header-icon svg{color:var(--acid)!important;stroke:var(--acid)!important}.form-header-icon:hover{transform:translateY(-2px) scale(1.03);box-shadow:0 12px 30px -4px #d8ff3e59,inset 0 1px 1px #ffffff40}.wy-logo-badge{transition:all .25s cubic-bezier(.16,1,.3,1)}.wy-logo-badge:hover{transform:translateY(-2px);border-color:#d8ff3e73;box-shadow:0 6px 20px #d8ff3e40,inset 0 1px 1px #fff3}.step-card{background:linear-gradient(180deg,#161922e0,#0c0e14e0);backdrop-filter:blur(24px) saturate(180%);-webkit-backdrop-filter:blur(24px) saturate(180%);border:1px solid var(--border-subtle);border-radius:var(--radius-xl);padding:1.65rem;margin-bottom:1.5rem;box-shadow:var(--shadow-liquid);position:relative;overflow:hidden;transition:all .3s cubic-bezier(.16,1,.3,1)}.step-card:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(to bottom,#d8ff3e,#8c5bff);box-shadow:0 0 8px #d8ff3e66;border-radius:4px 0 0 4px}.step-header{display:flex;align-items:center;gap:.9rem;margin-bottom:1.35rem}.step-number{width:36px;height:36px;border-radius:var(--radius-md);background:linear-gradient(135deg,#8c5bff,#6d28d9);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:1rem;border:1px solid rgba(255,255,255,.25);box-shadow:0 4px 12px #8c5bff66,inset 0 1px 1px #ffffff4d}.step-title{font-size:1.2rem;font-weight:800;color:var(--text-main);letter-spacing:-.01em}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.85rem}@media(min-width:640px){.product-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem}}.product-item{background:#12151dd9;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1.5px solid var(--border-subtle);border-radius:var(--radius-md);padding:1.1rem .95rem;cursor:pointer;transition:all .25s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden;box-shadow:0 2px 8px #0000004d,inset 0 1px 1px #ffffff0f}.product-item:hover{border-color:#d8ff3e73;background:#181c26f2;transform:translateY(-3px);box-shadow:0 8px 20px -2px #0009,0 0 15px #d8ff3e2e,inset 0 1px 1px #ffffff1a}.product-item.selected{border-color:var(--acid);background:linear-gradient(135deg,#d8ff3e1f,#8c5bff14);box-shadow:0 0 20px #d8ff3e4d,inset 0 0 10px #d8ff3e1a,inset 0 1px 2px #ffffff26}.product-item.selected:after{content:"✓";position:absolute;top:0;right:0;background:linear-gradient(135deg,#d8ff3e,#8c5bff);color:#08090b;font-size:.75rem;font-weight:900;padding:3px 8px;border-bottom-left-radius:10px;box-shadow:0 2px 6px #0000004d}.product-name{font-size:.95rem;font-weight:700;color:var(--text-main);margin-bottom:.6rem;line-height:1.35}.product-price{font-size:1.05rem;font-weight:900;color:var(--acid);letter-spacing:-.01em}.payment-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:.95rem}.payment-item{background:#12151dd9;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1.5px solid var(--border-subtle);border-radius:var(--radius-md);padding:.85rem 1rem;cursor:pointer;transition:all .25s cubic-bezier(.16,1,.3,1);display:flex;align-items:center;justify-content:space-between;gap:.75rem;box-shadow:0 2px 8px #0000004d,inset 0 1px 1px #ffffff0f}.payment-item:hover{border-color:#d8ff3e73;background:#181c26f2;transform:translateY(-2px);box-shadow:0 8px 18px -2px #0009,0 0 15px #d8ff3e26,inset 0 1px 1px #ffffff1a}.payment-item.selected{border-color:var(--acid);background:linear-gradient(135deg,#d8ff3e1f,#8c5bff14);box-shadow:0 0 20px #d8ff3e4d,inset 0 0 10px #d8ff3e1a,inset 0 1px 2px #ffffff26}.payment-item.disabled{opacity:.45;cursor:not-allowed;filter:grayscale(60%);background:#0c0e1299;border-color:#ffffff0f}.payment-item.disabled:hover{transform:none;border-color:#ffffff0f;box-shadow:0 2px 8px #0003}.payment-left{display:flex;align-items:center;gap:.8rem;min-width:0;flex:1}.payment-logo{width:46px;height:34px;object-fit:contain;background:#fff;border-radius:8px;padding:4px;border:1px solid rgba(255,255,255,.2);box-shadow:0 2px 6px #0003;flex-shrink:0}.payment-info{display:flex;flex-direction:column;gap:.15rem;min-width:0}.payment-name{font-size:.92rem;font-weight:800;color:var(--text-main);line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.payment-fee-row{display:flex;align-items:center;gap:.35rem;flex-wrap:wrap}.payment-min-badge{font-size:.68rem;padding:.1rem .45rem;border-radius:4px;background:#ef44442e;color:#f87171;font-weight:800;border:1px solid rgba(239,68,68,.3);line-height:1.2;white-space:nowrap}.payment-price{font-size:.95rem;font-weight:900;color:var(--acid);text-align:right;white-space:nowrap;flex-shrink:0}.payment-item.disabled .payment-price{color:var(--text-dim)}.payment-fee{font-size:.75rem;color:var(--text-dim);line-height:1.2}.payment-note{margin-top:1.15rem;padding-top:.85rem;border-top:1px dashed var(--line);display:flex;align-items:center;gap:.45rem;font-size:.8rem;color:var(--text-muted);line-height:1.4}.payment-note .note-star{color:var(--acid);font-weight:900;font-size:.95rem}@keyframes pulseGlow{0%,to{opacity:.7;transform:scale(1)}50%{opacity:1;transform:scale(1.02)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px) scale(.99)}to{opacity:1;transform:translateY(0) scale(1)}}.animate-fade-in{animation:fadeIn .35s cubic-bezier(.16,1,.3,1) forwards}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%;z-index:99999;background:#000000b8;backdrop-filter:blur(24px) saturate(180%);-webkit-backdrop-filter:blur(24px) saturate(180%);display:flex;align-items:center;justify-content:center;padding:1rem;box-sizing:border-box}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#ffffff05}::-webkit-scrollbar-thumb{background:#ffffff29;border-radius:9999px;border:2px solid transparent;background-clip:padding-box}::-webkit-scrollbar-thumb:hover{background:#ffffff47}.admin-shell{display:flex;min-height:calc(100vh - 72px);gap:1.5rem;position:relative;align-items:flex-start;padding-bottom:3rem}.admin-sidebar{width:270px;flex-shrink:0;position:sticky;top:84px;max-height:calc(100vh - 100px);overflow-y:auto;display:flex;flex-direction:column;background:linear-gradient(180deg,#14171ff2,#0c0e14f2);backdrop-filter:blur(28px) saturate(190%);-webkit-backdrop-filter:blur(28px) saturate(190%);border:1px solid var(--border-subtle);border-radius:var(--radius-xl);box-shadow:var(--shadow-liquid);padding:1.25rem 1rem;z-index:20;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s ease}.admin-sidebar-header{display:flex;align-items:center;gap:.75rem;padding:.5rem .6rem 1rem;margin-bottom:.75rem;border-bottom:1px solid var(--line)}.admin-sidebar-nav{display:flex;flex-direction:column;gap:1.1rem;flex:1}.admin-nav-category{display:flex;flex-direction:column;gap:.25rem}.admin-nav-category-title{font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:var(--text-dim);padding:0 .75rem;margin-bottom:.25rem;display:flex;align-items:center;gap:.4rem}.admin-nav-item{display:flex;align-items:center;justify-content:space-between;gap:.65rem;padding:.65rem .85rem;border-radius:var(--radius-md);font-size:.86rem;font-weight:700;color:var(--text-muted);background:transparent;border:1px solid transparent;transition:all .2s cubic-bezier(.16,1,.3,1);text-align:left;width:100%}.admin-nav-item:hover{background:#8c5bff1f;color:var(--violet);transform:translate(2px)}.admin-nav-item.active{background:linear-gradient(135deg,#d8ff3e,#bcf217);color:#08090b!important;border-color:#fff6;box-shadow:0 4px 14px #d8ff3e59,inset 0 1px 1px #fff9}.admin-nav-item.active .admin-nav-icon{color:#08090b!important}.admin-nav-item.active .admin-nav-badge{background:#08090b40;color:#08090b}.admin-nav-item-left{display:flex;align-items:center;gap:.65rem;min-width:0}.admin-nav-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;color:var(--text-dim);transition:color .2s ease}.admin-nav-item:hover .admin-nav-icon{color:var(--violet)}.admin-nav-badge{font-size:.7rem;font-weight:800;padding:.15rem .45rem;border-radius:var(--radius-full);background:#ffffff14;color:var(--text-muted)}.admin-sidebar-footer{margin-top:1.25rem;padding-top:1rem;border-top:1px solid var(--line);display:flex;flex-direction:column;gap:.5rem}.admin-main-content{flex:1;min-width:0;display:flex;flex-direction:column;gap:1.25rem}.admin-topbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;padding:1.1rem 1.5rem}.admin-mobile-toggle,.admin-mobile-backdrop{display:none}@media(max-width:960px){.admin-shell{flex-direction:column;gap:1rem}.admin-sidebar{position:fixed;top:0;left:0;bottom:0;width:280px;max-height:100vh;border-radius:0 20px 20px 0;transform:translate(-105%);z-index:100000;box-shadow:10px 0 40px #0009}.admin-sidebar.open{transform:translate(0)}.admin-mobile-toggle{display:inline-flex;align-items:center;justify-content:center;padding:.55rem;border-radius:var(--radius-sm);background:#ffffff0f;color:var(--text-main)}.admin-mobile-backdrop{display:block;position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:99999}}.admin-modal-portal{position:fixed!important;top:0!important;left:0!important;right:0!important;bottom:0!important;width:100vw!important;height:100vh!important;z-index:999999!important;background:#000000bf!important;backdrop-filter:blur(14px) saturate(180%)!important;-webkit-backdrop-filter:blur(14px) saturate(180%)!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:1.25rem!important;box-sizing:border-box!important;overflow-y:auto!important}.admin-modal-card{width:100%!important;max-width:640px!important;max-height:calc(100vh - 3rem)!important;overflow-y:auto!important;background:#12151d!important;border-radius:var(--radius-2xl)!important;box-shadow:0 25px 65px -10px #000000bf!important;border:1px solid var(--line)!important;padding:2rem!important;margin:auto!important;position:relative!important;color:var(--text-main)!important;animation:modalScaleIn .25s cubic-bezier(.16,1,.3,1) forwards}@keyframes modalScaleIn{0%{opacity:0;transform:scale(.95) translateY(8px)}to{opacity:1;transform:scale(1) translateY(0)}}.image-upload-box{display:flex;align-items:center;gap:1rem;padding:1rem;background:#ffffff0a;border:1.5px dashed rgba(216,255,62,.35);border-radius:var(--radius-md);transition:all .2s ease}.image-upload-box:hover{border-color:var(--acid);background:#d8ff3e14}.image-preview-thumbnail{width:56px;height:56px;border-radius:10px;overflow:hidden;background:#08090b;border:1px solid var(--line);display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 2px 6px #0006}.image-preview-thumbnail img{width:100%;height:100%;object-fit:cover}.user-profile-card{padding:2rem;margin-bottom:1.5rem;display:flex;justify-content:space-between;align-items:center;gap:1.5rem;border-radius:var(--radius-xl)}.user-profile-info{display:flex;align-items:center;gap:1.25rem}.user-profile-actions{display:flex;align-items:center;gap:.85rem;flex-wrap:wrap}.user-balance-box{background:#10b9811f;border:1px solid rgba(16,185,129,.3);border-radius:var(--radius-lg);padding:.75rem 1.35rem;box-shadow:0 2px 8px #0003;min-width:160px}.user-action-buttons{display:flex;align-items:center;gap:.75rem}@media(max-width:768px){.user-profile-card{flex-direction:column;align-items:stretch;padding:1.35rem;gap:1.25rem}.user-profile-info{width:100%}.user-profile-actions{flex-direction:column;align-items:stretch;width:100%;gap:.85rem}.user-balance-box{width:100%;display:flex;justify-content:space-between;align-items:center;padding:.95rem 1.25rem}.user-balance-box .balance-amount{margin-top:0!important}.user-action-buttons{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;width:100%}.user-action-buttons button{width:100%;justify-content:center;text-align:center;padding:.85rem .5rem}}.desktop-orders-table{display:block;width:100%;overflow-x:auto}.mobile-orders-list{display:none;flex-direction:column;gap:.85rem}.mobile-order-card{background:#ffffff06;border:1px solid var(--line);border-radius:var(--radius-lg);padding:1.15rem;transition:all .2s ease;box-shadow:0 2px 10px #0003}.mobile-order-card:hover{border-color:#fff3;background:#ffffff0a}.mobile-order-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;padding-bottom:.65rem;border-bottom:1px solid rgba(255,255,255,.06)}.mobile-order-card-body{margin-bottom:.85rem}.mobile-order-card-footer{display:flex;justify-content:space-between;align-items:center;padding-top:.75rem;border-top:1px solid rgba(255,255,255,.06)}@media(max-width:768px){.desktop-orders-table{display:none}.mobile-orders-list{display:flex}}@media(max-width:768px){.glass,.glass-card,.glass-card:hover,.btn-secondary,.badge,.product-item,.payment-item,.step-card,.modal-overlay{backdrop-filter:none!important;-webkit-backdrop-filter:none!important}body{background-attachment:scroll}.glass-card{box-shadow:0 2px 10px #0006}.glass-card:hover{transform:none;box-shadow:0 2px 10px #0006;border-color:var(--border-subtle)}.step-card{box-shadow:0 2px 8px #00000059}.product-item{box-shadow:0 1px 4px #0000004d}.product-item:hover{transform:none;box-shadow:0 1px 4px #0000004d}.payment-item{box-shadow:0 1px 4px #0000004d}.payment-item:hover{transform:none;box-shadow:0 1px 4px #0000004d}.btn-primary{box-shadow:0 3px 10px #d8ff3e40}.btn-primary:hover:not(:disabled){transform:none;box-shadow:0 3px 10px #d8ff3e40}.btn-secondary{box-shadow:0 1px 4px #0003}.btn-secondary:hover{transform:none}.payment-grid{grid-template-columns:1fr;gap:.75rem}.modal-overlay{overflow-y:auto;-webkit-overflow-scrolling:touch}}@media(max-width:480px){.container{padding:0 .75rem}.product-grid{grid-template-columns:repeat(2,1fr);gap:.65rem}.product-item{padding:.85rem .75rem}.product-name{font-size:.85rem}.product-price{font-size:.95rem}}.game-card-item:hover .game-card-img{transform:scale(1.06)}@media(max-width:768px){.game-card-item:hover .game-card-img{transform:none}.game-card-item{box-shadow:0 2px 8px #00000059!important}}@media(min-width:640px){.games-container{grid-template-columns:repeat(auto-fill,minmax(165px,1fr))!important;gap:1.35rem!important}}@media(min-width:960px){.game-detail-grid{grid-template-columns:360px 1fr!important}}@media(max-width:768px){.desktop-nav{display:none!important}.mobile-menu-btn{display:block!important}}.hero-banner-art-img{transition:transform 1.2s cubic-bezier(.16,1,.3,1)}.hero-banner-card:hover .hero-banner-art-layer.active img{transform:scale(1.04)}.hero-btn-cta:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 14px 28px #00000080,0 0 25px #d8ff3e80!important}.hero-nav-arrow:hover{background:#ffffff4d!important;transform:scale(1.1)}.hero-glow-orb{transition:opacity .3s ease}@media(max-width:768px){.hero-banner-card{padding:1.75rem 1.35rem 3.6rem!important;min-height:270px!important}.hero-banner-art-img{width:85%!important;opacity:.55!important;-webkit-mask-image:linear-gradient(to right,transparent 0%,rgba(0,0,0,.3) 30%,black 100%)!important;mask-image:linear-gradient(to right,transparent 0%,rgba(0,0,0,.3) 30%,black 100%)!important}.hero-banner-title{font-size:1.55rem!important}.hero-banner-desc{font-size:.875rem!important;margin-bottom:1.25rem!important}.hero-banner-nav{bottom:1rem!important;right:1.25rem!important}.hero-glow-orb{display:none!important}.hero-banner-card:hover .hero-banner-art-layer.active img,.hero-btn-cta:hover,.hero-nav-arrow:hover{transform:none}}@media(max-width:480px){.hero-banner-card{padding:1.5rem 1.15rem 3.6rem!important}.hero-banner-art-img{width:100%!important;opacity:.4!important;-webkit-mask-image:linear-gradient(to right,transparent 0%,rgba(0,0,0,.2) 20%,black 100%)!important;mask-image:linear-gradient(to right,transparent 0%,rgba(0,0,0,.2) 20%,black 100%)!important}.hero-btn-cta{width:100%;justify-content:center}}.stat-card-hover{transition:transform .2s ease,box-shadow .2s ease}.stat-card-hover:hover{transform:translateY(-3px)}.stat-card-hover.stat-cyan:hover{box-shadow:0 8px 24px #38bdf826}.stat-card-hover.stat-green:hover{box-shadow:0 8px 24px #10b98126}.stat-card-hover.stat-acid:hover{box-shadow:0 8px 24px #d8ff3e2e}.stat-card-hover.stat-amber:hover{box-shadow:0 8px 24px #f59e0b26}@media(max-width:768px){.stat-card-hover:hover{transform:none}.stat-card-hover.stat-cyan:hover,.stat-card-hover.stat-green:hover,.stat-card-hover.stat-acid:hover,.stat-card-hover.stat-amber:hover{box-shadow:0 4px 20px #0000004d}}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1.25rem;margin-bottom:2rem}@media(max-width:480px){.stats-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}}@media(max-width:340px){.stats-grid{grid-template-columns:1fr;gap:.75rem}}.order-filter-bar{display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;align-items:center;margin-bottom:1.5rem;background:#ffffff05;padding:1rem;border-radius:var(--radius-lg);border:1px solid var(--line)}.order-search-box{position:relative;flex:1 1 200px;max-width:450px}@media(max-width:480px){.order-search-box{flex:1 1 100%;max-width:100%}.order-filter-bar{padding:.75rem;gap:.75rem}}.pagination-label{display:inline}@media(max-width:480px){.pagination-label{display:none}}.footer-features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-bottom:3.5rem}.footer-links-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2.5rem;margin-bottom:3rem}@media(max-width:480px){.footer-features-grid{grid-template-columns:1fr;gap:1rem}.footer-links-grid{grid-template-columns:1fr 1fr;gap:1.5rem 1rem}}@media(max-width:360px){.footer-links-grid{grid-template-columns:1fr;gap:1.5rem}}.confirm-detail-row{display:flex;justify-content:space-between;gap:.75rem}.confirm-detail-row .confirm-label{color:var(--text-muted);flex-shrink:0;white-space:nowrap}.confirm-detail-row .confirm-value{font-weight:800;color:var(--text-main);text-align:right;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(max-width:480px){.confirm-detail-row{flex-direction:column;gap:.15rem}.confirm-detail-row .confirm-value{text-align:left}}.category-pill{padding:.55rem 1.35rem;border-radius:var(--radius-full);font-size:.875rem;font-weight:800;white-space:nowrap;letter-spacing:.02em;transition:all .25s cubic-bezier(.16,1,.3,1);border:1px solid var(--border-subtle);background:#ffffff0d;color:var(--text-main);box-shadow:0 1px 4px #0003}.category-pill.active{background:linear-gradient(135deg,#8c5bff,#a855f7);color:#fff;border:1px solid rgba(255,255,255,.35);box-shadow:0 4px 14px #8c5bff59,inset 0 1px 1px #ffffff59}html{overflow-x:clip}main,.container,.game-detail-grid,.game-detail-grid>*,.step-card,.glass-card,.payment-item,.product-item,.order-history-card,.mobile-order-card{min-width:0}.game-detail-grid{grid-template-columns:minmax(0,360px) minmax(0,1fr)!important}.game-detail-grid>*{width:100%}.account-input-grid>*,.payment-left,.payment-info,.balance-payment-item .payment-left>div:last-child,.mobile-order-card-header>*,.mobile-order-card-body>*,.mobile-order-card-footer>*{min-width:0}.product-name,.payment-name,.payment-fee,.mobile-order-card,.mobile-order-card *{overflow-wrap:anywhere}.payment-name{white-space:normal}.payment-item{align-items:flex-start}.payment-price{margin-left:auto}.balance-payment-item{flex-wrap:wrap}.confirm-modal-card{width:min(100%,480px)!important;max-height:calc(100dvh - 2rem);overflow-y:auto;overscroll-behavior:contain}.confirm-summary{min-width:0}.route-fallback{min-height:18rem;display:flex;align-items:center;justify-content:center;gap:.65rem;color:var(--text-muted)}.route-fallback-spinner{width:1rem;height:1rem;border:2px solid rgba(216,255,62,.25);border-top-color:var(--acid);border-radius:50%;animation:routeSpin .8s linear infinite}@keyframes routeSpin{to{transform:rotate(360deg)}}.load-more-wrap{display:flex;justify-content:center;margin-top:1.5rem}.game-card-item,.mobile-order-card{content-visibility:auto;contain-intrinsic-size:220px}@media(max-width:959px){.game-detail-grid{grid-template-columns:minmax(0,1fr)!important}}@media(max-width:768px){.hero-badge,.hero-proof-pill,.hero-banner-nav,.game-card-category{backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.hero-nav-arrow{min-width:40px!important;min-height:40px!important}.order-history-card{padding:1rem!important}.user-profile-info,.user-profile-actions,.user-profile-info>div:last-child{min-width:0}.user-profile-info h2{overflow-wrap:anywhere}.desktop-orders-table{min-width:0}.desktop-orders-table table{min-width:680px}.mobile-order-card-header{align-items:flex-start}.mobile-order-card-header>span:last-child{max-width:48%;text-align:right}.modal-overlay{align-items:flex-start;min-height:100dvh;padding:max(.75rem,env(safe-area-inset-top)) max(.75rem,env(safe-area-inset-right)) max(.75rem,env(safe-area-inset-bottom)) max(.75rem,env(safe-area-inset-left))}.confirm-modal-card,.password-modal-card{max-height:calc(100dvh - 1.5rem)}}@media(max-width:480px){.account-input-grid{grid-template-columns:minmax(0,1fr)!important}.step-card{padding:1.15rem;border-radius:var(--radius-lg)}.step-title{font-size:1.05rem}.payment-item{padding:.8rem .85rem}.balance-payment-item .payment-left{flex-basis:100%}.guest-balance-prompt{align-items:flex-start!important;flex-direction:column}.guest-balance-prompt>div{min-width:0}.guest-balance-prompt button{align-self:flex-start}.confirm-modal-card{padding:1.15rem!important;border-radius:var(--radius-lg)!important}.password-modal-card{padding:1.35rem 1rem!important;border-radius:var(--radius-lg)!important}.mobile-order-card{padding:.95rem}}@media(max-width:380px){.user-action-buttons,.confirm-actions{grid-template-columns:1fr;flex-direction:column}.stats-grid{grid-template-columns:1fr}.confirm-actions>*{width:100%}}@media(max-width:340px){.product-grid{grid-template-columns:minmax(0,1fr)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}
