
  html { scroll-behavior: smooth; }

  /* ---- Hero ---- */
  .hero-section.svelte-19j403u {
    background: #ffffff;
    position: relative;
    overflow-x: hidden;
  }

  /* ---- CTA button ---- */
  .cta-button.svelte-19j403u {
    background: #171717;
    color: #fff;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
  }
  .cta-button.svelte-19j403u:hover {
    background: #262626;
    transform: translateY(-1px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
  }
  .cta-button.svelte-19j403u:active { transform: translateY(0); }

  /* ---- Demo frame ---- */
  .demo-frame.svelte-19j403u {
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.04);
    text-align: left;
  }

  .demo-scanning.svelte-19j403u { animation: svelte-19j403u-pulse 2s ease-in-out infinite; }

  .demo-cols.svelte-19j403u {
    display: grid;
    grid-template-columns: 28px 48px 1fr 110px 80px;
  }
  @media (max-width: 640px) {
    .demo-cols.svelte-19j403u { grid-template-columns: 20px 36px 1fr 56px; }
  }

  .demo-row.svelte-19j403u {
    display: grid;
    grid-template-columns: 28px 48px 1fr 110px 80px;
    padding: 9px 16px;
    align-items: center;
    border-bottom: 1px solid #f9fafb;
    opacity: 0;
    transform: translateY(6px);
    animation: svelte-19j403u-rowIn 0.4s ease forwards;
    transition: background 0.15s;
  }
  .demo-row.svelte-19j403u:hover { background: #fafafa; }
  @media (max-width: 640px) {
    .demo-row.svelte-19j403u { grid-template-columns: 20px 36px 1fr 56px; padding: 7px 8px; }
  }

  .demo-score.svelte-19j403u {
    font-weight: 700; font-size: 12px; padding: 2px 7px;
    border-radius: 5px; text-align: center; width: -moz-fit-content; width: fit-content;
  }
  @media (max-width: 640px) {
    .demo-score.svelte-19j403u { font-size: 10px; padding: 2px 5px; }
  }
  .sc-high.svelte-19j403u { background: #f0fdf4; color: #059669; }
  .sc-mid.svelte-19j403u { background: #fefce8; color: #ca8a04; }
  .sc-low.svelte-19j403u { background: #f3f4f6; color: #6b7280; }

  .demo-hl.svelte-19j403u { display: flex; align-items: center; min-width: 0; }

  .demo-net.svelte-19j403u {
    font-size: 9px; font-weight: 600; padding: 2px 7px; border-radius: 4px;
    text-align: center; white-space: nowrap;
  }
  @media (max-width: 640px) {
    .demo-net.svelte-19j403u { font-size: 8px; padding: 2px 4px; }
  }
  .net-taboola.svelte-19j403u { background: #eff6ff; color: #3b82f6; }
  .net-newsbreak.svelte-19j403u { background: #fffbeb; color: #d97706; }
  .net-revcontent.svelte-19j403u { background: #eef2ff; color: #6366f1; }
  .net-reddit.svelte-19j403u { background: #fef2f2; color: #ef4444; }
  .net-meta.svelte-19j403u { background: #eef2ff; color: #4f46e5; }
  .demo-detail.svelte-19j403u {
    opacity: 0;
    animation: svelte-19j403u-detailIn 0.5s ease forwards;
    animation-delay: 2.2s;
  }

  /* ---- Animations ---- */
  @keyframes svelte-19j403u-rowIn {
    from { opacity: 0; transform: translateY(6px); }
    to { opacity: 1; transform: translateY(0); }
  }
  @keyframes svelte-19j403u-detailIn {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
  }
  @keyframes svelte-19j403u-pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.4; }
  }
  @media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .demo-row.svelte-19j403u, .demo-detail.svelte-19j403u { animation: none; opacity: 1; transform: none; }
    .demo-scanning.svelte-19j403u { animation: none; }
  }
