:root {
      --bg: #080f1f;
      --text: #f2f6ff;
      --muted: #aeb8d6;
      --line: rgba(255,255,255,.15);
      --accent: #8bd3ff;
      --accent2: #a78bfa;
      --warm: #ffd6a5;
      --green: #b8f7d4;
      --radius: 24px;
      --shadow: 0 24px 80px rgba(0,0,0,.28);
    }

    * { box-sizing: border-box; }

    html { scroll-behavior: smooth; }

    body {
      margin: 0;
      color: var(--text);
      font-family: "Hanken Grotesk", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      background:
        radial-gradient(circle at 12% 8%, rgba(139,211,255,.22), transparent 34rem),
        radial-gradient(circle at 86% 12%, rgba(167,139,250,.18), transparent 30rem),
        linear-gradient(135deg, #07101e 0%, #11172e 52%, #070b16 100%);
      line-height: 1.55;
      min-height: 100vh;
    }

    a { color: inherit; }

    .shell {
      max-width: 1120px;
      margin: 0 auto;
      padding: 26px;
    }

    header {
      position: sticky;
      top: 0;
      z-index: 20;
      backdrop-filter: blur(18px);
      background: rgba(8,15,31,.72);
      border-bottom: 1px solid rgba(255,255,255,.08);
    }

    .nav {
      max-width: 1220px;
      margin: 0 auto;
      padding: 14px 26px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
    }

    .brand {
      text-decoration: none;
      font-weight: 900;
      letter-spacing: -.03em;
      font-family: "Bricolage Grotesque", "Hanken Grotesk", ui-sans-serif, system-ui, sans-serif;
    }

    .brand span { color: var(--accent); }

    .nav-links {
      display: flex;
      gap: 6px;
      flex-wrap: wrap;
      justify-content: flex-end;
    }

    .nav-links a {
      text-decoration: none;
      color: var(--muted);
      font-size: 14px;
      padding: 8px 10px;
      border-radius: 999px;
    }

    .nav-links a:hover,
    .nav-links a.active {
      color: white;
      background: rgba(255,255,255,.09);
    }

    .hero {
      padding: 34px 0 22px;
      max-width: 840px;
    }

    .eyebrow {
      display: inline-flex;
      width: fit-content;
      align-items: center;
      gap: 8px;
      padding: 7px 10px;
      border-radius: 999px;
      background: rgba(255,255,255,.10);
      color: var(--muted);
      font-size: 12px;
      font-weight: 850;
      letter-spacing: .13em;
      text-transform: uppercase;
    }

    h1 {
      margin: 18px 0 10px;
      max-width: 760px;
      font-family: "Bricolage Grotesque", "Hanken Grotesk", ui-sans-serif, system-ui, sans-serif;
      font-size: clamp(34px, 4.4vw, 54px);
      line-height: 1;
      letter-spacing: -.055em;
    }

    .lead {
      color: var(--muted);
      font-size: clamp(16px, 1.8vw, 19px);
      max-width: 760px;
      margin: 0;
    }

    .downloads-panel {
      margin-top: 20px;
      border: 1px solid var(--line);
      background: linear-gradient(180deg, rgba(255,255,255,.105), rgba(255,255,255,.055));
      border-radius: var(--radius);
      box-shadow: var(--shadow);
      backdrop-filter: blur(20px);
      overflow: hidden;
    }

    .downloads-head {
      display: grid;
      grid-template-columns: minmax(0, 1fr) 110px 230px;
      gap: 16px;
      padding: 13px 18px;
      color: #6f7fa8;
      font-size: 12px;
      font-weight: 850;
      letter-spacing: .12em;
      text-transform: uppercase;
      border-bottom: 1px solid rgba(255,255,255,.10);
      background: rgba(255,255,255,.035);
    }

    .download-row {
      display: grid;
      grid-template-columns: minmax(0, 1fr) 110px 230px;
      gap: 16px;
      align-items: center;
      padding: 18px;
      border-bottom: 1px solid rgba(255,255,255,.09);
    }

    .download-row:last-child {
      border-bottom: 0;
    }

    .download-row:hover {
      background: rgba(255,255,255,.055);
    }

    .download-title {
      min-width: 0;
    }

    .download-title h2 {
      margin: 0 0 4px;
      font-family: "Bricolage Grotesque", "Hanken Grotesk", ui-sans-serif, system-ui, sans-serif;
      font-size: 22px;
      line-height: 1.08;
      letter-spacing: -.035em;
    }

    .download-title p {
      margin: 0;
      color: var(--muted);
      font-size: 15px;
      line-height: 1.35;
    }

    .format-tag {
      display: inline-flex;
      width: fit-content;
      align-items: center;
      justify-content: center;
      padding: 6px 10px;
      border-radius: 999px;
      background: rgba(255,214,165,.12);
      color: var(--warm);
      border: 1px solid rgba(255,214,165,.28);
      font-size: 12px;
      font-weight: 900;
      letter-spacing: .10em;
      text-transform: uppercase;
      white-space: nowrap;
    }

    .download-actions {
      display: flex;
      justify-content: flex-end;
      gap: 10px;
      flex-wrap: wrap;
    }

    .action-link {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      text-decoration: none;
      min-height: 38px;
      padding: 9px 12px;
      border-radius: 999px;
      border: 1px solid rgba(255,255,255,.14);
      color: var(--muted);
      background: rgba(255,255,255,.07);
      font-size: 14px;
      font-weight: 850;
      white-space: nowrap;
    }

    .action-link.primary {
      color: #07101e;
      background: linear-gradient(135deg, rgba(139,211,255,.95), rgba(167,139,250,.90));
      border-color: rgba(139,211,255,.42);
    }

    .action-link:hover {
      transform: translateY(-1px);
      border-color: rgba(139,211,255,.45);
      color: white;
    }

    .action-link.primary:hover {
      color: #07101e;
    }

    .note {
      margin: 16px 2px 0;
      color: #6f7fa8;
      font-size: 13px;
    }

    .site-footer {
      max-width: 1120px;
      margin: 44px auto 0;
      padding: 34px 0 30px;
      border-top: 1px solid rgba(159,176,214,.16);
      color: var(--muted);
    }

    .footer-main {
      min-width: 0;
    }

    .footer-utility {
      display: flex;
      flex-wrap: wrap;
      gap: 24px;
      margin-bottom: 18px;
    }

    .footer-utility a {
      color: #9FB0D6;
      text-decoration: none;
      font-size: 16px;
      font-weight: 600;
    }

    .footer-utility a:hover {
      color: #5EEAD4;
    }

    .footer-meta {
      display: flex;
      gap: 28px;
      flex-wrap: wrap;
      font-size: 13px;
      color: #5E6E96;
    }

    .footer-meta a {
      color: #5E6E96;
      text-decoration: none;
    }

    .footer-meta a:hover {
      color: #9FB0D6;
    }

    @media (max-width: 820px) {
      .nav {
        align-items: flex-start;
        flex-direction: column;
      }

      .nav-links {
        justify-content: flex-start;
      }

      .downloads-head {
        display: none;
      }

      .download-row {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 18px;
      }

      .download-actions {
        justify-content: flex-start;
      }
    }

    @media (max-width: 520px) {
      .shell {
        padding: 22px;
      }

      .hero {
        padding-top: 26px;
      }

      .download-actions {
        display: grid;
        grid-template-columns: 1fr;
      }

      .action-link {
        width: 100%;
      }
    }
