@font-face {
  font-family: "Nudica";
  src: url("assets/8Lkz2gfi4aZPhd9Mx8oPiTGtw.woff2") format("woff2");
  font-display: swap;
  font-weight: 400;
}

@font-face {
  font-family: "Nudica";
  src: url("assets/IPErV5vL5MPhenPeuFjBGnL2Zc.woff2") format("woff2");
  font-display: swap;
  font-weight: 500;
}

:root { color-scheme: dark; --ink: #fff; --muted: rgba(255,255,255,.58); --line: rgba(255,255,255,.14); --panel: #0b0d13; --accent: #36f3d1; }
* { box-sizing: border-box; }
html { background: #000; scroll-behavior: smooth; }
body { margin: 0; background: #000; color: var(--ink); font-family: "Nudica", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
.inner-header { position: relative; z-index: 2; display: flex; width: min(100% - 48px, 1248px); height: 120px; margin: auto; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.inner-header img { display: block; width: 138px; height: 41px; }
.back-link, .action { display: inline-flex; height: 48px; align-items: center; gap: 8px; padding: 0 18px; border: 1px solid var(--line); border-radius: 999px; transition: border-color .2s, background .2s; }
.back-link:hover { border-color: rgba(255,255,255,.45); background: rgba(255,255,255,.06); }
.action { border: 0; background: #fff; color: #000; }
.inner-hero { position: relative; overflow: hidden; padding: 128px 24px 112px; background: radial-gradient(70% 120% at 85% 0%, rgba(48,255,218,.36), transparent 55%), radial-gradient(65% 100% at 15% 10%, rgba(45,86,230,.9), transparent 60%), #000; }
.inner-hero::after { position: absolute; right: -10%; bottom: -55%; width: 75%; height: 90%; border-radius: 50%; background: #000; filter: blur(70px); content: ""; }
.hero-copy { position: relative; z-index: 1; width: min(100%, 1036px); margin: auto; }
.eyebrow { margin: 0 0 20px; color: var(--accent); font-size: 15px; letter-spacing: .08em; text-transform: uppercase; }
.inner-hero h1 { max-width: 980px; margin: 0; font-size: clamp(52px, 7vw, 92px); font-weight: 400; letter-spacing: -.045em; line-height: .98; }
.inner-hero .lede { max-width: 760px; margin: 32px 0 0; color: rgba(255,255,255,.72); font-size: 20px; line-height: 1.55; }
.content { width: min(100% - 48px, 1036px); margin: auto; padding: 104px 0 128px; }
.content h2 { margin: 88px 0 24px; font-size: clamp(36px, 5vw, 56px); font-weight: 400; letter-spacing: -.035em; line-height: 1.06; }
.content h3 { margin: 48px 0 16px; font-size: 26px; font-weight: 400; letter-spacing: -.025em; }
.content p, .content li { color: var(--muted); font-size: 17px; line-height: 1.7; }
.content p { margin: 0 0 22px; }
.content ul { margin: 0 0 28px; padding-left: 22px; }
.content li + li { margin-top: 9px; }
.content strong { color: #fff; font-weight: 500; }
.content a:not(.action):not(.role-card) { color: var(--accent); text-decoration: underline; text-underline-offset: 4px; }
.role-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.role-card { position: relative; min-height: 300px; padding: 36px; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: var(--panel); transition: transform .25s, border-color .25s; }
.role-card::after { position: absolute; right: -80px; bottom: -110px; width: 260px; height: 260px; border-radius: 50%; background: radial-gradient(circle, rgba(48,255,218,.3), transparent 67%); content: ""; }
.role-card:hover { border-color: rgba(48,255,218,.55); transform: translateY(-4px); }
.role-card h2 { max-width: 430px; margin: 0; font-size: 38px; }
.role-card p { margin-top: 24px; }
.role-card span { position: absolute; right: 32px; bottom: 30px; font-size: 28px; }
.fact-strip { display: grid; margin: 48px 0 64px; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: 18px; overflow: hidden; }
.fact { padding: 28px; background: var(--panel); }
.fact + .fact { border-left: 1px solid var(--line); }
.fact strong { display: block; font-size: 32px; }
.fact span { display: block; margin-top: 8px; color: var(--muted); }
.callout { margin-top: 72px; padding: 40px; border-radius: 20px; background: radial-gradient(100% 180% at 100% 0%, rgba(48,255,218,.3), transparent 55%), #10131d; }
.callout h2 { margin: 0 0 16px; }
.callout .action { margin-top: 12px; text-decoration: none !important; }
.demo-video { width: 100%; margin: 48px 0 64px; border: 1px solid var(--line); border-radius: 18px; background: #08090d; }
.table-scroll { width: 100%; margin: 28px 0 40px; overflow-x: auto; border: 1px solid var(--line); border-radius: 16px; }
table { width: 100%; min-width: 780px; border-collapse: collapse; background: var(--panel); font-size: 14px; line-height: 1.45; }
th, td { padding: 16px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
th { background: #131620; color: #fff; font-weight: 500; }
td { color: rgba(255,255,255,.68); }
th:last-child, td:last-child { border-right: 0; }
tbody tr:last-child td { border-bottom: 0; }
tbody tr:last-child td, td:last-child { color: #79ffe8; }
.inner-footer { display: flex; width: min(100% - 48px, 1248px); min-height: 180px; margin: auto; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); color: var(--muted); }
.inner-footer img { width: 138px; }

@media (max-width: 700px) {
  .inner-header { width: calc(100% - 32px); height: 92px; }
  .inner-header img { width: 116px; }
  .back-link { height: 44px; padding: 0 14px; font-size: 14px; }
  .inner-hero { padding: 88px 16px 82px; }
  .inner-hero h1 { font-size: 50px; }
  .inner-hero .lede { font-size: 17px; }
  .content { width: calc(100% - 32px); padding: 72px 0 96px; }
  .content h2 { margin-top: 64px; }
  .role-grid, .fact-strip { grid-template-columns: 1fr; }
  .role-card { min-height: 260px; padding: 28px; }
  .role-card h2 { font-size: 32px; }
  .fact + .fact { border-top: 1px solid var(--line); border-left: 0; }
  .callout { padding: 28px; }
  .inner-footer { width: calc(100% - 32px); min-height: 160px; align-items: flex-start; flex-direction: column; justify-content: center; gap: 20px; }
}
