
:root {
  --bg: #07111f;
  --bg2: #0d1b2f;
  --panel: rgba(255,255,255,0.075);
  --panel2: rgba(255,255,255,0.105);
  --text: #eef6ff;
  --muted: #aab8c8;
  --line: rgba(255,255,255,0.14);
  --blue: #3b82f6;
  --cyan: #38bdf8;
  --green: #22c55e;
  --amber: #f59e0b;
  --danger: #fb7185;
  --shadow: 0 24px 80px rgba(0,0,0,0.32);
  --radius: 22px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(56,189,248,0.22), transparent 34rem),
    radial-gradient(circle at top right, rgba(34,197,94,0.12), transparent 28rem),
    linear-gradient(180deg, var(--bg), #08111e 45%, #050914);
  min-height: 100vh;
}
a { color: inherit; text-decoration: none; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.nav {
  position: sticky; top: 0; z-index: 20;
  backdrop-filter: blur(14px);
  background: rgba(7,17,31,0.78);
  border-bottom: 1px solid var(--line);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; padding: 16px 0; gap: 18px; }
.brand { display: flex; align-items: center; gap: 12px; font-weight: 800; letter-spacing: -0.03em; }
.brand-mark { width: 38px; height: 38px; border-radius: 13px; background: linear-gradient(135deg, var(--blue), var(--cyan) 55%, var(--green)); display: grid; place-items: center; color: white; font-weight: 900; box-shadow: 0 12px 32px rgba(56,189,248,0.2); }
.nav-links { display: flex; align-items: center; gap: 18px; color: var(--muted); font-size: 14px; }
.nav-links a:hover { color: var(--text); }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 18px; border-radius: 999px; border: 1px solid var(--line); background: rgba(255,255,255,0.06); color: var(--text); font-weight: 700; transition: transform .15s ease, border-color .15s ease, background .15s ease; }
.btn:hover { transform: translateY(-1px); border-color: rgba(255,255,255,0.28); background: rgba(255,255,255,0.1); }
.btn.primary { background: linear-gradient(135deg, var(--blue), var(--cyan)); color: white; border: 0; box-shadow: 0 16px 38px rgba(59,130,246,0.28); }
.btn.disabled { opacity: .68; cursor: default; pointer-events: none; }
.pill { display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; border-radius: 999px; border: 1px solid var(--line); background: rgba(255,255,255,0.06); color: var(--muted); font-size: 13px; }
.hero { padding: 76px 0 54px; }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 42px; align-items: center; }
h1 { font-size: clamp(42px, 6vw, 76px); line-height: .95; margin: 18px 0 20px; letter-spacing: -0.07em; }
h2 { font-size: clamp(30px, 4vw, 46px); line-height: 1.05; letter-spacing: -0.05em; margin: 0 0 18px; }
h3 { font-size: 19px; margin: 0 0 8px; }
p { color: var(--muted); line-height: 1.7; }
.lede { font-size: 20px; max-width: 650px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero-note { color: var(--muted); font-size: 13px; margin-top: 14px; }
.app-card { background: linear-gradient(180deg, rgba(255,255,255,0.12), rgba(255,255,255,0.06)); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.app-top { padding: 16px; background: rgba(2,8,23,0.45); border-bottom: 1px solid var(--line); display:flex; align-items:center; justify-content:space-between; gap:12px; }
.dots { display: flex; gap: 7px; }
.dot { width: 11px; height: 11px; border-radius: 50%; background: rgba(255,255,255,0.28); }
.app-body { padding: 18px; }
.summary { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 14px; }
.stat { padding: 13px; border: 1px solid var(--line); background: rgba(255,255,255,0.06); border-radius: 16px; }
.stat b { display:block; font-size:22px; }
.stat span { color: var(--muted); font-size:12px; }
.table { border: 1px solid var(--line); border-radius: 16px; overflow: hidden; }
.row { display: grid; grid-template-columns: 1.1fr .5fr .45fr; gap: 10px; padding: 11px 12px; border-bottom: 1px solid rgba(255,255,255,0.08); color: #dbeafe; font-size: 13px; }
.row.head { background: rgba(255,255,255,0.08); color: var(--muted); font-weight: 700; }
.row:last-child { border-bottom: 0; }
.bar-list { margin-top: 16px; display: grid; gap: 12px; }
.bar-label { display:flex; justify-content:space-between; font-size:13px; color: var(--muted); margin-bottom: 5px; }
.bar-track { height: 10px; border-radius: 999px; background: rgba(255,255,255,0.1); overflow: hidden; }
.bar-fill { height: 100%; border-radius: 999px; background: linear-gradient(90deg, var(--blue), var(--cyan)); }
.bar-fill.green { background: linear-gradient(90deg, #16a34a, var(--green)); }
.bar-fill.amber { background: linear-gradient(90deg, #d97706, var(--amber)); }
.section { padding: 64px 0; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.card { padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,0.06); box-shadow: 0 16px 44px rgba(0,0,0,0.16); }
.card ul { padding-left: 20px; color: var(--muted); line-height: 1.8; }
.kicker { color: var(--cyan); text-transform: uppercase; letter-spacing: .12em; font-weight: 900; font-size: 12px; }
.quote { font-size: 20px; color: var(--text); }
.cta { text-align: center; padding: 56px 28px; border-radius: 28px; background: linear-gradient(135deg, rgba(59,130,246,0.22), rgba(34,197,94,0.12)); border: 1px solid var(--line); }
.footer { padding: 36px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: 14px; }
.footer-grid { display:flex; justify-content:space-between; gap:20px; flex-wrap:wrap; }
.footer a { color: var(--muted); margin-right: 16px; }
.page { padding: 56px 0; }
.page h1 { font-size: clamp(38px, 5vw, 58px); }
.legal-text { white-space: pre-wrap; color: #d7e4f4; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; line-height: 1.65; font-size: 13px; background: rgba(255,255,255,0.05); border: 1px solid var(--line); border-radius: 18px; padding: 22px; overflow-x: auto; }
.notice { border-left: 4px solid var(--cyan); padding: 14px 16px; background: rgba(56,189,248,0.08); border-radius: 12px; color: #dbeafe; }
@media (max-width: 880px) {
  .hero-grid, .grid-2, .grid-3 { grid-template-columns: 1fr; }
  .nav-links { display:none; }
  .hero { padding-top: 50px; }
  .summary { grid-template-columns: 1fr; }
}
