.ttg{--ttg-bg:#fafafa;--ttg-surface:#ffffff;--ttg-border:#e5e7eb;--ttg-border-soft:#f3f4f6;--ttg-border-strong:#111827;--ttg-text:#111827;--ttg-text-muted:#6b7280;--ttg-text-subtle:#9ca3af;--ttg-accent:#111827;--ttg-accent-soft:#f3f4f6;--ttg-hero-blue:#eff6ff;--ttg-hero-orange:#fff7ed;--ttg-radius-card:24px;--ttg-radius-article:16px;--ttg-radius-input:16px;--ttg-shadow-sm:0 1px 2px rgba(15, 23, 42, 0.05);--ttg-shadow-md:0 8px 24px rgba(15, 23, 42, 0.08);--ttg-shadow-lg:0 12px 32px rgba(15, 23, 42, 0.10);--ttg-easing:cubic-bezier(0.4, 0, 0.2, 1);color:var(--ttg-text);font-family:-apple-system,BlinkMacSystemFont,"Inter","Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:16px;line-height:1.5;background:var(--ttg-bg)}body.ttg-active{background:#fafafa}body.ttg-active #main{background:var(--ttg-bg);flex:0 1 auto}.ttg p,.ttg ul,.ttg ol,.ttg blockquote,.ttg dl,.ttg figure,.ttg form,.ttg pre{margin:0}.ttg-container,.ttg-container--narrow,.ttg-container--wide{max-width:1050px;margin:0 auto;padding-left:1.5rem;padding-right:1.5rem}.ttg-icon{display:block;width:1.25rem;height:1.25rem;stroke:currentColor;flex-shrink:0}.ttg-icon--xs{width:1rem;height:1rem}.ttg-icon--sm{width:1rem;height:1rem}.ttg-icon--md{width:1.25rem;height:1.25rem}.ttg-icon--lg{width:2rem;height:2rem}.ttg-icon--xl{width:2.5rem;height:2.5rem}.ttg-hero{position:relative;background:var(--ttg-surface);border-bottom:1px solid var(--ttg-border-soft);padding:2rem 1.5rem 2.5rem;overflow:hidden}.ttg-hero__blob{position:absolute;border-radius:9999px;filter:blur(96px);opacity:.7;pointer-events:none;z-index:0}.ttg-hero__blob--blue{top:3rem;left:8%;width:18rem;height:18rem;background:var(--ttg-hero-blue)}.ttg-hero__blob--orange{bottom:2rem;right:8%;width:22rem;height:22rem;background:var(--ttg-hero-orange)}.ttg-hero__inner{position:relative;z-index:1;max-width:48rem;margin:0 auto;text-align:center}.ttg-hero__title{font-size:2.25rem;line-height:1.15;font-weight:700;letter-spacing:-.025em;margin:0 0 1.5rem;color:var(--ttg-text)}.ttg p.ttg-hero__intro{margin:1.5rem 0 0;color:var(--ttg-text-muted);font-size:1rem}.ttg .ttg-search{position:relative;max-width:40rem;margin:0 auto}.ttg .ttg-search__icon{position:absolute;top:50%;left:1.25rem;transform:translateY(-50%);color:#9ca3af;pointer-events:none;display:flex;z-index:2}.ttg .ttg-search__icon .ttg-icon{width:1.25rem;height:1.25rem}.ttg .ttg-search__input,.ttg .ttg-search input.ttg-search__input,.ttg .ttg-search input[type="search"].ttg-search__input{width:100%;box-sizing:border-box;height:auto;margin:0;font-family:inherit;font-size:1.125rem;line-height:1.5;padding:1rem 1.25rem 1rem 3.25rem;border:2px solid var(--ttg-border);border-radius:var(--ttg-radius-input);background:var(--ttg-surface);color:var(--ttg-text);outline:none;box-shadow:var(--ttg-shadow-sm);transition:border-color 0.15s var(--ttg-easing),box-shadow 0.15s var(--ttg-easing);-webkit-appearance:none;appearance:none}.ttg .ttg-search__input:hover{border-color:#d1d5db}.ttg .ttg-search__input:focus,.ttg .ttg-search__input:focus-visible{border-color:var(--ttg-accent);box-shadow:0 0 0 4px rgb(17 24 39 / .08);outline:none}.ttg .ttg-search__input::placeholder{color:#9ca3af;opacity:1}.ttg .ttg-search__input::-webkit-search-decoration,.ttg .ttg-search__input::-webkit-search-cancel-button,.ttg .ttg-search__input::-webkit-search-results-button,.ttg .ttg-search__input::-webkit-search-results-decoration{-webkit-appearance:none;appearance:none}.ttg-section{padding:4rem 0 5rem;background:var(--ttg-bg)}.ttg-section__header{text-align:center;margin-bottom:3rem}.ttg-section__title{font-size:1.625rem;line-height:1.2;font-weight:600;letter-spacing:-.02em;margin:0 0 .5rem}.ttg p.ttg-section__lede{color:var(--ttg-text-muted);margin:0}.ttg-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}.ttg-cards:not(:has(>:nth-child(3))){grid-template-columns:repeat(auto-fit,minmax(280px,360px));justify-content:center}.ttg-card{display:flex;flex-direction:column;align-items:center;text-align:center;background:var(--ttg-surface);border:1px solid var(--ttg-border);border-radius:var(--ttg-radius-card);padding:2rem;box-shadow:var(--ttg-shadow-sm);color:inherit;text-decoration:none;position:relative;overflow:hidden;transition:border-color 0.2s var(--ttg-easing),box-shadow 0.2s var(--ttg-easing),transform 0.2s var(--ttg-easing)}.ttg-card::before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgb(243 244 246 / .6) 0%,#fff0 100%);opacity:0;transition:opacity 0.2s var(--ttg-easing);pointer-events:none}.ttg-card:hover{border-color:#d1d5db;box-shadow:var(--ttg-shadow-md)}.ttg-card:hover,.ttg-card:focus,.ttg-article__link:hover,.ttg-article__link:focus{text-decoration:none}.ttg-card:hover::before{opacity:1}.ttg-card__icon{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;width:4rem;height:4rem;background:var(--ttg-accent-soft);color:var(--ttg-text);border-radius:18px;margin-bottom:1.5rem;transition:background 0.25s var(--ttg-easing),color 0.25s var(--ttg-easing),transform 0.25s var(--ttg-easing)}.ttg-card:hover .ttg-card__icon{background:var(--ttg-accent);color:#fff;transform:scale(1.08)}.ttg-card__title{position:relative;z-index:1;font-size:1.25rem;line-height:1.3;font-weight:600;margin:0 0 .75rem}.ttg p.ttg-card__lede{position:relative;z-index:1;color:var(--ttg-text-muted);margin:0 0 1.5rem;flex:1}.ttg-card__cta{position:relative;z-index:1;display:inline-flex;align-items:center;gap:.25rem;font-size:.875rem;font-weight:500;color:var(--ttg-text-subtle);transition:color 0.15s var(--ttg-easing)}.ttg-card:hover .ttg-card__cta{color:var(--ttg-text)}.ttg-card__cta-arrow{transition:transform 0.2s var(--ttg-easing);transform:translateY(1px)}.ttg-card:hover .ttg-card__cta-arrow{transform:translate(4px,1px)}.ttg-crumbs{background:var(--ttg-surface);border-bottom:1px solid var(--ttg-border-soft);padding:1rem 0;font-size:.875rem}.ttg-crumbs>.ttg-container,.ttg-crumbs>.ttg-container--narrow{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.ttg-crumbs__link{color:var(--ttg-text-muted);text-decoration:none;transition:color 0.15s var(--ttg-easing);white-space:nowrap}.ttg-crumbs__link:hover{color:var(--ttg-text)}.ttg-crumbs__sep{color:#d1d5db}.ttg-crumbs__current{color:var(--ttg-text);font-weight:500}.ttg-archive__body{padding-top:1.5rem;padding-bottom:3rem;background:var(--ttg-bg)}.ttg--single .ttg-article-page{background:var(--ttg-bg)}.ttg-archive__header{display:flex;flex-direction:column;align-items:flex-start;gap:1.5rem;margin-bottom:2rem}@media (min-width:640px){.ttg-archive__header{flex-direction:row;align-items:center;gap:2rem;margin-bottom:2.5rem}.ttg-archive__body{padding-top:2.5rem;padding-bottom:4rem}}.ttg-archive__badge{display:flex;align-items:center;justify-content:center;width:5rem;height:5rem;background:var(--ttg-accent);color:#fff;border-radius:24px;box-shadow:var(--ttg-shadow-lg);flex-shrink:0}.ttg .ttg-archive__heading{margin:0;padding:0}.ttg .ttg-archive__title,.ttg h1.ttg-archive__title{font-size:1.875rem;line-height:1.1;font-weight:700;letter-spacing:-.025em;margin:0 0 .75rem;padding:0;color:var(--ttg-text)}@media (min-width:640px){.ttg .ttg-archive__title,.ttg h1.ttg-archive__title{font-size:2.25rem}}.ttg .ttg-archive__lede,.ttg p.ttg-archive__lede{font-size:1.0625rem;line-height:1.5;color:var(--ttg-text-muted);margin:0;padding:0;max-width:36rem}.ttg-articles{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.ttg-article{background:var(--ttg-surface);border:1px solid var(--ttg-border);border-radius:var(--ttg-radius-article);transition:border-color 0.2s var(--ttg-easing),box-shadow 0.2s var(--ttg-easing)}.ttg-article:hover{border-color:var(--ttg-border-strong);box-shadow:var(--ttg-shadow-md)}.ttg-article__link{display:flex;align-items:flex-start;gap:1.25rem;padding:1.5rem;text-decoration:none;color:inherit}@media (min-width:640px){.ttg-article__link{padding:2rem;gap:1.5rem}}.ttg-article__icon{display:none;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;background:#f9fafb;color:var(--ttg-text-subtle);border-radius:12px;margin-top:.25rem;flex-shrink:0;transition:background 0.2s var(--ttg-easing),color 0.2s var(--ttg-easing)}@media (min-width:640px){.ttg-article__icon{display:flex}}.ttg-article:hover .ttg-article__icon{background:var(--ttg-accent);color:#fff}.ttg-article__body{flex:1;display:flex;flex-direction:column;gap:.5rem}.ttg-article__title{font-size:1.25rem;line-height:1.35;font-weight:600;color:var(--ttg-text)}.ttg-article:hover .ttg-article__title{text-decoration:underline;text-underline-offset:2px}.ttg-article__lede{color:var(--ttg-text-muted)}.ttg-article__chev{display:flex;align-items:center;color:#d1d5db;margin-top:.5rem;flex-shrink:0;transition:color 0.15s var(--ttg-easing)}.ttg-article:hover .ttg-article__chev{color:var(--ttg-text)}.ttg-article-page{padding-top:1.5rem;padding-bottom:3rem}@media (min-width:640px){.ttg-article-page{padding-top:2.5rem;padding-bottom:4rem}}.ttg-article-page__title{font-size:1.875rem;line-height:1.15;font-weight:700;letter-spacing:-.025em;color:var(--ttg-text);margin:0 0 1.5rem}@media (min-width:640px){.ttg-article-page__title{font-size:2.25rem}}@media (min-width:768px){.ttg-article-page__title{font-size:2.75rem}}.ttg-prose{font-size:1.0625rem;line-height:1.75;color:#374151}.ttg-prose>*+*{margin-top:1.25rem}.ttg-prose p{margin:0 0 1.5rem}.ttg-prose p:last-child{margin-bottom:0}.ttg-prose h2{font-size:1.5rem;font-weight:700;letter-spacing:-.015em;margin:2.5rem 0 1rem;color:var(--ttg-text)}.ttg-prose h3{font-size:1.25rem;font-weight:600;margin:2rem 0 .75rem;color:var(--ttg-text)}.ttg-prose a{color:var(--ttg-text);text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px}.ttg-prose a:hover{text-decoration-thickness:2px}.ttg-prose ul,.ttg-prose ol{padding-left:1.5rem;margin:0 0 1.5rem}.ttg-prose li{margin-bottom:.5rem}.ttg-prose img{max-width:100%;height:auto;border-radius:12px}.ttg-prose blockquote{border-left:4px solid var(--ttg-accent);background:#f9fafb;margin:2rem 0;padding:1rem 1.25rem;border-radius:4px}.ttg-prose code{background:var(--ttg-accent-soft);padding:.125rem .375rem;border-radius:6px;font-size:.95em}.ttg-helpful{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:1.5rem;margin-top:4rem;padding-top:2rem;border-top:1px solid var(--ttg-border);text-align:center}@media (min-width:640px){.ttg-helpful{flex-direction:row;text-align:left}}.ttg-helpful__heading{font-size:1rem;font-weight:600;color:var(--ttg-text);margin:0 0 .25rem}.ttg p.ttg-helpful__lede{font-size:.875rem;color:var(--ttg-text-muted);margin:0}.ttg-helpful__buttons{display:flex;gap:.75rem}.ttg-helpful__btn{font-family:inherit;font-size:1rem;font-weight:500;padding:.5rem 1.5rem;border-radius:9999px;border:1px solid var(--ttg-border);background:var(--ttg-surface);color:var(--ttg-text);cursor:pointer;transition:border-color 0.15s var(--ttg-easing),background 0.15s var(--ttg-easing)}.ttg-helpful__btn:hover{border-color:var(--ttg-accent)}.ttg-helpful__btn:active{background:var(--ttg-accent-soft)}.ttg-helpful__btn[disabled]{opacity:.55;cursor:not-allowed}.ttg-helpful__thanks{display:none}.ttg-helpful.is-loading .ttg-helpful__buttons{opacity:.6}.ttg-helpful--voted .ttg-helpful__text,.ttg-helpful--voted .ttg-helpful__buttons{display:none}.ttg-helpful--voted .ttg-helpful__thanks{display:block;text-align:center;width:100%}@media (min-width:640px){.ttg-helpful--voted .ttg-helpful__thanks{text-align:left}}.ttg-empty{background:var(--ttg-surface);border:1px dashed var(--ttg-border);border-radius:var(--ttg-radius-article);padding:2rem;text-align:center;color:var(--ttg-text-muted)}.ttg .nav-links{margin-top:2rem;display:flex;gap:.5rem;justify-content:center;flex-wrap:wrap}.ttg .nav-links a,.ttg .nav-links .current{display:inline-block;padding:.5rem .875rem;border-radius:9999px;border:1px solid var(--ttg-border);background:var(--ttg-surface);color:var(--ttg-text);text-decoration:none;font-size:.875rem}.ttg .nav-links .current{background:var(--ttg-accent);border-color:var(--ttg-accent);color:#fff}.ttg .screen-reader-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute;width:1px;word-wrap:normal!important}@media (min-width:640px){.ttg-hero{padding:4rem 1.5rem 4rem}.ttg-hero__title{font-size:3rem}.ttg-section{padding:5rem 0}.ttg-section__title{font-size:1.875rem}}@media (max-width:900px){.ttg-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.ttg-cards{grid-template-columns:1fr;gap:1rem}.ttg-container,.ttg-container--narrow,.ttg-container--wide{padding-left:1rem;padding-right:1rem}}.ttg-section--faqs{border-top:1px solid #F3F4F6}.ttg-faqs__head{display:flex;flex-wrap:wrap;gap:1rem;align-items:flex-end;justify-content:space-between;padding-bottom:1.5rem;border-bottom:1px solid #F3F4F6;margin-bottom:2.5rem}.ttg-faqs__intro{max-width:36rem}.ttg-faqs__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem}@media (max-width:768px){.ttg-faqs__grid{grid-template-columns:1fr}.ttg-faqs__head{flex-direction:column;align-items:flex-start}}.ttg-faq{display:flex;align-items:center;gap:1rem;padding:1.25rem 1.5rem;background:#fff;border:1px solid #E5E7EB;border-radius:1rem;color:inherit!important;text-decoration:none!important;transition:border-color 0.2s var(--ttg-easing),box-shadow 0.2s var(--ttg-easing),transform 0.2s var(--ttg-easing)}.ttg-faq:hover{border-color:#d1d5db;box-shadow:var(--ttg-shadow-md)}.ttg-faq:hover .ttg-faq__icon{background:var(--ttg-accent);color:#fff;transform:scale(1.08)}.ttg-faq:hover .ttg-faq__chev{color:var(--ttg-text);transform:translateX(4px)}.ttg-faq__icon{width:2.25rem;height:2.25rem;flex-shrink:0;border-radius:.625rem;background:var(--ttg-accent-soft);color:var(--ttg-text);display:inline-flex;align-items:center;justify-content:center;transition:background 0.25s var(--ttg-easing),color 0.25s var(--ttg-easing),transform 0.25s var(--ttg-easing)}.ttg-faq__intro{flex:1;min-width:0;display:flex;flex-direction:column;gap:.25rem}.ttg-faq__title{font-size:1rem;font-weight:600;font-family:inherit;color:#030712!important;line-height:1.35;letter-spacing:normal!important;text-transform:none!important;transition:color 0.15s ease}.ttg-faq__lede{font-size:.8125rem;color:#6B7280;line-height:1.5;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ttg-faq__chev{color:#9CA3AF;flex-shrink:0;transition:transform 0.2s ease,color 0.15s ease}.tt-footer{background:#f4f4f5;border-top:1px solid #e4e4e7;color:#71717a;clear:both}.tt-footer a{color:#71717a;text-decoration:none;transition:color 0.2s ease}.tt-footer a:hover,.tt-footer a:focus{color:#0a0a0a;text-decoration:none}.tt-footer-desktop{display:none}.tt-footer-inner{max-width:1050px;margin:0 auto;padding:40px 24px}.tt-footer-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px;margin-bottom:32px}.tt-footer-heading{margin:0 0 16px;color:#0a0a0a;font-size:14px;font-weight:600}.tt-footer-list{list-style:none;margin:0;padding:0}.tt-footer-list li{margin-bottom:8px}.tt-footer-list a{font-size:14px}.tt-footer-bar{border-top:1px solid #e4e4e7;padding-top:24px;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.tt-footer-copy{display:flex;align-items:center;gap:8px;font-size:14px}.tt-footer-sep{color:#a1a1aa}.tt-footer-social{display:flex;align-items:center;gap:16px}.tt-footer-social-icon{width:20px;height:20px;display:block}.tt-footer-mobile{display:flex;flex-direction:column;align-items:center;gap:15px;padding:15px;color:#666;max-width:100%;box-sizing:border-box}@media (max-width:1023px){.tt-footer-mobile{padding:32px 16px 112px}}.tt-footer-mobile-nav{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:16px;font-size:14px;width:100%;max-width:100%;box-sizing:border-box}.tt-footer-mobile-nav a{white-space:nowrap;color:#666;text-overflow:clip}.tt-footer-mobile-nav a:hover,.tt-footer-mobile-nav a:focus{color:#0a0a0a}.tt-footer-mobile .tt-footer-social{gap:20px}.tt-footer-mobile .tt-footer-social a{color:#666}.tt-footer-mobile .tt-footer-social a:hover,.tt-footer-mobile .tt-footer-social a:focus{color:#0a0a0a}.tt-footer-copy-mobile{margin:0;font-size:12px;color:#666;text-align:center}@media (min-width:1024px){.tt-footer-desktop{display:block}.tt-footer-mobile{display:none}}