:root{--font-sans: "Hanken Grotesk", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--font-mono: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, Consolas, monospace;--bg: #0a0f1a;--surface-1: #0f1727;--surface-2: #131d30;--surface-3: #18243a;--border: #22304a;--border-strong: #31435f;--text-strong: #f2f6fc;--text-body: #c3d0e0;--text-muted: #8b9ab3;--text-faint: #697b97;--accent: #10b981;--accent-strong: #34d399;--accent-ink: #04180f;--accent-weak: rgba(16,185,129,.13);--accent-border: rgba(16,185,129,.34);--link: #34d399;--danger: #f0768b;--danger-weak: rgba(240,118,139,.12);--star: #e2b23a;--shadow-card: 0 1px 2px rgba(2,6,16,.5), 0 12px 32px rgba(2,6,16,.34);--shadow-pop: 0 24px 60px rgba(2,6,16,.6);--code-bg: #0b1120;--code-border: #243352;--code-fg: #eef4ff;--code-accent: #34d399;--r-sm: 7px;--r-md: 11px;--r-lg: 16px;--r-xl: 22px;--r-pill: 999px;--s1: 4px;--s2: 8px;--s3: 12px;--s4: 16px;--s5: 20px;--s6: 24px;--s7: 32px;--s8: 48px;--s9: 64px;--s10: 96px;--measure: 68ch;color-scheme:dark}:root[data-theme=light]{--bg: #fbfcfe;--surface-1: #ffffff;--surface-2: #f5f8fc;--surface-3: #eef3f9;--border: #e6ecf4;--border-strong: #d2dce9;--text-strong: #0a0f1a;--text-body: #3c4a63;--text-muted: #5e6b82;--text-faint: #8a97ac;--accent: #10b981;--accent-strong: #047857;--accent-ink: #04180f;--accent-weak: rgba(5,150,105,.1);--accent-border: rgba(5,150,105,.26);--link: #047857;--danger: #d6455f;--danger-weak: rgba(214,69,95,.08);--star: #c9962a;--shadow-card: 0 1px 2px rgba(16,24,40,.06), 0 12px 30px rgba(16,24,40,.09);--shadow-pop: 0 24px 60px rgba(16,24,40,.18);color-scheme:light}@media(prefers-color-scheme:light){:root:not([data-theme=dark]){--bg: #fbfcfe;--surface-1: #ffffff;--surface-2: #f5f8fc;--surface-3: #eef3f9;--border: #e6ecf4;--border-strong: #d2dce9;--text-strong: #0a0f1a;--text-body: #3c4a63;--text-muted: #5e6b82;--text-faint: #8a97ac;--accent-strong: #047857;--accent-weak: rgba(5,150,105,.1);--accent-border: rgba(5,150,105,.26);--link: #047857;--danger: #d6455f;--danger-weak: rgba(214,69,95,.08);--star: #c9962a;--shadow-card: 0 1px 2px rgba(16,24,40,.06), 0 12px 30px rgba(16,24,40,.09);--shadow-pop: 0 24px 60px rgba(16,24,40,.18);color-scheme:light}}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;background:var(--bg);color:var(--text-body);font-family:var(--font-sans);font-size:17px;line-height:1.6;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}h1,h2,h3,h4{color:var(--text-strong);letter-spacing:-.02em;line-height:1.12;margin:0;text-wrap:balance}h1{font-size:clamp(28px,5vw,34px);font-weight:800;letter-spacing:-.03em}h2{font-size:22px;font-weight:700}p{margin:0;text-wrap:pretty}a{color:var(--link);text-decoration:none}a:hover{text-decoration:underline;text-underline-offset:3px}img{max-width:100%;display:block}:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:4px}::selection{background:#10b98147}.fv-num{font-family:var(--font-mono);font-variant-numeric:tabular-nums}.fv-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;border:1px solid var(--border);border-radius:var(--r-lg)}.fv-scroll::-webkit-scrollbar{height:9px}.fv-scroll::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:99px}.fv-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:var(--font-sans);font-weight:800;font-size:16px;letter-spacing:-.01em;padding-block:15px;padding-inline:22px;border:0;border-radius:var(--r-md);background:var(--accent);color:var(--accent-ink);cursor:pointer;text-decoration:none;box-shadow:0 10px 24px #10b98147}.fv-btn:hover{filter:brightness(1.06);text-decoration:none}.fv-btn--ghost{background:var(--surface-2);color:var(--text-strong);font-weight:600;border:1px solid var(--border-strong);box-shadow:none}.fv-badge{display:inline-flex;align-items:center;gap:7px;font-family:var(--font-mono);font-size:12px;font-weight:600;color:var(--accent-strong);background:var(--accent-weak);border:1px solid var(--accent-border);border-radius:var(--r-pill);padding-block:5px;padding-inline:11px}.fv-badge__dot{width:6px;height:6px;border-radius:999px;background:var(--accent);flex:none}.fv-badge--muted{color:var(--text-muted);background:var(--surface-2);border-color:var(--border)}.fv-badge--muted .fv-badge__dot{background:var(--text-faint)}.fv-badge--expired{color:var(--text-muted);background:var(--surface-2);border-color:var(--border)}.fv-code{display:flex;flex-direction:column;gap:var(--s5);background:var(--code-bg);border:1px solid var(--code-border);border-radius:var(--r-lg);padding:var(--s6);box-shadow:0 24px 56px #02061080}.fv-code__head{display:flex;align-items:center;justify-content:space-between;gap:12px}.fv-code__label{font-family:var(--font-mono);font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:#7f8ca3}.fv-code__row{display:flex;align-items:stretch;gap:10px}.fv-code__value{flex:1;display:flex;align-items:center;background:#ffffff08;border:1px dashed #33466a;border-radius:var(--r-md);padding-block:15px;padding-inline:18px;font-family:var(--font-mono);font-weight:700;font-size:26px;letter-spacing:.08em;color:var(--code-fg);user-select:all}.fv-code__copy{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;min-width:80px;padding-inline:10px;cursor:pointer;background:#ffffff0d;border:1px solid #33466a;border-radius:var(--r-md);color:#c3d0e0;font-family:var(--font-mono);font-size:10.5px;font-weight:600}.fv-code__copy:hover{background:#ffffff17;color:var(--code-fg)}.fv-code__copy .is-copied-label,.fv-code__copy.is-copied .default-label{display:none}.fv-code__copy.is-copied .is-copied-label{display:inline;color:var(--code-accent)}.fv-code__disc{font-family:var(--font-mono);font-size:10.5px;line-height:1.5;color:#697b97;margin:0}.fv-card{background:var(--surface-1);border:1px solid var(--border);border-radius:var(--r-lg);padding:var(--s6);box-shadow:var(--shadow-card)}.fv-score{display:flex;flex-direction:column;align-items:center;justify-content:center;width:88px;height:88px;border-radius:var(--r-lg);background:var(--accent-weak);border:1px solid var(--accent-border)}.fv-score__num{font-family:var(--font-mono);font-size:30px;font-weight:700;color:var(--accent-strong);line-height:1;font-variant-numeric:tabular-nums}.fv-table{width:100%;border-collapse:collapse;font-size:14.5px}.fv-table th{text-align:start;padding:13px 16px;border-bottom:1px solid var(--border);font-family:var(--font-mono);font-size:11px;letter-spacing:.05em;text-transform:uppercase;color:var(--text-faint);background:var(--surface-2)}.fv-table td{padding:13px 16px;border-bottom:1px solid var(--border);font-variant-numeric:tabular-nums}.fv-table td:first-child{color:var(--text-muted)}.fv-table .is-highlight{background:var(--accent-weak);color:var(--text-strong);font-weight:700}.fv-table--sticky th:first-child,.fv-table--sticky td:first-child{position:sticky;inset-inline-start:0;z-index:1;background:var(--bg);border-inline-end:1px solid var(--border)}.fv-table--sticky th:first-child{background:var(--surface-2);z-index:2}.fv-faq{border:1px solid var(--border);border-radius:var(--r-md);background:var(--surface-1);overflow:hidden}.fv-faq>summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:15px 17px;font-weight:600;font-size:15px;color:var(--text-strong)}.fv-faq>summary::-webkit-details-marker{display:none}.fv-faq__body{padding:0 17px 16px;font-size:14.5px;line-height:1.65;color:var(--text-body)}.fv-faq .fv-chev{transition:transform .2s;color:var(--text-muted);flex:none}.fv-faq[open] .fv-chev{transform:rotate(180deg)}.fv-breadcrumbs{display:flex;flex-wrap:wrap;align-items:center;gap:8px;font-size:13px;color:var(--text-muted)}.fv-disclosure{display:flex;align-items:center;gap:10px;font-size:12.5px;color:var(--text-muted);background:var(--surface-2);border-block:1px solid var(--border);padding:9px 28px}.fv-disclosure__tag{font-family:var(--font-mono);font-size:10px;font-weight:700;letter-spacing:.06em;color:var(--text-faint);border:1px solid var(--border-strong);border-radius:4px;padding:2px 5px;flex:none}.fv-lang{display:inline-flex;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--r-pill);padding:2px}.fv-lang a{font-family:var(--font-mono);font-size:11px;color:var(--text-muted);padding:4px 9px;border-radius:var(--r-pill)}.fv-lang a[aria-current=true]{color:var(--accent-ink);background:var(--accent);font-weight:600}@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}@font-face{font-family:Hanken Grotesk;font-style:normal;font-weight:100 900;font-display:swap;src:url(/fonts/hanken-grotesk-latin.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Hanken Grotesk;font-style:normal;font-weight:100 900;font-display:swap;src:url(/fonts/hanken-grotesk-latin-ext.woff2) format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}.fv-container{max-width:1040px;margin-inline:auto;padding-inline:28px;width:100%}@media(max-width:640px){.fv-container{padding-inline:18px}}.fv-main{padding-block:var(--s6) var(--s9)}.fv-header{border-block-end:1px solid var(--border);background:var(--surface-1)}.fv-header__inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:16px;padding-block:15px}.fv-header__inner>.fv-logo{justify-self:start}.fv-header__inner>.fv-nav{justify-self:center}.fv-header__inner>.fv-header__end{justify-self:end}.fv-header__end{display:flex;align-items:center;gap:10px}.fv-logo{display:flex;align-items:center;gap:10px;text-decoration:none}.fv-logo:hover{text-decoration:none}.fv-logo__name{font-size:16px;letter-spacing:-.02em;color:var(--text-strong)}.fv-logo__name b{font-weight:800}.fv-logo__name span{font-weight:600}.fv-nav{display:flex;gap:22px;font-size:14px;font-weight:500;flex-wrap:wrap}.fv-nav a{color:var(--text-muted)}.fv-nav a[aria-current=page],.fv-nav a.is-active{color:var(--accent-strong)}@media(max-width:720px){.fv-nav{display:none}}.fv-theme-toggle{display:flex;align-items:center;justify-content:center;width:34px;height:34px;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--r-md);color:var(--text-muted);cursor:pointer;padding:0}.fv-theme-toggle:hover{color:var(--text-strong)}.fv-disclosure--footer{margin-block-start:var(--s5);padding-block-start:var(--s4);padding-inline:0;border-block:0;border-block-start:1px solid var(--border);background:none;justify-content:center;font-size:11.5px;color:var(--text-faint)}.fv-disclosure--footer .fv-disclosure__tag{border-color:var(--border);color:var(--text-faint)}.fv-footer{border-block-start:1px solid var(--border);background:var(--surface-2);padding-block:var(--s8);margin-block-start:var(--s9)}.fv-footer__grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:var(--s7)}@media(max-width:860px){.fv-footer__grid{grid-template-columns:1fr 1fr}}@media(max-width:520px){.fv-footer__grid{grid-template-columns:1fr}}.fv-footer__brand{display:flex;flex-direction:column;gap:12px}.fv-footer__disclaimer{font-size:12px;line-height:1.6;color:var(--text-muted);max-width:340px}.fv-footer__col{display:flex;flex-direction:column;gap:9px}.fv-footer__title{font-family:var(--font-mono);font-size:10.5px;letter-spacing:.08em;color:var(--text-faint);text-transform:uppercase}.fv-footer__col a{font-size:13px;color:var(--text-muted)}.fv-footer__meta{margin-block-start:var(--s7);padding-block-start:var(--s5);border-block-start:1px solid var(--border);font-size:12px;color:var(--text-faint);display:flex;flex-wrap:wrap;gap:8px 20px}.fv-prose{max-width:var(--measure)}.fv-prose>*+*{margin-block-start:var(--s5)}.fv-prose h1{margin-block-start:0}.fv-prose h2{margin-block-start:var(--s8)}.fv-prose h3{margin-block-start:var(--s6);font-size:17px;font-weight:700}.fv-prose p,.fv-prose li{font-size:16.5px;line-height:1.7}.fv-prose ul,.fv-prose ol{padding-inline-start:1.4em;margin-block:var(--s4);display:flex;flex-direction:column;gap:8px}.fv-prose strong{color:var(--text-strong)}.fv-prose em{color:var(--text-muted)}.fv-prose hr{border:0;border-block-start:1px solid var(--border);margin-block:var(--s7)}.fv-prose blockquote{margin:0;padding-inline-start:var(--s5);border-inline-start:3px solid var(--accent-border);color:var(--text-muted)}.fv-prose code{font-family:var(--font-mono);font-size:.92em;background:var(--surface-2);border:1px solid var(--border);border-radius:5px;padding:1px 5px}.fv-prose .fv-scroll{margin-block:var(--s5)}.fv-prose img{border-radius:var(--r-md)}.fv-answer{display:flex;flex-direction:column;gap:var(--s4);background:var(--surface-1);border:1px solid var(--border);border-inline-start:3px solid var(--accent);border-radius:var(--r-md);padding:var(--s6)}.fv-code__badge{display:inline-flex;align-items:center;gap:7px;font-family:var(--font-mono);font-size:11px;font-weight:600;color:#34d399;background:#10b9811f;border:1px solid rgba(16,185,129,.3);border-radius:999px;padding:5px 10px;white-space:nowrap}.fv-code__badge-dot{width:6px;height:6px;border-radius:999px;background:#34d399;box-shadow:0 0 0 3px #34d39933;flex:none}.fv-code__meta{display:flex;align-items:baseline;gap:9px;flex-wrap:wrap}.fv-code__discount{font-family:var(--font-mono);font-weight:700;font-size:18px;color:#34d399}.fv-code__scope{font-size:13px;color:#8b9ab3}.fv-code__cta{width:100%}.fv-cta-row{margin-block:var(--s5)}.fv-proscons{display:grid;grid-template-columns:1fr 1fr;gap:var(--s6)}@media(max-width:560px){.fv-proscons{grid-template-columns:1fr}}.fv-proscons__col{display:flex;flex-direction:column;gap:10px}.fv-proscons__title{display:flex;align-items:center;gap:8px;font-weight:700;font-size:13px}.fv-proscons__title--pros{color:var(--accent-strong)}.fv-proscons__title--cons{color:var(--danger)}.fv-proscons__item{display:flex;gap:8px;font-size:13.5px;line-height:1.5;color:var(--text-body)}.fv-proscons__sign{flex:none;font-family:var(--font-mono)}.fv-proscons__item--pro .fv-proscons__sign{color:var(--accent-strong)}.fv-proscons__item--con .fv-proscons__sign{color:var(--danger)}.fv-verdict{display:flex;align-items:center;gap:var(--s5)}.fv-verdict__body{display:flex;flex-direction:column;gap:6px}.fv-verdict__kicker{font-family:var(--font-mono);font-size:11px;letter-spacing:.08em;color:var(--text-faint);text-transform:uppercase}.fv-verdict__title{font-size:19px;font-weight:800;letter-spacing:-.02em;color:var(--text-strong)}.fv-verdict__blurb{font-size:14px;line-height:1.55;color:var(--text-muted)}.fv-verdict__note{font-family:var(--font-mono);font-size:11.5px;color:var(--text-muted)}.fv-score__den{font-family:var(--font-mono);font-size:11px;color:var(--text-muted);margin-block-start:3px}.fv-facts{border:1px solid var(--border);border-radius:var(--r-md);overflow:hidden}.fv-facts__row{display:flex;justify-content:space-between;gap:16px;padding:11px 14px}.fv-facts__row+.fv-facts__row{border-block-start:1px solid var(--border)}.fv-facts__k{font-size:13px;color:var(--text-muted)}.fv-facts__v{font-family:var(--font-mono);font-size:13px;font-weight:600;color:var(--text-strong);text-align:end;font-variant-numeric:tabular-nums}.fv-changelog{border:1px solid var(--border);border-radius:var(--r-lg);padding-block:var(--s2);padding-inline:var(--s6)}.fv-changelog__row{display:flex;gap:16px;padding-block:12px}.fv-changelog__row+.fv-changelog__row{border-block-start:1px solid var(--border)}.fv-changelog__when{display:flex;align-items:center;gap:10px;flex:none;width:130px}.fv-changelog__dot{width:8px;height:8px;border-radius:999px;background:var(--accent);flex:none}.fv-changelog__date{font-family:var(--font-mono);font-size:12px;color:var(--text-muted);font-variant-numeric:tabular-nums}.fv-changelog__text{font-size:14px;line-height:1.5;color:var(--text-body)}.fv-author{display:flex;gap:16px;align-items:flex-start;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--r-lg);padding:var(--s6)}.fv-author--inline{background:none;border:0;padding:0;align-items:center}.fv-author__avatar{position:relative;width:56px;height:56px;flex:none}.fv-author--inline .fv-author__avatar{width:36px;height:36px}.fv-author__initials{width:100%;height:100%;border-radius:999px;border:1px solid var(--border);background:repeating-linear-gradient(135deg,var(--surface-3),var(--surface-3) 7px,var(--surface-1) 7px,var(--surface-1) 14px);display:flex;align-items:center;justify-content:center;font-family:var(--font-mono);font-size:15px;font-weight:700;color:var(--text-muted)}.fv-author--inline .fv-author__initials{font-size:11px}.fv-author__check{position:absolute;inset-inline-end:-2px;inset-block-end:-2px;width:20px;height:20px;border-radius:999px;background:var(--accent);border:2px solid var(--surface-2);display:flex;align-items:center;justify-content:center}.fv-author--inline .fv-author__check{width:15px;height:15px;border-color:var(--bg)}.fv-author__body{display:flex;flex-direction:column;gap:5px}.fv-author__name{font-weight:700;font-size:15px;color:var(--text-strong)}.fv-author__role{font-size:13px;color:var(--text-muted)}.fv-author__bio{font-size:13.5px;line-height:1.6;color:var(--text-body);margin-block-start:3px}.fv-author__meta{font-family:var(--font-mono);font-size:12.5px;color:var(--text-muted)}.fv-faq-list{display:flex;flex-direction:column;gap:10px}
