.switcher{z-index:200;background:var(--ink-bg);color:#fff;position:sticky;top:0}.switcher-inner{align-items:stretch;max-width:1240px;height:48px;margin:0 auto;padding:0 24px;display:flex}.switcher-segs{flex:3;display:flex}.seg{color:#ffffff80;transition:all .16s var(--ease);white-space:nowrap;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;flex:1;justify-content:center;align-items:center;gap:8px;padding:0 14px;font-size:12.5px;font-weight:600;text-decoration:none;display:flex}.seg+.seg{box-shadow:inset 1px 0 #ffffff14}.seg:hover{color:#ffffffd9}.seg.on{color:#fff;border-bottom-color:var(--seg-dot,#fff)}.seg-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.seg-label{font-weight:600}.seg-sub{color:#ffffff61;font-size:11px;font-weight:500}.seg.on .seg-sub{color:#fff9}.switcher-utils{flex:1;justify-content:flex-end;align-items:center;gap:14px;padding-left:18px;display:flex;box-shadow:inset 1px 0 #ffffff14}.switcher-util-link{color:#ffffff80;white-space:nowrap;transition:color .16s var(--ease);font-size:12.5px;font-weight:600;text-decoration:none}.switcher-util-link:hover{color:#fff}.switcher-search{color:#ffffff8c;cursor:pointer;transition:all .14s var(--ease);background:#ffffff14;border:none;border-radius:999px;align-items:center;gap:6px;padding:5px 10px;font-size:12px;display:inline-flex}.switcher-search:hover{color:#fff;background:#ffffff24}.switcher-search kbd{font-family:var(--font-m);color:#ffffff80;font-size:10px}.switcher-utils .theme-toggle{color:#fff9;background:#ffffff0f;border-color:#ffffff2e;width:30px;height:30px}.switcher-utils .theme-toggle:hover{color:#fff;border-color:#ffffff59}@media (max-width:900px){.seg-sub{display:none}}@media (max-width:720px){.switcher-util-link{display:none}.seg{gap:6px;font-size:12px}}.nav{z-index:100;justify-content:center;width:100%;min-width:0;max-width:100%;padding:14px 24px;display:flex;position:sticky;top:44px}.nav-inner{background:color-mix(in srgb,var(--panel) 92%,transparent);-webkit-backdrop-filter:blur(20px)saturate(180%);backdrop-filter:blur(20px)saturate(180%);border:1px solid var(--line-strong);width:100%;min-width:0;max-width:min(1200px,100%);box-shadow:var(--shadow-sm),inset 0 1px 0 #ffffff0d;border-radius:999px;align-items:center;gap:4px;padding:8px;display:flex;position:relative}.nav-logo{font-family:var(--font-d);color:var(--ink);white-space:nowrap;flex-shrink:0;align-items:center;gap:9px;margin-right:6px;font-size:18px;font-style:normal;text-decoration:none;display:flex}.logo-badge{flex:none;justify-content:center;align-items:center;display:inline-flex;position:relative}.logo-badge-ring{transform-origin:50%;animation:20s linear infinite logo-spin;position:absolute;inset:0}.logo-badge-ring text{font-family:var(--font-d);letter-spacing:.14em;fill:var(--ink);text-transform:uppercase;font-size:9px}.logo-badge-mark{display:inline-flex;position:relative}@keyframes logo-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.logo-badge-ring{animation:none}}.nav-logo .mark{background:var(--accent);border-radius:6px;width:19px;height:19px;transition:background .2s;display:inline-block}.nav-links{flex:1;gap:2px;margin-left:10px;display:flex}.nav-link{color:var(--muted);transition:all .12s var(--ease);white-space:nowrap;border-radius:999px;padding:6px 13px;font-size:13px;font-weight:500;text-decoration:none;display:inline-block}.theme-toggle{border:1.5px solid var(--line);background:var(--panel);width:34px;height:34px;color:var(--muted);cursor:pointer;transition:all .14s var(--ease);border-radius:999px;flex:none;justify-content:center;align-items:center;display:inline-flex}.theme-toggle:hover{color:var(--ink);border-color:var(--line-strong)}.nav-search-trigger{border:1.5px solid var(--line);background:var(--panel);height:34px;color:var(--muted);cursor:pointer;transition:all .14s var(--ease);border-radius:999px;flex:none;align-items:center;gap:7px;padding:0 11px;display:inline-flex}.nav-search-trigger:hover{color:var(--ink);border-color:var(--line-strong)}.nav-search-trigger kbd{font-family:var(--font-m);color:var(--faint);font-size:10px}.cmdk-overlay{z-index:900;background:color-mix(in srgb,var(--ink) 42%,transparent);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);animation:cmdkFade .12s var(--ease);justify-content:center;align-items:flex-start;padding:14vh 20px 20px;display:flex;position:fixed;inset:0}@keyframes cmdkFade{0%{opacity:0}to{opacity:1}}.cmdk-panel{background:var(--panel);border:1px solid var(--line);width:100%;max-width:560px;box-shadow:var(--shadow-lg);border-radius:16px;overflow:hidden}.cmdk-input-row{border-bottom:1px solid var(--line);color:var(--faint);align-items:center;gap:11px;padding:16px 18px;display:flex}.cmdk-input{color:var(--ink);font-size:15px;font-family:var(--font-s);background:0 0;border:none;outline:none;flex:1}.cmdk-input::placeholder{color:var(--faint)}.cmdk-kbd{font-family:var(--font-m);color:var(--faint);border:1px solid var(--line);border-radius:6px;padding:2px 6px;font-size:10px}.cmdk-list{max-height:52vh;margin:0;padding:8px;list-style:none;overflow-y:auto}.cmdk-empty{text-align:center;color:var(--faint);padding:22px;font-size:13.5px}.cmdk-item{cursor:pointer;color:var(--ink);border-radius:10px;align-items:center;gap:11px;padding:10px 12px;font-size:14px;display:flex}.cmdk-item.active{background:var(--accent-soft)}.cmdk-item-icon{color:var(--accent);flex:none;display:inline-flex}.cmdk-item-label{white-space:nowrap;text-overflow:ellipsis;flex:1;overflow:hidden}.cmdk-item-sub{color:var(--faint)}.cmdk-item-kind{font-family:var(--font-m);color:var(--faint);text-transform:uppercase;letter-spacing:.06em;flex:none;font-size:10px}.cmdk-item.active .cmdk-item-kind{color:var(--accent-strong)}.nav-link:hover,.nav-link.active{background:var(--accent-soft);color:var(--accent-strong)}.nav-actions{align-items:center;gap:6px;margin-left:auto;display:flex}.nav-hamburger{border:1.5px solid var(--line-strong);width:38px;height:38px;color:var(--ink);background:0 0;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;margin-left:auto;font-size:16px;display:none}.mobile-menu{display:none}.mobile-menu.open{background:var(--panel);border:1px solid var(--line);box-shadow:var(--shadow);z-index:140;border-radius:18px;flex-direction:column;gap:2px;padding:12px;display:flex;position:absolute;top:calc(100% + 10px);left:0;right:0}.mobile-menu .nav-link{border-radius:12px;padding:11px 14px;font-size:15px}.mobile-menu .mm-actions{border-top:1px solid var(--line);flex-direction:column;gap:8px;margin-top:8px;padding-top:12px;display:flex}.mobile-menu .mm-actions .btn{justify-content:center}.mm-avenues{border-bottom:1px solid var(--line);flex-direction:column;gap:2px;margin-bottom:8px;padding-bottom:10px;display:flex}.mm-avenue-row{color:var(--ink);border-radius:12px;align-items:center;gap:10px;padding:11px 14px;font-size:15px;font-weight:600;text-decoration:none;transition:background .12s;display:flex}.mm-avenue-row:hover{background:var(--accent-soft)}.mm-avenue-row.on{background:var(--tint)}.mm-avenue-sub{color:var(--faint);font-size:11.5px;font-weight:500;font-family:var(--font-m);margin-left:auto}.btn{cursor:pointer;transition:all .14s var(--ease);white-space:nowrap;font-size:13px;font-weight:600;font-family:var(--font-s);border:none;border-radius:999px;align-items:center;gap:6px;padding:8px 18px;text-decoration:none;display:inline-flex}.btn-primary{background:var(--accent);color:var(--on-accent,#fff)}.btn-primary:hover{filter:brightness(.93);box-shadow:0 4px 14px color-mix(in srgb,var(--accent) 34%,transparent);transform:translateY(-1px)}.btn-outline{color:var(--ink);border:1.5px solid var(--line-strong);background:0 0}.btn-outline:hover{border-color:var(--accent);color:var(--accent)}.btn-ghost{color:var(--muted);background:0 0}.btn-ghost:hover{color:var(--ink)}.btn-lg{padding:14px 28px;font-size:15px}.btn-sm{padding:6px 14px;font-size:12px}.btn-block{justify-content:center;width:100%}.shell-v3{max-width:1160px;margin:0 auto;padding:0 24px}.shell-wide{max-width:1240px;margin:0 auto;padding:0 24px}.shell-narrow{max-width:780px;margin:0 auto;padding:0 24px}.section-v3{padding:64px 0}.section-sm{padding:40px 0}.section-alt{background:var(--panel)}.section-dark{background:var(--ink-bg);color:#fff;position:relative;overflow:hidden}.eyebrow{text-transform:uppercase;letter-spacing:.12em;color:var(--accent);margin-bottom:14px;font-size:11px;font-weight:700}.section-head-v3{text-align:center;max-width:680px;margin-bottom:52px;margin-left:auto;margin-right:auto}.section-h2{font-family:var(--font-d);letter-spacing:-.02em;text-wrap:balance;margin-bottom:16px;font-size:clamp(2rem,3.4vw,3rem);line-height:1.12}.section-h2 em{color:var(--accent);font-style:italic}.section-lede{color:var(--muted);text-wrap:pretty;max-width:58ch;margin:0 auto;font-size:17px;line-height:1.65}.hero-h1{font-family:var(--font-d);letter-spacing:-.022em;color:var(--ink);text-wrap:balance;margin-bottom:22px;font-size:clamp(2.6rem,5.2vw,4.6rem);line-height:1.04}.hero-h1 em{color:var(--accent);font-style:italic}.hero-lede{color:var(--muted);text-wrap:pretty;max-width:52ch;margin-bottom:18px;font-size:18px;line-height:1.7}.hero-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.trust{opacity:.75;flex-wrap:wrap;align-items:center;gap:28px;display:flex}.trust-label{color:var(--faint);letter-spacing:.02em;font-size:12px;font-weight:600}.trust-logo{font-family:var(--font-d);color:var(--muted);font-size:17px;font-style:italic}.product-frame{background:var(--panel);border:1px solid var(--line);box-shadow:var(--shadow-lg);border-radius:16px;min-width:0;max-width:100%;overflow:hidden}.frame-bar{background:var(--bg);border-bottom:1px solid var(--line);align-items:center;gap:6px;min-width:0;height:36px;padding:0 14px;display:flex}.frame-bar-label{color:var(--muted);font-size:11px;font-family:var(--font-m);text-overflow:ellipsis;white-space:nowrap;min-width:0;margin-left:12px;overflow:hidden}.dot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.plat-hero>*{min-width:0}.plat-console{grid-template-columns:128px minmax(0,1fr);min-width:0;height:320px;display:grid;overflow:hidden}.plat-console-nav{background:var(--ink-bg);min-width:0;padding:14px 10px}.plat-console-nav-item{color:#ffffff80;border-radius:6px;margin-bottom:2px;padding:7px 10px;font-size:11.5px;font-weight:500}.plat-console-nav-item.on{color:#fff;background:#ffffff24;font-weight:700}.plat-console-main{flex-direction:column;gap:10px;min-width:0;padding:16px;display:flex}.plat-console-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.plat-console-stat{background:var(--bg);border:1px solid var(--line);border-radius:8px;min-width:0;padding:10px}.plat-console-stat-label{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;font-size:9px}.plat-console-stat-val{font-family:var(--font-d);font-size:20px}.plat-console-board{background:var(--bg);border:1px dashed var(--line);min-height:120px;color:var(--muted);font-family:var(--font-m);border-radius:8px;flex:1;justify-content:center;align-items:center;font-size:11px;display:flex}.feat-row{grid-template-columns:1fr 1fr;align-items:center;gap:48px;display:grid}.feat-row.flip .feat-text{order:2}.feat-num{font-family:var(--font-m);color:var(--accent);letter-spacing:.04em;margin-bottom:10px;font-size:12px;font-weight:500}.feat-h3{font-family:var(--font-d);letter-spacing:-.015em;margin-bottom:12px;font-size:clamp(1.6rem,2.4vw,2.1rem);line-height:1.15}.feat-desc{color:var(--muted);margin-bottom:18px;font-size:15.5px;line-height:1.7}.feat-list{flex-direction:column;gap:9px;display:flex}.feat-item{color:var(--ink);align-items:flex-start;gap:9px;font-size:14px;display:flex}.feat-visual{background:var(--panel);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:20px;flex-direction:column;justify-content:center;min-height:280px;padding:26px;display:flex}.module-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.module-card{background:var(--panel);border:1px solid var(--line);transition:all .18s var(--ease);border-radius:18px;padding:24px}.module-card:hover{box-shadow:var(--shadow);transform:translateY(-2px)}.module-card .mtag{letter-spacing:.1em;text-transform:uppercase;background:var(--accent-soft);width:fit-content;color:var(--accent-strong);border-radius:999px;align-self:flex-start;margin-bottom:14px;padding:3px 9px;font-size:10px;font-weight:700;display:inline-block}.module-title{font-family:var(--font-d);letter-spacing:-.01em;margin-bottom:8px;font-size:1.3rem}.module-feat{color:var(--muted);align-items:flex-start;gap:7px;margin-top:6px;font-size:13px;line-height:1.45;display:flex}.module-feat:before{content:"";background:var(--accent);border-radius:50%;flex-shrink:0;width:5px;height:5px;margin-top:7px}.stats-band{border:1px solid #ffffff1a;border-radius:20px;grid-template-columns:repeat(4,1fr);display:grid;overflow:hidden}.stat-item{text-align:center;border-right:1px solid #ffffff1a;padding:30px 24px}.stat-item:last-child{border-right:none}.stat-val{font-family:var(--font-d);letter-spacing:-.03em;margin-bottom:4px;font-size:2.8rem;line-height:1}.stat-label{color:#ffffff8c;text-transform:uppercase;letter-spacing:.05em;font-size:12.5px}.funnel{flex-direction:column;gap:8px;display:flex}.funnel-tier{border:1px solid var(--line);background:var(--panel);border-radius:14px;align-items:center;gap:14px;padding:16px 20px;display:flex;position:relative}.funnel-badge{font-family:var(--font-m);border-radius:6px;flex-shrink:0;padding:3px 8px;font-size:10px;font-weight:600}.funnel-arrow{color:var(--faint);justify-content:center;align-items:center;display:flex}.flywheel{aspect-ratio:1;width:300px;max-width:72vw;margin:2px auto 44px}.flywheel-svg{width:100%;height:100%;display:block}.fw-orbit{transform-origin:130px 130px}.fw-orbit-a{animation:15s linear infinite fw-spin}.fw-orbit-b{animation:9s linear infinite reverse fw-spin}.fw-orbit-c{animation:6s linear infinite fw-spin}.fw-ring-mid{transform-origin:130px 130px;animation:24s linear infinite fw-spin}.fw-core{transform-origin:130px 130px;animation:3.2s ease-in-out infinite fw-pulse}@keyframes fw-spin{to{transform:rotate(360deg)}}@keyframes fw-pulse{0%,to{opacity:1}50%{opacity:.5}}@media (prefers-reduced-motion:reduce){.fw-orbit,.fw-ring-mid,.fw-core{animation:none}}.engine-icon{background:var(--accent-soft);width:40px;height:40px;color:var(--accent-strong);border-radius:11px;justify-content:center;align-items:center;margin-bottom:14px;display:inline-flex}.engine-icon-lg{border-radius:14px;width:52px;height:52px;margin-bottom:18px}.engine-card-head{align-items:center;gap:10px;margin-bottom:14px;display:flex}.engine-card-head .engine-icon,.engine-card-head .mtag{margin-bottom:0}.price-emblem,.svc-emblem,.dir-emblem{width:72px;height:72px;margin-bottom:12px;display:inline-block}.price-emblem svg,.svc-emblem svg,.dir-emblem svg{width:100%;height:100%;display:block}.section-head-v3 .engine-icon{margin-left:auto;margin-right:auto}.svc-group-head{text-align:left;align-items:center;gap:14px;margin-bottom:28px;display:flex}.svc-group-head .engine-icon{flex-shrink:0;margin-bottom:0}.svc-group-head .eyebrow{margin-bottom:2px}.svc-landing [id]{scroll-margin-top:128px}.svc-index-jumps{flex-direction:column;gap:10px;display:flex}a.svc-index-jump{background:var(--panel);border:1px solid var(--line);color:inherit;transition:box-shadow .18s var(--ease),transform .18s var(--ease),border-color .18s var(--ease);border-radius:16px;align-items:center;gap:14px;padding:16px 18px;text-decoration:none;display:flex}a.svc-index-jump:hover{box-shadow:var(--shadow);border-color:var(--line-strong);transform:translateY(-2px)}.svc-index-jump .engine-icon{flex-shrink:0;margin-bottom:0}.svc-index-jump-n{font-family:var(--font-m);color:var(--accent);letter-spacing:.06em;margin-bottom:2px;font-size:11px;font-weight:600}.svc-index-jump-title{font-size:15px;font-weight:700;line-height:1.25}.svc-index-jump-lede{color:var(--muted);margin-top:2px;font-size:13px;line-height:1.45}a.svc-index-card{color:inherit;flex-direction:column;min-width:0;height:100%;text-decoration:none;display:flex}a.svc-index-card .engine-icon{margin-bottom:12px}a.svc-index-card .mtag{margin-bottom:10px}.svc-index-grid[data-cols="1"]{max-width:640px}.svc-index-cta{color:var(--accent-strong);margin-top:auto;padding-top:16px;font-size:13px;font-weight:600}.pricing-faq-chevron{transition:transform .22s var(--ease)}.pricing-faq[open] .pricing-faq-chevron{transform:rotate(180deg)}.pricing-faq summary::-webkit-details-marker{display:none}.price-grid{grid-template-columns:repeat(3,1fr);align-items:start;gap:18px;display:grid}.price-grid-4 .price-grid{grid-template-columns:repeat(4,1fr)}@media (max-width:1100px){.price-grid-4 .price-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.price-grid-4 .price-grid{grid-template-columns:1fr}}.price-card{background:var(--panel);border:1px solid var(--line);border-radius:20px;padding:30px;position:relative}.price-card.featured{background:var(--ink-bg);color:#fff;border-color:var(--ink-bg);transform:scale(1.03)}html[data-theme=dark] .price-card.featured{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent)}.price-tier{text-transform:uppercase;letter-spacing:.1em;margin-bottom:8px;font-size:11px;font-weight:700}.price-val{font-family:var(--font-d);letter-spacing:-.03em;font-size:3rem;line-height:1}.price-per{font-size:12px;font-family:var(--font-m);margin-bottom:20px}.price-feat{gap:9px;margin-bottom:10px;font-size:13.5px;line-height:1.4;display:flex}.dir-hero{background:radial-gradient(circle at 50% -30%,var(--dir-soft),var(--bg) 60%);padding:44px 0 30px}.dir-hero-v3{text-align:center;background:radial-gradient(circle at 50% -20%,var(--dir-soft) 0%,var(--bg) 58%);padding:56px 0 8px}.dir-hero-v3 .section-lede{margin-left:auto;margin-right:auto}.dir-search{background:var(--panel);border:1px solid var(--line);box-shadow:var(--shadow);z-index:6;border-radius:16px;grid-template-columns:1.4fr 1fr auto;gap:8px;padding:12px;display:grid;position:relative;overflow:visible}.dir-search-hero{text-align:left;max-width:780px;margin:28px auto 0}.dir-input{border:1.5px solid var(--line);height:50px;font-size:14.5px;font-family:var(--font-s);color:var(--ink);background:var(--panel);border-radius:11px;outline:none;width:100%;padding:0 16px;transition:border .14s}.dir-input:focus{border-color:var(--dir-accent)}.dir-input-sm{border-radius:9px;height:38px;padding:0 10px;font-size:13.5px}.search-select{width:100%;min-width:0;position:relative}.search-select.is-open{z-index:60}.search-select.is-hug{width:auto;min-width:168px}.search-select-trigger{border:1.5px solid var(--line);background:var(--panel);width:100%;height:50px;color:var(--ink);font-size:14.5px;font-family:var(--font-s);cursor:pointer;text-align:left;border-radius:11px;justify-content:space-between;align-items:center;gap:10px;padding:0 12px 0 16px;font-weight:500;transition:border .14s;display:flex}.search-select-trigger:hover,.search-select-trigger:focus-visible,.search-select.is-open .search-select-trigger{border-color:var(--dir-accent);outline:none}.search-select-trigger.is-sm{background:var(--bg);border-radius:10px;height:40px;padding:0 10px 0 12px;font-size:13.5px}.search-select-trigger svg{color:var(--faint);transition:transform .16s var(--ease);flex-shrink:0}.search-select.is-open .search-select-trigger svg{color:var(--dir-accent);transform:rotate(180deg)}.search-select-value{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.search-select-panel{background:var(--panel);border:1.5px solid var(--line);width:max(100%,260px);max-width:min(360px,92vw);box-shadow:var(--shadow);z-index:61;border-radius:14px;position:absolute;top:calc(100% + 6px);left:0;overflow:hidden}.search-select.is-hug .search-select-panel{width:240px;left:auto;right:0}.search-select-search-wrap{border-bottom:1px solid var(--line);color:var(--faint);background:var(--bg);align-items:center;gap:8px;padding:10px 12px;display:flex}.search-select-search{min-width:0;color:var(--ink);font-size:13.5px;font-family:var(--font-s);background:0 0;border:none;outline:none;flex:1}.search-select-search::-webkit-search-cancel-button{appearance:none}.search-select-list{max-height:240px;margin:0;padding:6px;list-style:none;overflow-y:auto}.search-select-empty{color:var(--faint);text-align:center;padding:16px 12px;font-size:13px}.search-select-option{width:100%;color:var(--ink);font-size:13.5px;font-family:var(--font-s);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:9px;justify-content:space-between;align-items:center;gap:10px;padding:9px 11px;display:flex}.search-select-option.is-active{background:var(--dir-tint);color:var(--ink)}.search-select-option.is-selected{color:var(--dir-strong);font-weight:600}.search-select-option.is-selected svg{color:var(--dir-accent);flex-shrink:0}.dir-search-btn{background:var(--dir-accent);color:#fff;cursor:pointer;border:none;border-radius:11px;height:50px;padding:0 28px;font-size:15px;font-weight:600;transition:filter .14s}.dir-search-btn:hover{filter:brightness(.93)}.archive{grid-template-columns:280px 1fr;align-items:start;gap:32px;display:grid}.filter-rail{background:var(--panel);border:1px solid var(--line);box-shadow:var(--shadow-sm);z-index:5;border-radius:20px;padding:8px 18px 18px;position:sticky;top:130px;overflow:visible}.filter-rail-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;padding:12px 2px 14px;display:flex}.filter-rail-head .filter-h{letter-spacing:.1em;margin:0;font-size:12px}.filter-clear{color:var(--dir-accent);white-space:nowrap;font-size:11.5px;font-weight:600;text-decoration:none}.filter-clear:hover{text-decoration:underline}.filter-rail .filter-group{border-bottom:1px solid var(--line);flex-flow:column;align-items:stretch;gap:10px;width:100%;padding:16px 2px;display:flex}.filter-rail .filter-group:last-of-type{border-bottom:none}.filter-h{text-transform:uppercase;letter-spacing:.07em;color:var(--ink);margin-bottom:12px;font-size:11px;font-weight:700}.filter-rail .filter-h{margin-bottom:0}.filter-opt{color:var(--muted);cursor:pointer;border:1px solid #0000;border-radius:10px;align-items:center;gap:9px;padding:7px 10px;font-size:13.5px;transition:color .12s,background .12s;display:flex;position:relative}.filter-opt:hover{color:var(--ink);background:var(--tint)}.filter-check{border:1.5px solid var(--line-strong);color:#fff;background:var(--panel);border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;width:17px;height:17px;font-size:11px;transition:all .12s;display:flex}.filter-opt.on{color:var(--ink);background:var(--dir-soft);border-color:color-mix(in srgb,var(--dir-accent) 22%,var(--line));font-weight:500}.filter-opt.on .filter-check{background:var(--dir-accent);border-color:var(--dir-accent)}.filter-count{color:var(--faint);font-size:11px;font-family:var(--font-m);margin-left:auto}.filter-rail-actions{padding:6px 2px 4px}.filter-rail-actions .btn-primary{background:var(--dir-accent);color:#fff}.filter-checks{flex-direction:column;gap:6px;display:flex}.filter-rail .dir-input-sm{background:var(--bg);border-radius:10px;height:40px;padding:0 12px}.result-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px;display:flex}.result-count{color:var(--muted);margin:0;font-size:15px}.result-count strong{font-family:var(--font-d);color:var(--ink);letter-spacing:-.02em;font-size:22px;font-weight:400}.result-tools{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.sort-select{border:1.5px solid var(--line);background:var(--panel);height:38px;color:var(--ink);font-size:13px;font-family:var(--font-s);cursor:pointer;border-radius:9px;padding:0 12px}.dir-results{flex-direction:column;gap:14px;display:flex}.dir-pages{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;margin-top:32px;display:flex}.dir-page-cluster{align-items:center;gap:8px;display:inline-flex}.dir-page-btn{border:1.5px solid var(--line);background:var(--panel);min-width:40px;height:40px;color:var(--ink);transition:all .14s var(--ease);border-radius:999px;justify-content:center;align-items:center;padding:0 14px;font-size:13.5px;font-weight:600;text-decoration:none;display:inline-flex}.dir-page-btn:hover{border-color:var(--dir-accent);color:var(--dir-accent)}.dir-page-btn.on{border-color:var(--dir-accent);background:var(--dir-soft);color:var(--dir-strong)}.dir-page-btn.is-disabled{opacity:.38;pointer-events:none}.dir-pages-gap{color:var(--faint);padding:0 2px}.dir-empty{text-align:center;background:var(--panel);border:1px solid var(--line);border-radius:18px;padding:56px 24px}.dir-empty .engine-icon{margin-left:auto;margin-right:auto}.dir-empty h3{font-family:var(--font-d);letter-spacing:-.01em;margin:0 0 8px;font-size:1.6rem;font-weight:400}.dir-empty p{color:var(--muted);max-width:42ch;margin:0 auto;font-size:14px;line-height:1.6}.dir-city-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.dir-city-card{align-items:center;gap:14px;padding:18px 20px}.dir-city-card .module-title{margin-bottom:2px;font-size:1.15rem}.dir-city-meta{color:var(--muted);font-size:13px}.dir-city-card .dir-city-arrow{color:var(--dir-accent);flex-shrink:0}.dir-city-mark{background:var(--dir-soft);width:44px;height:44px;color:var(--dir-strong);font-family:var(--font-d);letter-spacing:-.02em;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;font-size:15px;display:flex}.dir-steps{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.dir-step-card{background:var(--panel);border:1px solid var(--line);min-height:100%;transition:transform .18s var(--ease),box-shadow .18s var(--ease),border-color .18s var(--ease);border-radius:20px;flex-direction:column;padding:26px 24px 22px;display:flex;position:relative;overflow:hidden}.dir-step-card:before{content:"";background:var(--dir-accent);height:3px;position:absolute;inset:0 0 auto}.dir-step-card:hover{box-shadow:var(--shadow);border-color:color-mix(in srgb,var(--dir-accent) 40%,var(--line));transform:translateY(-3px)}.dir-step-head{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:18px;display:flex}.dir-step-index{font-family:var(--font-d);letter-spacing:-.04em;color:var(--dir-accent);font-size:2.35rem;font-weight:400;line-height:.9;display:block}.dir-step-label{letter-spacing:.12em;text-transform:uppercase;color:var(--dir-strong);margin-top:6px;font-size:11px;font-weight:700;display:block}.dir-step-icon{background:var(--dir-soft);width:48px;height:48px;color:var(--dir-strong);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.dir-step-title{font-family:var(--font-d);letter-spacing:-.02em;color:var(--ink);margin:0 0 8px;font-size:1.4rem;font-weight:400;line-height:1.2}.dir-step-copy{color:var(--muted);flex:1;margin:0 0 18px;font-size:14px;line-height:1.65}.dir-step-link{color:var(--dir-accent);align-items:center;gap:6px;font-size:13px;font-weight:600;text-decoration:none;display:inline-flex}.dir-step-link:hover{color:var(--dir-strong)}.dir-step-link svg{transition:transform .16s var(--ease)}.dir-step-link:hover svg{transform:translate(3px)}.dir-claim{background:linear-gradient(160deg,var(--ink-bg) 0%,var(--ink-bg-2) 100%);color:var(--on-ink);box-shadow:var(--shadow);border-radius:24px;justify-content:space-between;align-items:center;gap:28px;padding:36px 40px;display:flex}.dir-claim-copy{min-width:0;max-width:56ch}.dir-claim-eyebrow{text-transform:uppercase;letter-spacing:.12em;color:var(--accent-bright);margin-bottom:10px;font-size:11px;font-weight:700}.dir-claim h2{font-family:var(--font-d);letter-spacing:-.02em;color:var(--on-ink);margin:0 0 10px;font-size:clamp(1.5rem,2.6vw,2rem);font-weight:400;line-height:1.15}.dir-claim h2 em{color:var(--accent-bright);font-style:italic}.dir-claim p{color:var(--on-ink-muted);margin:0;font-size:14.5px;line-height:1.65}.dir-claim-actions{flex-wrap:wrap;flex-shrink:0;gap:10px;display:flex}.dir-claim .btn-outline{color:var(--on-ink);border-color:#f4efe347}.dir-claim .btn-outline:hover{border-color:var(--accent-bright);color:var(--accent-bright)}.dir-claim .btn-primary{background:var(--dir-accent);color:#fff}#search,#how,#cities,#claim,#directory-about,#results,#book{scroll-margin-top:120px}.practice-card-v3{background:var(--panel);border:1px solid var(--line);transition:all .16s var(--ease);color:inherit;border-radius:18px;gap:16px;padding:20px 22px;text-decoration:none;display:flex}.practice-card-v3:hover{box-shadow:var(--shadow);border-color:color-mix(in srgb,var(--dir-accent) 36%,var(--line));transform:translateY(-2px)}.practice-card-main{min-width:0;color:inherit;flex:1;gap:16px;text-decoration:none;display:flex}.practice-card-body{flex:1;min-width:0}.practice-card-title-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.practice-card-name{font-family:var(--font-d);letter-spacing:-.01em;margin:0;font-size:18px;font-weight:600}.practice-card-meta{color:var(--muted);flex-wrap:wrap;align-items:center;gap:10px;margin-top:5px;font-size:13px;display:flex}.practice-card-rating{align-items:center;gap:4px;display:inline-flex}.practice-card-rating-val{color:var(--ink);font-weight:600}.practice-card-rating-count{color:var(--faint)}.practice-card-tagline{color:var(--muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:8px 0 0;font-size:13px;line-height:1.5;display:-webkit-box;overflow:hidden}.practice-card-chips{flex-wrap:wrap;gap:6px;margin-top:10px;display:flex}.chip-quiet{cursor:default;padding:2px 9px;font-size:11.5px;font-weight:500}.practice-card-actions{flex-direction:column;flex-shrink:0;justify-content:center;gap:8px;display:flex}.practice-card-actions .btn{justify-content:center;min-width:96px}.practice-card-actions .btn-primary{background:var(--dir-accent);color:#fff}.practice-logo{background:var(--dir-soft);width:60px;height:60px;font-family:var(--font-d);color:var(--dir-strong);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;font-size:20px;display:flex}.star{color:#d98a2b;font-size:13px}.chip{border:1.5px solid var(--line);background:var(--panel);color:var(--muted);cursor:pointer;border-radius:999px;align-items:center;gap:4px;padding:4px 11px;font-size:12px;font-weight:600;transition:all .12s;display:inline-flex}.chip.on{border-color:var(--dir-accent);background:var(--dir-soft);color:var(--dir-strong)}.badge-verified{color:var(--dir-strong);background:var(--dir-soft);border-radius:999px;align-items:center;gap:3px;padding:2px 9px;font-size:11px;font-weight:700;display:inline-flex}.badge-open{color:#2f7a4a;background:#e3f1e8;border-radius:999px;padding:2px 9px;font-size:11px;font-weight:700}html[data-theme=dark] .badge-open{color:#86d3b1;background:#17291f}.badge-top{color:#9a6a16;background:#f7ecd4;border-radius:999px;align-items:center;gap:3px;padding:2px 9px;font-size:11px;font-weight:700;display:inline-flex}.seo-prose{color:var(--muted);max-width:72ch;font-size:15px;line-height:1.75}.seo-prose h2{font-family:var(--font-d);color:var(--ink);letter-spacing:-.015em;margin:36px 0 14px}.seo-prose h3{font-family:var(--font-d);color:var(--ink);letter-spacing:-.01em;margin:24px 0 10px;font-size:1.4rem}.seo-prose p{margin-bottom:14px}.seo-prose strong{color:var(--ink);font-weight:600}.insight-cta{background:radial-gradient(90% 80% at 12% 0%,color-mix(in srgb,var(--accent) 22%,transparent) 0%,transparent 55%), linear-gradient(160deg,var(--ink-bg) 0%,var(--ink-bg-2) 100%);color:var(--on-ink);box-shadow:var(--shadow);border-radius:20px;grid-template-columns:minmax(0,1fr) minmax(0,1.05fr);align-items:center;gap:20px 24px;padding:22px 24px;display:grid;position:relative;overflow:hidden}.insight-cta-copy{z-index:1;flex-direction:column;justify-content:center;min-width:0;max-width:none;display:flex;position:relative}.insight-cta-eyebrow{font-family:var(--font-m);letter-spacing:.14em;text-transform:uppercase;color:color-mix(in srgb,var(--accent) 45%,var(--on-ink));align-items:center;gap:10px;margin-bottom:8px;font-size:10px;font-weight:600;display:inline-flex}.insight-cta-eyebrow-bar{background:var(--accent-bright);border-radius:999px;flex-shrink:0;width:22px;height:2px;display:block}.insight-cta-h2{font-family:var(--font-d);letter-spacing:-.02em;color:var(--on-ink);margin:0 0 8px;font-size:clamp(1.35rem,2.6vw,1.7rem);font-weight:400;line-height:1.12}.insight-cta-h2 em{color:color-mix(in srgb,var(--accent) 42%,#d7e6f5);font-style:italic}.insight-cta-lede{color:var(--on-ink-muted);max-width:36ch;margin:0 0 14px;font-size:13.5px;line-height:1.55}.insight-cta-actions{flex-wrap:wrap;align-items:center;gap:10px 16px;display:flex}.insight-cta-btn{background:var(--accent);color:var(--on-accent,#fff);font-family:var(--font-s);letter-spacing:.01em;transition:transform .16s var(--ease),filter .16s var(--ease),box-shadow .16s var(--ease);box-shadow:0 8px 20px color-mix(in srgb,var(--accent) 32%,transparent);border-radius:999px;align-items:center;gap:10px;padding:5px 6px 5px 16px;font-size:13px;font-weight:700;text-decoration:none;display:inline-flex}.insight-cta-btn:hover{filter:brightness(1.05);box-shadow:0 12px 26px color-mix(in srgb,var(--accent) 40%,transparent);transform:translateY(-1px)}.insight-cta-btn-orb{background:var(--ink-bg);color:#fff;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.insight-cta-secondary{color:var(--on-ink);text-underline-offset:3px;transition:color .16s var(--ease),text-decoration-color .16s var(--ease);font-size:13px;font-weight:600;-webkit-text-decoration:underline #f4efe359;text-decoration:underline #f4efe359}.insight-cta-secondary:hover{color:#fff;text-decoration-color:#fff9}.insight-cta-gallery{z-index:1;grid-template-rows:1fr;grid-template-columns:repeat(3,minmax(0,1fr));align-self:stretch;gap:10px;min-height:0;display:grid;position:relative}.insight-cta-card{background:var(--panel);color:var(--ink);min-width:0;height:100%;transition:transform .2s var(--ease),box-shadow .2s var(--ease);border-radius:14px;flex-direction:column;text-decoration:none;display:flex;position:relative;overflow:hidden;box-shadow:0 6px 18px #00000029}.insight-cta-card:hover{transform:translateY(-2px);box-shadow:0 10px 24px #0000003d}.insight-cta-card-01{grid-row:auto}.insight-cta-card-media{flex-shrink:0;width:100%;height:48px;display:block;position:relative;overflow:hidden}.insight-cta-card-01 .insight-cta-card-media{aspect-ratio:auto;flex:none;height:48px;min-height:0}.insight-cta-card-media:before,.insight-cta-card-media:after{content:"";pointer-events:none;border-radius:50%;position:absolute}.insight-cta-card-media-seo{background:radial-gradient(120% 90% at 80% 10%,#ffffff59 0%,#0000 45%),linear-gradient(145deg,#1f6fb2 0%,#164e7c 48%,#0f3554 100%)}.insight-cta-card-media-seo:before{background:#ffffff1f;width:70px;height:70px;top:-22px;right:-18px}.insight-cta-card-media-seo:after{background:#ffffff1a;width:36px;height:36px;bottom:4px;left:12px}.insight-cta-card-media-ads{background:radial-gradient(100% 80% at 20% 0,#ffffff47 0%,#0000 50%),linear-gradient(145deg,#1f7a5e 0%,#134e3b 55%,#0c3226 100%)}.insight-cta-card-media-ads:before{background:#ffffff1a;width:56px;height:56px;bottom:-18px;right:-14px}.insight-cta-card-media-ads:after{background:#ffffff24;width:28px;height:28px;top:8px;left:14px}.insight-cta-card-media-audit{background:radial-gradient(110% 90% at 70% 0,#ffffff4d 0%,#0000 48%),linear-gradient(145deg,#c46b48 0%,#8f4a2f 52%,#5c2f1d 100%)}.insight-cta-card-media-audit:before{background:#ffffff1f;width:60px;height:60px;top:-16px;left:-20px}.insight-cta-card-media-audit:after{background:#ffffff24;width:30px;height:30px;bottom:6px;right:10px}.insight-cta-card-media-icon{color:#ffffffeb;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.insight-cta-card-body{flex-direction:column;flex:auto;gap:3px;padding:10px 12px 12px;display:flex}.insight-cta-card-01 .insight-cta-card-body{flex:auto;margin-top:0;padding:10px 12px 12px}.insight-cta-card-meta{font-family:var(--font-m);letter-spacing:.08em;text-transform:uppercase;color:var(--muted);align-items:center;gap:6px;font-size:9px;font-weight:600;display:inline-flex}.insight-cta-card-dot{background:var(--accent);border-radius:50%;flex-shrink:0;width:5px;height:5px}.insight-cta-card-01 .insight-cta-card-dot{background:var(--gro-accent)}.insight-cta-card-02 .insight-cta-card-dot{background:var(--dir-accent)}.insight-cta-card-03 .insight-cta-card-dot{background:var(--accent-bright)}.insight-cta-card-title{font-family:var(--font-d);letter-spacing:-.015em;color:var(--ink);font-size:1.05rem;line-height:1.2}.insight-cta-card-01 .insight-cta-card-title{font-size:1.05rem}.insight-cta-card-desc{color:var(--muted);-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:12px;line-height:1.4;display:-webkit-box;overflow:hidden}.breadcrumb{color:var(--muted);flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:20px;font-size:13px;display:flex}.breadcrumb a{color:var(--dir-strong);cursor:pointer;text-decoration:none}.breadcrumb a:hover{text-decoration:underline}.breadcrumb .sep{color:var(--faint)}.pp-layout{grid-template-columns:1fr 340px;align-items:start;gap:36px;display:grid}.pp-section{border-bottom:1px solid var(--line);padding:28px 0}.pp-section:first-child{padding-top:0}.pp-h2{font-family:var(--font-d);letter-spacing:-.015em;margin-bottom:14px;font-size:1.6rem}.pp-book-card{background:var(--panel);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:18px;padding:24px;position:sticky;top:130px}.pp-gallery{border-radius:18px;grid-template-rows:1fr 1fr;grid-template-columns:2fr 1fr 1fr;gap:8px;height:260px;margin-bottom:24px;display:grid;overflow:hidden}.pp-gallery>div{background:linear-gradient(135deg,var(--dir-soft),#cfe6db);color:var(--dir-strong);justify-content:center;align-items:center;font-size:24px;display:flex}.pp-gallery>div:first-child{grid-row:1/3}.svc-row{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:16px;padding:12px 0;display:flex}.svc-row:last-child{border-bottom:none}.svc-name{font-size:14.5px;font-weight:600}.svc-desc{color:var(--muted);font-size:12.5px}.svc-price{font-family:var(--font-m);color:var(--ink);white-space:nowrap;font-size:13px}.review-card{background:var(--panel);border:1px solid var(--line);border-radius:14px;padding:18px}.review-meta{align-items:center;gap:10px;margin-bottom:8px;display:flex}.review-avatar{background:var(--dir-soft);width:36px;height:36px;color:var(--dir-strong);border-radius:50%;justify-content:center;align-items:center;font-size:13px;font-weight:700;display:flex}.faq-item{border-bottom:1px solid var(--line)}.faq-q{cursor:pointer;text-align:left;width:100%;font-size:15px;font-weight:600;font-family:var(--font-s);color:var(--ink);background:0 0;border:none;justify-content:space-between;align-items:center;gap:14px;padding:16px 0;display:flex}.faq-q .tog{color:var(--accent);flex-shrink:0;font-size:20px;transition:transform .2s}.faq-item.open .tog{transform:rotate(45deg)}.faq-a{color:var(--muted);max-height:0;transition:max-height .28s var(--ease),padding .28s var(--ease);padding:0;font-size:14px;line-height:1.7;overflow:hidden}.faq-item.open .faq-a{max-height:320px;padding:0 0 16px}.rating-big{font-family:var(--font-d);letter-spacing:-.03em;font-size:3.2rem;line-height:1}.geo-note{font-family:var(--font-m);color:var(--faint);background:var(--dir-tint);border:1px dashed var(--line-strong);border-radius:10px;align-items:center;gap:8px;padding:10px 14px;font-size:11px;display:flex}.legal{max-width:760px;color:var(--ink);margin:0 auto;font-size:15px;line-height:1.75}.legal h1{font-family:var(--font-d);letter-spacing:-.02em;margin-bottom:8px;font-size:2.6rem}.legal .updated{color:var(--faint);font-size:13px;font-family:var(--font-m);margin-bottom:32px}.legal h2{font-family:var(--font-d);letter-spacing:-.01em;margin:32px 0 12px;font-size:1.5rem}.legal h3{margin:20px 0 8px;font-size:15px;font-weight:700}.legal p{color:var(--muted);margin-bottom:14px}.legal ul{color:var(--muted);margin:0 0 14px 20px}.legal li{margin-bottom:7px}.legal a{color:var(--accent);text-decoration:underline}.legal table{border-collapse:collapse;width:100%;margin:16px 0;font-size:13.5px}.legal th,.legal td{text-align:left;border:1px solid var(--line);color:var(--muted);padding:10px 12px}.legal th{background:var(--panel);color:var(--ink);font-weight:600}.toc{background:var(--panel);border:1px solid var(--line);border-radius:14px;margin-bottom:28px;padding:18px 22px}.toc h4{text-transform:uppercase;letter-spacing:.08em;color:var(--faint);margin-bottom:10px;font-size:11px}.toc a{color:var(--muted);padding:3px 0;font-size:13.5px;text-decoration:none;display:block}.toc a:hover{color:var(--accent)}.footer-v3{background:var(--ink-bg);color:#fff;padding:64px 0 28px}.footer-grid{grid-template-columns:repeat(5,1fr);gap:36px;margin-bottom:44px;display:grid}.footer-brand{font-family:var(--font-d);align-items:center;gap:9px;margin-bottom:12px;font-size:21px;font-style:normal;display:flex}.footer-brand .mark{background:var(--gro-accent);border-radius:5px;width:18px;height:18px}.footer-tag{color:#ffffff73;max-width:30ch;margin-bottom:18px;font-size:13px;line-height:1.6}.footer-v3 h4{text-transform:uppercase;letter-spacing:.1em;color:#fff6;margin-bottom:14px;font-size:11px;font-weight:700}.footer-link{color:#ffffff8c;margin-bottom:9px;font-size:13px;text-decoration:none;transition:color .12s;display:block}.footer-link:hover{color:#fff}.footer-machine{border-top:1px solid #ffffff14;flex-wrap:wrap;align-items:center;gap:8px 18px;margin-bottom:22px;padding-top:20px;display:flex}.footer-machine-label{text-transform:uppercase;letter-spacing:.08em;color:#ffffff4d;font-size:11px;font-weight:700}.footer-machine a{color:#ffffff73;font-size:12px;font-family:var(--font-m);text-decoration:none;transition:color .12s}.footer-machine a:hover{color:#fff}.footer-meta{color:#ffffff52;border-top:1px solid #ffffff14;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding-top:24px;font-size:12px;display:flex}.footer-meta-left{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.footer-meta-sep{color:#fff3}.footer-cookie-btn{color:#ffffff52;cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:12px;transition:color .12s}.footer-cookie-btn:hover{color:#ffffffb3}.footer-legal-links{flex-wrap:wrap;gap:16px;display:flex}.footer-legal-links a{cursor:pointer;color:#ffffff52;text-decoration:none;transition:color .12s}.footer-legal-links a:hover{color:#ffffffb3}.footer-legal-links button{color:#ffffff52;cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:12px;transition:color .12s}.footer-legal-links button:hover{color:#ffffffb3}.footer-social{gap:10px;display:flex}.footer-social a{color:#fff9;background:#ffffff0f;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:13px;text-decoration:none;transition:all .14s;display:flex}.footer-social a:hover{color:#fff;background:#ffffff1f}.cookie{z-index:500;background:var(--ink-bg);color:#fff;max-width:520px;animation:slideUp .4s var(--ease);border-radius:18px;margin:0 auto;padding:22px 24px;position:fixed;bottom:18px;left:18px;right:18px;box-shadow:0 20px 60px #0000004d}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.cookie h4{font-family:var(--font-d);color:#fff;margin-bottom:6px;font-size:1.2rem}.cookie p{color:#fff9;margin-bottom:16px;font-size:13px;line-height:1.6}.cookie p a{color:#d98a5c;text-decoration:underline}.cookie-actions{flex-wrap:wrap;gap:8px;display:flex}.cookie-btn{color:#fff;cursor:pointer;font-size:13px;font-weight:600;font-family:var(--font-s);background:0 0;border:1.5px solid #fff3;border-radius:999px;padding:9px 18px;transition:all .14s}.cookie-btn:hover{border-color:#ffffff80}.cookie-btn.accept{color:var(--ink-bg);background:#fff;border-color:#fff}.cookie-prefs{flex-direction:column;gap:10px;margin-bottom:16px;display:flex}.cookie-pref-row{justify-content:space-between;align-items:center;gap:14px;font-size:13px;display:flex}.cookie-pref-row .lbl b{color:#fff;display:block}.cookie-pref-row .lbl span{color:#ffffff73;font-size:11.5px}.toggle{cursor:pointer;background:#ffffff2e;border:none;border-radius:999px;flex-shrink:0;width:38px;height:22px;transition:background .16s;position:relative}.toggle.on{background:#5fb89a}.toggle.locked{opacity:.5;cursor:not-allowed}.toggle:after{content:"";background:#fff;border-radius:50%;width:16px;height:16px;transition:left .16s;position:absolute;top:3px;left:3px}.toggle.on:after{left:19px}.field{flex-direction:column;gap:6px;display:flex}.field label{font-size:12px;font-weight:600}.field input,.field select,.field textarea{border:1.5px solid var(--line);font-size:14px;font-family:var(--font-s);color:var(--ink);background:var(--panel);border-radius:10px;outline:none;padding:11px 14px}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--accent)}.demo-feat-row{border-bottom:1px solid var(--line);align-items:center;gap:12px;padding:11px 0;display:flex}.demo-feat-dot{background:var(--accent);border-radius:50%;flex-shrink:0;width:8px;height:8px}.svc-hero-section{background:radial-gradient(circle at 72% -20%,var(--accent-soft) 0%,var(--bg) 55%);padding:36px 0}.svc-hero{grid-template-columns:1.05fr .95fr;align-items:center;gap:48px;display:grid}.svc-hero>*{min-width:0}.svc-problem-grid{grid-template-columns:repeat(3,1fr);gap:24px;margin-top:40px;display:grid}.svc-stat-val{font-family:var(--font-d);color:var(--accent);font-size:clamp(2rem,6vw,2.8rem);line-height:1}.svc-step-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.svc-feats{flex-direction:column;gap:64px;display:flex}.svc-quote{font-family:var(--font-d);color:#fff;font-size:1.7rem;font-style:italic;line-height:1.4}.svc-mock-body{min-width:0;overflow:hidden}.svc-mock-row{justify-content:space-between;align-items:flex-start;gap:12px;min-width:0;display:flex}.svc-mock-label{flex:1;min-width:0}.svc-mock-chip{flex-shrink:0}.svc-landing .product-frame,.svc-landing .feat-visual,.svc-landing .feat-row{min-width:0;max-width:100%}.svc-landing .pricing-faq summary{overflow-wrap:anywhere}@media (max-width:980px){.r-split,.r-2{grid-template-columns:1fr!important;gap:32px!important}.r-split{gap:32px!important}.feat-row,.pp-layout,.price-grid,.module-grid,.archive{grid-template-columns:1fr!important}.dir-city-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dir-claim{flex-direction:column;align-items:flex-start;padding:32px 28px}.feat-row.flip .feat-text{order:0}.filter-rail,.pp-book-card{position:static!important}.price-card.featured{transform:none}.footer-grid{gap:32px 28px;grid-template-columns:repeat(2,1fr)!important}.svc-hero,.svc-problem-grid,.svc-step-grid{grid-template-columns:1fr;gap:32px}.svc-index-grid{grid-template-columns:1fr!important}.svc-problem-grid{gap:28px;margin-top:28px}.svc-feats{gap:40px}.svc-landing .stats-band{grid-template-columns:1fr 1fr}.svc-landing .stat-item{border-bottom:1px solid #ffffff1a;border-right:none}.svc-landing .stat-item:nth-child(2n){border-right:none}.plat-console-nav{display:none}.plat-console{grid-template-columns:1fr;height:auto;min-height:0}.plat-console-stats{grid-template-columns:1fr 1fr}.plat-console-stat:nth-child(3){grid-column:1/-1}.insight-cta{border-radius:18px;grid-template-columns:1fr;gap:18px;padding:20px 18px}.insight-cta-gallery{grid-template-columns:1fr;min-height:0}.insight-cta-card-01 .insight-cta-card-media{flex:none;height:48px;min-height:0}}@media (max-width:860px){.nav-links,.nav-actions{display:none}.nav-inner{align-items:center}.nav-hamburger{align-self:center;width:46px;height:46px;padding:0;line-height:0;display:inline-flex}}@media (max-width:980px){.seg:not(.on) .seg-sub{display:none}}@media (max-width:760px){.r-3,.r-2c,.dir-steps{grid-template-columns:1fr!important}.r-3{gap:16px!important}.section-v3{padding:56px 0}.section-sm{padding:40px 0}.section-head-v3{margin-bottom:34px}.dir-search{grid-template-columns:1fr!important}.dir-search-hero{margin-top:22px}.dir-claim{border-radius:20px;flex-direction:column;align-items:flex-start;padding:28px 22px}.dir-city-grid{grid-template-columns:1fr 1fr!important}.practice-card-v3:not(.dir-city-card){flex-direction:column;align-items:stretch}.practice-card-actions{flex-direction:row;width:100%}.practice-card-actions .btn{flex:1}.pp-gallery{grid-template-rows:auto!important;grid-template-columns:1fr 1fr!important;height:auto!important}.pp-gallery>div{aspect-ratio:16/10}.pp-gallery>div:first-child{aspect-ratio:16/8;grid-column:1/3;grid-row:auto!important}.footer-meta{flex-direction:column;align-items:flex-start;gap:14px}.breadcrumb{font-size:12px}.legal table{white-space:nowrap;display:block;overflow-x:auto}}@media (max-width:560px){.dir-city-grid{grid-template-columns:1fr!important}.shell-v3,.shell-wide,.shell-narrow{padding:0 18px}.nav{padding:12px 16px}.switcher-inner{min-width:0;padding:0 12px}.switcher-tag{display:none}.switcher-segs{min-width:0;margin:0 auto}.seg{min-width:0;padding:6px 8px;font-size:12px}.seg-label{text-overflow:ellipsis;overflow:hidden}.seg-sub{display:none}.switcher-utils{flex:none;gap:8px;min-width:0;padding-left:8px}.switcher-search kbd{display:none}.stats-band{grid-template-columns:1fr 1fr}.stat-item{border-bottom:1px solid #ffffff1a;border-right:none}.stat-item:nth-child(2n){border-right:none}.hero-actions{width:100%}.hero-actions .btn-lg{flex:auto;justify-content:center}.cookie{padding:18px;bottom:12px;left:12px;right:12px}.pp-gallery{height:auto}.svc-hero-section{padding:24px 0 28px}.svc-hero{gap:24px}.svc-landing .hero-h1{margin-bottom:16px;font-size:clamp(1.9rem,9vw,2.6rem)}.svc-landing .hero-lede{margin-bottom:22px;font-size:16px}.svc-quote{font-size:1.25rem}.svc-feats{gap:32px}.svc-landing .hero-actions{flex-direction:column;align-items:stretch}.svc-landing .hero-actions .btn-lg{width:100%}.insight-cta-gallery{grid-template-rows:auto;grid-template-columns:1fr}.insight-cta-card-01{grid-row:auto}.insight-cta-actions{flex-direction:column;align-items:stretch}.insight-cta-btn{justify-content:space-between;width:100%}.insight-cta-secondary{text-align:center}}.country-select{background:radial-gradient(120% 90% at 50% -10%,var(--accent-soft) 0%,var(--bg) 55%);justify-content:center;align-items:center;min-height:100dvh;padding:32px 20px;display:flex}.country-select-inner{width:100%;max-width:440px}.country-select-head{text-align:center;flex-direction:column;align-items:center;margin-bottom:26px;display:flex}.country-select-h1{font-family:var(--font-d);letter-spacing:-.02em;color:var(--ink);margin:12px 0 10px;font-size:clamp(2rem,5vw,2.6rem);line-height:1.1}.country-select-lede{color:var(--muted);max-width:34ch;margin:0 auto;font-size:14.5px;line-height:1.6}.country-select-grid{flex-direction:column;gap:12px;display:flex}.country-card{text-align:left;border:1.5px solid var(--line);background:var(--panel);cursor:pointer;width:100%;transition:all .16s var(--ease);font-family:var(--font-s);border-radius:16px;align-items:center;gap:16px;padding:16px 18px;display:flex}.country-card:hover{border-color:var(--line-strong);box-shadow:var(--shadow-sm);transform:translateY(-1px)}.country-card:focus-visible{box-shadow:0 0 0 3px var(--accent-soft);border-color:var(--accent);outline:none}.country-card[data-suggested]{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent)}.country-card-badge{background:var(--accent-soft);width:44px;height:44px;color:var(--accent-strong);font-family:var(--font-d);letter-spacing:.02em;border-radius:12px;flex:none;justify-content:center;align-items:center;font-size:16px;font-weight:600;display:inline-flex}.country-card-body{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.country-card-name{color:var(--ink);font-size:16px;font-weight:600}.country-card-note{color:var(--faint);font-size:12.5px;font-family:var(--font-m)}.country-card-suggested{text-transform:uppercase;letter-spacing:.08em;color:var(--on-accent,#fff);background:var(--accent);border-radius:999px;flex:none;padding:3px 8px;font-size:10px;font-weight:700}.country-card-arrow{color:var(--faint);transition:transform .16s var(--ease),color .16s;flex:none}.country-card:hover .country-card-arrow{color:var(--accent);transform:translate(2px)}.country-select-foot{text-align:center;color:var(--faint);font-size:12px;font-family:var(--font-m);margin-top:22px}@media (prefers-reduced-motion:reduce){.country-card,.country-card-arrow{transition:none}.country-card:hover{transform:none}}
@font-face{font-family:Instrument Serif;font-style:italic;font-weight:400;font-display:swap;src:url(../media/fc0a7394b875fa43-s.0y1-r_vehenvp.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Instrument Serif;font-style:italic;font-weight:400;font-display:swap;src:url(../media/7ebf22b5a21034f8-s.p.10_7676vm7pyy.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(../media/ccf27e5a7366fb23-s.0hck6o0i8wq3a.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Instrument Serif;font-style:normal;font-weight:400;font-display:swap;src:url(../media/e41d5df559864f9e-s.p.0gq7fw9.sy_5..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 Fallback;src:local(Times New Roman);ascent-override:117.94%;descent-override:36.93%;line-gap-override:0.0%;size-adjust:83.94%}.instrument_serif_115e7596-module__CKpAPW__className{font-family:Instrument Serif,Instrument Serif Fallback;font-weight:400}.instrument_serif_115e7596-module__CKpAPW__variable{--font-display:"Instrument Serif", "Instrument Serif Fallback"}
@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/7fea77d1d19108bf-s.0xyeb7czu1stb.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/1bcd0e671759a44c-s.0vnh8.d8wxa2x.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/e15f58668ad64cb8-s.0~.8lt~vdqmc3.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/90c51ce8fb754fe8-s.00z~hoalba5dm.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/57215795b8570f5c-s.0vwgtotjdgnhr.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/03fc1b4a8d284b5e-s.p.09.f.n_ccld80.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:IBM Plex Sans;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/7fea77d1d19108bf-s.0xyeb7czu1stb.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/1bcd0e671759a44c-s.0vnh8.d8wxa2x.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/e15f58668ad64cb8-s.0~.8lt~vdqmc3.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/90c51ce8fb754fe8-s.00z~hoalba5dm.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/57215795b8570f5c-s.0vwgtotjdgnhr.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/03fc1b4a8d284b5e-s.p.09.f.n_ccld80.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:IBM Plex Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(../media/7fea77d1d19108bf-s.0xyeb7czu1stb.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(../media/1bcd0e671759a44c-s.0vnh8.d8wxa2x.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(../media/e15f58668ad64cb8-s.0~.8lt~vdqmc3.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(../media/90c51ce8fb754fe8-s.00z~hoalba5dm.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(../media/57215795b8570f5c-s.0vwgtotjdgnhr.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(../media/03fc1b4a8d284b5e-s.p.09.f.n_ccld80.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:IBM Plex Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/7fea77d1d19108bf-s.0xyeb7czu1stb.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/1bcd0e671759a44c-s.0vnh8.d8wxa2x.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/e15f58668ad64cb8-s.0~.8lt~vdqmc3.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/90c51ce8fb754fe8-s.00z~hoalba5dm.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/57215795b8570f5c-s.0vwgtotjdgnhr.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/03fc1b4a8d284b5e-s.p.09.f.n_ccld80.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:IBM Plex Sans Fallback;src:local(Arial);ascent-override:101.32%;descent-override:27.18%;line-gap-override:0.0%;size-adjust:101.17%}.ibm_plex_sans_6044a18b-module__IeZqpq__className{font-family:IBM Plex Sans,IBM Plex Sans Fallback;font-style:normal}.ibm_plex_sans_6044a18b-module__IeZqpq__variable{--font-plex-sans:"IBM Plex Sans", "IBM Plex Sans Fallback"}
@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:400;font-display:swap;src:url(../media/e390973e931a41c5-s.08hd0g.321csk.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:400;font-display:swap;src:url(../media/59b15b4bcd7b1eb5-s.0x08jh8vondwt.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:400;font-display:swap;src:url(../media/e532fa1b9921e1cd-s.0~wrfy7sm-h4g.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:400;font-display:swap;src:url(../media/2fe89d53234c61d4-s.0k_.i63k_i_qa.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:400;font-display:swap;src:url(../media/99e609270109b47d-s.p.16-z~2sp29ex6.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:IBM Plex Mono;font-style:normal;font-weight:500;font-display:swap;src:url(../media/5e05ae5b48faa55e-s.0m9hhkgdlzukj.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:500;font-display:swap;src:url(../media/a7afbb44bec2bb18-s.0juuwbcf7uz~t.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:500;font-display:swap;src:url(../media/02263ebadd758ea4-s.0qg7j5o.yrclm.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:500;font-display:swap;src:url(../media/68757d6cddeff913-s.0hkrq11n-dhos.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:500;font-display:swap;src:url(../media/effe91970fc4db64-s.p.07ig5l8azj~hy.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:IBM Plex Mono Fallback;src:local(Arial);ascent-override:76.16%;descent-override:20.43%;line-gap-override:0.0%;size-adjust:134.59%}.ibm_plex_mono_cbb339f3-module__Cm0rrG__className{font-family:IBM Plex Mono,IBM Plex Mono Fallback;font-style:normal}.ibm_plex_mono_cbb339f3-module__Cm0rrG__variable{--font-mono:"IBM Plex Mono", "IBM Plex Mono Fallback"}
