:root {
  color-scheme: dark;
  --ink: #f5f7ff;
  --muted: #aab4c8;
  --panel: rgba(17, 26, 45, 0.78);
  --line: rgba(164, 188, 230, 0.18);
  --blue: #67a9ff;
  --mint: #58e6bc;
  --orange: #ffbd70;
  --danger: #ff858c;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
  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;
  min-height: 100vh;
  color: var(--ink);
  background:
    radial-gradient(circle at 10% 10%, rgba(63, 115, 255, 0.23), transparent 34rem),
    radial-gradient(circle at 88% 18%, rgba(54, 220, 176, 0.14), transparent 30rem),
    #07101f;
}
body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 38px 38px;
  mask-image: linear-gradient(to bottom, #000, transparent 80%);
}
a { color: inherit; }
button, input, select { font: inherit; }

.shell { width: min(1180px, calc(100% - 36px)); margin: 0 auto; }
.nav { display: flex; align-items: center; justify-content: space-between; min-height: 76px; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; font-weight: 760; letter-spacing: -.02em; text-decoration: none; }
.mark { display: grid; width: 36px; height: 36px; place-items: center; border: 1px solid rgba(103,169,255,.55); border-radius: 11px; background: linear-gradient(145deg, rgba(103,169,255,.28), rgba(88,230,188,.1)); box-shadow: inset 0 0 24px rgba(103,169,255,.16); }
.mark::after { content: ">_"; color: var(--mint); font: 700 13px ui-monospace, monospace; }
.navlinks { display: flex; align-items: center; gap: 22px; color: var(--muted); font-size: 14px; }
.navlinks a { text-decoration: none; }
.navlinks a:hover { color: var(--ink); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 18px; border: 1px solid rgba(103,169,255,.5); border-radius: 12px; color: #061324; background: linear-gradient(135deg, #87bdff, #5de6bd); font-weight: 750; text-decoration: none; cursor: pointer; box-shadow: 0 12px 30px rgba(67,151,222,.18); }
.button.secondary { color: var(--ink); background: rgba(255,255,255,.045); box-shadow: none; }

.hero { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 64px; min-height: 620px; padding: 72px 0 92px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--mint); font: 700 12px ui-monospace, monospace; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow::before { width: 22px; height: 1px; content: ""; background: currentColor; }
h1 { max-width: 760px; margin: 18px 0 22px; font-size: clamp(48px, 6vw, 78px); line-height: .99; letter-spacing: -.057em; }
.gradient { color: transparent; background: linear-gradient(100deg, #fff 5%, #78b2ff 54%, #5ce5bc); background-clip: text; }
.lede { max-width: 650px; color: var(--muted); font-size: clamp(17px, 2vw, 20px); line-height: 1.65; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.proof { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 36px; color: #d2d9e8; font-size: 13px; }
.proof span::before { margin-right: 8px; color: var(--mint); content: "✓"; }

.terminal { overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: rgba(7,14,27,.88); box-shadow: var(--shadow); transform: perspective(1000px) rotateY(-3deg) rotateX(1deg); }
.terminal-bar { display: flex; align-items: center; gap: 7px; padding: 14px 18px; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.025); }
.dot { width: 9px; height: 9px; border-radius: 50%; background: #ff7676; }.dot:nth-child(2){background:#ffc76d}.dot:nth-child(3){background:#58e6bc}
.terminal-label { margin-left: auto; color: #6f7d95; font: 11px ui-monospace, monospace; }
pre { margin: 0; white-space: pre-wrap; }
.terminal pre { min-height: 360px; padding: 26px; color: #c8d5eb; font: 13px/1.8 ui-monospace, SFMono-Regular, Consolas, monospace; }
.prompt { color: var(--mint); }.value { color: var(--blue); }.comment { color: #6f7d95; }.warn { color: var(--orange); }

.section { padding: 88px 0; border-top: 1px solid var(--line); }
.section h2 { max-width: 700px; margin: 12px 0 42px; font-size: clamp(34px, 4vw, 52px); letter-spacing: -.045em; }
.grid3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card { min-height: 210px; padding: 26px; border: 1px solid var(--line); border-radius: 18px; background: var(--panel); box-shadow: 0 16px 45px rgba(0,0,0,.15); }
.card-index { color: var(--blue); font: 12px ui-monospace, monospace; }.card h3 { margin: 42px 0 12px; font-size: 20px; }.card p { margin: 0; color: var(--muted); line-height: 1.6; }
.pricing-section { background: linear-gradient(180deg, rgba(103,169,255,.025), rgba(88,230,188,.025)); }
.pricing-heading { display:flex; align-items:end; justify-content:space-between; gap:40px; margin-bottom:42px; }
.pricing-heading h2 { margin-bottom:0; }
.pricing-heading > p { max-width:430px; margin:0; color:var(--muted); line-height:1.65; }
.pricing-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:14px; align-items:stretch; }
.price-card { position:relative; display:flex; min-width:0; flex-direction:column; padding:24px; border:1px solid var(--line); border-radius:20px; background:rgba(10,19,35,.84); box-shadow:0 16px 45px rgba(0,0,0,.15); }
.price-card.featured { border-color:rgba(88,230,188,.55); background:linear-gradient(180deg,rgba(88,230,188,.095),rgba(10,19,35,.9)); box-shadow:0 22px 60px rgba(35,153,131,.13); }
.popular { position:absolute; top:-13px; right:18px; padding:5px 10px; border-radius:99px; color:#061324; background:var(--mint); font:750 10px ui-monospace,monospace; letter-spacing:.08em; text-transform:uppercase; }
.plan-name { color:var(--blue); font:700 12px ui-monospace,monospace; letter-spacing:.13em; text-transform:uppercase; }
.price-top p { display:flex; align-items:baseline; gap:5px; margin:18px 0 20px; }.price-top strong { font-size:42px; letter-spacing:-.05em; }.price-top p span { color:var(--muted); font-size:13px; }
.credit { min-height:68px; padding:13px 14px; border:1px solid var(--line); border-radius:12px; color:var(--ink); background:rgba(103,169,255,.06); font-size:14px; line-height:1.45; }.credit span { display:block; color:var(--muted); font-size:12px; }
.price-card ul { display:grid; gap:11px; margin:22px 0 28px; padding:0; color:var(--muted); font-size:13px; line-height:1.4; list-style:none; }.price-card li::before { margin-right:8px; color:var(--mint); content:"✓"; }
.price-action { width:100%; margin-top:auto; }
.pricing-note { max-width:850px; margin:28px auto 0; color:#8190a8; font-size:12px; line-height:1.6; text-align:center; }
.footer { display: flex; justify-content: space-between; gap: 24px; padding: 36px 0 54px; color: #8190a8; font-size: 13px; }.footer div { display:flex; gap:18px; }

.dash-header { padding: 34px 0 24px; }
.dash-title { display:flex; align-items:end; justify-content:space-between; gap:20px; margin: 42px 0 26px; }
.dash-title h1 { margin:0; font-size:clamp(38px,5vw,58px); }.dash-title p { max-width:500px; margin:0; color:var(--muted); line-height:1.6; }
.stats { display:grid; grid-template-columns:repeat(4,1fr); gap:14px; margin-bottom:22px; }.stat { padding:20px; border:1px solid var(--line); border-radius:16px; background:var(--panel); }.stat strong { display:block; margin-top:7px; font-size:28px; }.stat span { color:var(--muted); font-size:12px; text-transform:uppercase; letter-spacing:.1em; }
.tabs { display:flex; gap:6px; padding:5px; border:1px solid var(--line); border-radius:14px; background:rgba(0,0,0,.16); width:max-content; max-width:100%; overflow:auto; }.tab { padding:10px 16px; border:0; border-radius:10px; color:var(--muted); background:transparent; cursor:pointer; }.tab.active { color:var(--ink); background:rgba(103,169,255,.14); }
.panel { display:none; margin:18px 0 70px; padding:24px; border:1px solid var(--line); border-radius:20px; background:var(--panel); box-shadow:var(--shadow); }.panel.active { display:block; }
.toolbar { display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:12px; margin-bottom:18px; }.toolbar h2 { margin:0; font-size:23px; }.controls { display:flex; gap:8px; flex-wrap:wrap; }.controls input,.controls select { min-height:40px; padding:0 12px; border:1px solid var(--line); border-radius:10px; color:var(--ink); background:#0a1425; outline:none; }.controls input:focus,.controls select:focus { border-color:var(--blue); }
.toolbar.spaced { margin-top:22px; }
.table-wrap { overflow:auto; border:1px solid var(--line); border-radius:14px; } table { width:100%; border-collapse:collapse; font-size:14px; } th,td { padding:14px 16px; text-align:left; border-bottom:1px solid var(--line); white-space:nowrap; } th { color:#8190a8; font-size:11px; letter-spacing:.08em; text-transform:uppercase; } tr:last-child td { border-bottom:0; } tbody tr:hover { background:rgba(103,169,255,.05); }
.badge { display:inline-flex; padding:4px 8px; border-radius:99px; color:var(--mint); background:rgba(88,230,188,.1); font-size:12px; }.badge.off { color:var(--orange); background:rgba(255,189,112,.1); }
.link-button { padding:0; border:0; color:var(--blue); background:none; cursor:pointer; text-decoration:underline; text-underline-offset:3px; }
.viewer { min-height:170px; max-height:520px; overflow:auto; margin-top:18px; padding:18px; border:1px solid var(--line); border-radius:12px; color:#c8d5eb; background:#070e1b; font:13px/1.65 ui-monospace, monospace; }.empty { padding:48px 18px; color:var(--muted); text-align:center; }.error { color:var(--danger); }
.loading { opacity:.62; }
.billing-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; }.billing-card { padding:20px; border:1px solid var(--line); border-radius:14px; background:rgba(7,14,27,.48); }.billing-card strong { display:block; margin:8px 0 5px; font-size:28px; }.billing-card p { margin:0; color:var(--muted); line-height:1.5; }.usage-track { height:10px; margin:20px 0 14px; overflow:hidden; border:1px solid var(--line); border-radius:99px; background:#070e1b; }.usage-track span { display:block; width:0; height:100%; border-radius:inherit; background:linear-gradient(90deg,var(--mint),var(--blue)); transition:width .25s ease; }.promo-entry { display:flex; max-width:520px; flex-direction:column; gap:7px; margin-top:20px; }.promo-entry label { color:#c8d5eb; font-size:13px; }.promo-entry label span { color:var(--muted); }.promo-entry input { min-height:42px; padding:0 12px; border:1px solid var(--line); border-radius:10px; color:var(--ink); background:#0a1425; outline:none; text-transform:uppercase; }.promo-entry input:focus { border-color:var(--blue); }.plan-actions { display:flex; flex-wrap:wrap; gap:10px; margin-top:12px; }

@media (max-width: 1040px) { .pricing-grid { grid-template-columns:repeat(2,1fr); } }
@media (max-width: 820px) { .hero { grid-template-columns:1fr; gap:36px; padding-top:42px; }.terminal { transform:none; }.grid3,.stats,.pricing-grid,.billing-grid { grid-template-columns:1fr; }.pricing-heading { align-items:start; flex-direction:column; gap:0; }.navlinks a:not(.button){display:none}.dash-title{align-items:start;flex-direction:column}.footer{flex-direction:column} }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior:auto; } * { transition:none!important; animation:none!important; } }
