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