:root {
  color-scheme: dark;
  --bg: #050711;
  --bg-soft: #060914;
  --card: rgba(12, 16, 32, 0.86);
  --card-strong: #0b1020;
  --border: rgba(130, 145, 190, 0.22);
  --border-strong: rgba(115, 87, 255, 0.35);
  --text: #f5f7ff;
  --muted: #a7aec4;
  --faint: #7f879d;
  --violet: #7357ff;
  --violet-2: #5d6bff;
  --green: #3ee68b;
  --amber: #ffb02e;
  --content: 944px;
}

* { box-sizing: border-box; }
html { background: var(--bg); scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 24% 26%, rgba(115, 87, 255, 0.12), transparent 300px),
    radial-gradient(circle at 75% 17%, rgba(93, 107, 255, 0.10), transparent 280px),
    linear-gradient(180deg, #060914 0%, #050711 52%, #050711 100%);
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
h1, h2, h3, p, figure { margin: 0; }
button { font: inherit; }

.page-frame { width: min(var(--content), calc(100vw - 80px)); margin: 0 auto; }

.site-header {
  height: 72px;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr) 142px;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 20;
  background: linear-gradient(180deg, #050711 0%, #050711 100%);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(130, 145, 190, .06);
}
.brand { display: inline-flex; align-items: center; gap: 10px; }
.brand-icon {
  width: 32px; height: 32px; display: grid; place-items: center;
  border-radius: 8px; background: linear-gradient(180deg, #836cff, #6257f8);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.28), 0 10px 20px rgba(115,87,255,.16);
}
.brand-icon img { width: 32px; height: 32px; display: block; }
.brand-name { font-size: 22px; font-weight: 850; letter-spacing: -0.06em; }
.site-nav { justify-self: center; display: flex; align-items: center; gap: 34px; font-size: 13px; font-weight: 700; color: #fff; }
.site-nav a { opacity: .94; }
.site-nav a:hover { color: #dcd8ff; opacity: 1; }
.nav-cta {
  justify-self: end; width: 120px; height: 44px; display: inline-flex; align-items: center; justify-content: center;
  border-radius: 7px; background: var(--violet); color: #fff; font-size: 13px; font-weight: 800;
  box-shadow: 0 12px 25px rgba(115,87,255,.18);
}

.hero {
  padding-top: 44px;
  min-height: 438px;
  display: grid;
  grid-template-columns: 390px 1fr;
  gap: 42px;
  align-items: center;
}
.hero-copy { width: 390px; }
.mini-badge {
  display: inline-flex; align-items: center; gap: 8px; padding: 6px 12px;
  border: 1px solid rgba(115,87,255,.28); border-radius: 999px;
  background: rgba(88,73,190,.16); color: #8ea0ff; font-size: 12px; font-weight: 760;
}
.mini-badge span { width: 7px; height: 7px; border-radius: 50%; background: var(--violet); box-shadow: 0 0 10px rgba(115,87,255,.55); }
.hero h1 { margin-top: 22px; font-size: 42px; line-height: 1.08; letter-spacing: -0.074em; font-weight: 880; }
.hero h1 span { display: block; }
.hero h1 span:last-child { color: var(--violet); }
.hero-lead { width: 360px; margin-top: 22px; color: var(--muted); font-size: 15px; line-height: 1.65; }
.hero-actions, .cta-actions { margin-top: 34px; display: flex; gap: 14px; align-items: center; }
.button { height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border-radius: 7px; border: 1px solid transparent; font-size: 13px; font-weight: 800; white-space: nowrap; }
.button svg,
.button-icon { width: 17px; height: 17px; flex: 0 0 auto; }
.button-icon { display: block; object-fit: contain; }
.button svg path { fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.button-primary { width: 184px; background: var(--violet); color: #fff; box-shadow: 0 14px 28px rgba(115,87,255,.18); }
.button-download {
  width: auto;
  min-width: 184px;
  padding: 0 28px;
  background: linear-gradient(90deg, #5640e3 0%, #6652f3 56%, #8778ff 100%);
  background-size: 160% 100%;
  background-position: 0 0;
  border-color: rgba(149, 141, 255, 0.34);
  box-shadow: 0 14px 30px rgba(97, 81, 240, 0.26);
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease, background-position 0.22s ease;
}
.button-download:hover {
  transform: translateY(-1px);
  filter: brightness(1.05);
  background-position: 100% 0;
  box-shadow: 0 18px 36px rgba(97, 81, 240, 0.34);
}
.button-download:active {
  transform: translateY(0);
  filter: brightness(0.98);
}
.button-secondary { width: 152px; background: #070b18; color: #f4f6ff; border-color: rgba(170,180,230,.35); }
.button-github {
  width: auto;
  min-width: 170px;
  padding: 0 24px;
}
.trust-chips { margin-top: 48px; width: max-content; display: flex; flex-wrap: nowrap; gap: 20px; align-items: center; color: #c4c9d8; font-size: 12px; font-weight: 650; }
.trust-chips span { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 8px; white-space: nowrap; }
.trust-chips i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); }

.product-preview { position: relative; height: 360px; }
.preview-orbit { position: absolute; right: 0; top: 76px; width: 330px; height: 142px; border: 1px solid rgba(115,87,255,.65); border-radius: 50%; transform: rotate(-12deg); filter: blur(.1px); opacity: .38; }
.preview-orbit::after { content: ""; position: absolute; right: 28px; bottom: -5px; width: 20px; height: 20px; border-right: 3px solid var(--violet); border-bottom: 3px solid var(--violet); transform: rotate(-20deg); border-radius: 2px; }
.browser-card, .extension-card, .helper-card, .feature-card, .shot-card, .cta-banner {
  background: var(--card); border: 1px solid var(--border); box-shadow: 0 20px 48px rgba(0,0,0,.22);
}
.browser-card { position: absolute; top: 6px; right: 44px; width: 360px; height: 280px; overflow: hidden; border-radius: 10px; background: var(--card-strong); }
.browser-top { height: 29px; display: flex; align-items: center; gap: 7px; padding: 0 12px; color: #56607b; font-size: 9px; border-bottom: 1px solid rgba(130,145,190,.12); background: rgba(15,20,38,.95); }
.browser-top span { width: 7px; height: 7px; border-radius: 50%; }
.browser-top .red { background: #ff4d64; } .browser-top .yellow { background: #ffb02e; } .browser-top .green { background: #3ee68b; }
.video-stage { position: relative; height: calc(100% - 29px); margin: 13px; border-radius: 8px; overflow: hidden; background: #070b17; }
.video-art { position: absolute; inset: 0; background:
  radial-gradient(circle at 53% 49%, rgba(255,54,82,.26), transparent 18%),
  radial-gradient(circle at 42% 49%, rgba(93,107,255,.28), transparent 28%),
  linear-gradient(135deg, #101936, #35162c 55%, #07101f); }
.video-art .moon { position: absolute; left: 126px; top: 55px; width: 116px; height: 116px; border-radius: 50%; background: radial-gradient(circle at 35% 30%, #3a4264, #141a30 65%); box-shadow: inset 0 0 0 8px rgba(255,255,255,.03); }
.video-art .tower { position: absolute; bottom: 0; width: 32px; background: linear-gradient(180deg, rgba(115,87,255,.78), rgba(255,54,82,.42)); opacity: .75; }
.video-art .one { left: 28px; height: 146px; } .video-art .two { right: 44px; height: 175px; } .video-art .three { right: 104px; height: 118px; }
.play-button { position: absolute; left: 50%; top: 50%; width: 58px; height: 58px; margin: -29px 0 0 -29px; border: 0; border-radius: 50%; display: grid; place-items: center; background: #ff354e; color: #fff; }
.play-button svg { width: 29px; height: 29px; } .play-button path { fill: currentColor; }
.player-strip { position: absolute; left: 20px; right: 20px; bottom: 18px; display: flex; gap: 7px; }
.player-strip i { height: 5px; flex: 1; border-radius: 999px; background: #222b44; } .player-strip i:first-child { flex: 1.55; background: var(--violet); }
.extension-card { position: absolute; top: 22px; right: 0; z-index: 4; width: 210px; height: 108px; padding: 12px; border-radius: 10px; background: rgba(10,14,29,.98); border-color: rgba(115,87,255,.34); }
.extension-head { display: flex; justify-content: space-between; align-items: center; font-size: 12px; }
.extension-head span { display: grid; place-items: center; width: 18px; height: 18px; border-radius: 5px; background: rgba(115,87,255,.15); color: #afa7ff; }
.extension-card p { margin-top: 12px; color: var(--faint); font-size: 11px; }
.extension-row { margin-top: 8px; display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.extension-row b { font-size: 11px; } .extension-row button { height: 28px; padding: 0 12px; border: 0; border-radius: 6px; background: var(--violet); color: #fff; font-size: 10.5px; font-weight: 800; }
.helper-card { position: absolute; z-index: 5; right: 0; top: 160px; width: 410px; height: 250px; display: grid; grid-template-columns: 62px 1fr; overflow: hidden; border-radius: 10px; background: var(--card-strong); border-color: var(--border-strong); }
.helper-side { padding: 18px 14px; display: grid; align-content: start; gap: 14px; border-right: 1px solid rgba(130,145,190,.12); background: rgba(14,18,35,.98); }
.helper-side span { width: 34px; height: 8px; border-radius: 999px; background: #29334f; } .helper-side span:first-child { background: var(--violet); }
.helper-content { padding: 16px; } .helper-title { display: flex; align-items: center; justify-content: space-between; font-size: 12px; }
.helper-title small { display: inline-flex; gap: 5px; align-items: center; padding: 4px 8px; border-radius: 999px; color: #cdebdc; background: rgba(61,230,139,.12); border: 1px solid rgba(61,230,139,.22); }
.helper-title i { width: 6px; height: 6px; border-radius: 50%; background: var(--green); }
.helper-checks { margin-top: 18px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.helper-checks div { min-height: 58px; padding: 10px; border: 1px solid rgba(130,145,190,.14); border-radius: 8px; background: rgba(255,255,255,.025); }
.helper-checks b { display: block; font-size: 11px; } .helper-checks em { display: block; margin-top: 8px; color: var(--green); font-style: normal; font-size: 11px; }
.helper-queue { margin-top: 13px; display: grid; gap: 8px; } .helper-queue p { height: 34px; display: flex; align-items: center; justify-content: space-between; padding: 0 10px; border-radius: 7px; background: rgba(255,255,255,.035); color: var(--muted); font-size: 10.5px; }
.helper-stats { margin-top: 13px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; color: var(--faint); font-size: 9.5px; } .helper-stats span { padding-top: 7px; border-top: 1px solid rgba(130,145,190,.12); } .helper-stats b { display: block; margin-top: 3px; color: #dcd8ff; font-size: 10px; }

.section-block { margin-top: 48px; padding-top: 38px; border-top: 1px solid rgba(130,145,190,.14); }
.section-heading { text-align: center; margin-bottom: 34px; }
.section-heading p { margin-bottom: 10px; color: var(--violet); font-size: 11px; text-transform: uppercase; font-weight: 900; letter-spacing: .08em; }
.section-heading h2 { font-size: 26px; line-height: 1.12; font-weight: 850; letter-spacing: -0.055em; }
.section-heading span { display: block; margin-top: 9px; color: #8f97ad; font-size: 13px; }
.feature-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; }
.feature-card { min-height: 160px; padding: 18px 14px; border-radius: 8px; background: rgba(12,16,32,.78); }
.feature-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 8px; background: rgba(115,87,255,.18); border: 1px solid rgba(115,87,255,.25); color: #a99dff; }
.feature-icon svg { width: 22px; height: 22px; } .feature-icon path { fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.feature-card h3 { margin-top: 16px; font-size: 13px; line-height: 1.15; font-weight: 850; } .feature-card p { margin-top: 9px; color: var(--muted); font-size: 10.7px; line-height: 1.45; }
.how-section { margin-top: 48px; }
.steps { width: 850px; max-width: 100%; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; position: relative; }
.steps::before { content: ""; position: absolute; top: 37px; left: 18%; right: 18%; border-top: 1px dashed rgba(130,145,190,.28); }
.step-card { position: relative; z-index: 1; min-height: 176px; text-align: center; padding: 16px 18px 20px; }
.step-icon { width: 74px; height: 74px; margin: 0 auto 15px; display: grid; place-items: center; position: relative; border-radius: 14px; background: rgba(12,16,32,.95); border: 1px solid var(--border); }
.step-icon span { position: absolute; top: -8px; right: -8px; width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; background: var(--violet); font-size: 11px; font-weight: 900; }
.step-icon svg { width: 30px; height: 30px; } .step-icon path { fill: none; stroke: #c9c8ff; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.step-card h3 { font-size: 13px; font-weight: 850; } .step-card p { margin-top: 6px; color: var(--muted); font-size: 11px; line-height: 1.5; }
.screenshots-section { margin-top: 60px; }
.screenshot-carousel { width: 1000px; max-width: 100%; margin: 0 auto; position: relative; display: flex; justify-content: center; align-items: center; }
.screenshot-viewport { --visible-shots: 3; --shot-gap: 14px; width: 960px; max-width: 100%; overflow: hidden; border-radius: 12px; }
.screenshot-track { display: flex; gap: var(--shot-gap); width: 100%; transform: translateX(0); transition: transform .38s cubic-bezier(.22,.61,.36,1); will-change: transform; }
.shot-card { flex: 0 0 calc((100% - (var(--shot-gap) * 2)) / 3); aspect-ratio: 16 / 10; border-radius: 12px; padding: 6px; background: rgba(12,16,32,.88); border: 1px solid rgba(115,87,255,.28); overflow: hidden; }
.shot-card img { width: 100%; height: 100%; object-fit: cover; border-radius: 8px; background: #070b17; display: block; }
.carousel-arrow { position: absolute; top: 50%; z-index: 3; width: 30px; height: 30px; transform: translateY(-50%); border: 1px solid var(--border); border-radius: 50%; color: #c9cfff; background: rgba(12,16,32,.92); font-size: 22px; line-height: 1; cursor: pointer; transition: color .16s ease, border-color .16s ease, background .16s ease, transform .16s ease; }
.carousel-arrow:hover { color: #fff; border-color: rgba(115,87,255,.45); background: rgba(22,27,48,.96); transform: translateY(-50%) scale(1.04); }
.carousel-arrow.left { left: -42px; } .carousel-arrow.right { right: -42px; }
.dots { margin-top: 22px; display: flex; justify-content: center; gap: 7px; }
.dots button { width: 6px; height: 6px; padding: 0; border: 0; border-radius: 50%; background: #2b344f; cursor: pointer; transition: width .2s ease, background .2s ease; }
.dots button.active { width: 17px; border-radius: 999px; background: var(--violet); }
@media (prefers-reduced-motion: reduce) { .screenshot-track, .carousel-arrow, .dots button { transition: none; } }
.cta-banner { min-height: 180px; margin-top: 60px; padding: 30px 44px; border-radius: 12px; display: flex; justify-content: space-between; align-items: center; overflow: hidden; background: radial-gradient(circle at 84% 28%, rgba(115,87,255,.20), transparent 260px), linear-gradient(135deg, rgba(13,17,35,.98), rgba(8,12,24,.96)); border-color: rgba(115,87,255,.28); }
.cta-copy h2 { font-size: 28px; line-height: 1.12; font-weight: 880; letter-spacing: -0.06em; } .cta-copy p { margin-top: 10px; color: var(--muted); font-size: 13px; } .cta-copy small { display: block; margin-top: 16px; color: var(--faint); font-size: 11px; } .cta-actions { margin-top: 22px; }
.cta-illustration { position: relative; width: 220px; height: 142px; }
.download-tile { position: absolute; right: 48px; top: 18px; width: 112px; height: 112px; display: grid; place-items: center; border-radius: 24px; background: linear-gradient(180deg, #846dff, #5b55e9); box-shadow: 0 18px 45px rgba(115,87,255,.22); }
.download-tile svg { width: 58px; height: 58px; } .download-tile path { fill: none; stroke: #fff; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.media-dot { position: absolute; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.07); border: 1px solid var(--border); color: #dddfff; font-weight: 900; }
.media-dot.video { right: 20px; top: 12px; } .media-dot.music { right: 168px; bottom: 12px; } .media-dot.image { right: 184px; top: 58px; }
.site-footer { min-height: 70px; margin-top: 18px; padding: 20px 0 24px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #8f97ad; font-size: 11px; }
.footer-left { display: grid; gap: 3px; } .footer-left strong { color: #f5f7ff; font-size: 13px; } .footer-nav, .footer-right { display: flex; gap: 18px; align-items: center; } .footer-nav a:hover, .footer-right a:hover { color: #fff; }
.image-fallback { min-height: 120px; display: grid; place-items: center; padding: 18px; border-radius: 8px; background: rgba(8,12,24,.95); color: var(--muted); text-align: center; font-size: 12px; }

@media (max-width: 960px) {
  .page-frame { width: min(100% - 52px, var(--content)); }
  .site-header { padding: 0 26px; grid-template-columns: 160px minmax(0, 1fr) 130px; }
  .site-nav { gap: 18px; }
  .hero { grid-template-columns: 1fr; min-height: 0; }
  .hero-copy { width: 100%; }
  .product-preview { margin-top: 38px; }
  .feature-grid { grid-template-columns: repeat(3, 1fr); }
  .screenshot-carousel { width: 100%; }
  .screenshot-viewport { --visible-shots: 2; --shot-gap: 12px; width: 100%; }
  .shot-card { flex-basis: calc((100% - var(--shot-gap)) / 2); }
  .carousel-arrow { display: none; }
}
@media (max-width: 768px) {
  .site-header { height: auto; padding: 18px 20px; display: flex; flex-wrap: wrap; gap: 14px; }
  .site-nav { order: 3; width: 100%; justify-content: flex-start; overflow-x: auto; padding-bottom: 2px; }
  .nav-cta { width: auto; padding: 0 14px; }
  .page-frame { width: min(100% - 32px, var(--content)); }
  .hero h1 { font-size: 38px; }
  .hero-lead { width: 100%; }
  .hero-actions, .cta-actions, .trust-chips { width: auto; flex-direction: column; align-items: flex-start; }
  .button-primary, .button-secondary { width: 100%; }
  .product-preview { height: auto; min-height: 520px; }
  .browser-card, .extension-card, .helper-card { position: relative; top: auto; right: auto; width: 100%; margin-bottom: 14px; }
  .extension-card { height: auto; }
  .helper-card { height: 230px; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: 1fr; gap: 18px; }
  .steps::before { display: none; }
  .cta-banner { padding: 26px; flex-direction: column; align-items: flex-start; }
  .cta-illustration { display: none; }
  .site-footer { align-items: flex-start; flex-direction: column; }
  .footer-nav, .footer-right { flex-wrap: wrap; }
}
@media (max-width: 520px) {
  .feature-grid { grid-template-columns: 1fr; }
  .screenshot-viewport { --visible-shots: 1; }
  .shot-card { flex-basis: 100%; }
  .dots { gap: 6px; }
}



/* v1.3-6: use supplied visual assets instead of CSS mockups. */
.product-preview-image-wrap {
  height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  isolation: isolate;
}
.product-preview-image-wrap::before {
  content: "";
  position: absolute;
  inset: 20px 0 -12px 10px;
  z-index: -1;
  background: radial-gradient(circle at 70% 45%, rgba(115, 87, 255, 0.20), transparent 58%),
              radial-gradient(circle at 18% 80%, rgba(93, 107, 255, 0.12), transparent 42%);
  filter: blur(18px);
  opacity: .8;
}
.hero-preview-image {
  width: min(560px, 112%);
  max-width: none;
  height: auto;
  max-height: 390px;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 24px 55px rgba(20, 12, 80, 0.45));
}
.cta-illustration-image {
  width: 310px;
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}
.cta-download-image {
  width: 300px;
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 18px 42px rgba(115, 87, 255, 0.26));
}
@media (max-width: 960px) {
  .hero-preview-image {
    width: min(100%, 620px);
    max-height: none;
  }
}
@media (max-width: 768px) {
  .product-preview-image-wrap {
    min-height: 0;
    height: auto;
  }
  .cta-illustration-image {
    display: none;
  }
}

/* v1.3-11: supported sites page matched to the supplied mockup. */
.site-nav a.active,
.footer-nav a.active {
  color: #9d86ff;
}
.supported-sites-body {
  min-height: 100vh;
  background:
    radial-gradient(circle at 18% 45%, rgba(92, 67, 255, 0.14), transparent 28%),
    radial-gradient(circle at 82% 16%, rgba(58, 90, 180, 0.10), transparent 30%),
    linear-gradient(180deg, #060914 0%, #050711 100%);
}
.supported-page-main {
  width: 987px;
  margin: 0 auto;
}
.supported-title {
  margin-top: 38px;
  text-align: center;
}
.supported-title h1 {
  font-size: 42px;
  line-height: 1.12;
  letter-spacing: -0.065em;
  font-weight: 880;
  color: var(--text);
}
.supported-title h1 span {
  color: #7c5cff;
}
.supported-title p {
  max-width: 520px;
  margin: 14px auto 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.55;
}
.supported-tabs {
  height: 28px;
  margin-top: 27px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.supported-tab {
  position: relative;
  padding-bottom: 12px;
  color: #a78bff;
  font-size: 13px;
  font-weight: 650;
}
.supported-tab::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 112px;
  height: 2px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: #8b63ff;
  box-shadow: 0 0 14px rgba(139, 99, 255, 0.35);
}
.services-summary {
  height: 107px;
  margin-top: 12px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  border-radius: 8px;
  background: rgba(12, 16, 32, 0.72);
  border: 1px solid rgba(130, 145, 190, 0.18);
}
.summary-main {
  width: 498px;
  display: flex;
  align-items: center;
  min-width: 0;
}
.summary-globe {
  flex: 0 0 auto;
  width: 62px;
  height: 62px;
  margin-left: 18px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #b29cff;
  background: rgba(115, 87, 255, 0.14);
  border: 1px solid rgba(115, 87, 255, 0.25);
}
.summary-globe svg {
  width: 34px;
  height: 34px;
}
.summary-globe path,
.stat-icon path,
.request-icon path,
.request-button path,
.service-status.soon path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.summary-copy {
  width: 345px;
  margin-left: 20px;
}
.summary-copy h2 {
  font-size: 15px;
  font-weight: 850;
  letter-spacing: -0.02em;
}
.summary-copy p {
  margin-top: 8px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}
.summary-divider {
  width: 1px;
  height: 52px;
  margin: 0 24px;
  background: rgba(130, 145, 190, 0.14);
}
.summary-stat {
  width: 138px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.stat-icon {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
}
.stat-icon svg {
  width: 17px;
  height: 17px;
}
.stat-icon.green {
  color: #35e889;
  background: rgba(53, 232, 137, 0.11);
  border: 1px solid rgba(53, 232, 137, 0.22);
}
.stat-icon.amber {
  color: #ffcb63;
  background: rgba(255, 176, 46, 0.10);
  border: 1px solid rgba(255, 176, 46, 0.22);
}
.stat-icon.violet {
  color: #c99dff;
  background: rgba(115, 87, 255, 0.13);
  border: 1px solid rgba(115, 87, 255, 0.25);
}
.summary-stat strong {
  display: block;
  color: #fff;
  font-size: 12px;
  font-weight: 850;
}
.summary-stat p {
  margin-top: 5px;
  color: #a7aec4;
  font-size: 11px;
  line-height: 1.4;
}
.service-section {
  margin-top: 24px;
}
.native-section {
  margin-top: 23px;
}
.soon-section {
  margin-top: 21px;
}
.service-heading-row h2 {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 20px;
  font-weight: 850;
  letter-spacing: -0.035em;
}
.service-heading-row h2 span {
  min-width: 22px;
  height: 20px;
  display: inline-grid;
  place-items: center;
  padding: 0 7px;
  border-radius: 999px;
  color: #d6ccff;
  background: rgba(115, 87, 255, 0.35);
  font-size: 11px;
  font-weight: 850;
}
.service-heading-row p {
  margin-top: 8px;
  color: #8f97ad;
  font-size: 12px;
}
.supported-panel {
  margin-top: 9px;
  border-radius: 8px;
  background: rgba(12, 16, 32, 0.55);
  border: 1px solid rgba(130, 145, 190, 0.16);
  padding: 15px;
}
.current-panel {
  min-height: 112px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.soon-panel {
  height: 149px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.native-service-card,
.soon-service-card {
  border-radius: 7px;
  background: rgba(17, 22, 40, 0.74);
  border: 1px solid rgba(130, 145, 190, 0.18);
}
.native-service-card {
  width: auto;
  min-width: 0;
  min-height: 92px;
  display: block;
  padding: 0;
  overflow: hidden;
}
.native-service-summary {
  min-height: 92px;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  column-gap: 16px;
  align-items: center;
  padding: 16px 18px;
  list-style: none;
  cursor: pointer;
}
.native-service-summary::-webkit-details-marker {
  display: none;
}
.native-service-card[open] .native-service-summary {
  min-height: 86px;
}
.soon-service-card {
  min-width: 0;
  height: 119px;
  display: flex;
  align-items: center;
  padding: 0 18px;
}
.service-logo-frame {
  position: relative;
  flex: 0 0 auto;
  width: 52px;
  height: 52px;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}
.youtube-logo-frame {
  width: 44px;
  height: 44px;
  margin-right: 0;
  border-radius: 10px;
  background: #fff;
}
.service-logo-frame img {
  width: 100%;
  max-width: 52px;
  max-height: 52px;
  object-fit: contain;
}
.youtube-logo-frame img {
  max-width: 30px;
  max-height: 30px;
}
.service-logo-frame.missing-logo {
  border: 1px dashed rgba(130, 145, 190, 0.24);
  background: rgba(8, 12, 24, 0.52);
}
.service-logo-frame.missing-logo::after {
  content: attr(data-logo-path);
  position: absolute;
  left: 50%;
  top: calc(100% + 5px);
  width: 130px;
  transform: translateX(-50%);
  color: rgba(167, 174, 196, 0.58);
  font-size: 8px;
  line-height: 1.2;
  text-align: center;
  pointer-events: none;
}
.youtube-logo-frame.missing-logo::after {
  width: 120px;
}
.service-card-copy {
  min-width: 0;
}
.native-service-meta {
  min-width: 0;
  display: grid;
  row-gap: 6px;
  align-self: stretch;
}
.native-service-card .service-card-head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-width: 0;
}
.native-service-card .service-card-head h3 {
  min-width: 0;
  margin: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 850;
  letter-spacing: -0.025em;
}
.service-card-copy h3 {
  color: #fff;
  font-size: 15px;
  font-weight: 850;
  letter-spacing: -0.025em;
}
.service-card-copy p {
  margin-top: 6px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}
.native-service-description {
  width: 100%;
  max-width: none;
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}
.service-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border-radius: 999px;
}
.service-status.native {
  flex: 0 0 auto;
  height: 24px;
  padding: 0 10px;
  gap: 7px;
  color: #35e889;
  background: rgba(35, 230, 139, 0.13);
  border: 1px solid rgba(35, 230, 139, 0.18);
  font-size: 11px;
  font-weight: 750;
}
.service-status.native i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #35e889;
}
.service-capability-list {
  margin: 0 18px 16px 78px;
  padding-top: 12px;
  display: grid;
  gap: 8px;
  border-top: 1px solid rgba(130, 145, 190, 0.14);
}
.capability-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: var(--muted);
  font-size: 11px;
}
.capability-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 74px;
  height: 22px;
  padding: 0 8px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
}
.capability-status.supported {
  color: #35e889;
  background: rgba(35, 230, 139, 0.12);
  border: 1px solid rgba(35, 230, 139, 0.18);
}
.capability-status.planned {
  color: #bfaeff;
  background: rgba(115, 87, 255, 0.14);
  border: 1px solid rgba(115, 87, 255, 0.23);
}
.service-status.soon {
  height: 22px;
  margin-top: 12px;
  padding: 0 9px;
  gap: 5px;
  color: #bfaeff;
  background: rgba(115, 87, 255, 0.15);
  border: 1px solid rgba(115, 87, 255, 0.25);
  font-size: 11px;
}
.service-status.soon svg {
  width: 12px;
  height: 12px;
}
.service-status.soon.working {
  color: #ffd37a;
  background: rgba(255, 190, 92, 0.14);
  border-color: rgba(255, 190, 92, 0.24);
}
.request-site-panel {
  height: 88px;
  margin-top: 17px;
  padding: 0 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
  border: 1px solid rgba(115, 87, 255, 0.35);
  background: rgba(13, 18, 34, 0.78);
}
.request-left {
  display: flex;
  align-items: center;
  min-width: 0;
}
.request-icon {
  width: 44px;
  height: 44px;
  margin-right: 20px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #b69cff;
  background: rgba(115, 87, 255, 0.15);
  border: 1px solid rgba(115, 87, 255, 0.28);
}
.request-icon svg {
  width: 25px;
  height: 25px;
}
.request-left h2 {
  font-size: 15px;
  font-weight: 850;
  letter-spacing: -0.025em;
}
.request-left p {
  margin-top: 6px;
  color: var(--muted);
  font-size: 12px;
}
.request-button {
  width: 129px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border-radius: 6px;
  color: #fff;
  background: rgba(8, 12, 24, 0.60);
  border: 1px solid rgba(130, 145, 190, 0.22);
  font-size: 13px;
  font-weight: 750;
}
.request-button svg {
  width: 13px;
  height: 13px;
}
.supported-footer {
  width: 987px;
  height: 70px;
  margin: 32px auto 0;
  padding-top: 24px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid rgba(130, 145, 190, 0.12);
  color: #8f97ad;
  font-size: 11px;
}
.supported-footer .footer-left {
  display: grid;
  gap: 4px;
}
.supported-footer .footer-left strong {
  color: #fff;
  font-size: 15px;
  font-weight: 850;
}
.supported-footer .footer-nav {
  gap: 28px;
}
.supported-footer .footer-right {
  gap: 24px;
}
@media (max-width: 1060px) {
  .supported-page-main,
  .supported-footer {
    width: calc(100% - 40px);
  }
  .services-summary {
    height: auto;
    min-height: 107px;
    flex-wrap: wrap;
    gap: 14px;
    padding: 18px 20px;
  }
  .summary-main {
    width: 100%;
  }
  .summary-divider {
    display: none;
  }
  .summary-stat {
    flex: 1 1 170px;
  }
}
@media (max-width: 900px) {
  .current-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .soon-panel {
    height: auto;
    grid-template-columns: repeat(2, 1fr);
  }
  .soon-service-card {
    height: 119px;
  }
  .supported-footer {
    height: auto;
    flex-wrap: wrap;
    padding-bottom: 28px;
  }
}
@media (max-width: 640px) {
  .current-panel {
    grid-template-columns: 1fr;
  }
  .supported-title h1 {
    font-size: 34px;
  }
  .supported-title p {
    font-size: 14px;
  }
  .current-panel {
    height: auto;
  }
  .native-service-card {
    width: 100%;
    height: auto;
    min-height: 92px;
  }
  .native-service-summary {
    padding: 16px;
  }
  .native-service-card .service-card-head {
    gap: 10px;
  }
  .native-service-description {
    max-width: none;
  }
  .service-capability-list {
    margin: 0 16px 16px 76px;
  }
  .soon-panel {
    grid-template-columns: 1fr;
  }
  .request-site-panel {
    height: auto;
    min-height: 120px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
    padding: 20px;
  }
  .request-button {
    width: 100%;
  }
  .supported-footer .footer-nav,
  .supported-footer .footer-right {
    flex-wrap: wrap;
  }
}
