:root{
  --bg:#070b14;
  --panel: rgba(255,255,255,.06);
  --panel2: rgba(255,255,255,.09);
  --text: rgba(255,255,255,.92);
  --muted: rgba(255,255,255,.70);
  --muted2: rgba(255,255,255,.55);
  --line: rgba(255,255,255,.12);
  --accent: #7dd3fc;
  --accent2:#a78bfa;
  --shadow: 0 18px 50px rgba(0,0,0,.50);
  --radius: 18px;
  --radius2: 26px;
  --max: 1080px;
  --font: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
  --mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family:var(--font);
  background:var(--bg);
  color:var(--text);
  line-height:1.55;
  text-rendering: optimizeLegibility;
}

a{color:inherit}
::selection{background: rgba(125,211,252,.25)}

.bg{
  position:fixed; inset:0;
  background:
    radial-gradient(900px 520px at 16% 10%, rgba(125,211,252,.22), transparent 60%),
    radial-gradient(720px 520px at 88% 18%, rgba(167,139,250,.20), transparent 62%),
    radial-gradient(980px 760px at 56% 92%, rgba(34,211,238,.10), transparent 60%),
    linear-gradient(180deg, rgba(255,255,255,.03), transparent 35%);
  pointer-events:none;
  filter:saturate(110%);
}

.wrap{max-width:var(--max); margin:0 auto; padding:24px 18px}
header.wrap{padding-top:18px}

.nav{
  display:flex; align-items:center; justify-content:space-between;
  padding:12px 16px;
  border:1px solid var(--line);
  background:rgba(0,0,0,.18);
  backdrop-filter: blur(12px);
  border-radius:999px;
  box-shadow: var(--shadow);
}

.brand{
  font-weight:760;
  letter-spacing:.2px;
  text-decoration:none;
  display:flex; gap:10px; align-items:center;
}
.brandDot{
  width:10px; height:10px; border-radius:999px;
  background: linear-gradient(135deg, var(--accent), var(--accent2));
  box-shadow: 0 0 0 4px rgba(255,255,255,.03);
}

.navlinks a{
  color:var(--muted);
  text-decoration:none;
  margin-left:14px;
  font-weight:650;
  padding:8px 10px;
  border-radius:999px;
  border:1px solid transparent;
}
.navlinks a:hover{
  color:var(--text);
  background: rgba(255,255,255,.04);
  border-color: rgba(255,255,255,.08);
}

.hero{
  display:grid;
  grid-template-columns: 1.35fr .95fr;
  gap:26px;
  padding-top:28px;
  padding-bottom:8px;
}

.kicker{margin:0; color:var(--muted2); font-weight:700; letter-spacing:.2px}
h1{
  margin:.18em 0 .22em;
  font-size: clamp(40px, 4.5vw, 60px);
  letter-spacing:-.8px;
  line-height:1.05;
}
.sub{
  max-width:64ch;
  color:var(--muted);
  font-size:1.10rem;
  margin:0.4rem 0 0;
}

.cta{display:flex; gap:10px; margin:18px 0 14px; flex-wrap:wrap}

.button{
  display:inline-flex; align-items:center; justify-content:center;
  padding:10px 14px;
  border-radius: 999px;
  border:1px solid var(--line);
  background: rgba(255,255,255,.04);
  color: var(--text);
  text-decoration:none;
  font-weight:750;
  letter-spacing:.1px;
}
.button:hover{background: rgba(255,255,255,.07)}
.button.primary{
  border-color: rgba(125,211,252,.35);
  background: linear-gradient(135deg, rgba(125,211,252,.22), rgba(167,139,250,.18));
}

.meta{display:flex; flex-wrap:wrap; gap:8px; margin:0}
.pill{
  font-size:.92rem;
  padding:6px 10px;
  border-radius:999px;
  border:1px solid var(--line);
  background: rgba(255,255,255,.035);
  color: var(--muted);
}

.card{
  border-radius: var(--radius2);
  border:1px solid rgba(255,255,255,.14);
  background: rgba(0,0,0,.18);
  backdrop-filter: blur(12px);
  box-shadow: var(--shadow);
  padding:18px;
}

.cardTop{display:flex; gap:12px; align-items:center; margin-bottom:12px}
.avatar{
  width:46px; height:46px; border-radius:16px;
  background:
    radial-gradient(18px 18px at 30% 30%, rgba(125,211,252,.7), transparent 60%),
    radial-gradient(22px 22px at 70% 70%, rgba(167,139,250,.65), transparent 60%),
    rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.14);
}

.cardName{font-weight:820}
.cardRole{color:var(--muted2); font-size:.96rem}

.facts{margin:0; display:grid; gap:10px}
.facts > div{
  display:flex; justify-content:space-between; gap:14px;
  padding:10px 12px;
  border-radius: 18px;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
}
dt{color:var(--muted2); font-weight:750}
dd{margin:0; color:var(--text); text-align:right}

.cardLinks{display:flex; gap:10px; margin-top:14px; flex-wrap:wrap}
.cardLinks a{
  color:var(--muted);
  text-decoration:none;
  padding:8px 10px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
}
.cardLinks a:hover{color:var(--text); background: rgba(255,255,255,.06)}

.section{
  padding:26px 0;
  border-top: 1px solid rgba(255,255,255,.06);
}
.section:first-of-type{border-top:none}

h2{
  margin:0 0 10px;
  font-size:1.38rem;
  letter-spacing:-.2px;
}
.muted{color:var(--muted)}

.grid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:12px;
  margin-top:12px;
}
.box{
  border-radius: var(--radius2);
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
  padding:16px 16px 18px;
}
.box h3{margin:0 0 6px; font-weight:820}
.box p{margin:0; color:var(--muted)}

.list{display:grid; gap:10px; margin-top:12px}
.row{
  display:flex; align-items:center; justify-content:space-between;
  gap:12px;
  padding:14px 14px;
  border-radius: var(--radius2);
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
  text-decoration:none;
}
.row:hover{background: rgba(255,255,255,.055)}
.rowTitle{font-weight:820; color:var(--text)}
.rowDesc{color:var(--muted2); font-size:.95rem}
.arrow{color:var(--muted2); font-weight:900}

.contact{display:flex; gap:10px; flex-wrap:wrap; margin-top:10px}
.tiny{margin-top:12px; color:var(--muted2); font-size:.95rem}
.code{
  padding:2px 8px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.03);
  font-family: var(--mono);
  font-size:.92em;
}

.footer{
  display:flex; justify-content:space-between; gap:12px;
  padding:18px 0 30px;
  border-top:1px solid rgba(255,255,255,.08);
  margin-top:14px;
}

@media (max-width: 920px){
  .hero{grid-template-columns: 1fr; }
  .grid{grid-template-columns: 1fr}
  dd{text-align:left}
  .facts > div{flex-direction:column; align-items:flex-start}
}

