  .hero-followup-section {
    margin-top: 0;
    position: relative;
    z-index: 3;
    padding-bottom: 1.25rem;
  }

  .product-announcements-section {
    position: relative;
    z-index: 4;
    margin-top: -1.5rem;
    padding-bottom: 1.25rem;
  }

  .product-announcements-shell {
    display: grid;
    gap: 1rem;
    border: 1px solid rgba(0, 229, 255, 0.18);
    border-radius: 1.2rem;
    background:
      radial-gradient(circle at top right, rgba(0, 229, 255, 0.08), transparent 26%),
      linear-gradient(180deg, rgba(13, 17, 23, 0.98), rgba(6, 14, 22, 0.98));
    box-shadow:
      0 22px 50px rgba(2, 8, 23, 0.28),
      inset 0 1px 0 rgba(255, 255, 255, 0.03);
    padding: 1.15rem 1.2rem;
  }

  .product-announcements-header {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1rem;
  }

  .product-announcements-title {
    margin: 0;
    color: #e6edf3;
    font-size: 1.55rem;
    font-weight: 800;
    letter-spacing: 0;
  }

  .product-announcements-list {
    display: grid;
    gap: 0.6rem;
  }

  .product-announcement-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 1rem;
    border: 1px solid rgba(48, 54, 61, 0.92);
    border-radius: 0.75rem;
    background: rgba(13, 17, 23, 0.72);
    padding: 0.95rem 1rem;
    color: #e6edf3 !important;
    text-decoration: none;
    transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
  }

  .product-announcement-item:hover {
    border-color: rgba(0, 229, 255, 0.3);
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.2);
    transform: translateY(-1px);
  }

  .product-announcement-kicker,
  .product-announcement-link {
    color: #0891b2;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .product-announcement-copy {
    display: grid;
    gap: 0.2rem;
    min-width: 0;
  }

  .product-announcement-copy strong {
    color: #f0f6fc;
    font-size: 1.02rem;
    line-height: 1.3;
  }

  .product-announcement-copy span {
    color: #9fb2c8;
    font-size: 0.9rem;
    line-height: 1.35;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .product-announcements-all {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 229, 255, 0.22);
    border-radius: 9999px;
    background: rgba(0, 229, 255, 0.08);
    color: #d8fffb !important;
    font-size: 0.82rem;
    font-weight: 800;
    padding: 0.55rem 0.85rem;
    white-space: nowrap;
  }

  .product-announcements-all:hover {
    background: rgba(0, 229, 255, 0.14);
    color: #ffffff !important;
  }

  .calendar-feed-feature-section {
    position: relative;
    z-index: 4;
    padding: 1.5rem 0 1.75rem;
    background:
      radial-gradient(circle at 12% 20%, rgba(0, 229, 255, 0.10), transparent 24%),
      radial-gradient(circle at 88% 70%, rgba(0, 255, 156, 0.09), transparent 26%),
      linear-gradient(180deg, rgba(6, 14, 22, 0.98), rgba(13, 17, 23, 0.98));
    border-top: 1px solid rgba(0, 229, 255, 0.14);
    border-bottom: 1px solid rgba(48, 54, 61, 0.92);
  }

  .calendar-feed-feature-shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 1.25rem;
    align-items: stretch;
    border: 1px solid rgba(0, 229, 255, 0.24);
    border-radius: 1.6rem;
    background:
      radial-gradient(circle at top right, rgba(0, 255, 156, 0.10), transparent 32%),
      linear-gradient(145deg, rgba(13, 17, 23, 0.98), rgba(1, 4, 9, 0.98));
    box-shadow:
      0 28px 60px rgba(0, 0, 0, 0.34),
      inset 0 1px 0 rgba(255, 255, 255, 0.035);
    padding: 1.25rem;
  }

  @media (min-width: 1024px) {
    .calendar-feed-feature-shell {
      grid-template-columns: minmax(0, 0.92fr) minmax(420px, 0.78fr);
      padding: 1.55rem;
    }
  }

  .calendar-feed-feature-copy {
    display: grid;
    align-content: center;
    gap: 1rem;
  }

  .calendar-feed-feature-kicker {
    margin: 0;
    color: #00ff9c;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
  }

  .calendar-feed-feature-title {
    margin: 0;
    color: #f0f6fc;
    font-size: clamp(1.75rem, 3vw, 3rem);
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: 0;
  }

  .calendar-feed-feature-body {
    margin: 0;
    max-width: 48rem;
    color: #cdd9e5;
    font-size: 1rem;
    line-height: 1.7;
  }

  .calendar-feed-feature-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
  }

  .calendar-feed-feature-pill {
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(0, 229, 255, 0.22);
    border-radius: 9999px;
    background: rgba(0, 229, 255, 0.08);
    color: #d8fffb;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 0.45rem 0.75rem;
  }

  .calendar-feed-feature-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
  }

  .calendar-feed-feature-primary,
  .calendar-feed-feature-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.9rem;
    border-radius: 0.9rem;
    padding: 0.78rem 1rem;
    font-size: 0.92rem;
    font-weight: 800;
    text-decoration: none;
    transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
  }

  .calendar-feed-feature-primary {
    border: 1px solid rgba(0, 229, 255, 0.50);
    background: linear-gradient(135deg, #00e5ff 0%, #00ff9c 100%);
    color: #061014 !important;
    box-shadow: 0 16px 34px rgba(0, 229, 255, 0.22);
  }

  .calendar-feed-feature-secondary {
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.06);
    color: #f0f6fc !important;
  }

  .calendar-feed-feature-primary:hover,
  .calendar-feed-feature-secondary:hover {
    transform: translateY(-1px);
  }

  .calendar-feed-feature-panel {
    display: grid;
    gap: 0.75rem;
    border: 1px solid rgba(48, 54, 61, 0.92);
    border-radius: 1.2rem;
    background: rgba(1, 4, 9, 0.74);
    padding: 1rem;
  }

  .calendar-feed-feature-panel-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
  }

  .calendar-feed-feature-panel-title {
    margin: 0;
    color: #e6edf3;
    font-size: 1rem;
    font-weight: 800;
  }

  .calendar-feed-feature-panel-tag {
    border: 1px solid rgba(35, 209, 139, 0.28);
    border-radius: 9999px;
    background: rgba(35, 209, 139, 0.10);
    color: #7ee787;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    padding: 0.35rem 0.55rem;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .calendar-feed-feature-feed {
    border: 1px solid rgba(0, 229, 255, 0.14);
    border-radius: 0.85rem;
    background: rgba(13, 17, 23, 0.88);
    color: #adbac7;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
    font-size: 0.78rem;
    line-height: 1.65;
    padding: 0.8rem;
    word-break: break-all;
  }

  .calendar-feed-feature-apps {
    display: grid;
    gap: 0.55rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .calendar-feed-feature-app {
    border: 1px solid rgba(0, 229, 255, 0.16);
    border-radius: 0.75rem;
    background: rgba(0, 229, 255, 0.07);
    color: #d8fffb;
    font-size: 0.82rem;
    font-weight: 800;
    padding: 0.7rem 0.55rem;
    text-align: center;
  }

  .calendar-feed-feature-note {
    margin: 0;
    color: #8b949e;
    font-size: 0.82rem;
    line-height: 1.55;
  }

  .hero-followup-shell {
    border-radius: 1rem;
    border: 1px solid rgba(48, 54, 61, 0.92);
    background:
      linear-gradient(180deg, rgba(13, 17, 23, 0.98), rgba(1, 4, 9, 0.98));
    box-shadow:
      0 24px 55px rgba(0, 0, 0, 0.42),
      0 0 0 1px rgba(255, 255, 255, 0.02) inset;
    padding: 1rem;
  }

  .hero-followup-shell [data-component="quick-request-tabs"] {
    margin-bottom: 0;
  }

  .hero-followup-shell .quick-request-card {
    border: 1px solid rgba(48, 54, 61, 0.92);
    border-radius: 1.35rem;
    background:
      radial-gradient(circle at top right, rgba(0, 229, 255, 0.08), transparent 28%),
      linear-gradient(180deg, rgba(13, 17, 23, 0.98), rgba(4, 9, 16, 0.98));
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.02),
      0 24px 46px rgba(0, 0, 0, 0.22);
    padding: 1.25rem;
  }

  .hero-followup-shell .quick-request-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
  }

  .hero-followup-shell .quick-request-copy {
    max-width: 42rem;
  }

  .hero-followup-shell .quick-request-kicker {
    margin: 0 0 0.35rem;
    color: #8b949e;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.24em;
    text-transform: uppercase;
  }

  .hero-followup-shell .quick-request-title {
    margin: 0;
    color: #e6edf3;
    font-size: 1.95rem;
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: 0;
  }

  .hero-followup-shell .quick-request-lead {
    margin: 0.55rem 0 0;
    color: #adbac7;
    font-size: 0.98rem;
    line-height: 1.6;
  }

  .hero-followup-shell .quick-request-lead code {
    border: 1px solid rgba(0, 229, 255, 0.16);
    border-radius: 9999px;
    background: rgba(0, 229, 255, 0.08);
    color: #d8fffb;
    padding: 0.1rem 0.45rem;
    font-size: 0.88em;
  }

  .hero-followup-shell .quick-request-meta {
    display: grid;
    gap: 0.55rem;
    justify-items: end;
    flex-shrink: 0;
  }

  .hero-followup-shell .quick-request-badge,
  .hero-followup-shell .quick-request-endpoint {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .hero-followup-shell .quick-request-badge {
    border: 1px solid rgba(0, 229, 255, 0.24);
    background: rgba(0, 229, 255, 0.08);
    color: #00e5ff;
    padding: 0.5rem 0.8rem;
  }

  .hero-followup-shell .quick-request-endpoint {
    border: 1px solid rgba(35, 209, 139, 0.18);
    background: rgba(35, 209, 139, 0.08);
    color: #7ee787;
    padding: 0.45rem 0.8rem;
  }

  .hero-followup-shell .quick-request-tablist {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-bottom: 1rem;
  }

  .hero-followup-shell .quick-tab-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 7rem;
    border: 1px solid rgba(139, 148, 158, 0.2);
    border-radius: 9999px;
    background: rgba(33, 38, 45, 0.82);
    color: #cdd9e5;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    padding: 0.6rem 0.95rem;
    transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease, transform 160ms ease;
  }

  .hero-followup-shell .quick-tab-btn:hover {
    border-color: rgba(0, 229, 255, 0.28);
    background: rgba(0, 229, 255, 0.1);
    color: #f0fffe;
    transform: translateY(-1px);
  }

  .hero-followup-shell .quick-tab-btn.is-active {
    border-color: rgba(0, 229, 255, 0.52);
    background: linear-gradient(135deg, rgba(0, 229, 255, 0.2), rgba(0, 255, 156, 0.16));
    color: #ffffff;
    box-shadow: 0 12px 26px rgba(0, 229, 255, 0.12);
  }

  .hero-followup-shell .quick-code-frame {
    border: 1px solid rgba(0, 229, 255, 0.16);
    border-radius: 1rem;
    overflow: hidden;
    background: #010409;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.015);
  }

  .hero-followup-shell .quick-code-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    border-bottom: 1px solid rgba(48, 54, 61, 0.92);
    background: rgba(13, 17, 23, 0.98);
    padding: 0.8rem 0.95rem;
  }

  .hero-followup-shell .quick-code-toolbar-left {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    min-width: 0;
  }

  .hero-followup-shell .quick-code-dot {
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 9999px;
    background: #23d18b;
    box-shadow: 0 0 12px rgba(35, 209, 139, 0.52);
  }

  .hero-followup-shell .quick-code-label {
    color: #8b949e;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
  }

  .hero-followup-shell .quick-copy-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 229, 255, 0.22);
    border-radius: 9999px;
    background: rgba(0, 229, 255, 0.08);
    color: #d8fffb;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    padding: 0.45rem 0.8rem;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .hero-followup-shell .quick-copy-btn:hover {
    background: rgba(0, 229, 255, 0.14);
    border-color: rgba(0, 229, 255, 0.34);
  }

  .hero-followup-shell .quick-code-block {
    margin: 0;
    color: #e6edf3;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
    font-size: 0.88rem;
    line-height: 1.75;
    overflow-x: auto;
    padding: 1rem 1.05rem 1.1rem;
  }

  .hero-followup-shell section.py-8 {
    padding-top: 0.75rem;
    padding-bottom: 0;
  }

  .hero-followup-shell section.py-8 > div.max-w-7xl {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-followup-shell section.py-8 .rounded-2xl {
    border-color: rgba(48, 54, 61, 0.9);
    background: #0d1117;
    padding: 1rem;
  }

  .hero-followup-shell section.py-8 p.text-\[11px\] {
    color: #8b949e;
  }

  .hero-followup-shell section.py-8 .grid > div {
    border: 1px solid rgba(48, 54, 61, 0.95);
    background: #161b22;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.015);
  }

  .hero-followup-shell section.py-8 .grid > div:nth-child(1) {
    border-left-color: rgba(35, 209, 139, 0.52);
  }

  .hero-followup-shell section.py-8 .grid > div:nth-child(2) {
    border-left-color: rgba(0, 229, 255, 0.56);
  }

  .hero-followup-shell section.py-8 .grid > div:nth-child(3) {
    border-left-color: rgba(139, 148, 158, 0.55);
  }

  .hero-followup-shell section.py-8 .grid > div p:first-child {
    color: #dbeafe;
  }

  .hero-followup-shell section.py-8 .grid > div p:last-child {
    color: #e6edf3;
  }

  @media (max-width: 1023px) {
    .home-hero {
      min-height: auto;
      padding-top: 0.6rem !important;
      padding-bottom: 2rem !important;
    }

    .hero-grid {
      min-height: auto;
      grid-template-columns: 1fr !important;
    }

    .hero-followup-section {
      margin-top: 0;
    }

    .product-announcements-section {
      margin-top: 0;
      padding-top: 1rem;
    }

    .product-announcements-shell {
      gap: 0.85rem;
    }

    .product-announcements-header {
      align-items: flex-start;
      flex-direction: column;
    }

    .hero-followup-shell .quick-request-header,
    .hero-followup-shell .quick-code-toolbar {
      flex-direction: column;
      align-items: flex-start;
    }

    .hero-followup-shell .quick-request-title {
      font-size: 1.6rem;
    }

    .hero-followup-shell .quick-request-meta {
      justify-items: start;
    }

    .hero-followup-shell .quick-tab-btn {
      min-width: 0;
    }

    .hero-followup-shell {
      padding: 0.75rem;
      border-radius: 1.2rem;
    }
  }

  @media (max-width: 640px) {
    .home-hero .hero-quick-links,
    .home-hero .homepage-alert-note,
    .home-hero #homepage-alert-signup,
    .home-hero #homepage-alert-signup-status {
      display: none;
    }

    .hero-proof-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 0.45rem;
    }

    .hero-proof-item {
      min-height: 3.1rem;
      padding: 0.55rem 0.65rem;
    }

    .hero-proof-label {
      font-size: 0.68rem;
    }

    .product-announcement-item {
      grid-template-columns: 1fr;
      align-items: start;
      gap: 0.35rem;
    }

    .product-announcement-copy strong {
      font-size: 0.94rem;
    }

    .product-announcement-copy span {
      white-space: normal;
    }
  }

  .hero-kpi {
    border: 1px solid rgba(48, 54, 61, 0.9);
    background: rgba(22, 27, 34, 0.82);
    backdrop-filter: blur(14px);
  }

  .hero-terminal,
  .hero-market-board,
  .brand-card,
  .calendar-shell,
  .faq-shell,
  .contact-shell {
    border: 1px solid rgba(48, 54, 61, 0.8);
    box-shadow: 0 28px 60px rgba(0, 0, 0, 0.5);
  }

  .hero-terminal {
    background: linear-gradient(180deg, #0d1117 0%, #161b22 100%);
    color: #cdd9e5;
  }

  .terminal-tab {
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(15, 23, 42, 0.34);
  }

  /* Hero API console (right side) */
  .hero-console {
    width: min(100%, 640px);
    margin-left: auto;
    background:
      radial-gradient(circle at 18% 0%, rgba(0, 229, 255, 0.11), transparent 26%),
      linear-gradient(180deg, #0d1117 0%, #010409 100%);
    border: 1px solid rgba(0, 229, 255, 0.28);
    box-shadow:
      0 36px 78px rgba(0, 0, 0, 0.62),
      0 0 52px rgba(0, 229, 255, 0.16),
      0 0 0 1px rgba(255, 255, 255, 0.025) inset;
  }

  .hero-console-chrome {
    background: rgba(13, 17, 23, 0.98);
    border-bottom: 1px solid rgba(0, 229, 255, 0.18);
  }

  .hero-console-dot {
    width: 8px;
    height: 8px;
    border-radius: 9999px;
    background: #ff4d9d;
    box-shadow: 0 0 0 0 rgba(255, 77, 157, 0.55);
  }

  @keyframes hero-console-dot-pulse {
    0%   { box-shadow: 0 0 0 0 rgba(255, 77, 157, 0.55); }
    70%  { box-shadow: 0 0 0 10px rgba(255, 77, 157, 0); }
    100% { box-shadow: 0 0 0 0 rgba(255, 77, 157, 0); }
  }

  .hero-console-status {
    color: #ffd60a;
    background: rgba(255, 214, 10, 0.1);
    border: 1px solid rgba(255, 214, 10, 0.25);
    border-radius: 9999px;
    padding: 0.15rem 0.55rem;
    font-weight: 600;
  }

  .hero-console-tabs {
    border-bottom: 1px solid rgba(0, 229, 255, 0.16);
    background: rgba(1, 4, 9, 0.36);
  }

  .hero-console-tab {
    display: inline-flex;
    align-items: center;
    padding: 0.55rem 0.9rem;
    color: #8b949e;
    border-bottom: 2px solid transparent;
    transition: color 160ms ease, border-color 160ms ease, background-color 160ms ease;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }

  .hero-console-tab:hover {
    color: #cdd9e5;
    background: rgba(0, 229, 255, 0.1);
  }

  .hero-console-tab.is-active {
    color: #00e5ff;
    border-bottom-color: #00e5ff;
    background: rgba(0, 229, 255, 0.15);
  }

  .hero-console-request {
    background: rgba(1, 4, 9, 0.58);
  }

  .hero-console-method {
    display: inline-block;
    color: #ff4d9d;
    background: rgba(255, 77, 157, 0.12);
    border: 1px solid rgba(255, 77, 157, 0.3);
    border-radius: 6px;
    padding: 0.05rem 0.45rem;
    margin-right: 0.5rem;
    font-weight: 700;
    letter-spacing: 0.04em;
  }

  .hero-console-path {
    color: #cdd9e5;
    text-decoration: none;
    word-break: break-all;
  }

  .hero-console-path:hover {
    color: #fff;
    text-decoration: underline;
    text-decoration-color: rgba(56, 189, 248, 0.5);
  }

  .hero-console-json {
    min-height: 18rem;
    background:
      linear-gradient(rgba(0, 229, 255, 0.035) 1px, transparent 1px),
      #010409;
    background-size: 100% 1.5rem;
    border: 1px solid rgba(0, 229, 255, 0.18);
    border-radius: 12px;
    padding: 0.85rem 1rem;
    color: #cdd9e5;
    margin: 0;
  }

  .hero-console-json .cj-k { color: #00e5ff; }   /* keys     */
  .hero-console-json .cj-s { color: #fbd38d; }   /* strings  */
  .hero-console-json .cj-n { color: #c4b5fd; }   /* numbers  */
  .hero-console-json .cj-p { color: #64748b; }   /* punct    */
  .hero-console-json .cj-h {
    background: rgba(0, 229, 255, 0.18);
    box-shadow: inset 0 0 0 1px rgba(0, 255, 156, 0.38);
    border-radius: 4px;
    padding: 0 4px;
  }

  .hero-replay {
    display: grid;
    gap: 0.6rem;
    min-height: 0;
    padding: 0.15rem 0 0;
  }

  .hero-replay-topbar {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 1rem;
  }

  .hero-replay-kicker {
    color: #ffd60a;
    font-size: 0.68rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .hero-replay-title {
    margin-top: 0.25rem;
    color: #f0f6fc;
    font-size: 0.9rem;
    line-height: 1.35;
    max-width: 21rem;
  }

  .hero-replay-badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    gap: 0.45rem;
  }

  .hero-replay-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.3rem 0.58rem;
    border-radius: 9999px;
    border: 1px solid rgba(0, 229, 255, 0.2);
    background: rgba(0, 229, 255, 0.08);
    color: #cfeff7;
    font-size: 0.7rem;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .hero-replay-badge-preview {
    border-color: rgba(255, 77, 157, 0.32);
    background: rgba(255, 77, 157, 0.11);
    color: #ff9ec8;
  }

  .hero-replay-chart-wrap {
    position: relative;
    border: 1px solid rgba(0, 229, 255, 0.18);
    border-radius: 14px;
    overflow: hidden;
    background:
      radial-gradient(circle at top left, rgba(0, 229, 255, 0.16), transparent 26%),
      radial-gradient(circle at 85% 10%, rgba(255, 77, 157, 0.12), transparent 24%),
      linear-gradient(180deg, rgba(2, 6, 12, 0.96) 0%, rgba(1, 4, 9, 0.98) 100%);
  }

  .hero-replay-chart {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 64 / 23;
  }

  .hero-replay-chart-wrap .hero-replay-chart {
    padding-top: 0.15rem;
  }

  .hero-replay-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem 0.8rem;
    padding: 0.5rem 0.8rem 0.62rem;
    border-top: 1px solid rgba(0, 229, 255, 0.14);
    color: #8b949e;
    font-size: 0.7rem;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .hero-replay-legend span {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
  }

  .hero-replay-legend-line,
  .hero-replay-legend-event,
  .hero-replay-legend-cursor {
    display: inline-block;
    flex: 0 0 auto;
  }

  .hero-replay-legend-line {
    width: 18px;
    height: 2px;
    background: #00e5ff;
    box-shadow: 0 0 12px rgba(0, 229, 255, 0.55);
  }

  .hero-replay-legend-event {
    width: 8px;
    height: 8px;
    border-radius: 9999px;
    background: #ffd60a;
    box-shadow: 0 0 10px rgba(255, 214, 10, 0.6);
  }

  .hero-replay-legend-cursor {
    width: 12px;
    height: 2px;
    background: #ff4d9d;
    box-shadow: 0 0 12px rgba(255, 77, 157, 0.55);
  }

  .hero-replay-bottom {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 0.8rem;
    flex-wrap: wrap;
  }

  .hero-replay-event-card {
    display: grid;
    gap: 0.45rem;
    flex: 1 1 18rem;
    min-height: 6rem;
    padding: 0.9rem 1rem;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
    transition: border-color 180ms ease, box-shadow 180ms ease;
  }

  .hero-replay-event-card--summary {
    gap: 0.38rem;
    min-height: 0;
    padding: 0.62rem 0.72rem;
    border-color: rgba(0, 229, 255, 0.20);
    background: rgba(13, 17, 23, 0.62);
  }

  .hero-replay-event-card--summary .hero-replay-event-meta {
    gap: 0.55rem;
    font-size: 0.66rem;
  }

  .hero-replay-event-card--summary .hero-replay-event-title {
    font-size: 0.86rem;
    font-weight: 800;
    line-height: 1.22;
  }

  .hero-replay-event-card--summary .hero-replay-event-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.38rem;
    font-size: 0.66rem;
  }

  .hero-replay-event-card--summary .hero-replay-event-stats span {
    padding: 0.25rem 0.38rem;
    overflow-wrap: anywhere;
  }

  .hero-replay-event-card--overlay {
    position: absolute;
    z-index: 3;
    top: 1rem;
    right: 1rem;
    width: min(28rem, calc(100% - 2rem));
    min-height: 0;
    padding: 0.78rem 0.85rem;
    background: rgba(4, 8, 14, 0.88);
    border-color: rgba(0, 255, 156, 0.26);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.32), 0 0 0 1px rgba(0, 229, 255, 0.06);
    backdrop-filter: blur(12px);
  }

  .hero-replay-event-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    color: #8b949e;
    font-size: 0.72rem;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .hero-replay-event-title {
    color: #f0f6fc;
    font-size: 1rem;
    font-weight: 600;
  }

  .hero-replay-event-card--overlay .hero-replay-event-title {
    font-size: 0.9rem;
  }

  .hero-replay-event-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
    color: #cdd9e5;
    font-size: 0.76rem;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .hero-replay-event-stats span {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.55rem;
    min-width: 0;
    padding: 0.34rem 0.55rem;
    border-radius: 10px;
    background: rgba(13, 17, 23, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.08);
  }

  .hero-replay-event-stats strong {
    color: #f0f6fc;
    font-weight: 800;
    white-space: nowrap;
  }

  .hero-replay-event-card--overlay .hero-replay-event-stats {
    gap: 0.42rem;
    font-size: 0.7rem;
  }

  .hero-replay-event-card--overlay .hero-replay-event-stats span {
    padding: 0.27rem 0.42rem;
  }

  .hero-replay-event-card--overlay .hero-replay-event-stat--move {
    grid-column: 1 / -1;
    border-color: rgba(0, 255, 156, 0.22);
  }

  .hero-replay-range {
    color: #8b949e;
    font-size: 0.72rem;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  @media (max-width: 640px) {
    .hero-replay-topbar {
      flex-direction: column;
    }

    .hero-replay-badges {
      justify-content: start;
    }

    .hero-replay-event-stats {
      grid-template-columns: 1fr;
    }

    .hero-replay-event-card--summary .hero-replay-event-stats {
      grid-template-columns: 1fr;
    }

    .hero-replay-event-card--overlay {
      top: 0.65rem;
      right: 0.65rem;
      left: 0.65rem;
      width: auto;
      padding: 0.68rem;
    }

  }

  .hero-console-footer {
    background: rgba(13, 17, 23, 0.96);
    border-top: 1px solid rgba(0, 229, 255, 0.16);
  }

  .hero-console-pulse {
    width: 6px;
    height: 6px;
    border-radius: 9999px;
    background: #00e5ff;
    box-shadow: 0 0 10px rgba(0, 229, 255, 0.7);
  }

  .signal-chip {
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.08);
  }

  .hero-example-list {
    display: grid;
    gap: 0.75rem;
  }

  .hero-example-card {
    border: 1px solid rgba(148, 163, 184, 0.18);
    background: rgba(15, 23, 42, 0.32);
  }

  .hero-example-link {
    border: 1px solid rgba(148, 163, 184, 0.16);
    background: rgba(15, 23, 42, 0.22);
    transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
  }

  .hero-example-link:hover {
    border-color: rgba(125, 211, 252, 0.44);
    background: rgba(15, 23, 42, 0.36);
    transform: translateY(-1px);
  }

  .hero-market-board {
    background: rgba(22, 27, 34, 0.92);
    backdrop-filter: blur(16px);
  }

  .hero-flow-grid {
    display: grid;
    gap: 0.9rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hero-flow-step {
    border: 1px solid rgba(48, 54, 61, 0.8);
    background: rgba(22, 27, 34, 0.85);
    border-radius: 1.1rem;
    padding: 1rem;
  }

  .hero-flow-tag {
    display: inline-flex;
    align-items: center;
    border-radius: 9999px;
    padding: 0.3rem 0.65rem;
    font-size: 0.7rem;
    line-height: 1;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

  .hero-flow-tag-ingest {
    background: rgba(57, 208, 240, 0.12);
    color: #00e5ff;
  }

  .hero-flow-tag-research {
    background: rgba(0, 229, 255, 0.12);
    color: #00e5ff;
  }

  .hero-flow-tag-deploy {
    background: rgba(35, 209, 139, 0.12);
    color: #23d18b;
  }

  .feature-shell {
    border: 1px solid rgba(48, 54, 61, 0.8);
    background: rgba(22, 27, 34, 0.92);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.4);
  }

  .homepage-benefits-section {
    position: relative;
    overflow: hidden;
    border-block: 1px solid rgba(48, 54, 61, 0.72);
    background:
      linear-gradient(rgba(80, 90, 102, 0.08) 1px, transparent 1px),
      linear-gradient(90deg, rgba(80, 90, 102, 0.06) 1px, transparent 1px),
      linear-gradient(180deg, rgba(13, 17, 23, 0.98) 0%, rgba(7, 14, 22, 0.98) 52%, rgba(13, 17, 23, 0.98) 100%);
    background-size: 4rem 4rem, 4rem 4rem, auto;
  }

  .homepage-benefits-section > .max-w-7xl {
    position: relative;
    z-index: 1;
  }

  .homepage-benefits-head {
    display: grid;
    gap: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .homepage-benefits-copy {
    min-width: 0;
  }

  .homepage-benefits-copy h2 {
    margin: 0;
    max-width: 48rem;
    color: #f0f6fc;
    font-size: 2.25rem;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.08;
  }

  .homepage-benefits-copy p {
    margin: 1rem 0 0;
    max-width: 45rem;
    color: #adbac7;
    font-size: 1rem;
    line-height: 1.75;
  }

  .homepage-benefits-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.35rem;
  }

  .homepage-benefits-primary,
  .homepage-benefits-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.85rem;
    border-radius: 0.9rem;
    padding: 0.75rem 1rem;
    font-size: 0.9rem;
    font-weight: 800;
    text-decoration: none;
    transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease, transform 160ms ease;
  }

  .homepage-benefits-primary {
    border: 1px solid rgba(0, 229, 255, 0.52);
    background: linear-gradient(135deg, #00e5ff 0%, #00ff9c 100%);
    color: #061014 !important;
    box-shadow: 0 16px 34px rgba(0, 229, 255, 0.18);
  }

  .homepage-benefits-secondary {
    border: 1px solid rgba(0, 229, 255, 0.22);
    background: rgba(22, 27, 34, 0.84);
    color: #f0f6fc !important;
  }

  .homepage-benefits-primary:hover,
  .homepage-benefits-secondary:hover {
    transform: translateY(-1px);
  }

  .homepage-benefits-secondary:hover {
    border-color: rgba(0, 229, 255, 0.42);
    background: rgba(0, 229, 255, 0.10);
    color: #ffffff !important;
  }

  .homepage-release-demo {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(0, 229, 255, 0.24);
    border-radius: 1.35rem;
    background:
      linear-gradient(rgba(80, 90, 102, 0.10) 1px, transparent 1px),
      linear-gradient(90deg, rgba(80, 90, 102, 0.08) 1px, transparent 1px),
      linear-gradient(180deg, rgba(22, 27, 34, 0.96), rgba(1, 4, 9, 0.96));
    background-size: 2.8rem 2.8rem, 2.8rem 2.8rem, auto;
    box-shadow:
      0 26px 58px rgba(0, 0, 0, 0.36),
      inset 0 1px 0 rgba(255, 255, 255, 0.035);
    min-height: 100%;
    padding: 1rem;
  }

  .homepage-release-demo-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    border-bottom: 1px solid rgba(48, 54, 61, 0.9);
    color: #8b949e;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    padding-bottom: 0.85rem;
    text-transform: uppercase;
  }

  .homepage-release-demo-bar span {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
  }

  .homepage-release-demo-bar i {
    display: inline-block;
    width: 0.52rem;
    height: 0.52rem;
    border-radius: 9999px;
    background: #00ff9c;
    box-shadow: 0 0 16px rgba(0, 255, 156, 0.55);
  }

  .homepage-release-demo-flow {
    display: grid;
    gap: 0.75rem;
    margin-top: 0.9rem;
  }

  .homepage-release-demo-step {
    position: relative;
    display: grid;
    grid-template-columns: minmax(5.8rem, 0.28fr) minmax(0, 1fr);
    gap: 0.5rem 0.85rem;
    align-items: start;
    border: 1px solid rgba(48, 54, 61, 0.9);
    border-radius: 0.95rem;
    background: rgba(13, 17, 23, 0.84);
    padding: 0.85rem;
  }

  .homepage-release-demo-step::before {
    content: "";
    position: absolute;
    left: 1.05rem;
    top: 50%;
    bottom: -1rem;
    width: 1px;
    background: linear-gradient(180deg, rgba(0, 229, 255, 0.5), rgba(0, 255, 156, 0));
    transform: translateX(-50%);
  }

  .homepage-release-demo-step:last-child::before {
    display: none;
  }

  .homepage-release-demo-time {
    position: relative;
    z-index: 1;
    display: inline-flex;
    width: fit-content;
    border: 1px solid rgba(0, 229, 255, 0.24);
    border-radius: 9999px;
    background: rgba(0, 229, 255, 0.09);
    color: #00e5ff;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    padding: 0.35rem 0.55rem;
  }

  .homepage-release-demo-step strong {
    color: #f0f6fc;
    font-size: 0.98rem;
    line-height: 1.25;
  }

  .homepage-release-demo-step p {
    grid-column: 2;
    margin: -0.15rem 0 0;
    color: #adbac7;
    font-size: 0.82rem;
    line-height: 1.55;
  }

  .homepage-release-demo-code {
    display: grid;
    gap: 0.35rem;
    margin-top: 0.85rem;
    border: 1px solid rgba(0, 229, 255, 0.16);
    border-radius: 0.95rem;
    background: rgba(1, 4, 9, 0.82);
    padding: 0.8rem 0.9rem;
  }

  .homepage-release-demo-code span {
    color: #00ff9c;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .homepage-release-demo-code code {
    color: #cdd9e5;
    font-size: 0.82rem;
    line-height: 1.5;
    overflow-wrap: anywhere;
  }

  .homepage-benefit-layout {
    display: grid;
    gap: 1rem;
  }

  .homepage-benefit-card-grid {
    display: grid;
    gap: 1rem;
  }

  .homepage-benefit-card {
    position: relative;
    overflow: hidden;
    display: flex;
    min-width: 0;
    min-height: 14rem;
    flex-direction: column;
    border: 1px solid rgba(48, 54, 61, 0.92);
    border-radius: 1.25rem;
    background: linear-gradient(180deg, rgba(22, 27, 34, 0.96), rgba(13, 17, 23, 0.96));
    box-shadow:
      0 20px 45px rgba(0, 0, 0, 0.28),
      inset 0 1px 0 rgba(255, 255, 255, 0.03);
    color: #cdd9e5 !important;
    padding: 1.15rem;
    text-decoration: none;
    transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
  }

  .homepage-benefit-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(125deg, transparent 0%, rgba(0, 229, 255, 0.12) 46%, rgba(0, 255, 156, 0.08) 55%, transparent 68%);
    opacity: 0;
    transition: opacity 160ms ease;
    pointer-events: none;
  }

  .homepage-benefit-card:hover,
  .homepage-benefit-card:focus-visible {
    border-color: rgba(0, 229, 255, 0.45);
    box-shadow:
      0 26px 58px rgba(0, 0, 0, 0.36),
      0 0 0 1px rgba(0, 229, 255, 0.10);
    transform: translateY(-2px);
    outline: none;
  }

  .homepage-benefit-card:hover::after,
  .homepage-benefit-card:focus-visible::after {
    opacity: 1;
  }

  .homepage-benefit-card > * {
    position: relative;
    z-index: 1;
  }

  .homepage-benefit-card--primary {
    min-height: 100%;
    border-color: rgba(0, 229, 255, 0.34);
    background:
      linear-gradient(rgba(0, 229, 255, 0.08) 1px, transparent 1px),
      linear-gradient(90deg, rgba(0, 229, 255, 0.06) 1px, transparent 1px),
      linear-gradient(180deg, rgba(22, 27, 34, 0.98), rgba(1, 4, 9, 0.98));
    background-size: 3rem 3rem, 3rem 3rem, auto;
    padding: 1.35rem;
  }

  .homepage-benefit-card-topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    color: #8b949e;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  .homepage-benefit-card-topline span:last-child {
    border: 1px solid rgba(0, 229, 255, 0.24);
    border-radius: 9999px;
    background: rgba(0, 229, 255, 0.08);
    color: #00e5ff;
    padding: 0.28rem 0.5rem;
    white-space: nowrap;
  }

  .homepage-benefit-card h3 {
    margin: 1rem 0 0;
    color: #f0f6fc;
    font-size: 1.12rem;
    font-weight: 800;
    line-height: 1.22;
    letter-spacing: 0;
  }

  .homepage-benefit-card--primary h3 {
    max-width: 27rem;
    font-size: 1.6rem;
    line-height: 1.12;
  }

  .homepage-benefit-card p {
    margin: 0.7rem 0 0;
    color: #adbac7;
    font-size: 0.92rem;
    line-height: 1.65;
  }

  .homepage-benefit-signal {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    margin-top: 1.35rem;
    border: 1px solid rgba(0, 255, 156, 0.18);
    border-radius: 0.95rem;
    background: rgba(0, 255, 156, 0.07);
    color: #d8fffb;
    font-size: 0.84rem;
    line-height: 1.55;
    padding: 0.8rem;
  }

  .homepage-benefit-signal-dot {
    flex: 0 0 auto;
    width: 0.55rem;
    height: 0.55rem;
    margin-top: 0.32rem;
    border-radius: 9999px;
    background: #00ff9c;
    box-shadow: 0 0 0 0.25rem rgba(0, 255, 156, 0.12), 0 0 18px rgba(0, 255, 156, 0.34);
  }

  .homepage-benefit-link {
    display: inline-flex;
    margin-top: auto;
    padding-top: 1rem;
    color: #00e5ff;
    font-size: 0.88rem;
    font-weight: 800;
  }

  .homepage-benefits-footer {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    justify-content: center;
    margin-top: 1rem;
  }

  .homepage-benefits-footer a {
    border: 1px solid rgba(139, 148, 158, 0.22);
    border-radius: 9999px;
    background: rgba(33, 38, 45, 0.68);
    color: #adbac7;
    font-size: 0.78rem;
    font-weight: 700;
    padding: 0.45rem 0.7rem;
    text-decoration: none;
    transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease;
  }

  .homepage-benefits-footer a:hover {
    border-color: rgba(0, 229, 255, 0.38);
    background: rgba(0, 229, 255, 0.08);
    color: #f0f6fc;
  }

  .backtest-coverage-section {
    position: relative;
  }

  .backtest-coverage-shell {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(0, 229, 255, 0.34);
    border-radius: 1.75rem;
    background:
      linear-gradient(135deg, #010409 0%, #0d1117 46%, #111827 100%);
    box-shadow:
      0 30px 70px rgba(0, 0, 0, 0.48),
      inset 0 1px 0 rgba(255, 255, 255, 0.04);
    padding: 1.35rem;
  }

  .backtest-coverage-shell::before,
  .backtest-coverage-shell::after {
    content: "";
    position: absolute;
    pointer-events: none;
  }

  .backtest-coverage-shell::before {
    inset: 0;
    background:
      linear-gradient(rgba(0, 229, 255, 0.08) 1px, transparent 1px),
      linear-gradient(90deg, rgba(0, 229, 255, 0.055) 1px, transparent 1px);
    background-size: 3.5rem 3.5rem;
    mask-image: linear-gradient(115deg, rgba(255, 255, 255, 0.70), rgba(255, 255, 255, 0.08));
    opacity: 0.72;
  }

  .backtest-coverage-shell::after {
    inset: 0 auto 0 0;
    width: 3px;
    background: linear-gradient(180deg, #00e5ff 0%, #ff4d9d 52%, #ffd60a 100%);
    opacity: 0.95;
  }

  .backtest-coverage-grid {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 1.25rem;
  }

  .backtest-coverage-copy {
    min-width: 0;
  }

  .backtest-coverage-kicker {
    margin: 0 0 0.65rem;
    color: #00e5ff;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 0.72rem;
    font-weight: 850;
    letter-spacing: 0.18em;
    text-transform: uppercase;
  }

  .backtest-coverage-copy h2 {
    margin: 0;
    max-width: 40rem;
    color: #f0f6fc;
    font-size: 2rem;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.12;
  }

  .backtest-coverage-lead {
    margin: 0.95rem 0 0;
    max-width: 42rem;
    color: #d6e2ee;
    font-size: 1rem;
    line-height: 1.75;
  }

  .backtest-coverage-main {
    display: grid;
    gap: 1rem;
    margin-top: 1.25rem;
  }

  .backtest-coverage-board {
    border: 1px solid rgba(139, 148, 158, 0.28);
    border-radius: 1.15rem;
    background: rgba(1, 4, 9, 0.74);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025);
    padding: 1rem;
  }

  .backtest-coverage-board--currencies {
    background:
      linear-gradient(rgba(0, 229, 255, 0.055) 1px, transparent 1px),
      linear-gradient(90deg, rgba(0, 229, 255, 0.04) 1px, transparent 1px),
      rgba(1, 4, 9, 0.78);
    background-size: 2.8rem 2.8rem, 2.8rem 2.8rem, auto;
  }

  .backtest-coverage-board--announcements {
    container-type: inline-size;
    border-color: rgba(0, 229, 255, 0.24);
    background:
      radial-gradient(circle at 95% 8%, rgba(0, 229, 255, 0.10), transparent 26%),
      rgba(13, 17, 23, 0.88);
  }

  .backtest-coverage-board-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.95rem;
  }

  .backtest-coverage-board-head span {
    color: #00e5ff;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 0.68rem;
    font-weight: 850;
    letter-spacing: 0.15em;
    text-transform: uppercase;
  }

  .backtest-coverage-board-head h3 {
    margin: 0.22rem 0 0;
    color: #f0f6fc;
    font-size: 1.05rem;
    font-weight: 850;
    line-height: 1.25;
  }

  .backtest-coverage-board-head > strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border: 1px solid rgba(255, 214, 10, 0.28);
    border-radius: 9999px;
    background: rgba(255, 214, 10, 0.08);
    color: #ffd60a;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    padding: 0.42rem 0.62rem;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .backtest-coverage-region-stack {
    display: grid;
    gap: 0.8rem;
  }

  .backtest-coverage-region-card {
    border: 1px solid rgba(48, 54, 61, 0.92);
    border-radius: 0.95rem;
    background: rgba(13, 17, 23, 0.86);
    padding: 0.85rem;
  }

  .backtest-coverage-region-card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.7rem;
  }

  .backtest-coverage-region-card-head p {
    margin: 0;
    color: #00ff9c;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 0.7rem;
    font-weight: 850;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  .backtest-coverage-region-card-head span {
    color: #9fb2c8;
    font-size: 0.78rem;
    font-weight: 800;
    white-space: nowrap;
  }

  .backtest-coverage-currency-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(9.5rem, 1fr));
    gap: 0.55rem;
  }

  .backtest-coverage-currency-chip {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    min-width: 0;
    gap: 0.6rem;
    border: 1px solid rgba(48, 54, 61, 0.88);
    border-radius: 0.8rem;
    background: linear-gradient(180deg, rgba(33, 38, 45, 0.9), rgba(22, 27, 34, 0.9));
    color: inherit;
    padding: 0.6rem 0.65rem;
    text-decoration: none;
    transition:
      border-color 160ms ease,
      box-shadow 160ms ease,
      transform 160ms ease;
  }

  .backtest-coverage-currency-chip:hover {
    border-color: rgba(0, 229, 255, 0.62);
    box-shadow: 0 0 0 1px rgba(0, 229, 255, 0.16), 0 14px 28px rgba(0, 0, 0, 0.24);
    transform: translateY(-1px);
  }

  .backtest-coverage-currency-chip:focus-visible {
    border-color: rgba(0, 229, 255, 0.75);
    box-shadow: 0 0 0 3px rgba(0, 229, 255, 0.24);
    outline: none;
  }

  .backtest-coverage-currency-chip::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 3px;
    background: linear-gradient(180deg, #00e5ff, #00ff9c);
    opacity: 0.75;
  }

  .backtest-coverage-currency-flag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 2.35rem;
    height: 2.35rem;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 0.82rem;
    background:
      radial-gradient(circle at 30% 22%, rgba(255, 255, 255, 0.24), transparent 42%),
      linear-gradient(145deg, rgba(0, 229, 255, 0.16), rgba(0, 255, 156, 0.08));
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.10),
      0 0 22px rgba(0, 229, 255, 0.10);
    font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
    font-size: 1.35rem;
    line-height: 1;
  }

  .backtest-coverage-currency-meta {
    display: grid;
    min-width: 0;
    gap: 0.12rem;
  }

  .backtest-coverage-currency-meta strong {
    color: #f0f6fc;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0.12em;
  }

  .backtest-coverage-currency-meta span {
    color: #adbac7;
    font-size: 0.76rem;
    font-weight: 650;
    line-height: 1.25;
    overflow-wrap: anywhere;
  }

  .backtest-coverage-type-list {
    display: grid;
    gap: 0.75rem;
  }

  @container (min-width: 48rem) {
    .backtest-coverage-type-list {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  .backtest-coverage-type-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    border: 1px solid rgba(48, 54, 61, 0.94);
    border-radius: 0.95rem;
    background: linear-gradient(180deg, rgba(22, 27, 34, 0.92), rgba(1, 4, 9, 0.82));
    padding: 0.9rem;
    transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
  }

  .backtest-coverage-type-card:hover,
  .backtest-coverage-type-card:focus-within {
    border-color: rgba(0, 229, 255, 0.48);
    box-shadow: 0 0 0 1px rgba(0, 229, 255, 0.08), 0 16px 36px rgba(0, 0, 0, 0.32);
    transform: translateY(-1px);
  }

  .backtest-coverage-card-link {
    color: inherit;
    text-decoration: none;
  }

  .backtest-coverage-card-link::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    border-radius: 0.95rem;
  }

  .backtest-coverage-card-link:focus-visible {
    outline: none;
  }

  .backtest-coverage-type-head {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 0.75rem;
    align-items: start;
  }

  .backtest-coverage-type-index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border: 1px solid rgba(0, 229, 255, 0.24);
    border-radius: 0.72rem;
    background: rgba(0, 229, 255, 0.08);
    color: #00e5ff;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 0.72rem;
    font-weight: 900;
  }

  .backtest-coverage-type-head h4 {
    margin: 0;
    color: #f0f6fc;
    font-size: 0.98rem;
    font-weight: 850;
    line-height: 1.3;
  }

  .backtest-coverage-type-head p {
    margin: 0.28rem 0 0;
    color: #adbac7;
    font-size: 0.82rem;
    line-height: 1.55;
  }

  .backtest-coverage-type-count {
    display: grid;
    justify-items: end;
    gap: 0.12rem;
    min-width: 4.5rem;
  }

  .backtest-coverage-type-count strong {
    color: #ffffff;
    font-size: 1.3rem;
    font-weight: 900;
    line-height: 1;
  }

  .backtest-coverage-type-count span {
    color: #9fb2c8;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 0.65rem;
    font-weight: 850;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .backtest-coverage-type-indicators,
  .backtest-coverage-type-markets {
    display: flex;
    flex-wrap: wrap;
    gap: 0.42rem;
  }

  .backtest-coverage-type-indicators {
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
  }

  .backtest-coverage-type-indicators a,
  .backtest-coverage-type-markets a,
  .backtest-coverage-type-markets span {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    border-radius: 9999px;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
    text-decoration: none;
    transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease;
  }

  .backtest-coverage-type-indicators a {
    border: 1px solid rgba(0, 229, 255, 0.18);
    background: rgba(0, 229, 255, 0.07);
    color: #d8fffb;
    font-size: 0.74rem;
    padding: 0.42rem 0.58rem;
  }

  .backtest-coverage-type-indicators a:hover,
  .backtest-coverage-type-indicators a:focus-visible {
    border-color: rgba(0, 229, 255, 0.55);
    background: rgba(0, 229, 255, 0.16);
    color: #ffffff;
    outline: none;
  }

  .backtest-coverage-type-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-top: auto;
    border-top: 1px solid rgba(48, 54, 61, 0.82);
    padding-top: 0.75rem;
  }

  .backtest-coverage-type-foot > span {
    color: #ffd60a;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 0.72rem;
    font-weight: 850;
    white-space: nowrap;
  }

  .backtest-coverage-type-markets {
    justify-content: flex-end;
  }

  .backtest-coverage-type-markets a,
  .backtest-coverage-type-markets span {
    border: 1px solid rgba(139, 148, 158, 0.22);
    background: rgba(33, 38, 45, 0.72);
    color: #cdd9e5;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 0.68rem;
    padding: 0.35rem 0.48rem;
  }

  .backtest-coverage-type-markets a:hover,
  .backtest-coverage-type-markets a:focus-visible {
    border-color: rgba(0, 229, 255, 0.45);
    background: rgba(0, 229, 255, 0.12);
    color: #f0f6fc;
    outline: none;
  }

  .backtest-coverage-accordion {
    display: grid;
    gap: 0.8rem;
    margin-top: 1.25rem;
  }

  .backtest-coverage-panel {
    border: 1px solid rgba(139, 148, 158, 0.30);
    border-radius: 1rem;
    background: rgba(1, 4, 9, 0.78);
    color: #cdd9e5;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025);
  }

  .backtest-coverage-panel[open] {
    border-color: rgba(0, 229, 255, 0.34);
    background: rgba(13, 17, 23, 0.92);
  }

  .backtest-coverage-panel summary {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-height: 4.2rem;
    cursor: pointer;
    list-style: none;
    padding: 0.95rem 1.05rem;
    color: #f0f6fc;
    font-size: 0.96rem;
    font-weight: 800;
  }

  .backtest-coverage-panel summary::-webkit-details-marker {
    display: none;
  }

  .backtest-coverage-panel summary::after {
    content: "+";
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 1.65rem;
    height: 1.65rem;
    border: 1px solid rgba(0, 229, 255, 0.28);
    border-radius: 9999px;
    background: rgba(0, 229, 255, 0.08);
    color: #00e5ff;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-weight: 900;
  }

  .backtest-coverage-panel[open] summary::after {
    content: "-";
    border-color: rgba(255, 214, 10, 0.36);
    background: rgba(255, 214, 10, 0.08);
    color: #ffd60a;
  }

  .backtest-coverage-panel summary span:first-child {
    min-width: 0;
  }

  .backtest-coverage-panel summary span:nth-child(2) {
    color: #9fb2c8;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .backtest-coverage-region-grid {
    display: grid;
    gap: 1rem;
    border-top: 1px solid rgba(48, 54, 61, 0.92);
    padding: 1rem 1.05rem 1.1rem;
  }

  .backtest-coverage-region-label {
    margin: 0;
    color: #00e5ff;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 0.68rem;
    font-weight: 850;
    letter-spacing: 0.15em;
    text-transform: uppercase;
  }

  .backtest-coverage-region-list {
    margin: 0.45rem 0 0;
    color: #cdd9e5;
    font-size: 0.83rem;
    line-height: 1.75;
  }

  .backtest-coverage-region-list span:nth-child(even) {
    color: #64748b;
  }

  .backtest-coverage-table-scroll {
    border-top: 1px solid rgba(48, 54, 61, 0.92);
    overflow-x: auto;
    padding: 0.45rem 1.05rem 1rem;
  }

  .backtest-coverage-table {
    width: 100%;
    min-width: 36rem;
    border-collapse: collapse;
    text-align: left;
    font-size: 0.8rem;
  }

  .backtest-coverage-table th {
    padding: 0.7rem 0.8rem 0.55rem 0;
    color: #9fb2c8;
    font-weight: 800;
  }

  .backtest-coverage-table td {
    border-top: 1px solid rgba(48, 54, 61, 0.92);
    padding: 0.68rem 0.8rem 0.68rem 0;
    color: #cdd9e5;
    vertical-align: top;
  }

  .backtest-coverage-table td:first-child {
    color: #f0f6fc;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-weight: 850;
    letter-spacing: 0.08em;
  }

  .backtest-coverage-table td:last-child {
    color: #9fb2c8;
  }

  .backtest-coverage-actions {
    display: grid;
    gap: 0.75rem;
    margin-top: 1.15rem;
  }

  .backtest-coverage-primary,
  .backtest-coverage-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    border-radius: 0.95rem;
    padding: 0.8rem 1.1rem;
    font-size: 0.93rem;
    font-weight: 850;
    text-decoration: none;
    transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
  }

  .backtest-coverage-primary {
    border: 1px solid rgba(0, 229, 255, 0.52);
    background: #00e5ff;
    color: #061014 !important;
    box-shadow: 0 16px 34px rgba(0, 229, 255, 0.24);
  }

  .backtest-coverage-primary:hover {
    background: #00ff9c;
    color: #061014 !important;
    transform: translateY(-1px);
  }

  .backtest-coverage-secondary {
    border: 1px solid rgba(139, 148, 158, 0.28);
    background: rgba(22, 27, 34, 0.92);
    color: #f0f6fc !important;
  }

  .backtest-coverage-secondary:hover {
    border-color: rgba(0, 229, 255, 0.42);
    background: rgba(0, 229, 255, 0.10);
    color: #ffffff !important;
    transform: translateY(-1px);
  }

  .backtest-coverage-aside {
    display: grid;
    align-content: start;
    gap: 1rem;
    min-width: 0;
  }

  .backtest-coverage-metrics {
    display: grid;
    gap: 0.8rem;
  }

  .backtest-coverage-metric {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(139, 148, 158, 0.28);
    border-radius: 1rem;
    background: linear-gradient(180deg, rgba(22, 27, 34, 0.98), rgba(1, 4, 9, 0.94));
    box-shadow:
      0 16px 34px rgba(0, 0, 0, 0.28),
      inset 0 1px 0 rgba(255, 255, 255, 0.035);
    padding: 1rem;
  }

  .backtest-coverage-metric::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 2px;
    background: #00e5ff;
  }

  .backtest-coverage-metric:nth-child(2)::before {
    background: #ff4d9d;
  }

  .backtest-coverage-metric:nth-child(3)::before {
    background: #ffd60a;
  }

  .backtest-coverage-metric p {
    margin: 0;
    color: #9fb2c8;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 0.68rem;
    font-weight: 850;
    letter-spacing: 0.15em;
    text-transform: uppercase;
  }

  .backtest-coverage-metric strong {
    display: block;
    margin-top: 0.5rem;
    color: #ffffff;
    font-size: 2.25rem;
    font-weight: 900;
    line-height: 0.95;
    letter-spacing: 0;
  }

  .backtest-coverage-metric span {
    display: block;
    margin-top: 0.42rem;
    color: #cdd9e5;
    font-size: 0.84rem;
    line-height: 1.35;
  }

  .backtest-coverage-snapshot {
    border: 1px solid rgba(0, 229, 255, 0.22);
    border-radius: 1.15rem;
    background:
      linear-gradient(rgba(0, 229, 255, 0.06) 1px, transparent 1px),
      linear-gradient(90deg, rgba(0, 229, 255, 0.04) 1px, transparent 1px),
      rgba(1, 4, 9, 0.88);
    background-size: 2.6rem 2.6rem, 2.6rem 2.6rem, auto;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025);
    padding: 1rem;
  }

  .backtest-coverage-snapshot-head,
  .backtest-coverage-snapshot-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 0.75rem;
  }

  .backtest-coverage-snapshot-head {
    color: #9fb2c8;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 0.68rem;
    font-weight: 850;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  .backtest-coverage-snapshot-head span:first-child {
    grid-column: auto;
  }

  .backtest-coverage-snapshot-rows {
    display: grid;
    gap: 0.45rem;
    margin-top: 0.8rem;
  }

  .backtest-coverage-snapshot-row {
    border: 1px solid rgba(48, 54, 61, 0.92);
    border-radius: 0.8rem;
    background: rgba(13, 17, 23, 0.82);
    padding: 0.65rem 0.75rem;
    text-decoration: none;
    transition: border-color 160ms ease, background-color 160ms ease, transform 160ms ease;
  }

  .backtest-coverage-snapshot-row:hover,
  .backtest-coverage-snapshot-row:focus-visible {
    border-color: rgba(0, 229, 255, 0.42);
    background: rgba(22, 27, 34, 0.92);
    outline: none;
    transform: translateY(-1px);
  }

  .backtest-coverage-snapshot-row span {
    color: #f0f6fc;
    font-size: 0.86rem;
    font-weight: 850;
    letter-spacing: 0;
    line-height: 1.35;
    min-width: 0;
  }

  .backtest-coverage-snapshot-row strong {
    min-width: 0;
    color: #cdd9e5;
    font-size: 0.86rem;
    font-weight: 800;
  }

  .backtest-coverage-snapshot-row em {
    border: 1px solid rgba(0, 229, 255, 0.22);
    border-radius: 9999px;
    background: rgba(0, 229, 255, 0.08);
    color: #00e5ff;
    font-size: 0.72rem;
    font-style: normal;
    font-weight: 850;
    padding: 0.24rem 0.46rem;
    white-space: nowrap;
  }

  @media (min-width: 640px) {
    .backtest-coverage-shell {
      padding: 1.75rem;
    }

    .backtest-coverage-metrics {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .backtest-coverage-actions {
      display: flex;
      flex-wrap: wrap;
    }

    .backtest-coverage-region-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (min-width: 1024px) {
    .backtest-coverage-shell {
      padding: 2rem;
    }

    .backtest-coverage-grid {
      grid-template-columns: minmax(0, 0.98fr) minmax(23rem, 0.72fr);
      align-items: start;
      gap: 2rem;
    }

    .backtest-coverage-copy {
      grid-column: 1;
      grid-row: 1;
    }

    .backtest-coverage-aside {
      grid-column: 2;
      grid-row: 1;
    }

    .backtest-coverage-snapshot {
      display: none;
    }

    .backtest-coverage-main {
      grid-column: 1 / -1;
      grid-row: 2;
    }

    .backtest-coverage-main {
      margin-top: 0;
    }

    .backtest-coverage-actions {
      grid-column: 1 / -1;
      grid-row: 3;
    }

    .backtest-coverage-copy h2 {
      font-size: 2.35rem;
    }
  }

  @media (max-width: 480px) {
    .backtest-coverage-panel summary {
      align-items: flex-start;
      flex-direction: column;
      gap: 0.5rem;
      padding-right: 3.25rem;
    }

    .backtest-coverage-panel summary::after {
      position: absolute;
      right: 1rem;
      top: 1rem;
    }

    .backtest-coverage-snapshot-head,
    .backtest-coverage-snapshot-row {
      grid-template-columns: minmax(0, 1fr);
      justify-items: start;
    }

    .backtest-coverage-snapshot-head span:last-child,
    .backtest-coverage-snapshot-row em {
      grid-column: auto;
      width: fit-content;
    }
  }

  .homepage-feature-grid,
  .homepage-workflow-grid {
    grid-auto-rows: 1fr;
  }

  .homepage-feature-card,
  .homepage-workflow-card {
    height: 100%;
  }

  .homepage-split-shell {
    align-items: start;
  }

  .homepage-split-copy,
  .homepage-workflow-grid {
    min-width: 0;
  }

  .homepage-split-copy h2 {
    color: #f0f6fc !important;
  }

  .homepage-split-copy p:not(.section-eyebrow) {
    color: #adbac7 !important;
  }

  .homepage-workflow-card {
    border: 1px solid rgba(48, 54, 61, 0.95) !important;
    border-radius: 16px !important;
    background:
      linear-gradient(180deg, rgba(22, 27, 34, 0.98), rgba(13, 17, 23, 0.98)) !important;
    box-shadow:
      0 18px 42px rgba(0, 0, 0, 0.28),
      inset 0 1px 0 rgba(255, 255, 255, 0.035);
    transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
  }

  .homepage-workflow-card:hover {
    border-color: rgba(0, 229, 255, 0.42) !important;
    box-shadow:
      0 22px 50px rgba(0, 0, 0, 0.36),
      0 0 0 1px rgba(0, 229, 255, 0.10);
    transform: translateY(-2px);
  }

  .homepage-workflow-card h3 {
    color: #f0f6fc !important;
  }

  .homepage-workflow-card p {
    color: #adbac7 !important;
  }

  .homepage-api-directory-section {
    border-block: 1px solid rgba(48, 54, 61, 0.72);
    background:
      radial-gradient(circle at 14% 8%, rgba(0, 229, 255, 0.12), transparent 28%),
      radial-gradient(circle at 86% 12%, rgba(255, 77, 157, 0.10), transparent 24%),
      linear-gradient(180deg, rgba(13, 17, 23, 0.94), rgba(1, 4, 9, 0.98));
  }

  .homepage-api-directory-shell {
    border: 1px solid rgba(48, 54, 61, 0.95);
    border-radius: 18px;
    background:
      linear-gradient(rgba(80, 90, 102, 0.07) 1px, transparent 1px),
      linear-gradient(90deg, rgba(80, 90, 102, 0.06) 1px, transparent 1px),
      linear-gradient(180deg, rgba(22, 27, 34, 0.98), rgba(13, 17, 23, 0.98));
    background-size: 3.5rem 3.5rem, 3.5rem 3.5rem, auto;
    box-shadow:
      0 24px 56px rgba(0, 0, 0, 0.36),
      inset 0 1px 0 rgba(255, 255, 255, 0.035);
    padding: 1rem;
  }

  .homepage-api-directory-head {
    display: grid;
    gap: 1rem;
    align-items: end;
    margin-bottom: 1rem;
  }

  .homepage-api-directory-kicker,
  .homepage-consensus-kicker {
    margin: 0 0 0.45rem;
    color: #00ff9c;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
  }

  .homepage-api-directory-head h2 {
    margin: 0;
    color: #f0f6fc;
    font-size: clamp(1.85rem, 3vw, 2.75rem);
    font-weight: 900;
    line-height: 1.04;
    letter-spacing: 0;
  }

  .homepage-api-directory-head p {
    margin: 0.85rem 0 0;
    max-width: 48rem;
    color: #cdd9e5;
    font-size: 0.95rem;
    line-height: 1.65;
  }

  .homepage-api-directory-stats {
    display: grid;
    gap: 0.65rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .homepage-api-directory-stats div {
    border: 1px solid rgba(0, 229, 255, 0.18);
    border-radius: 16px;
    background: rgba(1, 4, 9, 0.52);
    padding: 0.8rem;
  }

  .homepage-api-directory-stats strong {
    display: block;
    color: #00e5ff;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
    font-size: 1.05rem;
    line-height: 1.15;
  }

  .homepage-api-directory-stats span {
    display: block;
    margin-top: 0.25rem;
    color: #8b949e;
    font-size: 0.76rem;
    font-weight: 700;
    line-height: 1.25;
  }

  .homepage-consensus-card {
    display: grid;
    gap: 1rem;
    border: 1px solid rgba(0, 255, 156, 0.28);
    border-radius: 18px;
    background:
      radial-gradient(circle at 88% 0%, rgba(0, 255, 156, 0.16), transparent 28%),
      linear-gradient(135deg, rgba(0, 229, 255, 0.09), rgba(255, 255, 255, 0.02) 34%, rgba(0, 255, 156, 0.08));
    box-shadow:
      0 22px 50px rgba(0, 0, 0, 0.30),
      inset 0 1px 0 rgba(255, 255, 255, 0.04);
    margin-bottom: 0.75rem;
    padding: 0.9rem;
  }

  .homepage-consensus-copy h3 {
    margin: 0;
    color: #f0f6fc;
    font-size: clamp(1.45rem, 2.4vw, 2.2rem);
    font-weight: 850;
    line-height: 1.12;
    letter-spacing: 0;
  }

  .homepage-consensus-copy p {
    margin: 0.7rem 0 0;
    color: #cdd9e5;
    font-size: 0.95rem;
    line-height: 1.65;
  }

  .homepage-consensus-points {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.9rem;
  }

  .homepage-consensus-points span {
    border: 1px solid rgba(0, 229, 255, 0.18);
    border-radius: 9999px;
    background: rgba(13, 17, 23, 0.70);
    color: #d8fffb;
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1.25;
    padding: 0.45rem 0.65rem;
  }

  .homepage-consensus-request {
    display: grid;
    align-content: start;
    gap: 0.85rem;
    border: 1px solid rgba(48, 54, 61, 0.95);
    border-radius: 18px;
    background: rgba(1, 4, 9, 0.70);
    padding: 1rem;
    min-width: 0;
  }

  .homepage-consensus-request-head {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
    justify-content: space-between;
  }

  .homepage-consensus-request-head span {
    border: 1px solid rgba(0, 229, 255, 0.28);
    border-radius: 9999px;
    background: rgba(0, 229, 255, 0.10);
    color: #00e5ff;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
    font-size: 0.7rem;
    font-weight: 900;
    padding: 0.35rem 0.55rem;
  }

  .homepage-consensus-request-head strong {
    color: #00ff9c;
    font-size: 0.72rem;
    line-height: 1.25;
    text-align: right;
  }

  .homepage-consensus-request code {
    display: block;
    border: 1px solid rgba(0, 229, 255, 0.16);
    border-radius: 14px;
    background: #050b1c;
    color: #d8fffb;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
    font-size: 0.9rem;
    line-height: 1.55;
    overflow-wrap: anywhere;
    padding: 0.85rem;
  }

  .homepage-consensus-open {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.7rem;
    border: 1px solid rgba(0, 229, 255, 0.50);
    border-radius: 14px;
    background: linear-gradient(135deg, #00e5ff 0%, #00ff9c 100%);
    color: #061014 !important;
    font-size: 0.88rem;
    font-weight: 850;
    text-decoration: none;
  }

  .homepage-doc-shortcuts {
    display: grid;
    gap: 0.75rem;
    margin: 0 0 0.85rem;
    align-items: center;
    border: 1px solid rgba(0, 229, 255, 0.18);
    border-radius: 14px;
    background: rgba(1, 4, 9, 0.38);
    padding: 0.75rem;
  }

  .homepage-doc-shortcuts-head {
    min-width: 0;
  }

  .homepage-doc-shortcuts-head p {
    margin: 0;
    color: #00ff9c;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
    font-size: 0.68rem;
    font-weight: 850;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  .homepage-doc-shortcuts-head h3 {
    margin: 0.35rem 0 0;
    color: #f0f6fc;
    font-size: 1rem;
    font-weight: 850;
    line-height: 1.25;
    letter-spacing: 0;
  }

  .homepage-doc-shortcuts-head span {
    display: block;
    max-width: 56rem;
    margin-top: 0.4rem;
    color: #adbac7;
    font-size: 0.86rem;
    line-height: 1.55;
  }

  .homepage-doc-shortcuts-grid {
    display: grid;
    gap: 0.5rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .homepage-doc-shortcut {
    display: grid;
    align-content: start;
    gap: 0.38rem;
    min-width: 0;
    min-height: 0;
    border: 1px solid rgba(48, 54, 61, 0.90);
    border-radius: 12px;
    background: rgba(13, 17, 23, 0.78);
    color: #d8fffb !important;
    padding: 0.68rem;
    text-decoration: none;
    transition: border-color 0.18s ease, background 0.18s ease, transform 0.18s ease;
  }

  .homepage-doc-shortcut:hover {
    border-color: rgba(0, 229, 255, 0.46);
    background: rgba(0, 229, 255, 0.10);
    transform: translateY(-1px);
  }

  .homepage-doc-shortcut strong {
    color: #f0f6fc;
    font-size: 0.88rem;
    font-weight: 850;
    line-height: 1.25;
  }

  .homepage-doc-shortcut span {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #adbac7;
    font-size: 0.72rem;
    line-height: 1.35;
  }

  .homepage-doc-shortcut code {
    display: block;
    border: 1px solid rgba(0, 229, 255, 0.14);
    border-radius: 10px;
    background: #050b1c;
    color: #00ff9c;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
    font-size: 0.66rem;
    line-height: 1.35;
    overflow-wrap: anywhere;
    padding: 0.42rem;
  }

  .homepage-doc-shortcut em {
    align-self: end;
    color: #00e5ff;
    font-size: 0.7rem;
    font-style: normal;
    font-weight: 850;
    line-height: 1.25;
  }

  @media (max-width: 1024px) {
    .homepage-doc-shortcuts-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  .homepage-api-directory-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1rem;
  }

  .homepage-api-directory-actions a {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    border: 1px solid rgba(0, 229, 255, 0.18);
    border-radius: 9999px;
    background: rgba(13, 17, 23, 0.76);
    color: #d8fffb !important;
    font-size: 0.78rem;
    font-weight: 750;
    line-height: 1.2;
    padding: 0.5rem 0.7rem;
    text-decoration: none;
  }

  .homepage-api-directory-actions a:hover {
    border-color: rgba(0, 229, 255, 0.46);
    background: rgba(0, 229, 255, 0.10);
    color: #ffffff !important;
  }

  .homepage-api-directory-actions span {
    color: #00ff9c;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
    font-size: 0.72rem;
  }

  .homepage-api-group-grid {
    column-count: 1;
    column-gap: 0.75rem;
    display: block;
    gap: 0.75rem;
  }

  .homepage-api-group-card {
    scroll-margin-top: 6rem;
    border: 1px solid rgba(48, 54, 61, 0.95);
    border-radius: 16px;
    background: rgba(13, 17, 23, 0.82);
    break-inside: avoid;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
    display: inline-block;
    margin: 0 0 0.75rem;
    min-width: 0;
    padding: 0.85rem;
    width: 100%;
  }

  .homepage-api-group-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.8rem;
  }

  .homepage-api-group-head p {
    margin: 0;
    color: #8b949e;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
  }

  .homepage-api-group-head h3 {
    margin: 0.25rem 0 0;
    color: #f0f6fc;
    font-size: 1rem;
    font-weight: 850;
    line-height: 1.22;
    letter-spacing: 0;
  }

  .homepage-api-group-head > strong {
    flex: 0 0 auto;
    border: 1px solid rgba(0, 229, 255, 0.20);
    border-radius: 9999px;
    background: rgba(0, 229, 255, 0.08);
    color: #d8fffb;
    font-size: 0.75rem;
    font-weight: 800;
    padding: 0.4rem 0.6rem;
    white-space: nowrap;
  }

  .homepage-api-group-description {
    margin: 0.7rem 0 0;
    color: #adbac7;
    font-size: 0.8rem;
    line-height: 1.45;
  }

  .homepage-api-endpoint-list {
    display: grid;
    gap: 0.42rem;
    margin-top: 0.75rem;
  }

  .homepage-api-endpoint-row {
    display: grid;
    gap: 0.36rem;
    border: 1px solid rgba(48, 54, 61, 0.82);
    border-radius: 12px;
    background: rgba(1, 4, 9, 0.46);
    padding: 0.62rem;
    min-width: 0;
  }

  .homepage-api-endpoint-main {
    display: flex;
    align-items: flex-start;
    gap: 0.55rem;
    min-width: 0;
  }

  .homepage-api-method {
    flex: 0 0 auto;
    border: 1px solid rgba(0, 229, 255, 0.28);
    border-radius: 9999px;
    background: rgba(0, 229, 255, 0.10);
    color: #00e5ff;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
    font-size: 0.66rem;
    font-weight: 900;
    padding: 0.28rem 0.48rem;
  }

  .homepage-api-endpoint-row code {
    color: #e6edf3;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
    font-size: 0.74rem;
    line-height: 1.45;
    overflow-wrap: anywhere;
  }

  .homepage-api-endpoint-row p {
    margin: 0;
    color: #8b949e;
    font-size: 0.72rem;
    line-height: 1.35;
  }

  .homepage-api-auth {
    width: fit-content;
    border-radius: 9999px;
    font-size: 0.68rem;
    font-weight: 850;
    line-height: 1.2;
    padding: 0.34rem 0.52rem;
  }

  .homepage-api-auth--free {
    border: 1px solid rgba(0, 229, 255, 0.22);
    background: rgba(0, 229, 255, 0.08);
    color: #d8fffb;
  }

  .homepage-api-auth--mixed {
    border: 1px solid rgba(0, 255, 156, 0.24);
    background: rgba(0, 255, 156, 0.08);
    color: #b8ffe5;
  }

  .homepage-api-auth--pro {
    border: 1px solid rgba(255, 214, 10, 0.24);
    background: rgba(255, 214, 10, 0.08);
    color: #ffe98a;
  }

  .homepage-api-directory-footer {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin-top: 1rem;
    border: 1px solid rgba(0, 229, 255, 0.18);
    border-radius: 16px;
    background: rgba(0, 229, 255, 0.07);
    color: #adbac7;
    font-size: 0.82rem;
    line-height: 1.45;
    padding: 0.8rem 0.9rem;
  }

  .homepage-api-directory-footer a {
    color: #00e5ff;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
    overflow-wrap: anywhere;
  }

  .section-lead {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    text-wrap: pretty;
  }

  @media (min-width: 1024px) {
    .homepage-benefits-head {
      grid-template-columns: minmax(0, 0.98fr) minmax(380px, 0.72fr);
      align-items: stretch;
      gap: 1.5rem;
      margin-bottom: 1.5rem;
    }

    .homepage-benefits-copy h2 {
      font-size: 3.35rem;
    }

    .homepage-benefit-layout {
      grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.18fr);
    }

    .homepage-benefit-card-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .homepage-split-shell {
      grid-template-columns: minmax(16rem, 0.72fr) minmax(0, 1.28fr);
      column-gap: 2rem;
    }

    .homepage-split-copy {
      max-width: 20rem;
      padding-top: 0.15rem;
    }

    .homepage-api-directory-shell {
      padding: 1.45rem;
    }

    .homepage-api-directory-head {
      grid-template-columns: minmax(0, 1fr) minmax(340px, 0.42fr);
      gap: 1.5rem;
    }

    .homepage-consensus-card {
      grid-template-columns: minmax(0, 1fr) minmax(340px, 0.46fr);
      align-items: stretch;
      padding: 1rem;
    }

    .homepage-doc-shortcuts {
      grid-template-columns: minmax(12rem, 0.28fr) minmax(0, 1fr);
    }

    .homepage-api-group-grid {
      column-count: 2;
    }
  }

  @media (min-width: 1280px) {
    .homepage-api-group-grid {
      column-count: 3;
    }
  }

  @media (max-width: 1023px) {
    .homepage-benefit-card-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .homepage-api-directory-stats {
      grid-template-columns: minmax(0, 1fr);
    }
  }

  @media (max-width: 767px) {
    .homepage-benefits-head {
      margin-bottom: 1rem;
    }

    .homepage-benefits-copy h2 {
      font-size: 2rem;
      line-height: 1.12;
    }

    .homepage-benefits-copy p {
      font-size: 0.95rem;
      line-height: 1.65;
    }

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

    .homepage-benefits-primary,
    .homepage-benefits-secondary {
      width: 100%;
    }

    .homepage-release-demo-bar {
      align-items: flex-start;
      flex-direction: column;
      gap: 0.35rem;
    }

    .homepage-release-demo-step {
      grid-template-columns: minmax(0, 1fr);
    }

    .homepage-release-demo-step p {
      grid-column: auto;
      margin-top: 0;
    }

    .homepage-release-demo-step::before {
      display: none;
    }

    .homepage-benefit-card-grid {
      grid-template-columns: 1fr;
    }

    .homepage-benefit-card {
      min-height: auto;
    }

    .homepage-benefit-card--primary h3 {
      font-size: 1.35rem;
    }

    .homepage-benefits-footer {
      justify-content: flex-start;
    }

    .backtest-coverage-board-head,
    .backtest-coverage-type-foot {
      align-items: flex-start;
      flex-direction: column;
    }

    .backtest-coverage-board-head > strong {
      white-space: normal;
    }

    .backtest-coverage-type-head {
      grid-template-columns: auto minmax(0, 1fr);
    }

    .backtest-coverage-type-count {
      grid-column: 2;
      grid-template-columns: auto auto;
      justify-content: start;
      justify-items: start;
      align-items: baseline;
      min-width: 0;
    }

    .backtest-coverage-type-markets {
      justify-content: flex-start;
    }

    .homepage-api-directory-shell {
      border-radius: 18px;
      padding: 0.8rem;
    }

    .homepage-api-directory-head h2 {
      font-size: 1.8rem;
      line-height: 1.1;
    }

    .homepage-api-directory-actions {
      max-height: 14rem;
      overflow-y: auto;
      padding-right: 0.25rem;
    }

    .homepage-doc-shortcuts-grid {
      grid-template-columns: 1fr;
    }

    .homepage-doc-shortcut {
      min-height: 0;
    }

    .homepage-api-group-head,
    .homepage-api-endpoint-main {
      flex-direction: column;
      align-items: flex-start;
    }

    .homepage-api-group-head > strong {
      white-space: normal;
    }

    .homepage-consensus-request-head strong {
      text-align: left;
    }
  }

  .coverage-shell,
  .coverage-deck {
    border: 1px solid rgba(48, 54, 61, 0.92);
    box-shadow: 0 24px 54px rgba(0, 0, 0, 0.38);
  }

  .coverage-shell {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.012), rgba(255, 255, 255, 0)),
      #161b22;
  }

  .coverage-deck {
    position: relative;
    overflow: hidden;
    background:
      radial-gradient(circle at 12% 12%, rgba(0, 229, 255, 0.14), transparent 22%),
      radial-gradient(circle at 86% 18%, rgba(0, 255, 156, 0.10), transparent 28%),
      linear-gradient(180deg, #0d1117 0%, #07101c 100%);
  }

  .coverage-deck::before,
  .coverage-deck::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
  }

  .coverage-deck::before {
    background:
      linear-gradient(rgba(148, 163, 184, 0.08) 1px, transparent 1px),
      linear-gradient(90deg, rgba(148, 163, 184, 0.08) 1px, transparent 1px);
    background-size: 4rem 4rem;
    mask-image: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.18));
  }

  .coverage-deck::after {
    background: linear-gradient(120deg, transparent 0%, rgba(0, 229, 255, 0.13) 45%, rgba(0, 255, 156, 0.08) 54%, transparent 66%);
    transform: translateX(-100%);
  }

  .coverage-region-row {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 180px) minmax(0, 1fr);
    gap: 1rem;
    align-items: center;
    border: 1px solid rgba(48, 54, 61, 0.92);
    background: rgba(22, 27, 34, 0.86);
    backdrop-filter: blur(10px);
  }

  .coverage-region-rail {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    padding-right: 1rem;
  }

  .coverage-region-rail::after {
    content: "";
    position: absolute;
    top: 0.25rem;
    right: 0;
    bottom: 0.25rem;
    width: 1px;
    background: linear-gradient(180deg, rgba(0, 229, 255, 0), rgba(0, 229, 255, 0.48), rgba(0, 255, 156, 0));
  }

  .coverage-region-kicker {
    color: #8b949e;
  }

  .coverage-region-title {
    color: #f0f6fc;
  }

  .coverage-region-desc {
    color: rgba(224, 242, 254, 0.72);
    display: none;
  }

  .coverage-region-tag {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    border-radius: 9999px;
    border: 1px solid rgba(139, 148, 158, 0.28);
    background: rgba(33, 38, 45, 0.72);
    padding: 0.35rem 0.7rem;
    color: rgba(226, 232, 240, 0.82);
    font-size: 0.72rem;
    font-weight: 600;
  }

  .coverage-currency-grid {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    z-index: 1;
  }

  .coverage-currency-tile {
    position: relative;
    overflow: hidden;
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 0.8rem;
    border: 1px solid rgba(48, 54, 61, 0.95);
    background: linear-gradient(180deg, #21262d 0%, #161b22 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  }

  .coverage-currency-tile--link {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.14s ease;
  }

  .coverage-currency-tile--link:hover,
  .coverage-currency-tile--link:focus-visible {
    border-color: rgba(0, 229, 255, 0.5);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 4px 18px rgba(0, 229, 255, 0.16);
    transform: translateY(-1px);
    outline: none;
  }

  .coverage-currency-tile--link:focus-visible {
    outline: 2px solid #00e5ff;
    outline-offset: 2px;
  }

  .coverage-currency-tile::before {
    content: "";
    position: absolute;
    inset: auto auto -30% -8%;
    width: 5rem;
    height: 5rem;
    border-radius: 9999px;
    background: radial-gradient(circle, rgba(0, 229, 255, 0.22), transparent 68%);
    pointer-events: none;
  }

  .coverage-currency-symbol {
    display: inline-flex;
    min-width: 3rem;
    align-items: center;
    justify-content: center;
    border-radius: 0.9rem;
    background: linear-gradient(135deg, #0d419d, #0b2f66);
    color: #f8fafc;
    padding: 0.65rem 0.8rem;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 14px 28px rgba(8, 32, 60, 0.2);
  }

  .coverage-currency-meta {
    min-width: 0;
    flex: 1;
  }

  .coverage-currency-flag {
    font-size: 0.95rem;
    line-height: 1;
  }

  .coverage-currency-code {
    color: #f0f6fc;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    letter-spacing: 0.12em;
  }

  .coverage-currency-name {
    color: #adbac7;
  }

  .coverage-status-dot {
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 9999px;
    background: #23d18b;
    box-shadow: 0 0 0 0.22rem rgba(35, 209, 139, 0.16);
  }

  @keyframes coverage-scan {
    0% {
      transform: translateX(-110%);
    }
    100% {
      transform: translateX(110%);
    }
  }

  .indicator-table-shell {
    border: 1px solid rgba(48, 54, 61, 0.92);
    background: linear-gradient(180deg, rgba(22, 27, 34, 0.98), rgba(13, 17, 23, 0.98));
    box-shadow: 0 28px 50px rgba(0, 0, 0, 0.4);
  }

  .resource-card,
  .pricing-card,
  .article-card,
  .faq-item {
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
  }

  .resource-card:hover,
  .pricing-card:hover,
  .article-card:hover,
  .faq-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 44px rgba(0, 0, 0, 0.35);
  }

  .inline-code-pill {
    border: 1px solid rgba(48, 54, 61, 0.9);
    background: rgba(33, 38, 45, 0.9);
    color: #cdd9e5;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
  }

  .widget-check-icon {
    border: 1px solid rgba(0, 229, 255, 0.36);
    background: rgba(0, 229, 255, 0.13);
    color: #00e5ff;
    box-shadow: 0 0 0 3px rgba(0, 229, 255, 0.06);
  }

  .widget-showcase-card {
    --chart-blue: #00e5ff;
    --chart-yellow: #00ff9c;
    --chart-magenta: #4cc2ff;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(48, 54, 61, 0.95);
    border-radius: 24px;
    background:
      radial-gradient(circle at 18% 0%, rgba(0, 229, 255, 0.18), transparent 30%),
      radial-gradient(circle at 88% 18%, rgba(0, 255, 156, 0.10), transparent 30%),
      linear-gradient(180deg, #161b22 0%, #0d1117 100%);
    box-shadow:
      0 30px 70px rgba(0, 0, 0, 0.42),
      inset 0 1px 0 rgba(255, 255, 255, 0.04);
  }

  .widget-showcase-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
      linear-gradient(rgba(80, 90, 102, 0.1) 1px, transparent 1px),
      linear-gradient(90deg, rgba(80, 90, 102, 0.08) 1px, transparent 1px);
    background-size: 3.5rem 3.5rem;
    mask-image: linear-gradient(180deg, rgba(255, 255, 255, 0.26), transparent 72%);
    pointer-events: none;
  }

  .widget-showcase-card > * {
    position: relative;
    z-index: 1;
  }

  .widget-showcase-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    border-bottom: 1px solid rgba(48, 54, 61, 0.9);
    background: rgba(22, 27, 34, 0.88);
    padding: 1rem 1.15rem;
  }

  .widget-showcase-title {
    color: #e6edf3;
    font-size: 0.82rem;
    font-weight: 700;
  }

  .widget-showcase-tag {
    border: 1px solid rgba(0, 229, 255, 0.34);
    border-radius: 999px;
    background: rgba(0, 229, 255, 0.12);
    color: #d8fffb;
    font-family: ui-monospace, SFMono-Regular, SFMono, Consolas, "Liberation Mono", monospace;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1;
    padding: 0.45rem 0.7rem;
    text-transform: uppercase;
  }

  .widget-showcase-body {
    padding: 1.25rem;
  }

  .widget-kpi-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
    margin-bottom: 1rem;
  }

  .widget-kpi {
    border: 1px solid rgba(48, 54, 61, 0.92);
    border-radius: 16px;
    background: rgba(13, 17, 23, 0.82);
    padding: 0.85rem;
  }

  .widget-kpi span,
  .widget-chart-label {
    display: block;
    color: #8b949e;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }

  .widget-kpi strong {
    display: block;
    margin-top: 0.28rem;
    color: #f0f6fc;
    font-size: 1.05rem;
    line-height: 1.15;
  }

  .widget-kpi-positive strong {
    color: #00ff9c;
  }

  .widget-chart-panel {
    border: 1px solid rgba(48, 54, 61, 0.95);
    border-radius: 20px;
    background: #0d1117;
    padding: 1rem;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
  }

  .widget-chart-topline {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.7rem;
  }

  .widget-chart-topline strong {
    display: block;
    margin-top: 0.2rem;
    color: #f0f6fc;
    font-size: 1.1rem;
    line-height: 1.1;
  }

  .widget-legend {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.55rem 0.8rem;
    color: #e6edf3;
    font-size: 0.7rem;
    font-weight: 700;
  }

  .widget-legend span {
    align-items: center;
    display: inline-flex;
    gap: 0.35rem;
  }

  .widget-legend i {
    border-radius: 999px;
    display: inline-block;
    height: 0.45rem;
    width: 0.45rem;
  }

  .legend-base { background: var(--chart-blue); }
  .legend-quote { background: var(--chart-yellow); }
  .legend-spot { background: var(--chart-magenta); }

  .widget-chart-svg {
    display: block;
    height: auto;
    width: 100%;
  }

  .widget-grid-line {
    stroke: rgba(80, 90, 102, 0.45);
    stroke-width: 1;
  }

  .widget-axis-line {
    stroke: rgba(120, 132, 148, 0.55);
    stroke-width: 1.2;
  }

  .widget-axis-label {
    fill: #e6edf3;
    font-family: ui-monospace, SFMono-Regular, SFMono, Consolas, "Liberation Mono", monospace;
    font-size: 13px;
    font-weight: 700;
  }

  .widget-axis-month {
    fill: #8b949e;
    font-size: 12px;
  }

  .widget-chart-fill {
    fill: url(#widgetCarryFill);
  }

  .widget-line {
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 4;
    vector-effect: non-scaling-stroke;
  }

  .widget-line-base {
    stroke: var(--chart-blue);
    filter: drop-shadow(0 0 8px rgba(76, 194, 255, 0.34));
  }

  .widget-line-quote {
    stroke: var(--chart-yellow);
    filter: drop-shadow(0 0 8px rgba(255, 214, 10, 0.26));
  }

  .widget-line-spot {
    stroke: var(--chart-magenta);
    stroke-dasharray: 10 9;
    filter: drop-shadow(0 0 8px rgba(255, 77, 157, 0.28));
  }

  .widget-point {
    stroke: #0d1117;
    stroke-width: 3;
  }

  .widget-point-base { fill: var(--chart-blue); }
  .widget-point-quote { fill: var(--chart-yellow); }
  .widget-point-spot { fill: var(--chart-magenta); }

  .widget-code-strip {
    align-items: flex-start;
    border-top: 1px solid rgba(48, 54, 61, 0.9);
    background: rgba(1, 4, 9, 0.62);
    color: #8b949e;
    display: flex;
    gap: 0.65rem;
    padding: 0.9rem 1.15rem 1rem;
  }

  .widget-code-strip code {
    color: #cdd9e5;
    font-size: 0.72rem;
    line-height: 1.55;
    overflow-wrap: anywhere;
  }

  .widget-code-dot {
    background: #00ff9c;
    border-radius: 999px;
    box-shadow: 0 0 0 5px rgba(0, 255, 156, 0.1);
    flex: 0 0 auto;
    height: 0.42rem;
    margin-top: 0.42rem;
    width: 0.42rem;
  }

  .home-latest-articles {
    position: relative;
    padding-block: 3rem !important;
    border-block: 1px solid rgba(48, 54, 61, 0.72);
    background:
      radial-gradient(circle at 84% 8%, rgba(0, 229, 255, 0.14), transparent 28%),
      radial-gradient(circle at 16% 18%, rgba(0, 255, 156, 0.08), transparent 26%),
      linear-gradient(180deg, rgba(13, 17, 23, 0.28) 0%, rgba(22, 27, 34, 0.66) 46%, rgba(13, 17, 23, 0.96) 100%);
  }

  .article-section-heading {
    color: #f0f6fc;
  }

  .article-section-link {
    color: #00e5ff;
  }

  .latest-article-grid {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 20rem), 1fr)) !important;
    gap: 1rem !important;
  }

  .homepage-reviews-section {
    position: relative;
    border-block: 1px solid rgba(48, 54, 61, 0.72);
    background:
      linear-gradient(rgba(80, 90, 102, 0.07) 1px, transparent 1px),
      linear-gradient(90deg, rgba(80, 90, 102, 0.055) 1px, transparent 1px),
      linear-gradient(180deg, rgba(13, 17, 23, 0.98), rgba(1, 4, 9, 0.98));
    background-size: 4rem 4rem, 4rem 4rem, auto;
    color: #f0f6fc;
  }

  .homepage-reviews-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1fr);
    gap: 1.5rem;
    align-items: center;
  }

  .homepage-reviews-copy h2 {
    margin: 0;
    max-width: 34rem;
    color: #f0f6fc;
    font-size: 2.25rem;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.08;
  }

  .homepage-reviews-copy p:not(.section-eyebrow) {
    margin-top: 1rem;
    max-width: 34rem;
    color: #adbac7;
    font-size: 1rem;
    line-height: 1.75;
  }

  .homepage-reviews-link {
    display: inline-flex;
    margin-top: 1.15rem;
    color: #00e5ff;
    font-size: 0.9rem;
    font-weight: 800;
    text-decoration: underline;
    text-decoration-color: rgba(0, 229, 255, 0.4);
    text-underline-offset: 0.22em;
  }

  .homepage-review-card {
    position: relative;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(0, 229, 255, 0.28);
    border-radius: 24px;
    background:
      linear-gradient(135deg, rgba(0, 229, 255, 0.10), rgba(0, 255, 156, 0.055)),
      linear-gradient(180deg, rgba(22, 27, 34, 0.98), rgba(13, 17, 23, 0.98));
    box-shadow:
      0 26px 64px rgba(0, 0, 0, 0.42),
      inset 0 1px 0 rgba(255, 255, 255, 0.045);
    padding: 1.35rem;
  }

  .homepage-review-card blockquote {
    color: #f0f6fc;
    font-size: 1.12rem;
    font-weight: 650;
    line-height: 1.7;
  }

  .homepage-review-card figcaption {
    display: grid;
    gap: 0.25rem;
    margin-top: 1.25rem;
    border-top: 1px solid rgba(48, 54, 61, 0.9);
    padding-top: 1rem;
  }

  .homepage-review-card figcaption strong {
    color: #00ff9c;
    font-size: 1rem;
    font-weight: 850;
    line-height: 1.2;
  }

  .homepage-review-card figcaption span {
    color: #adbac7;
    font-size: 0.9rem;
    line-height: 1.45;
  }

  #faq h2,
  #contact h2 {
    color: #f0f6fc !important;
  }

  #faq .faq-shell,
  #contact .contact-shell {
    border: 1px solid rgba(48, 54, 61, 0.92) !important;
    background:
      linear-gradient(180deg, rgba(22, 27, 34, 0.98), rgba(13, 17, 23, 0.98)) !important;
    box-shadow:
      0 24px 54px rgba(0, 0, 0, 0.38),
      inset 0 1px 0 rgba(255, 255, 255, 0.035);
  }

  #faq .faq-category {
    border-color: rgba(48, 54, 61, 0.92) !important;
    background: rgba(13, 17, 23, 0.86) !important;
  }

  #faq .faq-category-summary {
    background: rgba(22, 27, 34, 0.96) !important;
  }

  #faq .faq-category-summary:hover {
    background: rgba(0, 229, 255, 0.08) !important;
  }

  #faq .faq-category-summary span {
    color: #f0f6fc !important;
  }

  #faq .faq-category > div {
    border-top-color: rgba(48, 54, 61, 0.9) !important;
    background: rgba(13, 17, 23, 0.96) !important;
  }

  #faq .faq-category p,
  #contact p {
    color: #adbac7 !important;
  }

  #faq code {
    border: 1px solid rgba(0, 229, 255, 0.20);
    border-radius: 999px;
    background: rgba(0, 229, 255, 0.08);
    color: #d8fffb !important;
    padding: 0.08rem 0.38rem;
  }

  #contact .inline-block {
    border-color: rgba(0, 229, 255, 0.36) !important;
    background: rgba(1, 4, 9, 0.54) !important;
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.28) !important;
  }

  @media (max-width: 900px) {
    .homepage-reviews-grid {
      grid-template-columns: 1fr;
    }

    .homepage-reviews-copy h2 {
      font-size: 1.9rem;
    }

    .homepage-review-card {
      padding: 1.15rem;
    }

    .homepage-review-card blockquote {
      font-size: 1rem;
    }
  }

  .article-card-premium {
    border: 1px solid rgba(48, 54, 61, 0.95);
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(22, 27, 34, 0.99), rgba(13, 17, 23, 0.99));
    box-shadow:
      0 22px 54px rgba(0, 0, 0, 0.36),
      inset 0 1px 0 rgba(255, 255, 255, 0.035);
    color: #cdd9e5;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
  }

  .article-card-premium:hover {
    border-color: rgba(0, 229, 255, 0.55);
    box-shadow:
      0 28px 62px rgba(0, 0, 0, 0.44),
      0 0 0 1px rgba(0, 229, 255, 0.12);
  }

  .article-card-premium:focus-visible {
    outline: 2px solid #00e5ff;
    outline-offset: 4px;
  }

  .article-media {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-bottom: 1px solid rgba(48, 54, 61, 0.9);
    background:
      linear-gradient(rgba(48, 54, 61, 0.16) 1px, transparent 1px),
      linear-gradient(90deg, rgba(48, 54, 61, 0.12) 1px, transparent 1px),
      #0d1117;
    background-size: 3rem 3rem;
  }

  .article-media::before,
  .article-media::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
  }

  .article-media::before {
    z-index: 1;
    background: none;
  }

  .article-media::after {
    z-index: 2;
    background: none;
  }

  .article-media-image {
    display: block;
    height: 100%;
    object-fit: cover;
    position: relative;
    transform: scale(1.02);
    transition: transform 260ms ease;
    width: 100%;
    z-index: 1;
  }

  .article-card-premium:hover .article-media-image {
    transform: scale(1.055);
  }

  .article-visual {
    position: absolute;
    z-index: 3;
    inset: 1rem 1rem 3.2rem;
    border: 1px solid rgba(0, 229, 255, 0.26);
    border-radius: 16px;
    background:
      linear-gradient(180deg, rgba(22, 27, 34, 0.82), rgba(13, 17, 23, 0.74)),
      rgba(13, 17, 23, 0.72);
    box-shadow:
      0 18px 40px rgba(0, 0, 0, 0.35),
      inset 0 1px 0 rgba(255, 255, 255, 0.06);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    padding: 0.8rem;
  }

  .article-visual::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
      linear-gradient(rgba(120, 132, 148, 0.08) 1px, transparent 1px),
      linear-gradient(90deg, rgba(120, 132, 148, 0.07) 1px, transparent 1px);
    background-size: 2.2rem 2.2rem;
    pointer-events: none;
  }

  .article-visual--1 {
    border-color: rgba(255, 214, 10, 0.22);
  }

  .article-visual--2 {
    border-color: rgba(255, 77, 157, 0.22);
  }

  .article-visual-header {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 4rem;
    gap: 0.6rem;
  }

  .article-visual-header span {
    border-radius: 999px;
    background: rgba(230, 237, 243, 0.78);
    height: 0.52rem;
  }

  .article-visual-header span:first-child {
    background: linear-gradient(90deg, rgba(76, 194, 255, 0.95), rgba(0, 255, 156, 0.62));
  }

  .article-visual-header span:last-child {
    background: linear-gradient(90deg, rgba(255, 214, 10, 0.9), rgba(255, 77, 157, 0.78));
  }

  .article-visual-chart {
    position: relative;
    z-index: 1;
    display: block;
    height: auto;
    width: 100%;
  }

  .article-visual-grid {
    stroke: rgba(80, 90, 102, 0.5);
    stroke-width: 1;
  }

  .article-visual-line {
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 4;
    vector-effect: non-scaling-stroke;
  }

  .article-visual-line-primary {
    stroke: #4cc2ff;
    filter: drop-shadow(0 0 7px rgba(76, 194, 255, 0.35));
  }

  .article-visual-line-accent {
    stroke: #ffd60a;
    filter: drop-shadow(0 0 7px rgba(255, 214, 10, 0.22));
  }

  .article-visual-line-signal {
    stroke: #ff4d9d;
    stroke-dasharray: 9 8;
    filter: drop-shadow(0 0 7px rgba(255, 77, 157, 0.24));
  }

  .article-visual-point {
    stroke: #0d1117;
    stroke-width: 3;
  }

  .article-visual-point-primary {
    fill: #4cc2ff;
  }

  .article-visual-point-accent {
    fill: #ffd60a;
  }

  .article-media-label {
    position: absolute;
    z-index: 4;
    bottom: 1rem;
    left: 1rem;
    border: 1px solid rgba(0, 229, 255, 0.38);
    border-radius: 999px;
    background: rgba(13, 17, 23, 0.76);
    color: #d8fffb;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1;
    padding: 0.45rem 0.65rem;
    text-transform: uppercase;
  }

  .article-media-fallback {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    inset: 0;
    padding: 1.25rem;
    position: absolute;
    z-index: 0;
  }

  .article-fallback-kicker,
  .article-fallback-title {
    position: relative;
    z-index: 4;
  }

  .article-fallback-kicker {
    color: #00e5ff;
    font-family: ui-monospace, SFMono-Regular, SFMono, Consolas, "Liberation Mono", monospace;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  .article-fallback-title {
    color: #f0f6fc;
    font-size: 1.1rem;
    font-weight: 800;
    line-height: 1.22;
    max-width: 20rem;
  }

  .article-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 1.25rem 1.35rem 1.35rem;
  }

  .article-card-title {
    color: #f0f6fc;
    font-size: 1.02rem;
    font-weight: 800;
    line-height: 1.32;
    margin: 0;
    transition: color 180ms ease;
  }

  .article-card-premium:hover .article-card-title {
    color: #00e5ff;
  }

  .article-card-excerpt {
    color: #cdd9e5;
    font-size: 0.92rem;
    line-height: 1.55;
    margin-top: 0.75rem;
    opacity: 0.78;
  }

  .article-card-date {
    color: #8b949e;
    font-size: 0.76rem;
    font-weight: 650;
    margin-top: auto;
    padding-top: 1.1rem;
  }

  @media (max-width: 640px) {
    .widget-showcase-header,
    .widget-chart-topline {
      align-items: flex-start;
      flex-direction: column;
    }

    .widget-kpi-grid {
      grid-template-columns: 1fr;
    }

    .widget-showcase-body {
      padding: 1rem;
    }

    .article-card-body {
      padding: 1.1rem;
    }
  }

  .faq-category summary::-webkit-details-marker { display: none; }
  .faq-category summary { list-style: none; }
  .faq-category[open] .faq-chevron { transform: rotate(180deg); }
  .faq-item summary::-webkit-details-marker { display: none; }
  .faq-item summary { list-style: none; }

  .code-shell {
    background: linear-gradient(180deg, #09111f 0%, #111f34 100%);
    box-shadow: 0 24px 52px rgba(15, 23, 42, 0.16);
    width: 100%;
    min-width: 0;
    overflow: hidden;
  }

  .code-shell pre {
    color: #c5dff0;
  }

  #api-surface .grid > div {
    min-width: 0;
  }

  #api-surface li span,
  #api-surface .code-shell,
  #api-surface .code-shell * {
    overflow-wrap: anywhere;
  }

  .step-badge {
    background: linear-gradient(135deg, rgba(0, 229, 255, 0.16), rgba(0, 255, 156, 0.14));
    color: #00e5ff;
  }

  .pricing-card-highlight {
    background: linear-gradient(180deg, rgba(22, 27, 34, 0.99), rgba(13, 17, 23, 0.97));
    border-color: rgba(0, 229, 255, 0.42);
  }

  .logo-cloud {
    border: 1px solid rgba(48, 54, 61, 0.8);
    background: rgba(22, 27, 34, 0.85);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.4);
  }

  #indicator-mobile-controls,
  #indicator-mobile-results > div,
  #calendar-grid > div > div {
    box-shadow: 0 16px 32px rgba(15, 23, 42, 0.06);
  }

  @media (max-width: 1023px) {
    .hero-terminal,
    .hero-market-board {
      box-shadow: none;
    }
  }

  @media (max-width: 767px) {
    .hero-primary-row {
      grid-template-columns: 1fr;
    }

    .hero-chatgpt-promo-actions {
      display: grid;
      grid-template-columns: 1fr;
    }

    .hero-secondary-row {
      display: grid;
      grid-template-columns: 1fr;
    }

    .hero-secondary-row .hero-secondary-cta {
      width: 100%;
    }

    .hero-flow-grid {
      grid-template-columns: 1fr;
    }

    .coverage-region-row {
      grid-template-columns: 1fr;
      gap: 1rem;
    }

    .coverage-region-rail {
      padding-right: 0;
    }

    .coverage-region-rail::after {
      display: none;
    }

    .coverage-currency-grid {
      display: grid;
      grid-template-columns: 1fr;
    }

  }

  @media (prefers-reduced-motion: reduce) {
    .hero-replay-event-card {
      transition: none;
    }

    .coverage-deck::after {
      animation: none;
    }
  }
  .homepage-orientation {
    padding: 3.5rem 0 1.5rem;
    background: #f7fafc;
    border-bottom: 1px solid #dbe5ec;
  }

  .homepage-orientation-head {
    max-width: 46rem;
    margin-bottom: 1.75rem;
  }

  .homepage-orientation .section-eyebrow {
    color: #00677a;
    background: #e8f7f8;
    border-color: #9ddde1;
  }

  .homepage-orientation-head h2,
  .homepage-data-directory h2 {
    margin: 0.4rem 0 0.75rem;
    color: #0b1f2a;
    font-size: 2.35rem;
    line-height: 1.15;
    letter-spacing: 0;
  }

  .homepage-orientation-head > p:last-child {
    color: #526675;
    font-size: 1.05rem;
    line-height: 1.7;
  }

  .homepage-path-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.9rem;
  }

  .homepage-path-card {
    min-height: 13rem;
    padding: 1.35rem;
    border: 1px solid #c9d7df;
    border-radius: 8px;
    background: #fff;
    color: #0b1f2a;
    transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
  }

  .homepage-path-card:hover {
    border-color: #008aa0;
    box-shadow: 0 10px 24px rgba(18, 48, 61, 0.11);
    transform: translateY(-2px);
  }

  .homepage-path-card span {
    display: block;
    margin-bottom: 1rem;
    color: #087d91;
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
  }

  .homepage-path-card strong {
    display: block;
    margin-bottom: 0.65rem;
    font-size: 1.15rem;
  }

  .homepage-path-card p {
    color: #5b6e7a;
    font-size: 0.92rem;
    line-height: 1.6;
  }

  .homepage-data-directory {
    display: grid;
    grid-template-columns: minmax(16rem, 0.8fr) minmax(24rem, 1.2fr);
    gap: 2rem;
    align-items: center;
    margin-top: 2.5rem;
    padding: 2rem 0;
    border-top: 1px solid #dbe5ec;
  }

  .homepage-data-directory h2 {
    max-width: 34rem;
    font-size: 1.65rem;
  }

  .homepage-data-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
  }

  .homepage-data-links a {
    display: flex;
    align-items: center;
    min-height: 2.8rem;
    padding: 0.65rem 0.85rem;
    border-left: 3px solid #12a8b8;
    background: #eaf3f6;
    color: #163846;
    font-size: 0.9rem;
    font-weight: 700;
  }

  .homepage-data-links a:hover {
    background: #dcecf0;
    color: #00677a;
  }

  .homepage-workbench-section {
    padding: 3.5rem 0;
    border-block: 1px solid rgba(48, 54, 61, 0.78);
    background:
      linear-gradient(rgba(80, 90, 102, 0.055) 1px, transparent 1px),
      linear-gradient(90deg, rgba(80, 90, 102, 0.045) 1px, transparent 1px),
      linear-gradient(180deg, #0d1117 0%, #010409 100%);
    background-size: 3.5rem 3.5rem, 3.5rem 3.5rem, auto;
    color: #f0f6fc;
  }

  .homepage-workbench-shell {
    border: 1px solid rgba(48, 54, 61, 0.95);
    border-radius: 8px;
    background:
      radial-gradient(circle at 12% 12%, rgba(0, 229, 255, 0.12), transparent 26%),
      radial-gradient(circle at 88% 18%, rgba(255, 77, 157, 0.10), transparent 24%),
      linear-gradient(180deg, rgba(22, 27, 34, 0.96), rgba(13, 17, 23, 0.98));
    box-shadow:
      0 24px 60px rgba(0, 0, 0, 0.42),
      inset 0 1px 0 rgba(255, 255, 255, 0.035);
    padding: 1.1rem;
  }

  .homepage-workbench-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1rem;
    border-bottom: 1px solid rgba(48, 54, 61, 0.86);
    padding: 0.35rem 0.25rem 1rem;
  }

  .homepage-workbench-kicker,
  .homepage-workbench-card-label {
    margin: 0;
    color: #00ff9c;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
    font-size: 0.72rem;
    font-weight: 850;
    letter-spacing: 0.16em;
    text-transform: uppercase;
  }

  .homepage-workbench-head h2 {
    max-width: 48rem;
    margin: 0.5rem 0 0;
    color: #f0f6fc;
    font-size: 2.4rem;
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: 0;
  }

  .homepage-workbench-head p {
    max-width: 48rem;
    margin: 0.75rem 0 0;
    color: #cdd9e5;
    font-size: 0.98rem;
    line-height: 1.65;
  }

  .homepage-workbench-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    justify-content: flex-end;
    min-width: 14rem;
  }

  .homepage-workbench-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.7rem;
    border: 1px solid rgba(0, 229, 255, 0.34);
    border-radius: 8px;
    background: rgba(0, 229, 255, 0.08);
    color: #d8fffb;
    font-size: 0.85rem;
    font-weight: 800;
    padding: 0.62rem 0.85rem;
    text-decoration: none;
  }

  .homepage-workbench-actions a:first-child {
    background: linear-gradient(135deg, #00e5ff 0%, #00ff9c 100%);
    color: #061014;
  }

  .homepage-workbench-grid {
    display: grid;
    gap: 0.85rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 1rem;
  }

  .homepage-workbench-card {
    display: grid;
    align-content: start;
    gap: 0.75rem;
    min-height: 22rem;
    min-width: 0;
    border: 1px solid rgba(48, 54, 61, 0.95);
    border-radius: 8px;
    background: rgba(1, 4, 9, 0.60);
    color: #f0f6fc !important;
    padding: 1rem;
    text-decoration: none;
    transition: border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
  }

  .homepage-workbench-card:hover,
  .homepage-workbench-card:focus-visible {
    border-color: rgba(0, 229, 255, 0.56);
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.32);
    transform: translateY(-2px);
  }

  .homepage-workbench-card strong {
    color: #f0f6fc;
    font-size: 1.12rem;
    line-height: 1.25;
  }

  .homepage-workbench-card p {
    color: #adbac7;
    font-size: 0.9rem;
    line-height: 1.6;
  }

  .homepage-workbench-card pre,
  .homepage-workbench-calendar,
  .homepage-workbench-chart,
  .homepage-workbench-prompt {
    margin-top: auto;
    min-width: 0;
    border: 1px solid rgba(0, 229, 255, 0.18);
    border-radius: 8px;
    background: #050b10;
  }

  .homepage-workbench-card pre {
    max-width: 100%;
    overflow-x: auto;
    padding: 0.85rem;
    color: #d8fffb;
    font-size: 0.72rem;
    line-height: 1.55;
  }

  .homepage-workbench-calendar,
  .homepage-workbench-prompt {
    display: grid;
    gap: 0.45rem;
    padding: 0.75rem;
  }

  .homepage-workbench-calendar span,
  .homepage-workbench-prompt span {
    display: flex;
    align-items: center;
    min-height: 2.15rem;
    border-left: 3px solid #00e5ff;
    background: rgba(0, 229, 255, 0.08);
    color: #d8fffb;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
    font-size: 0.76rem;
    font-weight: 800;
    padding: 0.45rem 0.6rem;
  }

  .homepage-workbench-prompt span {
    border-left-color: #ff4d9d;
    background: rgba(255, 77, 157, 0.08);
  }

  .homepage-workbench-chart {
    display: flex;
    align-items: end;
    gap: 0.4rem;
    min-height: 7rem;
    padding: 0.75rem;
  }

  .homepage-workbench-chart i {
    display: block;
    width: 100%;
    min-height: 2.4rem;
    border-radius: 999px 999px 4px 4px;
    background: linear-gradient(180deg, #00e5ff 0%, rgba(0, 229, 255, 0.14) 100%);
    box-shadow: 0 0 18px rgba(0, 229, 255, 0.22);
  }

  .homepage-workbench-chart i:nth-child(2) { min-height: 4.2rem; background: linear-gradient(180deg, #00ff9c 0%, rgba(0, 255, 156, 0.12) 100%); }
  .homepage-workbench-chart i:nth-child(3) { min-height: 3.1rem; }
  .homepage-workbench-chart i:nth-child(4) { min-height: 5.4rem; background: linear-gradient(180deg, #ff4d9d 0%, rgba(255, 77, 157, 0.12) 100%); }
  .homepage-workbench-chart i:nth-child(5) { min-height: 4.6rem; }

  @media (max-width: 960px) {
    .homepage-path-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .homepage-data-directory {
      grid-template-columns: 1fr;
    }

    .homepage-workbench-head {
      align-items: start;
      flex-direction: column;
    }

    .homepage-workbench-actions {
      justify-content: flex-start;
    }

    .homepage-workbench-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (max-width: 600px) {
    .homepage-orientation {
      padding-top: 2.5rem;
    }

    .homepage-path-grid,
    .homepage-data-links {
      grid-template-columns: 1fr;
    }

    .homepage-path-card {
      min-height: 0;
    }

    .homepage-workbench-section {
      padding: 2.5rem 0;
    }

    .homepage-workbench-head h2 {
      font-size: 1.8rem;
    }

    .homepage-workbench-grid {
      grid-template-columns: 1fr;
    }

    .homepage-workbench-card {
      min-height: 0;
    }
  }

  .homepage-plan-section {
    padding: 3.5rem 0;
    background: #07161b;
    border-top: 1px solid rgba(50, 211, 218, 0.2);
    border-bottom: 1px solid rgba(50, 211, 218, 0.2);
  }

  .homepage-plan-head {
    display: flex;
    justify-content: space-between;
    gap: 1.5rem;
    align-items: end;
    margin-bottom: 1.75rem;
  }

  .homepage-plan-head h2 {
    max-width: 48rem;
    margin-top: 0.45rem;
    color: #f1fbfd;
    font-size: 2.35rem;
    line-height: 1.15;
    letter-spacing: 0;
  }

  .homepage-plan-head > a {
    color: #55dce3;
    font-weight: 800;
  }

  .homepage-plan-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.8rem;
  }

  .homepage-plan-card {
    min-height: 11rem;
    padding: 1.2rem;
    border: 1px solid #2e4c56;
    border-radius: 8px;
    background: #0d232a;
    color: #f1fbfd;
  }

  .homepage-plan-card:hover {
    border-color: #3ed1da;
    background: #12303a;
  }

  .homepage-plan-card span,
  .homepage-plan-card strong {
    display: block;
  }

  .homepage-plan-card span {
    margin-bottom: 1rem;
    color: #75dfe5;
    font-size: 0.76rem;
    font-weight: 800;
    text-transform: uppercase;
  }

  .homepage-plan-card strong {
    margin-bottom: 0.55rem;
    font-size: 1.05rem;
  }

  .homepage-plan-card p {
    color: #b7c9ce;
    font-size: 0.9rem;
    line-height: 1.55;
  }

  .homepage-plan-card--addon {
    border-color: #7f698e;
    background: #211b29;
  }

  @media (max-width: 960px) {
    .homepage-plan-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (max-width: 600px) {
    .homepage-plan-head {
      align-items: start;
      flex-direction: column;
    }

    .homepage-plan-grid {
      grid-template-columns: 1fr;
    }

    .homepage-plan-card {
      min-height: 0;
    }

    .homepage-orientation-head h2,
    .homepage-data-directory h2,
    .homepage-plan-head h2 {
      font-size: 1.75rem;
    }
  }
