@import "https://fonts.googleapis.com/css2?family=Onest:wght@400;500;600;700;800&display=swap";.thc-page{--bg:#fff;--bg-warm:#fafaf6;--ink:#161c2e;--ink-soft:#4f5363;--ink-mute:#8a8f9b;--teal:#4fb8b0;--teal-deep:#3a968f;--teal-soft:#e5f4f2;--teal-tint:#b6e0dc;--teal-edge:#c8e5e1;--yellow:#f5c84a;--yellow-soft:#fef6da;--line:#eceae4;--line-soft:#f5f3ee;--shadow-card:0 1px 2px #161c2e0a, 0 6px 22px #161c2e0f;--shadow-teal:0 8px 24px #4fb8b047;--radius-md:16px;--radius-lg:20px;--radius-pill:999px;color:var(--ink);background:var(--bg);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;font-feature-settings:"ss01" on, "cv11" on;min-height:100vh;margin:0;padding:0;font-family:Onest,system-ui,-apple-system,sans-serif;line-height:1.6}.thc-page .thc-sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.thc-page *,.thc-page :before,.thc-page :after{box-sizing:border-box}.thc-page a{color:inherit;text-decoration:none}.thc-page img,.thc-page svg{max-width:100%;display:block}.thc-page button{cursor:pointer;background:0 0;border:0;font-family:inherit}.thc-page .thc-wrap{max-width:1240px;margin:0 auto;padding:0 32px}.thc-page .thc-header{z-index:50;border-bottom:1px solid var(--line-soft);background:#fff;transition:box-shadow .2s;position:sticky;top:0}.thc-page .thc-header.scrolled{box-shadow:0 2px 20px #161c2e14}.thc-page .thc-nav{justify-content:space-between;align-items:center;gap:24px;height:76px;display:flex}.thc-page .thc-brand{color:var(--ink);align-items:center;gap:12px;line-height:0;display:inline-flex}.thc-page .thc-brand-logo{width:auto;height:30px;transition:transform .3s cubic-bezier(.34,1.56,.64,1);display:block}.thc-page .thc-brand:hover .thc-brand-logo{transform:scale(1.05)}.thc-page .thc-help-tag{border-radius:var(--radius-pill);background:var(--teal-soft);color:var(--teal-deep);padding:4px 10px;font-size:12.5px;font-weight:600;line-height:1.2}.thc-page .thc-nav-search{flex:1;max-width:460px;position:relative}.thc-page .thc-nav-search input{background:var(--line-soft);border-radius:var(--radius-pill);width:100%;height:44px;color:var(--ink);border:1.5px solid #0000;outline:none;padding:0 16px 0 44px;font:400 14.5px Onest,sans-serif;transition:background .15s,border-color .15s}.thc-page .thc-nav-search input::placeholder{color:var(--ink-mute)}.thc-page .thc-nav-search input:focus{border-color:var(--teal);background:#fff;box-shadow:0 0 0 4px #4fb8b026}.thc-page .thc-nav-search input:not(:focus):hover{border-color:var(--line);background:#fff}.thc-page .thc-nav-search svg{width:18px;height:18px;color:var(--ink-mute);pointer-events:none;position:absolute;top:50%;left:16px;transform:translateY(-50%)}.thc-page .thc-btn-primary{background:var(--teal);color:#fff;border-radius:var(--radius-pill);white-space:nowrap;isolation:isolate;align-items:center;gap:8px;padding:12px 20px;font-size:14.5px;font-weight:600;transition:background .15s,transform .12s,box-shadow .15s;display:inline-flex;position:relative;overflow:hidden}.thc-page .thc-btn-primary>*{z-index:2;position:relative}.thc-page .thc-btn-primary:after{content:"";pointer-events:none;z-index:1;background:linear-gradient(105deg,#0000 0%,#ffffff8c 50%,#0000 100%);width:60%;height:100%;transition:transform .85s cubic-bezier(.2,.8,.2,1);position:absolute;inset:0;transform:translate(-100%)skew(-22deg)}.thc-page .thc-btn-primary:hover{background:var(--teal-deep);box-shadow:var(--shadow-teal);transform:translateY(-1px)}.thc-page .thc-btn-primary:hover:after{transform:translate(280%)skew(-22deg)}.thc-page .thc-breadcrumb{-webkit-backdrop-filter:none;background:0 0;border-radius:0;height:auto;padding:24px 0 0;position:static}.thc-page .thc-breadcrumb ol{color:var(--ink-mute);flex-wrap:wrap;align-items:center;gap:8px;margin:0;padding:0;font-size:13.5px;list-style:none;display:flex}.thc-page .thc-breadcrumb a{color:var(--ink-soft);padding:4px 0;font-weight:500;transition:color .15s;display:inline-block;position:relative}.thc-page .thc-breadcrumb a:after{content:"";background:var(--teal);transform-origin:0;width:100%;height:1.5px;transition:transform .3s cubic-bezier(.2,.8,.2,1);position:absolute;bottom:2px;left:0;transform:scaleX(0)}.thc-page .thc-breadcrumb a:hover{color:var(--teal-deep)}.thc-page .thc-breadcrumb a:hover:after{transform:scaleX(1)}.thc-page .thc-breadcrumb li[aria-current=page]{color:var(--ink);font-weight:600}.thc-page .thc-sep{color:var(--ink-mute);opacity:.5}.thc-page .thc-article-layout{grid-template-columns:minmax(0,1fr) 240px;align-items:start;gap:64px;padding:28px 0 80px;display:grid}.thc-page .thc-article-main{min-width:0;max-width:760px}.thc-page .thc-article-header{border-bottom:1px solid var(--line-soft);margin-bottom:32px;padding-bottom:28px}.thc-page .thc-eyebrow{background:var(--teal-soft);color:var(--teal-deep);border-radius:var(--radius-pill);letter-spacing:.01em;cursor:default;align-items:center;gap:8px;margin-bottom:18px;padding:6px 12px;font-size:12.5px;font-weight:600;transition:background .2s,transform .2s;display:inline-flex}.thc-page .thc-eyebrow:hover{background:var(--teal-tint);transform:translateY(-1px)}.thc-page .thc-eyebrow svg{width:12px;height:12px}.thc-page .thc-article-header h1{letter-spacing:-.025em;color:var(--ink);margin:0 0 18px;font-size:clamp(34px,4.5vw,48px);font-weight:700;line-height:1.1}.thc-page .thc-article-meta{color:var(--ink-mute);flex-wrap:wrap;align-items:center;gap:14px;font-size:13.5px;display:flex}.thc-page .thc-dot{background:var(--ink-mute);opacity:.5;border-radius:50%;flex-shrink:0;width:3px;height:3px;display:inline-block}.thc-page .thc-quick-answer{border:1.5px solid var(--teal-edge);border-radius:var(--radius-lg);background:linear-gradient(135deg,#f0f9f8 0%,#e5f4f2 100%);margin:0 0 44px;padding:26px 28px 26px 110px;transition:border-color .25s,box-shadow .3s;position:relative;overflow:hidden}.thc-page .thc-quick-answer:hover{border-color:var(--teal);box-shadow:0 8px 28px #4fb8b02e}.thc-page .thc-lara-avatar{background:#fff;border-radius:50%;place-items:center;width:68px;height:68px;transition:transform .4s cubic-bezier(.34,1.56,.64,1);display:grid;position:absolute;top:22px;left:22px;overflow:hidden;box-shadow:0 4px 14px #161c2e14}.thc-page .thc-quick-answer:hover .thc-lara-avatar{transform:scale(1.06)rotate(-4deg)}.thc-page .thc-lara-avatar-img{border-radius:50%;width:100%;height:100%;display:block}.thc-page .thc-quick-answer-tag{text-transform:uppercase;letter-spacing:.08em;color:var(--teal-deep);align-items:center;gap:6px;margin-bottom:8px;font-size:12px;font-weight:700;display:inline-flex}.thc-page .thc-quick-answer-tag svg{width:13px;height:13px}.thc-page .thc-quick-answer p{color:var(--ink);margin:0;font-size:17px;font-weight:500;line-height:1.55}.thc-page .thc-quick-answer p strong{font-weight:700}.thc-page .thc-prose h2{letter-spacing:-.022em;color:var(--ink);margin:56px 0 18px;scroll-margin-top:100px;font-size:28px;font-weight:700;line-height:1.2}.thc-page .thc-prose h3{letter-spacing:-.012em;color:var(--ink);margin:32px 0 10px;font-size:19px;font-weight:600;line-height:1.3}.thc-page .thc-prose p{color:var(--ink-soft);margin:0 0 18px;font-size:17px;line-height:1.7}.thc-page .thc-prose p strong{color:var(--ink);font-weight:600}.thc-page .thc-prose a{color:var(--teal-deep);border-bottom:1.5px solid var(--teal-tint);font-weight:600;transition:border-color .15s,color .15s}.thc-page .thc-prose a:hover{border-color:var(--teal-deep);color:var(--ink)}.thc-page .thc-prose ul{margin:0 0 22px;padding:0;list-style:none}.thc-page .thc-prose ul li{color:var(--ink-soft);padding:6px 0 6px 26px;font-size:17px;line-height:1.65;position:relative}.thc-page .thc-prose ul li:before{content:"";background:var(--teal);border-radius:50%;width:8px;height:8px;position:absolute;top:16px;left:4px}.thc-page .thc-prose ul li strong{color:var(--ink);font-weight:600}.thc-page .thc-steps{flex-direction:column;gap:12px;margin:22px 0 32px;padding:0;list-style:none;display:flex}.thc-page .thc-step{border:1px solid var(--line);border-radius:var(--radius-md);background:#fff;grid-template-columns:44px 1fr;align-items:start;gap:18px;padding:20px 22px;transition:transform .25s cubic-bezier(.2,.8,.2,1),border-color .2s,background .2s;display:grid}.thc-page .thc-step:hover{border-color:var(--teal-edge);background:var(--teal-soft);transform:translate(4px)}.thc-page .thc-step-num{background:var(--teal);color:#fff;border-radius:50%;flex-shrink:0;place-items:center;width:38px;height:38px;font-size:15px;font-weight:700;transition:transform .35s cubic-bezier(.34,1.56,.64,1),background .2s;display:grid}.thc-page .thc-step:hover .thc-step-num{background:var(--teal-deep);transform:scale(1.12)rotate(-5deg)}.thc-page .thc-step-body h3{color:var(--ink);margin:4px 0 6px;font-size:16.5px;font-weight:600}.thc-page .thc-step-body p{color:var(--ink-soft);margin:0;font-size:15.5px;line-height:1.6}.thc-page .thc-callout{border-left:4px solid var(--yellow);border-radius:4px var(--radius-md) var(--radius-md) 4px;grid-template-columns:28px 1fr;gap:14px;margin:24px 0;padding:18px 22px;display:grid}.thc-page .thc-callout svg{width:22px;height:22px;margin-top:2px}.thc-page .thc-callout p{margin:0;font-size:15.5px;line-height:1.6}.thc-page .thc-callout--tip{border-left-color:var(--yellow);background:#fff7e4}.thc-page .thc-callout--tip svg{color:#8a6915}.thc-page .thc-callout--tip p{color:#4a3f1a}.thc-page .thc-callout--tip p strong{color:#2c2410;font-weight:600}.thc-page .thc-callout--info{background:var(--teal-soft);border-left-color:var(--teal)}.thc-page .thc-callout--info svg{color:var(--teal-deep)}.thc-page .thc-callout--info p{color:var(--ink-soft)}.thc-page .thc-callout--info p strong{color:var(--ink);font-weight:600}.thc-page .thc-faq-list{flex-direction:column;gap:8px;margin:16px 0 24px;display:flex}.thc-page .thc-faq-item{border:1px solid var(--line);border-radius:var(--radius-md);background:#fff;transition:border-color .15s,box-shadow .2s,transform .2s;overflow:hidden}.thc-page .thc-faq-item[open]{border-color:var(--teal-edge);box-shadow:var(--shadow-card)}.thc-page .thc-faq-item:not([open]):hover{border-color:var(--teal-edge);transform:translate(2px)}.thc-page .thc-faq-item summary{cursor:pointer;color:var(--ink);-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;gap:16px;padding:18px 22px;font-size:16px;font-weight:600;list-style:none;transition:background .15s;display:flex}.thc-page .thc-faq-item summary:hover{background:var(--bg-warm)}.thc-page .thc-faq-item summary::-webkit-details-marker{display:none}.thc-page .thc-faq-icon{background:var(--line-soft);border-radius:50%;flex-shrink:0;place-items:center;width:28px;height:28px;transition:background .2s,transform .25s cubic-bezier(.34,1.56,.64,1);display:grid}.thc-page .thc-faq-icon svg{width:14px;height:14px;color:var(--ink-soft);transition:transform .2s,color .15s}.thc-page .thc-faq-item[open] .thc-faq-icon{background:var(--teal)}.thc-page .thc-faq-item[open] .thc-faq-icon svg{color:#fff;transform:rotate(45deg)}.thc-page .thc-faq-body{color:var(--ink-soft);padding:0 22px 20px;font-size:15.5px;line-height:1.65}.thc-page .thc-faq-body p{margin:0}.thc-page .thc-faq-body p+p{margin-top:12px}.thc-page .thc-faq-body strong{color:var(--ink);font-weight:600}.thc-page .thc-cta-block{background:linear-gradient(135deg, var(--teal) 0%, var(--teal-deep) 100%);border-radius:var(--radius-lg);text-align:center;margin:56px 0 32px;padding:40px 32px;position:relative;overflow:hidden}.thc-page .thc-cta-block:before{content:"";background:#ffffff14;border-radius:50%;width:180px;height:180px;position:absolute;top:-40px;right:-40px}.thc-page .thc-cta-block:after{content:"";background:#ffffff0f;border-radius:50%;width:140px;height:140px;position:absolute;bottom:-60px;left:-30px}.thc-page .thc-cta-block h2{letter-spacing:-.02em;color:#fff;z-index:1;margin:0 0 8px;font-size:26px;font-weight:700;position:relative}.thc-page .thc-cta-block>p{color:#ffffffe0;z-index:1;max-width:480px;margin:0 auto 22px;font-size:16px;position:relative}.thc-page .thc-btn-cta{color:var(--teal-deep);border-radius:var(--radius-pill);z-index:1;isolation:isolate;background:#fff;align-items:center;gap:8px;padding:14px 28px;font-size:15px;font-weight:700;transition:transform .15s,box-shadow .15s;display:inline-flex;position:relative;overflow:hidden}.thc-page .thc-btn-cta>*{z-index:2;position:relative}.thc-page .thc-btn-cta:after{content:"";pointer-events:none;z-index:1;background:linear-gradient(105deg,#0000 0%,#ffffff8c 50%,#0000 100%);width:60%;height:100%;transition:transform .85s cubic-bezier(.2,.8,.2,1);position:absolute;inset:0;transform:translate(-100%)skew(-22deg)}.thc-page .thc-btn-cta:hover{transform:translateY(-2px);box-shadow:0 12px 28px #0000002e}.thc-page .thc-btn-cta:hover:after{transform:translate(280%)skew(-22deg)}.thc-page .thc-helpful{border-top:1px solid var(--line-soft);border-bottom:1px solid var(--line-soft);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-top:56px;padding:24px 0;display:flex}.thc-page .thc-helpful-q{color:var(--ink);font-size:15.5px;font-weight:600}.thc-page .thc-helpful-actions{gap:8px;display:flex}.thc-page .thc-helpful-btn{border:1px solid var(--line);border-radius:var(--radius-pill);color:var(--ink-soft);background:#fff;align-items:center;gap:8px;padding:10px 18px;font-size:14px;font-weight:600;transition:background .2s,border-color .2s,color .2s,transform .15s;display:inline-flex}.thc-page .thc-helpful-btn:hover{border-color:var(--teal);background:var(--teal-soft);color:var(--teal-deep);transform:translateY(-1px)}.thc-page .thc-helpful-btn.is-active{background:var(--teal);border-color:var(--teal);color:#fff}.thc-page .thc-helpful-btn svg{width:16px;height:16px;transition:transform .3s cubic-bezier(.34,1.56,.64,1)}.thc-page .thc-helpful-btn[data-vote=up]:hover svg{transform:scale(1.18)translateY(-2px)}.thc-page .thc-helpful-btn[data-vote=down]:hover svg{transform:scale(1.18)translateY(2px)rotate(180deg)}.thc-page .thc-related{margin-top:48px}.thc-page .thc-related h2{letter-spacing:-.018em;color:var(--ink);margin:0 0 18px;font-size:22px;font-weight:700}.thc-page .thc-related-grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.thc-page .thc-related-card{border:1px solid var(--line);border-radius:var(--radius-md);background:#fff;flex-direction:column;gap:10px;min-height:140px;padding:18px 20px;transition:transform .35s cubic-bezier(.2,.8,.2,1),box-shadow .35s cubic-bezier(.2,.8,.2,1),border-color .25s;display:flex}.thc-page .thc-related-card:hover{border-color:var(--teal);transform:translateY(-5px);box-shadow:0 1px 2px #161c2e0a,0 14px 32px #161c2e0f,0 26px 52px #4fb8b038}.thc-page .thc-related-card .thc-label{text-transform:uppercase;letter-spacing:.06em;color:var(--teal-deep);font-size:11.5px;font-weight:700}.thc-page .thc-related-card .thc-title{color:var(--ink);font-size:15px;font-weight:600;line-height:1.4;transition:color .2s}.thc-page .thc-related-card:hover .thc-title{color:var(--teal-deep)}.thc-page .thc-related-card .thc-arrow{color:var(--teal-deep);align-items:center;gap:6px;margin-top:auto;font-size:13.5px;font-weight:600;display:inline-flex}.thc-page .thc-related-card .thc-arrow:after{content:"→";transition:transform .15s}.thc-page .thc-related-card:hover .thc-arrow:after{transform:translate(3px)}.thc-page .thc-toc{align-self:start;padding:24px 0;position:sticky;top:100px}.thc-page .thc-toc-title{text-transform:uppercase;letter-spacing:.1em;color:var(--ink-mute);margin:0 0 14px;font-size:11.5px;font-weight:700}.thc-page .thc-toc ul{border-left:1.5px solid var(--line);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.thc-page .thc-toc a{color:var(--ink-soft);border-left:1.5px solid #0000;margin-left:-1.5px;padding:8px 0 8px 18px;font-size:13.5px;font-weight:500;line-height:1.4;transition:color .15s,border-color .15s,padding-left .2s cubic-bezier(.2,.8,.2,1);display:block}.thc-page .thc-toc a:hover{color:var(--ink);padding-left:24px}.thc-page .thc-toc a.is-active{color:var(--teal-deep);border-left-color:var(--teal);font-weight:600}.thc-page .thc-site-footer{border-top:1px solid var(--line-soft);color:var(--ink-mute);background:var(--bg-warm);padding:40px 0;font-size:13px}.thc-page .thc-foot{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;display:flex}.thc-page .thc-foot-left{align-items:center;gap:14px;display:flex}.thc-page .thc-foot-logo{width:auto;height:24px}.thc-page .thc-foot-tagline{color:var(--ink-soft);font-weight:500}.thc-page .thc-foot-social{gap:8px;margin:0;padding:0;list-style:none;display:flex}.thc-page .thc-foot-social a{border:1px solid var(--line);width:34px;height:34px;color:var(--ink-soft);background:#fff;border-radius:50%;place-items:center;transition:background .15s,color .15s,border-color .15s,transform .3s cubic-bezier(.34,1.56,.64,1);display:grid}.thc-page .thc-foot-social a:hover{background:var(--teal);color:#fff;border-color:var(--teal);transform:rotate(-8deg)scale(1.1)}.thc-page .thc-foot-social svg{width:14px;height:14px}@keyframes thc-fadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes thc-float{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes thc-wiggle{0%,to{transform:rotate(0)}20%{transform:rotate(-7deg)}40%{transform:rotate(5deg)}60%{transform:rotate(-3deg)}80%{transform:rotate(2deg)}}@keyframes thc-pulseSoft{0%,to{opacity:.8;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}@media (prefers-reduced-motion:no-preference){.thc-page .thc-quick-answer{animation:.5s cubic-bezier(.2,.8,.2,1) both thc-fadeUp}.thc-page .thc-lara-avatar-img{animation:4s cubic-bezier(.4,0,.6,1) infinite thc-float}.thc-page .thc-quick-answer:hover .thc-lara-avatar-img{animation:.9s cubic-bezier(.2,.8,.2,1) thc-wiggle}.thc-page .thc-cta-block:before{animation:7s ease-in-out infinite thc-pulseSoft}.thc-page .thc-cta-block:after{animation:8s ease-in-out infinite reverse thc-pulseSoft}}@media (width<=1024px){.thc-page .thc-article-layout{grid-template-columns:1fr;gap:32px}.thc-page .thc-toc{display:none}}@media (width<=768px){.thc-page .thc-nav-search{display:none}.thc-page .thc-related-grid{grid-template-columns:1fr}.thc-page .thc-helpful{flex-direction:column;align-items:flex-start}.thc-page .thc-quick-answer{padding:24px 20px 20px}.thc-page .thc-lara-avatar{width:54px;height:54px;margin-bottom:14px;position:static}}@media (width<=640px){.thc-page .thc-wrap{padding:0 20px}.thc-page .thc-article-header h1{font-size:32px}.thc-page .thc-quick-answer p{font-size:16px}.thc-page .thc-prose h2{margin-top:40px;font-size:24px}.thc-page .thc-prose h3{font-size:17.5px}.thc-page .thc-prose p,.thc-page .thc-prose ul li{font-size:16px}.thc-page .thc-step{gap:14px;padding:16px}.thc-page .thc-cta-block{padding:32px 22px}.thc-page .thc-cta-block h2{font-size:22px}}@media (prefers-reduced-motion:reduce){.thc-page *,.thc-page :before,.thc-page :after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
