.toast-stack{position:fixed;bottom:1.5rem;right:1.5rem;z-index:9000;display:flex;flex-direction:column;gap:.5rem;max-width:360px}.toast{display:flex;align-items:flex-start;gap:.75rem;padding:.85rem 1rem;background:var(--bg-1);border:1.5px solid var(--border);border-radius:var(--radius);cursor:pointer;animation:fadeUp .25s cubic-bezier(.22,1,.36,1) both;box-shadow:var(--shadow-lg)}.toast--error{border-color:#ef44444d}.toast--success{border-color:#10b9814d}.toast--info{border-color:var(--border-hi)}.toast-prefix{font-family:var(--font-mono);font-size:.68rem;font-weight:500;flex-shrink:0;margin-top:1px;padding:.15rem .4rem;border-radius:4px}.toast--error .toast-prefix{color:var(--red);background:var(--red-soft)}.toast--success .toast-prefix{color:var(--green);background:var(--green-soft)}.toast--info .toast-prefix{color:var(--blue);background:var(--blue-soft)}.toast-msg{font-size:.82rem;font-weight:500;color:var(--text-dim);line-height:1.45}.nav{position:fixed;top:0;left:0;right:0;height:var(--nav-h);background:var(--nav-bg);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1.5px solid var(--border);z-index:100;box-shadow:var(--shadow-sm)}.nav-inner{max-width:1440px;margin:0 auto;padding:0 1.5rem;height:100%;display:flex;align-items:center;gap:1.5rem}.nav-logo{font-family:var(--font-sans);font-weight:800;font-size:1.1rem;color:var(--blue);letter-spacing:-.04em;text-decoration:none;white-space:nowrap;flex-shrink:0;display:flex;align-items:center;gap:.3rem}.nav-logo:hover{text-decoration:none;opacity:.8}.nav-logo-dot{width:7px;height:7px;background:var(--blue);border-radius:50%;flex-shrink:0}.nav-links{display:flex;align-items:center;gap:.15rem;flex:1}.nav-link{font-size:.82rem;font-weight:600;color:var(--text-dim);text-decoration:none;padding:.35rem .75rem;border-radius:var(--radius-sm);transition:color .15s,background .15s}.nav-link:hover{color:var(--text);background:var(--bg-2);text-decoration:none}.nav-link--active{color:var(--blue);background:var(--blue-soft)}.nav-link--active:hover{color:var(--blue-dim);background:var(--blue-soft)}.nav-right{display:flex;align-items:center;gap:.6rem;margin-left:auto}.nav-credits{display:flex;align-items:center;gap:.4rem;background:var(--blue-soft);border:1.5px solid var(--border-hi);border-radius:var(--radius);padding:.35rem .85rem;line-height:1}.nav-credits-amount{font-family:var(--font-mono);font-size:.9rem;font-weight:500;color:var(--blue)}.nav-credits-unit{font-size:.68rem;font-weight:700;color:var(--text-mute);text-transform:uppercase;letter-spacing:.04em}.nav-credits-sep{width:1px;height:12px;background:var(--border-hi);border-radius:1px;margin:0 .15rem}.nav-credits-usd{font-family:var(--font-mono);font-size:.8rem;font-weight:500;color:var(--text-mute)}.theme-toggle{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:var(--radius-sm);background:var(--bg-2);border:1.5px solid var(--border);color:var(--text-dim);cursor:pointer;transition:all .18s ease;flex-shrink:0}.theme-toggle:hover{background:var(--bg-3);border-color:var(--border-hi);color:var(--text)}.nav-logout{font-size:.78rem;padding:.35rem .85rem}.cp-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.cp-grid--compact{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}@media(max-width:900px){.cp-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:520px){.cp-grid{grid-template-columns:1fr}}.cp-card{background:var(--bg-1);border:1.5px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem;display:flex;flex-direction:column;gap:1rem;position:relative;box-shadow:var(--shadow-sm);transition:transform .18s ease,box-shadow .18s ease}.cp-card:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.cp-card--popular{border-color:var(--blue-mid);box-shadow:0 0 0 3px var(--blue-glow),var(--shadow-sm)}.cp-card--popular:hover{box-shadow:0 0 0 3px var(--blue-glow),var(--shadow)}.cp-popular-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:var(--blue);color:#fff;font-size:.65rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.2rem .75rem;border-radius:999px;white-space:nowrap}.cp-card-top{display:flex;flex-direction:column;gap:.25rem}.cp-label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--text-mute)}.cp-credits{font-family:var(--font-mono);font-size:2.2rem;font-weight:500;color:var(--blue);line-height:1}.cp-credits-meta{display:flex;align-items:center;gap:.5rem}.cp-unit{font-size:.75rem;font-weight:600;color:var(--text-mute)}.cp-dollar{font-family:var(--font-mono);font-size:.82rem;font-weight:500;color:var(--text-dim);background:var(--bg-2);border:1.5px solid var(--border);border-radius:6px;padding:.1rem .45rem}.cp-divider{height:1.5px;background:var(--border);border-radius:2px}.cp-actions{display:flex;flex-direction:column;gap:.5rem}.cp-btn{display:flex;align-items:center;justify-content:center;gap:.45rem;padding:.6rem .75rem;border-radius:var(--radius);font-size:.78rem;font-weight:700;text-decoration:none;transition:all .15s ease;cursor:pointer;border:1.5px solid transparent;font-family:var(--font-sans)}.cp-btn:hover{text-decoration:none;transform:translateY(-1px)}.cp-btn--card{background:var(--blue);color:#fff;box-shadow:var(--shadow-blue)}.cp-btn--card:hover{background:var(--blue-dim);box-shadow:0 6px 20px #2563eb59}.cp-btn--crypto{background:var(--bg-2);color:var(--text-dim);border-color:var(--border)}.cp-btn--crypto:hover{background:var(--bg-3);border-color:var(--border-hi);color:var(--text)}.land{min-height:100vh;background:var(--bg);color:var(--text)}.land-nav{position:fixed;top:0;left:0;right:0;height:64px;background:var(--nav-bg);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1.5px solid var(--border);z-index:100}.land-nav-inner{max-width:1200px;margin:0 auto;padding:0 2rem;height:100%;display:flex;align-items:center;justify-content:space-between}.land-logo{display:flex;align-items:center;gap:.4rem;font-family:var(--font-sans);font-size:1.15rem;font-weight:800;color:var(--blue);letter-spacing:-.04em}.land-logo-dot{width:8px;height:8px;background:var(--blue);border-radius:50%;flex-shrink:0}.land-logo-dot--sm{width:6px;height:6px}.land-nav-right{display:flex;align-items:center;gap:.75rem}.land-theme-btn{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:8px;background:var(--bg-2);border:1.5px solid var(--border);color:var(--text-dim);cursor:pointer;transition:all .18s ease}.land-theme-btn:hover{background:var(--bg-3);color:var(--text)}.land-nav-login{font-size:.85rem;font-weight:600;color:var(--text-dim);text-decoration:none;padding:.4rem .75rem;border-radius:8px;transition:color .15s,background .15s}.land-nav-login:hover{color:var(--text);background:var(--bg-2);text-decoration:none}.land-nav-cta{background:var(--blue);color:#fff;font-size:.82rem;font-weight:700;padding:.45rem 1rem;border-radius:8px;box-shadow:var(--shadow-blue);text-decoration:none}.land-nav-cta:hover{background:var(--blue-dim);text-decoration:none}.land-section-inner{max-width:1200px;margin:0 auto;padding:0 2rem}.land-section-label{display:inline-block;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--blue);background:var(--blue-soft);border:1.5px solid var(--border-hi);padding:.25rem .75rem;border-radius:999px;margin-bottom:1.25rem}.land-section-title{font-size:clamp(1.8rem,3vw,2.6rem);font-weight:800;line-height:1.15;letter-spacing:-.04em;color:var(--text);margin-bottom:3rem}.land-hero{min-height:100vh;display:flex;align-items:center;position:relative;overflow:hidden;padding:64px 0 0}.land-hero-glow{position:absolute;border-radius:50%;pointer-events:none;filter:blur(120px)}.land-hero-glow--1{width:700px;height:700px;background:#2563eb1f;top:-150px;right:-100px}.land-hero-glow--2{width:500px;height:500px;background:#60a5fa14;bottom:0;left:-100px}.land-hero-inner{max-width:1200px;margin:0 auto;padding:0 2rem;position:relative;z-index:1}.land-hero-badge{display:inline-flex;align-items:center;gap:.5rem;font-size:.78rem;font-weight:600;color:var(--text-dim);background:var(--bg-1);border:1.5px solid var(--border);padding:.35rem 1rem;border-radius:999px;margin-bottom:2rem;box-shadow:var(--shadow-sm)}.land-hero-badge-dot{width:7px;height:7px;background:var(--green);border-radius:50%;flex-shrink:0;box-shadow:0 0 6px var(--green);animation:pulse 2s ease infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.land-hero-title{font-size:clamp(3rem,7vw,5.5rem);font-weight:800;line-height:1.05;letter-spacing:-.04em;color:var(--text);margin-bottom:1.5rem;max-width:780px}.land-hero-title-accent{color:var(--blue)}.land-hero-sub{font-size:clamp(1rem,1.5vw,1.15rem);color:var(--text-dim);line-height:1.7;max-width:520px;margin-bottom:2.5rem;font-weight:500}.land-hero-actions{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-bottom:4rem}.land-btn-hero{background:var(--blue);color:#fff;font-size:.95rem;font-weight:700;padding:.85rem 1.75rem;border-radius:10px;box-shadow:var(--shadow-blue);text-decoration:none;transition:all .18s ease}.land-btn-hero:hover{background:var(--blue-dim);transform:translateY(-2px);box-shadow:0 8px 28px #2563eb59;text-decoration:none}.land-btn-discord{background:#5865f2;color:#fff;font-size:.95rem;font-weight:600;padding:.85rem 1.75rem;border-radius:10px;border:1.5px solid transparent;text-decoration:none;box-shadow:0 4px 18px #5865f259;transition:all .18s ease}.land-btn-discord:hover{background:#4752c4;transform:translateY(-2px);box-shadow:0 8px 28px #5865f273;text-decoration:none;color:#fff}.land-hero-stats{display:flex;align-items:center;gap:2rem;padding:1.5rem 2rem;background:var(--bg-1);border:1.5px solid var(--border);border-radius:16px;width:fit-content;box-shadow:var(--shadow-sm)}.land-stat{display:flex;flex-direction:column;gap:.2rem}.land-stat-num{font-family:var(--font-mono);font-size:1.3rem;font-weight:500;color:var(--blue);line-height:1}.land-stat-label{font-size:.72rem;font-weight:600;color:var(--text-mute);text-transform:uppercase;letter-spacing:.06em}.land-stat-divider{width:1px;height:32px;background:var(--border);border-radius:1px}.land-features{padding:8rem 0;border-top:1.5px solid var(--border)}.land-feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1px;background:var(--border);border:1.5px solid var(--border);border-radius:16px;overflow:hidden}.land-feature-card{background:var(--bg-1);padding:2rem;display:flex;flex-direction:column;gap:.75rem;transition:background .15s}.land-feature-card:hover{background:var(--bg-2)}.land-feature-icon{font-size:1.5rem;line-height:1}.land-feature-title{font-size:1rem;font-weight:700;color:var(--text);letter-spacing:-.02em}.land-feature-desc{font-size:.88rem;color:var(--text-dim);line-height:1.65}.land-pricing{padding:8rem 0;border-top:1.5px solid var(--border)}.land-pricing-note{margin-top:1.5rem;font-size:.82rem;color:var(--text-mute);font-weight:500}.land-pricing-note a{color:var(--blue);font-weight:600}.land-how{padding:8rem 0;border-top:1.5px solid var(--border);background:var(--bg-2)}.land-steps{display:flex;align-items:flex-start;gap:1.5rem;flex-wrap:wrap}.land-step{flex:1;min-width:220px;background:var(--bg-1);border:1.5px solid var(--border);border-radius:16px;padding:2rem;box-shadow:var(--shadow-sm)}.land-step-num{font-family:var(--font-mono);font-size:.75rem;font-weight:500;color:var(--blue);background:var(--blue-soft);border:1.5px solid var(--border-hi);display:inline-block;padding:.2rem .6rem;border-radius:6px;margin-bottom:1rem}.land-step-title{font-size:1.1rem;font-weight:700;color:var(--text);letter-spacing:-.02em;margin-bottom:.5rem}.land-step-desc{font-size:.88rem;color:var(--text-dim);line-height:1.65}.land-step-arrow{font-size:1.5rem;color:var(--border-hi);align-self:center;flex-shrink:0;padding-top:1rem}.land-cta{padding:8rem 0;border-top:1.5px solid var(--border)}.land-cta-inner{text-align:center;position:relative}.land-cta-glow{position:absolute;width:600px;height:300px;background:#2563eb1a;border-radius:50%;filter:blur(80px);top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none}.land-cta-title{font-size:clamp(2rem,4vw,3.5rem);font-weight:800;letter-spacing:-.04em;color:var(--text);margin-bottom:1rem;position:relative}.land-cta-sub{font-size:1rem;color:var(--text-dim);font-weight:500;margin-bottom:2rem;position:relative}.land-footer{border-top:1.5px solid var(--border);padding:1.5rem 0}.land-footer .land-nav-inner{justify-content:space-between}.land-footer-logo{display:flex;align-items:center;gap:.4rem;font-size:.9rem;font-weight:800;color:var(--blue);letter-spacing:-.04em}.land-footer-copy{font-size:.78rem;color:var(--text-mute);font-weight:500}.login-wrap{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1.5rem;position:relative;background:var(--bg)}.login-bg-orb{position:fixed;border-radius:50%;pointer-events:none;filter:blur(80px)}.login-bg-orb--1{width:500px;height:500px;background:#2563eb1a;top:-100px;right:-100px}.login-bg-orb--2{width:400px;height:400px;background:#60a5fa14;bottom:-80px;left:-60px}.login-box{width:100%;max-width:420px;background:var(--bg-1);border:1.5px solid var(--border);border-radius:var(--radius-lg);padding:2.25rem;position:relative;z-index:1;box-shadow:var(--shadow-lg)}.login-header{text-align:center;margin-bottom:1.75rem}.login-logo{display:inline-flex;align-items:center;gap:.5rem;font-size:1.6rem;font-weight:800;color:var(--blue);letter-spacing:-.04em;margin-bottom:.5rem}.login-logo-dot{width:10px;height:10px;background:var(--blue);border-radius:50%;flex-shrink:0}.login-tagline{font-size:.78rem;color:var(--text-mute);font-weight:500;letter-spacing:.01em}.login-divider{height:1.5px;background:var(--border);margin-bottom:1.75rem;border-radius:2px}.login-form{display:flex;flex-direction:column;gap:1rem}.login-step-label{font-size:.82rem;font-weight:600;color:var(--text-dim);display:flex;align-items:center;gap:.6rem;flex-wrap:wrap;line-height:1.5}.login-step-num{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;background:var(--blue-soft);border:1.5px solid var(--border-hi);border-radius:6px;font-size:.65rem;font-weight:800;color:var(--blue);flex-shrink:0}.login-email-hi{color:var(--blue);font-weight:700}.login-submit{width:100%;margin-top:.25rem;padding:.8rem}.login-note{font-size:.75rem;color:var(--text-mute);text-align:center;line-height:1.5}.login-footer{position:fixed;bottom:1.5rem;font-size:.72rem;color:var(--text-mute);font-weight:500}.announcement{display:flex;align-items:flex-start;gap:.85rem;padding:1rem 1.25rem;background:var(--blue-soft);border:1.5px solid var(--border-hi);border-radius:var(--radius);margin-bottom:1.75rem;animation:fadeUp .35s cubic-bezier(.22,1,.36,1) both;position:relative}.announcement-icon{font-size:1rem;flex-shrink:0;margin-top:1px}.announcement-body{flex:1;font-size:.88rem;color:var(--text-dim);line-height:1.6;min-width:0}.announcement-body p{margin:0 0 .5rem}.announcement-body p:last-child{margin-bottom:0}.announcement-body strong{color:var(--text);font-weight:700}.announcement-body em{font-style:italic}.announcement-body a{color:var(--blue)}.announcement-body a:hover{text-decoration:underline}.announcement-body code{font-family:var(--font-mono);font-size:.82rem;background:var(--bg-3);border:1.5px solid var(--border);padding:.1rem .4rem;border-radius:4px;color:var(--blue)}.announcement-body ul,.announcement-body ol{padding-left:1.25rem;margin:.4rem 0}.announcement-body li{margin-bottom:.2rem}.announcement-close{background:none;border:none;color:var(--text-mute);cursor:pointer;font-size:.75rem;padding:.1rem .3rem;border-radius:4px;flex-shrink:0;transition:color .15s,background .15s;line-height:1;margin-top:1px}.announcement-close:hover{color:var(--text);background:var(--bg-3)}.shop-loading{display:flex;align-items:center;justify-content:center;min-height:60vh}.shop-header{margin-bottom:2rem}.shop-title{font-size:2.2rem;font-weight:800;color:var(--text);margin-bottom:.4rem;letter-spacing:-.04em}.shop-sub{font-size:.82rem;font-weight:500;color:var(--text-mute)}.shop-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:1rem}.shop-empty{color:var(--text-mute);font-size:.9rem;padding:3rem 0}.product-card{background:var(--bg-1);border:1.5px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem;cursor:pointer;display:flex;flex-direction:column;gap:.75rem;animation:fadeUp .4s cubic-bezier(.22,1,.36,1) both;transition:all .2s ease;box-shadow:var(--shadow-sm)}.product-card:hover:not(.product-card--oos){border-color:var(--blue-mid);box-shadow:var(--shadow),0 0 0 3px var(--blue-glow);transform:translateY(-2px)}.product-card--oos{cursor:default;opacity:.55}.product-card-top{display:flex;align-items:center;justify-content:space-between}.product-name{font-size:1.05rem;font-weight:700;color:var(--text);letter-spacing:-.02em;line-height:1.3}.product-desc{font-size:.85rem;color:var(--text-dim);line-height:1.6;flex:1}.product-card-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:1rem;border-top:1.5px solid var(--border)}.product-price{display:flex;align-items:baseline;gap:.3rem}.product-price-credits{font-family:var(--font-mono);font-size:1.15rem;font-weight:500;color:var(--blue)}.product-price-label{font-size:.7rem;font-weight:600;color:var(--text-mute)}.product-price-usd{font-size:.72rem;color:var(--text-mute)}.product-arrow{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:var(--blue-soft);border:1.5px solid var(--border-hi);border-radius:var(--radius-sm);color:var(--blue);font-size:1rem;transition:all .18s ease}.product-card:hover:not(.product-card--oos) .product-arrow{background:var(--blue);border-color:var(--blue);color:#fff;transform:translate(2px)}.key-display{display:flex;align-items:center;justify-content:space-between;gap:1rem;background:var(--blue-soft);border:1.5px solid var(--border-hi);border-radius:var(--radius);padding:.75rem 1rem;cursor:pointer;transition:all .15s ease;-webkit-user-select:none;user-select:none}.key-display:hover{border-color:var(--blue-mid);box-shadow:0 0 0 3px var(--blue-glow)}.key-value{font-family:var(--font-mono);font-size:.88rem;font-weight:500;color:var(--blue-dim);letter-spacing:.04em;word-break:break-all}.key-copy{font-size:.7rem;font-weight:700;color:var(--text-mute);flex-shrink:0;padding:.15rem .5rem;border-radius:4px;background:var(--bg-3);transition:all .15s}.key-actions{display:flex;align-items:center;gap:.4rem;flex-shrink:0}.key-expand{font-size:.7rem;font-weight:700;color:var(--blue);flex-shrink:0;padding:.15rem .5rem;border-radius:4px;background:var(--bg-3);border:none;cursor:pointer;font-family:var(--font-sans);transition:all .15s}.key-expand:hover{background:var(--border-hi);color:var(--blue-dim)}.key-display:hover .key-copy{background:var(--border-hi);color:var(--text-dim)}.key-copy--done{color:var(--green)!important;background:var(--green-soft)!important}.product-nav{margin-bottom:2rem}.product-back{font-size:.82rem;font-weight:600;color:var(--text-mute);text-decoration:none;display:inline-flex;align-items:center;gap:.35rem;transition:color .15s}.product-back:hover{color:var(--blue);text-decoration:none}.product-detail{display:flex;flex-direction:column;gap:2rem}.product-detail-header{display:flex;flex-direction:column;gap:.75rem}.product-detail-badges{display:flex;align-items:center;gap:.6rem}.product-type-badge{font-size:.68rem;font-weight:700;color:var(--blue);background:var(--blue-soft);border:1.5px solid var(--border-hi);padding:.2rem .6rem;border-radius:999px}.product-stock{font-size:.7rem;font-weight:700}.stock--ok{color:var(--green)}.stock--low{color:#f59e0b}.stock--oos{color:var(--red)}.product-detail-name{font-size:2.4rem;font-weight:800;letter-spacing:-.04em;color:var(--text)}.product-detail-desc{font-size:1rem;color:var(--text-dim);line-height:1.7;max-width:580px}.product-file-notice{display:flex;align-items:flex-start;gap:.6rem;font-size:.78rem;font-weight:500;color:#92400e;background:#fffbeb;border:1.5px solid #fde68a;border-radius:var(--radius);padding:.75rem 1rem;line-height:1.5}.product-buy-panel{max-width:460px;display:flex;flex-direction:column;gap:1.25rem;background:var(--bg-1);border:1.5px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem;box-shadow:var(--shadow-sm)}.product-qty-row{display:flex;align-items:center;justify-content:space-between}.product-qty-label{font-size:.82rem;font-weight:600;color:var(--text-dim)}.product-qty-controls{display:flex;align-items:center;gap:0;border:1.5px solid var(--border);border-radius:var(--radius);overflow:hidden}.qty-btn{background:var(--bg-2);color:var(--text-dim);border:none;width:36px;height:36px;font-size:1.1rem;cursor:pointer;transition:background .15s,color .15s;display:flex;align-items:center;justify-content:center;font-family:var(--font-sans)}.qty-btn:hover:not(:disabled){background:var(--bg-3);color:var(--text)}.qty-btn:disabled{opacity:.35;cursor:not-allowed}.qty-value{width:42px;text-align:center;font-family:var(--font-mono);font-size:.9rem;font-weight:500;color:var(--text);background:var(--bg-1);padding:.5rem 0;border-left:1.5px solid var(--border);border-right:1.5px solid var(--border)}.product-price-summary{display:flex;flex-direction:column;gap:.6rem;padding:1rem;background:var(--bg);border:1.5px solid var(--border);border-radius:var(--radius)}.price-row{display:flex;justify-content:space-between;align-items:baseline}.price-row-label{font-size:.78rem;font-weight:500;color:var(--text-mute)}.price-row-val{font-family:var(--font-mono);font-size:.85rem;font-weight:500;color:var(--text-dim)}.price-row--total{border-top:1.5px solid var(--border);padding-top:.6rem;margin-top:.1rem}.price-row--total .price-row-label{color:var(--text);font-weight:700;font-family:var(--font-sans);font-size:.82rem}.price-row--total .price-row-val{color:var(--blue);font-weight:500;font-size:1rem}.price-usd{font-size:.72rem;font-weight:400;color:var(--text-mute)}.price--insufficient{color:var(--red)!important}.product-buy-btn{width:100%;padding:.9rem;font-size:.9rem}.order-result{display:flex;flex-direction:column;gap:2rem}.order-result-header{padding:1.5rem;background:var(--green-soft);border:1.5px solid rgba(16,185,129,.25);border-radius:var(--radius-lg)}.order-result-icon{width:36px;height:36px;background:var(--green);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:800;margin-bottom:.75rem}.order-result-icon--checking{background:var(--bg-3)}.order-result-icon--failed{background:var(--red)}.order-result-title{font-size:1.5rem;font-weight:800;color:var(--text);margin-bottom:.3rem}.order-result-sub{font-family:var(--font-mono);font-size:.75rem;color:var(--text-mute)}.order-result-section{display:flex;flex-direction:column;gap:.6rem}.order-result-section-label{font-size:.72rem;font-weight:700;color:var(--text-mute);text-transform:uppercase;letter-spacing:.06em}.order-result-note{font-size:.72rem;color:var(--text-mute)}.download-warning{font-size:.78rem;font-weight:600;color:#92400e;background:#fffbeb;border:1.5px solid #fde68a;border-radius:var(--radius);padding:.7rem 1rem}.download-list{display:flex;flex-direction:column;gap:.5rem}.download-btn{text-decoration:none;width:fit-content}.order-result-actions{display:flex;gap:.75rem;flex-wrap:wrap;padding-top:.5rem;border-top:1.5px solid var(--border)}.order-nav{margin-bottom:2rem}.order-back{font-size:.82rem;font-weight:600;color:var(--text-mute);text-decoration:none;display:inline-flex;align-items:center;gap:.35rem;transition:color .15s}.order-back:hover{color:var(--blue);text-decoration:none}.order-page-header{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1.5px solid var(--border)}.order-page-id-row{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem;flex-wrap:wrap}.order-page-label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-mute)}.order-page-id{font-family:var(--font-mono);font-size:1.8rem;font-weight:500;color:var(--blue);line-height:1}.order-status{font-size:.68rem;font-weight:700;padding:.2rem .55rem;border-radius:999px}.order-page-meta{font-family:var(--font-mono);font-size:.75rem;color:var(--text-mute);display:flex;flex-wrap:wrap;gap:.4rem}.order-page-section{display:flex;flex-direction:column;gap:.6rem;margin-bottom:2rem}.order-page-section-header{display:flex;align-items:center;justify-content:space-between}.order-page-download-txt{font-size:.72rem;padding:.3rem .75rem}.order-page-section-label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-mute)}.key-list{display:flex;flex-direction:column;gap:.5rem}.order-page-note{font-size:.72rem;color:var(--text-mute)}.order-page-file-notice{display:flex;flex-direction:column;gap:.5rem;padding:1rem 1.25rem;background:var(--bg-2);border:1.5px solid var(--border);border-radius:var(--radius);margin-bottom:2rem;font-size:.82rem;color:var(--text-dim);line-height:1.6}.order-page-checking{display:flex;align-items:center;gap:.75rem;font-size:.85rem;color:var(--text-dim);margin-bottom:1rem}.order-page-actions{display:flex;gap:.75rem;flex-wrap:wrap;padding-top:1.5rem;border-top:1.5px solid var(--border)}.account-title{font-size:2.2rem;font-weight:800;margin-bottom:2rem;color:var(--text);letter-spacing:-.04em}.account-meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2.5rem}.account-meta-item{background:var(--bg-1);border:1.5px solid var(--border);border-radius:var(--radius-lg);padding:1.25rem 1.5rem;display:flex;flex-direction:column;gap:.4rem;box-shadow:var(--shadow-sm)}.account-meta-label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-mute)}.account-meta-val{font-size:.9rem;font-weight:600;color:var(--text)}.account-balance{color:var(--blue)!important;font-weight:700;display:flex;align-items:baseline;gap:.4rem;font-family:var(--font-mono);font-size:1.1rem!important}.balance-unit{font-size:.72rem;font-weight:500;color:var(--text-mute);font-family:var(--font-sans)}.balance-usd{font-size:.78rem;font-weight:500;color:var(--text-mute);font-family:var(--font-sans)}.account-section{display:flex;flex-direction:column;gap:.75rem}.account-section-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:.75rem;border-bottom:1.5px solid var(--border)}.account-section-title{font-size:1rem;font-weight:700;color:var(--text);letter-spacing:-.02em}.account-section-count{font-size:.75rem;font-weight:600;color:var(--text-mute);background:var(--bg-2);padding:.2rem .6rem;border-radius:999px;border:1.5px solid var(--border)}.account-orders-loading{padding:2rem;display:flex;justify-content:center}.account-empty{font-size:.85rem;color:var(--text-mute);padding:2rem 0}.orders-table{display:flex;flex-direction:column;background:var(--bg-1);border:1.5px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm)}.orders-table-head{display:grid;grid-template-columns:80px 1fr 130px 110px 130px;padding:.65rem 1.25rem;background:var(--bg-2);border-bottom:1.5px solid var(--border);font-size:.68rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--text-mute)}.orders-table-row{display:grid;grid-template-columns:80px 1fr 130px 110px 130px;padding:.9rem 1.25rem;border-bottom:1.5px solid var(--border);cursor:pointer;transition:background .12s;font-size:.85rem;align-items:center}.orders-table-row:last-child{border-bottom:none}.orders-table-row:hover{background:var(--bg-2)}.order-id{color:var(--blue);font-weight:700;font-family:var(--font-mono);font-size:.82rem}.order-product{color:var(--text-dim);font-family:var(--font-mono);font-size:.8rem}.order-credits{color:var(--text);font-family:var(--font-mono);font-size:.82rem}.order-date{color:var(--text-mute);font-size:.78rem}.order-status{font-size:.68rem;font-weight:700;letter-spacing:.04em;padding:.2rem .55rem;border-radius:999px;width:fit-content}.status--fulfilled{color:var(--green);background:var(--green-soft);border:1.5px solid rgba(16,185,129,.25)}.status--failed{color:var(--red);background:var(--red-soft);border:1.5px solid rgba(239,68,68,.2)}.status--refunded{color:#d97706;background:#fffbeb;border:1.5px solid #fde68a}.redeem-deposit-cta{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:460px;padding:1rem 1.25rem;margin-bottom:2rem;background:var(--blue-soft);border:1.5px solid var(--blue);border-radius:var(--radius-lg);cursor:pointer;font-family:var(--font-sans);text-align:left;transition:all .18s ease;box-shadow:var(--shadow-blue)}.redeem-deposit-cta:hover{background:var(--blue);transform:translateY(-1px)}.redeem-deposit-cta:hover .redeem-deposit-cta-title,.redeem-deposit-cta:hover .redeem-deposit-cta-sub,.redeem-deposit-cta:hover .redeem-deposit-cta-arrow{color:#fff}.redeem-deposit-cta-left{display:flex;align-items:center;gap:.85rem}.redeem-deposit-cta-icon{font-size:1.2rem;flex-shrink:0}.redeem-deposit-cta-title{font-size:.9rem;font-weight:700;color:var(--blue);margin-bottom:.15rem;transition:color .18s}.redeem-deposit-cta-sub{font-size:.75rem;color:var(--text-mute);transition:color .18s}.redeem-deposit-cta-arrow{font-size:1rem;color:var(--blue);flex-shrink:0;transition:color .18s}.redeem-header{margin-bottom:2rem}.redeem-title{font-size:2.2rem;font-weight:800;color:var(--text);margin-bottom:.4rem;letter-spacing:-.04em}.redeem-sub{font-size:.82rem;font-weight:500;color:var(--text-mute)}.redeem-box{max-width:460px;display:flex;flex-direction:column;gap:1.25rem}.redeem-form{display:flex;flex-direction:column;gap:1rem;background:var(--bg-1);border:1.5px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem;box-shadow:var(--shadow-sm)}.redeem-result{display:flex;flex-direction:column;gap:.25rem}.redeem-result-added{font-weight:700;font-size:1rem;color:var(--green)}.redeem-result-balance{font-size:.78rem;color:var(--text-dim);font-family:var(--font-mono)}.redeem-submit{width:100%;margin-top:.15rem;padding:.85rem}.redeem-info{display:flex;flex-direction:column;background:var(--bg-1);border:1.5px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm)}.redeem-info-row{display:flex;justify-content:space-between;align-items:center;padding:.85rem 1.25rem;border-bottom:1.5px solid var(--border);gap:1rem}.redeem-info-row:last-child{border-bottom:none}.redeem-info-label{font-size:.75rem;font-weight:600;color:var(--text-dim)}.redeem-info-val{font-family:var(--font-mono);font-size:.78rem;color:var(--text-mute);text-align:right}.redeem-buy-section{margin-top:3rem;padding-top:2.5rem;border-top:1.5px solid var(--border);display:flex;flex-direction:column;gap:1.5rem}.redeem-buy-header{display:flex;flex-direction:column;gap:.3rem}.redeem-buy-title{font-size:1.2rem;font-weight:700;color:var(--text);letter-spacing:-.03em}.redeem-buy-sub{font-size:.82rem;color:var(--text-mute);font-weight:500}.deposit-header{margin-bottom:2.5rem}.deposit-title{font-size:2.2rem;font-weight:800;color:var(--text);margin-bottom:.4rem;letter-spacing:-.04em}.deposit-sub{font-size:.82rem;font-weight:500;color:var(--text-mute)}.deposit-methods{display:flex;flex-direction:column;gap:1rem;max-width:480px}.deposit-method{display:flex;align-items:center;gap:1.25rem;padding:1.25rem 1.5rem;background:var(--bg-1);border:1.5px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);cursor:pointer;text-align:left;width:100%;transition:all .18s ease;font-family:var(--font-sans)}.deposit-method--active:hover{border-color:var(--blue);box-shadow:var(--shadow-blue);transform:translateY(-1px)}.deposit-method--disabled{opacity:.45;cursor:not-allowed}.deposit-method-icon{font-size:1.5rem;flex-shrink:0;width:2.5rem;text-align:center}.deposit-method-body{flex:1}.deposit-method-name{font-size:1rem;font-weight:700;color:var(--text);display:flex;align-items:center;gap:.6rem}.deposit-method-desc{font-size:.78rem;color:var(--text-mute);margin-top:.2rem}.deposit-method-arrow{font-size:1.1rem;color:var(--text-mute);flex-shrink:0}.deposit-method--active:hover .deposit-method-arrow{color:var(--blue)}.deposit-history{margin-top:2.5rem;padding-top:2rem;border-top:1.5px solid var(--border);max-width:480px;display:flex;flex-direction:column;gap:1rem}.deposit-history-title{font-size:1rem;font-weight:700;color:var(--text);letter-spacing:-.02em}.deposit-history-loading{display:flex;padding:.5rem 0}.deposit-history-empty{font-size:.82rem;color:var(--text-mute)}.deposit-history-list{display:flex;flex-direction:column;background:var(--bg-1);border:1.5px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm)}.deposit-history-row{display:flex;align-items:center;justify-content:space-between;padding:.85rem 1.25rem;border-bottom:1.5px solid var(--border);background:none;border-left:none;border-right:none;border-top:none;cursor:pointer;font-family:var(--font-sans);text-align:left;gap:1rem;transition:background .15s}.deposit-history-row:last-child{border-bottom:none}.deposit-history-row:hover{background:var(--bg-2)}.deposit-history-left{display:flex;align-items:center;gap:.75rem}.deposit-history-badge{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:.2rem .55rem;border-radius:20px;flex-shrink:0}.deposit-history-badge--paid{background:var(--green-soft);color:var(--green)}.deposit-history-badge--pending{background:var(--bg-2);color:var(--text-mute);border:1px solid var(--border)}.deposit-history-badge--expired,.deposit-history-badge--invalid{background:var(--red-soft);color:var(--red)}.deposit-history-credits{font-size:.85rem;font-weight:700;color:var(--text);font-family:var(--font-mono)}.deposit-history-coin{font-size:.75rem;color:var(--text-mute)}.deposit-history-date{font-size:.75rem;color:var(--text-mute);flex-shrink:0}.deposit-coming-soon{font-size:.65rem;font-weight:600;background:var(--bg-3);color:var(--text-mute);border:1px solid var(--border);padding:.15rem .45rem;border-radius:20px;letter-spacing:.03em;text-transform:uppercase}.dcrypto-header{margin-bottom:2rem}.dcrypto-back{background:none;border:none;color:var(--text-mute);font-size:.8rem;font-family:var(--font-sans);cursor:pointer;padding:0;margin-bottom:1rem;transition:color .15s}.dcrypto-back:hover{color:var(--text)}.dcrypto-title{font-size:2.2rem;font-weight:800;color:var(--text);margin-bottom:.4rem;letter-spacing:-.04em}.dcrypto-sub{font-size:.82rem;font-weight:500;color:var(--text-mute)}.dcrypto-box{max-width:460px}.dcrypto-form{display:flex;flex-direction:column;gap:1.25rem;background:var(--bg-1);border:1.5px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem;box-shadow:var(--shadow-sm)}.dcrypto-coin-row{display:flex;align-items:center;justify-content:space-between}.dcrypto-coin-label{font-size:.75rem;font-weight:600;color:var(--text-dim);text-transform:lowercase}.dcrypto-coin-badge{display:flex;align-items:center;gap:.5rem;font-size:.8rem;font-weight:600;color:var(--text);background:var(--bg-2);border:1.5px solid var(--border);padding:.35rem .75rem;border-radius:20px}.dcrypto-coin-dot{width:7px;height:7px;border-radius:50%;background:var(--blue);flex-shrink:0}.field-hint{font-size:.75rem;margin-top:.35rem}.field-hint.error{color:var(--red)}.dcrypto-preview{display:flex;flex-direction:column;background:var(--bg-2);border:1.5px solid var(--border);border-radius:var(--radius);overflow:hidden;opacity:0;transform:translateY(4px);transition:opacity .2s,transform .2s;pointer-events:none}.dcrypto-preview--visible{opacity:1;transform:none;pointer-events:auto}.dcrypto-preview-row{display:flex;justify-content:space-between;align-items:center;padding:.7rem 1rem;border-bottom:1.5px solid var(--border);font-size:.78rem;color:var(--text-dim)}.dcrypto-preview-row:last-child{border-bottom:none}.dcrypto-preview-val{font-family:var(--font-mono);font-weight:600;color:var(--text)}.dcrypto-preview-usd{color:var(--blue)}.dcrypto-submit{width:100%;padding:.85rem;margin-top:.15rem}.pstatus-header{margin-bottom:2rem}.pstatus-back{background:none;border:none;color:var(--text-mute);font-size:.8rem;font-family:var(--font-sans);cursor:pointer;padding:0;margin-bottom:1rem;transition:color .15s}.pstatus-back:hover{color:var(--text)}.pstatus-title{font-size:2.2rem;font-weight:800;color:var(--text);letter-spacing:-.04em}.pstatus-box{max-width:460px;display:flex;flex-direction:column;gap:1.25rem}.pstatus-loading{display:flex;align-items:center;gap:.75rem;color:var(--text-mute);font-size:.88rem}.pstatus-badge{display:inline-flex;align-items:center;gap:.5rem;font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:.4rem .9rem;border-radius:20px;width:fit-content}.pstatus-badge--pending{background:var(--bg-2);color:var(--text-dim);border:1.5px solid var(--border)}.pstatus-badge--paid{background:var(--green-soft);color:var(--green);border:1.5px solid var(--green)}.pstatus-badge--expired,.pstatus-badge--invalid{background:var(--red-soft);color:var(--red);border:1.5px solid var(--red)}.pstatus-details{display:flex;flex-direction:column;background:var(--bg-1);border:1.5px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm)}.pstatus-row{display:flex;justify-content:space-between;align-items:center;padding:.85rem 1.25rem;border-bottom:1.5px solid var(--border);font-size:.78rem;color:var(--text-dim)}.pstatus-row:last-child{border-bottom:none}.pstatus-val{font-weight:700;color:var(--text)}.pstatus-mono{font-family:var(--font-mono)}.pstatus-hint{font-size:.75rem;color:var(--text-mute)}.pstatus-success{display:flex;flex-direction:column;gap:1rem}.pstatus-success-title{font-size:1rem;font-weight:700;color:var(--green)}.pstatus-fail{display:flex;flex-direction:column;gap:1rem}.pstatus-fail-msg{font-size:.85rem;color:var(--text-dim)}.pstatus-cta{width:fit-content;padding:.75rem 1.5rem}:root{--bg: #f0f5ff;--bg-1: #ffffff;--bg-2: #e8f0fe;--bg-3: #dce8fd;--border: #d0e0fc;--border-hi: #a8c4f8;--blue: #2563eb;--blue-mid: #3b82f6;--blue-light:#60a5fa;--blue-dim: #1d4ed8;--blue-soft: #eff6ff;--blue-glow: rgba(37, 99, 235, .15);--text: #0f172a;--text-dim: #475569;--text-mute: #94a3b8;--red: #ef4444;--red-soft: #fef2f2;--green: #10b981;--green-soft:#f0fdf4;--font-sans: "Plus Jakarta Sans", system-ui, sans-serif;--font-mono: "DM Mono", "Courier New", monospace;--radius-sm: 6px;--radius: 10px;--radius-lg: 16px;--gap: 1.5rem;--nav-h: 60px;--shadow-sm: 0 1px 3px rgba(15,23,42,.06), 0 1px 2px rgba(15,23,42,.04);--shadow: 0 4px 16px rgba(15,23,42,.08), 0 1px 4px rgba(15,23,42,.04);--shadow-lg: 0 12px 40px rgba(15,23,42,.12), 0 4px 12px rgba(15,23,42,.06);--shadow-blue: 0 4px 20px rgba(37,99,235,.25);--nav-bg: rgba(255,255,255,.85)}[data-theme=dark]{--bg: #0d1117;--bg-1: #161b22;--bg-2: #1c2333;--bg-3: #243045;--border: #2a3a52;--border-hi: #3d5475;--blue: #4f93ff;--blue-mid: #60a5fa;--blue-light:#93c5fd;--blue-dim: #3b82f6;--blue-soft: #0d1f38;--blue-glow: rgba(79, 147, 255, .18);--text: #e2e8f0;--text-dim: #94a3b8;--text-mute: #4a5f7a;--red: #f87171;--red-soft: #1f0f0f;--green: #34d399;--green-soft:#0d1f18;--shadow-sm: 0 1px 3px rgba(0,0,0,.35);--shadow: 0 4px 16px rgba(0,0,0,.45);--shadow-lg: 0 12px 40px rgba(0,0,0,.55);--shadow-blue: 0 4px 20px rgba(79,147,255,.3);--nav-bg: rgba(13,17,23,.88)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:15px;background:var(--bg);color:var(--text);font-family:var(--font-sans);scroll-behavior:smooth;-webkit-font-smoothing:antialiased}body{min-height:100vh;overflow-x:hidden}a{color:var(--blue);text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3,h4{font-family:var(--font-sans);font-weight:800;letter-spacing:-.03em;line-height:1.1}button{font-family:var(--font-sans);cursor:pointer;border:none;outline:none}input{font-family:var(--font-sans);font-size:1rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.7rem 1.5rem;font-family:var(--font-sans);font-size:.85rem;font-weight:700;letter-spacing:-.01em;border-radius:var(--radius);transition:all .18s ease;cursor:pointer;border:none;white-space:nowrap}.btn-primary{background:var(--blue);color:#fff;box-shadow:var(--shadow-blue)}.btn-primary:hover:not(:disabled){background:var(--blue-dim);box-shadow:0 6px 24px #2563eb59;transform:translateY(-1px)}.btn-primary:active:not(:disabled){transform:translateY(0)}.btn-ghost{background:var(--bg-1);color:var(--text-dim);border:1.5px solid var(--border);box-shadow:var(--shadow-sm)}.btn-ghost:hover:not(:disabled){border-color:var(--border-hi);color:var(--text);background:var(--bg-2)}.btn-danger{background:var(--red-soft);color:var(--red);border:1.5px solid rgba(239,68,68,.2)}.btn-danger:hover:not(:disabled){background:#ef44441f}.btn:disabled{opacity:.45;cursor:not-allowed;transform:none!important;box-shadow:none!important}.field{display:flex;flex-direction:column;gap:.45rem}.field label{font-size:.78rem;font-weight:600;color:var(--text-dim);letter-spacing:.01em}.field input{background:var(--bg-1);border:1.5px solid var(--border);border-radius:var(--radius);color:var(--text);padding:.75rem 1rem;font-size:.95rem;transition:border-color .15s,box-shadow .15s;width:100%}.field input:focus{outline:none;border-color:var(--blue-mid);box-shadow:0 0 0 3px var(--blue-glow)}.field input::placeholder{color:var(--text-mute)}.card{background:var(--bg-1);border:1.5px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem;box-shadow:var(--shadow-sm)}.error-msg{font-size:.82rem;font-weight:500;color:var(--red);padding:.65rem .9rem;background:var(--red-soft);border:1.5px solid rgba(239,68,68,.2);border-radius:var(--radius)}.success-msg{font-size:.82rem;font-weight:500;color:var(--green);padding:.65rem .9rem;background:var(--green-soft);border:1.5px solid rgba(16,185,129,.25);border-radius:var(--radius)}.page{max-width:1100px;margin:0 auto;padding:calc(var(--nav-h) + 2.5rem) 2rem 4rem}.page-wide{max-width:1440px;margin:0 auto;padding:calc(var(--nav-h) + 2.5rem) 2rem 4rem}@keyframes fadeUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.fade-up{animation:fadeUp .4s cubic-bezier(.22,1,.36,1) both}@keyframes spin{to{transform:rotate(360deg)}}.spinner{width:18px;height:18px;border:2px solid var(--border);border-top-color:var(--blue);border-radius:50%;animation:spin .65s linear infinite;display:inline-block;flex-shrink:0}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border-hi);border-radius:6px}::-webkit-scrollbar-thumb:hover{background:var(--text-mute)}.badge{display:inline-flex;align-items:center;gap:.3rem;padding:.2rem .55rem;font-size:.68rem;font-weight:700;border-radius:999px;letter-spacing:.02em}
