/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-border-style:solid;--tw-font-weight:initial;--tw-ordinal:initial;--tw-slashed-zero:initial;--tw-numeric-figure:initial;--tw-numeric-spacing:initial;--tw-numeric-fraction:initial;--tw-outline-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial}}}@layer theme{:root,:host{--font-sans:"Inter", ui-sans-serif, system-ui, -apple-system, sans-serif;--font-serif:"Playfair Display", "Cambria", Georgia, serif;--font-mono:"SF Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;--color-gray-200:#d9d9d9;--color-gray-300:#a8a8a0;--color-gray-400:#888782;--color-gray-500:#6a6a64;--color-gray-700:#3a3a36;--color-gray-900:#18181a;--color-gray-950:#0a0a0a;--spacing:.25rem;--container-7xl:80rem;--text-sm:.875rem;--text-sm--line-height:calc(1.25 / .875);--font-weight-medium:500;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4, 0, .2, 1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.invisible{visibility:hidden}.visible{visibility:visible}.sr-only{clip-path:inset(50%);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.fixed{position:fixed}.relative{position:relative}.static{position:static}.start{inset-inline-start:var(--spacing)}.end{inset-inline-end:var(--spacing)}.isolate{isolation:isolate}.container{width:100%}@media(min-width:40rem){.container{max-width:40rem}}@media(min-width:48rem){.container{max-width:48rem}}@media(min-width:64rem){.container{max-width:64rem}}@media(min-width:80rem){.container{max-width:80rem}}@media(min-width:96rem){.container{max-width:96rem}}.mx-auto{margin-inline:auto}.mb-6{margin-bottom:calc(var(--spacing) * 6)}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.min-h-screen{min-height:100vh}.max-w-7xl{max-width:var(--container-7xl)}.flex-1{flex:1}.resize{resize:both}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.gap-1{gap:calc(var(--spacing) * 1)}.border{border-style:var(--tw-border-style);border-width:1px}.px-4{padding-inline:calc(var(--spacing) * 4)}.py-5{padding-block:calc(var(--spacing) * 5)}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.text-gray-300{color:var(--color-gray-300)}.text-gray-400{color:var(--color-gray-400)}.text-gray-900{color:var(--color-gray-900)}.lowercase{text-transform:lowercase}.ordinal{--tw-ordinal:ordinal;font-variant-numeric:var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,)}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.blur{--tw-blur:blur(8px);filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}@media(hover:hover){.hover\:text-gray-900:hover{color:var(--color-gray-900)}}@media(min-width:40rem){.sm\:px-6{padding-inline:calc(var(--spacing) * 6)}.sm\:py-8{padding-block:calc(var(--spacing) * 8)}}@media(min-width:64rem){.lg\:px-8{padding-inline:calc(var(--spacing) * 8)}}}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/fonts/inter-variable.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Playfair Display;font-style:normal;font-weight:400 900;font-display:swap;src:url(/fonts/playfair-display-variable.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Instrument Serif;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/instrument-serif-regular.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Instrument Serif;font-style:italic;font-weight:400;font-display:swap;src:url(/fonts/instrument-serif-italic.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:clip}body{font-family:var(--font-sans);color:var(--color-gray-900);font-feature-settings:"ss01","cv11","tnum";background-color:#fff;font-size:15px;line-height:1.55;overflow-x:clip}h1,h2{font-family:var(--font-serif);color:var(--color-gray-950);letter-spacing:-.015em;font-weight:700;line-height:1.06}h1 i,h2 i{color:var(--color-gray-500);font-style:italic}h1{font-size:clamp(36px,5vw,64px)}h2{font-size:clamp(28px,3.5vw,44px)}h1[class*=text-xs],h1[class*=text-sm],h1[class*=text-base],h1[class*=text-lg],h1[class*=text-xl],h1[class*=text-2xl],h1[class*=text-3xl],h1[class*="text-["],h2[class*=text-xs],h2[class*=text-sm],h2[class*=text-base],h2[class*=text-lg],h2[class*=text-xl],h2[class*=text-2xl],h2[class*=text-3xl],h2[class*="text-["]{font-family:var(--font-sans);letter-spacing:-.012em;font-weight:600;line-height:1.15}h1[class*=text-xs],h2[class*=text-xs]{font-size:.75rem}h1[class*=text-sm],h2[class*=text-sm]{font-size:.875rem}h1[class*=text-base],h2[class*=text-base]{font-size:1rem}h1[class*=text-lg],h2[class*=text-lg]{font-size:1.125rem}h1[class*=text-xl],h2[class*=text-xl]{font-size:1.25rem}h1[class*=text-2xl],h2[class*=text-2xl]{font-size:1.5rem}h1[class*=text-3xl],h2[class*=text-3xl]{font-size:1.875rem}h1[class*="text-["],h2[class*="text-["]{font-size:inherit}h1[class*="text-[11px]"],h2[class*="text-[11px]"]{font-size:11px}h1[class*="text-[13px]"],h2[class*="text-[13px]"]{font-size:13px}h3,h4,h5,h6{font-family:var(--font-sans);color:var(--color-gray-950);letter-spacing:-.015em;font-weight:600;line-height:1.2}h3{font-size:18px}h4{font-size:14px}a{color:inherit;text-decoration:none}.prose{color:var(--color-gray-900);font-size:16px}.prose a{color:var(--ink);text-underline-offset:3px;text-decoration:underline;text-decoration-thickness:1px;-webkit-text-decoration-color:var(--brand-accent);text-decoration-color:var(--brand-accent);transition:text-decoration-color .15s,color .15s}.prose a:hover{-webkit-text-decoration-color:var(--ink);text-decoration-color:var(--ink);color:var(--ink)}.prose h1{margin:0 0 1.5rem;font-size:clamp(36px,5vw,56px)}.prose h2{margin-top:2.5rem;margin-bottom:.75rem;font-size:clamp(24px,2.6vw,32px)}.prose h3{font-family:var(--font-sans);margin-top:2rem;margin-bottom:.5rem;font-size:1.125rem;font-weight:600}.prose p{margin-bottom:1.25rem}.prose ul,.prose ol{margin-bottom:1.25rem;padding-left:1.5rem}.prose li{margin-bottom:.375rem}.prose ul li{list-style-type:disc}.prose ol li{list-style-type:decimal}.prose strong{color:var(--color-gray-950);font-weight:600}.prose table{border-collapse:collapse;width:100%;margin-bottom:1.5rem;font-size:.875rem}.prose th,.prose td{border-bottom:1px solid var(--color-gray-200);text-align:left;padding:.625rem .75rem}.prose th{font-family:var(--font-mono);color:var(--color-gray-950);text-transform:uppercase;letter-spacing:.08em;font-size:.7rem;font-weight:500}.prose blockquote{border-left:2px solid var(--color-gray-950);color:var(--color-gray-700);margin-bottom:1.25rem;padding-left:1rem}:focus-visible{outline:2px solid var(--color-gray-950);outline-offset:2px}::selection{background:var(--brand-accent);color:var(--color-gray-950)}.bg-white{background-color:#fff!important}.bg-gray-50{background-color:#f7f7f7!important}.bg-gray-100{background-color:#eee!important}.bg-accent-50{background-color:var(--brand-accent)!important}@supports (color:color-mix(in lab,red,red)){.bg-accent-50{background-color:color-mix(in srgb,var(--brand-accent) 12%,#fff)!important}}.bg-accent-100{background-color:var(--brand-accent)!important}@supports (color:color-mix(in lab,red,red)){.bg-accent-100{background-color:color-mix(in srgb,var(--brand-accent) 22%,#fff)!important}}.hover\:bg-accent-100:hover{background-color:var(--brand-accent)!important}@supports (color:color-mix(in lab,red,red)){.hover\:bg-accent-100:hover{background-color:color-mix(in srgb,var(--brand-accent) 22%,#fff)!important}}.border-gray-200,.border-gray-300{border-color:var(--color-gray-950)!important}.border-gray-100{border-color:var(--color-gray-200)!important}.border-accent-200,.border-accent-300,.hover\:border-accent-200:hover,.hover\:border-accent-300:hover,.hover\:border-gray-300:hover{border-color:var(--color-gray-950)!important}.text-gray-400{color:#6a6a64!important}.text-gray-500{color:#4d4d48!important}.text-gray-600{color:#3a3a36!important}.hover\:text-gray-900:hover,.hover\:text-gray-700:hover{color:var(--color-gray-950)!important}.text-accent-700,.text-accent-600,.text-accent-500,.hover\:text-accent-700:hover,.hover\:text-accent-600:hover{color:var(--ink)!important}[class*=border-]{border-style:solid}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-ordinal{syntax:"*";inherits:false}@property --tw-slashed-zero{syntax:"*";inherits:false}@property --tw-numeric-figure{syntax:"*";inherits:false}@property --tw-numeric-spacing{syntax:"*";inherits:false}@property --tw-numeric-fraction{syntax:"*";inherits:false}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}:root{--paper: #ffffff;--paper-2: #efefec;--paper-3: #dedede;--tile-bg: #ffffff;--ink: #070807;--ink-2: #242424;--ink-3: #5f5f5f;--ink-4: #909090;--rule: #0a0a0a;--rule-2: #dedede;--slab-bg: #070807;--slab-fg: #ffffff;--slab-fg-2: #cfcfcf;--slab-fg-3: #8f8f8f;--slab-rule: #ffffff;--brand-accent: #ffd400;--brand-accent-2: #fff2a8;--inst-green: oklch(.72 .17 152);--check-green: oklch(.46 .12 152);--accent: var(--ink);--accent-2: oklch(.92 .08 152);--accent-3: var(--ink);--green-fill: oklch(.87 .11 155);--green-fill-2: oklch(.97 .03 155);--verified: oklch(.66 .17 152);--caution: oklch(.62 .24 28);--caution-2: oklch(.94 .06 28);--missing: var(--ink-4);--serif: "Playfair Display", "Cambria", Georgia, serif;--sans: "Inter", "Söhne", -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;--mono: "SF Mono", ui-monospace, Menlo, monospace;--page-title-size: clamp(36px, 3.8vw, 50px);--page-title-size-mobile: clamp(34px, 10vw, 46px);--gutter: 32px;--max: 1280px;--r: 0px;--r-2: 0px;--r-1: 6px;--r-pill: 999px;--hair: 1px;--rule-w: 1.5px}.sp{background:var(--paper-2);color:var(--ink);font-family:var(--sans);font-size:15px;line-height:1.5;font-feature-settings:"ss01","cv11","tnum";-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;flex:1 1 auto;display:flex;flex-direction:column}.sp>main{flex:1 1 auto}.sp *,.sp *:before,.sp *:after{box-sizing:border-box}.sp p{text-wrap:pretty}.sp h1,.sp h2,.sp h3,.sp .lede,.sp .profile-summary{text-wrap:balance}.sp a{color:inherit;text-decoration:none}.sp a:hover{color:var(--accent-3)}.sp button{font:inherit;color:inherit;background:none;border:0;padding:0;cursor:pointer}.sp ::selection{background:var(--brand-accent);color:var(--ink)}.site-head{border-bottom:1px solid var(--rule-2);background:var(--tile-bg);color:var(--ink);position:sticky;top:0;z-index:50}.site-head .row{max-width:var(--max);margin:0 auto;padding:0 var(--gutter);min-height:62px;display:flex;align-items:stretch;gap:30px}.site-head .nav{display:flex;align-items:stretch;gap:2px;font-size:15px;font-weight:650}.site-head .nav-item{position:relative;display:flex;align-items:stretch}.site-head .nav-link{display:inline-flex;align-items:center;min-height:62px;padding:0 13px;color:var(--ink-2);border-bottom:3px solid transparent;white-space:nowrap}.site-head .nav-link:hover,.site-head .nav-link:focus-visible,.site-head .nav-item.has-menu:hover .nav-link,.site-head .nav-item.has-menu:focus-within .nav-link{color:var(--ink);background:color-mix(in srgb,var(--brand-accent) 10%,transparent)}.site-head .nav-link.active{color:var(--ink);border-bottom-color:var(--brand-accent)}.site-head .nav-panel{position:absolute;left:0;top:100%;z-index:70;width:min(330px,calc(100vw - 32px));display:grid;grid-template-columns:1fr;gap:0;padding:10px;background:var(--tile-bg);border:1px solid var(--rule-2);border-top:2px solid var(--brand-accent);box-shadow:0 16px 34px color-mix(in srgb,var(--ink) 12%,transparent);opacity:0;pointer-events:none;transform:translateY(-5px);transition:opacity .12s ease,transform .12s ease}.site-head .nav-panel.is-wide{width:min(560px,calc(100vw - 32px));grid-template-columns:repeat(2,minmax(0,1fr))}.site-head .nav-panel.is-triple{width:min(720px,calc(100vw - 32px));grid-template-columns:repeat(3,minmax(0,1fr))}.site-head .nav-item:hover .nav-panel,.site-head .nav-item:focus-within .nav-panel{opacity:1;pointer-events:auto;transform:translateY(0)}.site-head .nav-panel-section{padding:0 8px}.site-head .nav-panel-section+.nav-panel-section{border-left:1px solid var(--rule-2)}.site-head .nav-panel h3{margin:0 0 9px;color:var(--ink-3);font-family:var(--mono);font-size:10px;font-weight:500;letter-spacing:.08em;line-height:1.1;text-transform:uppercase}.site-head .nav-panel ul{display:grid;gap:1px;margin:0;padding:0;list-style:none}.site-head .nav-panel li{margin:0}.site-head .nav-panel a{display:flex;align-items:center;min-height:33px;padding:7px 8px;color:var(--ink);font-size:13.5px;font-weight:500;line-height:1.2}.site-head .nav-panel a:hover,.site-head .nav-panel a:focus-visible{background:color-mix(in srgb,var(--brand-accent) 12%,transparent);color:var(--ink);outline:0}.site-head .head-meta{display:flex;align-items:center;gap:14px;font-family:var(--sans);font-size:13px;color:var(--ink-3);letter-spacing:0;font-weight:500;white-space:nowrap}@media(max-width:1180px)and (min-width:981px){.site-head .head-meta{display:none}}@media(max-width:720px){.site-head .head-meta{display:none}}.site-head .head-meta .pulse{width:8px;height:8px;background:var(--brand-accent);border:1px solid var(--ink);box-shadow:0 0 0 0 var(--brand-accent);animation:pulse 2.4s infinite;display:inline-block}.site-head .brand{position:relative;align-items:center;color:var(--ink)}.site-head .brand:hover,.site-head .brand:focus-visible{color:var(--ink)}.site-head .brand-tooltip{position:absolute;left:0;top:calc(100% + 8px);z-index:80;width:max-content;max-width:min(300px,calc(100vw - 32px));padding:9px 11px 10px 13px;background:var(--ink);color:var(--tile-bg);box-shadow:0 10px 24px color-mix(in srgb,var(--ink) 16%,transparent);font-family:var(--sans);font-size:12.5px;font-weight:650;line-height:1.15;letter-spacing:0;opacity:0;pointer-events:none;transform:translateY(-4px);transition:opacity .14s ease,transform .14s ease}.site-head .brand-tooltip:before{content:"";position:absolute;left:14px;top:-5px;width:10px;height:10px;background:var(--ink);transform:rotate(45deg)}.site-head .brand:hover .brand-tooltip,.site-head .brand:focus-visible .brand-tooltip{opacity:1;transform:translateY(0)}.spacer{flex:1}@keyframes pulse{0%{box-shadow:0 0 #ffd40099}70%{box-shadow:0 0 0 8px #ffd40000}to{box-shadow:0 0 #ffd40000}}.brand{font-family:var(--sans);font-size:18px;letter-spacing:-.03em;font-weight:700;display:inline-flex;align-items:center;gap:0;white-space:nowrap}.brand b{font-weight:760}.brand b span{letter-spacing:.01em}.brand i{font-style:normal;color:var(--brand-accent);font-weight:760}.brand .mark{width:34px;height:34px;flex:0 0 34px;margin-right:11px;display:inline-flex;align-items:center;justify-content:center;background:var(--ink);border-radius:var(--r-1);color:var(--ink)}.brand .mark svg{width:26px;height:26px;display:block}.sp .wrap{max-width:var(--max);margin:0 auto;padding:0 var(--gutter)}.sp .section{padding:120px 0;border-bottom:var(--rule-w) solid var(--ink)}.sp .section.tight{padding:56px 0}.sp .section.slab{background:var(--slab-bg);color:var(--slab-fg);border-color:var(--slab-fg)}.sp .section.slab h1,.sp .section.slab h2,.sp .section.slab h3,.sp .section.slab h4{color:var(--slab-fg)}.sp .section.slab h2 i,.sp .section.slab .eyebrow{color:var(--slab-fg-3)}.sp .section.slab .eyebrow b{color:var(--slab-fg)}.sp .section.slab p{color:var(--slab-fg-2)}.sp .section.slab .pillar{border-top-color:var(--slab-fg-3)!important}.sp .section.slab .pillar:last-child{border-bottom-color:var(--slab-fg-3)!important}.sp .section.slab .pillar .num{color:var(--accent)}.sp .section.slab .pillar h4{color:var(--slab-fg)}.sp .section.slab .btn.ghost{color:var(--slab-fg);border-color:var(--slab-fg)}.sp .section.slab .btn.ghost:hover{background:var(--brand-accent);color:var(--ink);border-color:var(--ink)}.sp .eyebrow{font-family:var(--mono);font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:var(--ink);font-weight:400}.sp .eyebrow b{color:var(--ink);font-weight:700}.sp h1,.sp h2,.sp h3{font-family:var(--serif);font-weight:700;letter-spacing:-.015em;line-height:1.06;color:var(--ink);font-style:normal}.sp h1{font-size:84px;margin:0}.sp h2{font-size:40px;margin:0;letter-spacing:-.012em}.sp h3{font-size:22px;margin:0;font-family:var(--sans);font-weight:600;letter-spacing:-.015em}.sp h1[class*=text-xs],.sp h1[class*=text-sm],.sp h1[class*=text-base],.sp h1[class*=text-lg],.sp h1[class*=text-xl],.sp h1[class*=text-2xl],.sp h1[class*=text-3xl],.sp h1[class*="text-["],.sp h2[class*=text-xs],.sp h2[class*=text-sm],.sp h2[class*=text-base],.sp h2[class*=text-lg],.sp h2[class*=text-xl],.sp h2[class*=text-2xl],.sp h2[class*=text-3xl],.sp h2[class*="text-["],.sp h3[class*=text-xs],.sp h3[class*=text-sm],.sp h3[class*=text-base],.sp h3[class*=text-lg],.sp h3[class*=text-xl],.sp h3[class*=text-2xl],.sp h3[class*=text-3xl],.sp h3[class*="text-["]{font-family:var(--sans);font-weight:600;letter-spacing:-.012em;line-height:1.15}.sp h1[class*=text-xs],.sp h2[class*=text-xs],.sp h3[class*=text-xs]{font-size:.75rem}.sp h1[class*=text-sm],.sp h2[class*=text-sm],.sp h3[class*=text-sm]{font-size:.875rem}.sp h1[class*=text-base],.sp h2[class*=text-base],.sp h3[class*=text-base]{font-size:1rem}.sp h1[class*=text-lg],.sp h2[class*=text-lg],.sp h3[class*=text-lg]{font-size:1.125rem}.sp h1[class*=text-xl],.sp h2[class*=text-xl],.sp h3[class*=text-xl]{font-size:1.25rem}.sp h1[class*=text-2xl],.sp h2[class*=text-2xl],.sp h3[class*=text-2xl]{font-size:1.5rem}.sp h1[class*=text-3xl],.sp h2[class*=text-3xl],.sp h3[class*=text-3xl]{font-size:1.875rem}.sp h1[class*="text-["],.sp h2[class*="text-["],.sp h3[class*="text-["]{font-size:inherit}.sp h1[class*="text-[11px]"],.sp h2[class*="text-[11px]"],.sp h3[class*="text-[11px]"]{font-size:11px}.sp h1[class*="text-[13px]"],.sp h2[class*="text-[13px]"],.sp h3[class*="text-[13px]"]{font-size:13px}.sp h1 i,.sp h2 i,.sp h3 i{font-style:normal;color:inherit}.sp .lede{font-family:var(--sans);font-size:20px;color:var(--ink-2);max-width:min(88ch,100%);line-height:1.5;font-weight:400;letter-spacing:-.005em}.sp .chip{display:inline-flex;align-items:center;gap:8px;padding:5px 11px;border:1px solid var(--rule-2);border-radius:var(--r-pill);background:transparent;font-size:12px;color:var(--ink-2);cursor:pointer;transition:all .12s ease;white-space:nowrap;font-weight:500}.sp .chip:hover{background:var(--paper);border-color:var(--ink);color:var(--ink)}.sp .chip[aria-pressed=true]{background:var(--ink);color:var(--paper);border-color:var(--ink);font-weight:600}.sp .chip[aria-pressed=true] .count{color:var(--accent);font-weight:600}.sp .chip .count{font-family:var(--mono);font-size:11px;color:var(--ink-4);font-weight:400}.sp .chip[aria-pressed=true] .count{color:var(--ink)}.sp .tag{display:inline-flex;align-items:center;gap:5px;font-family:var(--mono);font-size:10.5px;text-transform:uppercase;letter-spacing:.06em;padding:3px 7px;background:transparent;color:var(--ink);border:1px solid var(--ink);font-weight:500}.sp .tag.verified{background:var(--brand-accent);color:var(--ink);border-color:var(--ink)}.sp .tag.sponsor{background:var(--caution);color:var(--paper);border-color:var(--ink)}.sp .tag.indep{background:var(--paper);color:var(--ink);border-color:var(--ink)}.sp .tag.miss{background:transparent;color:var(--ink-3);border-color:var(--ink-4);border-style:dashed}.sp .tag .dot{width:5px;height:5px;background:currentColor}.sp .evidence{display:flex;align-items:center;gap:14px;flex-wrap:wrap;font-family:var(--mono);font-size:11.5px;color:var(--ink);font-weight:500}.sp .evidence span{display:inline-flex;align-items:center;gap:6px}.sp .evidence b{color:var(--ink);font-weight:700}.sp .inst-section{background:var(--paper);border-bottom:1px solid var(--rule-2);padding:26px 0 28px}.sp .inst-kicker{margin:12px 0 0;font-family:var(--mono);font-size:10.5px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-4);text-align:center}.sp .inst-title{margin:0 auto;font-size:clamp(38px,4.6vw,64px);line-height:1.04;letter-spacing:-.012em;text-align:center;text-wrap:balance}.sp .inst{max-width:1120px;margin:8px auto 0}.sp .inst-frame{display:grid;grid-template-columns:92px minmax(0,1fr) 92px;gap:18px}.sp .inst-side{margin-top:42px;font-family:var(--mono);font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-3);line-height:1.7}.sp .inst-side.side-left{align-self:center;justify-self:end;text-align:right}.sp .inst-side.side-right{align-self:center;justify-self:start;text-align:left}.sp .inst-axis{display:flex;justify-content:center;margin-top:14px}.sp .axis-reset{font-family:var(--mono);font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-2);border-bottom:1px solid var(--ink-4);padding:0 0 2px;cursor:pointer}.sp .axis-reset:hover{color:var(--ink);border-bottom-color:var(--ink)}.sp .inst-stage{position:relative;height:clamp(190px,21vw,300px);margin-top:42px}.sp .inst-curve{position:absolute;inset:0;width:100%;height:100%;display:block;overflow:visible}.sp .inst-glow{position:absolute;width:clamp(160px,24vw,300px);height:clamp(160px,24vw,300px);transform:translate(-50%,-50%);background:radial-gradient(closest-side,oklch(.9 .18 95 / .42),oklch(.9 .18 95 / 0) 72%);pointer-events:none;z-index:1;transition:left .25s ease,top .25s ease}.sp .inst-stop{position:absolute;transform:translate(-50%,-50%);z-index:2;padding:0;border:0;background:none;cursor:pointer}.sp .inst-hit{position:absolute;top:0;bottom:0;z-index:1;padding:0;border:0;background:transparent;cursor:pointer}.sp .inst-dot{display:flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:var(--r-pill);background:var(--paper);border:2px solid var(--inst-green);color:var(--check-green);transition:border-color .14s ease,color .14s ease,background .14s ease,border-radius .14s ease,width .14s ease,height .14s ease}.sp .inst-dot svg{width:21px;height:21px;display:block}.sp .inst-stop:hover .inst-dot,.sp .inst-stop.hit-hover .inst-dot{border-color:var(--ink);color:var(--ink)}.sp .inst.has-selection .inst-stop:not(.active):not(.passed) .inst-dot{border-color:var(--paper-3);color:var(--ink-4)}.sp .inst.has-selection .inst-stop:not(.active):not(.passed):hover .inst-dot,.sp .inst.has-selection .inst-stop:not(.active):not(.passed).hit-hover .inst-dot{border-color:var(--ink);color:var(--ink)}.sp .inst-stop.active .inst-dot{width:54px;height:54px;border-radius:13px;background:var(--ink);border-color:var(--ink);color:var(--paper);box-shadow:0 10px 26px #00000038}.sp .inst-tag{position:absolute;bottom:calc(100% + 11px);left:50%;transform:translate(-50%);text-align:center;white-space:nowrap}.sp .inst-stop.is-first .inst-tag{left:-8px;transform:none;text-align:left}.sp .inst-stop.is-last .inst-tag{left:auto;right:-8px;transform:none;text-align:right}.sp .inst-tag strong{display:block;font-size:14.5px;font-weight:500;letter-spacing:-.005em;color:var(--ink-2)}.sp .inst-stop:hover .inst-tag strong,.sp .inst-stop.hit-hover .inst-tag strong{color:var(--ink);text-decoration:underline;text-underline-offset:4px}.sp .inst-stop.active .inst-tag strong{font-weight:750;color:var(--ink);text-decoration:none}.sp .inst-count{display:block;margin-top:3px;font-family:var(--mono);font-size:10px;letter-spacing:.05em;color:var(--ink-4)}.sp .inst-flag{display:block;margin-top:2px;font-family:var(--mono);font-size:10px;letter-spacing:.05em;color:var(--ink-3)}.sp .inst-stop:focus:not(:focus-visible){outline:none}.sp .inst-stop:focus-visible{outline:2px solid var(--accent-3);outline-offset:4px}@media(max-width:980px){.sp .inst-frame{display:block}.sp .inst-side{display:none}}@media(max-width:720px){.sp .inst-section{padding:22px 0 24px}.sp .inst-title{font-size:clamp(34px,9.5vw,42px)}.sp .inst{margin-top:14px}.sp .inst-axis{margin-top:10px}.sp .inst-stage{height:auto;margin-top:0;display:grid;gap:6px}.sp .inst-curve,.sp .inst-glow,.sp .inst-hit{display:none}.sp .inst-stop{position:static;transform:none;display:flex;flex-direction:row-reverse;align-items:center;justify-content:flex-end;gap:14px;padding:6px 0;text-align:left}.sp .inst-dot{flex:0 0 auto;width:42px;height:42px}.sp .inst-stop.active .inst-dot{width:46px;height:46px;border-radius:11px}.sp .inst-tag{position:static;transform:none;text-align:left;white-space:normal;min-width:0}.sp .inst-stop.is-first .inst-tag,.sp .inst-stop.is-last .inst-tag{left:auto;right:auto;text-align:left}}.sp .btn{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;border:1.5px solid var(--ink);background:var(--ink);color:var(--paper);font-size:13.5px;font-weight:600;cursor:pointer;transition:all .12s ease;letter-spacing:-.005em;text-decoration:none}.sp .btn:hover,.sp .btn.primary{background:var(--brand-accent);color:var(--ink);border-color:var(--ink)}.sp .btn.primary:hover{background:var(--ink);color:var(--brand-accent);border-color:var(--ink)}.sp .btn.ghost{background:transparent;color:var(--ink)}.sp .btn .arrow{font-size:14px;transform:translateY(-1px)}.sp .lane-note{max-width:1120px;margin:14px auto 0;min-height:34px;font-size:clamp(16px,1.5vw,19px);line-height:1.5;color:var(--ink-2);padding:2px 0}.sp .list-section{background:var(--paper);padding:0 0 64px}.sp .list-toolbar-band{background:var(--paper-2);border-bottom:1px solid var(--rule-2);padding:13px 0}.sp .list-toolbar{display:flex;align-items:center;gap:18px}.sp .list-count{margin:0;font-family:var(--sans);font-size:15px;font-weight:600;letter-spacing:-.005em;white-space:nowrap}.sp .list-count b{font-weight:760}.sp .list-count .muted{color:var(--ink-3);font-weight:500}.sp .list-count-trust{color:var(--ink-4);font-weight:500;font-size:13.5px}.sp .list-search{flex:0 1 300px;min-width:130px;display:flex;align-items:center;gap:9px;padding:9px 12px;background:var(--paper);border:1px solid var(--paper-3);border-radius:var(--r-1);transition:border-color .12s ease;cursor:text}.sp .list-search:focus-within{border-color:var(--ink)}.sp .list-search svg{width:15px;height:15px;flex:0 0 auto;color:var(--ink-4)}.sp .list-search input{width:100%;min-width:0;border:0;padding:0;background:transparent;font:inherit;font-size:14px;color:var(--ink)}.sp .list-search input:focus{outline:none}.sp .list-search input::placeholder{color:var(--ink-4)}.sp .list-toolbar-filters{margin-left:auto;display:flex;gap:10px}.sp .list-toolbar-filters select,.sp .directory-sort select{appearance:none;-webkit-appearance:none;font:inherit;font-size:13.5px;font-weight:600;letter-spacing:-.005em;color:var(--ink);background-color:var(--paper);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235f5f5f' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;background-size:13px;border:1px solid var(--paper-3);border-radius:var(--r-1);padding:9px 32px 9px 13px;cursor:pointer;transition:border-color .12s ease}.sp .list-toolbar-filters select:hover,.sp .list-toolbar-filters select:focus-visible,.sp .directory-sort select:hover,.sp .directory-sort select:focus-visible{border-color:var(--ink);outline:none}.sp .directory-results-controls{display:flex;align-items:center;gap:10px;min-width:0}@media(max-width:860px){.sp .list-toolbar{flex-wrap:wrap;gap:10px 14px}.sp .list-count{flex:1 1 auto;white-space:normal}.sp .list-search{order:3;flex:1 1 100%}.sp .list-toolbar-filters{margin-left:0;flex:0 0 auto}}.sp .directory-list .card-still-owns{grid-column:1 / -1;margin:4px 0 0;font-size:12px;line-height:1.4;color:var(--ink-4);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sp .card-still-owns span{color:var(--ink-3);font-weight:600;margin-right:4px}.sp .card-still-owns span:after{content:":"}.sp .home-provider-list .card-still-owns{display:none}.sp .primer-section{background:var(--paper-2);padding:0 0 72px}.sp .primer-section .wrap{display:block}.sp .primer-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:0;background:var(--paper);border:1px solid var(--rule-2)}.sp .primer-pricing,.sp .primer-faq{padding:30px 32px 32px}.sp .primer-pricing{border-right:1px solid var(--rule-2);background:var(--paper)}.sp .primer-section h2{font-family:var(--serif);font-weight:400;font-size:30px;line-height:1;margin:0 0 12px}.sp .primer-pricing .pf-rows{margin:6px 0 18px}.sp .primer-link{display:inline-block;font-size:13.5px;font-weight:600;color:var(--ink);border-bottom:2px solid var(--brand-accent);padding-bottom:1px}.sp .primer-link:hover{color:var(--accent-3)}.sp .faq-list{margin:0 0 18px}.sp .faq-item{border-top:1px solid var(--rule-2)}.sp .faq-item:first-child{border-top:0}.sp .faq-item summary{list-style:none;cursor:pointer;padding:11px 22px 11px 0;font-size:14px;font-weight:650;color:var(--ink);position:relative}.sp .faq-item summary::-webkit-details-marker{display:none}.sp .faq-item summary:after{content:"+";position:absolute;right:2px;top:50%;transform:translateY(-50%);color:var(--ink-3);font-weight:400}.sp .faq-item[open] summary:after{content:"−"}.sp .faq-item p{margin:0 0 12px;font-size:13.5px;line-height:1.5;color:var(--ink-2)}@media(max-width:820px){.sp .primer-grid{grid-template-columns:1fr}.sp .primer-pricing{border-right:0;border-bottom:1px solid var(--rule-2)}}.sp .directory-hero{display:block;margin:0 0 34px;padding:18px 0 30px;border-bottom:var(--rule-w) solid var(--ink)}.sp .directory-hero h1{font-size:var(--page-title-size);max-width:880px;margin-top:8px}.sp .directory-hero p:not(.eyebrow){max-width:78ch;margin:12px 0 0;color:var(--ink-2);font-size:15px;line-height:1.45}.sp .directory-hero-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin:0;border:1px solid var(--rule-2);background:var(--paper)}.sp .directory-hero-facts div{padding:13px 12px 12px;border-right:1px solid var(--rule-2)}.sp .directory-hero-facts div:last-child{border-right:0}.sp .directory-hero-facts dt{font-family:var(--serif);font-size:34px;line-height:1;color:var(--ink)}.sp .directory-hero-facts dd{margin:6px 0 0;font-family:var(--mono);font-size:10px;line-height:1.15;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-3)}.sp .directory-shell{display:grid;grid-template-columns:270px minmax(0,1fr);gap:30px;align-items:start}.sp .directory-filter-sticky{position:sticky;top:84px}.sp .directory-filter{background:var(--tile-bg);border:var(--rule-w) solid var(--ink)}.sp .directory-filter .hidden{display:none}.sp .directory-filter-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 14px;border-bottom:1px solid var(--rule-2)}.sp .directory-filter-head h2{margin:0;font-family:var(--sans);font-size:14px;line-height:1.1;font-weight:700;letter-spacing:-.01em}.sp .directory-filter-head button{font-size:12px;color:var(--ink-3);font-weight:600}.sp .directory-filter-head button:hover{color:var(--ink)}.sp .directory-filter-groups{display:grid}.sp .directory-filter-group{border-bottom:1px solid var(--rule-2)}.sp .directory-filter-group:last-child{border-bottom:0}.sp .directory-filter-group summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px}.sp .directory-filter-group summary::-webkit-details-marker{display:none}.sp .directory-filter-group summary span{display:inline-flex;align-items:center;gap:5px;font-size:12.5px;font-weight:700;letter-spacing:-.005em;color:var(--ink)}.sp .directory-filter-group summary b{font-family:var(--mono);font-size:10px;font-weight:500;color:var(--ink-3)}.sp .directory-filter-options{display:grid;gap:1px;padding:0 8px 10px}.sp .directory-filter-options label{min-height:30px;display:grid;grid-template-columns:14px minmax(0,1fr) auto;gap:8px;align-items:center;padding:5px 6px;color:var(--ink-2);cursor:pointer;font-size:12.5px;line-height:1.2}.sp .directory-filter-options label span{white-space:nowrap;hyphens:none}.sp .directory-filter-options label:hover{background:var(--paper)}.sp .directory-filter-options input{width:12px;height:12px;accent-color:var(--accent)}.sp .directory-filter-options small{font-family:var(--mono);font-size:10px;color:var(--ink-3)}.sp .directory-results{min-width:0}.sp .directory-results-head{min-height:48px;display:flex;align-items:end;justify-content:space-between;gap:18px;padding-bottom:12px;border-bottom:1px solid var(--rule-2);margin-bottom:12px}.sp .directory-results-head h2{font-family:var(--sans);font-size:18px;line-height:1.15;font-weight:700;letter-spacing:-.012em}.sp .directory-results-head p{margin:4px 0 0;font-family:var(--mono);font-size:10.5px;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-3)}.sp .directory-results-head a{white-space:nowrap;font-size:13px;color:var(--ink-3);font-weight:600}.sp .directory-results-head a:hover{color:var(--ink)}.sp .directory-sort{display:inline-flex;align-items:center;gap:8px;white-space:nowrap}.sp .directory-sort span{font-family:var(--mono);font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-3)}.sp .directory-sort select{font:inherit;font-size:13px;font-weight:600;color:var(--ink);background:var(--paper);border:1px solid var(--ink);padding:5px 10px;cursor:pointer}.sp .card-stretch-link{color:inherit}.sp .card-stretch-link:after{content:"";position:absolute;inset:0;z-index:1}.sp .pcard:hover .name .card-stretch-link,.sp .pcard .name .card-stretch-link:hover{color:var(--ink);text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1.5px}.sp .card-compare-toggle{position:relative;z-index:4;display:inline-block;margin-top:7px;font-size:11.5px;font-weight:600;color:var(--ink-3);border-bottom:1px solid var(--rule-2);padding:0 0 1px;cursor:pointer;transition:color .12s ease,border-color .12s ease}.sp .card-compare-toggle:hover{border-color:var(--ink);color:var(--ink)}.sp .card-compare-toggle .compare-added{display:none}.sp .card-compare-toggle[aria-pressed=true]{color:var(--accent-3);border-bottom-color:var(--accent)}.sp .card-compare-toggle[aria-pressed=true] .compare-add{display:none}.sp .card-compare-toggle[aria-pressed=true] .compare-added{display:inline}.sp .compare-dock{position:fixed;right:20px;bottom:20px;z-index:60;width:272px;max-width:calc(100vw - 40px);background:var(--paper);border:2px solid var(--ink);border-radius:var(--r-1);box-shadow:0 10px 30px #00000024}.sp .compare-dock-head{display:flex;align-items:center;gap:9px;width:100%;padding:11px 13px;background:var(--ink);color:var(--paper);cursor:pointer;text-align:left}.sp .compare-dock-head:focus-visible{outline:2px solid var(--brand-accent);outline-offset:-4px}.sp .compare-dock-title{font-family:var(--mono);font-size:11.5px;font-weight:500;letter-spacing:.1em;text-transform:uppercase}.sp .compare-dock-count{display:inline-grid;place-items:center;min-width:20px;height:20px;padding:0 5px;background:var(--brand-accent);color:var(--ink);border-radius:3px;font-family:var(--mono);font-size:12px;font-weight:700}.sp .compare-dock-chevron{margin-left:auto;width:9px;height:9px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg) translate(-2px,-2px);transition:transform .14s ease}.sp .compare-dock.is-collapsed .compare-dock-chevron{transform:rotate(-135deg) translate(-2px,-2px)}.sp .compare-dock.is-collapsed .compare-dock-body{display:none}.sp .compare-dock-items{margin:0;padding:0;list-style:none}.sp .compare-dock-items>li{display:grid;grid-template-columns:minmax(0,1fr) 22px;gap:8px;align-items:center;padding:9px 13px;border-bottom:1px solid var(--rule-2);font-size:13.5px;line-height:1.3;color:var(--ink)}.sp .compare-dock-items>li>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sp .compare-dock-items button{width:22px;height:22px;color:var(--ink-4);font-size:17px;line-height:1}.sp .compare-dock-items button:hover{color:var(--ink)}.sp .compare-dock-full{margin:0;padding:8px 13px 0;color:var(--ink-4);font-size:12px}.sp .compare-dock-actions{display:flex;align-items:center;gap:10px;padding:11px 13px 12px}.sp .compare-dock-go{flex:1 1 auto;justify-content:center}.sp .compare-dock-clear{flex:0 0 auto;color:var(--ink-3);font-size:13px;font-weight:600}.sp .compare-dock-clear:hover{color:var(--ink)}@media(max-width:980px){.sp .compare-dock{right:0;bottom:0;left:0;width:auto;max-width:none;border-width:2px 0 0;border-radius:0}.sp .compare-dock-items{display:flex;flex-wrap:wrap;gap:6px;padding:11px 16px 0}.sp .compare-dock-items>li{grid-template-columns:minmax(0,auto) 18px;gap:4px;padding:4px 6px 4px 10px;border:1px solid var(--rule-2);border-radius:3px;font-size:12.5px}.sp .compare-dock-items>li>span{max-width:42vw}.sp .compare-dock-items button{width:18px;height:18px;font-size:15px}.sp .compare-dock-full{padding:8px 16px 0}.sp .compare-dock-actions{padding:11px 16px 12px}}@media(prefers-reduced-motion:reduce){.sp .compare-dock,.sp .compare-dock *{transition:none;animation:none}}.sp .cmp-empty{padding:40px 0;max-width:62ch;font-size:15.5px;line-height:1.55;color:var(--ink-2)}.sp .cmp-empty a{color:var(--ink);border-bottom:2px solid var(--brand-accent);font-weight:600}.sp .cmp-view>*+*{margin-top:26px}.sp .cmp-group-title{margin:0;font-family:var(--serif);font-size:clamp(22px,2.2vw,28px);line-height:1.08;font-weight:700;letter-spacing:-.01em;color:var(--ink)}.sp .cmp-group>.cmp-group-title{margin-bottom:8px}.sp .cmp-scroll{overflow-x:auto}@media(min-width:860px){.sp .cmp-view[data-count="1"] .cmp-match{max-width:560px}.sp .cmp-view[data-count="2"] .cmp-match{max-width:800px}.sp .cmp-view[data-count="3"] .cmp-match{max-width:1060px}.sp .cmp-view[data-count="1"] .cmp-table{min-width:420px}.sp .cmp-view[data-count="2"] .cmp-table{min-width:560px}.sp .cmp-view[data-count="3"] .cmp-table{min-width:720px}.sp .cmp-view[data-count="4"] .cmp-table{min-width:840px}}.sp .cmp-table{width:100%;border-collapse:collapse;border:1px solid var(--ink);background:var(--paper);table-layout:fixed}.sp .cmp-table th,.sp .cmp-table td{padding:14px 16px;text-align:left;vertical-align:top;border-bottom:1px solid var(--rule-2);font-size:15px;line-height:1.45;color:var(--ink)}.sp .cmp-table tbody tr:last-child th,.sp .cmp-table tbody tr:last-child td{border-bottom:0}.sp .cmp-table thead th{border-bottom:1.5px solid var(--ink);vertical-align:bottom}.sp .cmp-table th+th,.sp .cmp-table td+td{border-left:1px solid var(--rule-2)}.sp .cmp-rowhead{width:178px;font-family:var(--mono);font-size:11px;line-height:1.25;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-3)}.sp .cmp-col{display:grid;gap:10px}.sp .cmp-col-mark{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:7px;overflow:hidden;background:var(--paper)}.sp .cmp-col-mark:has(img){border:1px solid var(--rule-2)}.sp .cmp-col-mark img{max-width:24px;max-height:24px;object-fit:contain}.sp .cmp-col-mark b{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-family:var(--sans);font-size:12px;font-weight:700;letter-spacing:.02em;color:#fff}.sp .cmp-col-top{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.sp .cmp-col-top a{font-size:16.5px;font-weight:700;line-height:1.2;color:var(--ink)}.sp .cmp-col-top a:hover{border-bottom:2px solid var(--brand-accent)}.sp .cmp-drop{flex:0 0 auto;padding:0 2px;border:0;background:transparent;color:var(--ink-4);font-size:17px;line-height:1;cursor:pointer}.sp .cmp-drop:hover{color:var(--caution)}.sp .cmp-lane{display:grid;gap:6px}.sp .cmp-lane-dots{display:flex;align-items:center;gap:6px;height:11px}.sp .cmp-lane-dots i{width:7px;height:7px;border:1px solid var(--ink-4);border-radius:50%}.sp .cmp-lane-dots i.is-on{width:11px;height:11px;border-color:var(--ink);background:var(--ink)}.sp .cmp-lane b{font-size:14.5px;font-weight:700;line-height:1.25;color:var(--ink)}.sp .cmp-best{margin:0;color:var(--ink-3);font-size:13px;line-height:1.4}.sp .cmp-best>span:first-child{display:block;margin-bottom:3px;font-family:var(--mono);font-size:10.5px;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-4)}.sp .cmp-best-text{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.sp .cmp-cov{display:grid;gap:5px;margin:0;padding:0;list-style:none}.sp .cmp-cov li{display:grid;grid-template-columns:16px minmax(0,1fr);gap:8px;align-items:start;font-size:14.5px;line-height:1.35}.sp .cmp-cov li.is-uncovered{color:var(--ink-4)}.sp .cmp-cov-extra{margin:9px 0 0;color:var(--ink-3);font-size:13px;line-height:1.4}.sp .cmp-chips{display:flex;flex-wrap:wrap;gap:6px;margin:0;min-height:24px}.sp .cmp-chip{display:inline-flex;align-items:center;height:24px;padding:0 9px;border:1px solid var(--ink);border-radius:3px;font-size:13px;line-height:1;white-space:nowrap;color:var(--ink)}.sp .cmp-chip.is-off{border-color:var(--rule-2);color:var(--ink-4)}.sp .cmp-detail{margin:8px 0 0;color:var(--ink-3);font-size:13px;line-height:1.4}.sp .cmp-scale{display:flex;align-items:center;gap:10px;margin:0;min-height:24px}.sp .cmp-scale-dots{display:grid;grid-template-columns:repeat(3,11px);align-items:center;justify-items:center;gap:6px;flex:0 0 auto}.sp .cmp-scale-dots i{width:7px;height:7px;border:1px solid var(--ink-4);border-radius:50%}.sp .cmp-scale-dots i.is-on{width:11px;height:11px;border-color:var(--ink);background:var(--ink)}.sp .cmp-scale b{font-size:14.5px;font-weight:700;line-height:1.25;color:var(--ink)}.sp .cmp-prose{margin:0;color:var(--ink-2);font-size:13.5px;line-height:1.5}.sp .cmp-match{padding:18px 0;border-top:1px solid var(--rule-2);border-bottom:1px solid var(--rule-2)}.sp .cmp-match>summary{display:flex;align-items:baseline;gap:12px;cursor:pointer;list-style:none}.sp .cmp-match>summary::-webkit-details-marker{display:none}.sp .cmp-match>summary:after{content:"+";margin-left:auto;color:var(--ink-3);font-family:var(--mono);font-size:17px;line-height:1}.sp .cmp-match[open]>summary:after{content:"–"}.sp .cmp-match-count{font-family:var(--mono);font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-3)}.sp .cmp-match .pf-rows{margin-top:16px}.sp .cmp-match .pf-rows>div{align-items:start}.sp .cmp-note{margin:0;max-width:70ch;font-size:12.5px;line-height:1.45;color:var(--ink-3)}@media(max-width:859px){.sp .cmp-table,.sp .cmp-table thead,.sp .cmp-table tbody,.sp .cmp-table tr,.sp .cmp-table th,.sp .cmp-table td{display:block;width:auto}.sp .cmp-table{min-width:0;border:0;background:transparent;table-layout:auto}.sp .cmp-table .cmp-corner{display:none}.sp .cmp-table thead th{padding:14px 16px;border:1px solid var(--ink);border-bottom:1.5px solid var(--ink);background:var(--paper)}.sp .cmp-table thead th+th{border-top:0}.sp .cmp-table tbody tr{margin-top:22px;border:1px solid var(--ink);background:var(--paper)}.sp .cmp-table tbody th.cmp-rowhead{padding:12px 16px;border-bottom:1.5px solid var(--ink)}.sp .cmp-table tbody td{padding:12px 16px;border-left:0}.sp .cmp-table tbody tr:last-child td{border-bottom:1px solid var(--rule-2)}.sp .cmp-table tbody tr td:last-child{border-bottom:0}.sp .cmp-view[data-count="1"] .cmp-table tbody td[data-provider]:before{content:none}.sp .cmp-table tbody td[data-provider]:before{content:attr(data-provider);display:block;margin-bottom:6px;font-family:var(--mono);font-size:10.5px;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-3)}}.sp .directory-list{display:grid;gap:0}.sp .provider-list-head{display:grid;grid-template-columns:minmax(190px,.95fr) minmax(320px,1.9fr) minmax(88px,.4fr) minmax(104px,.5fr) minmax(116px,.6fr);gap:20px;align-items:end;padding:20px 16px 12px;margin-bottom:0;border-bottom:1px solid var(--rule-2);color:var(--ink-4);font-family:var(--mono);font-size:10px;font-weight:600;letter-spacing:.14em;line-height:1;text-transform:uppercase}.sp .home-provider-list{background:var(--paper)}.sp .directory-card-logo{width:46px;height:46px;display:flex;align-items:center;justify-content:center;flex:0 0 auto;border-radius:8px;overflow:hidden;background:var(--paper)}.sp .directory-card-logo img{max-width:30px;max-height:30px;object-fit:contain}.sp .directory-card-logo:has(img){border:1px solid var(--rule-2)}.sp .directory-card-logo span{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-family:var(--sans);font-size:14px;font-weight:700;letter-spacing:.02em;color:#fff;background:var(--ink)}.sp .pcard{display:grid;grid-template-columns:minmax(190px,.95fr) minmax(320px,1.9fr) minmax(88px,.4fr) minmax(104px,.5fr) minmax(116px,.6fr);gap:20px;padding:22px 16px;margin-bottom:0;background:var(--paper);border-bottom:1px solid var(--rule-2);align-items:start;position:relative;transition:background .12s ease;cursor:pointer}.sp .pcard:hover,.sp .pcard:focus-visible{background:color-mix(in srgb,var(--paper-2) 55%,var(--paper))}.sp .pcard:focus-visible{outline:2px solid var(--ink);outline-offset:-2px}.sp .pcard .card-provider{display:grid;grid-template-columns:46px minmax(0,1fr);gap:13px;align-items:start;min-width:0}.sp .pcard .name{font-family:var(--sans);font-size:16px;line-height:1.2;letter-spacing:-.008em;font-weight:700;color:var(--ink);margin:2px 0 0}.sp .pcard .name-check{width:16px;height:16px;display:inline-block;vertical-align:-2.5px;margin-left:5px;color:var(--verified)}.sp .pcard .body{color:var(--ink-2);font-size:14.5px;max-width:62ch;line-height:1.5;margin:0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.sp .pcard .card-tags{margin:10px 0 0;display:flex;flex-wrap:wrap;gap:6px}.sp .pcard .card-tag{display:inline-flex;align-items:center;padding:3px 9px;border:1px solid var(--paper-3);border-radius:5px;font-size:12px;font-weight:500;letter-spacing:-.005em;color:var(--ink-2);white-space:nowrap}.sp .pcard .card-fact{min-width:0;padding-top:3px}.sp .pcard .card-fact span{display:none;margin:0;color:var(--ink-4);font-family:var(--mono);font-size:9.5px;font-weight:600;letter-spacing:.12em;line-height:1.2;text-transform:uppercase}.sp .pcard .card-fact b{display:block;max-width:100%;color:var(--ink);font-size:14px;font-weight:500;line-height:1.4}.sp .pcard .card-service b{font-weight:750;font-size:15px}.sp .pcard .card-service-type{display:block;margin-top:3px;font-style:normal;font-size:12px;font-weight:500;color:var(--ink-3)}.sp .pcard .card-market-stack span{display:block;font-family:var(--sans);font-size:13.5px;font-weight:500;letter-spacing:-.005em;text-transform:none;color:var(--ink-2);line-height:1.5;margin:0}.sp .pcard .card-price b{font-size:14px;font-weight:600;color:var(--ink);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.sp .pcard .card-price .is-missing{color:var(--ink-4);font-weight:500}.sp .home-no-results{border-top:1px solid var(--rule-2);padding:40px 0;color:var(--ink-3);font-family:var(--mono);font-size:11px;text-transform:uppercase;letter-spacing:.08em}.sp .category-index-hero{margin-bottom:28px;padding:18px 0 30px;border-bottom:var(--rule-w) solid var(--ink)}.sp .category-index-hero h1{max-width:100%;font-size:var(--page-title-size);line-height:.98;letter-spacing:-.03em}.sp .category-index-hero p:not(.category-kicker){max-width:100%;margin-top:14px;color:var(--ink-2);font-size:16px;line-height:1.5;text-wrap:pretty}.sp .category-start{display:grid;grid-template-columns:220px minmax(0,1fr);gap:36px;margin-bottom:26px;padding-bottom:26px;border-bottom:1px solid var(--rule-2)}.sp .category-index-head h2{max-width:100%;font-family:var(--sans);font-size:18px;line-height:1.15;letter-spacing:-.018em;color:var(--ink)}.sp .category-start-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.sp .category-start-card{min-height:132px;display:flex;flex-direction:column;padding:14px 14px 13px;background:var(--tile-bg);border:1px solid var(--rule-2);color:inherit;transition:border-color .12s ease}.sp .category-start-card:hover,.sp .category-start-card:focus-visible{border-color:var(--ink)}.sp .category-start-card:hover h3,.sp .category-start-card:focus-visible h3{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.sp .category-start-card:focus-visible{outline:2px solid var(--accent);outline-offset:4px}.sp .category-start-card span{margin:0 0 13px;font-family:var(--mono);font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-3)}.sp .category-start-card h3{margin:0;color:var(--ink);font-family:var(--sans);font-size:15.5px;line-height:1.22;letter-spacing:-.014em}.sp .category-start-card p{margin:8px 0 14px;color:var(--ink-2);font-size:12.5px;line-height:1.36}.sp .category-start-card b{margin-top:auto;color:var(--ink);font-size:12.5px;font-weight:560}.sp .category-taxonomy{display:grid;gap:0}.sp .category-taxonomy-group{display:grid;grid-template-columns:220px minmax(0,1fr);gap:36px;padding:21px 0;border-bottom:1px solid var(--rule-2)}.sp .category-taxonomy-group:first-child{padding-top:0}.sp .category-taxonomy-head h2{margin:0;color:var(--ink);font-family:var(--sans);font-size:18px;line-height:1.15;letter-spacing:-.018em}.sp .category-link-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.sp .category-link-grid a{min-height:44px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:10px 12px;background:var(--tile-bg);border:1px solid var(--rule-2);color:var(--ink)}.sp .category-link-grid a:hover,.sp .category-link-grid a:focus-visible{border-color:var(--ink)}.sp .category-link-grid a:hover span,.sp .category-link-grid a:focus-visible span{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.sp .category-link-grid a:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.sp .category-link-grid span{min-width:0;font-size:13.5px;line-height:1.2;font-weight:500;letter-spacing:-.006em}.sp .category-link-grid b{color:var(--ink-3);font-family:var(--mono);font-size:10.5px;font-weight:500}.sp .guide-index-hero{margin-bottom:32px;padding:18px 0 30px;border-bottom:var(--rule-w) solid var(--ink)}.sp .guide-index-hero h1{max-width:100%;font-size:var(--page-title-size);line-height:.98;letter-spacing:-.03em}.sp .guide-sections{display:grid;gap:0}.sp .guide-section{padding:24px 0;border-bottom:1px solid var(--rule-2)}.sp .guide-section:first-child{padding-top:0}.sp .guide-section h2{margin:0 0 14px;color:var(--ink);font-family:var(--sans);font-size:18px;line-height:1.15;letter-spacing:-.018em}.sp .guide-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.sp .guide-card{min-height:156px;display:flex;flex-direction:column;padding:16px;background:var(--tile-bg);border:1px solid var(--rule-2);color:inherit;transition:border-color .12s ease}.sp .guide-card:hover,.sp .guide-card:focus-visible{border-color:var(--ink)}.sp .guide-card:hover h3,.sp .guide-card:focus-visible h3{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.sp .guide-card:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.sp .guide-card h3{margin:0;color:var(--ink);font-family:var(--sans);font-size:16.5px;line-height:1.2;letter-spacing:-.014em}.sp .guide-card p{margin:10px 0 16px;color:var(--ink-2);font-size:13.5px;line-height:1.45}.sp .guide-card span{margin-top:auto;color:var(--ink-3);font-family:var(--mono);font-size:10px;line-height:1.2;letter-spacing:.06em;text-transform:uppercase}.sp .guide-index-empty{padding:36px 0;color:var(--ink-3);font-size:14px}.sp .guide-layout{display:grid;grid-template-columns:minmax(0,680px) 220px;gap:72px;align-items:start;justify-content:center;max-width:1040px;margin-inline:auto;padding:44px 48px 52px;background:var(--paper);border:1px solid var(--rule-2)}.sp .guide-article{min-width:0}.sp .guide-outline{position:relative;margin-top:148px}.sp .guide-outline nav{position:sticky;top:96px;border-top:1px solid var(--rule-2);padding-top:14px}.sp .guide-outline.is-fixed nav{position:fixed;top:96px;left:var(--guide-outline-left);width:var(--guide-outline-width)}.sp .guide-outline.is-bottom nav{position:absolute;right:0;bottom:0;left:0;width:auto}.sp .guide-outline p{margin:0 0 12px;color:var(--ink-3);font-family:var(--mono);font-size:10px;line-height:1;letter-spacing:.08em;text-transform:uppercase}.sp .guide-outline ol{display:grid;gap:2px;margin:0;padding:0;list-style:none}.sp .guide-outline a{position:relative;display:block;padding:5px 0 5px 12px;color:var(--ink-3);font-size:12.5px;line-height:1.25;text-decoration:none;transition:color .12s ease}.sp .guide-outline a:before{content:"";position:absolute;top:8px;bottom:8px;left:0;width:2px;background:transparent;transition:background .12s ease}.sp .guide-outline a:hover{color:var(--ink)}.sp .guide-outline a.is-active{color:var(--ink);font-weight:700}.sp .guide-outline a.is-active:before{background:var(--accent)}.sp .guide-hero{margin-bottom:28px;padding:0 0 22px;border-bottom:1px solid var(--rule-2)}.sp .guide-hero h1{max-width:100%;font-size:var(--page-title-size);line-height:1.02;letter-spacing:-.022em}.sp .guide-hero p{max-width:54ch;margin:14px 0 0;color:var(--ink-2);font-size:15.5px;line-height:1.48}.sp .guide-hero span{display:block;margin-top:16px;color:var(--ink-3);font-family:var(--mono);font-size:10px;line-height:1;letter-spacing:.08em;text-transform:uppercase}.sp .guide-prose{max-width:100%;color:var(--ink-2);font-size:15.5px;line-height:1.58}.sp .guide-prose>:first-child{margin-top:0}.sp .guide-cta{margin:36px 0 8px;padding:26px 28px 28px;border:1px solid var(--ink);border-left:3px solid var(--accent);background:var(--paper)}.sp .guide-cta h2{font-family:var(--serif);font-weight:400;font-size:26px;line-height:1;margin:0 0 10px}.sp .guide-cta p{margin:0 0 18px;font-size:14.5px;line-height:1.5;color:var(--ink-2);max-width:60ch}.sp .guide-cta-actions{display:flex;flex-wrap:wrap;gap:12px}.sp .guide-prose h2{scroll-margin-top:110px;margin:38px 0 12px;color:var(--ink);font-family:var(--sans);font-size:20px;line-height:1.15;letter-spacing:-.018em;font-weight:700}.sp .guide-prose h2:not(:first-child){padding-top:28px;border-top:1px solid var(--rule-2)}.sp .guide-prose h3{margin:28px 0 10px;color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.25;letter-spacing:-.01em;font-weight:700}.sp .guide-prose p{margin:0 0 16px}.sp .guide-prose a{color:var(--ink);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.sp .guide-prose strong{color:var(--ink);font-weight:750}.sp .guide-prose ul,.sp .guide-prose ol{margin:0 0 22px;padding-left:0;list-style:none}.sp .guide-prose li{position:relative;margin-bottom:9px;padding-left:18px}.sp .guide-prose ul li:before{content:"";position:absolute;top:.72em;left:0;width:5px;height:5px;background:var(--accent);border:1px solid var(--ink)}.sp .guide-prose ol{counter-reset:guide-steps}.sp .guide-prose ol li{counter-increment:guide-steps;padding-left:28px}.sp .guide-prose ol li:before{content:counter(guide-steps);position:absolute;top:.12em;left:0;width:16px;color:var(--ink);font-family:var(--mono);font-size:10px;font-weight:700;text-align:right}.sp .guide-prose table{width:100%;margin:20px 0 30px;border-collapse:collapse;border-top:1.5px solid var(--ink);font-size:13px;line-height:1.38}.sp .guide-prose th,.sp .guide-prose td{padding:11px 12px 11px 0;border-bottom:1px solid var(--rule-2);text-align:left;vertical-align:top}.sp .guide-prose td:first-child{color:var(--ink);font-weight:700}.sp .guide-prose th{color:var(--ink);font-family:var(--mono);font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.sp .guide-prose blockquote{margin:24px 0;padding:0 0 0 16px;border-left:1.5px solid var(--ink);color:var(--ink)}.sp .guide-faq{margin-top:42px;padding-top:24px;border-top:1.5px solid var(--ink)}.sp .about-page{max-width:1040px;margin-inline:auto;padding:44px 48px 52px;background:var(--paper);border:1px solid var(--rule-2)}.sp .about-hero{max-width:780px;margin-bottom:38px;padding:0 0 26px;border-bottom:1px solid var(--rule-2)}.sp .about-hero h1{max-width:100%;font-size:var(--page-title-size);line-height:1.02;letter-spacing:-.022em}.sp .about-hero p{max-width:68ch;margin:16px 0 0;color:var(--ink-2);font-size:15.5px;line-height:1.5}.sp .about-layout{display:grid;grid-template-columns:minmax(0,680px) 220px;gap:64px;align-items:start}.sp .about-main{min-width:0}.sp .about-section{padding:30px 0;border-top:1px solid var(--rule-2)}.sp .about-section:first-child{padding-top:0;border-top:0}.sp .about-section h2{margin:0 0 12px;color:var(--ink);font-family:var(--sans);font-size:20px;line-height:1.15;letter-spacing:-.018em;font-weight:700}.sp .about-section p{max-width:66ch;margin:0 0 15px;color:var(--ink-2);font-size:15.5px;line-height:1.58}.sp .about-section p:last-child{margin-bottom:0}.sp .about-section a{color:var(--ink);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.sp .about-section ul,.sp .about-section ol{display:grid;gap:11px;margin:0;padding:0;list-style:none;color:var(--ink-2);font-size:15.5px;line-height:1.5}.sp .about-section li{position:relative;padding-left:20px}.sp .about-section ul li:before{content:"";position:absolute;top:.7em;left:0;width:5px;height:5px;background:var(--accent);border:1px solid var(--ink)}.sp .about-section ol{counter-reset:about-steps}.sp .about-section ol li{counter-increment:about-steps;padding-left:32px}.sp .about-section ol li:before{content:counter(about-steps);position:absolute;top:.12em;left:0;width:18px;color:var(--ink);font-family:var(--mono);font-size:10px;font-weight:700;text-align:right}.sp .about-section strong{color:var(--ink);font-weight:750}.sp .page-rail{position:sticky;top:96px}.sp .page-rail .pf-rows>div{grid-template-columns:minmax(0,1fr);gap:5px;padding:13px 0}.sp .page-rail .pf-rows dt{font-size:10px;line-height:1;letter-spacing:.08em}.sp .page-rail .pf-rows dd{font-size:13px;line-height:1.25;font-weight:700;text-wrap:auto}.sp .page-rail a{color:inherit;text-decoration:none}.sp .page-rail a:hover{text-decoration:underline;text-underline-offset:3px}.sp .legal-page{max-width:1040px;margin-inline:auto;padding:44px 48px 52px;background:var(--paper);border:1px solid var(--rule-2)}.sp .legal-hero{max-width:780px;margin-bottom:38px;padding:0 0 26px;border-bottom:1px solid var(--rule-2)}.sp .legal-hero h1{max-width:100%;font-size:var(--page-title-size);line-height:1.02;letter-spacing:-.022em}.sp .legal-hero p{max-width:66ch;margin:16px 0 0;color:var(--ink-2);font-size:15.5px;line-height:1.5}.sp .legal-hero span{display:block;margin-top:16px;color:var(--ink-3);font-family:var(--mono);font-size:10px;line-height:1;letter-spacing:.08em;text-transform:uppercase}.sp .legal-layout{display:grid;grid-template-columns:minmax(0,680px) 220px;gap:64px;align-items:start}.sp .legal-main{min-width:0}.sp .legal-section{padding:28px 0;border-top:1px solid var(--rule-2)}.sp .legal-section:first-child{padding-top:0;border-top:0}.sp .legal-section h2{margin:0 0 12px;color:var(--ink);font-family:var(--sans);font-size:20px;line-height:1.15;letter-spacing:-.018em;font-weight:700}.sp .legal-section p{max-width:66ch;margin:0 0 15px;color:var(--ink-2);font-size:15.5px;line-height:1.58}.sp .legal-section p:last-child{margin-bottom:0}.sp .legal-section a{color:var(--ink);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.sp .faq-section h2{margin:0 0 12px;color:var(--ink);font-family:var(--sans);font-size:18px;line-height:1.15;letter-spacing:-.018em}.sp .faq-list{border-top:1px solid var(--rule-2)}.sp .faq-list details{border-bottom:1px solid var(--rule-2)}.sp .faq-list summary{display:flex;justify-content:space-between;gap:18px;padding:14px 0;cursor:pointer;color:var(--ink);font-size:14px;font-weight:700;list-style:none}.sp .faq-list summary::-webkit-details-marker{display:none}.sp .faq-list summary:after{content:"+";color:var(--ink-3);font-family:var(--mono);font-size:13px;line-height:1}.sp .faq-list details[open] summary:after{content:"-"}.sp .faq-list details>div{max-width:72ch;padding:0 0 15px;color:var(--ink-2);font-size:14px;line-height:1.55}.sp .category-hero{margin-bottom:34px;padding:18px 0 32px;border-bottom:var(--rule-w) solid var(--ink)}.sp .category-kicker{margin:0 0 16px;font-family:var(--mono);font-size:10.5px;line-height:1;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-3)}.sp .category-hero h1{max-width:100%;font-size:var(--page-title-size);line-height:.95;letter-spacing:-.028em}.sp .category-hero p:not(.category-kicker){max-width:100%;margin-top:18px;color:var(--ink-2);font-size:16px;line-height:1.5;text-wrap:pretty}.sp .category-results{margin-bottom:44px}.sp .category-empty{padding:24px;background:var(--tile-bg);border:1.5px solid var(--ink)}.sp .category-empty p{margin:0 0 12px;color:var(--ink-2)}.sp .category-empty a{color:var(--ink);font-weight:700}.sp .category-checks,.sp .category-copy{display:grid;grid-template-columns:210px minmax(0,1fr);gap:44px;padding:28px 0;border-top:1px solid var(--rule-2)}.sp .category-checks h2,.sp .category-copy h2,.sp .category-decision h2,.sp .category-faq h2,.sp .category-related h2{font-family:var(--mono);font-size:11px;line-height:1.1;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-3)}.sp .category-checks ol{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin:0;padding:0;list-style:none;border-left:1px solid var(--rule-2)}.sp .category-checks li{position:relative;min-height:112px;padding:30px 22px 0;border-right:1px solid var(--rule-2);color:var(--ink-2);font-size:14px;line-height:1.45}.sp .category-checks li:before{counter-increment:category-check;content:counter(category-check,decimal-leading-zero);position:absolute;top:0;left:22px;font-family:var(--mono);font-size:10px;letter-spacing:.08em;color:var(--ink)}.sp .category-checks ol{counter-reset:category-check}.sp .category-decision{display:grid;grid-template-columns:210px minmax(0,1fr);gap:44px;padding:30px 0;border-top:1px solid var(--rule-2)}.sp .category-decision-grid{display:grid;grid-template-columns:.9fr .9fr 1.2fr;gap:22px;align-items:start}.sp .category-background{padding:18px 0;border-top:1px solid var(--rule-2)}.sp .category-background summary{display:flex;align-items:center;justify-content:space-between;gap:18px;cursor:pointer;list-style:none;font-family:var(--sans);color:var(--ink);font-size:14px;font-weight:700}.sp .category-background summary::-webkit-details-marker{display:none}.sp .category-background summary:after{content:"+";font-family:var(--mono);color:var(--ink)}.sp .category-background[open] summary:after{content:"-"}.sp .category-background .category-prose{margin-top:24px;margin-left:210px}.sp .category-prose{max-width:74ch;color:var(--ink-2);font-size:15px;line-height:1.62}.sp .category-prose>:first-child{margin-top:0}.sp .category-prose :is(h2,h3){margin:30px 0 10px;font-family:var(--sans);color:var(--ink);letter-spacing:-.012em}.sp .category-prose h2{font-size:18px;line-height:1.25}.sp .category-prose h3{font-size:15px}.sp .category-prose p{margin:0 0 14px}.sp .category-prose ul,.sp .category-prose ol{margin:0 0 16px;padding-left:18px}.sp .category-faq{margin-top:6px}.sp .category-related{display:grid;grid-template-columns:210px minmax(0,1fr);gap:44px;margin-top:34px;padding-top:24px;border-top:1px solid var(--rule-2)}.sp .category-related>div{display:flex;flex-wrap:wrap;gap:8px}.sp .category-related a{display:inline-flex;align-items:center;min-height:32px;padding:7px 11px;background:var(--tile-bg);border:1px solid var(--rule-2);color:var(--ink-2);font-size:13px;font-weight:600}.sp .category-related a:hover{border-color:var(--ink);color:var(--ink)}.sp .seo-band-table,.sp .seo-segment-list{display:grid;grid-template-columns:210px minmax(0,1fr);gap:44px;margin-bottom:34px;padding:28px 0;border-top:1px solid var(--rule-2);border-bottom:1px solid var(--rule-2)}.sp .seo-band-table h2,.sp .seo-segment-list h2{margin:0;font-family:var(--mono);font-size:11px;line-height:1.1;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-3)}.sp .seo-band-table>div,.sp .seo-segment-list>div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-left:1px solid var(--rule-2)}.sp .seo-segment-list>div{grid-template-columns:repeat(4,minmax(0,1fr))}.sp .seo-band-table article,.sp .seo-segment-list a{min-width:0;padding:0 20px 2px;border-right:1px solid var(--rule-2);color:inherit}.sp .seo-band-table b,.sp .seo-segment-list b{display:block;color:var(--ink);font-size:14px;line-height:1.2;font-weight:750}.sp .seo-band-table strong{display:block;margin-top:9px;color:var(--ink);font-size:23px;line-height:1;letter-spacing:-.025em}.sp .seo-band-table p,.sp .seo-segment-list p{margin:11px 0 0;color:var(--ink-2);font-size:13.5px;line-height:1.45}.sp .seo-segment-list a:hover b,.sp .seo-segment-list a:focus-visible b{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.sp .pricing-paths,.sp .pricing-ladder,.sp .pricing-models,.sp .pricing-units{display:grid;grid-template-columns:210px minmax(0,1fr);gap:44px;padding:30px 0;border-top:1px solid var(--rule-2)}.sp .pricing-paths{padding-top:0;border-top:0}.sp .pricing-ladder{border-bottom:1px solid var(--rule-2)}.sp .pricing-models{margin-bottom:4px}.sp .pricing-units{margin-bottom:0}.sp .pricing-paths h2,.sp .pricing-ladder h2,.sp .pricing-models-head h2,.sp .pricing-units h2{margin:0;font-family:var(--mono);font-size:11px;line-height:1.1;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-3)}.sp .pricing-path-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1.5px solid var(--ink);border-left:1px solid var(--rule-2)}.sp .pricing-path-card{display:flex;flex-direction:column;min-height:194px;padding:16px 16px 15px;border-right:1px solid var(--rule-2);border-bottom:1px solid var(--rule-2);color:inherit}.sp .pricing-path-card:hover h3,.sp .pricing-path-card:focus-visible h3{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.sp .pricing-path-card h3{margin:0 0 12px;color:var(--ink);font-family:var(--sans);font-size:14.5px;line-height:1.15;font-weight:800}.sp .pricing-path-card strong{display:block;color:var(--ink);font-size:18px;line-height:1.05;font-weight:850;letter-spacing:-.018em}.sp .pricing-path-card p{margin:10px 0 0;color:var(--ink-2);font-size:13px;line-height:1.35}.sp .pricing-path-card small{display:block;margin-top:auto;padding-top:18px;color:var(--ink-3);font-size:12.5px;line-height:1.35}.sp .pricing-ladder-head p{margin:12px 0 0;color:var(--ink-3);font-size:12.5px;line-height:1.4}.sp .pricing-ladder-table,.sp .pricing-unit-table{min-width:0;border-top:1.5px solid var(--ink)}.sp .pricing-ladder-row,.sp .pricing-unit-row{display:grid;align-items:start;border-bottom:1px solid var(--rule-2)}.sp .pricing-ladder-row{grid-template-columns:minmax(180px,1fr) minmax(145px,.8fr) minmax(180px,.85fr) minmax(180px,1.05fr) minmax(175px,1fr);gap:18px;padding:16px 0}.sp .pricing-unit-row{grid-template-columns:minmax(170px,.7fr) minmax(260px,1fr) minmax(320px,1.2fr);gap:24px;padding:14px 0}.sp .pricing-ladder-labels,.sp .pricing-unit-labels{padding:10px 0 9px;color:var(--ink-3);font-family:var(--mono);font-size:10px;line-height:1.2;letter-spacing:.08em;text-transform:uppercase}.sp .pricing-ladder-row h3,.sp .pricing-unit-row h3{margin:0;color:var(--ink);font-family:var(--sans);font-size:14px;line-height:1.25;font-weight:750}.sp .pricing-ladder-row h3 small{display:block;margin-bottom:6px;color:var(--accent-dark);font-family:var(--mono);font-size:10px;line-height:1;letter-spacing:.08em}.sp .pricing-ladder-row p,.sp .pricing-unit-row p{margin:0;color:var(--ink-2);font-size:13.5px;line-height:1.45}.sp .pricing-ladder-row strong{display:block;color:var(--ink);font-size:14.5px;line-height:1.25;font-weight:800;letter-spacing:-.015em}.sp .pricing-model-list{display:grid;border-top:1.5px solid var(--ink)}.sp .pricing-model-block{display:grid;grid-template-columns:minmax(210px,.8fr) minmax(260px,1fr) minmax(380px,1.45fr);gap:28px;padding:18px 0;border-bottom:1px solid var(--rule-2);scroll-margin-top:84px}.sp .pricing-model-block h2{margin:0;color:var(--ink);font-family:var(--sans);font-size:17px;line-height:1.15;font-weight:800;letter-spacing:-.012em}.sp .pricing-model-block>p{margin:0;color:var(--ink-2);font-size:14px;line-height:1.48}.sp .pricing-model-block dl{display:grid;gap:12px;margin:0}.sp .pricing-model-block div{display:grid;grid-template-columns:92px minmax(0,1fr);gap:14px}.sp .pricing-model-block dt{color:var(--ink-3);font-family:var(--mono);font-size:10px;line-height:1.3;letter-spacing:.08em;text-transform:uppercase}.sp .pricing-model-block dd{margin:0;color:var(--ink-2);font-size:13.5px;line-height:1.45}.sp .pricing-hero{margin-bottom:34px;padding:18px 0 32px;border-bottom:var(--rule-w) solid var(--ink)}.sp .pricing-hero h1{margin:0;max-width:100%;color:var(--ink);font-family:var(--serif);font-size:var(--page-title-size);line-height:.98;letter-spacing:-.03em;font-weight:400;text-wrap:balance}.sp .pricing-hero p{margin:18px 0 0;max-width:76ch;color:var(--ink-2);font-size:16px;line-height:1.5}.sp .pricing-ranges,.sp .pricing-drivers,.sp .pricing-units-clean,.sp .pricing-provider-signals,.sp .pricing-note{--pricing-rule: #9d9480;padding:30px 0;border-top:1px solid var(--rule-2)}.sp .pricing-ranges{border-top:0}.sp .pricing-section-head,.sp .pricing-provider-head{display:flex;align-items:end;justify-content:space-between;gap:28px;margin-bottom:14px}.sp .pricing-section-head h2,.sp .pricing-provider-head h2,.sp .pricing-note h2{margin:0;color:var(--ink);font-family:var(--sans);font-size:18px;line-height:1.15;letter-spacing:-.012em;font-weight:800}.sp .pricing-provider-head p{margin:6px 0 0;color:var(--ink-3);font-size:13px;line-height:1.35}.sp .pricing-provider-head a{color:var(--ink-3);text-decoration:none;font-size:13px;line-height:1;font-weight:650}.sp .pricing-provider-head a:hover{color:var(--ink);text-decoration:underline;text-underline-offset:4px}.sp .pricing-driver-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1.5px solid var(--ink);border-bottom:1px solid var(--rule-2)}.sp .pricing-driver-grid article{min-height:116px;padding:15px 22px 16px 0;border-right:1px solid var(--rule-2)}.sp .pricing-driver-grid article+article{padding-left:22px}.sp .pricing-driver-grid article:nth-child(3n){border-right:0}.sp .pricing-driver-grid article:last-child{border-right:0}.sp .pricing-driver-grid h3,.sp .pricing-unit-clean-table h3{margin:0;color:var(--ink);font-family:var(--sans);font-size:14px;line-height:1.2;font-weight:800}.sp .pricing-driver-grid p,.sp .pricing-unit-clean-table p{margin:10px 0 0;color:var(--ink-2);font-size:13.5px;line-height:1.42}.sp .pricing-unit-clean-table{display:grid;border-top:1.5px solid var(--ink)}.sp .pricing-unit-clean-table article{display:grid;grid-template-columns:minmax(150px,.7fr) minmax(260px,1fr) minmax(360px,1.35fr);gap:26px;padding:13px 0;border-bottom:1px solid var(--pricing-rule)}.sp .pricing-unit-clean-table article p{margin:0}.sp .pricing-provider-name{display:grid;grid-template-columns:32px minmax(0,1fr);gap:10px;align-items:center;color:var(--ink);text-decoration:none}.sp .pricing-provider-name b{color:var(--ink);font-size:14px;line-height:1.2;font-weight:800}.sp .pricing-provider-name:hover b,.sp .pricing-provider-name:focus-visible b{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.sp .pricing-note{display:grid;grid-template-columns:210px minmax(0,1fr);gap:44px;border-bottom:1px solid var(--rule-2)}.sp .pricing-note p{margin:0;max-width:82ch;color:var(--ink-2);font-size:14.5px;line-height:1.55}.sp [aria-label=Breadcrumb]{margin:0 0 24px;font-family:var(--sans);font-size:12px}.sp [aria-label=Breadcrumb] ol{color:var(--ink-3)}.sp [aria-label=Breadcrumb] a:hover{color:var(--ink)}.sp .badge-list{display:flex;flex-wrap:wrap;gap:6px}.sp .integration-matrix h2{margin:0 0 12px;font-family:var(--mono);font-size:var(--profile-label-size);text-transform:uppercase;letter-spacing:var(--profile-label-tracking);color:color-mix(in srgb,var(--ink-3) 82%,transparent);font-weight:680}.sp .pricing-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.sp .pricing-grid.is-compact{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:12px}.sp .estimate-box{margin-top:28px;padding:18px;background:var(--tile-bg);border:1.5px solid var(--ink)}.sp .profile-prose :is(h2,h3){color:var(--ink)}.sp .quickfacts{font-size:13px;color:var(--ink-2)}.sp .quickfacts-rows{border-top:1px solid var(--rule-2)}.sp .quickfacts-row{display:grid;grid-template-columns:1fr;gap:3px;padding:10px 0;border-bottom:1px solid var(--rule-2)}.sp .quickfacts-row span,.sp .quickfacts-section p{margin:0;font-family:var(--mono);font-size:10.5px;text-transform:uppercase;letter-spacing:.07em;color:var(--ink-3)}.sp .quickfacts-row b{color:var(--ink);font-size:13px;line-height:1.3;font-weight:600}.sp .quickfacts-section{margin-top:22px}.sp .quickfacts-section p{margin-bottom:8px}.sp .quickfacts-link{display:inline-flex;align-items:center;gap:6px;margin-top:22px;color:var(--ink-3);font-family:var(--sans);font-size:12px;font-weight:600}.sp .quickfacts-link:hover{color:var(--ink)}.sp .quickfacts-link svg{width:12px;height:12px}.sp .compare-page{max-width:100%}.sp .compare-index-hero{margin-bottom:34px;padding:18px 0 32px;border-bottom:var(--rule-w) solid var(--ink)}.sp .compare-index-hero h1{max-width:100%;font-size:var(--page-title-size);line-height:.98;letter-spacing:-.03em}.sp .compare-index-hero p{max-width:84ch;margin:18px 0 0;color:var(--ink-2);font-size:16px;line-height:1.52}.sp .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.sp .compare-start{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(0,1fr);gap:0;margin-bottom:34px;border:1px solid var(--ink);background:var(--tile-bg)}.sp .compare-start-card{padding:22px 24px 24px;color:inherit}.sp .compare-start-card.is-primary{border-right:1px solid var(--rule-2);border-left:3px solid var(--accent)}.sp .compare-start-card strong{display:block;font-size:16px;font-weight:750;color:var(--ink);margin-bottom:8px}.sp .compare-start-card p{margin:0 0 14px;font-size:13.5px;line-height:1.45;color:var(--ink-2);max-width:52ch}.sp .compare-start-action{display:inline-block;font-size:13.5px;font-weight:600;color:var(--ink);border-bottom:2px solid var(--accent);padding-bottom:1px}.sp a.compare-start-card:hover .compare-start-action{color:var(--accent-3)}.sp .compare-start-list{list-style:none;margin:0;padding:0}.sp .compare-start-list li{border-bottom:1px solid var(--rule-2)}.sp .compare-start-list li:last-child{border-bottom:0}.sp .compare-start-list a{display:block;padding:8px 0;font-size:13.5px;font-weight:600;color:var(--ink)}.sp .compare-start-list a:hover{color:var(--accent-3)}@media(max-width:760px){.sp .compare-start{grid-template-columns:1fr}.sp .compare-start-card.is-primary{border-right:0;border-bottom:1px solid var(--rule-2)}}.sp .compare-lanes{display:block;margin-bottom:34px;padding-bottom:32px;border-bottom:1px solid var(--rule-2)}.sp .compare-lanes-head{margin-bottom:14px}.sp .compare-lanes-head h2,.sp .compare-index-section-head h2{margin:0;color:var(--ink);font-family:var(--sans);font-size:17px;line-height:1.15;letter-spacing:-.012em;font-weight:750}.sp .compare-lane-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));border-top:1.5px solid var(--ink);border-left:1px solid var(--rule-2);background:var(--tile-bg)}.sp .compare-lane-card{min-width:0;padding:13px 13px 14px;border-right:1px solid var(--rule-2);border-bottom:1px solid var(--rule-2);color:inherit;text-decoration:none}.sp .compare-lane-card.is-muted{color:inherit}.sp .compare-lane-card:hover strong,.sp .compare-lane-card:focus-visible strong{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.sp .compare-lane-card.is-muted:hover strong,.sp .compare-lane-card.is-muted:focus-visible strong{text-decoration:none}.sp .compare-lane-card strong{display:block;color:var(--ink);font-size:14px;line-height:1.2;font-weight:750}.sp .compare-lane-card span{display:block;margin-top:7px;color:var(--ink-3);font-family:var(--mono);font-size:10px;line-height:1.25;letter-spacing:.07em;text-transform:uppercase}.sp .compare-lane-card p{margin:10px 0 0;color:var(--ink-2);font-size:12.5px;line-height:1.38}.sp .compare-index-sections{display:grid;gap:38px}.sp .compare-index-section{scroll-margin-top:84px}.sp .compare-index-section-head{display:flex;align-items:baseline;justify-content:space-between;gap:18px;padding-bottom:12px}.sp .compare-index-section-head p{margin:0;color:var(--ink-3);font-family:var(--mono);font-size:10px;line-height:1.25;letter-spacing:.07em;text-transform:uppercase}.sp .compare-index-list{border-top:1px solid var(--rule-2)}.sp .compare-index-row{display:grid;grid-template-columns:minmax(420px,.9fr) minmax(0,1fr);gap:34px;padding:18px 0;border-bottom:1px solid var(--rule-2);color:inherit}.sp .compare-index-row:hover,.sp .compare-index-row:focus-visible{border-color:var(--ink)}.sp .compare-index-row:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.sp .compare-index-row:hover .compare-index-provider b,.sp .compare-index-row:focus-visible .compare-index-provider b{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.sp .compare-index-pair{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.sp .compare-index-provider{min-width:0;display:grid;grid-template-columns:34px minmax(0,1fr);gap:10px;align-items:start}.sp .compare-index-provider b{display:block;color:var(--ink);font-size:15px;line-height:1.2;font-weight:750}.sp .compare-index-provider small{display:block;margin-top:5px;color:var(--ink-3);font-family:var(--mono);font-size:10px;line-height:1.35;letter-spacing:.06em;text-transform:uppercase}.sp .compare-index-row>p{max-width:78ch;margin:0;color:var(--ink-2);font-size:14.5px;line-height:1.48}.sp .compare-index-empty{padding:36px 0;color:var(--ink-3);font-size:14px}.sp .decision-page .category-related{margin-top:18px}.sp .decision-model-table{padding:28px 0 8px}.sp .compare-hero{margin-bottom:0;padding:10px 0 28px;background:transparent;border-bottom:1.5px solid var(--ink)}.sp .compare-kicker{margin:0 0 12px;font-family:var(--mono);font-size:10.5px;color:var(--ink-3);text-transform:uppercase;letter-spacing:.09em}.sp .compare-hero h1{max-width:100%;font-size:var(--page-title-size);line-height:.98;letter-spacing:-.03em}.sp .compare-summary{max-width:82ch;margin:20px 0 0;padding-top:16px;border-top:1px solid var(--rule-2);color:var(--ink-2);font-size:16px;line-height:1.52}.sp .compare-provenance{margin:12px 0 0;font-family:var(--mono);font-size:11px;letter-spacing:.03em;color:var(--ink-3)}.sp .compare-verdict{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin:28px 0;border:1px solid var(--ink);background:var(--paper)}.sp .compare-verdict-card{padding:22px 22px 24px;border-right:1px solid var(--rule-2)}.sp .compare-verdict-card:last-child{border-right:0}.sp .compare-verdict-card.is-neither{background:var(--paper-2)}.sp .compare-verdict-card h2{font-family:var(--sans);font-size:15px;font-weight:700;letter-spacing:-.01em;margin:0 0 12px;padding-bottom:10px;border-bottom:2px solid var(--accent)}.sp .compare-verdict-card.is-neither h2{border-bottom-color:var(--ink-4)}.sp .compare-verdict-card h2 a{color:var(--ink)}.sp .compare-verdict-card h2 a:hover{color:var(--accent-3)}.sp .compare-verdict-card ul{margin:0;padding:0;list-style:none}.sp .compare-verdict-card li{position:relative;padding-left:16px;margin-bottom:8px;font-size:13.5px;line-height:1.42;color:var(--ink-2)}.sp .compare-verdict-card li:before{content:"";position:absolute;left:0;top:8px;width:5px;height:5px;background:var(--accent)}.sp .compare-verdict-card.is-neither li:before{background:var(--ink-4)}@media(max-width:760px){.sp .compare-verdict{grid-template-columns:1fr}.sp .compare-verdict-card{border-right:0;border-bottom:1px solid var(--rule-2)}.sp .compare-verdict-card:last-child{border-bottom:0}}.sp .compare-section-title{font-family:var(--sans);font-size:16px;font-weight:700;margin:0 0 12px}.sp details.compare-detail-section>summary{cursor:pointer;list-style:none;padding:14px 18px;border:1px solid var(--rule-2);background:var(--paper-2);font-weight:600;font-size:14px;display:flex;align-items:center;gap:10px}.sp details.compare-detail-section>summary::-webkit-details-marker{display:none}.sp details.compare-detail-section>summary:before{content:"";width:10px;height:10px;border-right:2px solid var(--ink);border-bottom:2px solid var(--ink);transform:rotate(-45deg);transition:transform .15s ease}.sp details.compare-detail-section[open]>summary:before{transform:rotate(45deg)}.sp .compare-pair-strip{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:0 0 22px;max-width:100%}.sp .compare-provider-id,.sp .compare-column-id{min-width:0;display:grid;grid-template-columns:44px minmax(0,1fr);gap:12px;align-items:start;color:inherit}.sp .compare-provider-id{padding:12px;border:1px solid var(--rule-2);background:var(--tile-bg)}.sp .compare-provider-id:hover{border-color:var(--ink)}.sp .compare-logo{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border:1px solid var(--rule-2);background:var(--tile-bg);color:var(--ink);font-weight:800;line-height:1}.sp .compare-logo img{max-width:31px;max-height:31px;object-fit:contain}.sp .compare-logo.is-small{width:34px;height:34px}.sp .compare-logo.is-small img{max-width:24px;max-height:24px}.sp .compare-provider-id b,.sp .compare-column-id b{display:block;color:var(--ink);font-size:15px;line-height:1.2;font-weight:750}.sp .compare-provider-id small,.sp .compare-column-id small{display:block;margin-top:5px;color:var(--ink-3);font-family:var(--mono);font-size:10px;line-height:1.35;text-transform:uppercase;letter-spacing:.06em}.sp .compare-bottom-line{display:grid;grid-template-columns:132px minmax(0,1fr);gap:24px;max-width:1000px;margin-top:20px;padding-top:16px;border-top:1px solid var(--rule-2)}.sp .compare-bottom-line b{color:var(--ink);font-family:var(--mono);font-size:10.5px;line-height:1.35;text-transform:uppercase;letter-spacing:.08em}.sp .compare-bottom-line p{margin:0;color:var(--ink-2);font-size:16px;line-height:1.52}.sp .compare-decision-section{padding:28px 0 30px;border-bottom:1px solid var(--rule-2)}.sp .compare-decision-table{border-top:0}.sp .compare-decision-head,.sp .compare-decision-row{display:grid;grid-template-columns:180px repeat(2,minmax(0,1fr));gap:22px}.sp .compare-decision-head{padding:13px 0 12px;border-bottom:1px solid var(--rule-2)}.sp .compare-decision-row{padding:14px 0;border-bottom:1px solid var(--rule-2)}.sp .compare-decision-row h3{margin:0;color:var(--ink-3);font-family:var(--mono);font-size:10.5px;line-height:1.35;letter-spacing:.08em;text-transform:uppercase}.sp .compare-decision-row p{margin:0;color:var(--ink-2);font-size:15px;line-height:1.48}.sp .compare-neutral-note{display:grid;grid-template-columns:180px minmax(0,1fr);gap:22px;padding:14px 0 0}.sp .compare-neutral-note b{color:var(--ink);font-size:14px;line-height:1.25}.sp .compare-neutral-note ul,.sp .compare-shortlist-grid ul{display:flex;flex-wrap:wrap;gap:8px 24px;margin:0;padding:0;list-style:none}.sp .compare-neutral-note li,.sp .compare-shortlist-grid li{position:relative;padding-left:15px;color:var(--ink-2);font-size:13.5px;line-height:1.45}.sp .compare-neutral-note li:before,.sp .compare-shortlist-grid li:before{content:"";position:absolute;left:0;top:.65em;width:6px;height:6px;background:var(--accent);border:1px solid var(--ink)}.sp .compare-table-break{padding:22px 0 8px;border-bottom:1.5px solid var(--ink)}.sp .compare-table-break span,.sp .compare-table-group span{color:var(--ink-3);font-family:var(--mono);font-size:10.5px;line-height:1.35;letter-spacing:.08em;text-transform:uppercase}.sp .compare-table-group{padding:18px 0 7px}.sp .compare-decision-row.is-detail-row{padding:11px 0}.sp .compare-decision-row.is-detail-row p{font-size:14px}.sp .compare-shortlist-section{padding-top:26px}.sp .compare-shortlist-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:34px}.sp .compare-shortlist-grid h3{margin:0 0 12px;color:var(--ink);font-size:15px;line-height:1.2;font-weight:700}.sp .compare-detail-section{padding:30px 0;border-bottom:1px solid var(--rule-2)}.sp .compare-detail-table{border-top:1.5px solid var(--ink)}.sp .compare-detail-head,.sp .compare-detail-row{display:grid;grid-template-columns:180px repeat(2,minmax(0,1fr));gap:22px}.sp .compare-detail-head{align-items:start;padding:13px 0 12px;border-bottom:1px solid var(--rule-2)}.sp .compare-detail-head h2{margin:0;color:var(--ink-3);font-family:var(--mono);font-size:10.5px;line-height:1.35;letter-spacing:.08em;text-transform:uppercase;font-weight:700}.sp .compare-detail-group{padding-top:16px;border-bottom:1.5px solid var(--ink)}.sp .compare-detail-group>h3{margin:0 0 7px;color:var(--ink);font-size:15px;line-height:1.2;letter-spacing:-.01em;font-weight:750}.sp .compare-detail-row{padding:11px 0;border-top:1px solid var(--rule-2)}.sp .compare-detail-row h4{margin:0;color:var(--ink-3);font-family:var(--mono);font-size:10.5px;line-height:1.35;letter-spacing:.08em;text-transform:uppercase}.sp .compare-detail-row p{margin:0;color:var(--ink-2);font-size:14px;line-height:1.45}.sp .compare-facts-disclosure{padding:18px 0;border-bottom:1px solid var(--rule-2)}.sp .compare-facts-disclosure summary{display:flex;align-items:center;justify-content:space-between;gap:18px;cursor:pointer;list-style:none;color:var(--ink);font-size:14px;font-weight:700}.sp .compare-facts-disclosure summary::-webkit-details-marker{display:none}.sp .compare-facts-disclosure summary:after{content:"+";font-family:var(--mono);color:var(--ink)}.sp .compare-facts-disclosure[open] summary:after{content:"-"}.sp .compare-facts-disclosure .compare-matrix{margin-top:18px}.sp .compare-decision-path{display:grid;grid-template-columns:190px repeat(2,minmax(0,1fr));margin-bottom:28px;border-top:1.5px solid var(--ink);border-bottom:1.5px solid var(--ink)}.sp .compare-decision-path.has-third-choice{grid-template-columns:190px repeat(3,minmax(0,1fr))}.sp .compare-decision-path>p{margin:0;padding:17px 18px;border-right:1px solid var(--rule-2);color:var(--ink);font-size:15px;font-weight:750;line-height:1.25}.sp .compare-decision-path div{min-width:0;padding:16px 18px 17px;border-right:1px solid var(--rule-2)}.sp .compare-decision-path div:last-child{border-right:0}.sp .compare-decision-path span{display:block;margin-bottom:7px;color:var(--ink-3);font-family:var(--mono);font-size:10px;line-height:1.2;letter-spacing:.08em;text-transform:uppercase}.sp .compare-decision-path b{display:block;color:var(--ink);font-size:14px;line-height:1.42;font-weight:650}.sp .compare-choice-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1.5px solid var(--ink);border-bottom:1.5px solid var(--ink);margin-bottom:36px}.sp .compare-choice-grid>div{padding:20px 22px 22px;border-right:1px solid var(--rule-2)}.sp .compare-choice-grid>div:last-child{border-right:0}.sp .compare-choice-grid p{margin:0 0 13px;color:var(--ink);font-size:15px;font-weight:700;line-height:1.2}.sp .compare-choice-grid ul,.sp .compare-questions ol{list-style:none;padding:0;margin:0}.sp .compare-choice-grid li{position:relative;margin-top:10px;padding-left:16px;color:var(--ink-2);font-size:14px;line-height:1.45}.sp .compare-choice-grid li:before{content:"";position:absolute;left:0;top:.63em;width:7px;height:7px;background:var(--accent);border:1px solid var(--ink)}.sp .compare-section{display:grid;grid-template-columns:190px minmax(0,1fr);gap:42px;padding:30px 0;border-top:1px solid var(--rule-2)}.sp .compare-section-head h2{margin:0;font-family:var(--sans);font-size:17px;line-height:1.18;font-weight:700;letter-spacing:-.01em}.sp .compare-differences{display:grid;gap:0;border-top:1px solid var(--rule-2)}.sp .compare-differences>div{display:grid;grid-template-columns:190px minmax(0,1fr);gap:24px;padding:16px 0;border-bottom:1px solid var(--rule-2)}.sp .compare-differences h3{margin:0;color:var(--ink);font-family:var(--mono);font-size:10.5px;line-height:1.35;text-transform:uppercase;letter-spacing:.08em}.sp .compare-differences p{margin:0;max-width:82ch;color:var(--ink-2);font-size:14.5px;line-height:1.52}.sp .compare-matrix{border-top:1.5px solid var(--ink)}.sp .compare-matrix-head,.sp .compare-row{display:grid;grid-template-columns:190px repeat(2,minmax(0,1fr));gap:22px}.sp .compare-matrix-head{position:sticky;top:51px;z-index:2;padding:13px 0 12px;background:var(--paper);border-bottom:1px solid var(--rule-2)}.sp .compare-column-id{grid-template-columns:34px minmax(0,1fr);gap:10px}.sp .compare-column-id:hover b{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.sp .compare-matrix-group{border-bottom:1.5px solid var(--ink)}.sp .compare-matrix-group h3{margin:0;padding:18px 0 9px;color:var(--ink-3);font-family:var(--mono);font-size:10.5px;text-transform:uppercase;letter-spacing:.08em}.sp .compare-row{padding:12px 0;border-top:1px solid var(--rule-2)}.sp .compare-row>div{color:var(--ink-3);font-family:var(--mono);font-size:10.5px;line-height:1.35;text-transform:uppercase;letter-spacing:.06em}.sp .compare-row p{margin:0;color:var(--ink-2);font-size:14px;line-height:1.45}.sp .compare-questions ol{counter-reset:compare-question;display:grid;gap:0;border-top:1px solid var(--rule-2)}.sp .compare-questions li{counter-increment:compare-question;display:grid;grid-template-columns:24px minmax(0,1fr);gap:14px;padding:15px 0;border-bottom:1px solid var(--rule-2);color:var(--ink-2);font-size:14.5px;line-height:1.45}.sp .compare-questions li:before{content:counter(compare-question);width:22px;height:22px;border:1.5px solid var(--ink);background:var(--brand-accent);color:var(--ink);font-family:var(--mono);font-size:10px;line-height:20px;text-align:center;font-weight:700}.sp .compare-actions{display:flex;gap:10px;padding-top:28px;border-top:1.5px solid var(--ink)}.sp .compare-actions a{display:inline-flex;align-items:center;min-height:38px;padding:0 14px;background:transparent;border:1.5px solid var(--ink);color:var(--ink);font-size:13px;font-weight:700}.sp .compare-actions a:hover{background:var(--brand-accent);color:var(--ink)}.sp .editorial{display:grid;grid-template-columns:5fr 7fr;gap:64px}.sp .editorial h2{font-size:44px;max-width:100%;letter-spacing:-.02em}.sp .editorial p{color:var(--ink-2);font-size:16px;max-width:56ch}.sp .editorial .pillars{display:grid;gap:0;margin-top:24px}.sp .editorial .pillar{display:grid;grid-template-columns:36px 1fr;gap:16px;padding:20px 0;border-top:1px solid var(--rule)}.sp .editorial .pillar:last-child{border-bottom:1px solid var(--rule)}.sp .editorial .pillar .num{font-family:var(--mono);font-size:11px;color:var(--ink-3);padding-top:4px;letter-spacing:.06em}.sp .editorial .pillar h4{margin:0 0 6px;font-size:16px;font-weight:500;font-family:var(--sans);color:var(--ink)}.sp .editorial .pillar p{font-size:14px;margin:0}.sp .lower-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.sp .lower-card{border:1.5px solid var(--ink);padding:36px;background:var(--paper);text-decoration:none;color:inherit;display:flex;flex-direction:column;transition:border-color .15s}.sp .lower-card:hover{color:inherit;background:var(--paper);border-color:var(--ink)}.sp .lower-card .kicker{font-family:var(--mono);font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--ink-3)}.sp .lower-card h3{font-family:var(--serif);font-weight:400;font-size:28px;letter-spacing:-.015em;margin:12px 0 14px}.sp .lower-card p{color:var(--ink-2);margin:0 0 24px;flex:1;font-size:14px}.sp .read-meta{font-family:var(--mono);font-size:11px;color:var(--ink-3);text-transform:uppercase;letter-spacing:.06em}.sp .lower-card .open{display:inline-flex;align-items:center;gap:6px;margin-top:16px;font-size:13px;color:var(--ink);border-bottom:1px solid var(--rule);padding-bottom:1px;align-self:flex-start}.sp .lower-card:hover .open{color:var(--accent-3);border-color:var(--accent)}.sp footer{background:var(--paper);border-top:1px solid var(--rule-2)}.sp .foot{padding:56px var(--gutter);margin:0 auto;max-width:var(--max);display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:32px;font-size:13px;color:var(--ink-3)}.sp .foot h4{font-family:var(--mono);font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--ink);font-weight:700;margin:0 0 12px}.sp .foot ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:6px}.sp .foot a{color:var(--ink-2)}.sp .foot a:hover{color:var(--ink)}.sp .foot .lede-foot{max-width:36ch;line-height:1.5;color:var(--ink-2);margin:0}.sp .foot .verify-stamp{font-family:var(--mono);font-size:11px;color:var(--ink);margin-top:16px;text-transform:uppercase;letter-spacing:.04em;font-weight:500;display:inline-flex;align-items:center;gap:6px}.sp .foot .verify-stamp:before{content:"";width:6px;height:6px;background:var(--accent);display:inline-block;border:1px solid var(--ink)}.sp .foot .verify-stamp{display:none}@media(max-width:720px){.sp .foot .verify-stamp{display:inline-flex}}.sp .glossary-page,.sp .glossary-term-page{max-width:1120px;margin-inline:auto}.sp .glossary-term-hero{margin-bottom:34px;padding:6px 0 26px;border-bottom:1px solid var(--rule-2)}.sp .glossary-hero{margin-bottom:34px;padding:18px 0 32px;border-bottom:var(--rule-w) solid var(--ink)}.sp .glossary-hero h1{max-width:100%;font-size:var(--page-title-size);line-height:.98;letter-spacing:-.03em}.sp .glossary-term-hero h1{max-width:100%;font-size:var(--page-title-size);line-height:1.02;letter-spacing:-.024em}.sp .glossary-hero p{max-width:76ch;margin:14px 0 0;color:var(--ink-2);font-size:15.5px;line-height:1.48}.sp .glossary-term-hero span{display:block;margin-top:10px;color:var(--ink-2);font-size:16px;line-height:1.35}.sp .glossary-group-list{display:grid;gap:40px}.sp .glossary-group{padding-top:24px;border-top:1px solid var(--rule-2)}.sp .glossary-group:first-child{padding-top:0;border-top:0}.sp .glossary-group h2{margin:0 0 14px;color:var(--ink);font-family:var(--sans);font-size:18px;line-height:1.15;letter-spacing:-.012em;font-weight:700}.sp .glossary-term-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1.5px solid var(--ink)}.sp .glossary-term-card{display:grid;grid-template-columns:minmax(150px,.38fr) minmax(0,1fr);gap:18px;padding:16px 18px 16px 0;border-bottom:1px solid var(--rule-2);color:inherit;text-decoration:none}.sp .glossary-term-card:nth-child(odd){padding-right:24px;border-right:1px solid var(--rule-2)}.sp .glossary-term-card:nth-child(2n){padding-left:24px}.sp .glossary-term-card:hover strong,.sp .glossary-term-card:focus-visible strong{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.sp .glossary-term-card span{min-width:0}.sp .glossary-term-card strong{display:block;color:var(--ink);font-size:14px;line-height:1.18;font-weight:750}.sp .glossary-term-card em{display:block;margin-top:5px;color:var(--ink-3);font-size:12px;line-height:1.28;font-style:normal}.sp .glossary-term-card p{margin:0;color:var(--ink-2);font-size:13.5px;line-height:1.45}.sp .glossary-term-layout{display:grid;grid-template-columns:minmax(0,680px) 260px;gap:72px;align-items:start}.sp .glossary-term-main{min-width:0}.sp .glossary-definition,.sp .glossary-term-section{padding:28px 0;border-top:1px solid var(--rule-2)}.sp .glossary-definition{padding-top:0;border-top:0}.sp .glossary-definition h2,.sp .glossary-term-section h2,.sp .glossary-related h2{margin:0 0 12px;color:var(--ink);font-family:var(--sans);font-size:20px;line-height:1.15;letter-spacing:-.018em;font-weight:700}.sp .glossary-definition p,.sp .glossary-term-section p{max-width:66ch;margin:0;color:var(--ink-2);font-size:15.5px;line-height:1.58}.sp .glossary-related{position:sticky;top:96px;border-top:1px solid var(--rule-2);padding-top:14px}.sp .glossary-related h2{margin-bottom:10px;color:var(--ink-3);font-family:var(--mono);font-size:10px;letter-spacing:.08em;text-transform:uppercase}.sp .glossary-related div{display:grid;border-top:1px solid var(--rule-2)}.sp .glossary-related a{display:block;padding:12px 0;border-bottom:1px solid var(--rule-2);color:inherit;text-decoration:none}.sp .glossary-related a:hover strong,.sp .glossary-related a:focus-visible strong{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.sp .glossary-related strong{display:block;color:var(--ink);font-size:13px;line-height:1.2}.sp .glossary-related span{display:block;margin-top:4px;color:var(--ink-3);font-size:12px;line-height:1.3}@media(max-width:1180px)and (min-width:981px){.sp .directory-shell{grid-template-columns:238px minmax(0,1fr);gap:24px}.sp .directory-hero{grid-template-columns:1fr;align-items:start}.sp .directory-hero-facts{max-width:460px}.sp .profile-lower-grid{gap:34px}.sp .compare-index-row{grid-template-columns:minmax(360px,.9fr) minmax(0,1fr);gap:24px}.sp .compare-lane-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.sp .compare-decision-head,.sp .compare-decision-row,.sp .compare-detail-head,.sp .compare-detail-row{grid-template-columns:150px repeat(2,minmax(0,1fr));gap:16px}.sp .compare-neutral-note{grid-template-columns:150px minmax(0,1fr);gap:16px}.sp .compare-decision-path{grid-template-columns:170px repeat(2,minmax(0,1fr))}.sp .compare-decision-path.has-third-choice{grid-template-columns:170px repeat(3,minmax(0,1fr))}.sp .compare-choice-grid{grid-template-columns:1fr}.sp .compare-choice-grid>div{border-right:0;border-bottom:1px solid var(--rule-2)}.sp .compare-choice-grid>div:last-child{border-bottom:0}.sp .compare-section{grid-template-columns:1fr;gap:18px}.sp .compare-differences>div{grid-template-columns:160px minmax(0,1fr)}.sp .compare-matrix-head,.sp .compare-row{grid-template-columns:150px repeat(2,minmax(0,1fr));gap:16px}}@media(max-width:980px){.sp h1{font-size:56px}.sp h2{font-size:32px}.sp .glossary-term-grid,.sp .glossary-term-layout{grid-template-columns:1fr}.sp .glossary-term-card,.sp .glossary-term-card:nth-child(odd),.sp .glossary-term-card:nth-child(2n){padding-left:0;padding-right:0;border-right:0}.sp .glossary-related{position:static}.sp .editorial{grid-template-columns:1fr;gap:40px}.sp .lower-grid{grid-template-columns:1fr}.sp .directory-hero{grid-template-columns:1fr;padding:14px 0 26px}.sp .directory-shell{grid-template-columns:1fr;gap:18px}.sp .directory-filter-sticky{position:static}.sp .directory-filter-groups{grid-template-columns:repeat(2,minmax(0,1fr))}.sp .directory-filter-group:nth-child(odd){border-right:1px solid var(--rule-2)}.sp .pcard:after{display:none}.sp .provider-list-head{display:none}.sp .pcard{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px 16px;padding:18px 14px}.sp .pcard>:first-child,.sp .pcard .card-summary{grid-column:1 / -1}.sp .pcard .card-fact{min-width:0;padding-top:12px;border-top:1px solid var(--rule-2)}.sp .pcard .card-fact span{display:block;margin-bottom:5px}.sp .pcard .card-fact b,.sp .pcard .card-service b{font-size:13px}.sp .pcard .card-market-stack span{display:inline;font-size:13px}.sp .pcard .card-market-stack span+span:before{content:" / ";color:var(--ink-4)}.sp .pcard .card-price b{font-size:13px}.sp .category-hero{padding:30px 28px 32px}.sp .category-hero h1{font-size:var(--page-title-size-mobile)}.sp .category-index-hero{padding:30px 28px 32px}.sp .category-index-hero h1{font-size:var(--page-title-size-mobile)}.sp .category-start,.sp .category-taxonomy-group{grid-template-columns:1fr;gap:20px}.sp .category-index-head h2,.sp .category-taxonomy-head h2{max-width:none}.sp .category-taxonomy-head p{max-width:62ch}.sp .category-start-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.sp .category-start-card{min-height:190px}.sp .category-link-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.sp .category-checks,.sp .category-copy,.sp .category-decision,.sp .category-related,.sp .pricing-paths,.sp .pricing-ladder,.sp .pricing-models,.sp .pricing-units{grid-template-columns:1fr;gap:16px}.sp .pricing-path-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.sp .pricing-model-block{grid-template-columns:minmax(160px,.65fr) minmax(220px,.9fr) minmax(320px,1.25fr);gap:22px}.sp .pricing-ladder-head p{max-width:48ch}.sp .pricing-ladder-table,.sp .pricing-unit-table,.sp .pricing-model-list{overflow-x:auto;padding-bottom:4px}.sp .pricing-ladder-row{min-width:980px}.sp .pricing-unit-row{min-width:760px}.sp .pricing-model-block{min-width:860px}.sp .pricing-hero{padding:30px 28px 32px}.sp .pricing-hero h1{font-size:var(--page-title-size-mobile)}.sp .pricing-unit-clean-table{overflow-x:auto;padding-bottom:4px}.sp .pricing-unit-clean-table article{min-width:760px}.sp .pricing-driver-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.sp .pricing-driver-grid article:nth-child(3n){border-right:1px solid var(--rule-2)}.sp .pricing-driver-grid article:nth-child(2n){border-right:0}.sp .pricing-note{grid-template-columns:1fr;gap:12px}.sp .category-decision-grid{grid-template-columns:1fr}.sp .category-background .category-prose{margin-left:0}.sp .category-checks ol{grid-template-columns:1fr;border-left:0;border-top:1px solid var(--rule-2)}.sp .category-checks li{min-height:0;padding:18px 0 18px 42px;border-right:0;border-bottom:1px solid var(--rule-2)}.sp .category-checks li:before{top:21px;left:0}.sp .compare-index-row{grid-template-columns:1fr;gap:12px}.sp .compare-lanes{grid-template-columns:1fr;gap:14px}.sp .compare-lane-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.sp .guide-layout{display:block;max-width:680px;padding:34px 32px 40px}.sp .guide-outline{display:none}.sp .about-page{max-width:680px;padding:34px 32px 40px}.sp .about-layout,.sp .legal-layout{display:block}.sp .page-rail{position:static;margin-top:10px}.sp .page-rail .pf-rows{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-left:1px solid var(--rule-2)}.sp .page-rail .pf-rows>div{padding:12px;border-right:1px solid var(--rule-2)}.sp .legal-page{max-width:680px;padding:34px 32px 40px}.sp .guide-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.sp .compare-hero{padding:4px 0 24px}.sp .compare-bottom-line{grid-template-columns:1fr;gap:8px}.sp .compare-decision-head,.sp .compare-decision-row,.sp .compare-detail-head,.sp .compare-detail-row{grid-template-columns:140px repeat(2,minmax(0,1fr));gap:16px}.sp .compare-neutral-note{grid-template-columns:1fr;gap:10px}.sp .compare-shortlist-grid{grid-template-columns:1fr;gap:24px}.sp .compare-pair-strip,.sp .compare-decision-path,.sp .compare-decision-path.has-third-choice{grid-template-columns:1fr}.sp .compare-decision-path>p,.sp .compare-decision-path div{border-right:0;border-bottom:1px solid var(--rule-2)}.sp .compare-decision-path div:last-child{border-bottom:0}.sp .compare-choice-grid,.sp .compare-section,.sp .compare-differences>div{grid-template-columns:1fr}.sp .compare-choice-grid>div{border-right:0;border-bottom:1px solid var(--rule-2)}.sp .compare-choice-grid>div:last-child{border-bottom:0}.sp .compare-section{gap:18px}.sp .compare-matrix{overflow-x:auto;padding-bottom:6px}.sp .compare-matrix-head,.sp .compare-row{min-width:760px;grid-template-columns:150px repeat(2,minmax(260px,1fr));gap:16px}.sp .compare-matrix-head{position:static}.sp .foot{grid-template-columns:1fr 1fr}.site-head .row{flex-wrap:wrap;gap:0 16px}.site-head .brand{flex:1 1 auto}.sp .spacer{display:none}.site-head .nav{order:3;width:100%;overflow-x:auto;scrollbar-width:none}}@media(max-width:720px){.site-head .row{align-items:center;flex-wrap:wrap;gap:10px 14px;padding:12px 18px 4px}.site-head .brand{flex:1 1 auto}.site-head .brand .mark{width:30px;height:30px;flex-basis:30px}.site-head .brand .mark svg{width:22px;height:22px}.sp .spacer{display:none}.site-head .nav{order:3;width:100%;justify-content:space-between;gap:6px;overflow-x:auto;padding-bottom:2px;font-size:12.5px;scrollbar-width:none}.site-head .nav-link{min-height:42px;padding:0 4px}.site-head .nav-panel{display:none}.site-head .nav::-webkit-scrollbar{display:none}.site-head .nav-link,.site-head .nav .sep{white-space:nowrap}.site-head .nav .sep{display:none}.sp .wrap{padding:0 18px}.sp .directory-hero{padding:12px 0 22px;margin-bottom:24px}.sp .directory-hero h1{font-size:var(--page-title-size-mobile)}.sp .category-hero{padding:12px 0 22px;margin-bottom:26px}.sp .category-index-hero,.sp .guide-index-hero,.sp .glossary-hero{padding:12px 0 22px;margin-bottom:28px}.sp .category-kicker{margin-bottom:12px}.sp .category-hero h1,.sp .category-index-hero h1,.sp .guide-index-hero h1,.sp .glossary-hero h1{max-width:100%;font-size:var(--page-title-size-mobile)}.sp .category-hero p:not(.category-kicker){margin-top:14px;font-size:14.5px}.sp .pricing-paths,.sp .pricing-ladder,.sp .pricing-models,.sp .pricing-units{padding:24px 0}.sp .pricing-path-grid{grid-template-columns:1fr;border-left:0}.sp .pricing-path-card{min-height:0;padding:15px 0;border-right:0}.sp .pricing-ladder-table,.sp .pricing-unit-table,.sp .pricing-model-list{overflow:visible;border-top:1.5px solid var(--ink)}.sp .pricing-ladder-labels,.sp .pricing-unit-labels{display:none}.sp .pricing-ladder-row,.sp .pricing-unit-row{min-width:0;grid-template-columns:1fr;gap:8px;padding:16px 0}.sp .pricing-model-block{min-width:0;grid-template-columns:1fr;gap:10px;padding:18px 0}.sp .pricing-model-block div{grid-template-columns:1fr;gap:4px}.sp .pricing-ladder-row p,.sp .pricing-unit-row p,.sp .pricing-model-block>p,.sp .pricing-model-block dd{font-size:14px}.sp .pricing-ladder-row strong{margin-top:2px}.sp .pricing-hero{padding:12px 0 22px;margin-bottom:26px}.sp .pricing-hero h1{font-size:var(--page-title-size-mobile)}.sp .pricing-hero p{margin-top:14px;font-size:14.5px}.sp .pricing-ranges,.sp .pricing-drivers,.sp .pricing-units-clean,.sp .pricing-provider-signals,.sp .pricing-note{padding:24px 0}.sp .pricing-section-head,.sp .pricing-provider-head{align-items:start;flex-direction:column;gap:6px}.sp .pricing-provider-head a{margin-top:4px}.sp .pricing-unit-clean-table{overflow:visible;padding-bottom:0}.sp .pricing-unit-clean-table article{min-width:0;grid-template-columns:1fr;gap:8px;padding:16px 0}.sp .pricing-driver-grid{grid-template-columns:1fr;border-left:0}.sp .pricing-driver-grid article{min-height:0;padding:15px 0;border-right:0}.sp .pricing-driver-grid article:nth-child(3n){border-right:0}.sp .guide-section{padding:22px 0}.sp .guide-card-grid{grid-template-columns:1fr}.sp .guide-card{min-height:0}.sp .guide-hero{padding:0 0 24px;margin-bottom:28px}.sp .guide-hero h1{font-size:var(--page-title-size-mobile)}.sp .guide-hero p{margin-top:14px;font-size:14.5px}.sp .about-hero,.sp .legal-hero{margin-bottom:26px;padding-bottom:22px}.sp .guide-layout,.sp .about-page,.sp .legal-page{padding:24px 18px 30px}.sp .about-hero h1,.sp .legal-hero h1{font-size:var(--page-title-size-mobile)}.sp .about-hero p,.sp .about-section p,.sp .about-section ul,.sp .about-section ol,.sp .legal-hero p,.sp .legal-section p{font-size:14.5px;line-height:1.55}.sp .about-section,.sp .legal-section{padding:24px 0}.sp .page-rail .pf-rows{grid-template-columns:minmax(0,1fr)}.sp .page-rail .pf-rows>div{border-right:0}.sp .guide-prose{font-size:15px;line-height:1.62}.sp .guide-prose h2{margin-top:34px;font-size:21px}.sp .guide-prose h3{font-size:16px}.sp .guide-prose table{display:block;overflow-x:auto;white-space:nowrap}.sp .compare-index-hero{margin-bottom:28px;padding:12px 0 22px}.sp .compare-index-hero h1{font-size:var(--page-title-size-mobile)}.sp .compare-index-hero p{margin-top:14px;font-size:14.5px}.sp .compare-index-pair{grid-template-columns:1fr;gap:10px}.sp .compare-lanes{margin-bottom:28px;padding-bottom:26px}.sp .compare-lane-grid{grid-template-columns:1fr}.sp .compare-index-section-head{align-items:start;flex-direction:column;gap:5px}.sp .compare-index-row{padding:16px 0}.sp .compare-index-row>p{font-size:14px}.sp .compare-hero{padding:0 0 22px;margin-bottom:0}.sp .compare-hero h1{font-size:var(--page-title-size-mobile)}.sp .compare-pair-strip{margin-bottom:18px}.sp .compare-provider-id{grid-template-columns:38px minmax(0,1fr);padding:10px}.sp .compare-logo{width:38px;height:38px}.sp .compare-logo img{max-width:27px;max-height:27px}.sp .compare-summary,.sp .compare-bottom-line p{font-size:14.5px;line-height:1.48}.sp .compare-decision-section{padding-top:22px}.sp .compare-decision-table{overflow:visible;padding-bottom:0}.sp .compare-decision-head{display:none}.sp .compare-decision-row{min-width:0;grid-template-columns:1fr;gap:10px;padding:16px 0}.sp .compare-detail-head{display:none}.sp .compare-detail-section{padding:24px 0}.sp .compare-detail-row{grid-template-columns:1fr;gap:10px;padding:14px 0}.sp .compare-detail-row p:before{content:attr(data-provider);display:block;margin-bottom:4px;color:var(--ink);font-size:13px;line-height:1.2;font-weight:700}.sp .compare-decision-row p{font-size:14px}.sp .compare-decision-row p:before{content:attr(data-provider);display:block;margin-bottom:4px;color:var(--ink);font-size:13px;line-height:1.2;font-weight:700}.sp .compare-neutral-note{padding-top:14px}.sp .compare-shortlist-section{padding-top:22px}.sp .compare-decision-path{margin-bottom:24px}.sp .compare-decision-path>p,.sp .compare-decision-path div{padding:15px 0}.sp .compare-choice-grid{margin-bottom:28px}.sp .compare-choice-grid>div{padding:17px 0}.sp .compare-section{padding:24px 0}.sp .compare-differences>div,.sp .compare-row{gap:10px}.sp .compare-actions{flex-direction:column;align-items:stretch}.sp .compare-actions a{justify-content:center}.sp .category-index-hero p:not(.category-kicker){margin-top:14px;font-size:14.5px}.sp .category-start{margin-bottom:32px;padding-bottom:24px}.sp .category-start-grid,.sp .category-link-grid{grid-template-columns:1fr}.sp .category-start-card{min-height:0}.sp .category-taxonomy-group{padding:24px 0}.sp .category-results{margin-bottom:32px}.sp .category-checks,.sp .category-copy,.sp .category-decision{padding:22px 0}.sp .category-background{padding:16px 0}.sp .category-prose{font-size:14px;line-height:1.58}.sp .directory-hero-facts{grid-template-columns:1fr}.sp .directory-hero-facts div,.sp .directory-hero-facts div:last-child{border-right:0;border-bottom:1px solid var(--rule-2)}.sp .directory-hero-facts div:last-child{border-bottom:0}.sp .directory-filter-groups{grid-template-columns:1fr}.sp .directory-filter-group:nth-child(odd){border-right:0}.sp .directory-results-head{align-items:start;flex-direction:column;gap:8px}.sp .directory-card-logo{width:36px;height:36px;margin-bottom:10px}.sp .pricing-grid,.sp .pricing-grid.is-compact,.sp .profile-integration-groups,.sp .profile-link-grid,.sp .profile-record,.sp .profile-source-row,.sp .profile-data-rows>div,.sp .profile-detail-list>div,.sp .profile-integration-groups>div,.sp .profile-question-panel,.sp .profile-editorial-rows>div{grid-template-columns:1fr}.sp .live-caption{font-size:15px}.sp .foot{grid-template-columns:1fr}}@media(max-width:460px){.site-head .row{padding-left:16px;padding-right:16px}.site-head .nav{gap:4px}.sp [aria-label=Breadcrumb]{margin-bottom:20px;overflow:hidden}.sp [aria-label=Breadcrumb] ol{flex-wrap:nowrap;min-width:0}.sp [aria-label=Breadcrumb] ol>li:first-child{display:none}.sp [aria-label=Breadcrumb] ol>li:nth-child(2)>span:first-child{display:none}.sp [aria-label=Breadcrumb] ol>li:last-child{min-width:0}.sp [aria-label=Breadcrumb] ol>li:last-child span:last-child{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}@media(max-width:360px){.site-head .nav{gap:3px;font-size:11.5px}.site-head .brand{font-size:17px}}@media(min-width:981px){.sp .profile-question-panel,.sp .profile-faq,.sp .integration-matrix{width:100%;max-width:none}.sp .integration-matrix,.sp .profile-faq{border-top:2px solid var(--ink)}}@media(min-width:981px){.sp .integration-matrix,.sp .profile-faq{border-top:1px solid var(--rule-2)}}.sp .profile-shortlist-primary p,.sp .profile-shortlist-secondary p,.sp .profile-more-fit-grid p,.sp .profile-integration-groups dt,.sp .profile-quick-facts dt span,.sp .profile-data-rows dt,.sp .profile-detail-list dt,.sp .profile-compact-rows dt{color:var(--ink-3);font-family:var(--mono);font-size:var(--profile-label-size);font-weight:var(--profile-label-weight);letter-spacing:var(--profile-label-tracking);line-height:1.2;text-transform:uppercase}.sp .integration-matrix{margin-top:0}.sp .pricing-hero h1,.sp .primer-section h2,.sp .guide-cta h2,.sp .lower-card h3{font-weight:700;letter-spacing:-.015em;line-height:1.06}.sp .profile-layout{--profile-label-col: 150px;--profile-sidebar-width: 150px;--profile-rule: color-mix(in srgb, var(--rule-2) 72%, transparent);--profile-row-rule: color-mix(in srgb, var(--rule-2) 58%, transparent);--profile-label-size: 11px;--profile-label-tracking: .045em;position:relative}.sp .profile-main{padding:0;background:transparent;border:0}.sp .profile-main>[id]{scroll-margin-top:88px}.sp .profile-masthead{grid-template-columns:minmax(0,1fr) auto;gap:32px;align-items:end}.sp .profile-logo{display:flex;align-items:center;justify-content:center}.sp .profile-logo img{display:block;width:100%;height:100%;object-fit:contain}.sp .profile-logo.is-initial{font-family:var(--sans);font-size:22px;font-weight:700;color:var(--ink)}.sp .profile-title h1{margin:0}.sp .profile-related-band .badge-list{gap:8px 14px}.sp .profile-mobile-cta{display:inline-flex;align-items:center;justify-content:center;min-width:150px;min-height:46px;padding:11px 18px;background:var(--brand-accent);color:var(--ink);border:1.5px solid var(--brand-accent);font-size:13px;line-height:1.15;font-weight:780;text-decoration:none}.sp .profile-mobile-cta:hover{background:var(--paper);color:var(--ink);border-color:var(--paper)}.sp .profile-panel{display:grid;gap:16px;padding:0}.sp .profile-masthead{display:block;min-height:0;border:0}.sp .profile-product-bar{position:relative;z-index:1}.sp .profile-identity{display:grid}.sp .profile-title h1{font-family:var(--sans)}.sp .profile-masthead .profile-mobile-cta{font-weight:760}@media(max-width:1180px)and (min-width:981px){.sp .profile-masthead{padding:0}.sp .profile-product-bar{padding:22px 24px}.sp .profile-identity{grid-template-columns:82px minmax(0,1fr);gap:20px}.sp .profile-logo{width:82px;height:82px;padding:12px}}@media(min-width:901px)and (max-width:1080px){.sp .profile-product-bar{grid-template-columns:minmax(0,1fr) auto}}@media(max-width:980px){.sp .profile-product-bar{display:grid}.sp .profile-identity{align-items:start}}.sp .profile-band{scroll-margin-top:88px;display:grid}.sp .profile-band-head{margin:0}.sp .profile-band-head h2{margin:0;font-family:var(--sans);line-height:1.18;letter-spacing:0;color:var(--ink)}.sp .profile-band-body{display:grid;gap:22px;align-content:start;min-width:0}.sp .profile-band.is-emphasis{border-color:var(--ink);border-left:3px solid var(--accent)}.sp .profile-band.is-emphasis .profile-band-head h2{font-weight:800}.sp details.profile-band.is-collapsible{display:block;padding:0}.sp details.profile-band.is-collapsible>.profile-band-head{display:flex;align-items:center;justify-content:space-between;padding:20px 42px;border-top:1px solid var(--rule-2);cursor:pointer;list-style:none}.sp details.profile-band.is-collapsible>.profile-band-head::-webkit-details-marker{display:none}.sp details.profile-band.is-collapsible .profile-band-toggle{width:12px;height:12px;border-right:2px solid var(--ink);border-bottom:2px solid var(--ink);transform:rotate(45deg);transition:transform .15s ease}.sp details.profile-band.is-collapsible[open] .profile-band-toggle{transform:rotate(-135deg)}.sp details.profile-band.is-collapsible>.profile-band-body{padding:0 42px 34px}.sp .profile-compare-btn .compare-added{display:none}.sp .profile-compare-btn[aria-pressed=true]{background:var(--brand-accent);color:var(--ink);border-color:var(--ink)}.sp .profile-compare-btn[aria-pressed=true] .compare-add{display:none}.sp .profile-compare-btn[aria-pressed=true] .compare-added{display:inline}.sp .profile-alternatives{display:flex;flex-wrap:wrap;align-items:baseline;gap:8px;font-size:13px;color:var(--ink-3)}.sp .profile-alternatives span{color:var(--ink-4)}.sp .profile-alternatives a{color:var(--ink);font-weight:600;border-bottom:1px solid var(--accent)}.sp .profile-alternatives a:hover{color:var(--accent-3)}.sp .profile-integration-groups{display:grid;margin:0;border-top:1px solid var(--profile-row-rule)}.sp .profile-integration-groups>div{display:grid;grid-template-columns:136px minmax(0,1fr);gap:24px;align-items:start;min-width:0;padding:16px 0;border-bottom:1px solid var(--profile-row-rule)}.sp .profile-integration-groups dt{margin:2px 0 0}.sp .profile-integration-groups dd{margin:0}.sp .profile-stack-list{display:flex;flex-wrap:wrap;gap:9px 18px;margin:0;padding:0;list-style:none}.sp .profile-stack-list li{display:inline-flex;align-items:center;gap:8px;min-width:0}.sp .profile-stack-icon{display:inline-grid;place-items:center;flex:0 0 auto;min-width:26px;height:20px;padding:0 4px;border:1px solid var(--profile-row-rule);background:var(--paper);color:var(--ink);font-family:var(--mono);font-size:8px;line-height:1;letter-spacing:.04em;font-weight:800}.sp .profile-stack-icon.is-aws{border-color:color-mix(in srgb,#ff9900 58%,var(--profile-row-rule));box-shadow:inset 0 -2px color-mix(in srgb,#ff9900 80%,transparent)}.sp .profile-stack-icon.is-azure{border-color:color-mix(in srgb,#0078d4 48%,var(--profile-row-rule));box-shadow:inset 0 -2px color-mix(in srgb,#0078d4 70%,transparent)}.sp .profile-stack-icon.is-gcp{border-color:color-mix(in srgb,var(--accent) 54%,var(--profile-row-rule));box-shadow:inset 0 -2px 0 var(--accent)}.sp .profile-note-cards{display:grid;border-top:1px solid var(--profile-row-rule)}.sp .profile-note-cards article{display:grid;grid-template-columns:minmax(0,1fr);gap:0;padding:18px 0;border-bottom:1px solid var(--profile-row-rule)}.sp .profile-note-cards article>div:not(.profile-note-type){min-width:0;grid-column:1 / -1}.sp .profile-note-type{display:none}.sp .profile-note-cards h3{margin:0 0 7px;font-family:var(--sans);font-size:14.5px;color:var(--ink);text-transform:none;letter-spacing:0;font-weight:650}.sp .profile-note-cards p{margin:0;max-width:74ch;color:var(--ink);font-size:14.5px;line-height:1.5}.sp .profile-link-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 28px;border-top:1px solid var(--profile-row-rule)}.sp .profile-link-grid a{display:flex;align-items:baseline;justify-content:space-between;gap:18px;min-width:0;padding:12px 0;border-bottom:1px solid var(--profile-row-rule);color:var(--ink);font-size:14px;line-height:1.35;font-weight:560;text-decoration:none}.sp .profile-link-grid a:after{content:"->";flex:0 0 auto;color:var(--ink-3);font-family:var(--mono);font-size:11px;opacity:.42;transform:translateY(-1px);transition:opacity .12s ease,transform .12s ease}.sp .profile-link-grid a:hover{color:var(--ink);text-decoration:underline;text-decoration-color:var(--accent);text-decoration-thickness:2px;text-underline-offset:4px}.sp .profile-link-grid a:focus-visible{color:var(--ink);text-decoration:underline;text-decoration-color:var(--accent);text-decoration-thickness:2px;text-underline-offset:4px}.sp .profile-link-grid a:hover:after{opacity:1;transform:translate(2px,-1px)}.sp .profile-link-grid a:focus-visible:after{opacity:1;transform:translate(2px,-1px)}.sp .profile-source-row{display:grid;grid-template-columns:92px minmax(0,1fr);gap:18px;align-items:start;padding-top:14px;border-top:1px solid var(--profile-row-rule)}.sp .profile-source-row>span{font-family:var(--mono);font-size:var(--profile-label-size);color:color-mix(in srgb,var(--ink-3) 82%,transparent);text-transform:uppercase;letter-spacing:var(--profile-label-tracking);font-weight:680}.sp .profile-source-links{display:flex;flex-wrap:wrap;gap:8px 16px;min-width:0}.sp .profile-source-links a{color:var(--ink-3);font-size:12.5px;line-height:1.25;text-decoration:underline;text-underline-offset:4px;text-decoration-thickness:1px}.sp .profile-source-links a:hover{color:var(--ink)}.sp .profile-source-links a:focus-visible{color:var(--ink)}.sp .profile-faq{margin-top:0;padding-top:0;border-top:0}.sp .profile-faq details:first-child{border-top:1px solid var(--profile-rule)}.sp .profile-faq details{border-bottom:1px solid var(--profile-row-rule)}.sp .profile-faq summary{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px 0;cursor:pointer;color:var(--ink);font-size:14px;font-weight:600;list-style:none}.sp .profile-faq summary:focus-visible{outline:2px solid var(--ink);outline-offset:4px}.sp .profile-faq summary::-webkit-details-marker{display:none}.sp .profile-faq summary:after{content:"+";display:inline-grid;place-items:center;flex:0 0 20px;width:20px;height:20px;border:1px solid var(--ink);font-family:var(--mono);font-size:12px;line-height:1;color:var(--ink)}.sp .profile-faq details[open] summary:after{content:"-";background:var(--brand-accent)}.sp .profile-faq details>div{max-width:76ch;padding:0 0 16px;color:var(--ink-2);font-size:14px;line-height:1.55}@media(max-width:1180px)and (min-width:981px){.sp .profile-layout{--profile-label-col: 140px;--profile-sidebar-width: 0px;grid-template-columns:minmax(0,1fr);gap:0;max-width:1080px}.sp .profile-title h1{font-size:clamp(36px,3.8vw,50px)}.sp .profile-band{grid-template-columns:var(--profile-label-col) minmax(0,1fr);gap:26px}}@media(max-width:980px){.sp .profile-layout{grid-template-columns:1fr;gap:0}.sp .profile-main{display:block;border:0}.sp .profile-main>[id]{scroll-margin-top:132px}.sp .profile-band{scroll-margin-top:132px}.sp .profile-mobile-cta{display:inline-flex;align-items:center;justify-content:center;margin-top:20px;width:auto;min-width:148px;padding:9px 16px;background:var(--ink);color:var(--paper);border:1.5px solid var(--ink);font-weight:700;font-size:13px}.sp .profile-mobile-cta:hover{background:var(--brand-accent);color:var(--ink)}}@media(max-width:720px){.sp .profile-identity{grid-template-columns:48px minmax(0,1fr);gap:14px}.sp .profile-logo{width:48px;height:48px}.sp .profile-band{padding:22px 20px 24px;scroll-margin-top:184px}.sp .profile-main>[id]{scroll-margin-top:184px}.sp .profile-integration-groups,.sp .profile-link-grid,.sp .profile-source-row{grid-template-columns:1fr}.sp .profile-integration-groups>div{grid-template-columns:1fr}.sp .profile-note-cards article{grid-template-columns:minmax(0,1fr);gap:0}.sp .profile-integration-groups>div{gap:8px}.sp .profile-source-row{gap:8px}.sp .profile-stack-list{display:flex;flex-wrap:wrap;gap:8px 16px}.sp .profile-stack-list li{display:flex;align-items:center;gap:8px;flex:1 0 100%;min-height:20px}.sp .profile-stack-list li.is-icon-only{flex:0 0 auto}}@media(max-width:460px){.sp .profile-title{display:contents}.sp .profile-title h1{grid-column:1 / -1;font-size:clamp(32px,9vw,38px);line-height:1.03}.sp .profile-mobile-cta{min-width:136px}.sp .profile-band-head h2{font-size:15px}}@media(min-width:901px)and (max-width:1080px){.sp .profile-layout{--profile-label-col: 140px;--profile-sidebar-width: 0px;grid-template-columns:minmax(0,1fr);gap:0;max-width:calc(100vw - 48px)}.sp .profile-masthead{grid-template-columns:minmax(0,1fr) minmax(240px,300px);gap:30px}.sp .profile-title h1{font-size:clamp(34px,4vw,46px)}.sp .profile-band{grid-template-columns:var(--profile-label-col) minmax(0,1fr);gap:24px;padding:26px 28px 28px}}.sp .profile-masthead .profile-mobile-cta:hover{background:var(--brand-accent);color:var(--ink);border-color:var(--brand-accent)}@media(max-width:1180px)and (min-width:981px){.sp .profile-product-bar{margin:-36px 38px 0}}@media(min-width:901px)and (max-width:1080px){.sp .profile-masthead{display:block;padding:0}.sp .profile-product-bar{margin:-34px 28px 0}}@media(max-width:980px){.sp .profile-masthead{display:block;padding:0}.sp .profile-product-bar{margin:-34px 20px 0}}@media(max-width:460px){.sp .profile-masthead{margin-bottom:0;padding:0}.sp .profile-product-bar{margin:-30px 14px 0;padding:16px}.sp .profile-identity{grid-template-columns:52px minmax(0,1fr);gap:12px}.sp .profile-logo{width:52px;height:52px;padding:7px}}.sp .profile-masthead{color:var(--ink)}.sp .profile-product-bar{box-shadow:none}.sp .profile-logo{border:1px solid var(--rule-2);box-shadow:none}.sp .profile-title{display:block}.sp .profile-title h1{grid-column:auto;color:var(--ink)}.sp .profile-masthead .profile-mobile-cta{align-self:start;min-height:42px;margin:4px 0 0;padding:10px 16px;background:var(--ink);color:var(--paper);border-color:var(--ink)}.sp .profile-layout{margin:18px auto 0}.sp .profile-main{display:grid;min-width:0}.sp .profile-section-nav{flex-wrap:wrap;align-items:center}.sp .profile-section-nav a:hover{color:var(--ink);text-decoration-color:var(--brand-accent);text-decoration-thickness:2px;text-underline-offset:5px}.sp .profile-section-nav a:focus-visible{color:var(--ink);text-decoration-color:var(--brand-accent);text-decoration-thickness:2px;text-underline-offset:5px}@media(max-width:980px){.sp .profile-logo{padding:8px}.sp .profile-masthead .profile-mobile-cta{min-width:136px;margin:0}.sp .profile-section-nav:after{content:"";flex:0 0 18px}}.sp .profile-product-bar{border-bottom:1px solid var(--rule-2)}.sp .profile-logo{background:var(--paper)}.sp .profile-section-nav{border-bottom:1px solid var(--rule-2)}.sp .profile-band{background:transparent;border:0;border-bottom:1px solid var(--rule-2)}@media(max-width:980px){.sp .profile-band{padding:34px 0 38px}.sp .profile-masthead .profile-mobile-cta{width:fit-content}}.sp .profile-masthead{margin:0 calc(50% - 50vw);padding:0;background:color-mix(in srgb,var(--paper) 90%,#e7f0fa);border-top:1px solid var(--rule-2);border-bottom:1px solid var(--rule-2)}.sp .profile-product-bar{margin:0 auto}.sp .profile-meta-line{display:flex;flex-wrap:wrap;gap:7px 14px;line-height:1.25}.sp .profile-meta-line span+span:before{content:"";display:inline-block;width:4px;height:4px;margin:0 10px 2px 0;background:var(--brand-accent);vertical-align:middle}.sp .profile-title h1{letter-spacing:0}.sp .profile-masthead .profile-mobile-cta{margin-top:6px}.sp .profile-section-nav{border-left-color:color-mix(in srgb,var(--ink) 14%,transparent)}@media(max-width:1220px){.sp .profile-product-bar,.sp .profile-layout{max-width:calc(100vw - 64px)}}@media(max-width:980px){.sp .profile-masthead{width:100vw;margin:0 calc(50% - 50vw)}.sp .profile-product-bar{max-width:calc(100vw - 32px)}.sp .profile-meta-line{grid-column:1 / -1;display:grid;gap:5px;margin-bottom:2px}.sp .profile-meta-line span+span:before{display:none}}.sp .profile-layout{max-width:1180px}.sp .profile-product-bar{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:36px;align-items:center;padding:34px 40px;background:color-mix(in srgb,var(--paper) 88%,#e8f1fb)}.sp .profile-identity{grid-template-columns:82px minmax(0,1fr);gap:22px;align-items:center}.sp .profile-logo{width:82px;height:82px;padding:11px}.sp .profile-title h1{font-size:clamp(32px,3.4vw,46px);line-height:1.08}.sp .profile-masthead .profile-mobile-cta{min-width:138px}.sp .profile-layout{display:grid;grid-template-columns:230px minmax(0,1fr);gap:44px;align-items:start;margin-top:32px}.sp .profile-section-rail{align-self:stretch}.sp .profile-section-nav{position:sticky;top:88px;display:grid;gap:0;min-height:0;padding:0;background:transparent;border:0;border-left:3px solid var(--rule-2)}.sp .profile-section-nav a{display:flex;align-items:center;line-height:1.22;text-decoration:none}.sp .profile-section-nav a:hover{background:color-mix(in srgb,var(--paper) 72%,#e8f1fb);text-decoration:none}.sp .profile-section-nav a:focus-visible{background:color-mix(in srgb,var(--paper) 72%,#e8f1fb);text-decoration:none}.sp .profile-section-nav a.is-active{border-left:3px solid var(--ink)}.sp .profile-main{max-width:860px;gap:0}.sp .profile-band{grid-template-columns:150px minmax(0,1fr);gap:36px;padding:38px 0 42px}.sp .profile-band-head h2{font-size:21px}@media(max-width:980px){.sp .profile-masthead,.sp .profile-layout{max-width:calc(100vw - 32px)}.sp .profile-product-bar{grid-template-columns:1fr;gap:18px;padding:24px}.sp .profile-identity{grid-template-columns:62px minmax(0,1fr);gap:14px}.sp .profile-logo{width:62px;height:62px}.sp .profile-title{display:contents}.sp .profile-title-row{grid-column:2;align-self:center}.sp .profile-meta-line,.sp .profile-summary,.sp .profile-masthead-facts{grid-column:1 / -1}.sp .profile-layout{display:block;margin-top:18px}.sp .profile-section-nav{position:static;display:flex;flex-wrap:nowrap;gap:18px;padding:0;overflow-x:auto;border-left:0;border-bottom:1px solid var(--rule-2);scrollbar-width:none}.sp .profile-section-nav::-webkit-scrollbar{display:none}.sp .profile-section-nav a,.sp .profile-section-nav a.is-active{min-height:50px;margin-left:0;padding:0;border-left:0;background:transparent;white-space:nowrap}.sp .profile-section-nav a.is-active{box-shadow:inset 0 -3px 0 var(--ink)}.sp .profile-main{max-width:none}.sp .profile-band{grid-template-columns:1fr;gap:0}}.sp .profile-masthead{width:100vw;max-width:none;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}.sp .profile-product-bar{width:min(1180px,calc(100vw - 64px));max-width:none;margin-left:auto;margin-right:auto;border:0}@media(max-width:980px){.sp .profile-product-bar{width:calc(100vw - 32px)}}.sp .profile-masthead-facts div:first-child{padding-left:0;border-left:0}.sp .profile-product-bar .profile-identity{align-items:start}.sp .profile-product-bar .profile-logo{margin-top:4px}.sp .profile-meta-line{margin:6px 0 0;color:color-mix(in srgb,var(--ink-3) 82%,var(--paper));font-size:12.5px}.sp .profile-section-nav{border-left-width:2px}.sp .profile-section-nav a{min-height:46px;padding:0 16px;font-size:15px}.sp .profile-section-nav a.is-active{margin-left:-2px;border-left-width:2px;background:color-mix(in srgb,var(--paper) 58%,#eef4fb)}.sp .profile-band{border-bottom-color:color-mix(in srgb,var(--rule-2) 78%,transparent)}@media(max-width:980px){.sp .profile-product-bar{padding-top:22px;padding-bottom:24px}.sp .profile-product-bar .profile-logo{margin-top:0}.sp .profile-meta-line{margin:4px 0 0;order:initial}.sp .profile-title>.profile-summary{display:-webkit-box;max-width:none;margin-top:12px;overflow:hidden;color:var(--ink-2);font-size:14px;line-height:1.38;-webkit-box-orient:vertical}.sp .profile-masthead .profile-mobile-cta{min-height:36px;padding:8px 14px}.sp .profile-masthead-facts{display:grid;grid-column:1 / -1;max-width:none}.sp .profile-masthead-facts div:nth-child(2){padding-left:14px}.sp .profile-masthead-facts dt{font-size:10px}.sp .profile-masthead-facts dd{font-size:13.5px;line-height:1.3}.sp .profile-title h1{font-size:clamp(23px,6.1vw,29px);line-height:1.04;text-wrap:balance}.sp .profile-section-nav a,.sp .profile-section-nav a.is-active{font-size:13.5px}}@media(min-width:981px){.sp main:has(.profile-masthead){padding-top:0}.sp main:has(.profile-masthead) [aria-label=Breadcrumb]{display:none}.sp .profile-product-bar{padding-top:20px;padding-bottom:22px}.sp .profile-identity{grid-template-columns:58px minmax(0,1fr);gap:16px}.sp .profile-logo{width:58px;height:58px;padding:8px}.sp .profile-masthead-facts div{padding-right:18px;padding-left:18px}.sp .profile-masthead-facts dd{font-size:13.5px}.sp .profile-masthead .profile-mobile-cta{min-height:38px;padding:9px 15px}.sp .profile-layout{display:block}.sp .profile-main{max-width:none}.sp .profile-main>#fit{scroll-margin-top:108px}.sp .profile-band{scroll-margin-top:108px}.sp .profile-band{column-gap:clamp(42px,5vw,70px)}.sp .profile-band-head{align-self:start;padding-top:2px}.sp .profile-section-rail{display:block}.sp .profile-section-nav{top:72px;z-index:3;display:flex;align-items:center;padding:0;overflow-x:auto;border-top:1px solid var(--rule-2)}.sp .profile-section-nav a{border-left:0;background:transparent;white-space:nowrap}.sp .profile-section-nav a:hover{margin-left:0;border-left-color:transparent;background:transparent;color:var(--ink);text-decoration:none}.sp .profile-section-nav a:focus-visible{margin-left:0;border-left-color:transparent;background:transparent;color:var(--ink);text-decoration:none}.sp .profile-section-nav a.is-active{margin-left:0;border-left-color:transparent;background:transparent;color:var(--ink);text-decoration:none}}@media(max-width:980px){.sp main:has(.profile-masthead){padding-top:0}.sp main:has(.profile-masthead) [aria-label=Breadcrumb]{display:none}.sp .profile-title>.profile-summary{-webkit-line-clamp:5}}@media(min-width:981px){.sp .profile-section-rail{position:sticky}.sp .profile-section-nav{position:static}.sp .profile-band{align-content:start}.sp .profile-masthead{padding:22px 0 18px}.sp .profile-product-bar{min-height:0;gap:46px;align-items:start}.sp .profile-title h1{margin-top:-6px}.sp .profile-masthead-facts{max-width:750px;margin-top:13px;padding-top:11px}.sp .profile-masthead-facts div{padding-top:0;padding-bottom:0}.sp .profile-masthead .profile-mobile-cta{margin-top:24px}.sp .profile-section-rail{border-bottom:1px solid var(--rule-2);box-shadow:none}.sp .profile-section-nav{border:0}.sp .profile-panel{display:grid;gap:0}}@media(max-width:980px){.sp .profile-section-rail{position:sticky;top:0;z-index:8;background:var(--paper);border-top:1px solid var(--rule-2);border-bottom:1px solid var(--rule-2)}.sp .profile-section-nav{border:0;background:var(--paper)}.sp .profile-band{padding-top:0;padding-bottom:42px}}@media(min-width:981px){.sp .profile-band-head h2{top:126px}}@media(min-width:981px){.sp .profile-band{grid-template-columns:210px minmax(0,900px);gap:44px;align-items:start;border-bottom:1px solid var(--rule-2)}.sp .profile-band-head,.sp .profile-band-body{min-width:0}.sp .profile-band-head h2{position:static;max-width:none}.sp .profile-band-body,.sp .profile-faq{width:100%;max-width:none}}.sp .profile-icon{width:1em;height:1em;flex:0 0 auto}.sp .profile-title-row{display:flex;gap:10px;align-items:center;min-width:0}.sp .profile-verified-badge{display:inline-grid;place-items:center;width:22px;height:22px;color:var(--inst-green);border:1px solid color-mix(in srgb,var(--inst-green) 80%,var(--ink));background:var(--paper)}.sp .profile-website-cta{display:inline-flex;gap:8px;align-items:center;justify-content:center}.sp .profile-website-cta .profile-icon{font-size:13px}@media(min-width:981px){.sp main:has(.profile-masthead){background:#f6f7f8}.sp .profile-masthead{background:var(--paper);border-bottom:1px solid var(--rule-2)}.sp .profile-product-bar{width:min(1100px,calc(100vw - 96px));padding:26px 0 28px}.sp .profile-product-bar .profile-identity{grid-template-columns:62px minmax(0,1fr);column-gap:18px}.sp .profile-product-bar .profile-logo{width:62px;height:62px;margin-top:0;padding:8px;border-color:color-mix(in srgb,var(--rule-2) 90%,var(--ink));background:var(--paper)}.sp .profile-title h1{margin:0;font-size:clamp(30px,2.6vw,39px);line-height:1}.sp .profile-meta-line{margin-top:7px;color:var(--ink-2);font-size:15px;font-weight:560}.sp .profile-title>.profile-summary{max-width:760px;margin-top:14px;color:color-mix(in srgb,var(--ink-2) 92%,var(--paper));font-size:15.5px;line-height:1.52}.sp .profile-masthead-facts{display:none}.sp .profile-layout{width:min(1100px,calc(100vw - 96px));margin-top:0}.sp .profile-section-rail{top:57px;z-index:10;max-width:none;margin:0;border-top:0;background:var(--paper)}.sp .profile-section-nav{min-height:58px;gap:0;border-bottom:1px solid var(--rule-2);background:var(--paper)}.sp .profile-section-nav a{min-height:58px;padding:0 16px;color:color-mix(in srgb,var(--ink) 68%,var(--paper));font-size:14.5px;font-weight:620}.sp .profile-section-nav a:hover{box-shadow:inset 0 -3px 0 var(--accent)}.sp .profile-section-nav a:focus-visible{box-shadow:inset 0 -3px 0 var(--accent)}.sp .profile-section-nav a.is-active{box-shadow:inset 0 -3px 0 var(--accent)}.sp .profile-content-shell{display:grid;gap:24px;align-items:start;padding:26px 0 48px}.sp .profile-main{min-width:0}.sp .profile-side-rail{display:grid;gap:16px;min-width:0}.sp .profile-band{display:block;width:100%;max-width:none;margin:0 0 18px;padding:0 22px 22px;border:1px solid var(--rule-2);border-radius:8px;background:var(--paper)}.sp .profile-quick-facts{display:block;width:100%;max-width:none;margin:0}.sp .profile-band{min-height:0}.sp .profile-band-head h2,.sp .profile-quick-facts h2{margin:0 0 18px;color:var(--ink);font-family:var(--sans);font-size:18px;line-height:1.15;font-weight:730;letter-spacing:0}.sp .profile-faq{border-top:1px solid var(--rule-2)}.sp .profile-quick-facts dl{display:grid;gap:0;margin:0}.sp .profile-quick-facts dl>div{display:grid;grid-template-columns:24px minmax(0,1fr);gap:0 10px;padding:13px 0;border-top:1px solid color-mix(in srgb,var(--rule-2) 72%,transparent)}.sp .profile-quick-facts dl>div:first-child{border-top:0;padding-top:0}.sp .profile-quick-facts dt{display:contents}.sp .profile-quick-facts dt .profile-icon{grid-row:span 2;margin-top:2px;color:var(--ink-3);font-size:17px}.sp .profile-quick-facts dt span{color:var(--ink-3);font-size:12px;line-height:1.2;font-weight:650}.sp .profile-quick-facts dd{grid-column:2;margin:2px 0 0;color:var(--ink);font-size:14px;line-height:1.32;font-weight:620}}@media(max-width:980px){.sp .profile-content-shell{display:flex;flex-direction:column;gap:20px}.sp .profile-side-rail{display:grid;gap:16px;order:-1;position:static;top:auto}}@media(min-width:981px){.sp .profile-content-shell{grid-template-columns:minmax(0,1fr) 284px}.sp .profile-side-rail{top:132px}}.sp .profile-masthead,.sp .profile-layout{--profile-body-size: 14.5px;--profile-body-line: 1.48;--profile-body-weight: 400;--profile-value-weight: 430;--profile-label-weight: 620;--profile-section-weight: 680}.sp .profile-title h1{font-weight:720}.sp .profile-meta-line{font-weight:400}.sp .profile-title>.profile-summary{font-weight:400}.sp .profile-section-nav a{color:var(--ink-2);font-weight:500}.sp .profile-section-nav a.is-active{color:var(--ink);font-weight:650}.sp .profile-band-head h2,.sp .profile-quick-facts h2{font-weight:var(--profile-section-weight)}.sp .profile-integration-groups dt,.sp .profile-quick-facts dt span{color:var(--ink-3);font-family:var(--mono);font-size:var(--profile-label-size);font-weight:var(--profile-label-weight);letter-spacing:var(--profile-label-tracking);line-height:1.2;text-transform:uppercase}.sp .profile-integration-groups dd,.sp .profile-stack-list li{color:var(--ink-2);font-size:var(--profile-body-size);line-height:var(--profile-body-line);font-weight:var(--profile-body-weight)}.sp .profile-quick-facts dd{color:var(--ink-2);font-size:var(--profile-body-size);line-height:1.38;font-weight:var(--profile-value-weight)}.sp .profile-claim{margin-top:14px;padding:14px 16px;border:1px solid var(--rule-2);background:var(--paper-2)}.sp .profile-claim p{margin:0;font-size:12.5px;line-height:1.45;color:var(--ink-3)}.sp .profile-claim a{color:var(--ink);font-weight:600;border-bottom:1px solid var(--accent)}.sp .profile-claim a:hover{color:var(--accent-3)}.sp .profile-band#tradeoffs .profile-band-head h2,.sp .profile-band#reviews .profile-band-head h2{display:inline-flex;align-items:center;gap:12px}.sp .profile-band#tradeoffs .profile-band-head h2:before{content:"";border:1.5px solid var(--ink);background:var(--paper)}.sp .profile-band#reviews .profile-band-head h2:before{content:"";width:26px;height:26px;border:1.5px solid var(--ink);background:var(--paper)}.sp .profile-band#tradeoffs .profile-band-head h2:before{width:21px;height:21px;border-color:var(--ink);border-left-color:var(--accent);transform:rotate(45deg)}.sp .profile-band#reviews .profile-band-head h2:before{border-radius:50%;box-shadow:inset 0 -10px color-mix(in srgb,var(--accent) 48%,transparent)}.sp .profile-band#tradeoffs .profile-band-head h2:before{display:none}.sp .profile-band#reviews .profile-band-head h2:before{display:none}.sp.sp .profile-panel,.sp.sp .profile-band,.sp.sp .profile-quick-facts{border-radius:0}.sp .profile-source-row{margin-top:0}.sp .profile-masthead-facts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px 0;max-width:none;margin:16px 0 0;padding:14px 0 0;border-top:1px solid var(--rule-2)}.sp .profile-masthead-facts div{min-width:0;padding:0 18px;border-left:1px solid var(--rule-2)}.sp .profile-masthead-facts div:nth-child(4n+1){padding-left:0;border-left:0}.sp .profile-masthead-facts dt{margin:0 0 4px;color:var(--ink-3);font-family:var(--mono);font-size:10.5px;line-height:1.2;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.sp .profile-masthead-facts dd{margin:0;color:var(--ink);font-size:14px;line-height:1.34;font-weight:640;overflow-wrap:anywhere}.sp .profile-mini-curve{display:block;width:100%;height:auto;aspect-ratio:200 / 64;overflow:visible}.sp .mini-curve-fill{fill:color-mix(in srgb,var(--green-fill-2) 72%,transparent)}.sp .mini-curve-line{stroke:var(--ink);stroke-width:1.5}.sp .mini-curve-stop{fill:var(--paper);stroke:var(--ink-4);stroke-width:1.2}.sp .mini-curve-active-ring{fill:none;stroke:var(--brand-accent);stroke-width:2.4}.sp .mini-curve-active-dot{fill:var(--ink)}.sp .profile-masthead-actions{grid-column:1 / -1;display:flex;flex-wrap:wrap;align-items:center;gap:12px 22px;margin-top:20px;padding-top:18px;border-top:1px solid var(--rule-2)}.sp .profile-masthead-actions .profile-alternatives a{border-bottom-color:var(--ink-4)}.sp .profile-masthead-actions .profile-alternatives a:hover{color:var(--ink);border-bottom-color:var(--ink)}.sp .profile-decision{margin:0 0 18px;padding:0 22px 22px;border:1px solid var(--rule-2);border-radius:8px;background:var(--paper)}@media(max-width:980px){.sp .profile-masthead-facts{grid-template-columns:1fr;gap:0;margin-top:14px;padding-top:12px}.sp .profile-masthead-facts div{grid-column:auto;padding:9px 0 0;border-top:1px solid var(--rule-2);border-left:0}.sp .profile-masthead-facts div:nth-child(2){grid-column:auto;padding:9px 0 0;border-top:1px solid var(--rule-2);border-left:0}.sp .profile-masthead-facts div:nth-child(3){grid-column:auto;padding:9px 0 0;border-top:1px solid var(--rule-2);border-left:0}.sp .profile-masthead-facts div:nth-child(4n+1){grid-column:auto;padding:9px 0 0;border-top:1px solid var(--rule-2);border-left:0}.sp .profile-masthead-facts div:first-child{padding-top:0;border-top:0}.sp .profile-masthead-aside{align-items:flex-start}.sp .profile-masthead-actions{margin-top:16px;padding-top:14px}}.sp .profile-band-head h2.profile-section-title,.sp .profile-decision .profile-section-title{margin:0;font-family:var(--serif);font-size:clamp(24px,2.5vw,30px);line-height:1.08;font-weight:700;letter-spacing:-.01em;color:var(--ink)}.sp .profile-mini-curve-block{padding:16px 18px 14px;border:1px solid var(--rule-2);border-radius:8px;background:var(--paper)}.sp .profile-mini-curve-plot{position:relative;width:100%}.sp .profile-cta-card{padding:0}.sp .profile-cta-actions{display:grid;gap:10px}.sp .profile-cta-card .btn{width:100%;min-height:44px;justify-content:center;border-radius:6px;font-family:var(--mono);font-size:13px;font-weight:700;letter-spacing:.01em}.sp .profile-cta-visit{gap:6px;background:var(--paper);color:var(--ink);border:2px solid var(--ink)}.sp .profile-cta-visit:hover{background:var(--ink);color:var(--paper);border-color:var(--ink)}.sp .profile-cta-compare .compare-added,.sp .profile-cta-compare[aria-pressed=true] .compare-add{display:none}.sp .profile-cta-compare[aria-pressed=true] .compare-added{display:inline}.sp .profile-cta-alternatives{display:flex;flex-wrap:wrap;align-items:baseline;gap:4px 8px;margin:14px 2px 0;font-size:12.5px;line-height:1.4;color:var(--ink-3)}.sp .profile-cta-alternatives>span:first-child{width:100%;margin-bottom:3px;font-family:var(--mono);font-size:11px;letter-spacing:.05em;text-transform:uppercase;color:var(--ink-3)}.sp .profile-cta-alternatives a{color:var(--ink);border-bottom:1px solid var(--ink-4)}.sp .profile-cta-alternatives a:hover{border-bottom-color:var(--ink)}.sp .profile-quick-facts{padding:18px;border:1px solid var(--ink);border-radius:8px;background:var(--paper)}.sp .profile-quick-facts .profile-qf-row{display:flex;align-items:baseline;justify-content:space-between;gap:16px;padding:11px 0;border-top:1px solid var(--rule-2)}.sp .profile-quick-facts .profile-qf-row:first-child{padding-top:0;border-top:0}.sp .profile-quick-facts .profile-qf-row dt{display:block;flex:none;color:var(--ink-3);font-family:var(--mono);font-size:11px;line-height:1.2;font-weight:500;letter-spacing:.1em;text-transform:uppercase}.sp .profile-quick-facts .profile-qf-row dd{margin:0;text-align:right;color:var(--ink);font-size:14px;line-height:1.35;font-weight:500}.sp .profile-buyer-signals{display:grid;gap:24px}.sp .profile-signal-foot{display:grid;gap:12px}.sp .profile-signal-note{margin:0;color:var(--ink-2);font-size:13.5px;line-height:1.5}.sp .profile-signal-caveat{margin:0;color:var(--ink-3);font-size:12.5px;line-height:1.45}.sp .profile-integrations{display:flex;flex-wrap:wrap;gap:8px}.sp .profile-chip{display:inline-flex;align-items:center;padding:6px 12px;border:1px solid color-mix(in srgb,var(--ink) 24%,var(--paper));border-radius:6px;font-family:var(--mono);font-size:13px;line-height:1.1;font-weight:500;color:var(--ink-2);background:var(--paper);white-space:nowrap}.sp .profile-chip.is-extra{display:none}.sp .profile-chip-more{cursor:pointer;border-style:dashed;border-color:var(--ink-4);color:var(--ink);font-weight:640}.sp .profile-chip-more:hover{border-color:var(--ink);background:var(--paper-2)}.sp .profile-band-head{padding:34px 0 30px;border-top:2px solid var(--ink)}@media(min-width:981px){.sp section.profile-band>.profile-band-head,.sp .profile-decision>.profile-band-head{margin-right:-22px;margin-left:-22px;padding-right:22px;padding-left:22px}}@media(max-width:980px){.sp .profile-decision{padding:0;border:0;border-radius:0;background:transparent}}.sp .pf-rows{margin:0;border-top:1px solid var(--rule-2)}.sp .pf-rows>div{display:grid;grid-template-columns:170px minmax(0,1fr);gap:28px;align-items:baseline;padding:15px 0;border-bottom:1px solid var(--rule-2)}.sp .pf-rows dt{margin:0;color:var(--ink-3);font-family:var(--mono);font-size:11.5px;line-height:1.3;font-weight:500;letter-spacing:.1em;text-transform:uppercase}.sp .pf-rows dd{margin:0;color:var(--ink);font-size:16.5px;line-height:1.5;text-wrap:pretty}.sp .pf-rows-list{display:grid;gap:6px;margin:0;padding:0;list-style:none}.sp .pf-rows-list li{display:grid;grid-template-columns:16px minmax(0,1fr);align-items:baseline;font-size:15.5px;line-height:1.45}.sp .pf-rows-list li:before{content:"–";color:var(--ink)}.sp .pf-panel{min-width:0;border:1px solid var(--ink);background:var(--paper)}.sp .pf-panel-head{margin:0;padding:13px 16px;border-bottom:1px solid var(--ink);color:var(--ink-3);font-family:var(--mono);font-size:11.5px;line-height:1.2;font-weight:500;letter-spacing:.1em;text-transform:uppercase}.sp .pf-panel-list{margin:0;padding:0;list-style:none}.sp .pf-panel-list>li{padding:13px 16px;border-bottom:1px solid var(--rule-2);color:var(--ink);font-size:15.5px;line-height:1.45}.sp .pf-panel-list>li:last-child{border-bottom:0}.sp .pf-pair{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;align-items:start}.sp .pf-pair>:only-child{grid-column:1 / -1}.sp .pf-panel--grid .pf-panel-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.sp .pf-panel--grid .pf-panel-list>li{display:grid;grid-template-columns:16px minmax(0,1fr);gap:10px;align-items:start;border-bottom:0}.sp .pf-panel--grid .pf-panel-list>li:nth-child(n+3){border-top:1px solid var(--rule-2)}.sp .pf-panel--grid .pf-panel-list>li:nth-child(odd){border-right:1px solid var(--rule-2)}.sp .pf-panel--grid .pf-panel-list>li.is-uncovered{color:var(--ink-4)}.sp .pf-panel-mark{display:inline-flex;align-items:center;width:16px;height:1.45em;color:var(--check-green);font-size:15px}.sp .pf-panel--numbered .pf-panel-list{counter-reset:pf-panel-item}.sp .pf-panel--numbered .pf-panel-list>li{counter-increment:pf-panel-item;display:grid;grid-template-columns:30px minmax(0,1fr);align-items:baseline}.sp .pf-panel--numbered .pf-panel-list>li:before{content:counter(pf-panel-item,decimal-leading-zero);color:var(--ink-3);font-family:var(--mono);font-size:11.5px;letter-spacing:.06em}.sp .pf-table{width:100%;border-collapse:collapse;border:1px solid var(--ink);background:var(--paper)}.sp .pf-table th{padding:12px 16px;border-bottom:1.5px solid var(--ink);color:var(--ink-3);font-family:var(--mono);font-size:11px;line-height:1.2;font-weight:500;letter-spacing:.1em;text-transform:uppercase;text-align:left}.sp .pf-table td{padding:14px 16px;border-bottom:1px solid var(--rule-2);color:var(--ink);font-size:15.5px;line-height:1.45}.sp .pf-table tbody th{padding:14px 16px;border-bottom:1px solid var(--rule-2);vertical-align:top}.sp .pf-table tbody tr:last-child td,.sp .pf-table tbody tr:last-child th{border-bottom:0}.sp .pf-table th:first-child:nth-last-child(2)~th,.sp .pf-table td:first-child:nth-last-child(2)~td{width:42%}.sp .pf-table-scroll{overflow-x:auto}.sp .pf-table-scroll>.pf-table{min-width:860px}@media(max-width:860px){.sp .pf-table-scroll:has(>.pf-table--stack){overflow-x:visible}.sp .pf-table-scroll>.pf-table--stack,.sp .pf-table--stack{min-width:0;border:0;display:block}.sp .pf-table--stack thead{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.sp .pf-table--stack tbody,.sp .pf-table--stack tr{display:block}.sp .pf-table--stack tr{border:1px solid var(--ink);background:var(--paper)}.sp .pf-table--stack tr+tr{margin-top:14px}.sp .pf-table--stack th[scope=row]{display:block;border-bottom:1px solid var(--ink);background:var(--paper-2)}.sp .pf-table--stack td{display:grid;grid-template-columns:minmax(0,1fr);gap:3px;width:auto;border-bottom:1px solid var(--rule-2)}.sp .pf-table--stack tr>*:last-child{border-bottom:0}.sp .pf-table--stack td[data-label]:before{content:attr(data-label);color:var(--ink-3);font-family:var(--mono);font-size:10.5px;font-weight:500;letter-spacing:.1em;text-transform:uppercase}}.sp .pf-figure{color:var(--ink);font-weight:700}.sp .pf-figure.is-missing{color:var(--ink-4);font-weight:400}.sp .pf-table-note{margin:12px 0 0;max-width:70ch;color:var(--ink-3);font-size:13px;line-height:1.45}.sp .pf-note-marker{position:relative;display:inline-grid;place-items:center;width:15px;height:15px;padding:0;margin-left:6px;vertical-align:-2px;border:0;background:transparent;color:var(--ink-4);cursor:help;appearance:none;transition:color .12s ease}.sp .pf-note-marker svg{width:15px;height:15px;display:block}.sp .pf-note-marker:hover,.sp .pf-note-marker:focus-visible{color:var(--ink)}.sp .pf-note-tooltip{position:absolute;left:50%;bottom:calc(100% + 9px);z-index:12;display:block;width:max-content;max-width:min(330px,70vw);padding:10px 12px;transform:translate(-50%) translateY(2px);border:1px solid var(--ink);background:var(--ink);color:var(--paper);font-family:var(--sans);font-size:12.5px;line-height:1.38;font-weight:500;letter-spacing:0;text-align:left;text-transform:none;white-space:normal;opacity:0;pointer-events:none;transition:opacity .12s ease,transform .12s ease}.sp .pf-note-tooltip b{display:block;color:var(--brand-accent);font-weight:700}.sp .pf-note-tooltip b+span{display:block;margin-top:5px;color:var(--slab-fg-2)}.sp .pf-note-tooltip:after{content:"";position:absolute;left:50%;top:100%;width:8px;height:8px;transform:translate(-50%,-4px) rotate(45deg);background:var(--ink)}.sp .pf-note-marker:focus-visible .pf-note-tooltip,.sp .pf-note-marker.is-open .pf-note-tooltip{opacity:1;transform:translate(-50%) translateY(0)}@media(hover:hover){.sp .pf-note-marker:hover .pf-note-tooltip{opacity:1;transform:translate(-50%) translateY(0)}}.sp a.pf-note-marker,.sp button.pf-note-marker{cursor:pointer}@media(prefers-reduced-motion:reduce){.sp .pf-note-marker,.sp .pf-note-tooltip{transition:none}}.sp .profile-decision>*+*{margin-top:22px}.sp .profile-decision>.profile-band-head+*{margin-top:0}.sp .profile-rail-kicker{margin:0 0 10px;font-family:var(--mono);font-size:12px;line-height:1.2;font-weight:680;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-3)}.sp .profile-mini-curve-label{margin:0 0 12px}.sp .profile-mini-curve-axis{display:flex;justify-content:space-between;margin-top:24px;font-family:var(--mono);font-size:10.5px;letter-spacing:.06em;text-transform:uppercase;color:var(--ink-3)}.sp .profile-mini-curve-active-label{position:absolute;top:calc(100% + 5px);transform:translate(-50%);font-family:var(--mono);font-size:12.5px;font-weight:700;letter-spacing:.01em;color:var(--ink);white-space:nowrap}.sp .cmp-slot-head{width:34%;padding:0;border-left:1px dashed var(--paper-3);background:transparent}.sp .cmp-slot{padding:0;border-left:1px dashed var(--paper-3);background:transparent;vertical-align:middle;text-align:center}.sp .cmp-slot-cta{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;min-height:180px;padding:24px 18px;color:var(--ink-3);transition:color .12s ease,background .12s ease}.sp .cmp-slot-cta:hover,.sp .cmp-slot-cta:focus-visible{color:var(--ink);background:color-mix(in srgb,var(--brand-accent) 12%,transparent)}.sp .cmp-slot-plus{display:grid;place-items:center;width:42px;height:42px;border:2px solid currentColor;border-radius:var(--r-1);font-family:var(--mono);font-size:24px;font-weight:700;line-height:1}.sp .cmp-slot-label{font-size:14.5px;font-weight:700;letter-spacing:-.005em}.sp .cmp-slot-count{font-family:var(--mono);font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-4)}.sp .cmp-slot-stacked{display:none}@media(max-width:860px){.sp .cmp-slot-head,.sp .cmp-table tbody td.cmp-slot{display:none}.sp .cmp-slot-stacked:not([hidden]){display:flex;min-height:0;margin-top:14px;border:1px dashed var(--paper-3);border-radius:var(--r-1)}}@media(prefers-reduced-motion:reduce){.sp .cmp-slot-cta{transition:none}}.sp .pf-panel--reading .pf-panel-reading{margin:0;padding:15px 16px 17px;color:var(--ink);font-size:26px;line-height:1.1;font-weight:700;letter-spacing:-.012em}.sp .pf-panel--reading .pf-panel-reading.is-missing{color:var(--ink-4);font-weight:400;font-size:20px}.sp .pf-panel--plus .pf-panel-list>li,.sp .pf-panel--minus .pf-panel-list>li{display:grid;grid-template-columns:18px minmax(0,1fr);gap:12px;align-items:baseline}.sp .pf-panel--plus .pf-panel-list>li:before,.sp .pf-panel--minus .pf-panel-list>li:before{color:var(--ink);font-family:var(--mono);font-size:17px;font-weight:700;line-height:1.25}.sp .pf-panel--plus .pf-panel-list>li:before{content:"+"}.sp .pf-panel--minus .pf-panel-list>li:before{content:"–"}.sp .pf-panel--tinted,.sp .pf-panel--minus{background:var(--paper-2)}.sp .pf-panel--minus .pf-panel-head{color:var(--ink-2)}@media(max-width:900px){.sp .pf-pair{grid-template-columns:1fr}}@media(max-width:620px){.sp .pf-rows>div{grid-template-columns:1fr;gap:8px}.sp .pf-panel--grid .pf-panel-list{grid-template-columns:1fr}.sp .pf-panel--grid .pf-panel-list>li:nth-child(odd){border-right:0}.sp .pf-panel--grid .pf-panel-list>li:nth-child(n+2){border-top:1px solid var(--rule-2)}.sp .pf-table th:first-child:nth-last-child(2)~th,.sp .pf-table td:first-child:nth-last-child(2)~td{width:auto}}.sp .notfound{padding:56px 0 72px;max-width:60ch}.sp .notfound-code{margin:0 0 22px;color:var(--ink-4);font-family:var(--mono);font-size:clamp(64px,11vw,116px);line-height:.85;letter-spacing:-.04em}.sp .notfound h1{margin:0;font-size:var(--page-title-size);line-height:.98;letter-spacing:-.028em}.sp .notfound p:not(.notfound-code){margin:18px 0 0;padding-top:18px;border-top:1px solid var(--rule-2);color:var(--ink-2);font-size:16px;line-height:1.5}.sp .notfound-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:30px}@media(max-width:640px){.sp .notfound{padding:32px 0 48px}.sp .notfound h1{font-size:var(--page-title-size-mobile)}}
