:root{
  --bg: #070a12;
  --card: rgba(255,255,255,0.06);
  --card2: rgba(255,255,255,0.08);
  --border: rgba(255,255,255,0.12);
  --text: rgba(255,255,255,0.92);
  --muted: rgba(255,255,255,0.65);
  --muted2: rgba(255,255,255,0.45);
  --accent: #8bd3ff;
  --accent2:#ffd08a;
  --shadow: 0 18px 60px rgba(0,0,0,0.45);
  --radius: 18px;
  --max: 1040px;
  --font: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
}

*{ box-sizing:border-box; }
html,body{ height:100%; }
body{
  margin:0;
  font-family:var(--font);
  color:var(--text);
  background: var(--bg);
  overflow-x:hidden;
}

a{ color:inherit; text-decoration:none; }
code{ font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

.bg{
  position:fixed; inset:0;
  background:
    radial-gradient(1200px 700px at 20% 10%, rgba(139,211,255,0.18), transparent 55%),
    radial-gradient(900px 600px at 80% 20%, rgba(255,208,138,0.14), transparent 55%),
    radial-gradient(1000px 700px at 50% 90%, rgba(170,140,255,0.10), transparent 60%),
    linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.00));
  filter:saturate(1.15);
  pointer-events:none;
}

.glow{
  position:fixed; inset:-120px;
  background: radial-gradient(circle at 50% 30%, rgba(255,255,255,0.06), transparent 55%);
  pointer-events:none;
  mix-blend-mode: screen;
}

.wrap{
  width:min(var(--max), calc(100% - 40px));
  margin:0 auto;
}

.nav{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:22px 0 10px;
}

.brand{
  display:flex;
  gap:12px;
  align-items:center;
}

.logo{
  width:44px; height:44px;
  display:grid; place-items:center;
  border-radius:14px;
  background: linear-gradient(135deg, rgba(139,211,255,0.25), rgba(255,208,138,0.18));
  border:1px solid var(--border);
  box-shadow: var(--shadow);
  font-weight:900;
  letter-spacing:0.5px;
}

.brandtext .name{
  font-weight:800;
  letter-spacing:0.2px;
}
.brandtext .tag{
  font-size:12px;
  color:var(--muted2);
  margin-top:2px;
}

.navlinks{
  display:flex;
  gap:16px;
  color:var(--muted);
  font-weight:600;
  font-size:14px;
}
.navlinks a{
  padding:8px 10px;
  border-radius:12px;
  border:1px solid transparent;
}
.navlinks a:hover{
  border-color: var(--border);
  background: rgba(255,255,255,0.04);
}

.hero{
  padding:52px 0 26px;
}
.hero h1{
  margin:0;
  font-size:54px;
  line-height:1.04;
  letter-spacing:-0.8px;
}
.subtitle{
  margin:14px 0 0;
  max-width: 62ch;
  color:var(--muted);
  font-size:16px;
  line-height:1.55;
}

.ctaRow{
  display:flex;
  gap:12px;
  margin-top:22px;
  flex-wrap:wrap;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:12px 16px;
  border-radius:14px;
  border:1px solid var(--border);
  background: rgba(255,255,255,0.04);
  color:var(--text);
  font-weight:800;
  letter-spacing:0.2px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.25);
}
.btn:hover{
  transform: translateY(-1px);
  background: rgba(255,255,255,0.06);
}
.btn.primary{
  border-color: rgba(139,211,255,0.35);
  background: linear-gradient(135deg, rgba(139,211,255,0.20), rgba(255,208,138,0.12));
}
.btn.ghost{
  color:var(--muted);
}

.chips{
  display:flex;
  gap:10px;
  margin-top:18px;
  flex-wrap:wrap;
}
.chip{
  padding:8px 12px;
  border-radius:999px;
  border:1px solid var(--border);
  background: rgba(255,255,255,0.03);
  color:var(--muted);
  font-size:13px;
  font-weight:700;
}

.card{
  background: var(--card);
  border:1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding:20px;
  backdrop-filter: blur(10px);
}

.cardHeader h2{
  margin:0;
  font-size:20px;
  letter-spacing:-0.2px;
}
.cardHeader p{
  margin:6px 0 0;
  color:var(--muted);
  font-size:14px;
  line-height:1.55;
}

.embed{
  margin-top:14px;
  border-radius:16px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,0.10);
  background: rgba(0,0,0,0.25);
}

.meta{
  margin-top:14px;
}
.metaRow{
  display:flex;
  gap:12px;
  align-items:center;
  padding:12px;
  border:1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.03);
  border-radius:14px;
  flex-wrap:wrap;
}
.label{
  color:var(--muted2);
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:0.9px;
}
.code{
  padding:6px 10px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,0.12);
  background: rgba(0,0,0,0.25);
  color: rgba(255,255,255,0.86);
  font-size:13px;
}

.copy{
  margin-left:auto;
  padding:8px 10px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.04);
  color: var(--muted);
  font-weight:800;
  cursor:pointer;
}
.copy:hover{ background: rgba(255,255,255,0.06); }

.grid{
  display:grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap:16px;
  margin-top:16px;
}

.linkList{
  margin-top:12px;
  display:flex;
  flex-direction:column;
  gap:10px;
}
.linkItem{
  display:flex;
  align-items:center;
  gap:12px;
  padding:12px 14px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.03);
  font-weight:800;
}
.linkItem:hover{
  background: rgba(255,255,255,0.05);
  transform: translateY(-1px);
}
.icon{ width:26px; text-align:center; opacity:0.95; }
.arrow{ margin-left:auto; color:var(--muted2); }

.contactBox{
  margin-top:12px;
  display:flex;
  flex-direction:column;
  gap:10px;
}
.contactLink{
  color: rgba(255,255,255,0.90);
  text-decoration: underline;
  text-decoration-color: rgba(139,211,255,0.35);
  text-underline-offset: 3px;
}
.note{
  margin-top:14px;
  color:var(--muted);
  font-size:13px;
  line-height:1.6;
  padding:12px 14px;
  border-radius:14px;
  border:1px dashed rgba(255,255,255,0.14);
  background: rgba(0,0,0,0.18);
}

.footer{
  margin:24px 0 36px;
  padding:18px 0 0;
  color:var(--muted2);
  font-size:13px;
  display:flex;
  flex-direction:column;
  gap:6px;
  text-align:center;
}
.small{ color: rgba(255,255,255,0.35); }

@media (max-width: 860px){
  .nav{ gap:14px; }
  .navlinks{ display:none; }
  .hero h1{ font-size:40px; }
  .grid{ grid-template-columns: 1fr; }
  .copy{ margin-left:0; }
}
