:root{color-scheme:light;--ob-text: #0f172a;--ob-text-muted: rgba(15, 23, 42, .72);--ob-text-subtle: rgba(15, 23, 42, .55);--ob-text-inverse: #ffffff;--ob-surface: #ffffff;--ob-surface-raised: #ffffff;--ob-surface-sunken: #f8f9fb;--ob-surface-overlay: rgba(255, 255, 255, .95);--ob-surface-soft: rgba(0, 0, 0, .02);--ob-surface-inverse: #0f172a;--ob-border: rgba(0, 0, 0, .08);--ob-border-strong: rgba(0, 0, 0, .18);--ob-border-subtle: rgba(0, 0, 0, .04);--ob-backdrop: rgba(0, 0, 0, .4);--ob-success: #16a34a;--ob-success-soft: rgba(22, 163, 74, .12);--ob-warning: #f59e0b;--ob-warning-soft: rgba(245, 158, 11, .12);--ob-danger: #dc2626;--ob-danger-soft: rgba(220, 38, 38, .12);--ob-info: #2563eb;--ob-info-soft: rgba(37, 99, 235, .12);--ob-brand: #0ea5e9;--ob-brand-hover: #0284c7;--ob-brand-contrast: #ffffff;--ob-brand-soft: rgba(14, 165, 233, .12);--ob-accent: #22c55e;--ob-accent-hover: #16a34a;--ob-accent-contrast: #ffffff;--ob-accent-soft: rgba(34, 197, 94, .12);--ob-link: var(--ob-brand);--ob-link-hover: var(--ob-brand-hover);--ob-font-body: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;--ob-font-heading: var(--ob-font-body);--ob-font-mono: ui-monospace, "SF Mono", Menlo, monospace;--ob-text-xs: .75rem;--ob-text-sm: .875rem;--ob-text-base: 1rem;--ob-text-md: 1.125rem;--ob-text-lg: 1.25rem;--ob-text-xl: 1.5rem;--ob-text-2xl: 1.875rem;--ob-text-3xl: 2.25rem;--ob-text-4xl: 2.75rem;--ob-text-5xl: 3.75rem;--ob-weight-regular: 400;--ob-weight-medium: 500;--ob-weight-semibold: 600;--ob-weight-bold: 700;--ob-weight-extrabold: 800;--ob-weight-black: 900;--ob-leading-tight: 1.15;--ob-leading-snug: 1.3;--ob-leading-normal: 1.5;--ob-leading-relaxed: 1.7;--ob-tracking-tight: -.03em;--ob-tracking-snug: -.02em;--ob-tracking-normal: 0;--ob-tracking-wide: .03em;--ob-space-1: .25rem;--ob-space-2: .5rem;--ob-space-3: .75rem;--ob-space-4: 1rem;--ob-space-5: 1.25rem;--ob-space-6: 1.5rem;--ob-space-8: 2rem;--ob-space-10: 2.5rem;--ob-space-12: 3rem;--ob-space-16: 4rem;--ob-space-20: 5rem;--ob-space-24: 6rem;--ob-radius-none: 0;--ob-radius-sm: 4px;--ob-radius-md: 8px;--ob-radius-lg: 12px;--ob-radius-xl: 16px;--ob-radius-2xl: 24px;--ob-radius-pill: 9999px;--ob-shadow-xs: 0 1px 2px rgba(0, 0, 0, .04);--ob-shadow-sm: 0 2px 6px rgba(0, 0, 0, .06);--ob-shadow-md: 0 6px 18px rgba(0, 0, 0, .06);--ob-shadow-lg: 0 10px 30px rgba(0, 0, 0, .1);--ob-shadow-xl: 0 20px 50px rgba(0, 0, 0, .15);--ob-duration-fast: .15s;--ob-duration-base: .25s;--ob-duration-slow: .4s;--ob-easing-default: cubic-bezier(.4, 0, .2, 1);--ob-easing-emphasis: cubic-bezier(.16, 1, .3, 1);--ob-container-narrow: 640px;--ob-container-default: 860px;--ob-container-wide: 1120px;--ob-container-max: 1280px;--ob-z-dropdown: 100;--ob-z-sticky: 200;--ob-z-overlay: 300;--ob-z-modal: 400;--ob-z-toast: 500}body{margin:0;font-family:var(--ob-font-body);line-height:1.6;background:var(--ob-surface);color:var(--ob-text)}img{max-width:100%;height:auto}.ob-no-scroll{overflow:hidden}h1,h2,h3,h4,h5,h6,.ob-brand__text,.ob-footer__copyright,.ob-author__name,.ob-tldr__title,.ob-affiliate__name{font-family:var(--ob-font-heading)}.ob-container{max-width:var(--ob-container-default);margin:0 auto;padding:0 16px}.ob-container--wide{max-width:var(--ob-container-wide)}.ob-main{padding-top:28px;padding-bottom:56px}.ob-section{margin-top:3rem}.ob-section__title{font-size:var(--ob-text-xl);font-weight:var(--ob-weight-bold);letter-spacing:var(--ob-tracking-snug);margin-bottom:1.25rem}.ob-section__cta{margin-top:1.5rem;text-align:center}.ob-header{position:sticky;top:0;z-index:var(--ob-z-sticky);background:var(--ob-surface-overlay);backdrop-filter:blur(10px);border-bottom:1px solid var(--ob-border)}.ob-header__inner{height:64px;display:flex;align-items:center;justify-content:space-between;gap:16px}.ob-brand{text-decoration:none;color:inherit;font-weight:var(--ob-weight-bold);letter-spacing:var(--ob-tracking-snug)}.ob-brand__text{font-size:var(--ob-text-lg)}@media(min-width:768px){.ob-header__hamburger{display:none}.ob-mobile-nav,.ob-mobile-nav__overlay{display:none!important}}.ob-header--centered .ob-header__inner{flex-direction:column;height:auto;padding:12px 0;gap:4px}.ob-header--centered .ob-brand__text{font-size:var(--ob-text-xl)}.ob-header--centered .ob-nav__list{justify-content:center}.ob-header--minimal{border-bottom:none}.ob-header--minimal .ob-header__inner{height:52px}.ob-header--minimal .ob-brand__text{font-size:var(--ob-text-md)}.ob-nav{display:none;align-items:center;gap:8px}@media(min-width:768px){.ob-nav{display:flex}}.ob-nav__list{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:10px}.ob-nav__item{margin:0;padding:0}.ob-nav__link{text-decoration:none;color:inherit;opacity:.85;font-size:15px;font-weight:650;padding:8px 10px;border-radius:10px}.ob-nav__link:hover{opacity:1;background:var(--ob-surface-sunken)}.ob-nav__dropdown{position:relative}.ob-nav__dropdown>summary{list-style:none;cursor:pointer}.ob-nav__dropdown>summary::-webkit-details-marker{display:none}.ob-nav__panel{position:absolute;top:calc(100% + 8px);right:0;min-width:220px;padding:8px;background:var(--ob-surface);color:var(--ob-text);border-radius:14px;border:1px solid var(--ob-border-strong);box-shadow:var(--ob-shadow-lg);z-index:50}.ob-nav__sublink{display:block;padding:8px 10px;border-radius:10px;text-decoration:none;color:inherit;font-size:14px;font-weight:600;opacity:.9}.ob-nav__sublink:hover{background:var(--ob-surface-sunken);opacity:1}.ob-header__hamburger{display:flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:none;background:transparent;cursor:pointer;color:var(--ob-text);border-radius:10px;flex-shrink:0}.ob-header__hamburger:hover{background:var(--ob-surface-sunken)}.ob-hamburger__icon--close,.ob-header__hamburger[aria-expanded=true] .ob-hamburger__icon--open{display:none}.ob-header__hamburger[aria-expanded=true] .ob-hamburger__icon--close{display:block}.ob-mobile-nav__overlay{position:fixed;inset:0;background:var(--ob-backdrop);z-index:8;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.ob-mobile-nav__overlay.is-open{opacity:1;visibility:visible}.ob-mobile-nav{position:fixed;inset:64px 0 0;z-index:9;background:var(--ob-surface-raised);overflow-y:auto;-webkit-overflow-scrolling:touch;transform:translate(100%);transition:transform .3s ease}.ob-mobile-nav.is-open{transform:translate(0)}.ob-mobile-nav__list{list-style:none;margin:0;padding:8px 0}.ob-mobile-nav__item{border-bottom:1px solid var(--ob-border)}.ob-mobile-nav__link{display:flex;align-items:center;justify-content:space-between;min-height:48px;padding:12px 20px;text-decoration:none;color:var(--ob-text);font-size:16px;font-weight:600}a.ob-mobile-nav__link:active{background:var(--ob-surface-sunken)}.ob-mobile-nav__dropdown>summary{list-style:none;cursor:pointer}.ob-mobile-nav__dropdown>summary::-webkit-details-marker{display:none}.ob-mobile-nav__chevron{flex-shrink:0;transition:transform .2s ease}.ob-mobile-nav__dropdown[open]>summary .ob-mobile-nav__chevron{transform:rotate(180deg)}.ob-mobile-nav__panel{padding:0 0 8px;background:var(--ob-surface-soft)}.ob-mobile-nav__sublink{display:block;min-height:44px;padding:10px 20px 10px 36px;text-decoration:none;color:var(--ob-text);font-size:15px;font-weight:500;opacity:.85;line-height:1.4}.ob-mobile-nav__sublink:active{background:var(--ob-surface-sunken);opacity:1}.ob-footer{background:var(--ob-surface-overlay);backdrop-filter:blur(10px);border-top:1px solid var(--ob-border);padding:2rem 0;margin-top:3rem}.ob-footer__inner{display:flex;align-items:flex-start;justify-content:space-between;gap:1.25rem}.ob-footer__left{display:grid;gap:.35rem}.ob-footer__copyright{font-size:.95rem;font-weight:var(--ob-weight-bold);letter-spacing:var(--ob-tracking-snug);opacity:.85}.ob-footer__note{font-size:.9rem;opacity:.7}.ob-footer__links{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;justify-content:flex-end;line-height:1.6}.ob-footer__link{font-size:.95rem;text-decoration:none;opacity:.9;color:inherit}.ob-footer__link:hover{text-decoration:underline}.ob-footer__sep{opacity:.45}@media(max-width:640px){.ob-footer__inner{flex-direction:column;align-items:center;text-align:center}.ob-footer__links{justify-content:center}}.ob-hero{position:relative;border-radius:var(--ob-radius-2xl);overflow:hidden;min-height:340px;border:1px solid var(--ob-border);background:var(--ob-surface-overlay);display:flex;align-items:center;justify-content:center;margin-bottom:32px}.ob-hero__bg{position:absolute;inset:0;transform:scale(1.03);z-index:0}.ob-hero__bg :global(img){width:100%;height:100%;object-fit:cover;object-position:center;display:block}.ob-hero__overlay{position:absolute;inset:0;background:var(--ob-backdrop);z-index:1}.ob-hero__content{position:relative;padding:32px 18px;text-align:center;color:var(--ob-text-inverse);max-width:820px;margin:0 auto;z-index:2}.ob-hero__title{margin:0 0 10px;font-size:var(--ob-text-4xl);line-height:1.05;letter-spacing:var(--ob-tracking-tight);font-weight:var(--ob-weight-black)}.ob-hero__subtitle{margin:0 0 18px;opacity:.95}.ob-hero__cta{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.ob-btn{text-decoration:none;display:inline-flex;align-items:center;justify-content:center;padding:var(--ob-space-3) var(--ob-space-4);border-radius:var(--ob-radius-lg);font-weight:var(--ob-weight-bold);border:1px solid transparent}.ob-btn--primary{background:var(--ob-brand);color:var(--ob-brand-contrast)}.ob-btn--secondary{background:var(--ob-surface-sunken);color:var(--ob-text);border:1px solid var(--ob-border)}.ob-article-grid{display:grid;grid-template-columns:1fr;gap:14px}.ob-article-grid--cards{gap:22px}@media(min-width:760px){.ob-article-grid--cards{grid-template-columns:repeat(3,minmax(0,1fr))}}.ob-article-card{display:grid;grid-template-columns:120px 1fr;gap:14px;padding:14px;border-radius:var(--ob-radius-xl);border:1px solid var(--ob-border);text-decoration:none;color:inherit;background:var(--ob-surface-overlay)}.ob-article-card:hover{border-color:var(--ob-border-strong)}.ob-article-card--stacked{display:flex;flex-direction:column;padding:0;overflow:hidden;background:var(--ob-surface-raised);box-shadow:var(--ob-shadow-md)}.ob-article-card--stacked:hover{box-shadow:var(--ob-shadow-lg);transform:translateY(-1px)}.ob-article-thumb{width:120px;height:90px;border-radius:var(--ob-radius-lg);overflow:hidden;background:var(--ob-surface-sunken)}.ob-article-card--stacked .ob-article-thumb{width:100%;height:190px;border-radius:0}.ob-article-thumb img{width:100%;height:100%;object-fit:cover}.ob-article-meta{display:flex;flex-direction:column;gap:6px;padding:14px 16px 16px}.ob-article-title{margin:0;font-size:var(--ob-text-md);line-height:1.25;font-weight:var(--ob-weight-extrabold)}.ob-article-excerpt{font-size:var(--ob-text-sm);opacity:.85;line-height:1.45}.ob-article-date{font-size:var(--ob-text-xs);opacity:.7}.ob-article-readmore{margin-top:12px;font-size:13px;font-weight:var(--ob-weight-extrabold);color:var(--ob-link)}.ob-thumb-fallback{width:100%;height:100%;background:linear-gradient(135deg,#0000001a,#00000005)}.ob-page-title{margin:8px 0 18px;font-size:28px;line-height:1.15;font-weight:900}.ob-page-header{margin:6px 0 18px}.ob-page-subtitle{font-size:var(--ob-text-sm);opacity:.75}.ob-pagination{display:flex;align-items:center;justify-content:center;gap:.75rem;margin:2rem 0 1rem}.ob-pagination__pages{display:flex;align-items:center;gap:.35rem}.ob-pagination__btn,.ob-pagination__page{display:inline-flex;align-items:center;justify-content:center;padding:.45rem .7rem;border-radius:10px;border:1px solid var(--ob-border-strong);background:#fff;text-decoration:none;color:inherit;font-size:.95rem}.ob-pagination__page.is-current{font-weight:700;border-color:#0f172a40}.ob-pagination__btn.is-disabled{opacity:.45;pointer-events:none}.ob-pagination__ellipsis{padding:0 .35rem;opacity:.6}.ob-taxonomy-grid{margin-top:2rem}.ob-taxonomy-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.25rem}.ob-taxonomy-card{margin:0}.ob-taxonomy-card__link{display:flex;flex-direction:column;height:100%;overflow:hidden;border:1px solid var(--ob-border);border-radius:14px;background:var(--ob-surface-raised);text-decoration:none;color:inherit;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.ob-taxonomy-card__link:hover{transform:translateY(-2px);border-color:#00000026;box-shadow:0 6px 20px #0000000f}.ob-taxonomy-card__link:hover .ob-taxonomy-card__image img{transform:scale(1.05)}.ob-taxonomy-card__image{aspect-ratio:16 / 9;overflow:hidden;background:var(--ob-surface-soft)}.ob-taxonomy-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.ob-taxonomy-card__body{padding:1rem 1.2rem 1.2rem;flex:1}.ob-taxonomy-card__top{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem}.ob-taxonomy-card__title{margin:0;font-size:1.1rem;font-weight:600;line-height:1.3}.ob-taxonomy-card__count{flex-shrink:0;font-size:.8rem;font-variant-numeric:tabular-nums;padding:.2rem .55rem;border-radius:999px;background:#0000000f;color:#000000b3}.ob-taxonomy-card__desc{margin:.5rem 0 0;font-size:.9rem;line-height:1.5;color:var(--ob-text-muted);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ob-taxonomy-intro{margin:18px 0 26px;padding:14px;border-radius:16px;border:1px solid var(--ob-border);background:var(--ob-surface-soft);width:100%}.ob-taxonomy-intro p{margin:0 0 .9rem}.ob-taxonomy-intro p:last-child{margin-bottom:0}.ob-taxonomy__intro{max-width:none;width:100%}.ob-taxonomy__intro--plain{background:transparent;border:0;padding:0}@media(max-width:640px){.ob-taxonomy-list{grid-template-columns:1fr}}.ob-toc{font-size:.9rem;line-height:1.5}.ob-toc__toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:0;border:none;background:none;cursor:pointer;color:inherit;font:inherit}.ob-toc__title{font-weight:600;font-size:.95rem;color:var(--ob-text-muted)}.ob-toc__chevron{transition:transform .2s ease;color:var(--ob-text-muted)}.ob-toc__toggle[aria-expanded=true] .ob-toc__chevron{transform:rotate(180deg)}.ob-toc__list{list-style:none;padding:0;margin:.75rem 0 0}.ob-toc__item{margin:0}.ob-toc__item a{display:block;padding:4px 0 4px 12px;color:var(--ob-text-subtle);text-decoration:none;border-left:2px solid transparent;transition:color .15s ease,border-color .15s ease}.ob-toc__item a:hover{color:var(--ob-text)}.ob-toc__item.is-active a{color:var(--ob-brand);border-left-color:var(--ob-brand);font-weight:600}.ob-toc__indent-0 a{padding-left:12px}.ob-toc__indent-1 a{padding-left:24px}.ob-toc__indent-2 a{padding-left:36px}@media(max-width:1099px){.ob-toc{margin:18px 0 26px;padding:14px;border-radius:12px;border:1px solid var(--ob-border);background:var(--ob-surface-soft)}.ob-toc__list{max-height:0;overflow:hidden;transition:max-height .3s ease;margin:0}.ob-toc__list.is-open{max-height:80vh;margin-top:.75rem}}@media(min-width:1100px){.ob-toc{position:sticky;top:96px;max-height:calc(100vh - 128px);overflow-y:auto;margin-top:2rem;padding:1.25rem;background:var(--ob-surface-soft);border-radius:12px;border:1px solid var(--ob-border)}.ob-toc__toggle{cursor:default}.ob-toc__chevron{display:none}.ob-toc__list{max-height:none;overflow:visible;margin-top:.75rem}}.ob-tldr{margin-block:1.5rem;padding:1rem 1.25rem;background:var(--ob-surface-soft);border-left:4px solid var(--ob-brand);border-radius:0 .5rem .5rem 0}.ob-tldr__header{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.ob-tldr__icon{font-size:1.1rem}.ob-tldr__title{font-size:.95rem;text-transform:uppercase;letter-spacing:.03em;color:var(--ob-text)}.ob-tldr__list{margin:0;padding-left:1.25rem;list-style:disc}.ob-tldr__list li{margin-bottom:.35rem;line-height:1.5;color:var(--ob-text)}.ob-tldr__list li:last-child{margin-bottom:0}.ob-tldr__text{margin:0;line-height:1.6;color:var(--ob-text)}.ob-related{margin-block:2rem;padding:1.25rem 1.5rem;background:var(--ob-surface-soft);border-radius:.5rem;border:1px solid var(--ob-border)}.ob-related__header{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.ob-related__icon{font-size:1.1rem}.ob-related__title{font-size:var(--ob-text-base);color:var(--ob-text)}.ob-related__list{margin:0;padding-left:1.25rem;list-style:disc}.ob-related__list li{margin-bottom:.5rem;line-height:1.5}.ob-related__list li:last-child{margin-bottom:0}.ob-related__list a{color:var(--ob-link);text-decoration:none}.ob-related__list a:hover{text-decoration:underline}.ob-featured{margin:2.5rem 0}.ob-featured__title{margin:0 0 1.25rem;font-size:1.35rem;font-weight:600;color:var(--ob-text)}.ob-featured__grid{display:grid;grid-template-columns:1fr;gap:1.25rem}@media(min-width:640px){.ob-featured__grid{grid-template-columns:repeat(2,1fr)}}.ob-featured__card{display:flex;flex-direction:column;text-decoration:none;color:inherit;border-radius:var(--ob-radius-lg);overflow:hidden;background:var(--ob-surface-raised);border:1px solid var(--ob-border);transition:transform var(--ob-duration-fast) var(--ob-easing-default),box-shadow var(--ob-duration-fast) var(--ob-easing-default),border-color var(--ob-duration-fast) var(--ob-easing-default)}.ob-featured__card:hover{transform:translateY(-3px);border-color:var(--ob-border-strong);box-shadow:var(--ob-shadow-md)}.ob-featured__card:hover .ob-featured__image img{transform:scale(1.05)}.ob-featured__card:hover .ob-featured__readmore{color:var(--ob-link)}.ob-featured__image{aspect-ratio:16 / 10;overflow:hidden;background:var(--ob-surface-soft)}.ob-featured__image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.ob-featured__placeholder{width:100%;height:100%;background:linear-gradient(135deg,var(--ob-surface-soft) 0%,var(--ob-border) 100%)}.ob-featured__body{display:flex;flex-direction:column;gap:.5rem;padding:1rem 1.15rem 1.15rem;flex:1}.ob-featured__card-title{margin:0;font-size:1.1rem;font-weight:600;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ob-featured__excerpt{margin:0;font-size:.9rem;line-height:1.55;color:var(--ob-text-muted);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.ob-featured__readmore{margin-top:auto;font-size:.88rem;font-weight:600;color:var(--ob-text-muted);transition:color .15s ease}.ob-featured__hero-grid{display:grid;grid-template-columns:2fr 1fr 1fr;grid-template-rows:320px 320px;gap:22px}.ob-featured__hero-grid .ob-featured__card--overlay:first-child{grid-row:1 / 3}@media(max-width:900px){.ob-featured__hero-grid{grid-template-columns:1fr 1fr;grid-template-rows:auto}.ob-featured__hero-grid .ob-featured__card--overlay:first-child{grid-row:auto;grid-column:1 / 3;height:320px}.ob-featured__hero-grid .ob-featured__card--overlay{height:240px}}@media(max-width:600px){.ob-featured__hero-grid{grid-template-columns:1fr}.ob-featured__hero-grid .ob-featured__card--overlay:first-child{grid-column:auto;height:300px}.ob-featured__hero-grid .ob-featured__card--overlay{height:220px}}.ob-featured__card--overlay{position:relative;display:block;overflow:hidden;border-radius:var(--ob-radius-xl);text-decoration:none;color:var(--ob-text-inverse);box-shadow:var(--ob-shadow-md);transition:transform var(--ob-duration-base) var(--ob-easing-default)}.ob-featured__card--overlay:hover{transform:translateY(-2px)}.ob-featured__card-image{position:absolute;inset:0}.ob-featured__card-image img{width:100%;height:100%;object-fit:cover;transition:transform var(--ob-duration-base) var(--ob-easing-default)}.ob-featured__card--overlay:hover .ob-featured__card-image img{transform:scale(1.05)}.ob-featured__card-overlay-tint{position:absolute;inset:0;background:linear-gradient(180deg,#0000000d,#000000b3 70%,#000000e0)}.ob-featured__card-overlay-body{position:absolute;inset:auto 0 0;display:flex;flex-direction:column;gap:var(--ob-space-2);padding:22px}.ob-featured__hero-grid .ob-featured__card--overlay:first-child .ob-featured__card-overlay-body{padding:28px}.ob-featured__card-tag{font-size:var(--ob-text-xs);font-weight:var(--ob-weight-semibold);letter-spacing:.14em;text-transform:uppercase;opacity:.85}.ob-featured__card--overlay .ob-featured__card-title{margin:0;color:var(--ob-text-inverse);font-family:var(--ob-font-heading);font-size:1.18rem;font-weight:var(--ob-weight-semibold);line-height:1.25;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.ob-featured__hero-grid .ob-featured__card--overlay:first-child .ob-featured__card-title{font-size:2.1rem;line-height:1.15}.ob-featured__card-meta{font-size:var(--ob-text-sm);opacity:.75}.ob-affiliates{margin:2rem 0;padding:1.5rem;background:var(--ob-surface-soft);border-radius:12px;border:1px solid var(--ob-border)}.ob-affiliates__title{margin:0 0 1rem;font-size:1.15rem;font-weight:600}.ob-affiliates__list--simple{display:flex;flex-direction:column;gap:.75rem}.ob-affiliates__list--card{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.ob-affiliates__disclosure{margin:1rem 0 0;font-size:.8rem;color:var(--ob-text-muted);font-style:italic}.ob-affiliate--simple{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 1rem;background:var(--ob-surface);border:1px solid var(--ob-border);border-radius:8px}.ob-affiliate--simple .ob-affiliate__content{display:flex;flex-direction:column;gap:.2rem}.ob-affiliate--simple .ob-affiliate__name{font-weight:600;font-size:.95rem}.ob-affiliate--simple .ob-affiliate__desc{font-size:.85rem;color:var(--ob-text-muted)}.ob-affiliate--card{display:flex;flex-direction:column;background:var(--ob-surface);border:1px solid var(--ob-border);border-radius:12px;overflow:hidden;transition:box-shadow .15s ease,transform .15s ease}.ob-affiliate--card:hover{transform:translateY(-2px);box-shadow:var(--ob-shadow-md)}.ob-affiliate__image{aspect-ratio:16 / 9;overflow:hidden;background:var(--ob-surface-soft)}.ob-affiliate__image img{width:100%;height:100%;object-fit:cover}.ob-affiliate__body{padding:1rem 1.25rem 1.25rem;display:flex;flex-direction:column;gap:.5rem;flex:1}.ob-affiliate__badge{display:inline-block;align-self:flex-start;padding:.2rem .6rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;background:var(--ob-brand);color:var(--ob-brand-contrast);border-radius:4px}.ob-affiliate--card .ob-affiliate__name{margin:0;font-size:1.05rem;font-weight:600;line-height:1.3}.ob-affiliate__meta{display:flex;align-items:center;gap:.75rem;font-size:.9rem}.ob-affiliate__rating{display:flex;align-items:center;gap:.25rem}.ob-affiliate__star{color:var(--ob-border-strong)}.ob-affiliate__star--full{color:var(--ob-warning)}.ob-affiliate__star--half{background:linear-gradient(90deg,var(--ob-warning) 50%,var(--ob-border-strong) 50%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.ob-affiliate__rating-value{margin-left:.25rem;font-weight:500;color:var(--ob-text)}.ob-affiliate__price{color:var(--ob-text-muted);font-weight:500}.ob-affiliate--card .ob-affiliate__desc{margin:0;font-size:.9rem;line-height:1.5;color:var(--ob-text-muted)}.ob-affiliate__cta{display:inline-flex;align-items:center;gap:.4rem;margin-top:auto;padding:.6rem 1rem;font-size:.9rem;font-weight:500;text-decoration:none;color:var(--ob-brand-contrast);background:var(--ob-brand);border-radius:6px;transition:background .15s ease}.ob-affiliate__cta:hover{background:var(--ob-brand-hover)}.ob-affiliate--simple .ob-affiliate__cta{flex-shrink:0;padding:.5rem .9rem;font-size:.85rem}.ob-affiliate__arrow{transition:transform .15s ease}.ob-affiliate__cta:hover .ob-affiliate__arrow{transform:translate(3px)}.ob-affiliate-inline{margin:1.5rem 0}.ob-affiliate-disclosure{border-left:3px solid var(--ob-brand);padding:.65em 1em;margin-bottom:1.5rem;font-size:.85em;color:var(--ob-text-muted);line-height:1.5}.ob-affiliate-disclosure p{margin:0}.ob-affiliate-disclosure__link{color:var(--ob-text-muted);text-decoration:underline;margin-left:.25em}.ob-affiliate-disclosure__link:hover{color:var(--ob-text)}.ob-faq{margin:2rem 0;padding:1.5rem;background:var(--ob-surface-soft);border-radius:12px;border:1px solid var(--ob-border)}.ob-faq__title{margin:0 0 1.25rem;font-size:1.25rem;font-weight:600}.ob-faq__list{margin:0;padding:0;display:flex;flex-direction:column;gap:1rem}.ob-faq__item{padding:1rem 1.25rem;background:var(--ob-surface);border:1px solid var(--ob-border);border-radius:8px}.ob-faq__question{margin:0 0 .5rem;font-weight:600;font-size:1rem;color:var(--ob-text)}.ob-faq__question:before{content:"Q: ";color:var(--ob-brand);font-weight:700}.ob-faq__answer{margin:0;font-size:.95rem;line-height:1.6;color:var(--ob-text-muted)}.ob-faq__answer span:before{content:"A: ";color:var(--ob-brand);font-weight:600}.ob-breadcrumbs{margin:1rem 0;font-size:.875rem}.ob-breadcrumbs__list{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin:0;padding:0;list-style:none}.ob-breadcrumbs__item{display:flex;align-items:center;gap:.5rem}.ob-breadcrumbs__item:not(:last-child):after{content:"›";color:var(--ob-text-muted);font-size:1em}.ob-breadcrumbs__link{color:var(--ob-text-muted);text-decoration:none;transition:color .15s ease}.ob-breadcrumbs__link:hover{color:var(--ob-brand);text-decoration:underline}.ob-breadcrumbs__current{color:var(--ob-text);font-weight:500}.ob-author{display:flex;gap:1.25rem;margin:2.5rem 0;padding:1.5rem;background:var(--ob-surface-soft);border-radius:12px;border:1px solid var(--ob-border)}.ob-author__image{flex-shrink:0}.ob-author__image img{width:80px;height:80px;border-radius:50%;object-fit:cover;border:3px solid var(--ob-surface);box-shadow:var(--ob-shadow-sm)}.ob-author__content{display:flex;flex-direction:column;gap:.5rem;min-width:0}.ob-author__header{display:flex;flex-wrap:wrap;align-items:baseline;gap:.5rem}.ob-author__name{font-size:1.1rem;font-weight:600;color:var(--ob-text);text-decoration:none}a.ob-author__name:hover{color:var(--ob-brand)}.ob-author__role{font-size:.875rem;color:var(--ob-text-muted)}.ob-author__bio{margin:0;font-size:.9rem;line-height:1.6;color:var(--ob-text-muted)}.ob-author__footer{display:flex;align-items:center;gap:1rem;margin-top:.5rem}.ob-author__socials{display:flex;gap:.5rem}.ob-author__social{display:flex;align-items:center;justify-content:center;width:32px;height:32px;color:var(--ob-text-muted);background:var(--ob-surface);border-radius:6px;transition:color .15s ease,background .15s ease}.ob-author__social:hover{color:var(--ob-brand);background:var(--ob-surface-soft)}.ob-author__articles{font-size:.8rem;color:var(--ob-text-muted);padding:.25rem .6rem;background:var(--ob-surface);border-radius:4px}@media(max-width:480px){.ob-author{flex-direction:column;align-items:center;text-align:center}.ob-author__header,.ob-author__footer{justify-content:center}}.ob-author-page{padding:2rem 0}.ob-author-page__header{display:flex;gap:1.5rem;align-items:flex-start;margin-bottom:2rem;padding:2rem;background:var(--ob-surface-soft);border-radius:12px;border:1px solid var(--ob-border)}.ob-author-page__image img{width:120px;height:120px;border-radius:50%;object-fit:cover;border:3px solid var(--ob-surface);box-shadow:var(--ob-shadow-sm)}.ob-author-page__info{display:flex;flex-direction:column;gap:.5rem}.ob-author-page__name{margin:0;font-size:1.75rem;font-weight:700;color:var(--ob-text)}.ob-author-page__role{margin:0;font-size:1rem;color:var(--ob-text-muted);font-weight:500}.ob-author-page__bio{margin:.25rem 0 0;font-size:.95rem;line-height:1.6;color:var(--ob-text-muted)}.ob-author-page__socials{display:flex;gap:.5rem;margin-top:.5rem}.ob-author-page__body{margin-bottom:2rem}.ob-author-page__articles h2{font-size:1.5rem;margin-bottom:1.5rem}@media(max-width:600px){.ob-author-page__header{flex-direction:column;align-items:center;text-align:center}.ob-author-page__socials{justify-content:center}}.ob-authors-list{list-style:none;padding:0;margin:2rem 0 0;display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:3.5rem}.ob-author-card{margin:0}.ob-author-card__link{display:flex;gap:1.1rem;align-items:flex-start;padding:1.25rem;height:100%;border:1px solid var(--ob-border);border-radius:14px;background:var(--ob-surface-raised);text-decoration:none;color:inherit;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.ob-author-card__link:hover{transform:translateY(-2px);border-color:var(--ob-border-strong);box-shadow:var(--ob-shadow-md)}.ob-author-card__avatar{flex-shrink:0;width:72px;height:72px;border-radius:50%;overflow:hidden;background:var(--ob-surface-soft);border:2px solid var(--ob-surface);box-shadow:var(--ob-shadow-sm);display:flex;align-items:center;justify-content:center}.ob-author-card__avatar img{width:100%;height:100%;object-fit:cover}.ob-author-card__monogram{font-size:1.5rem;font-weight:700;color:var(--ob-brand-contrast);letter-spacing:.02em;background:linear-gradient(135deg,var(--ob-brand),var(--ob-accent));width:100%;height:100%;display:flex;align-items:center;justify-content:center}.ob-author-card__body{flex:1;min-width:0;display:flex;flex-direction:column;gap:.35rem}.ob-author-card__head{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem}.ob-author-card__name{margin:0;font-size:1.1rem;font-weight:600;line-height:1.3}.ob-author-card__count{flex-shrink:0;font-size:.75rem;font-variant-numeric:tabular-nums;padding:.2rem .55rem;border-radius:999px;background:var(--ob-surface-sunken);color:var(--ob-text-muted);white-space:nowrap}.ob-author-card__role{margin:0;font-size:.85rem;font-weight:500;color:var(--ob-brand)}.ob-author-card__bio{margin:.15rem 0 0;font-size:.9rem;line-height:1.5;color:var(--ob-text-muted);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}@media(max-width:640px){.ob-authors-list{grid-template-columns:1fr}}.ob-notfound{padding:3rem 0 4rem}.ob-notfound__header{text-align:center;padding:2rem 0 3rem}.ob-notfound__code{margin:0;font-size:clamp(5rem,14vw,9rem);font-weight:800;line-height:1;letter-spacing:-.04em;background:linear-gradient(135deg,var(--ob-brand),var(--ob-accent));-webkit-background-clip:text;background-clip:text;color:transparent;user-select:none}.ob-notfound__title{margin:.5rem 0 .75rem;font-size:clamp(1.5rem,3vw,2rem);font-weight:700}.ob-notfound__message{margin:0 auto 1.75rem;max-width:520px;font-size:1rem;line-height:1.6;color:var(--ob-text-muted)}.ob-notfound__actions{display:inline-flex;gap:.75rem;flex-wrap:wrap;justify-content:center}.ob-notfound__btn{display:inline-flex;align-items:center;padding:.7rem 1.35rem;border-radius:999px;font-size:.95rem;font-weight:600;text-decoration:none;background:var(--ob-brand);color:var(--ob-brand-contrast);border:1px solid transparent;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.ob-notfound__btn:hover{transform:translateY(-1px);box-shadow:var(--ob-shadow-md)}.ob-notfound__btn--ghost{background:transparent;color:var(--ob-text);border-color:var(--ob-border)}.ob-notfound__btn--ghost:hover{background:var(--ob-surface-soft);box-shadow:none;transform:translateY(-1px)}.ob-notfound__section{margin-top:2.5rem}.ob-notfound__subtitle{margin:0 0 1rem;font-size:1.25rem;font-weight:700}.ob-notfound__categories{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:.6rem}.ob-notfound__categories a{display:inline-flex;align-items:center;gap:.45rem;padding:.45rem .9rem;border-radius:999px;border:1px solid var(--ob-border);background:var(--ob-surface-raised);text-decoration:none;color:inherit;font-size:.9rem;transition:border-color .15s ease,background .15s ease}.ob-notfound__categories a:hover{border-color:var(--ob-brand);background:var(--ob-surface-soft)}.ob-notfound__count{font-size:.75rem;font-variant-numeric:tabular-nums;padding:.1rem .45rem;border-radius:999px;background:var(--ob-surface-sunken);color:var(--ob-text-muted)}.ob-next-up{margin:3rem 0 2rem}.ob-next-up__link{display:grid;grid-template-columns:220px 1fr;gap:1.5rem;align-items:stretch;border:1px solid var(--ob-border);border-radius:16px;background:var(--ob-surface-raised);overflow:hidden;text-decoration:none;color:inherit;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.ob-next-up__link:hover{transform:translateY(-2px);border-color:var(--ob-border-strong);box-shadow:var(--ob-shadow-md)}.ob-next-up__link:hover .ob-next-up__cta{gap:.6rem}.ob-next-up__link:hover .ob-next-up__image img{transform:scale(1.04)}.ob-next-up__image{position:relative;overflow:hidden;background:var(--ob-surface-soft);min-height:160px}.ob-next-up__image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.ob-next-up__body{padding:1.25rem 1.5rem 1.25rem 0;display:flex;flex-direction:column;justify-content:center;gap:.5rem}.ob-next-up__eyebrow{font-size:.75rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--ob-brand)}.ob-next-up__title{margin:0;font-size:1.25rem;font-weight:700;line-height:1.3}.ob-next-up__excerpt{margin:.25rem 0 0;font-size:.95rem;line-height:1.55;color:var(--ob-text-muted);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ob-next-up__cta{display:inline-flex;align-items:center;gap:.35rem;margin-top:.4rem;font-size:.9rem;font-weight:600;color:var(--ob-brand);transition:gap .15s ease}@media(max-width:640px){.ob-next-up__link{grid-template-columns:1fr}.ob-next-up__image{aspect-ratio:16 / 9;min-height:0}.ob-next-up__body{padding:1rem 1.25rem 1.25rem}}.ob-next-up__link:not(:has(.ob-next-up__image)){grid-template-columns:1fr}.ob-next-up__link:not(:has(.ob-next-up__image)) .ob-next-up__body{padding:1.25rem 1.5rem}.ob-subscribe{margin:2.5rem 0 1rem}.ob-subscribe__inner{display:grid;grid-template-columns:auto 1fr auto;gap:1.25rem;align-items:center;padding:1.5rem 1.75rem;border-radius:16px;background:linear-gradient(135deg,color-mix(in srgb,var(--ob-brand) 6%,transparent),color-mix(in srgb,var(--ob-accent) 6%,transparent));border:1px solid var(--ob-border)}.ob-subscribe__icon{width:48px;height:48px;border-radius:50%;background:var(--ob-surface-raised);color:var(--ob-brand);display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #0000000d;flex-shrink:0}.ob-subscribe__text{min-width:0}.ob-subscribe__title{margin:0 0 .25rem;font-size:1.05rem;font-weight:700;line-height:1.3}.ob-subscribe__description{margin:0;font-size:.9rem;line-height:1.5;color:var(--ob-text-muted)}.ob-subscribe__actions{display:flex;gap:.5rem;flex-shrink:0}.ob-subscribe__btn{display:inline-flex;align-items:center;padding:.55rem 1.1rem;border-radius:999px;font-size:.875rem;font-weight:600;text-decoration:none;border:1px solid var(--ob-border);background:var(--ob-surface-raised);color:inherit;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.ob-subscribe__btn:hover{transform:translateY(-1px);border-color:var(--ob-brand);box-shadow:0 4px 12px #0000000f}.ob-subscribe__btn--primary{background:var(--ob-brand);color:var(--ob-brand-contrast);border-color:transparent}.ob-subscribe__btn--primary:hover{border-color:transparent}@media(max-width:640px){.ob-subscribe__inner{grid-template-columns:1fr;text-align:center;padding:1.25rem}.ob-subscribe__icon{margin:0 auto}.ob-subscribe__actions{justify-content:center;flex-wrap:wrap}}.ob-article__meta{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;margin-top:.5rem;font-size:.85rem;color:var(--ob-text-muted)}.ob-article__meta-sep{color:var(--ob-border)}.ob-last-updated{display:inline-flex;align-items:center;gap:.4rem}.ob-last-updated__label{font-weight:500}.ob-last-updated__label:after{content:":"}.ob-last-updated__date{color:var(--ob-text)}.ob-reading-time{font-size:.85rem;color:var(--ob-text-muted)}.ob-review{margin:1.5rem 0;padding:1rem 1.25rem;background:var(--ob-surface-soft);border-radius:8px;border:1px solid var(--ob-border)}.ob-review__rating{display:flex;align-items:center;gap:.75rem}.ob-review__stars{display:flex;gap:.1rem;font-size:1.25rem}.ob-review__star{color:var(--ob-border-strong)}.ob-review__star--full{color:var(--ob-warning)}.ob-review__star--half{background:linear-gradient(90deg,var(--ob-warning) 50%,var(--ob-border-strong) 50%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.ob-review__star--empty{color:var(--ob-border-strong)}.ob-review__value{font-weight:600;font-size:1rem;color:var(--ob-text)}.ob-review__summary{margin:.75rem 0 0;font-size:.9rem;color:var(--ob-text-muted);line-height:1.5}.ob-proscons{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin:1.5rem 0}.ob-proscons__column{padding:1.25rem;border-radius:10px;border:1px solid var(--ob-border)}.ob-proscons__column--pros{background:linear-gradient(135deg,#22c55e14,#22c55e05);border-color:#22c55e4d}.ob-proscons__column--cons{background:linear-gradient(135deg,#ef444414,#ef444405);border-color:#ef44444d}.ob-proscons__title{display:flex;align-items:center;gap:.5rem;margin:0 0 1rem;font-size:1rem;font-weight:600}.ob-proscons__column--pros .ob-proscons__title{color:var(--ob-success)}.ob-proscons__column--cons .ob-proscons__title{color:var(--ob-danger)}.ob-proscons__icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;font-size:.85rem;font-weight:700;border-radius:50%}.ob-proscons__column--pros .ob-proscons__icon{background:#22c55e26;color:var(--ob-success)}.ob-proscons__column--cons .ob-proscons__icon{background:#ef444426;color:var(--ob-danger)}.ob-proscons__list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.6rem}.ob-proscons__item{position:relative;padding-left:1.25rem;font-size:.9rem;line-height:1.5;color:var(--ob-text)}.ob-proscons__item:before{content:"";position:absolute;left:0;top:.55rem;width:6px;height:6px;border-radius:50%}.ob-proscons__column--pros .ob-proscons__item:before{background:var(--ob-success)}.ob-proscons__column--cons .ob-proscons__item:before{background:var(--ob-danger)}.ob-howto{margin:2rem 0;padding:1.5rem;background:var(--ob-surface-soft);border-radius:12px;border:1px solid var(--ob-border)}.ob-howto__header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem;margin-bottom:.75rem}.ob-howto__title{margin:0;font-size:1.2rem;font-weight:600}.ob-howto__time{display:inline-flex;align-items:center;gap:.35rem;font-size:.85rem;color:var(--ob-text-muted);padding:.3rem .6rem;background:var(--ob-surface);border-radius:6px}.ob-howto__time-icon{opacity:.7}.ob-howto__desc{margin:0 0 1.25rem;font-size:.95rem;color:var(--ob-text-muted);line-height:1.5}.ob-howto__steps{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:1rem}.ob-howto__step{display:flex;gap:1rem;padding:1rem;background:var(--ob-surface);border-radius:8px;border:1px solid var(--ob-border)}.ob-howto__step-number{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:32px;height:32px;font-size:.9rem;font-weight:700;color:var(--ob-brand-contrast);background:var(--ob-brand);border-radius:50%}.ob-howto__step-content{flex:1;min-width:0}.ob-howto__step-title{margin:0 0 .35rem;font-size:1rem;font-weight:600}.ob-howto__step-desc{margin:0;font-size:.9rem;line-height:1.6;color:var(--ob-text-muted)}.ob-howto__step-image{margin-top:.75rem;border-radius:6px;overflow:hidden}.ob-howto__step-image img{width:100%;height:auto;display:block}@media(max-width:480px){.ob-howto__step{flex-direction:column;gap:.75rem}.ob-howto__step-number{align-self:flex-start}}.ob-comparison{margin:2rem 0}.ob-comparison__title{margin:0 0 1rem;font-size:1.15rem;font-weight:600}.ob-comparison__wrapper{overflow-x:auto;border-radius:10px;border:1px solid var(--ob-border)}.ob-comparison__table{width:100%;border-collapse:collapse;font-size:.9rem}.ob-comparison__header{padding:1rem;background:var(--ob-surface-soft);text-align:center;vertical-align:bottom;border-bottom:1px solid var(--ob-border);min-width:140px}.ob-comparison__header--label{min-width:120px}.ob-comparison__badge{display:inline-block;padding:.2rem .5rem;margin-bottom:.5rem;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:var(--ob-brand-contrast);background:var(--ob-brand);border-radius:4px}.ob-comparison__name{display:block;font-size:1rem;font-weight:600;color:var(--ob-text)}.ob-comparison__rating{display:flex;align-items:center;justify-content:center;gap:.25rem;margin-top:.35rem;font-size:.85rem;font-weight:500;color:var(--ob-text-muted)}.ob-comparison__stars{color:var(--ob-warning)}.ob-comparison__label{padding:.75rem 1rem;font-weight:500;color:var(--ob-text);background:var(--ob-surface-soft);border-right:1px solid var(--ob-border);text-align:left}.ob-comparison__cell{padding:.75rem 1rem;text-align:center;color:var(--ob-text);background:var(--ob-surface);border-bottom:1px solid var(--ob-border)}.ob-comparison__cell--yes{color:var(--ob-success);font-weight:600}.ob-comparison__cell--no{color:var(--ob-danger);font-weight:600}.ob-comparison__cell--cta{padding:1rem;background:var(--ob-surface-soft);border-bottom:none}.ob-comparison__cta{display:inline-block;padding:.5rem 1rem;font-size:.85rem;font-weight:500;text-decoration:none;color:var(--ob-brand-contrast);background:var(--ob-brand);border-radius:6px;transition:background .15s ease}.ob-comparison__cta:hover{background:var(--ob-brand-hover)}.ob-comparison__table tbody tr:nth-child(2n) .ob-comparison__cell{background:var(--ob-surface-soft)}.ob-comparison__table tbody tr:nth-child(2n) .ob-comparison__label{background:var(--ob-border)}@media(max-width:640px){.ob-comparison__wrapper{position:relative}.ob-comparison__wrapper:after{content:"";position:absolute;top:0;right:0;bottom:0;width:30px;background:linear-gradient(90deg,transparent,rgba(0,0,0,.05));pointer-events:none}}.ob-widget{border-radius:16px;border:1px solid var(--ob-border);background:var(--ob-surface-overlay);padding:14px}.ob-widget__title{font-size:var(--ob-text-base);font-weight:800}.ob-cookie{position:fixed;left:1rem;right:1rem;bottom:1rem;z-index:9999}.ob-cookie__inner{max-width:960px;margin:0 auto;background:var(--ob-surface-inverse);color:var(--ob-text-inverse);border-radius:12px;padding:1rem;display:flex;gap:1rem;align-items:center;justify-content:space-between;box-shadow:var(--ob-shadow-lg)}.ob-cookie__text{margin:0;line-height:1.4;font-size:.95rem}.ob-cookie__actions{display:flex;gap:.5rem;flex-shrink:0}.ob-cookie__btn{border:1px solid rgba(255,255,255,.3);background:transparent;color:var(--ob-text-inverse);padding:.55rem .9rem;border-radius:10px;cursor:pointer}.ob-cookie__btn--primary{background:#fff;color:#111;border-color:#fff}.ob-taxonomy-badges{display:inline-flex;align-items:center;flex-wrap:wrap;gap:.35rem}.ob-taxonomy-badge{display:inline-block;padding:.1rem .5rem;font-size:.75rem;font-weight:500;line-height:1.4;border-radius:999px;text-decoration:none;transition:background-color .2s,color .2s}.ob-taxonomy-badge--category{background:var(--ob-brand);color:var(--ob-brand-contrast)}.ob-taxonomy-badge--category:hover{opacity:.85}.ob-taxonomy-badge--tag{background:var(--ob-surface-sunken);color:var(--ob-text-muted);border:1px solid var(--ob-border)}.ob-taxonomy-badge--tag:hover{background:var(--ob-border);color:var(--ob-text)}.ob-search-trigger{display:flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:none;background:transparent;cursor:pointer;color:var(--ob-text);border-radius:10px;flex-shrink:0}.ob-search-trigger:hover{background:#0000000f}.ob-search-overlay{position:fixed;inset:0;z-index:100;background:#00000080;backdrop-filter:blur(4px);opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease}.ob-search-overlay.is-open{opacity:1;visibility:visible}.ob-search-dialog{position:relative;max-width:640px;margin:80px auto 0;background:var(--ob-surface);border-radius:14px;box-shadow:0 10px 30px #00000026;padding:24px;max-height:calc(100vh - 120px);overflow-y:auto}@media(max-width:680px){.ob-search-dialog{margin:16px;max-height:calc(100vh - 32px)}}.ob-search-close{position:absolute;top:12px;right:12px;display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border:none;background:transparent;cursor:pointer;color:var(--ob-text-muted);border-radius:8px}.ob-search-close:hover{background:#0000000f;color:var(--ob-text)}.pagefind-ui__search-input{font-family:var(--ob-font-body)!important;font-size:16px!important;border-radius:10px!important;border:1px solid var(--ob-border-strong)!important;padding:10px 14px!important;color:var(--ob-text)!important;background:var(--ob-surface)!important}.pagefind-ui__search-input:focus{outline:2px solid var(--ob-brand)!important;outline-offset:-1px!important;border-color:transparent!important}.pagefind-ui__search-clear{border-radius:8px!important}.pagefind-ui__result-link{color:var(--ob-link)!important;font-weight:600!important}.pagefind-ui__result-excerpt mark{background:var(--ob-brand-soft)!important;color:inherit!important;padding:1px 2px;border-radius:3px}.pagefind-ui__message,.pagefind-ui__result-excerpt{font-family:var(--ob-font-body)!important;color:var(--ob-text-muted)!important}.pagefind-ui__button{border-radius:10px!important;background:var(--ob-brand)!important;color:#fff!important}.ob-print-btn{display:inline-flex;align-items:center;gap:4px;font-size:.85rem;color:var(--ob-text-muted);background:none;border:none;padding:0;cursor:pointer;font-family:inherit;line-height:1}.ob-print-btn:hover{color:var(--ob-text)}.ob-print-btn svg{flex-shrink:0}@media print{.ob-header,.ob-footer,.ob-mobile-nav,.ob-mobile-nav__overlay,.ob-toc,.ob-breadcrumbs,.ob-related,.ob-featured,.ob-cookie-banner,.ob-draft-banner,.ob-print-btn,.ob-search-overlay,.ob-search-trigger,.ob-affiliate-disclosure,.ob-article__meta-sep,.ob-taxonomy-badges{display:none!important}body{margin:0;padding:0;color:#000;background:#fff}.ob-container,.ob-container--wide{max-width:100%;padding:0;margin:0}.ob-article__body{display:block!important}.ob-article__title{font-size:1.8rem;margin-bottom:.5rem}.ob-prose{font-size:12pt;line-height:1.6}.ob-prose a[href^=http]:after{content:" (" attr(href) ")";font-size:.85em;color:#555;word-break:break-all}.ob-article__featured img,.ob-prose img{max-width:100%!important;width:auto!important;margin:1rem auto;border-radius:0}h1,h2,h3,h4,h5,h6{break-after:avoid}figure,table,img{break-inside:avoid}.ob-author{break-inside:avoid;border-top:1px solid #ccc;margin-top:2rem;padding-top:1rem}*{box-shadow:none!important;text-shadow:none!important}}.ob-sources{margin:2rem 0;padding-top:1.5rem;border-top:1px solid var(--ob-border)}.ob-sources__title{font-size:.95rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;margin:0 0 1rem;color:var(--ob-text)}.ob-sources__list{margin:0;padding-left:1.5rem;list-style:decimal}.ob-sources__item{margin-bottom:.5rem;line-height:1.6;font-size:.9rem}.ob-sources__item:last-child{margin-bottom:0}.ob-sources__link{color:var(--ob-link);text-decoration:none;transition:color .15s ease}.ob-sources__link:hover{text-decoration:underline;color:var(--ob-link)}.ob-sources__domain{font-size:.8em;color:var(--ob-text-muted);margin-left:.25rem}@media(max-width:640px){.ob-sources{margin:1.5rem 0;padding-top:1rem}.ob-sources__title{font-size:.9rem}}.ob-glossary-term{position:relative;display:inline}.ob-glossary-term__link{color:inherit;text-decoration:underline;text-decoration-style:dotted;text-decoration-color:var(--ob-text-muted);text-underline-offset:3px;cursor:help;transition:text-decoration-color .15s ease}.ob-glossary-term__link:hover{text-decoration-color:var(--ob-brand)}.ob-glossary-term__tooltip{display:none;position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);background:var(--ob-text);color:var(--ob-text-inverse);padding:.6rem .8rem;border-radius:6px;font-size:.82rem;line-height:1.5;width:max-content;max-width:300px;z-index:50;box-shadow:var(--ob-shadow-md);pointer-events:none}.ob-glossary-term__tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:6px solid transparent;border-top-color:var(--ob-text)}.ob-glossary-term__tooltip-full{font-weight:600;display:block;margin-bottom:.2rem}.ob-glossary-term__link:hover+.ob-glossary-term__tooltip,.ob-glossary-term__link:focus+.ob-glossary-term__tooltip{display:block}.ob-glossary-term__tooltip[data-visible=true]{display:block}.ob-glossary-index{max-width:800px;margin:0 auto}.ob-glossary-index__intro{margin-bottom:2rem;color:var(--ob-text-muted);font-size:1.05rem;line-height:1.7}.ob-glossary-index__letter{font-size:1.4rem;font-weight:700;color:var(--ob-brand);margin:2rem 0 .75rem;padding-bottom:.3rem;border-bottom:2px solid var(--ob-border)}.ob-glossary-index__letter:first-child{margin-top:0}.ob-glossary-index__list{list-style:none;margin:0;padding:0}.ob-glossary-index__item{padding:.6rem 0;border-bottom:1px solid var(--ob-border)}.ob-glossary-index__item:last-child{border-bottom:none}.ob-glossary-index__term-link{color:var(--ob-link);text-decoration:none;font-weight:600;font-size:1rem;transition:color .15s ease}.ob-glossary-index__term-link:hover{text-decoration:underline;color:var(--ob-brand)}.ob-glossary-index__full-form{color:var(--ob-text-muted);margin-left:.4rem;font-size:.9rem}.ob-glossary-index__definition{margin:.25rem 0 0;font-size:.9rem;color:var(--ob-text-muted);line-height:1.5}.ob-glossary-page{max-width:720px;margin:0 auto}.ob-glossary-page__header{margin-bottom:2rem}.ob-glossary-page__term{font-size:2rem;font-weight:800;margin:0 0 .25rem}.ob-glossary-page__full-form{font-size:1.15rem;color:var(--ob-text-muted);margin:0 0 1rem}.ob-glossary-page__definition{font-size:1.05rem;line-height:1.8;margin-bottom:2rem}.ob-glossary-page__aliases{margin-bottom:2rem}.ob-glossary-page__aliases-title{font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:var(--ob-text-muted);margin:0 0 .5rem}.ob-glossary-page__alias-list{display:flex;flex-wrap:wrap;gap:.4rem;list-style:none;margin:0;padding:0}.ob-glossary-page__alias{background:var(--ob-surface-sunken);padding:.2rem .6rem;border-radius:4px;font-size:.85rem;color:var(--ob-text)}.ob-glossary-page__back{margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--ob-border)}.ob-glossary-page__back-link{color:var(--ob-link);text-decoration:none;font-size:.95rem}.ob-glossary-page__back-link:hover{text-decoration:underline}@media(max-width:640px){.ob-glossary-term__tooltip{left:0;transform:none;max-width:260px}.ob-glossary-term__tooltip:after{left:1rem;transform:none}.ob-glossary-page__term{font-size:1.6rem}.ob-glossary-index__letter{font-size:1.2rem}}.ob-article__featured{margin:2rem 0;display:flex;justify-content:center}.ob-article__featured img{width:80%;height:auto;border-radius:12px;object-fit:cover}.ob-prose :where(table){border-collapse:separate;border-spacing:0;margin:1.25rem auto;font-size:.95rem;line-height:1.4;border:1px solid var(--ob-border);border-radius:12px;overflow:hidden;background:var(--ob-surface-raised);max-width:100%}.ob-article thead th{text-align:left;font-weight:700;padding:.65rem .85rem;background:#00000009;border-bottom:1px solid var(--ob-border)}.ob-article tbody td{padding:.65rem .85rem;vertical-align:top;border-bottom:1px solid var(--ob-border)}.ob-article tbody tr:last-child td{border-bottom:none}.ob-article tbody tr:nth-child(2n) td{background:#00000005}.ob-article td,.ob-article th{overflow-wrap:anywhere;word-break:normal}.ob-article table tbody td:first-child{font-weight:600;white-space:nowrap}@media(max-width:640px){.ob-prose :where(table){display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}}.ob-prose :where(img){display:block;width:min(80%,920px);height:auto;margin:2rem auto;border-radius:12px;object-fit:cover}@media(max-width:768px){.ob-prose :where(img){width:100%;margin:1.25rem 0}}@media(min-width:1100px){.ob-article__body{display:grid;grid-template-columns:1fr 220px;gap:40px;align-items:start}.ob-article__content{min-width:0;order:1}.ob-article__body>.ob-toc{order:2}.ob-article__body:not(:has(>.ob-toc)){display:block}}.ob-prose :where(h2,h3,h4){scroll-margin-top:80px}.ob-section__title,.ob-featured__title,.ob-featured__card-title{font-weight:700}.ob-hero{min-height:480px}.ob-hero__title{line-height:1.05;font-weight:800}.ob-hero__subtitle{font-size:1.12rem;line-height:1.55;max-width:580px;margin-left:auto;margin-right:auto}.ob-btn{letter-spacing:0;font-weight:600}.ob-hero .ob-btn--primary{background:var(--ob-accent);color:var(--ob-accent-contrast)}.ob-hero .ob-btn--primary:hover{background:var(--ob-accent-hover)}.ob-affiliate__cta,.ob-comparison__cta{background:var(--ob-accent);color:var(--ob-accent-contrast)}.ob-affiliate__cta:hover,.ob-comparison__cta:hover{background:var(--ob-accent-hover)}.ob-prose{font-size:1.06rem;line-height:1.75}.ob-prose h2{font-size:1.7rem;margin-top:3rem;margin-bottom:1rem}.ob-prose h3{font-size:1.3rem;margin-top:2.2rem;margin-bottom:.6rem}.ob-tldr{background:var(--ob-brand-soft);border-left-color:var(--ob-brand)}.ob-tldr__title{color:var(--ob-brand);text-transform:uppercase;letter-spacing:.14em;font-size:.78rem}
