:root{
  --bg:#07080c;
  --bg2:#0b0d14;
  --panel:rgba(255,255,255,.045);
  --panel2:rgba(255,255,255,.065);
  --line:rgba(255,255,255,.10);
  --text:#f5f7fb;
  --muted:#9ea6b7;
  --soft:#cbd1dd;
  --purple:#8b5cf6;
  --blue:#3b82f6;
  --cyan:#5ee7f7;
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:
    radial-gradient(900px 460px at 76% -8%, rgba(70,73,255,.18), transparent 64%),
    radial-gradient(720px 500px at 12% 14%, rgba(139,92,246,.10), transparent 67%),
    var(--bg);
  color:var(--text);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  line-height:1.55;
  -webkit-font-smoothing:antialiased;
}
a{color:inherit}
img{max-width:100%;display:block}
.shell{width:min(calc(100% - 40px),var(--max));margin:auto}
.nav-wrap{
  position:sticky;top:0;z-index:50;
  backdrop-filter:blur(20px);
  -webkit-backdrop-filter:blur(20px);
  background:rgba(7,8,12,.72);
  border-bottom:1px solid rgba(255,255,255,.065);
}
.nav{
  min-height:70px;display:flex;align-items:center;justify-content:space-between;gap:24px;
}
.brand{display:flex;align-items:center;gap:12px;text-decoration:none;font-weight:750;letter-spacing:-.02em}
.brand img{width:34px;height:34px;object-fit:contain;border-radius:9px}
.brand-word{font-size:20px}
.brand-word .ai{
  background:linear-gradient(100deg,#a97cff,#6b8cff,#65d5ff);
  -webkit-background-clip:text;background-clip:text;color:transparent
}
.nav-links{display:flex;align-items:center;gap:24px}
.nav-links a{
  text-decoration:none;color:#b9c0cf;font-size:14px;font-weight:580;transition:.2s ease
}
.nav-links a:hover,.nav-links a.active{color:#fff}
.menu-btn{
  display:none;border:1px solid var(--line);background:var(--panel);color:#fff;
  width:42px;height:42px;border-radius:12px;font-size:20px
}
.hero{padding:115px 0 92px;position:relative;overflow:hidden}
.eyebrow{
  display:inline-flex;align-items:center;gap:9px;color:#c2c9d7;font-size:13px;font-weight:650;
  letter-spacing:.08em;text-transform:uppercase;margin-bottom:22px
}
.dot{width:7px;height:7px;border-radius:99px;background:#7f7cff;box-shadow:0 0 18px #7f7cff}
.hero h1{
  max-width:1000px;margin:0;font-size:clamp(54px,8vw,110px);line-height:.94;
  letter-spacing:-.065em;font-weight:780
}
.gradient{
  background:linear-gradient(100deg,#b57cff 5%,#7379ff 50%,#5dd6ff);
  -webkit-background-clip:text;background-clip:text;color:transparent
}
.hero p{
  max-width:680px;margin:30px 0 0;color:var(--muted);font-size:clamp(17px,2vw,21px)
}
.actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:34px}
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;
  padding:0 18px;border-radius:13px;text-decoration:none;font-size:14px;font-weight:680;
  border:1px solid var(--line);background:rgba(255,255,255,.045);transition:.22s ease
}
.btn:hover{transform:translateY(-2px);background:rgba(255,255,255,.08)}
.btn.primary{
  border-color:rgba(133,105,255,.45);
  background:linear-gradient(110deg,rgba(139,92,246,.22),rgba(59,130,246,.19))
}
.section{padding:88px 0}
.section.tight{padding:58px 0}
.section-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:34px}
.kicker{font-size:13px;text-transform:uppercase;letter-spacing:.11em;color:#8e98ab;font-weight:700}
h2{font-size:clamp(34px,4vw,58px);line-height:1.02;letter-spacing:-.045em;margin:8px 0 0}
h3{margin:0;font-size:22px;letter-spacing:-.025em}
.section-head p{max-width:520px;color:var(--muted);margin:0}
.grid{display:grid;grid-template-columns:repeat(12,1fr);gap:16px}
.card{
  position:relative;border:1px solid var(--line);border-radius:24px;
  background:linear-gradient(145deg,rgba(255,255,255,.065),rgba(255,255,255,.025));
  padding:28px;overflow:hidden
}
.card::after{
  content:"";position:absolute;width:180px;height:180px;right:-70px;top:-90px;
  background:radial-gradient(circle,rgba(117,88,255,.15),transparent 70%);pointer-events:none
}
.project-card{grid-column:span 6;min-height:290px;display:flex;flex-direction:column}
.project-card.featured{grid-column:span 12;min-height:350px}
.status{
  display:inline-flex;width:max-content;align-items:center;gap:7px;padding:6px 10px;border-radius:999px;
  font-size:11px;font-weight:750;letter-spacing:.055em;text-transform:uppercase;
  border:1px solid rgba(255,255,255,.105);color:#cbd3df;background:rgba(255,255,255,.035)
}
.status.active::before{content:"";width:6px;height:6px;border-radius:99px;background:#6ee7b7;box-shadow:0 0 12px #6ee7b7}
.status.internal::before{content:"";width:6px;height:6px;border-radius:99px;background:#a78bfa}
.status.planned::before{content:"";width:6px;height:6px;border-radius:99px;background:#7dd3fc}
.project-title{font-size:clamp(30px,4vw,48px);letter-spacing:-.05em;margin:22px 0 8px}
.project-card p{color:var(--muted);max-width:680px;margin:0}
.project-meta{display:flex;gap:8px;flex-wrap:wrap;margin-top:18px}
.chip{
  font-size:12px;color:#b6becc;border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.025);border-radius:999px;padding:5px 9px
}
.card-link{margin-top:auto;padding-top:26px;text-decoration:none;color:#eef2ff;font-size:14px;font-weight:700}
.card-link span{color:#8d8fff}
.triple .card{grid-column:span 4;min-height:230px}
.card p,.prose p{color:var(--muted)}
.metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:38px}
.metric{border-top:1px solid var(--line);padding-top:18px}
.metric strong{display:block;font-size:30px;letter-spacing:-.04em}
.metric span{font-size:13px;color:var(--muted)}
.page-hero{padding:95px 0 55px}
.page-hero h1{font-size:clamp(48px,7vw,86px);line-height:.98;letter-spacing:-.058em;margin:14px 0 20px}
.page-hero p{max-width:760px;color:var(--muted);font-size:19px}
.info-grid .card{grid-column:span 6;min-height:210px}
.list{padding:0;margin:18px 0 0;list-style:none}
.list li{padding:9px 0;color:#c5cbd7;border-bottom:1px solid rgba(255,255,255,.055)}
.list li:last-child{border-bottom:none}
.timeline{display:flex;flex-direction:column;gap:14px}
.update{
  display:grid;grid-template-columns:150px 1fr;gap:22px;border-top:1px solid var(--line);padding:24px 0
}
.update time{color:#8f98aa;font-size:13px}
.update h3{font-size:19px;margin-bottom:6px}
.update p{margin:0;color:var(--muted)}
.notice{
  border:1px solid rgba(125,112,255,.22);background:rgba(98,72,218,.075);
  border-radius:18px;padding:18px 20px;color:#cbd2df
}
.footer{padding:54px 0 34px;border-top:1px solid rgba(255,255,255,.065);margin-top:70px}
.footer-row{display:flex;justify-content:space-between;gap:26px;align-items:flex-start}
.footer p{color:#80899b;margin:8px 0 0;font-size:13px}
.footer-links{display:flex;gap:18px;flex-wrap:wrap}
.footer-links a{text-decoration:none;color:#9da6b7;font-size:13px}
.reveal{opacity:0;transform:translateY(16px);transition:opacity .7s ease,transform .7s ease}
.reveal.visible{opacity:1;transform:none}
@media(max-width:820px){
  .shell{width:min(calc(100% - 28px),var(--max))}
  .nav{min-height:64px}
  .menu-btn{display:block}
  .nav-links{
    display:none;position:absolute;top:65px;left:14px;right:14px;
    flex-direction:column;align-items:stretch;padding:14px;border:1px solid var(--line);
    border-radius:16px;background:rgba(10,11,16,.97)
  }
  .nav-links.open{display:flex}
  .nav-links a{padding:9px 6px}
  .hero{padding:82px 0 62px}
  .section{padding:64px 0}
  .section-head{display:block}
  .section-head p{margin-top:14px}
  .project-card,.project-card.featured,.triple .card,.info-grid .card{grid-column:span 12}
  .metrics{grid-template-columns:repeat(2,1fr)}
  .update{grid-template-columns:1fr;gap:7px}
  .footer-row{display:block}
  .footer-links{margin-top:24px}
}
@media(max-width:500px){
  .hero h1{font-size:51px}
  .page-hero h1{font-size:48px}
  .card{padding:22px;border-radius:20px}
  .metrics{grid-template-columns:1fr 1fr}
}

.status.released::before{content:"";width:6px;height:6px;border-radius:99px;background:#5ee7f7;box-shadow:0 0 12px #5ee7f7}
.status.released{border-color:rgba(94,231,247,.23);background:rgba(94,231,247,.06);color:#d9fbff}
.release-line{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-top:20px}
.release-link{display:inline-flex;align-items:center;gap:7px;text-decoration:none;font-weight:750;color:#eefbff}
.release-link span{color:#5ee7f7}
code.inline{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08);padding:3px 7px;border-radius:8px;font-size:.92em}
