/* ChimeraX Sovereign Systems — single-file static theme (no external deps) */
:root{
  --bg0:#05070c;
  --bg1:#070a12;
  --card:#0b1020;
  --card2:#0b0f1a;
  --stroke:rgba(255,255,255,.10);
  --muted:rgba(255,255,255,.72);
  --text:#ffffff;
  --purple:#7c3aed;
  --purple2:#a855f7;
  --blue:#0ea5e9;
  --shadow:0 20px 60px rgba(0,0,0,.55);
}

*{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, "Apple Color Emoji","Segoe UI Emoji";
  color:var(--text);
  background:
    radial-gradient(1000px 500px at 20% 10%, rgba(124,58,237,.35), transparent 60%),
    radial-gradient(900px 600px at 90% 0%, rgba(14,165,233,.18), transparent 50%),
    linear-gradient(180deg, var(--bg0), var(--bg1) 45%, #070914 100%);
}

a{color:#d7c7ff; text-decoration:none}
a:hover{color:#fff; text-decoration:underline}

.wrap{max-width:1200px; margin:0 auto; padding:28px 20px 80px}

.topbar{
  position:sticky;
  top:0;
  z-index:10;
  backdrop-filter: blur(14px);
  background: rgba(5,7,12,.75);
  border-bottom:1px solid var(--stroke);
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:14px 18px;
}

.brand{display:flex; gap:12px; align-items:center}
.logo{
  width:40px; height:40px;
  border-radius:12px;
  display:grid; place-items:center;
  font-weight:800;
  letter-spacing:.5px;
  background: linear-gradient(135deg, rgba(124,58,237,.85), rgba(168,85,247,.55));
  border:1px solid rgba(255,255,255,.18);
  box-shadow: 0 12px 35px rgba(124,58,237,.25);
}
.brandname{font-weight:800; font-size:14px; line-height:1.05}
.brandsub{font-size:12px; color:var(--muted); margin-top:2px}

.nav{display:flex; gap:14px; align-items:center; flex-wrap:wrap; justify-content:flex-end}
.nav a{font-size:13px; color:rgba(255,255,255,.78)}
.nav a:hover{color:#fff; text-decoration:none}
.pill{
  font-size:12px;
  padding:8px 10px;
  border:1px solid var(--stroke);
  border-radius:999px;
  color:rgba(255,255,255,.85);
  background: rgba(255,255,255,.03);
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  font-weight:700;
  font-size:13px;
  border-radius:14px;
  padding:10px 14px;
  border:1px solid var(--stroke);
  background: rgba(255,255,255,.03);
  color:#fff;
  text-decoration:none;
  box-shadow: none;
}
.btn:hover{transform: translateY(-1px); transition: .15s ease; text-decoration:none}
.btn-primary{
  border-color: rgba(168,85,247,.45);
  background: linear-gradient(135deg, rgba(124,58,237,.95), rgba(168,85,247,.8));
  box-shadow: 0 18px 45px rgba(124,58,237,.25);
}
.btn-ghost{background: rgba(255,255,255,.02)}
.btnrow{display:flex; gap:10px; flex-wrap:wrap; margin-top:12px}

.hero{padding:28px 0 14px}
.kicker{
  letter-spacing:.14em;
  text-transform:uppercase;
  font-size:11px;
  color:rgba(255,255,255,.62);
}
h1{
  margin:10px 0 10px;
  font-size:54px;
  line-height:1.04;
  letter-spacing:-.02em;
}
.lead{max-width:820px; color:rgba(255,255,255,.76); font-size:16px; line-height:1.6}

.section{padding:36px 0 0}
h2{font-size:28px; margin:0 0 10px}
.muted{color:var(--muted)}
.small{font-size:13px}
.mono{font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace}

.grid3{display:grid; grid-template-columns: repeat(3, 1fr); gap:14px; margin-top:18px}
.grid2{display:grid; grid-template-columns: repeat(2, 1fr); gap:14px; margin-top:14px}
.tight{margin-top:12px}

.card{
  background: linear-gradient(180deg, rgba(11,16,32,.95), rgba(11,16,32,.72));
  border:1px solid var(--stroke);
  border-radius:18px;
  padding:16px;
  box-shadow: var(--shadow);
}
.cardlabel{
  color:rgba(255,255,255,.72);
  font-size:12px;
  letter-spacing:.02em;
  margin-bottom:6px;
}
.cardvalue{font-weight:700; font-size:14px; line-height:1.35}
.cardvalue.small{font-weight:600; color:rgba(255,255,255,.78); line-height:1.5}
.card.mini{padding:14px}
.card.division{min-height:98px}
.card.status{display:flex; flex-direction:column; gap:8px}
.card.quick{grid-column: span 2}

.chips{display:flex; gap:8px; flex-wrap:wrap}
.chip{
  font-size:11px;
  padding:6px 8px;
  border-radius:999px;
  border:1px solid var(--stroke);
  background: rgba(255,255,255,.02);
  color:rgba(255,255,255,.78);
}

.dot{
  display:inline-block;
  width:10px;
  height:10px;
  border-radius:50%;
  background: #22c55e;
  box-shadow: 0 0 0 4px rgba(34,197,94,.15);
  margin-right:8px;
  transform: translateY(1px);
}

.banner{
  margin-top:16px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:18px;
  padding:16px;
  background:
    radial-gradient(900px 280px at 30% 0%, rgba(124,58,237,.22), transparent 60%),
    linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,.01));
}
.bannerTitle{font-size:12px; letter-spacing:.08em; text-transform:uppercase; color:rgba(255,255,255,.7); margin-bottom:6px}
.bannerText{font-weight:700; color:rgba(255,255,255,.82); line-height:1.5}

.download{
  margin-top:14px;
  display:grid;
  grid-template-columns: 1.35fr .65fr;
  gap:14px;
  align-items:stretch;
}
.downloadTitle{font-weight:800; margin-bottom:6px}
.downloadLeft{padding:18px}
.downloadRight{padding:18px}
.callout{
  height:100%;
  border:1px solid rgba(168,85,247,.22);
  border-radius:18px;
  padding:16px;
  background: radial-gradient(700px 220px at 40% 0%, rgba(168,85,247,.18), transparent 60%);
}
.calloutTitle{font-weight:900; margin-bottom:6px}
.calloutText{color:rgba(255,255,255,.72); font-size:13px; line-height:1.5}
.note{margin-top:10px; color:rgba(255,255,255,.55); font-size:12px}

.list{margin:0; padding-left:18px; color:rgba(255,255,255,.78); line-height:1.75}
.list li{margin:4px 0}

.contactGrid{display:grid; grid-template-columns: 1.4fr .8fr .8fr; gap:12px}
.hr{height:1px; background: rgba(255,255,255,.10); margin:14px 0}

.footer{
  margin-top:24px;
  color:rgba(255,255,255,.55);
  font-size:12px;
  text-align:center;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,.10);
}

/* Responsive */
@media (max-width: 980px){
  h1{font-size:42px}
  .grid3{grid-template-columns: 1fr}
  .grid2{grid-template-columns: 1fr}
  .card.quick{grid-column: auto}
  .download{grid-template-columns: 1fr}
  .contactGrid{grid-template-columns: 1fr}
  .nav{gap:10px}
}
