@import "https://fonts.googleapis.com/css2?family=Onest:wght@400;500;600;700;800&display=swap";.thch-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;--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;min-height:100vh;font-family:Onest,system-ui,-apple-system,sans-serif}.thch-page .thch-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}.thch-page .thch-wrap{max-width:1240px;margin:0 auto;padding:0 32px}.thch-page .thch-header{z-index:50;border-bottom:1px solid var(--line-soft);background:#fff;transition:box-shadow .2s;position:sticky;top:0}.thch-page .thch-header.scrolled{box-shadow:0 2px 20px #161c2e14}.thch-page .thch-nav{justify-content:space-between;align-items:center;gap:24px;height:76px;display:flex}.thch-page .thch-brand{color:var(--ink);align-items:center;gap:12px;line-height:0;text-decoration:none;display:inline-flex}.thch-page .thch-brand-logo{width:auto;height:30px;transition:transform .3s cubic-bezier(.34,1.56,.64,1);display:block}.thch-page .thch-brand:hover .thch-brand-logo{transform:scale(1.05)}.thch-page .thch-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}.thch-page .thch-nav-search{flex:1;max-width:460px;position:relative}.thch-page .thch-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}.thch-page .thch-nav-search input::placeholder{color:var(--ink-mute)}.thch-page .thch-nav-search input:focus{border-color:var(--teal);background:#fff;box-shadow:0 0 0 4px #4fb8b026}.thch-page .thch-nav-search input:not(:focus):hover{border-color:var(--line);background:#fff}.thch-page .thch-nav-search svg{width:18px;height:18px;color:var(--ink-mute);pointer-events:none;position:absolute;top:50%;left:16px;transform:translateY(-50%)}.thch-page .thch-btn-primary{background:var(--teal);color:#fff;border-radius:var(--radius-pill);white-space:nowrap;align-items:center;gap:8px;padding:12px 20px;font-size:14.5px;font-weight:600;text-decoration:none;transition:background .15s,transform .12s,box-shadow .15s;display:inline-flex}.thch-page .thch-btn-primary:hover{background:var(--teal-deep);box-shadow:var(--shadow-teal);transform:translateY(-1px)}.thch-page .thch-breadcrumb{-webkit-backdrop-filter:none;background:0 0;border-radius:0;height:auto;padding:24px 0 0;position:static}.thch-page .thch-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}.thch-page .thch-breadcrumb a{color:var(--ink-soft);font-weight:500;text-decoration:none;transition:color .15s}.thch-page .thch-breadcrumb a:hover{color:var(--teal-deep)}.thch-page .thch-breadcrumb li[aria-current=page]{color:var(--ink);font-weight:600}.thch-page .thch-sep{color:var(--ink-mute);opacity:.5}.thch-page .thch-hero{text-align:center;max-width:760px;margin:0 auto;padding:48px 0 12px}.thch-page .thch-eyebrow{background:var(--teal-soft);color:var(--teal-deep);border-radius:var(--radius-pill);letter-spacing:.01em;align-items:center;gap:8px;margin-bottom:20px;padding:6px 14px;font-size:12.5px;font-weight:600;display:inline-flex}.thch-page .thch-eyebrow svg{width:13px;height:13px}.thch-page .thch-hero h1{letter-spacing:-.028em;color:var(--ink);margin:0 0 18px;font-size:clamp(34px,5vw,52px);font-weight:700;line-height:1.08}.thch-page .thch-grad{background:linear-gradient(270deg,#4fb8b0 0%,#8b5cf6 18%,#3b82f6 36%,#06b6d4 54%,#10b981 72%,#8b5cf6 90%,#4fb8b0 100%) 0 0/300% 300%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;animation:7s ease-in-out infinite thch-grad-flow,3.5s ease-in-out infinite thch-grad-pulse;display:inline-block}@keyframes thch-grad-flow{0%,to{background-position:0%}50%{background-position:100%}}@keyframes thch-grad-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.012)}}.thch-page .thch-nav-results{border:1px solid var(--line);border-radius:var(--radius-md);z-index:200;background:#fff;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow:hidden;box-shadow:0 4px 24px #161c2e1f}.thch-page .thch-nav-result-item{color:inherit;border-bottom:1px solid var(--line-soft);flex-direction:column;gap:2px;padding:10px 16px;text-decoration:none;transition:background .15s;display:flex}.thch-page .thch-nav-result-item:last-child{border-bottom:none}.thch-page .thch-nav-result-item:hover{background:var(--teal-soft)}.thch-page .thch-nav-result-title{color:var(--ink);font-size:13.5px;font-weight:600;line-height:1.3}.thch-page .thch-nav-result-cat{color:var(--teal-deep);font-size:11.5px;font-weight:500}.thch-page .thch-nav-result-empty{color:var(--ink-mute);text-align:center;margin:0;padding:14px 16px;font-size:13px}.thch-page .thch-hero-sub{color:var(--ink-soft);max-width:600px;margin:0 auto 28px;font-size:18px;line-height:1.6}.thch-page .thch-hero-search{max-width:540px;margin:0 auto;position:relative}.thch-page .thch-hero-search input{border:1.5px solid var(--line);border-radius:var(--radius-pill);width:100%;height:56px;color:var(--ink);box-shadow:var(--shadow-card);background:#fff;outline:none;padding:0 20px 0 54px;font:400 16px Onest,sans-serif;transition:border-color .15s,box-shadow .15s}.thch-page .thch-hero-search input::placeholder{color:var(--ink-mute)}.thch-page .thch-hero-search input:focus{border-color:var(--teal);box-shadow:0 0 0 4px #4fb8b026}.thch-page .thch-hero-search svg{width:20px;height:20px;color:var(--ink-mute);pointer-events:none;position:absolute;top:50%;left:20px;transform:translateY(-50%)}.thch-page .thch-hero-meta{color:var(--ink-mute);margin-top:16px;font-size:13.5px}.thch-page .thch-hero-meta strong{color:var(--teal-deep);font-weight:600}.thch-page .thch-section-head{margin-bottom:24px}.thch-page .thch-section-head h2{letter-spacing:-.018em;color:var(--ink);margin:0 0 6px;font-size:22px;font-weight:700}.thch-page .thch-section-head p{color:var(--ink-soft);margin:0;font-size:14.5px}.thch-page .thch-categories{padding:40px 0 24px}.thch-page .thch-cat-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.thch-page .thch-cat-card{border:1px solid var(--line);border-radius:var(--radius-lg);min-height:200px;color:inherit;background:#fff;flex-direction:column;gap:12px;padding:26px 24px;text-decoration:none;transition:transform .35s cubic-bezier(.2,.8,.2,1),box-shadow .35s cubic-bezier(.2,.8,.2,1),border-color .25s;display:flex}.thch-page .thch-cat-icon{border-radius:13px;place-items:center;width:48px;height:48px;margin-bottom:2px;transition:transform .3s cubic-bezier(.34,1.56,.64,1);display:grid}.thch-page .thch-cat-icon svg{width:24px;height:24px}.thch-page .thch-cat-title{letter-spacing:-.01em;color:var(--ink);margin:0;font-size:18px;font-weight:700;transition:color .2s}.thch-page .thch-cat-desc{color:var(--ink-soft);flex:1;margin:0;font-size:14.5px;line-height:1.55}.thch-page .thch-cat-meta{color:var(--ink-mute);align-items:center;gap:8px;margin-top:4px;font-size:13px;font-weight:600;display:inline-flex}.thch-page .thch-cat-arrow{color:var(--teal-deep);transition:transform .15s}.thch-page .thch-cat-card:hover .thch-cat-arrow{transform:translate(4px)}.thch-page .thch-cat-card:hover .thch-cat-title{color:var(--teal-deep)}.thch-page .thch-cat-card:hover .thch-cat-icon{transform:scale(1.1)rotate(-5deg)}.thch-page [data-color=teal] .thch-cat-icon{background:var(--teal-soft);color:var(--teal-deep)}.thch-page [data-color=yellow] .thch-cat-icon{color:#8a6915;background:#fff1b5}.thch-page [data-color=blue] .thch-cat-icon{color:#3a6cd6;background:#e5eeff}.thch-page [data-color=pink] .thch-cat-icon{color:#c44b78;background:#ffe3ed}.thch-page [data-color=purple] .thch-cat-icon{color:#6a4fc7;background:#ece4ff}.thch-page [data-color=coral] .thch-cat-icon{color:#c56340;background:#ffe0d6}.thch-page [data-color=teal]{--glow:79, 184, 176}.thch-page [data-color=yellow]{--glow:245, 200, 74}.thch-page [data-color=blue]{--glow:58, 108, 214}.thch-page [data-color=pink]{--glow:196, 75, 120}.thch-page [data-color=purple]{--glow:106, 79, 199}.thch-page [data-color=coral]{--glow:197, 99, 64}.thch-page .thch-cat-card:hover{border-color:rgba(var(--glow), .45);box-shadow:0 1px 2px #161c2e0a, 0 14px 32px #161c2e0f, 0 28px 56px rgba(var(--glow), .22);transform:translateY(-6px)}.thch-page .thch-popular{padding:32px 0 8px}.thch-page .thch-pop-grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.thch-page .thch-pop-link{border:1px solid var(--line);border-radius:var(--radius-md);color:inherit;background:#fff;align-items:center;gap:14px;padding:18px 20px;text-decoration:none;transition:border-color .2s,transform .2s,box-shadow .2s;display:flex}.thch-page .thch-pop-link:hover{border-color:var(--teal-edge);box-shadow:var(--shadow-card);transform:translate(3px)}.thch-page .thch-pop-ic{background:var(--teal-soft);width:34px;height:34px;color:var(--teal-deep);border-radius:9px;flex:0 0 34px;place-items:center;display:grid}.thch-page .thch-pop-ic svg{width:17px;height:17px}.thch-page .thch-pop-txt{color:var(--ink);font-size:14.5px;font-weight:600;line-height:1.35}.thch-page .thch-pop-cat{color:var(--ink-mute);margin-top:2px;font-size:12px;font-weight:500;display:block}.thch-page .thch-faq-section{max-width:820px;margin:0 auto;padding:48px 0 8px}.thch-page .thch-faq-list{flex-direction:column;gap:8px;margin:16px 0 24px;display:flex}.thch-page .thch-faq-item{border:1px solid var(--line);border-radius:var(--radius-md);background:#fff;transition:border-color .2s,box-shadow .2s,transform .2s;overflow:hidden}.thch-page .thch-faq-item[open]{border-color:var(--teal-edge);box-shadow:var(--shadow-card)}.thch-page .thch-faq-item:not([open]):hover{border-color:var(--teal-edge);transform:translate(2px)}.thch-page .thch-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}.thch-page .thch-faq-item summary:hover{background:var(--bg-warm)}.thch-page .thch-faq-item summary::-webkit-details-marker{display:none}.thch-page .thch-faq-icon{background:var(--line-soft);border-radius:50%;flex:0 0 28px;place-items:center;width:28px;height:28px;transition:background .2s,transform .25s cubic-bezier(.34,1.56,.64,1);display:grid}.thch-page .thch-faq-icon svg{width:14px;height:14px;color:var(--ink-soft);transition:transform .2s,color .15s}.thch-page .thch-faq-item[open] .thch-faq-icon{background:var(--teal)}.thch-page .thch-faq-item[open] .thch-faq-icon svg{color:#fff;transform:rotate(45deg)}.thch-page .thch-faq-body{color:var(--ink-soft);padding:0 22px 20px;font-size:15.5px;line-height:1.65}.thch-page .thch-faq-body p{margin:0}.thch-page .thch-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:44px 32px;position:relative;overflow:hidden}.thch-page .thch-cta-block:before{content:"";background:#ffffff14;border-radius:50%;width:180px;height:180px;position:absolute;top:-40px;right:-40px}.thch-page .thch-cta-block:after{content:"";background:#ffffff0f;border-radius:50%;width:140px;height:140px;position:absolute;bottom:-60px;left:-30px}.thch-page .thch-cta-block h2{letter-spacing:-.02em;color:#fff;z-index:1;margin:0 0 8px;font-size:26px;font-weight:700;position:relative}.thch-page .thch-cta-block p{color:#ffffffe0;z-index:1;max-width:480px;margin:0 auto 22px;font-size:16px;position:relative}.thch-page .thch-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;text-decoration:none;transition:transform .15s,box-shadow .15s;display:inline-flex;position:relative;overflow:hidden}.thch-page .thch-btn-cta>*{z-index:2;position:relative}.thch-page .thch-btn-cta:hover{transform:translateY(-2px);box-shadow:0 12px 28px #0000002e}.thch-page .thch-btn-cta:after{content:"";z-index:1;background:linear-gradient(105deg,#0000 0%,#4fb8b059 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)}.thch-page .thch-btn-cta:hover:after{transform:translate(280%)skew(-22deg)}@media (prefers-reduced-motion:no-preference){.thch-page .thch-cta-block:before{animation:7s ease-in-out infinite thchPulseSoft}.thch-page .thch-cta-block:after{animation:8s ease-in-out infinite reverse thchPulseSoft}}@keyframes thchPulseSoft{0%,to{opacity:.8;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}.thch-page .thch-footer{border-top:1px solid var(--line-soft);background:var(--bg-warm);padding:40px 0}.thch-page .thch-foot{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;display:flex}.thch-page .thch-foot-left{align-items:center;gap:14px;display:flex}.thch-page .thch-foot-tagline{color:var(--ink-soft);font-size:13px;font-weight:500}.thch-page .thch-foot-social-nav{-webkit-backdrop-filter:none;background:0 0;border-radius:0;height:auto;position:static}.thch-page .thch-foot-social{gap:8px;margin:0;padding:0;list-style:none;display:flex}.thch-page .thch-foot-social a{border:1px solid var(--line);width:34px;height:34px;color:var(--ink-soft);background:#fff;border-radius:50%;place-items:center;text-decoration:none;transition:background .15s,color .15s,border-color .15s,transform .3s cubic-bezier(.34,1.56,.64,1);display:grid}.thch-page .thch-foot-social a:hover{background:var(--teal);color:#fff;border-color:var(--teal);transform:rotate(-8deg)scale(1.1)}.thch-page .thch-foot-social svg{width:14px;height:14px}@keyframes thchFadeUpIn{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:no-preference){.thch-page .thch-cat-card{animation:.6s cubic-bezier(.2,.8,.2,1) both thchFadeUpIn}.thch-page .thch-cat-card:first-child{animation-delay:40ms}.thch-page .thch-cat-card:nth-child(2){animation-delay:90ms}.thch-page .thch-cat-card:nth-child(3){animation-delay:.14s}.thch-page .thch-cat-card:nth-child(4){animation-delay:.19s}.thch-page .thch-cat-card:nth-child(5){animation-delay:.24s}.thch-page .thch-cat-card:nth-child(6){animation-delay:.29s}.thch-page .thch-cat-card:nth-child(7){animation-delay:.34s}.thch-page .thch-cat-card:nth-child(8){animation-delay:.39s}.thch-page .thch-cat-card:nth-child(9){animation-delay:.44s}}.thch-page .thch-cat-card[data-disabled=true]{opacity:.45;cursor:default;pointer-events:none}.thch-page .thch-search-results{border:1px solid var(--line);border-radius:var(--radius-md);z-index:100;text-align:left;background:#fff;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow:hidden;box-shadow:0 4px 24px #161c2e1a}.thch-page .thch-search-result-item{color:inherit;border-bottom:1px solid var(--line-soft);flex-direction:column;gap:2px;padding:14px 20px;text-decoration:none;transition:background .15s;display:flex}.thch-page .thch-search-result-item:last-child{border-bottom:none}.thch-page .thch-search-result-item:hover{background:var(--teal-soft)}.thch-page .thch-search-result-title{color:var(--ink);font-size:14.5px;font-weight:600;line-height:1.35}.thch-page .thch-search-result-cat{color:var(--teal-deep);font-size:12px;font-weight:500}.thch-page .thch-search-empty{color:var(--ink-mute);text-align:center;margin:0;padding:18px 20px;font-size:14px}@media (width<=1024px){.thch-page .thch-cat-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.thch-page .thch-nav-search{display:none}.thch-page .thch-pop-grid{grid-template-columns:1fr}}@media (width<=640px){.thch-page .thch-wrap{padding:0 20px}.thch-page .thch-cat-grid{grid-template-columns:1fr}.thch-page .thch-hero{padding:32px 0 8px}.thch-page .thch-hero h1{font-size:32px}.thch-page .thch-hero-sub{font-size:16px}}@media (prefers-reduced-motion:reduce){.thch-page *,.thch-page :before,.thch-page :after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
