:root {
  color-scheme: dark;
  --background: #0b0b10;
  --surface: #111117;
  --surface-raised: #17171f;
  --text: rgb(255 255 255 / 92%);
  --heading: #f5f5f7;
  --muted: #a0a0b0;
  --line: rgb(255 255 255 / 8%);
  --accent: #2b2fb0;
  --accent-deep: #1a1f6e;
  --accent-text: #a8abff;
  --bar: #7478ed;
  --baseline: #707080;
  --focus: #b4b8ff;
  --glow: rgb(43 47 176 / 20%);
  --shadow: 0 24px 70px rgb(0 0 0 / 30%);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", sans-serif;
  font-size: 17px;
  line-height: 1.55;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
}

* { box-sizing: border-box; }
body { margin: 0; background: var(--background); color: var(--text); }
img { display: block; max-width: 100%; height: auto; }
svg { flex-shrink: 0; }
a { color: inherit; text-underline-offset: 4px; text-decoration-thickness: 1px; }
a:hover { color: var(--accent-text); }
a:focus-visible, summary:focus-visible { outline: 2px solid var(--focus); outline-offset: 5px; border-radius: 3px; }
::selection { color: #fff; background: var(--accent); }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { color: var(--heading); }
h1, h2 { font-weight: 600; text-wrap: balance; }
h1 { font-size: 56px; line-height: 1.08; letter-spacing: -2.8px; }
h2 { font-size: 38px; line-height: 1.16; letter-spacing: -1.4px; }
h3 { font-size: 19px; line-height: 1.35; letter-spacing: -.4px; font-weight: 600; }
p { color: var(--muted); }
ul, ol { padding-left: 1.3em; }
code { font-family: "SFMono-Regular", Consolas, monospace; font-size: .86em; }
[id] { scroll-margin-top: 100px; }
.container { width: min(1100px, calc(100% - 96px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 12px 20px; background: var(--heading); color: var(--background); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.site-header { position: sticky; z-index: 20; top: 0; background: var(--background); border-bottom: 1px solid var(--line); }
.nav { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 9px; font-size: 20px; font-weight: 650; letter-spacing: -.6px; text-decoration: none; color: var(--heading); }
.brand img { flex-shrink: 0; }
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links > a { font-size: 14px; text-decoration: none; }
.nav-links > a:not(.button) { padding-block: 12px; color: var(--muted); }
.nav-links > a:not(.button):hover { color: var(--heading); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 50px; padding: 12px 22px; border: 1px solid rgb(255 255 255 / 12%); border-radius: 8px; background: var(--accent); color: #fff; font-size: 15px; font-weight: 600; letter-spacing: -.1px; text-decoration: none; }
.button:hover { background: var(--accent-deep); color: #fff; }
.button-small { min-height: 38px; padding: 8px 14px; border-color: var(--line); background: var(--surface-raised); color: var(--heading); font-weight: 500; }
.button-small:hover { background: var(--accent); color: #fff; }
.text-link { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; font-size: 15px; font-weight: 500; text-decoration: none; color: var(--text); }
.text-link span { color: var(--muted); }
.eyebrow { font-size: 11px; line-height: 1.5; letter-spacing: 1.8px; text-transform: uppercase; font-weight: 600; color: var(--muted); }
.hero { position: relative; isolation: isolate; padding-top: 88px; text-align: center; }
.hero::before { content: ""; position: absolute; z-index: -1; inset: 80px -45px 0; pointer-events: none; background: radial-gradient(ellipse at 50% 38%, var(--glow), transparent 62%); }
.hero-eyebrow { display: flex; align-items: center; justify-content: center; gap: 10px; margin-bottom: 24px; }
.status-dot { width: 6px; height: 6px; background: var(--accent-text); border-radius: 50%; }
.hero h1 span { color: var(--muted); }
.hero-pitch { margin-top: 24px; font-size: 18px; color: var(--text); letter-spacing: -.3px; }
.hero-actions { display: flex; align-items: center; justify-content: center; gap: 28px; margin-top: 30px; }
.hero-note { margin-top: 16px; font-size: 12px; }
.hero-figure { margin-top: 58px; text-align: left; }
.window-frame { padding: 5px; background: #25252c; border: 1px solid rgb(255 255 255 / 14%); border-radius: 15px; box-shadow: var(--shadow); }
.window-frame img { width: 100%; border-radius: 10px; }
figcaption { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px 20px; padding-top: 18px; color: var(--muted); font-size: 11px; letter-spacing: .1px; }
.caption-dot { margin-inline: 7px; }
.section { margin-top: 112px; padding-top: 72px; border-top: 1px solid var(--line); }
.section-heading { display: grid; grid-template-columns: 1fr 2fr; align-items: start; gap: 36px; margin-bottom: 46px; }
.section-heading .eyebrow { padding-top: 9px; }
.section-number { margin-right: 10px; color: var(--accent-text); font-variant-numeric: tabular-nums; }
.section-heading h2 + p { margin-top: 18px; }
.benchmark-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.benchmark-card { padding: 30px; background: var(--surface); border: 1px solid var(--line); border-radius: 12px; }
.measurement { display: flex; justify-content: space-between; gap: 12px; font-size: 10px; letter-spacing: 1px; font-weight: 500; }
.measurement span { letter-spacing: 0; }
.benchmark-card h3 { margin-block: 27px 34px; }
.benchmark-card h3 strong { display: block; font-size: 38px; font-weight: 550; letter-spacing: -1.5px; }
.benchmark-card h3 > span { display: block; margin-top: 3px; color: var(--muted); font-size: 15px; font-weight: 400; letter-spacing: -.1px; }
.chart-row + .chart-row { margin-top: 20px; }
.chart-label { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 9px; font-size: 13px; }
.chart-label strong { font-weight: 500; font-variant-numeric: tabular-nums; }
.bar-track { width: 100%; height: 10px; border-radius: 2px; background: var(--surface-raised); }
.bar { display: block; height: 100%; border-radius: inherit; }
.bar-jmacy { background: var(--bar); }
.bar-limited { width: 6.565252%; }
.bar-internet { width: 44.375%; }
.bar-baseline { width: 100%; background: var(--baseline); }
.chart-note { margin-top: 26px; font-size: 11px; }
.section-footnote { margin-top: 18px; color: var(--muted); font-size: 12px; line-height: 1.65; }
.feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); column-gap: 44px; row-gap: 40px; }
.feature { padding: 8px 0 25px; border-bottom: 1px solid var(--line); }
.feature-mark, .feature-icon { display: block; height: 30px; margin-bottom: 21px; color: var(--accent-text); }
.feature-mark { font-size: 26px; line-height: 30px; letter-spacing: -1px; font-weight: 500; }
.feature-mark-small { font-size: 13px; letter-spacing: .6px; font-family: "SFMono-Regular", Consolas, monospace; }
.feature h3 { margin-bottom: 11px; font-size: 17px; }
.feature p { font-size: 15px; line-height: 1.65; }
.feature p a { color: var(--text); }
.detail-figure { width: 86%; margin: 54px auto 0; }
.split-section { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.4fr); gap: 50px; align-items: center; }
.split-copy .eyebrow { margin-bottom: 22px; }
.split-copy h2 { margin-bottom: 22px; }
.split-copy > p + p { margin-top: 14px; }
.split-copy > p:not(.eyebrow, .section-footnote) { font-size: 16px; }
.split-figure .window-frame { padding: 4px; border-radius: 10px; }
.split-figure .window-frame img { border-radius: 6px; }
.format-list { display: flex; gap: 17px; margin-top: 22px; color: var(--accent-text); font: 12px "SFMono-Regular", Consolas, monospace; }
.browser-badges { display: flex; flex-wrap: wrap; gap: 7px; list-style: none; padding: 0; margin: 25px 0 18px; }
.browser-badges li { padding: 5px 11px; border: 1px solid var(--line); border-radius: 5px; font-size: 12px; color: var(--text); background: var(--surface); }
.torrent-section { grid-template-columns: minmax(0, 1.4fr) minmax(0, .95fr); }
.torrent-section .split-copy { grid-column: 2; grid-row: 1; }
.torrent-section .split-figure { grid-column: 1; grid-row: 1; }
.torrent-stats { display: flex; gap: 50px; margin: 28px 0 0; padding-top: 22px; border-top: 1px solid var(--line); }
.torrent-stats > div { display: flex; flex-direction: column-reverse; }
.torrent-stats dt { color: var(--muted); font-size: 11px; }
.torrent-stats dd { margin: 0 0 2px; color: var(--heading); font-size: 34px; line-height: 1.25; letter-spacing: -1.5px; font-variant-numeric: tabular-nums; }
.torrent-stats dd span { font-size: 15px; letter-spacing: -.2px; }
.pricing-section { display: grid; grid-template-columns: 1fr 420px; align-items: center; gap: 70px; padding-inline: 55px; }
.pricing-intro .eyebrow { margin-bottom: 22px; }
.pricing-intro h2 { font-size: 42px; }
.pricing-intro > p:not(.eyebrow) { margin-top: 22px; }
.pricing-intro > a { margin-top: 16px; }
.pricing-card { padding: 30px; border: 1px solid var(--line); border-top: 2px solid var(--accent); border-radius: 12px; background: var(--surface); }
.price-brand { display: flex; align-items: center; gap: 10px; font-weight: 600; line-height: 1.4; }
.price-platform { display: block; margin-top: 2px; font-size: 12px; color: var(--muted); font-weight: 400; }
.price-tag { margin-left: auto; font-size: 9px; font-weight: 500; letter-spacing: 1px; color: var(--accent-text); border: 1px solid var(--line); border-radius: 4px; padding: 6px 9px; }
.price { margin: 25px 0 22px; color: var(--heading); font-size: 64px; line-height: 1.2; letter-spacing: -3px; font-weight: 500; }
.price > span { margin-left: 12px; color: var(--muted); font-size: 14px; font-weight: 400; letter-spacing: 0; }
.price-includes { display: grid; gap: 12px; padding: 24px 0 0; margin: 0 0 30px; border-top: 1px solid var(--line); list-style: none; font-size: 14px; }
.price-includes li { position: relative; padding-left: 24px; }
.price-includes li::before { content: ""; position: absolute; left: 2px; top: 6px; width: 5px; height: 9px; border: solid var(--accent-text); border-width: 0 1.5px 1.5px 0; transform: rotate(45deg); }
.buy-button { display: flex; justify-content: space-between; width: 100%; }
.price-note { margin-top: 14px; font-size: 11px; text-align: center; }
.faq-section { display: grid; grid-template-columns: 1fr 1.5fr; gap: 70px; }
.faq-section h2 { margin: 22px 0 18px; }
.faq-section > div > p:not(.eyebrow) { font-size: 15px; }
details { border-bottom: 1px solid var(--line); }
details:first-child { border-top: 1px solid var(--line); }
summary { position: relative; padding: 22px 35px 22px 0; list-style: none; font-size: 16px; color: var(--heading); font-weight: 500; cursor: pointer; }
summary::-webkit-details-marker { display: none; }
summary::before, summary::after { content: ""; position: absolute; right: 4px; top: 33px; width: 10px; height: 1px; background: var(--muted); }
summary::after { transform: rotate(90deg); }
details[open] > summary::after { display: none; }
summary:hover { color: var(--accent-text); }
.answer { padding: 0 28px 24px 0; }
.answer p { font-size: 15px; line-height: 1.65; }
.answer a { color: var(--text); }
.site-footer { display: flex; justify-content: space-between; align-items: center; gap: 30px; margin-top: 112px; padding-block: 34px 44px; border-top: 1px solid var(--line); }
.footer-brand { font-size: 17px; gap: 5px; }
.site-footer p { margin-top: 7px; font-size: 11px; }
.site-footer nav { display: flex; gap: 26px; }
.site-footer nav a { padding-block: 12px; color: var(--muted); font-size: 12px; text-decoration: none; }
.site-footer nav a:hover, .site-footer nav a[aria-current] { color: var(--heading); }
.document-main { padding-top: 54px; }
.document-header { padding-bottom: 52px; border-bottom: 1px solid var(--line); }
.back-link { display: inline-block; padding-block: 10px; margin-bottom: 38px; font-size: 13px; color: var(--muted); text-decoration: none; }
.document-header .eyebrow { margin-bottom: 19px; }
.document-header > p:last-child { margin-top: 23px; font-size: 19px; }
.document-layout { display: grid; grid-template-columns: 230px minmax(0, 680px); gap: 70px; padding-top: 52px; }
.document-nav { align-self: start; position: sticky; top: 114px; display: flex; flex-direction: column; align-items: start; gap: 4px; }
.document-nav p { font-size: 10px; letter-spacing: 1.5px; margin-bottom: 15px; }
.document-nav a { padding-block: 7px; font-size: 14px; color: var(--muted); text-decoration: none; }
.document-nav a:hover { color: var(--heading); }
.document-content > section + section { margin-top: 48px; padding-top: 40px; border-top: 1px solid var(--line); }
.document-content .eyebrow { margin-bottom: 14px; }
.document-content h2 { margin-bottom: 20px; font-size: 28px; letter-spacing: -.8px; }
.document-content p { color: var(--text); }
.document-content p + p { margin-top: 16px; }
.document-content li + li { margin-top: 12px; }
.document-content ul, .steps { margin: 22px 0; }
.steps li { padding-left: 7px; }
.steps li::marker { font-size: 13px; color: var(--accent-text); }
.document-callout { padding: 23px 26px; border-left: 2px solid var(--accent-text); background: var(--surface); margin: 28px 0; border-radius: 0 8px 8px 0; }
.document-callout h3 { margin-bottom: 10px; font-size: 17px; }
.document-callout p { color: var(--muted); font-size: 15px; }
.privacy-data { display: grid; gap: 20px; margin: 25px 0; }
.privacy-data dt { font-size: 16px; color: var(--heading); font-weight: 600; margin-bottom: 5px; }
.privacy-data dd { margin: 0; color: var(--muted); }
.browser-help { margin: 25px 0; }
.browser-help summary { font-size: 15px; padding-block: 16px; }
.browser-help summary::before, .browser-help summary::after { top: 28px; }
.document-content .small-copy { color: var(--muted); font-size: 14px; margin-top: 20px; }
.contact-address { display: inline-block; margin-top: 20px; font-size: 20px; letter-spacing: -.4px; color: var(--accent-text); overflow-wrap: anywhere; }

@media (prefers-color-scheme: light) {
  :root {
    color-scheme: light;
    --background: #fafafa;
    --surface: #f2f2f6;
    --surface-raised: #e8e8f0;
    --text: #262631;
    --heading: #141420;
    --muted: #626274;
    --line: rgb(26 31 110 / 10%);
    --accent-text: #2b2fb0;
    --bar: #2b2fb0;
    --baseline: #757584;
    --focus: #2b2fb0;
    --glow: rgb(43 47 176 / 8%);
    --shadow: 0 24px 65px rgb(26 31 70 / 14%);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .section.is-revealed { animation: fade-up 300ms ease-out both; }
  @keyframes fade-up { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
}

@media (max-width: 1000px) {
  .container { width: calc(100% - 64px); }
  .hero::before { inset-inline: -25px; }
  .section-heading { grid-template-columns: 1fr 2.2fr; }
  .feature-grid { column-gap: 28px; }
  .split-section { gap: 30px; }
  .split-copy h2 { font-size: 33px; }
  .pricing-section { grid-template-columns: 1fr 380px; padding-inline: 0; gap: 35px; }
  .faq-section { gap: 40px; }
  .document-layout { grid-template-columns: 170px minmax(0, 1fr); gap: 40px; }
}

@media (max-width: 760px) {
  .container { width: calc(100% - 40px); }
  .nav-links { gap: 20px; }
  .hero { padding-top: 65px; }
  .hero::before { inset-inline: -15px; }
  .hero-pitch { max-width: 430px; margin-inline: auto; }
  .section { margin-top: 80px; padding-top: 48px; }
  .section-heading { grid-template-columns: 1fr; gap: 22px; margin-bottom: 32px; }
  .section-heading .eyebrow { padding: 0; }
  .benchmark-grid { gap: 14px; }
  .benchmark-card { padding: 23px; }
  .measurement { flex-direction: column; gap: 3px; }
  .benchmark-card h3 strong { font-size: 32px; }
  .benchmark-card h3 > span { min-height: 41px; font-size: 14px; }
  .feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; }
  .detail-figure { width: 100%; margin-top: 36px; }
  .split-section { grid-template-columns: 1fr; gap: 35px; }
  .split-copy { max-width: 510px; }
  .split-copy h2 { font-size: 38px; }
  .torrent-section .split-copy, .torrent-section .split-figure { grid-column: auto; grid-row: auto; }
  .torrent-stats { max-width: 350px; }
  .pricing-section { grid-template-columns: 1fr 1fr; gap: 25px; }
  .pricing-intro h2 { font-size: 32px; }
  .pricing-card { padding: 22px; }
  .price-tag { display: none; }
  .faq-section { grid-template-columns: 1fr; gap: 28px; }
  .faq-section h2 { margin-top: 18px; }
  .document-layout { grid-template-columns: 1fr; gap: 38px; padding-top: 28px; }
  .document-nav { position: static; flex-direction: row; flex-wrap: wrap; align-items: center; gap: 8px 24px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
  .document-nav p { flex-basis: 100%; margin-bottom: 4px; }
  .site-footer { margin-top: 80px; }
}

@media (max-width: 540px) {
  [id] { scroll-margin-top: 136px; }
  .nav { flex-wrap: wrap; justify-content: center; gap: 2px; padding-block: 8px; }
  .brand { font-size: 19px; }
  .nav > .brand img { width: 32px; height: 32px; }
  .nav-links { width: 100%; justify-content: space-between; gap: 10px; }
  .nav-links > a { font-size: 12px; }
  .nav-links .button-small { min-height: 36px; padding: 6px 10px; gap: 7px; }
  .hero { padding-top: 47px; }
  .hero-eyebrow { font-size: 10px; margin-bottom: 21px; }
  h1 { font-size: 44px; letter-spacing: -2px; }
  h2 { font-size: 32px; letter-spacing: -1.1px; }
  .hero-pitch { font-size: 16px; max-width: 300px; margin-top: 20px; }
  .hero-actions { flex-direction: column; gap: 7px; margin-top: 24px; }
  .hero-actions .button { min-width: 210px; }
  .hero-note { margin-top: 7px; font-size: 11px; }
  .hero-figure { margin-top: 34px; }
  .window-frame { padding: 3px; border-radius: 8px; }
  .window-frame img { border-radius: 5px; }
  figcaption { gap: 6px; font-size: 10px; padding-top: 13px; }
  .hero-figure figcaption { justify-content: center; text-align: center; }
  .hero-figure figcaption > span { width: 100%; }
  .caption-dot { margin-inline: 4px; }
  .section { margin-top: 60px; padding-top: 38px; }
  .section-heading p:not(.eyebrow) { font-size: 16px; }
  .desktop-break { display: none; }
  .benchmark-grid { grid-template-columns: 1fr; gap: 16px; }
  .benchmark-card { padding: 25px; }
  .measurement { flex-direction: row; gap: 10px; font-size: 9px; }
  .benchmark-card h3 strong { font-size: 36px; }
  .benchmark-card h3 > span { min-height: 0; }
  .chart-note { font-size: 10px; }
  .feature-grid { grid-template-columns: 1fr; gap: 12px; }
  .feature { position: relative; padding: 18px 0 23px 45px; }
  .feature-mark, .feature-icon { position: absolute; top: 18px; left: 0; width: 27px; height: 27px; }
  .feature-mark { font-size: 24px; }
  .feature-mark-small { font-size: 8px; letter-spacing: -.5px; line-height: 27px; }
  .feature h3 { margin-bottom: 8px; }
  .feature p { font-size: 14px; }
  .split-copy h2 { font-size: 32px; }
  .pricing-section { grid-template-columns: 1fr; gap: 32px; }
  .pricing-intro h2 { font-size: 36px; }
  .pricing-card { padding: 27px; }
  .price-tag { display: block; }
  summary { font-size: 15px; }
  .site-footer { align-items: flex-start; flex-direction: column; gap: 18px; padding-block: 25px; margin-top: 65px; }
  .site-footer nav { gap: 28px; }
  .document-main { padding-top: 25px; }
  .document-header { padding-bottom: 32px; }
  .back-link { margin-bottom: 25px; }
  .document-header h1 { font-size: 42px; }
  .document-header > p:last-child { font-size: 17px; }
  .document-nav { gap: 6px 20px; }
  .document-nav a { font-size: 13px; }
  .document-content h2 { font-size: 27px; }
  .document-content { font-size: 16px; }
  .document-content > section + section { margin-top: 36px; padding-top: 32px; }
  .document-callout { padding: 20px; }
  .contact-address { font-size: 18px; }
}

.extension-links{display:flex;flex-wrap:wrap;gap:12px;margin:0 0 16px}
.extension-links .button{padding:10px 16px}
.answer ol{padding-left:20px;line-height:1.6}
.answer code{font:13px ui-monospace,Menlo,monospace;background:rgba(255,255,255,.08);padding:1px 5px;border-radius:4px}
.hero-answer{max-width:600px;margin:18px auto 0;color:var(--muted);font-size:15px;line-height:1.6}
.compare-note{margin-top:18px;color:var(--muted);font-size:13px;line-height:1.65}
