:root{
  --bg:#070b10;
  --panel:#0c121a;
  --panel2:#0a1017;
  --text:#eaf1ff;
  --muted:#a7b2c6;
  --line: rgba(255,255,255,.08);

  --orange:#ff7a1a;
  --orange2:#ffb14a;
  --green:#1cff9a;
  --shadow: 0 20px 80px rgba(0,0,0,.55);
  --radius: 18px;
}

*{ box-sizing:border-box; }
html,body{ height:100%; }
body{
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;
  background: var(--bg);
  color: var(--text);
  overflow-x:hidden;
}

a{ color:inherit; text-decoration:none; }
.wrap{ max-width:1150px; margin:0 auto; padding:0 18px; }

/* Background */
.bg{ position:fixed; inset:0; z-index:-1; }
.grid{
  position:absolute; inset:0;
  background:
    linear-gradient(to right, rgba(255,255,255,.04) 1px, transparent 1px) 0 0/60px 60px,
    linear-gradient(to bottom, rgba(255,255,255,.03) 1px, transparent 1px) 0 0/60px 60px;
  opacity:.25;
}
.glow{
  position:absolute; width:520px; height:520px;
  border-radius:999px;
  filter: blur(40px);
  opacity:.35;
}
.g1{ left:-120px; top:-140px; background: radial-gradient(circle at 30% 30%, var(--orange), transparent 60%); }
.g2{ right:-140px; bottom:-160px; background: radial-gradient(circle at 50% 50%, #5b7cff, transparent 60%); }

/* Nav */
.nav{
  position:sticky; top:0; z-index:10;
  backdrop-filter: blur(10px);
  background: rgba(7,11,16,.65);
  border-bottom:1px solid var(--line);
}
.nav-inner{
  display:flex; align-items:center; justify-content:space-between;
  height:70px;
}
.brand{
  display:flex; gap:10px; align-items:center;
}
.brand.small .logo{ width:34px; height:34px; font-size:16px; }
.brand.small .name{ font-size:14px; }
.brand.small .sub{ font-size:12px; }

.logo{
  width:40px; height:40px; border-radius:14px;
  display:grid; place-items:center;
  background: radial-gradient(circle at 30% 30%, var(--orange2), var(--orange));
  color:#140a02;
  font-weight:900;
  box-shadow: 0 0 0 1px rgba(255,122,26,.35), 0 18px 60px rgba(255,122,26,.22);
}
.brandtext{ display:flex; flex-direction:column; line-height:1.05; }
.name{ font-weight:900; letter-spacing:.6px; }
.sub{ font-size:12px; color: var(--muted); margin-top:2px; }

.nav-links{
  display:flex; gap:18px;
  color: rgba(234,241,255,.8);
  font-size:14px;
}
.nav-links a{ opacity:.85; }
.nav-links a:hover{ opacity:1; color: #fff; }

.nav-cta{ display:flex; gap:10px; }

.btn{
  display:inline-flex; align-items:center; justify-content:center;
  gap:10px;
  padding:11px 14px;
  border-radius:14px;
  border:1px solid var(--line);
  background: rgba(255,255,255,.03);
  color: var(--text);
  font-weight:700;
  cursor:pointer;
  transition: transform .12s ease, background .12s ease, border .12s ease, opacity .12s ease;
  user-select:none;
}
.btn:hover{ transform: translateY(-1px); background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.14); }
.btn:active{ transform: translateY(0); }

.btn.primary{
  background: linear-gradient(135deg, var(--orange), #ff4d00);
  border-color: rgba(255,122,26,.55);
  color:#140a02;
  box-shadow: 0 18px 80px rgba(255,122,26,.18);
}
.btn.primary:hover{ opacity:.95; }
.btn.ghost{
  background: rgba(255,255,255,.02);
}
.btn.big{ padding:14px 16px; border-radius:16px; font-size:15px; }
.btn.full{ width:100%; }
.arrow{ font-weight:900; }

.hamburger{
  display:none;
  width:44px; height:44px;
  border-radius:14px;
  background: rgba(255,255,255,.03);
  border:1px solid var(--line);
  cursor:pointer;
}
.hamburger span{
  display:block; height:2px; width:18px;
  background: rgba(234,241,255,.85);
  margin:5px auto;
  border-radius:2px;
}

/* Mobile menu */
.mobile{
  display:none;
  border-top:1px solid var(--line);
}
.mobile-inner{
  padding:14px 18px 18px;
  display:flex; flex-direction:column; gap:12px;
}
.mobile-inner a{ opacity:.9; }
.mobile-cta{ display:flex; gap:10px; margin-top:6px; }

/* Hero */
.hero{ padding:70px 0 28px; }
.hero-inner{
  display:grid;
  grid-template-columns: 1.15fr .85fr;
  gap:22px;
  align-items:start;
}
.pill{
  display:inline-flex; align-items:center; gap:10px;
  padding:8px 12px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.03);
  color: rgba(234,241,255,.85);
  font-size:13px;
}
.dot{
  width:10px; height:10px; border-radius:999px;
  background: var(--green);
  box-shadow: 0 0 0 6px rgba(28,255,154,.08);
}
h1{
  margin:16px 0 12px;
  font-size:50px;
  letter-spacing:-.6px;
  line-height:1.03;
}
.accent{
  background: linear-gradient(90deg, var(--orange2), var(--orange));
  -webkit-background-clip:text;
  background-clip:text;
  color: transparent;
}
.lead{
  margin:0;
  color: rgba(234,241,255,.78);
  font-size:17px;
  line-height:1.55;
  max-width:56ch;
}
.hero-actions{ display:flex; gap:12px; margin-top:18px; flex-wrap:wrap; }
.hero-badges{
  display:flex; gap:10px;
  margin-top:18px;
  flex-wrap:wrap;
}
.badge{
  border:1px solid var(--line);
  background: rgba(255,255,255,.03);
  border-radius:16px;
  padding:12px 12px;
  min-width:150px;
}
.b-top{ font-weight:900; }
.b-sub{ color: rgba(234,241,255,.7); font-size:13px; margin-top:3px; }

.card{
  border:1px solid var(--line);
  background: rgba(12,18,26,.65);
  border-radius: var(--radius);
  padding:16px;
  box-shadow: var(--shadow);
}
.card.glass{
  background: linear-gradient(180deg, rgba(12,18,26,.8), rgba(10,16,23,.55));
}
.card-head{
  display:flex; align-items:center; justify-content:space-between;
  margin-bottom:12px;
}
.card-title{ font-weight:900; }
.chip{
  font-size:12px;
  padding:6px 10px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.03);
  color: rgba(234,241,255,.85);
}

.statgrid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:10px;
}
.stat{
  border:1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.02);
  border-radius:16px;
  padding:12px;
}
.k{ color: rgba(234,241,255,.68); font-size:12px; }
.v{ font-weight:900; margin-top:6px; }
.mono{ font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace; font-size:12px; word-break:break-all; }

.divider{
  height:1px; background: rgba(255,255,255,.08);
  margin:14px 0;
}
.mini-title{ font-weight:900; margin-bottom:10px; }
.steps{ margin:0; padding-left:18px; color: rgba(234,241,255,.78); }
.steps li{ margin:10px 0; }
.steps .n{
  display:inline-flex; align-items:center; justify-content:center;
  width:22px; height:22px;
  border-radius:8px;
  margin-right:8px;
  background: rgba(255,122,26,.15);
  border:1px solid rgba(255,122,26,.35);
  color: var(--orange2);
  font-weight:900;
  font-size:12px;
}
.card-actions{ display:flex; gap:10px; }
.hint{ margin-top:12px; color: rgba(234,241,255,.6); font-size:12px; }

/* Sections */
.section{ padding:54px 0; }
.section-head{
  margin-bottom:18px;
}
.section-head h2{
  margin:0;
  font-size:34px;
  letter-spacing:-.4px;
}
.section-head p{
  margin:8px 0 0;
  color: rgba(234,241,255,.72);
}

.cards3{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:12px;
}
.cards2{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:12px;
}
.icon{
  width:44px; height:44px;
  border-radius:16px;
  display:grid; place-items:center;
  background: rgba(255,122,26,.12);
  border:1px solid rgba(255,122,26,.28);
  margin-bottom:10px;
  font-size:18px;
}
.card h3{ margin:6px 0 8px; }
.card p{ margin:0; color: rgba(234,241,255,.74); line-height:1.6; }

.note{
  margin-top:14px;
  padding:14px 14px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
  color: rgba(234,241,255,.78);
}

.kv{
  display:flex; justify-content:space-between; gap:12px;
  padding:10px 0;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.kv:last-child{ border-bottom:none; }
.tiny{ margin-top:10px; color: rgba(234,241,255,.62); font-size:12px; }

.bullets{ margin:0; padding-left:18px; color: rgba(234,241,255,.78); }
.bullets li{ margin:10px 0; }

.cta-row{ display:flex; gap:10px; margin-top:14px; flex-wrap:wrap; }

/* Pairs */
.pairgrid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:12px;
}
.paircard{
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
  border-radius:18px;
  padding:16px;
}
.pairname{ font-weight:900; font-size:18px; }
.pairmeta{ color: rgba(234,241,255,.7); margin-top:6px; }

/* Timeline */
.timeline{ display:flex; flex-direction:column; gap:12px; }
.titem{
  display:grid;
  grid-template-columns: 120px 1fr;
  gap:12px;
  align-items:start;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
  border-radius:18px;
  padding:14px;
}
.tbadge{
  align-self:start;
  width:100%;
  text-align:center;
  font-weight:900;
  padding:10px 12px;
  border-radius:14px;
  background: rgba(255,122,26,.14);
  border:1px solid rgba(255,122,26,.28);
  color: var(--orange2);
}
.tcontent h3{ margin:0 0 6px; }
.tcontent p{ margin:0; color: rgba(234,241,255,.75); line-height:1.55; }

.cta-wide{
  margin-top:16px;
  border:1px solid rgba(255,255,255,.10);
  background: linear-gradient(135deg, rgba(255,122,26,.12), rgba(91,124,255,.08));
  border-radius:20px;
  padding:18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  flex-wrap:wrap;
}
.cta-wide h3{ margin:0 0 6px; }
.cta-wide p{ margin:0; color: rgba(234,241,255,.75); }

/* FAQ */
.faq details{
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
  border-radius:18px;
  padding:12px 14px;
  margin-bottom:10px;
}
.faq summary{
  cursor:pointer;
  font-weight:900;
}
.ans{
  margin-top:10px;
  color: rgba(234,241,255,.75);
  line-height:1.6;
}
.foot-cta{ display:flex; gap:10px; flex-wrap:wrap; margin-top:14px; }

/* Live duels table */
.live-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  flex-wrap:wrap;
  margin-bottom:12px;
}
.live-left{ display:flex; flex-direction:column; gap:6px; }
.live-right{ display:flex; gap:10px; flex-wrap:wrap; }

.table-wrap{
  overflow:auto;
  border:1px solid rgba(255,255,255,.08);
  border-radius:16px;
}
.table{
  width:100%;
  border-collapse:collapse;
  min-width: 780px;
  background: rgba(255,255,255,.02);
}
.table th, .table td{
  padding:12px 12px;
  border-bottom:1px solid rgba(255,255,255,.08);
  text-align:left;
  font-size:13px;
}
.table th{
  color: rgba(234,241,255,.75);
  font-weight:900;
  background: rgba(255,255,255,.02);
}
.table td{
  color: rgba(234,241,255,.85);
}
.table .mono{
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size:12px;
}
.table .muted{
  color: rgba(234,241,255,.6);
}
.badgeTag{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:6px 10px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.03);
  font-weight:900;
  font-size:12px;
}
.badgeTag.good{ border-color: rgba(28,255,154,.25); color: rgba(28,255,154,.95); background: rgba(28,255,154,.06); }
.badgeTag.warn{ border-color: rgba(255,177,74,.28); color: rgba(255,177,74,.95); background: rgba(255,177,74,.06); }
.badgeTag.bad{ border-color: rgba(255,90,90,.28); color: rgba(255,120,120,.95); background: rgba(255,90,90,.06); }

/* Footer */
.footer{
  border-top:1px solid var(--line);
  padding:22px 0;
  background: rgba(7,11,16,.6);
}
.footer-inner{
  display:flex; justify-content:space-between; align-items:center;
  gap:16px;
  flex-wrap:wrap;
}
.f-right{ display:flex; gap:14px; color: rgba(234,241,255,.7); font-size:14px; }
.f-right a:hover{ color:#fff; }

@media (max-width: 980px){
  .nav-links{ display:none; }
  .hamburger{ display:inline-block; }
  .mobile.show{ display:block; }
  .hero-inner{ grid-template-columns: 1fr; }
  h1{ font-size:42px; }
  .cards3{ grid-template-columns:1fr; }
  .cards2{ grid-template-columns:1fr; }
  .pairgrid{ grid-template-columns:1fr; }
  .titem{ grid-template-columns:1fr; }
}