:root{--bg:#09070d;--card:#121017;--soft:#1a1620;--line:#292331;--text:#f7f4fa;--muted:#a59cab;--purple:#a843ff;--pink:#ff3c88;--green:#39e69a}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font:15px/1.5 Inter,Segoe UI,sans-serif;overflow-x:hidden}button,a,input{font:inherit}.aurora{position:fixed;border-radius:50%;filter:blur(140px);opacity:.19;z-index:-1}.aurora.a{width:600px;height:600px;background:#7c1dff;top:-350px;left:-120px}.aurora.b{width:650px;height:650px;background:#df135e;right:-380px;top:260px}header{height:78px;display:flex;align-items:center;justify-content:space-between;padding:0 max(28px,calc((100vw - 1240px)/2));border-bottom:1px solid #ffffff0c;position:sticky;top:0;background:#09070dda;backdrop-filter:blur(18px);z-index:10}.brand{display:flex;align-items:center;gap:7px;color:#fff;text-decoration:none;font-weight:500;letter-spacing:.4px}.brand span{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:linear-gradient(135deg,var(--purple),var(--pink));font-weight:900}.brand b{font-weight:900}nav{display:flex;gap:30px}nav a,footer a{color:var(--muted);text-decoration:none}nav a:hover,footer a:hover{color:#fff}button,.primary,.ghost,.discord{border:0;cursor:pointer;border-radius:11px;padding:11px 18px;font-weight:750}.primary{display:inline-flex;justify-content:center;text-decoration:none;color:white;background:linear-gradient(110deg,var(--purple),var(--pink));box-shadow:0 12px 38px #a843ff2b}.ghost{color:#eee;background:#ffffff0b;border:1px solid #ffffff18}.link{display:inline-flex;text-decoration:none}main{max-width:1240px;margin:auto;padding:0 28px}.hero{min-height:610px;display:grid;grid-template-columns:1.25fr .75fr;align-items:center;gap:80px}.eyebrow{font-size:11px;letter-spacing:2.2px;color:#c885ff;font-weight:900}.hero h1{font-size:clamp(48px,6vw,78px);line-height:1.01;letter-spacing:-4px;margin:15px 0}.hero h1 em{font-style:normal;background:linear-gradient(90deg,#c670ff,#ff4c93);background-clip:text;color:transparent}.hero p{max-width:570px;color:var(--muted);font-size:18px}.actions{display:flex;gap:12px;margin-top:30px}.hero-card{position:relative;background:linear-gradient(150deg,#191221,#100e13);border:1px solid #ffffff16;padding:42px;border-radius:24px;box-shadow:0 40px 100px #0008;overflow:hidden}.hero-card:after{content:"B";position:absolute;font-size:250px;font-weight:900;right:-24px;bottom:-105px;color:#ffffff05}.hero-card strong{font-size:40px;display:block;margin:15px 0}.hero-card small,.service-data small{color:#bf7aff;font-weight:900;letter-spacing:1px}.mini{display:flex;flex-direction:column;gap:8px;color:#d2c9d7;margin-top:28px}.pulse{width:10px;height:10px;border-radius:50%;background:var(--green);box-shadow:0 0 0 8px #39e69a1c;position:absolute;right:30px;top:30px}section{padding:74px 0}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:28px}.section-head h2{font-size:36px;letter-spacing:-1.5px;margin:6px 0}.live{color:var(--green);font-size:12px}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.stats article,.services article{background:linear-gradient(145deg,#151119,#0f0d12);border:1px solid var(--line);border-radius:17px;padding:24px}.stats small{color:var(--muted)}.stats strong{font-size:26px;display:block;margin:12px 0 2px}.stats span{color:#716978;font-size:12px}.tabs{background:#ffffff08;border:1px solid var(--line);border-radius:12px;padding:4px}.tabs button{background:none;color:var(--muted);padding:8px 14px}.tabs button.active{background:#ffffff12;color:#fff}.products{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.product{min-height:330px;background:var(--card);border:1px solid var(--line);border-radius:18px;padding:24px;display:flex;flex-direction:column;position:relative;overflow:hidden;transition:.25s}.product:hover{transform:translateY(-5px);border-color:#a843ff80}.product:before{content:"";position:absolute;inset:0 0 auto;height:4px;background:linear-gradient(90deg,var(--purple),var(--pink))}.product .tag{align-self:start;color:#d393ff;background:#a843ff14;padding:5px 9px;border-radius:99px;font-size:10px;font-weight:900}.product h3{font-size:21px;margin:25px 0 8px}.product p{color:var(--muted);flex:1}.price{font-size:27px;font-weight:900;margin:20px 0}.price small{font-size:12px;color:var(--muted)}.product button{width:100%;color:white;background:#a843ff}.services{display:grid;grid-template-columns:1fr 1fr;gap:16px}.services article{display:flex;gap:18px}.services h3{font-size:25px;margin:4px 0}.services p{color:var(--muted)}.icon{width:48px;height:48px;display:grid;place-items:center;border-radius:13px;background:#a843ff20;color:#c47aff;font-size:23px;flex:none}.service-data{margin-top:18px;padding-top:16px;border-top:1px solid var(--line);color:#ddd}.account-row,.game-row{display:flex;justify-content:space-between;gap:10px;padding:8px 0}.dot{color:var(--green)}.orders{border:1px solid var(--line);border-radius:17px;overflow:hidden}.order{display:grid;grid-template-columns:1fr auto auto;gap:24px;padding:17px 22px;border-bottom:1px solid var(--line)}.order:last-child{border:0}.status{font-size:11px;font-weight:900;color:#d494ff}.muted{color:var(--muted);padding:20px}.hidden{display:none!important}footer{max-width:1240px;margin:40px auto 0;padding:35px 28px;border-top:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;color:var(--muted)}dialog{width:min(440px,calc(100vw - 28px));border:1px solid #332a3b;border-radius:21px;background:#151119;color:#fff;padding:34px;box-shadow:0 40px 140px #000;position:fixed}dialog::backdrop{background:#070509d9;backdrop-filter:blur(8px)}dialog h2{font-size:29px;margin:8px 0 20px}dialog p{color:var(--muted)}.close{position:absolute;right:15px;top:13px;background:none;color:#aaa;font-size:27px;padding:2px 9px}.close:hover{color:white}form{display:grid;gap:14px}label{display:grid;gap:6px;color:#cfc7d4;font-size:12px;font-weight:700}input{width:100%;border:1px solid #342c3b;background:#0c0a0f;color:#fff;padding:13px;border-radius:10px;outline:none}input:focus{border-color:var(--purple)}.or{display:flex;align-items:center;gap:10px;color:#746d79;font-size:11px;margin:18px 0}.or span{height:1px;background:var(--line);flex:1}.discord{display:block;text-align:center;text-decoration:none;background:#5865f2;color:#fff}.switch{background:none;color:#c67cff;width:100%;margin-top:12px}.form-error{color:#ff779d;font-size:13px}.pix{text-align:center}.pix img{max-width:240px;background:#fff;padding:10px;border-radius:12px}.pix textarea{width:100%;height:85px;background:#0b090d;color:#ccc;border:1px solid var(--line);border-radius:9px;padding:9px;resize:none}.loader,.skeleton{background:linear-gradient(90deg,#15121a,#241d2a,#15121a);background-size:200%;animation:shine 1.2s infinite}.loader{width:42px;height:42px;border-radius:50%;margin:45px auto}.skeleton{height:330px;border-radius:18px}@keyframes shine{to{background-position:-200%}}#toast{position:fixed;right:22px;bottom:22px;background:#f5eff8;color:#160f19;padding:13px 18px;border-radius:11px;box-shadow:0 15px 55px #000;transform:translateY(100px);opacity:0;transition:.25s;z-index:30}#toast.show{transform:none;opacity:1}@media(max-width:900px){nav{display:none}.hero{grid-template-columns:1fr;padding:70px 0}.hero-card{display:none}.stats,.products{grid-template-columns:1fr 1fr}.services{grid-template-columns:1fr}}@media(max-width:560px){header,main{padding-left:16px;padding-right:16px}.hero{min-height:550px}.hero h1{font-size:48px;letter-spacing:-2.5px}.stats,.products{grid-template-columns:1fr}.section-head{align-items:start;gap:18px;flex-direction:column}.actions{flex-direction:column}.order{grid-template-columns:1fr}footer{flex-direction:column;gap:18px}.services article{padding:18px}}
.duration-choice{display:grid;gap:7px;margin:14px 0;color:var(--muted);font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.duration-choice select{width:100%;padding:12px 14px;border:1px solid rgba(73,214,255,.28);border-radius:10px;background:#071923;color:#f3fbff;font:inherit;text-transform:none;letter-spacing:0}.duration-choice select:focus{outline:2px solid rgba(38,210,255,.35);border-color:#26d2ff}
