:root{
  --orange:#FEAB01;
  --black:#0B0B0D;

  --panel:#111116;
  --panel2:#15151C;

  --text:#F4F4F6;
  --muted:#B6B6C2;

  --stroke:rgba(254,171,1,.22);
  --shadow: 0 18px 55px rgba(0,0,0,.55);
  --radius: 18px;
}

*{box-sizing:border-box}
html,body{margin:0;padding:0;background:var(--black);color:var(--text);font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial}
a{color:inherit;text-decoration:none}
.container{width:min(1100px,92%);margin:0 auto}

/* Header */
.site-header{
  position:sticky;top:0;z-index:50;
  background: rgba(11,11,13,.72);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.header-inner{display:flex;align-items:center;justify-content:space-between;padding:14px 0;gap:14px}
.brand{display:flex;align-items:center;gap:10px}
.brand-logo{width:22px;height:22px;display:block}
.brand-name{font-weight:900;letter-spacing:.4px}

.nav{display:flex;align-items:center;gap:14px}
.nav a{opacity:.9}
.nav a:hover{opacity:1}

.nav-toggle{
  display:none;background:transparent;border:0;cursor:pointer;
  width:44px;height:44px;border-radius:12px;
}
.nav-toggle span{display:block;height:2px;background:var(--text);margin:6px 8px;border-radius:2px;opacity:.9}

/* Buttons */
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  padding:12px 14px;border-radius:14px;font-weight:800;
  border:1px solid rgba(255,255,255,.10);
  transition:.18s transform, .18s opacity, .18s border-color;
}
.btn:hover{transform:translateY(-1px);border-color:rgba(255,255,255,.18)}
.btn-primary{
  background:linear-gradient(180deg, rgba(254,171,1,1), rgba(254,171,1,.84));
  color:#111;
  border-color:rgba(254,171,1,.35);
  box-shadow: 0 10px 30px rgba(254,171,1,.18);
}
.btn-ghost{background:transparent}

/* Hero */
.hero{
  position:relative;
  padding:64px 0 34px;
  overflow:hidden;
}
.hero-grid{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap:28px;
  align-items:center;
}
.pill{
  display:inline-flex;gap:10px;align-items:center;
  padding:8px 12px;border-radius:999px;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.08);
  color:var(--muted);
  font-weight:800;
}
h1{font-size: clamp(34px, 4vw, 54px); line-height:1.04; margin:14px 0 12px}
h2{font-size: clamp(24px, 3vw, 34px); margin:0}
h3{margin:0}
.accent{color:var(--orange)}
.lead{color:var(--muted);font-size:18px;line-height:1.6;margin:0 0 18px}
.cta-row{display:flex;gap:12px;flex-wrap:wrap;margin:8px 0 18px}

.stats{
  display:grid;grid-template-columns:repeat(4, minmax(0,1fr));
  gap:12px;margin-top:14px
}
.stat{
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.07);
  border-radius:16px;padding:12px
}
.stat-val{font-weight:950;font-size:18px}
.stat-label{color:var(--muted);font-weight:800;font-size:12px;margin-top:4px}

.hero-card{
  background:linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  border:1px solid rgba(255,255,255,.08);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow:hidden;
}
.card-top{
  display:flex;gap:8px;padding:12px 14px;border-bottom:1px solid rgba(255,255,255,.06);
  background:rgba(0,0,0,.18)
}
.card-dot{width:10px;height:10px;border-radius:999px;background:rgba(255,255,255,.18)}
.terminal{padding:16px 16px 18px}
.terminal-line{
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size:13px;line-height:1.65;color:rgba(244,244,246,.92)
}
.muted{color:rgba(244,244,246,.55)}

.hero-glow{
  position:absolute;inset:auto -20% -50% -20%;
  height:520px;
  background: radial-gradient(circle at 50% 0%, rgba(254,171,1,.20), transparent 55%);
  filter: blur(10px);
  pointer-events:none;
}

/* Sections */
.section{padding:48px 0}
.section-alt{
  background:rgba(255,255,255,.02);
  border-top:1px solid rgba(255,255,255,.06);
  border-bottom:1px solid rgba(255,255,255,.06)
}
.section-sub{color:var(--muted);margin-top:10px;max-width:760px;line-height:1.6}

.cards{
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap:14px;
  margin-top:18px;
}
.card{
  padding:18px;
  border-radius: var(--radius);
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.07);
}
.card .icon{
  display:inline-flex;
  padding:8px 10px;border-radius:14px;
  border:1px solid var(--stroke);
  background:rgba(254,171,1,.08);
  color:var(--orange);
  font-weight:950;
  margin-bottom:10px;
}
.card p{margin:10px 0 0;color:var(--muted);line-height:1.6}

.split{
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap:16px;align-items:start
}
.checklist{margin:16px 0 0;padding:0;list-style:none}
.checklist li{margin:10px 0;padding-left:22px;position:relative;color:var(--muted);font-weight:800}
.checklist li:before{content:"✓";position:absolute;left:0;top:0;color:var(--orange);font-weight:950}

.panel{
  border-radius: var(--radius);
  background:linear-gradient(180deg, rgba(254,171,1,.10), rgba(255,255,255,.03));
  border:1px solid rgba(254,171,1,.20);
  box-shadow: var(--shadow);
  overflow:hidden;
}
.panel-title{padding:14px 16px;font-weight:950;border-bottom:1px solid rgba(255,255,255,.06)}
.panel-body{padding:16px}
.code{
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  color:rgba(244,244,246,.92);
  line-height:1.7;
  background:rgba(0,0,0,.25);
  border:1px solid rgba(255,255,255,.07);
  border-radius:16px;padding:14px;
}

/* Tables (Commands) */
.table{
  margin-top:16px;
  border-radius: var(--radius);
  overflow:hidden;
  border:1px solid rgba(255,255,255,.07);
}
.row{
  display:grid;
  grid-template-columns: 220px 1fr;
  gap:14px;
  padding:14px 16px;
  background:rgba(255,255,255,.03);
  border-top:1px solid rgba(255,255,255,.06);
}
.row:first-child{border-top:0}
.cmd{
  font-weight:950;
  color: var(--orange);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
}
.desc{color:var(--muted);line-height:1.6}

/* Blocks + notes */
.muted-text{color:var(--muted);margin:6px 0 0;line-height:1.6}
.block{margin-top:22px}
.block-head{margin-bottom:12px}
.note{
  margin-top:18px;
  padding:14px 16px;
  border-radius:16px;
  background:rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.07);
  color:var(--muted);
}
.note code{
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  color:rgba(244,244,246,.92);
}

/* Changelog */
.changelog-card{
  margin-top:16px;
  padding:18px;
  border-radius: var(--radius);
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.07);
  box-shadow: var(--shadow);
}
.md-h1{margin:0 0 10px}
.md-h2{margin:18px 0 10px}
.md-h3{margin:14px 0 8px}
.md-p{margin:10px 0;color:var(--muted);line-height:1.7}
.md-list{margin:10px 0 14px 18px;color:var(--muted);line-height:1.7}
.md-list li{margin:6px 0}

/* Status */
.status-card{
  margin-top:16px;
  padding:18px;
  border-radius: var(--radius);
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.07);
  box-shadow: var(--shadow);
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
}
.status-pill{
  display:inline-flex;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(254,171,1,.10);
  border:1px solid rgba(254,171,1,.25);
  color:var(--orange);
  font-weight:950;
}
.status-metrics{color:var(--muted);line-height:1.8}

/* Footer */
.site-footer{
  margin-top:40px;
  border-top:1px solid rgba(255,255,255,.06);
  background:rgba(255,255,255,.02);
}
.footer-inner{
  display:flex;
  justify-content:space-between;
  gap:16px;
  padding:24px 0;
  align-items:flex-start;
}
.footer-brand{font-weight:950}
.footer-muted{color:var(--muted);margin-top:6px;line-height:1.6}
.footer-muted.small{font-size:12px;opacity:.9}
.footer-links{display:flex;gap:14px;flex-wrap:wrap;justify-content:flex-end}
.footer-links a{color:var(--muted)}
.footer-links a:hover{color:var(--text)}
.footer-bottom{
  padding:14px 0 22px;
  color:rgba(244,244,246,.55);
  font-size:12px;
}

/* Responsive */
@media (max-width: 940px){
  .hero-grid{grid-template-columns:1fr;gap:18px}
  .cards{grid-template-columns:1fr}
  .split{grid-template-columns:1fr}
  .stats{grid-template-columns:repeat(2, minmax(0,1fr))}
  .row{grid-template-columns: 160px 1fr}
}

@media (max-width: 820px){
  .nav-toggle{display:block}
  .nav{
    position:fixed;
    right:14px;
    top:70px;
    left:14px;
    padding:14px;
    border-radius:16px;
    background:rgba(11,11,13,.92);
    border:1px solid rgba(255,255,255,.10);
    box-shadow: var(--shadow);
    display:none;
    flex-direction:column;
    align-items:stretch;
    gap:10px;
  }
  .nav.nav-open{display:flex}
  .footer-inner{flex-direction:column}
  .footer-links{justify-content:flex-start}
}
