:root{--bg:#070912;--bg-soft:#0e1428;--card:rgba(16,23,45,.78);--card2:rgba(22,31,61,.94);--border:rgba(255,255,255,.12);--text:#f5f7ff;--muted:#aab3d6;--blue:#24d7ff;--purple:#9b5cff;--green:#5cffb0;--gold:#ffd66b;--danger:#ff5c7a;--shadow:0 24px 80px rgba(0,0,0,.45)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:radial-gradient(circle at top left,rgba(36,215,255,.14),transparent 32rem),radial-gradient(circle at top right,rgba(155,92,255,.14),transparent 34rem),var(--bg);color:var(--text)}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}.bg-glow{position:fixed;width:18rem;height:18rem;border-radius:50%;filter:blur(70px);opacity:.32;pointer-events:none;z-index:-1}.bg-glow-one{left:-5rem;top:10rem;background:var(--blue)}.bg-glow-two{right:-5rem;top:28rem;background:var(--purple)}.site-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;padding:1rem min(6vw,5rem);background:rgba(7,9,18,.82);backdrop-filter:blur(18px);border-bottom:1px solid var(--border)}.brand{display:flex;align-items:center;gap:.8rem;font-weight:900;letter-spacing:-.03em}.brand img{width:2.7rem;height:2.7rem;border-radius:.9rem;object-fit:cover;box-shadow:0 0 28px rgba(36,215,255,.22)}.nav{display:flex;align-items:center;gap:1.2rem;color:var(--muted)}.nav a:hover{color:var(--text)}.nav-cta{color:#050713!important;padding:.65rem 1rem;border-radius:999px;background:linear-gradient(135deg,var(--blue),var(--green));font-weight:900}.menu-toggle{display:none;border:1px solid var(--border);color:var(--text);background:var(--card);border-radius:.8rem;padding:.5rem .8rem}.section{padding:5rem min(6vw,5rem);max-width:1240px;margin:0 auto}.hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.75fr);gap:3rem;min-height:calc(100vh - 5rem);align-items:center}.pill,.eyebrow{display:inline-flex;width:max-content;align-items:center;gap:.4rem;padding:.45rem .7rem;border-radius:999px;border:1px solid var(--border);color:var(--blue);background:rgba(36,215,255,.08);font-size:.88rem;font-weight:800}.hero h1,.page-hero h1,.section-heading h2{margin:1rem 0;font-size:clamp(2.2rem,5vw,5rem);line-height:.96;letter-spacing:-.075em}.hero p,.page-hero p,.section-heading p{max-width:760px;color:var(--muted);font-size:1.1rem;line-height:1.75}.hero-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:3rem;padding:.9rem 1.25rem;border:0;border-radius:1rem;cursor:pointer;font-weight:900;transition:.2s}.btn:hover{transform:translateY(-2px)}.btn-primary{color:#050713;background:linear-gradient(135deg,var(--blue),var(--green));box-shadow:0 14px 50px rgba(36,215,255,.22)}.btn-secondary{color:var(--text);border:1px solid var(--border);background:rgba(255,255,255,.06)}.trust-row{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1.8rem;color:var(--muted)}.trust-row span{padding:.6rem .8rem;border-radius:999px;background:rgba(255,255,255,.05);border:1px solid var(--border)}.hero-card,.feature-card,.price-card,.market-card,.cart-panel,.summary-panel,.shop-sidebar,.demo-discord,.video-card,.loader-card{padding:1.35rem;border:1px solid var(--border);border-radius:1.4rem;background:var(--card);box-shadow:0 18px 60px rgba(0,0,0,.22)}.browser-dots{display:flex;gap:.45rem;margin-bottom:1rem}.browser-dots span{width:.7rem;height:.7rem;border-radius:50%;background:var(--muted);opacity:.6}.preview-list{display:grid;gap:.8rem}.preview-list a,.preview-list div{display:flex;justify-content:space-between;padding:1rem;border-radius:1rem;background:rgba(255,255,255,.045);color:var(--muted)}.preview-list strong{color:var(--green)}.section-heading{text-align:center;display:grid;justify-items:center;margin-bottom:2.4rem}.features-grid,.pricing-grid,.market-grid,.video-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.feature-card .icon{display:inline-grid;place-items:center;width:3rem;height:3rem;margin-bottom:1rem;border-radius:1rem;background:rgba(36,215,255,.1);font-size:1.4rem}.feature-card p,.price-card p,.market-card p,.small-note{color:var(--muted);line-height:1.6}.link-arrow{color:var(--blue);font-weight:900}.price-card{display:flex;flex-direction:column;position:relative}.price-card.popular{border-color:rgba(36,215,255,.5);background:linear-gradient(180deg,rgba(36,215,255,.12),rgba(16,23,45,.8))}.badge{position:absolute;top:1rem;right:1rem;padding:.35rem .6rem;border-radius:999px;background:rgba(92,255,176,.14);color:var(--green);font-size:.78rem;font-weight:900}.price{font-size:2.2rem;font-weight:950;letter-spacing:-.06em;margin:.4rem 0 1rem}.price-card ul{padding:0;margin:0 0 1.3rem;list-style:none;display:grid;gap:.55rem;color:var(--muted)}.price-card li:before{content:"✓";color:var(--green);margin-right:.5rem}.price-card .btn{margin-top:auto;width:100%}.shop-layout{display:grid;grid-template-columns:280px 1fr;gap:1rem;align-items:start}.shop-sidebar{position:sticky;top:6rem;display:grid;gap:1rem}.shop-sidebar label{display:grid;gap:.45rem;color:var(--muted);font-weight:800}input,select,textarea{width:100%;border:1px solid var(--border);outline:0;border-radius:.9rem;padding:.85rem .9rem;color:var(--text);background:rgba(255,255,255,.06)}.market-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.market-card{overflow:hidden;padding:0;display:flex;flex-direction:column}.market-card img{width:100%;height:170px;object-fit:cover;background:#11182e}.market-card-content{padding:1rem;display:flex;flex-direction:column;gap:.65rem;flex:1}.market-card h3{margin:.2rem 0}.market-card .category{color:var(--blue);font-size:.85rem;font-weight:900}.market-card .price-line{font-size:1.35rem;font-weight:950}.market-actions{display:grid;grid-template-columns:1fr 1fr;gap:.6rem;margin-top:auto}.checkout-layout{display:grid;grid-template-columns:1fr 360px;gap:1rem;align-items:start}.cart-item{display:grid;grid-template-columns:72px 1fr auto;gap:1rem;align-items:center;padding:1rem;border-bottom:1px solid var(--border)}.cart-item img{width:72px;height:54px;border-radius:.8rem;object-fit:cover}.qty-control{display:flex;align-items:center;gap:.5rem}.qty-control button{width:2rem;height:2rem;border-radius:.6rem;border:1px solid var(--border);background:rgba(255,255,255,.06);color:var(--text);cursor:pointer}.summary-panel{position:sticky;top:6rem;display:grid;gap:1rem}.summary-row{display:flex;justify-content:space-between;padding:1rem;background:rgba(255,255,255,.045);border-radius:1rem}.demo-zone{display:grid;gap:1.2rem}.demo-discord{display:grid;grid-template-columns:210px 1fr 260px;gap:1rem;background:linear-gradient(180deg,rgba(22,31,61,.86),rgba(11,16,32,.76))}.demo-sidebar,.demo-panel{display:grid;gap:.8rem}.demo-sidebar a,.demo-panel div{padding:.8rem;border-radius:.8rem;background:rgba(255,255,255,.05);color:var(--muted)}.demo-sidebar .active{color:var(--text);background:rgba(36,215,255,.14)}.demo-top{padding:.8rem;border-bottom:1px solid var(--border);color:var(--muted)}.message{padding:1rem}.message p{color:var(--muted)}.mini-buttons{display:flex;gap:.6rem;flex-wrap:wrap}.mini-buttons button{border:1px solid var(--border);border-radius:.8rem;background:rgba(255,255,255,.06);color:var(--text);padding:.6rem .8rem}.video-card{min-height:170px;display:grid;align-content:center}.play{display:grid;place-items:center;width:3.4rem;height:3.4rem;border-radius:999px;background:linear-gradient(135deg,var(--blue),var(--purple));color:#050713;font-weight:900}.faq-list{max-width:900px;display:grid;gap:.8rem}details{border:1px solid var(--border);border-radius:1rem;background:var(--card);padding:1rem 1.2rem}summary{cursor:pointer;font-weight:900}details p{color:var(--muted);line-height:1.7}.footer{display:flex;justify-content:space-between;gap:1rem;padding:2rem min(6vw,5rem);border-top:1px solid var(--border);color:var(--muted)}.footer strong{color:var(--text)}.footer-links{display:flex;gap:1rem}.empty{padding:2rem;text-align:center;color:var(--muted)}@media(max-width:980px){.menu-toggle{display:inline-flex}.nav{position:absolute;left:1rem;right:1rem;top:4.9rem;display:none;flex-direction:column;align-items:stretch;padding:1rem;border:1px solid var(--border);border-radius:1.2rem;background:rgba(7,9,18,.96)}.nav.open{display:flex}.hero,.shop-layout,.checkout-layout,.demo-discord{grid-template-columns:1fr}.features-grid,.pricing-grid,.market-grid,.video-grid{grid-template-columns:1fr}.shop-sidebar,.summary-panel{position:static}.footer{flex-direction:column}}@media(max-width:560px){.section{padding:4rem 1rem}.site-header{padding:.9rem 1rem}.market-actions{grid-template-columns:1fr}.cart-item{grid-template-columns:60px 1fr}.cart-item>strong{grid-column:2}}