:root {
  color-scheme: dark;
  --bg: #070a11;
  --panel: #0d121d;
  --panel-2: #111926;
  --line: #202b3b;
  --text: #f3f7fb;
  --muted: #8190a6;
  --green: #59eda0;
  --cyan: #4cdff2;
  --violet: #9a7cff;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  background: var(--bg);
  color: var(--text);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: radial-gradient(circle at 50% -20%, #16273c 0, #0a0f18 32%, var(--bg) 65%); color: var(--text); font-size: 14px; line-height: 1.65; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
h1, h2, p { margin: 0; }
.compare-container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.compare-skip { position: fixed; left: 16px; top: -80px; z-index: 20; padding: 8px 14px; background: var(--green); color: #06120d; border-radius: 8px; font-weight: 750; }
.compare-skip:focus { top: 14px; }
.compare-header { border-bottom: 1px solid #ffffff0d; background: #070a11d9; backdrop-filter: blur(16px); }
.compare-header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.compare-brand { display: flex; align-items: center; gap: 11px; }
.compare-brand-icon { display: grid; place-items: center; width: 42px; height: 46px; border: 1px solid #52e5ac45; border-radius: 12px; background: linear-gradient(145deg, #172638, #0b111b); box-shadow: inset 0 1px #ffffff12, 0 0 25px #42dfad12; }
.compare-brand-icon img { filter: brightness(0) saturate(100%) invert(82%) sepia(36%) saturate(740%) hue-rotate(94deg) brightness(101%); }
.compare-brand strong, .compare-brand small { display: block; }
.compare-brand strong { font-size: 16px; letter-spacing: 1.7px; }
.compare-brand small { color: var(--muted); font-size: 10px; letter-spacing: .6px; }
.home-link { display: flex; align-items: center; gap: 8px; color: #b5c2d3; font-size: 12px; }
.home-link img, .table-cta img, .closing-inner a img { filter: brightness(0) invert(1); }
.compare-hero { padding: 76px 0 56px; border-bottom: 1px solid #ffffff0a; overflow: hidden; }
.compare-hero .compare-container { position: relative; }
.compare-hero .compare-container::after { content: ""; position: absolute; z-index: -1; width: 430px; height: 430px; right: -80px; top: -180px; border-radius: 50%; border: 1px solid #4cdff21c; box-shadow: 0 0 0 55px #4cdff208, 0 0 0 110px #9a7cff05; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: #9cafc4; font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; }
.eyebrow span { width: 24px; height: 2px; background: var(--green); box-shadow: 0 0 12px var(--green); }
h1 { margin-top: 14px; font-size: clamp(38px, 6.3vw, 72px); line-height: 1.08; letter-spacing: -3px; }
h1 em { color: var(--green); font-style: normal; text-shadow: 0 0 34px #54efa02d; }
.compare-lead { max-width: 720px; margin-top: 20px; color: #a0aec0; font-size: 16px; line-height: 1.9; }
.hero-metrics { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); max-width: 850px; margin-top: 42px; border: 1px solid var(--line); border-radius: 14px; background: #0b111bd9; overflow: hidden; }
.hero-metrics div { padding: 18px 22px; }
.hero-metrics div + div { border-left: 1px solid var(--line); }
.hero-metrics strong, .hero-metrics span { display: block; }
.hero-metrics strong { font-size: 25px; color: var(--green); font-variant-numeric: tabular-nums; line-height: 1.2; }
.hero-metrics strong small { font-size: 13px; margin-left: 2px; }
.hero-metrics span { margin-top: 4px; color: var(--muted); font-size: 11px; }
.comparison-section { padding: 54px 0 70px; }
.comparison-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 19px; }
.section-kicker { color: var(--violet); font-size: 10px; font-weight: 800; letter-spacing: 2px; }
.comparison-heading h2 { margin-top: 4px; font-size: clamp(24px, 3vw, 34px); letter-spacing: -1px; }
.comparison-heading > p { display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: 11px; }
.comparison-heading i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 11px var(--green); }
.table-frame { overflow-x: auto; border: 1px solid var(--line); border-radius: 15px; background: var(--panel); box-shadow: 0 26px 70px #00000038; scrollbar-color: #34445a #0d121d; }
.table-frame:focus-visible { outline: 2px solid var(--cyan); outline-offset: 3px; }
.comparison-table { width: 100%; min-width: 1110px; border-collapse: collapse; text-align: left; }
.comparison-table caption { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.comparison-table th, .comparison-table td { padding: 18px 15px; border-bottom: 1px solid var(--line); vertical-align: middle; }
.comparison-table thead th { padding-block: 13px; background: #111925; color: #718198; font-size: 10px; font-weight: 750; letter-spacing: 1px; text-transform: uppercase; white-space: nowrap; }
.comparison-table tbody tr { transition: background .18s; }
.comparison-table tbody tr:hover { background: #121b29; }
.comparison-table tbody tr:last-child th, .comparison-table tbody tr:last-child td { border-bottom: 0; }
.comparison-table tbody th { width: 174px; }
.provider-cell { display: flex; align-items: center; gap: 11px; }
.provider-cell img { width: 42px; height: 42px; border-radius: 11px; background: #fff; object-fit: contain; }
.provider-cell b, .provider-cell small, .cell-note { display: block; }
.provider-cell b { font-size: 15px; }
.provider-cell small, .cell-note { margin-top: 2px; color: var(--muted); font-size: 10px; white-space: nowrap; }
.latency { display: block; color: var(--green); font-size: 21px; font-weight: 800; font-variant-numeric: tabular-nums; text-shadow: 0 0 18px #59eda023; white-space: nowrap; }
.latency small { font-size: 10px; margin-left: 2px; }
.comparison-table td > strong { display: block; font-size: 12px; white-space: nowrap; }
.tech-chip, .support { display: inline-flex; align-items: center; min-height: 24px; padding: 3px 8px; border: 1px solid; border-radius: 6px; font-size: 10px; font-weight: 750; white-space: nowrap; }
.tech-chip.cyan { color: #6fe7f4; border-color: #42cadb45; background: #12343a; }
.tech-chip.violet { color: #b29cff; border-color: #8c70ed4d; background: #271f43; }
.tech-chip.amber { color: #f3c66d; border-color: #d9a74445; background: #332815; }
.tech-chip.rose { color: #ff91aa; border-color: #eb6f8d47; background: #381c26; }
.tech-chip.blue { color: #7ab8ff; border-color: #5b9ce94d; background: #162943; }
.support.yes { color: var(--green); border-color: #58eda044; background: #123324; }
.table-cta { display: inline-flex; align-items: center; justify-content: center; gap: 6px; min-width: 92px; min-height: 38px; padding: 7px 12px; border-radius: 8px; background: linear-gradient(135deg, #1abb6e, #128e5a); color: #fff; font-size: 11px; font-weight: 750; box-shadow: 0 7px 19px #14a96620; transition: transform .18s, filter .18s; white-space: nowrap; }
.table-cta:hover { transform: translateY(-2px); filter: brightness(1.12); }
.compare-notes { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 16px; }
.compare-notes p { padding: 15px 17px; border: 1px solid #1d2837; border-radius: 10px; background: #0b1019; color: #7f8da0; font-size: 10px; line-height: 1.8; }
.compare-notes strong { color: #b8c5d5; }
.closing-cta { border-block: 1px solid #ffffff0a; background: linear-gradient(100deg, #0c1520, #111b29 48%, #0e1521); }
.closing-inner { min-height: 150px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.closing-inner p { color: var(--green); font-size: 11px; font-weight: 750; letter-spacing: 1px; }
.closing-inner h2 { margin-top: 4px; font-size: 26px; }
.closing-inner a { display: flex; align-items: center; gap: 9px; padding: 11px 17px; border: 1px solid #394960; border-radius: 9px; color: #d8e1ec; font-size: 12px; font-weight: 700; }
.compare-footer { padding: 24px 0 34px; color: #66768b; font-size: 10px; }
.compare-footer .compare-container { display: flex; justify-content: space-between; gap: 20px; }
.compare-footer a { color: #9ba9ba; text-decoration: underline; text-underline-offset: 3px; }
.back-to-top { position: fixed; right: 18px; bottom: 18px; display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid #2b3a4e; border-radius: 11px; background: #111925e8; }
.back-to-top[hidden] { display: none; }
.back-to-top img { filter: brightness(0) invert(1); opacity: .7; }
@media (max-width: 720px) {
  .compare-container { width: min(100% - 30px, 1180px); }
  .compare-header-inner { min-height: 66px; }
  .home-link { font-size: 10px; }
  .compare-hero { padding: 52px 0 40px; }
  h1 { font-size: clamp(36px, 12vw, 54px); letter-spacing: -2px; }
  .compare-lead { font-size: 13px; }
  .hero-metrics { grid-template-columns: repeat(2, 1fr); margin-top: 30px; }
  .hero-metrics div { padding: 14px 16px; }
  .hero-metrics div + div { border-left: 0; }
  .hero-metrics div:nth-child(even) { border-left: 1px solid var(--line); }
  .hero-metrics div:nth-child(n+3) { border-top: 1px solid var(--line); }
  .hero-metrics strong { font-size: 20px; }
  .comparison-section { padding: 38px 0 48px; }
  .comparison-heading { display: block; }
  .comparison-heading > p { margin-top: 9px; }
  .table-frame { border-radius: 12px; }
  .comparison-table th, .comparison-table td { padding: 15px 12px; }
  .comparison-table tbody th { position: sticky; left: 0; z-index: 1; background: #0d121d; box-shadow: 7px 0 18px #070a115c; }
  .comparison-table tbody tr:hover th { background: #121b29; }
  .compare-notes { grid-template-columns: 1fr; }
  .closing-inner { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 30px; }
  .closing-inner h2 { font-size: 22px; }
  .compare-footer .compare-container { flex-direction: column; gap: 8px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
