/**
 * HostStack Enterprise UI — global design system overlay
 * Overflow shell, header polish, section labels, cards, prose, pricing, tables.
 * Loaded last sitewide. Do not patch individual sections outside this file.
 */

html.hs-theme-cyber {
  /* Enterprise tokens (override scattered legacy vars) */
  --hs-ui-nav-h: 4.5rem;
  --hs-ui-ink: #eef6ff;
  --hs-ui-ink-secondary: #c5daf0;
  --hs-ui-ink-muted: #9eb8d4;
  --hs-ui-ink-faint: #7a9bb8;
  --hs-ui-surface: rgba(6, 18, 38, 0.92);
  --hs-ui-surface-raised: rgba(10, 28, 56, 0.88);
  --hs-ui-border: rgba(56, 189, 248, 0.14);
  --hs-ui-border-strong: rgba(56, 189, 248, 0.28);
  --hs-ui-shadow-card:
    0 1px 0 rgba(255, 255, 255, 0.04) inset,
    0 12px 40px rgba(0, 0, 0, 0.32);
  --hs-ui-shadow-card-hover:
    0 1px 0 rgba(255, 255, 255, 0.06) inset,
    0 20px 56px rgba(0, 0, 0, 0.42),
    0 0 0 1px rgba(56, 189, 248, 0.08);

  --hs-ink: var(--hs-ui-ink);
  --hs-ink-secondary: var(--hs-ui-ink-secondary);
  --hs-ink-muted: var(--hs-ui-ink-muted);
  --hs-ink-faint: var(--hs-ui-ink-faint);
  --hs-surface: var(--hs-ui-surface);
  --hs-surface-elevated: var(--hs-ui-surface-raised);
  --hs-accent-border: var(--hs-ui-border);
}

/* =============================================================================
   OVERFLOW SHELL — zero horizontal scroll, constrained layouts
   ============================================================================= */

html.hs-theme-cyber {
  overflow-x: clip;
  max-width: 100%;
}

html.hs-theme-cyber body {
  overflow-x: clip;
  width: 100%;
  max-width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
}

html.hs-theme-cyber .hs-top-chrome,
html.hs-theme-cyber .hs-main,
html.hs-theme-cyber main,
html.hs-theme-cyber main > *,
html.hs-theme-cyber section,
html.hs-theme-cyber .hs-container,
html.hs-theme-cyber .hs-band__inner,
html.hs-theme-cyber .hs-layout-container,
html.hs-theme-cyber .hs-ent-hero__shell,
html.hs-theme-cyber footer {
  max-width: 100%;
  min-width: 0;
}

html.hs-theme-cyber .flex,
html.hs-theme-cyber .grid,
html.hs-theme-cyber [class*="grid-cols"],
html.hs-theme-cyber .hs-grid,
html.hs-theme-cyber .hs-ent-grid,
html.hs-theme-cyber .hs-pg-grid,
html.hs-theme-cyber .plans-grid {
  min-width: 0;
}

html.hs-theme-cyber .flex > *,
html.hs-theme-cyber .grid > *,
html.hs-theme-cyber [class*="grid-cols"] > * {
  min-width: 0;
}

html.hs-theme-cyber img,
html.hs-theme-cyber video,
html.hs-theme-cyber svg:not(.hs-brand__mark svg),
html.hs-theme-cyber iframe,
html.hs-theme-cyber embed,
html.hs-theme-cyber object {
  max-width: 100%;
  height: auto;
}

html.hs-theme-cyber pre,
html.hs-theme-cyber code,
html.hs-theme-cyber .hs-code-block {
  max-width: 100%;
}

html.hs-theme-cyber pre {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

html.hs-theme-cyber .overflow-x-auto,
html.hs-theme-cyber .hs-table-wrap,
html.hs-theme-cyber main .overflow-x-auto {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
}

html.hs-theme-cyber .w-screen,
html.hs-theme-cyber [class*="w-screen"] {
  width: 100% !important;
  max-width: 100% !important;
}

html.hs-theme-cyber .hs-ent-hero,
html.hs-theme-cyber .hs-sub-landing-hero {
  overflow: clip;
}

html.hs-theme-cyber .hs-ent-mega-cta {
  max-width: min(var(--hs-layout-max, 72rem), calc(100% - 2 * var(--hs-layout-gutter, 1rem)));
}

/* =============================================================================
   SECTION RHYTHM — unified vertical spacing & alignment
   ============================================================================= */

html.hs-theme-cyber .hs-section,
html.hs-theme-cyber .hs-ent-section,
html.hs-theme-cyber .hs-layout-section {
  padding-block: var(--hs-layout-section-y, clamp(2.25rem, 5vw, 3.75rem));
}

html.hs-theme-cyber .hs-section__head,
html.hs-theme-cyber .hs-ent-section__head,
html.hs-theme-cyber .hs-layout-section__head {
  max-width: var(--hs-layout-prose, 42rem);
  margin-inline: auto;
  margin-bottom: clamp(1.25rem, 3vw, 2rem);
  text-align: center;
}

html.hs-theme-cyber .hs-section__head h2,
html.hs-theme-cyber .hs-ent-section__head h2,
html.hs-theme-cyber .hs-layout-section__head h2 {
  margin-top: 0.5rem;
  color: var(--hs-ui-ink);
}

html.hs-theme-cyber .hs-section__head p,
html.hs-theme-cyber .hs-ent-section__head p,
html.hs-theme-cyber .hs-layout-section__head p {
  margin-top: 0.65rem;
  color: var(--hs-ui-ink-muted);
  font-size: 0.9375rem;
  line-height: 1.65;
}

/* =============================================================================
   SECTION LABELS — integrated kickers (no floating pills)
   ============================================================================= */

html.hs-theme-cyber .hs-kicker,
html.hs-theme-cyber .hs-eyebrow,
html.hs-theme-cyber .hs-section-eyebrow,
html.hs-theme-cyber .hs-in-section-eyebrow,
html.hs-theme-cyber .hs-ent-section__kicker,
html.hs-theme-cyber main .rounded-full[class*="uppercase"],
html.hs-theme-cyber main .inline-flex.rounded-full[class*="tracking-"] {
  display: block;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto 0.625rem;
  padding: 0;
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-family: var(--hs-font-body, "Inter", system-ui, sans-serif);
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-transform: uppercase;
  text-align: center;
  color: var(--hs-accent, #38bdf8) !important;
}

html.hs-theme-cyber .hs-kicker--left,
html.hs-theme-cyber .hs-ent-split .hs-ent-section__kicker,
html.hs-theme-cyber .hs-ent-split .hs-kicker {
  margin-inline: 0;
  text-align: left;
}

html.hs-theme-cyber .hs-section__head .hs-kicker::after,
html.hs-theme-cyber .hs-section__head .hs-eyebrow::after,
html.hs-theme-cyber .hs-section__head .hs-section-eyebrow::after,
html.hs-theme-cyber .hs-section__head .hs-in-section-eyebrow::after,
html.hs-theme-cyber .hs-section__head .hs-ent-section__kicker::after,
html.hs-theme-cyber .hs-ent-section__head .hs-ent-section__kicker::after {
  content: "";
  display: block;
  width: 2.25rem;
  height: 1px;
  margin: 0.5rem auto 0;
  background: linear-gradient(90deg, transparent, rgba(56, 189, 248, 0.45), transparent);
}

html.hs-theme-cyber .hs-kicker--left::after,
html.hs-theme-cyber .hs-ent-split .hs-ent-section__kicker::after {
  margin-inline: 0;
  background: linear-gradient(90deg, rgba(56, 189, 248, 0.45), transparent);
}

/* Hero eyebrow keeps subtle badge (intentional live indicator) */
html.hs-theme-cyber .hs-ent-eyebrow {
  display: inline-flex !important;
  align-items: center;
  gap: 0.45rem;
  width: auto;
  margin: 0;
  padding: 0.35rem 0.8rem;
  border-radius: 999px !important;
  border: 1px solid rgba(52, 211, 153, 0.32) !important;
  background: rgba(52, 211, 153, 0.08) !important;
  font-size: 0.6875rem;
  letter-spacing: 0.1em;
  color: #6ee7b7 !important;
}

html.hs-theme-cyber .hs-ent-eyebrow::after {
  display: none !important;
}

/* =============================================================================
   CARD SYSTEM — premium, equal-height, interactive
   ============================================================================= */

html.hs-theme-cyber .hs-card,
html.hs-theme-cyber .hs-ent-card,
html.hs-theme-cyber .hs-pg-card,
html.hs-theme-cyber .plan-card,
html.hs-theme-cyber .hs-ent-price-card,
html.hs-theme-cyber .hs-in-kat-stat,
html.hs-theme-cyber .hs-trust-grid > * {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
  padding: clamp(1.125rem, 2.5vw, 1.375rem) !important;
  border-radius: var(--hs-radius-lg, 1rem) !important;
  border: 1px solid var(--hs-ui-border) !important;
  background: linear-gradient(
    168deg,
    rgba(12, 30, 58, 0.82) 0%,
    rgba(6, 18, 38, 0.94) 100%
  ) !important;
  box-shadow: var(--hs-ui-shadow-card);
  transition:
    border-color 0.2s ease,
    box-shadow 0.22s ease,
    transform 0.18s ease;
}

html.hs-theme-cyber .hs-card-grid,
html.hs-theme-cyber .hs-ent-grid,
html.hs-theme-cyber .hs-pg-grid,
html.hs-theme-cyber .plans-grid,
html.hs-theme-cyber .hs-plans-grid-hosting {
  display: grid;
  gap: var(--hs-layout-gap-lg, clamp(1rem, 2.5vw, 1.5rem));
  align-items: stretch;
}

html.hs-theme-cyber .hs-card-grid > *,
html.hs-theme-cyber .hs-ent-grid > *,
html.hs-theme-cyber .hs-pg-grid > *,
html.hs-theme-cyber .plans-grid > * {
  min-width: 0;
  height: 100%;
}

@media (hover: hover) {
  html.hs-theme-cyber .hs-card:hover,
  html.hs-theme-cyber .hs-ent-card:hover,
  html.hs-theme-cyber .hs-pg-card:hover,
  html.hs-theme-cyber .plan-card:hover,
  html.hs-theme-cyber .hs-ent-price-card:hover {
    border-color: var(--hs-ui-border-strong) !important;
    box-shadow: var(--hs-ui-shadow-card-hover);
    transform: translateY(-2px);
  }
}

html.hs-theme-cyber .hs-pg-card--popular,
html.hs-theme-cyber .plan-card.popular,
html.hs-theme-cyber .hs-card--featured,
html.hs-theme-cyber .hs-ent-card--featured {
  border-color: rgba(56, 189, 248, 0.55) !important;
  background: linear-gradient(
    168deg,
    rgba(56, 189, 248, 0.12) 0%,
    rgba(6, 18, 38, 0.96) 100%
  ) !important;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.05) inset,
    0 16px 48px rgba(56, 189, 248, 0.14);
}

html.hs-theme-cyber .hs-card h3,
html.hs-theme-cyber .hs-ent-card h3,
html.hs-theme-cyber .hs-pg-name {
  color: var(--hs-ui-ink) !important;
  font-weight: 700;
}

html.hs-theme-cyber .hs-card p,
html.hs-theme-cyber .hs-ent-card p,
html.hs-theme-cyber .hs-pg-tag,
html.hs-theme-cyber .hs-pg-feats,
html.hs-theme-cyber .hs-pg-feat {
  color: var(--hs-ui-ink-muted) !important;
}

html.hs-theme-cyber .hs-card .hs-btn,
html.hs-theme-cyber .hs-ent-card .hs-btn,
html.hs-theme-cyber .hs-pg-cta,
html.hs-theme-cyber .plan-card .btn-order {
  margin-top: auto;
}

/* =============================================================================
   PRICING — readable amounts, trustworthy hierarchy
   ============================================================================= */

html.hs-theme-cyber .hs-pg-amount,
html.hs-theme-cyber .hs-price-amount,
html.hs-theme-cyber [data-hs-price-inr],
html.hs-theme-cyber .plan-price,
html.hs-theme-cyber .hs-ent-price-card .hs-ent-price-card__amount {
  color: var(--hs-ui-ink) !important;
  opacity: 1 !important;
  font-variant-numeric: tabular-nums;
}

html.hs-theme-cyber .hs-pg-amount {
  font-size: clamp(2.25rem, 5vw, 3.25rem) !important;
  font-weight: 800 !important;
  letter-spacing: -0.04em;
  line-height: 1;
}

html.hs-theme-cyber .hs-pg-mo,
html.hs-theme-cyber .hs-pg-billing,
html.hs-theme-cyber .hs-pg-strike {
  color: var(--hs-ui-ink-faint) !important;
}

html.hs-theme-cyber .hs-pg-strike {
  opacity: 0.85;
}

html.hs-theme-cyber .hs-pg-off {
  color: var(--hs-accent) !important;
  background: rgba(56, 189, 248, 0.14) !important;
}

html.hs-theme-cyber .hs-pg-inner {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: clamp(1.125rem, 2.5vw, 1.375rem) !important;
}

html.hs-theme-cyber .hs-pg-feats {
  flex: 1;
}

/* =============================================================================
   TABLES — domain pricing, VPS specs
   ============================================================================= */

html.hs-theme-cyber .hs-table-wrap,
html.hs-theme-cyber main .overflow-x-auto {
  border: 1px solid var(--hs-ui-border);
  border-radius: var(--hs-radius-lg, 1rem);
  background: rgba(2, 9, 19, 0.72);
}

html.hs-theme-cyber .hs-table th,
html.hs-theme-cyber .hs-table td,
html.hs-theme-cyber main table:not(.hs-panel-table):not(.hs-gh-table) th,
html.hs-theme-cyber main table:not(.hs-panel-table):not(.hs-gh-table) td {
  padding: 0.875rem 1rem;
  color: var(--hs-ui-ink-muted);
  border-bottom: 1px solid rgba(56, 189, 248, 0.08);
}

html.hs-theme-cyber .hs-table thead th,
html.hs-theme-cyber main table:not(.hs-panel-table):not(.hs-gh-table) thead th {
  background: rgba(6, 18, 38, 0.98);
  color: var(--hs-ui-ink);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

html.hs-theme-cyber .hs-table tbody tr:hover td,
html.hs-theme-cyber main table:not(.hs-panel-table):not(.hs-gh-table) tbody tr:hover td {
  background: rgba(56, 189, 248, 0.05);
  color: var(--hs-ui-ink-secondary);
}

html.hs-theme-cyber main table:not(.hs-panel-table):not(.hs-gh-table) td strong,
html.hs-theme-cyber main table:not(.hs-panel-table):not(.hs-gh-table) td .font-semibold,
html.hs-theme-cyber main table:not(.hs-panel-table):not(.hs-gh-table) td .font-bold {
  color: var(--hs-ui-ink) !important;
}

/* =============================================================================
   CONTRAST — accessibility pass on dark shell
   ============================================================================= */

html.hs-theme-cyber body:not([data-hs-store-landing]) main .text-slate-400,
html.hs-theme-cyber body:not([data-hs-store-landing]) main .text-slate-500 {
  color: var(--hs-ui-ink-muted) !important;
}

html.hs-theme-cyber body:not([data-hs-store-landing]) main .text-slate-600 {
  color: var(--hs-ui-ink-secondary) !important;
}

html.hs-theme-cyber body:not([data-hs-store-landing]) main .text-slate-700,
html.hs-theme-cyber body:not([data-hs-store-landing]) main .text-slate-800,
html.hs-theme-cyber body:not([data-hs-store-landing]) main .text-slate-900 {
  color: var(--hs-ui-ink) !important;
}

html.hs-theme-cyber body:not([data-hs-store-landing]) main .text-gray-400,
html.hs-theme-cyber body:not([data-hs-store-landing]) main .text-gray-500 {
  color: var(--hs-ui-ink-muted) !important;
}

html.hs-theme-cyber body:not([data-hs-store-landing]) main .opacity-60,
html.hs-theme-cyber body:not([data-hs-store-landing]) main .opacity-70 {
  opacity: 1 !important;
  color: var(--hs-ui-ink-muted) !important;
}

/* =============================================================================
   ARTICLE / BLOG / DOCS — Vercel / Stripe reading column
   ============================================================================= */

html.hs-theme-cyber main.mx-auto.max-w-3xl,
html.hs-theme-cyber main.mx-auto.max-w-2xl,
html.hs-theme-cyber main.hs-hosting-doc,
html.hs-theme-cyber main.hs-article {
  width: 100%;
  max-width: min(var(--hs-layout-prose, 42rem), calc(100% - 2 * var(--hs-layout-gutter, 1rem))) !important;
  padding-inline: var(--hs-layout-gutter, clamp(1rem, 4vw, 1.5rem));
  padding-block: clamp(2rem, 5vw, 3.5rem);
}

html.hs-theme-cyber main.mx-auto.max-w-3xl > h1,
html.hs-theme-cyber main.hs-hosting-doc > h1,
html.hs-theme-cyber main.hs-article > h1 {
  font-family: var(--hs-font-display, "Space Grotesk", system-ui, sans-serif);
  font-size: clamp(1.75rem, 4.5vw, 2.35rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: var(--hs-ui-ink);
  margin-bottom: 0.75rem;
  max-width: none;
}

html.hs-theme-cyber main.mx-auto.max-w-3xl > p.text-sm,
html.hs-theme-cyber main.mx-auto.max-w-3xl > .text-slate-500,
html.hs-theme-cyber main.hs-article .hs-article-meta {
  color: var(--hs-ui-ink-muted) !important;
  font-size: 0.875rem;
  margin-bottom: 1.75rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--hs-ui-border);
}

html.hs-theme-cyber main.mx-auto.max-w-3xl p,
html.hs-theme-cyber main.mx-auto.max-w-3xl li,
html.hs-theme-cyber main.hs-hosting-doc p,
html.hs-theme-cyber main.hs-hosting-doc li,
html.hs-theme-cyber .hs-prose p,
html.hs-theme-cyber .hs-prose li {
  font-size: 1rem;
  line-height: 1.75;
  color: var(--hs-ui-ink-secondary);
}

html.hs-theme-cyber main.mx-auto.max-w-3xl h2,
html.hs-theme-cyber main.hs-hosting-doc h2,
html.hs-theme-cyber .hs-prose h2 {
  margin-top: 2.5rem;
  margin-bottom: 0.75rem;
  font-family: var(--hs-font-display, "Space Grotesk", system-ui, sans-serif);
  font-size: clamp(1.25rem, 3vw, 1.65rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--hs-ui-ink);
}

html.hs-theme-cyber main.mx-auto.max-w-3xl h3,
html.hs-theme-cyber .hs-prose h3 {
  margin-top: 1.75rem;
  margin-bottom: 0.5rem;
  font-size: 1.0625rem;
  font-weight: 600;
  color: var(--hs-ui-ink);
}

html.hs-theme-cyber main.mx-auto.max-w-3xl pre,
html.hs-theme-cyber .hs-prose pre,
html.hs-theme-cyber main.mx-auto.max-w-3xl code,
html.hs-theme-cyber .hs-prose code {
  font-family: var(--hs-font-mono, "JetBrains Mono", ui-monospace, monospace);
  font-size: 0.875rem;
}

html.hs-theme-cyber main.mx-auto.max-w-3xl pre,
html.hs-theme-cyber .hs-prose pre {
  padding: 1rem 1.125rem;
  border-radius: var(--hs-radius-md, 0.75rem);
  border: 1px solid var(--hs-ui-border);
  background: rgba(2, 9, 19, 0.85);
  color: #c8dff5;
  line-height: 1.6;
  margin: 1.25rem 0;
}

html.hs-theme-cyber main.mx-auto.max-w-3xl :not(pre) > code,
html.hs-theme-cyber .hs-prose :not(pre) > code {
  padding: 0.15em 0.4em;
  border-radius: 0.35rem;
  background: rgba(56, 189, 248, 0.1);
  border: 1px solid rgba(56, 189, 248, 0.18);
  color: #bae6fd;
  font-size: 0.875em;
}

html.hs-theme-cyber main.mx-auto.max-w-3xl blockquote,
html.hs-theme-cyber .hs-prose blockquote,
html.hs-theme-cyber .hs-callout {
  margin: 1.5rem 0;
  padding: 1rem 1.125rem;
  border-left: 3px solid var(--hs-accent);
  border-radius: 0 var(--hs-radius-md, 0.75rem) var(--hs-radius-md, 0.75rem) 0;
  background: rgba(56, 189, 248, 0.06);
  color: var(--hs-ui-ink-secondary);
}

html.hs-theme-cyber main.mx-auto.max-w-3xl a,
html.hs-theme-cyber .hs-prose a {
  color: var(--hs-accent);
  font-weight: 600;
  text-decoration: none;
}

html.hs-theme-cyber main.mx-auto.max-w-3xl a:hover,
html.hs-theme-cyber .hs-prose a:hover {
  color: var(--hs-accent-hover, #7dd3fc);
  text-decoration: none;
}

/* FAQ accordion inherits enterprise card surface */
html.hs-theme-cyber .hs-faq-item,
html.hs-theme-cyber .hs-faq details {
  border-color: var(--hs-ui-border) !important;
  background: var(--hs-ui-surface) !important;
}

html.hs-theme-cyber .hs-faq summary,
html.hs-theme-cyber .hs-faq-item summary {
  color: var(--hs-ui-ink) !important;
  font-weight: 600;
}

html.hs-theme-cyber .hs-faq .hs-faq-answer,
html.hs-theme-cyber .hs-faq details p {
  color: var(--hs-ui-ink-muted) !important;
}

@media (prefers-reduced-motion: reduce) {
  html.hs-theme-cyber .hs-card,
  html.hs-theme-cyber .hs-ent-card,
  html.hs-theme-cyber .hs-pg-card,
  html.hs-theme-cyber .plan-card {
    transition: none !important;
  }
}

/* =============================================================================
   LINKS — no text underline sitewide (color + weight distinguish links)
   ============================================================================= */

html.hs-theme-cyber a,
html.hs-theme-cyber a:hover,
html.hs-theme-cyber a:focus,
html.hs-theme-cyber a:focus-visible,
html.hs-theme-cyber a:active,
html.hs-theme-cyber .underline {
  text-decoration: none !important;
  text-decoration-line: none !important;
}

/* =============================================================================
   BLOG ARTICLES — tables, callouts, meta (dark shell)
   ============================================================================= */

html.hs-theme-cyber .hs-blog-article > h1 {
  color: var(--hs-ui-ink);
  font-family: var(--hs-font-display, "Space Grotesk", system-ui, sans-serif);
  letter-spacing: -0.03em;
}

html.hs-theme-cyber .hs-blog-meta {
  color: var(--hs-ui-ink-muted);
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--hs-ui-border);
}

html.hs-theme-cyber .hs-blog-meta a {
  color: var(--hs-ui-ink-secondary);
  font-weight: 600;
}

html.hs-theme-cyber .hs-blog-meta a:hover {
  color: var(--hs-accent, #38bdf8);
}

html.hs-theme-cyber .hs-blog-prose,
html.hs-theme-cyber .hs-blog-article .prose-hoststack {
  color: var(--hs-ui-ink-secondary);
  max-width: none;
}

html.hs-theme-cyber .hs-blog-article .prose-hoststack h2,
html.hs-theme-cyber .hs-blog-article .prose-hoststack h3 {
  color: var(--hs-ui-ink);
  scroll-margin-top: 5.5rem;
}

html.hs-theme-cyber .hs-blog-article .prose-hoststack p,
html.hs-theme-cyber .hs-blog-article .prose-hoststack li {
  color: var(--hs-ui-ink-secondary);
}

html.hs-theme-cyber .hs-blog-article .prose-hoststack strong {
  color: var(--hs-ui-ink);
}

html.hs-theme-cyber .hs-blog-article .prose-hoststack a,
html.hs-theme-cyber .hs-blog-article a.text-orange-600,
html.hs-theme-cyber .hs-blog-article aside[data-hs-blog-money-links] a {
  color: var(--hs-accent, #38bdf8) !important;
  font-weight: 600;
}

html.hs-theme-cyber .hs-blog-article .prose-hoststack a:hover,
html.hs-theme-cyber .hs-blog-article a.text-orange-600:hover {
  color: var(--hs-accent-hover, #7dd3fc) !important;
}

html.hs-theme-cyber .hs-blog-table-wrap,
html.hs-theme-cyber .hs-blog-article .overflow-x-auto.rounded-xl.border {
  margin: 1.25rem 0;
  border: 1px solid var(--hs-ui-border) !important;
  border-radius: var(--hs-radius-lg, 1rem);
  background: rgba(2, 9, 19, 0.78);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  max-width: 100%;
}

html.hs-theme-cyber .hs-blog-table,
html.hs-theme-cyber .hs-blog-article table {
  width: 100%;
  min-width: 0;
  border-collapse: collapse;
  font-size: 0.875rem;
  line-height: 1.5;
}

html.hs-theme-cyber .hs-blog-table thead th,
html.hs-theme-cyber .hs-blog-article table thead th {
  padding: 0.75rem 1rem;
  background: rgba(6, 18, 38, 0.98) !important;
  color: var(--hs-ui-ink) !important;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  border-bottom: 1px solid var(--hs-ui-border-strong);
  white-space: nowrap;
}

html.hs-theme-cyber .hs-blog-table tbody td,
html.hs-theme-cyber .hs-blog-article table tbody td {
  padding: 0.75rem 1rem;
  color: var(--hs-ui-ink-muted);
  border-bottom: 1px solid rgba(56, 189, 248, 0.08);
  vertical-align: top;
}

html.hs-theme-cyber .hs-blog-table tbody tr:last-child td,
html.hs-theme-cyber .hs-blog-article table tbody tr:last-child td {
  border-bottom: none;
}

html.hs-theme-cyber .hs-blog-table tbody tr:hover td,
html.hs-theme-cyber .hs-blog-article table tbody tr:hover td {
  background: rgba(56, 189, 248, 0.05);
  color: var(--hs-ui-ink-secondary);
}

html.hs-theme-cyber .hs-blog-table td.font-medium,
html.hs-theme-cyber .hs-blog-article table td.font-medium,
html.hs-theme-cyber .hs-blog-article table td .font-medium {
  color: var(--hs-ui-ink) !important;
}

html.hs-theme-cyber .hs-blog-article .divide-y > :not([hidden]) ~ :not([hidden]),
html.hs-theme-cyber .hs-blog-article .divide-slate-100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(56, 189, 248, 0.1) !important;
}

html.hs-theme-cyber .hs-blog-article dl dt {
  color: var(--hs-ui-ink);
  font-weight: 600;
}

html.hs-theme-cyber .hs-blog-article dl dd {
  color: var(--hs-ui-ink-secondary);
}

html.hs-theme-cyber .hs-blog-article aside[data-hs-blog-money-links],
html.hs-theme-cyber .hs-blog-article aside.rounded-2xl.border.border-orange-200 {
  margin-top: 2.5rem;
  padding: 1.125rem 1.25rem;
  border-radius: var(--hs-radius-lg, 1rem);
  border: 1px solid rgba(56, 189, 248, 0.22) !important;
  background: rgba(56, 189, 248, 0.06) !important;
  color: var(--hs-ui-ink-secondary);
}

html.hs-theme-cyber .hs-blog-article aside[data-hs-blog-money-links] .font-semibold,
html.hs-theme-cyber .hs-blog-article aside.rounded-2xl .font-semibold {
  color: var(--hs-ui-ink) !important;
}

html.hs-theme-cyber .hs-blog-article .text-sm.text-slate-500,
html.hs-theme-cyber .hs-blog-article .hs-blog-note {
  color: var(--hs-ui-ink-faint) !important;
}

html.hs-theme-cyber .hs-inline-code,
html.hs-theme-cyber .hs-blog-article code.hs-inline-code {
  padding: 0.15em 0.4em;
  border-radius: 0.35rem;
  background: rgba(56, 189, 248, 0.1) !important;
  border: 1px solid rgba(56, 189, 248, 0.18);
  color: #bae6fd;
  font-family: var(--hs-font-mono, "JetBrains Mono", ui-monospace, monospace);
  font-size: 0.875em;
}

html.hs-theme-cyber main .prose-hoststack .text-orange-700 {
  color: var(--hs-accent, #38bdf8) !important;
}

html.hs-theme-cyber .hs-compare-disclaimer {
  color: var(--hs-ui-ink-muted);
  border-color: rgba(251, 191, 36, 0.25) !important;
  background: rgba(251, 191, 36, 0.08) !important;
}

html.hs-theme-cyber .hs-blog-article section .rounded-xl.border {
  border-color: rgba(56, 189, 248, 0.18) !important;
  background: rgba(56, 189, 248, 0.04);
  color: var(--hs-ui-ink-secondary);
}

html.hs-theme-cyber main article header.border-b {
  border-color: var(--hs-ui-border) !important;
}

html.hs-theme-cyber main article header .text-slate-900,
html.hs-theme-cyber main article .prose-hoststack .text-slate-900 {
  color: var(--hs-ui-ink) !important;
}

html.hs-theme-cyber main article header .text-slate-600,
html.hs-theme-cyber main article .prose-hoststack.text-slate-700,
html.hs-theme-cyber main article .prose-hoststack {
  color: var(--hs-ui-ink-secondary) !important;
}

html.hs-theme-cyber main.mx-auto.max-w-3xl .site-prefooter {
  margin-top: 2.5rem;
  border-radius: var(--hs-radius-lg, 1rem);
  width: 100%;
}

html.hs-theme-cyber .hs-gpc-section.hs-container--wide {
  max-width: var(--hs-layout-max-wide);
}

html.hs-theme-cyber main.mx-auto.max-w-3xl .hs-blog-author-card {
  margin-top: 2rem;
  border-color: var(--hs-ui-border) !important;
  background: var(--hs-ui-surface) !important;
  color: var(--hs-ui-ink-secondary);
}

html.hs-theme-cyber .hs-blog-after-article .hs-blog-author-card .text-slate-900,
html.hs-theme-cyber .hs-blog-after-article .hs-blog-cta-card .text-slate-900 {
  color: var(--hs-ui-ink) !important;
}

html.hs-theme-cyber .hs-blog-after-article .hs-blog-author-card .text-slate-600,
html.hs-theme-cyber .hs-blog-after-article .hs-blog-cta-card .text-slate-600,
html.hs-theme-cyber .hs-blog-after-article .hs-blog-author-card .text-slate-500,
html.hs-theme-cyber .hs-blog-after-article .hs-blog-cta-card .text-slate-500 {
  color: var(--hs-ui-ink-muted) !important;
}

html.hs-theme-cyber .hs-blog-cta-card {
  border-color: var(--hs-ui-border) !important;
  background: rgba(6, 18, 38, 0.88) !important;
  box-shadow: var(--hs-ui-shadow-card);
}

html.hs-theme-cyber .hs-blog-cta-secondary {
  border-color: var(--hs-ui-border-strong) !important;
  background: rgba(2, 9, 19, 0.6) !important;
  color: var(--hs-ui-ink) !important;
}

html.hs-theme-cyber .hs-blog-cta-secondary:hover {
  border-color: var(--hs-accent, #38bdf8) !important;
  background: rgba(56, 189, 248, 0.08) !important;
  color: var(--hs-accent-hover, #7dd3fc) !important;
}
