:root{
  --void:#050507;
  --ink:#0b0d12;
  --panel:#10141d;
  --panel2:#151b27;
  --line:rgba(255,255,255,.11);
  --text:#f5f7fb;
  --muted:#a0a8b8;
  --gold:#ffd166;
  --lime:#9cff5a;
  --red:#ff4d6d;
  --blue:#4cc9f0;
  --purple:#b517ff;
  --radius:18px;
  --shadow:0 24px 80px rgba(0,0,0,.55);
}
*{box-sizing:border-box}
body{
  margin:0;
  color:var(--text);
  font-family:Rajdhani,Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  background:
    radial-gradient(circle at 18% 12%, rgba(255,77,109,.20), transparent 28%),
    radial-gradient(circle at 85% 20%, rgba(76,201,240,.16), transparent 30%),
    radial-gradient(circle at 55% 85%, rgba(181,23,255,.18), transparent 36%),
    linear-gradient(135deg,#040406,#0a0d14 45%,#050507);
  min-height:100vh;
}
body:before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px),
    linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px);
  background-size:70px 70px;
  mask-image:linear-gradient(to bottom,#000 0%,transparent 78%);
}
body:after{
  content:"";
  pointer-events:none;
  position:fixed;
  inset:0;
  background:linear-gradient(transparent 50%,rgba(255,255,255,.018) 51%);
  background-size:100% 6px;
  opacity:.45;
}
a{text-decoration:none;color:inherit}
.container{width:min(1220px,calc(100% - 34px));margin:auto}
.layout{display:grid;grid-template-columns:260px 1fr;min-height:100vh}
.sidebar{
  position:sticky;
  top:0;
  height:100vh;
  padding:22px;
  border-right:1px solid var(--line);
  background:rgba(5,5,7,.78);
  backdrop-filter:blur(18px);
  z-index:20;
}
.brand{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:28px;
}
.brand-mark{
  width:54px;height:54px;
  display:grid;place-items:center;
  border-radius:16px;
  color:#050507;
  font-weight:900;
  font-size:30px;
  background:linear-gradient(135deg,var(--gold),var(--red));
  box-shadow:0 0 36px rgba(255,77,109,.38);
}
.brand-title{font-weight:900;font-size:26px;letter-spacing:.5px}
.brand-sub{color:var(--muted);font-size:13px;margin-top:-4px}
.nav{display:grid;gap:9px}
.nav a{
  padding:13px 14px;
  border-radius:14px;
  color:var(--muted);
  border:1px solid transparent;
  font-weight:800;
  letter-spacing:.4px;
}
.nav a:hover,.nav a.active{
  color:var(--text);
  background:linear-gradient(90deg,rgba(255,209,102,.13),rgba(255,77,109,.10));
  border-color:rgba(255,255,255,.12);
}
.side-card{
  margin-top:26px;
  padding:16px;
  border:1px solid rgba(255,209,102,.24);
  border-radius:18px;
  background:rgba(255,209,102,.08);
}
.side-card strong{display:block;color:var(--gold);font-size:18px;margin-bottom:6px}
.side-card span{color:var(--muted);line-height:1.45}
.content{position:relative;z-index:2}
.topbar{
  padding:20px 0;
  border-bottom:1px solid var(--line);
  background:rgba(5,5,7,.35);
}
.topbar-inner{display:flex;justify-content:space-between;align-items:center;gap:18px}
.pill{
  display:inline-flex;gap:8px;align-items:center;
  padding:9px 13px;
  border-radius:999px;
  background:rgba(255,255,255,.07);
  border:1px solid var(--line);
  color:var(--muted);
  font-weight:800;
}
.btn{
  border:0;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:14px 18px;
  border-radius:14px;
  color:#08080a;
  background:linear-gradient(135deg,var(--gold),#ff8fab);
  font-weight:900;
  box-shadow:0 16px 48px rgba(255,77,109,.23);
  cursor:pointer;
  transition:.18s;
}
.btn:hover{transform:translateY(-2px)}
.btn.ghost{
  color:var(--text);
  background:rgba(255,255,255,.08);
  border:1px solid var(--line);
  box-shadow:none;
}
.hero{
  padding:54px 0 42px;
}
.hero-grid{
  display:grid;
  grid-template-columns:1fr 420px;
  gap:24px;
  align-items:stretch;
}
.hero-main{
  min-height:520px;
  border:1px solid var(--line);
  border-radius:30px;
  padding:38px;
  background:
    linear-gradient(135deg,rgba(255,255,255,.10),rgba(255,255,255,.04)),
    radial-gradient(circle at 70% 25%,rgba(255,209,102,.20),transparent 34%);
  box-shadow:var(--shadow);
  overflow:hidden;
  position:relative;
}
.hero-main:after{
  content:"777";
  position:absolute;
  right:-42px;
  bottom:-70px;
  font-size:260px;
  font-weight:900;
  color:rgba(255,255,255,.035);
  letter-spacing:-18px;
}
.kicker{
  color:var(--gold);
  font-weight:900;
  letter-spacing:2px;
  text-transform:uppercase;
  font-size:13px;
}
h1{
  margin:16px 0;
  font-size:clamp(54px,8vw,112px);
  line-height:.82;
  letter-spacing:-5px;
  max-width:820px;
}
h2{
  margin:0 0 18px;
  font-size:clamp(34px,4.4vw,60px);
  line-height:.9;
  letter-spacing:-2px;
}
h3{margin:0 0 10px;font-size:26px}
.lead{
  max-width:720px;
  color:var(--muted);
  font-size:22px;
  line-height:1.48;
}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}
.console{
  border-radius:30px;
  border:1px solid rgba(76,201,240,.24);
  background:#06080d;
  box-shadow:var(--shadow);
  overflow:hidden;
}
.console-head{
  display:flex;
  gap:7px;
  padding:14px 16px;
  border-bottom:1px solid var(--line);
}
.dot{width:11px;height:11px;border-radius:50%;background:var(--red)}
.dot:nth-child(2){background:var(--gold)}
.dot:nth-child(3){background:var(--lime)}
.console-body{padding:24px;font-family:"JetBrains Mono",Consolas,monospace}
.line{color:#6ee7b7;margin:10px 0}
.line span{color:var(--muted)}
.ip-card{
  margin-top:22px;
  padding:18px;
  border-radius:18px;
  background:linear-gradient(135deg,rgba(76,201,240,.13),rgba(181,23,255,.10));
  border:1px solid rgba(255,255,255,.13);
}
.ip{
  color:var(--gold);
  font-size:24px;
  font-weight:900;
  word-break:break-word;
}
.copy{
  margin-top:12px;
  width:100%;
}
.metrics{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
  margin-top:24px;
}
.metric{
  padding:18px;
  border-radius:18px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.06);
}
.metric strong{display:block;font-size:34px;color:var(--text)}
.metric span{color:var(--muted);font-weight:700}
.section{padding:42px 0}
.section-head{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:20px;
  margin-bottom:22px;
}
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.card{
  padding:24px;
  border-radius:24px;
  border:1px solid var(--line);
  background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.045));
  box-shadow:0 18px 60px rgba(0,0,0,.24);
}
.card:hover{border-color:rgba(255,209,102,.35)}
.card p,.muted{color:var(--muted);line-height:1.55}
.icon{font-size:38px;margin-bottom:14px}
.arena{
  display:grid;
  grid-template-columns:1.4fr .6fr;
  gap:18px;
}
.poster{
  min-height:360px;
  border-radius:30px;
  padding:28px;
  border:1px solid var(--line);
  background:
    linear-gradient(135deg,rgba(255,77,109,.20),rgba(76,201,240,.12)),
    repeating-linear-gradient(45deg,rgba(255,255,255,.05) 0 10px,transparent 10px 20px);
  display:flex;
  flex-direction:column;
  justify-content:end;
}
.poster h2{max-width:650px}
.list{display:grid;gap:12px}
.list-item{
  padding:16px;
  border-radius:18px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.06);
  display:flex;
  justify-content:space-between;
  gap:12px;
}
.footer{
  padding:34px 0 44px;
  border-top:1px solid var(--line);
  color:var(--muted);
}
.page-head{padding:46px 0 20px}
.shop-hero{
  display:grid;
  grid-template-columns:1fr 350px;
  gap:18px;
  margin-bottom:22px;
}
.shop-banner{
  padding:32px;
  border-radius:30px;
  border:1px solid rgba(255,209,102,.22);
  background:
    radial-gradient(circle at 75% 35%,rgba(255,209,102,.25),transparent 34%),
    linear-gradient(135deg,rgba(255,77,109,.15),rgba(255,255,255,.05));
}
.cart-preview{
  padding:24px;
  border-radius:30px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.07);
}
.category-tabs{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:24px 0;
}
.tab{
  padding:11px 14px;
  border-radius:999px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.07);
  color:var(--muted);
  font-weight:900;
}
.tab.active{color:#070707;background:var(--gold)}
.products{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.product{
  position:relative;
  overflow:hidden;
  padding:22px;
  border-radius:26px;
  border:1px solid var(--line);
  background:linear-gradient(180deg,rgba(255,255,255,.09),rgba(255,255,255,.04));
  min-height:290px;
}
.product.featured{
  border-color:rgba(255,209,102,.42);
  box-shadow:0 0 0 1px rgba(255,209,102,.12), var(--shadow);
}
.ribbon{
  position:absolute;
  top:18px;
  right:-34px;
  rotate:35deg;
  background:var(--red);
  color:#fff;
  font-weight:900;
  padding:6px 42px;
  font-size:13px;
}
.product-top{display:flex;justify-content:space-between;gap:14px;align-items:start}
.product-icon{
  width:58px;height:58px;
  display:grid;place-items:center;
  border-radius:18px;
  background:rgba(255,255,255,.09);
  font-size:30px;
}
.price{
  font-size:32px;
  color:var(--gold);
  font-weight:900;
  margin:14px 0 6px;
}
.old-price{
  color:var(--muted);
  text-decoration:line-through;
  font-size:16px;
  margin-left:8px;
}
.benefits{
  padding:0;
  margin:16px 0;
  display:grid;
  gap:8px;
  list-style:none;
  color:var(--muted);
}
.benefits li:before{content:"✦ ";color:var(--lime);font-weight:900}
.product .btn{width:100%;margin-top:8px}
.compare{
  width:100%;
  border-collapse:separate;
  border-spacing:0 10px;
}
.compare th{
  text-align:left;
  color:var(--gold);
  padding:10px;
  font-size:15px;
}
.compare td{
  padding:14px 10px;
  background:rgba(255,255,255,.06);
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.compare td:first-child{border-left:1px solid var(--line);border-radius:14px 0 0 14px;color:var(--text);font-weight:900}
.compare td:last-child{border-right:1px solid var(--line);border-radius:0 14px 14px 0}
.faq{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.faq details{
  padding:18px;
  border-radius:18px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.06);
}
.faq summary{cursor:pointer;font-weight:900;color:var(--text)}
.faq p{color:var(--muted)}
.rules{display:grid;gap:12px}
.rule{
  padding:18px;
  border-radius:18px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.06);
}
.mobile-menu{display:none}
@media(max-width:1000px){
  .layout{display:block}
  .sidebar{position:relative;height:auto;border-right:0;border-bottom:1px solid var(--line)}
  .nav{grid-template-columns:repeat(3,1fr)}
  .side-card{display:none}
  .hero-grid,.shop-hero,.arena{grid-template-columns:1fr}
  .metrics,.grid,.products,.faq{grid-template-columns:1fr 1fr}
}
@media(max-width:680px){
  .nav{grid-template-columns:1fr 1fr}
  .topbar-inner{align-items:flex-start;flex-direction:column}
  h1{letter-spacing:-2px}
  .hero-main{padding:24px;min-height:auto}
  .metrics,.grid,.products,.faq{grid-template-columns:1fr}
  .compare{font-size:14px}
}
