:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--tt-color-primary-blue:#4c86fb;--tt-color-sub-primary:#4edc9a;--tt-color-secondary-green:#3bffb1;--tt-color-primary-orange:#ff4949;--tt-color-background-warm:#fff6e6;--tt-color-background-page:#f6fbff;--tt-color-common-white:#fff;--tt-color-common-black:#000;--tt-color-common-subtext:#6f6f6f;--tt-color-common-disable:#d3d3d3;--tt-color-header-text:#4d4d4d;--tt-color-logo-blush:#ff9b94;--tt-color-text-headline:#000;--tt-color-text-paragraph:#6f6f6f;--tt-color-text-caption:#4ca8ff;--tt-color-text-link:#06429a;--tt-color-text-info:#2d2d66;--tt-color-text-on-accent:#fff;--tt-color-divider:#e9e9e9;--tt-color-sky:#a7ceff;--tt-color-sky-soft:#dff1ff;--tt-color-ground:#58b676;--tt-color-ground-deep:#16824a;--tt-color-water-start:#4c86fb;--tt-color-water-end:#28d4cd;--tt-color-card-yellow:#ffe8a3;--tt-color-card-blue:#5ca2ff;--tt-color-card-green:#bfe89b;--tt-color-card-muted:#eee;--tt-color-card-soft:#edf6ff;--tt-color-pill:#edf4ff;--tt-color-hero-title:#111;--tt-color-hero-hl-1:#30ffb5;--tt-color-hero-hl-2:#44cc9b;--tt-color-hero-subtitle:#193ea5;--tt-bg-app:var(--tt-color-background-page);--tt-bg-surface:var(--tt-color-common-white);--tt-bg-surface-warm:var(--tt-color-background-warm);--tt-bg-accent:var(--tt-color-primary-blue);--tt-bg-positive:var(--tt-color-sub-primary);--tt-text-strong:var(--tt-color-text-headline);--tt-text-body:var(--tt-color-text-paragraph);--tt-text-info:var(--tt-color-text-info);--tt-text-inverse:var(--tt-color-text-on-accent);--tt-border-subtle:var(--tt-color-divider);--tt-border-strong:var(--tt-color-text-info);--tt-focus-ring:var(--tt-color-text-caption);--tt-font-sans:Pretendard, "Apple SD Gothic Neo", "Noto Sans KR", "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--tt-font-display:"Kim jung chul Gothic", Pretendard, "Apple SD Gothic Neo", "Noto Sans KR", system-ui, sans-serif;--tt-font-serif:"Crimson Text", Georgia, serif;--tt-font-mono:"Roboto Mono", "SFMono-Regular", Consolas, monospace;--tt-text-display:44px;--tt-text-hero:clamp(34px, 4vw, 46px);--tt-text-hero-sub:clamp(16px, 1.7vw, 22px);--tt-text-h1:38px;--tt-text-h2:28px;--tt-text-h3:20px;--tt-text-body-md:15px;--tt-text-body-sm:14px;--tt-text-caption:12px;--tt-leading-tight:1.1;--tt-leading-body:1.4;--tt-space-1:4px;--tt-space-2:8px;--tt-space-3:12px;--tt-space-4:16px;--tt-space-5:20px;--tt-space-6:24px;--tt-space-8:32px;--tt-space-10:40px;--tt-space-12:48px;--tt-space-16:64px;--tt-space-20:80px;--tt-radius-xs:8px;--tt-radius-sm:12px;--tt-radius-md:18px;--tt-radius-lg:24px;--tt-radius-xl:32px;--tt-radius-pill:999px;--tt-shadow-card:0 16px 40px #2d2d661a;--tt-shadow-float:0 24px 80px #4c86fb38;--tt-ease-standard:cubic-bezier(.2, 0, 0, 1);--tt-duration-fast:.16s;--tt-shell-max:1280px;--tt-content-max:1120px;--tt-header-height:75px;--tt-bottom-tab-height:64px;--tt-z-tabbar:30;--tt-z-header:40;--tt-z-toast:60;--tt-z-modal:70;--tt-color-skeleton-base:#e9eef6;--tt-color-skeleton-sheen:#f6fbff;--tt-color-overlay:#14182e85;--tt-color-scrim:#0006;--tt-color-toast-bg:#2d2d66;--tt-shadow-pop:0 10px 30px #2d2d6629;--tt-color-card-blue-shadow:#4396ff;--tt-color-card-yellow-shadow:#eeb937;--tt-color-card-green-shadow:#9bbb79;--tt-color-card-muted-shadow:#c9c9c9;--tt-shadow-sticker-blue:3px 3px 0 1px var(--tt-color-card-blue-shadow);--tt-shadow-sticker-yellow:3px 3px 0 1px var(--tt-color-card-yellow-shadow);--tt-shadow-sticker-green:3px 3px 0 1px var(--tt-color-card-green-shadow);--tt-shadow-sticker-muted:3px 3px 0 1px var(--tt-color-card-muted-shadow)}@media (width<=768px){:root{--tt-text-display:34px;--tt-text-h1:30px;--tt-text-h2:24px;--tt-text-h3:18px;--tt-header-height:64px}}.tt-button{border-radius:var(--tt-radius-pill);cursor:pointer;font-family:var(--tt-font-sans);align-items:center;gap:var(--tt-space-2);min-height:44px;padding:0 var(--tt-space-5);transition:border-color var(--tt-duration-fast) var(--tt-ease-standard), box-shadow var(--tt-duration-fast) var(--tt-ease-standard), transform var(--tt-duration-fast) var(--tt-ease-standard);border:1px solid #0000;justify-content:center;font-weight:800;line-height:1;text-decoration:none;display:inline-flex}.tt-button:hover{transform:translateY(-1px)}.tt-button:focus-visible{outline:3px solid var(--tt-focus-ring);outline-offset:3px}.tt-button:disabled{cursor:not-allowed;opacity:.55;transform:none}.tt-button--primary{background:var(--tt-bg-accent);color:var(--tt-text-inverse);box-shadow:0 10px 24px #4c86fb47}.tt-button--secondary{background:var(--tt-bg-surface);border-color:var(--tt-border-strong);color:var(--tt-text-info)}.tt-button--ghost{color:var(--tt-color-text-link);min-height:36px;padding-inline:var(--tt-space-3);background:0 0}.tt-button--sm{font-size:var(--tt-text-caption);min-height:35px;padding-inline:var(--tt-space-4)}.tt-button--md{font-size:var(--tt-text-body-sm)}.tt-card{background:var(--tt-bg-surface);border:1px solid var(--tt-border-subtle);border-radius:var(--tt-radius-lg);box-shadow:var(--tt-shadow-card);color:var(--tt-text-strong);min-width:0}.tt-card--blue{background:var(--tt-color-card-blue);color:var(--tt-text-inverse)}.tt-card--yellow{background:var(--tt-color-card-yellow)}.tt-card--green{background:var(--tt-color-card-green)}.tt-card--muted{background:var(--tt-color-card-muted);color:var(--tt-color-common-subtext)}.tt-badge{border-radius:var(--tt-radius-pill);font-size:var(--tt-text-caption);align-items:center;gap:var(--tt-space-1);min-height:28px;padding:0 var(--tt-space-3);white-space:nowrap;font-weight:800;line-height:1;display:inline-flex}.tt-badge--info{background:var(--tt-color-pill);color:var(--tt-color-text-link)}.tt-badge--success{background:color-mix(in srgb, var(--tt-color-sub-primary) 25%, var(--tt-color-common-white));color:var(--tt-color-ground-deep)}.tt-badge--warm{background:var(--tt-color-background-warm);color:var(--tt-color-primary-orange)}.tt-image{position:relative;overflow:hidden}.tt-image__img{object-fit:cover;width:100%;height:100%;display:block}.tt-visually-hidden{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.tt-chip{background:var(--tt-bg-surface);border:1px solid var(--tt-border-subtle);border-radius:var(--tt-radius-pill);color:var(--tt-text-body);cursor:pointer;font-family:var(--tt-font-sans);font-size:var(--tt-text-body-sm);align-items:center;gap:var(--tt-space-1);min-height:40px;padding:0 var(--tt-space-4);transition:background var(--tt-duration-fast) var(--tt-ease-standard), border-color var(--tt-duration-fast) var(--tt-ease-standard), color var(--tt-duration-fast) var(--tt-ease-standard);white-space:nowrap;justify-content:center;font-weight:800;line-height:1;display:inline-flex}.tt-chip:hover{border-color:var(--tt-color-primary-blue);color:var(--tt-color-text-link)}.tt-chip:focus-visible{outline:3px solid var(--tt-focus-ring);outline-offset:2px}.tt-chip--selected{background:var(--tt-bg-accent);border-color:var(--tt-bg-accent);color:var(--tt-text-inverse)}.tt-searchbar{background:var(--tt-bg-surface);border:1px solid var(--tt-border-subtle);border-radius:var(--tt-radius-pill);box-shadow:var(--tt-shadow-card);align-items:center;gap:var(--tt-space-2);min-height:56px;padding:var(--tt-space-2) var(--tt-space-2) var(--tt-space-2) var(--tt-space-5);width:100%;display:flex}.tt-searchbar:focus-within{border-color:var(--tt-color-primary-blue)}.tt-searchbar__icon{color:var(--tt-color-common-subtext);flex:none}.tt-searchbar__input{color:var(--tt-text-strong);font-size:var(--tt-text-body-md);background:0 0;border:0;outline:none;flex:auto;min-width:0}.tt-searchbar__input::placeholder{color:var(--tt-color-common-subtext)}.tt-searchbar__input::-webkit-search-decoration{appearance:none}.tt-searchbar__input::-webkit-search-cancel-button{appearance:none}.tt-searchbar__clear{background:var(--tt-color-card-muted);color:var(--tt-color-common-subtext);cursor:pointer;background-clip:content-box;border:0;border-radius:50%;flex:none;justify-content:center;align-items:center;width:44px;height:44px;padding:8px;display:inline-flex}.tt-searchbar__submit{background:var(--tt-bg-accent);color:var(--tt-text-inverse);cursor:pointer;border:0;border-radius:50%;flex:none;justify-content:center;align-items:center;width:44px;height:44px;display:inline-flex}.tt-searchbar__clear:focus-visible,.tt-searchbar__submit:focus-visible{outline:3px solid var(--tt-focus-ring);outline-offset:2px}.tt-section-header{align-items:flex-end;gap:var(--tt-space-4);justify-content:space-between;display:flex}.tt-section-header__eyebrow{color:var(--tt-text-info);font-size:var(--tt-text-body-sm);margin:0 0 var(--tt-space-2);font-weight:900}.tt-section-header__title{font-size:var(--tt-text-h2);line-height:var(--tt-leading-tight);margin:0}.tt-section-header__description{color:var(--tt-text-body);font-size:var(--tt-text-body-md);font-weight:600;line-height:var(--tt-leading-body);margin:var(--tt-space-2) 0 0}.tt-section-header__action{flex:none}.tt-empty-state{align-items:center;gap:var(--tt-space-3);padding:var(--tt-space-16) var(--tt-space-6);text-align:center;flex-direction:column;display:flex}.tt-empty-state__icon{font-size:48px;line-height:1}.tt-empty-state--error .tt-empty-state__icon{filter:grayscale(.2)}.tt-empty-state__title{color:var(--tt-text-strong);font-size:var(--tt-text-h3);margin:0;font-weight:900}.tt-empty-state__description{color:var(--tt-text-body);font-size:var(--tt-text-body-md);font-weight:600;line-height:var(--tt-leading-body);max-width:420px;margin:0}.tt-empty-state__action{margin-top:var(--tt-space-2)}.tt-skeleton{background:linear-gradient(100deg, var(--tt-color-skeleton-base) 30%, var(--tt-color-skeleton-sheen) 50%, var(--tt-color-skeleton-base) 70%);animation:tt-skeleton-shimmer 1.3s var(--tt-ease-standard) infinite;background-size:200% 100%;display:block}@keyframes tt-skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.tt-pagination{align-items:center;gap:var(--tt-space-2);justify-content:center;display:flex}.tt-pagination__list{align-items:center;gap:var(--tt-space-1);margin:0;padding:0;list-style:none;display:flex}.tt-pagination__page,.tt-pagination__arrow{background:var(--tt-bg-surface);border:1px solid var(--tt-border-subtle);border-radius:var(--tt-radius-xs);color:var(--tt-text-body);cursor:pointer;font-size:var(--tt-text-body-sm);min-width:40px;min-height:40px;padding:0 var(--tt-space-2);justify-content:center;align-items:center;font-weight:800;display:inline-flex}.tt-pagination__page:hover:not(.tt-pagination__page--active),.tt-pagination__arrow:hover:not(:disabled){border-color:var(--tt-color-primary-blue);color:var(--tt-color-text-link)}.tt-pagination__page--active{background:var(--tt-bg-accent);border-color:var(--tt-bg-accent);color:var(--tt-text-inverse)}.tt-pagination__arrow:disabled{cursor:not-allowed;opacity:.45}.tt-pagination__page:focus-visible,.tt-pagination__arrow:focus-visible{outline:3px solid var(--tt-focus-ring);outline-offset:2px}.tt-pagination__ellipsis{color:var(--tt-color-common-subtext);justify-content:center;align-items:center;min-width:32px;display:inline-flex}.tt-toast-region{bottom:calc(var(--tt-space-8) + env(safe-area-inset-bottom,0px));gap:var(--tt-space-2);pointer-events:none;width:min(420px, calc(100% - var(--tt-space-8)));z-index:var(--tt-z-toast);flex-direction:column;display:flex;position:fixed;left:50%;transform:translate(-50%)}.tt-toast{background:var(--tt-color-toast-bg);border-radius:var(--tt-radius-sm);box-shadow:var(--tt-shadow-float);color:var(--tt-text-inverse);font-size:var(--tt-text-body-sm);padding:var(--tt-space-4) var(--tt-space-5);text-align:center;animation:tt-toast-in var(--tt-duration-fast) var(--tt-ease-standard);margin:0 auto;font-weight:700}@keyframes tt-toast-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.tt-snap{width:100%}.tt-snap__track{gap:var(--tt-space-4);margin-inline:calc(-1 * var(--tt-space-1));padding:var(--tt-space-1);scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch;display:flex;overflow-x:auto}.tt-snap__track::-webkit-scrollbar{display:none}.tt-snap__slide{flex:0 0 var(--tt-snap-slide,82%);scroll-snap-align:center;min-width:0}.tt-snap__dots{gap:var(--tt-space-2);margin-top:var(--tt-space-5);justify-content:center;display:flex}.tt-snap__dots button{background:var(--tt-color-common-disable);border-radius:var(--tt-radius-pill);cursor:pointer;height:8px;transition:width var(--tt-duration-fast) var(--tt-ease-standard), background var(--tt-duration-fast) var(--tt-ease-standard);border:0;width:8px;padding:0}.tt-snap__dots button.is-active{background:var(--tt-bg-accent);width:22px}.tt-snap__dots button:focus-visible{outline:2px solid var(--tt-focus-ring);outline-offset:2px}@media (prefers-reduced-motion:reduce){.tt-snap__dots button{transition:none}}.tt-page{background:var(--tt-bg-app);color:var(--tt-text-strong);flex-direction:column;min-height:100svh;display:flex;overflow-x:clip}.tt-page>main{flex:1 0 auto}.tt-notfound{padding:var(--tt-space-16) var(--tt-space-5);justify-content:center;align-items:center;display:flex}.tt-brand{color:var(--tt-color-header-text);align-items:center;gap:var(--tt-space-3);min-width:0;text-decoration:none;display:inline-flex}.tt-brand__name{font-family:var(--tt-font-display);font-size:21px;line-height:1}.tt-brand__mark{object-fit:contain;flex:none;width:auto;height:38px;display:block}.tt-brand__mark:before{background:var(--tt-color-primary-blue);clip-path:polygon(50% 100%,23% 72%,9% 49%,8% 30%,20% 12%,38% 2%,62% 2%,80% 12%,92% 30%,91% 49%,77% 72%);content:"";border-radius:50% 50% 54% 54%;position:absolute;inset:0}.tt-brand__mark-face{background:var(--tt-bg-surface);border-radius:50%;width:19px;height:19px;display:block;position:absolute;top:5px;left:4px}.tt-brand__mark-accent,.tt-brand__mark-eye,.tt-brand__mark-mouth{display:block;position:absolute}.tt-brand__mark-accent{background:var(--tt-color-logo-blush);border-radius:var(--tt-radius-pill);width:9px;height:4px;top:4px;left:50%;transform:translate(-50%)}.tt-brand__mark-eye{background:var(--tt-text-info);border-radius:50%;width:3px;height:3px;top:9px}.tt-brand__mark-eye--left{left:5px}.tt-brand__mark-eye--right{right:5px}.tt-brand__mark-mouth{border-bottom:2px solid var(--tt-color-primary-orange);border-radius:0 0 var(--tt-radius-pill) var(--tt-radius-pill);width:8px;height:4px;top:11px;left:50%;transform:translate(-50%)}.tt-header{background:var(--tt-bg-surface);border-bottom:1px solid var(--tt-border-subtle);z-index:var(--tt-z-header);position:sticky;top:0;left:0;right:0}.tt-header__inner{align-items:center;gap:var(--tt-space-4);height:var(--tt-header-height);max-width:var(--tt-shell-max);padding:0 clamp(var(--tt-space-5), 8.75vw, 112px);grid-template-columns:auto 1fr auto auto;width:100%;margin:0 auto;display:grid}.tt-header__brand{justify-self:start;min-height:44px}.tt-header__nav{justify-self:start;align-items:center;gap:52px;margin-left:100px;display:flex}.tt-header__nav-link{color:var(--tt-color-header-text);font-size:var(--tt-text-body-md);justify-content:center;align-items:center;min-height:44px;font-weight:800;text-decoration:none;display:inline-flex}.tt-header__nav-link:hover,.tt-header__nav-link--active{color:var(--tt-color-primary-blue)}.tt-header__login.tt-button{border-color:var(--tt-border-strong);color:var(--tt-text-info);justify-self:end;min-height:38px;padding-inline:19px}.tt-header__menu-toggle{background:var(--tt-bg-surface);border:1px solid var(--tt-border-strong);border-radius:var(--tt-radius-pill);cursor:pointer;flex-direction:column;justify-content:center;justify-self:end;align-items:center;gap:4px;width:46px;height:44px;display:none}.tt-header__menu-line{background:var(--tt-text-info);border-radius:var(--tt-radius-pill);width:18px;height:2px;display:block}.tt-header__menu-toggle:focus-visible{outline:3px solid var(--tt-focus-ring);outline-offset:3px}.tt-header__mobile{background:var(--tt-bg-surface);border-bottom:1px solid var(--tt-border-subtle);gap:var(--tt-space-3);max-width:var(--tt-shell-max);padding:var(--tt-space-4) var(--tt-space-5) var(--tt-space-5);margin:0 auto;display:grid}.tt-header__mobile-nav{gap:var(--tt-space-1);display:grid}.tt-header__mobile .tt-header__nav-link{border-radius:var(--tt-radius-xs);padding:0 var(--tt-space-3);justify-content:flex-start;margin-left:0}.tt-header__mobile-login.tt-button{width:100%}@media (width<=900px){.tt-header__nav,.tt-header__login.tt-button{display:none}.tt-header__menu-toggle{display:inline-flex}.tt-header__inner{grid-template-columns:1fr auto}}@media (width>=901px){.tt-header__mobile{display:none}}.tt-footer{background:var(--tt-color-background-warm)}.tt-footer__inner{align-items:center;gap:var(--tt-space-6);max-width:var(--tt-shell-max);padding:var(--tt-space-8) clamp(var(--tt-space-5), 8.75vw, 112px);grid-template-columns:auto 1fr auto;width:100%;margin:0 auto;display:grid}.tt-footer__brand{justify-self:start}.tt-footer__nav{gap:var(--tt-space-8);justify-self:center;display:flex}.tt-footer__nav a{color:var(--tt-color-header-text);font-size:var(--tt-text-body-md);align-items:center;min-height:44px;font-weight:800;text-decoration:none;display:inline-flex}.tt-footer__nav a:hover{color:var(--tt-color-primary-blue)}.tt-footer__copyright{color:color-mix(in srgb, var(--tt-text-body) 72%, var(--tt-color-common-white));justify-self:end;font-size:11px;font-weight:700}@media (width<=768px){.tt-footer__inner{padding-inline:var(--tt-space-5);text-align:center;grid-template-columns:1fr}.tt-footer__brand,.tt-footer__nav,.tt-footer__copyright{justify-self:center}.tt-footer__nav{flex-wrap:wrap;justify-content:center}}.tt-service-features{gap:var(--tt-space-6);max-width:var(--tt-content-max);grid-template-columns:repeat(3,1fr);margin:0 auto;display:grid}.tt-feature-card{border-radius:var(--tt-radius-xl);min-height:160px;padding:var(--tt-space-6)}.tt-feature-card.tt-card--blue{box-shadow:var(--tt-shadow-sticker-blue)}.tt-feature-card.tt-card--yellow{box-shadow:var(--tt-shadow-sticker-yellow)}.tt-feature-card.tt-card--green{box-shadow:var(--tt-shadow-sticker-green)}.tt-feature-card__icon{margin-bottom:var(--tt-space-3);font-size:32px;display:block}.tt-feature-card__title{font-size:var(--tt-text-h3);line-height:var(--tt-leading-tight);margin:0}.tt-feature-card__desc{font-size:var(--tt-text-body-sm);font-weight:700;line-height:var(--tt-leading-body);margin:var(--tt-space-3) 0 0}@media (width<=768px){.tt-service-features{margin-inline:calc(-1 * var(--tt-space-5));padding-inline:var(--tt-space-5);scroll-snap-type:x proximity;scrollbar-width:none;-webkit-overflow-scrolling:touch;grid-template-columns:none;display:flex;overflow-x:auto}.tt-service-features::-webkit-scrollbar{display:none}.tt-service-features>.tt-feature-card{scroll-snap-align:start;flex:0 0 min(240px,78%)}}.tt-bottom-tab{display:none}.tt-bottom-tab__item{color:var(--tt-color-common-subtext);font-size:var(--tt-text-caption);min-height:var(--tt-bottom-tab-height);flex-direction:column;justify-content:center;align-items:center;gap:2px;font-weight:800;text-decoration:none;display:flex}.tt-bottom-tab__item>span{font-size:20px;line-height:1}.tt-bottom-tab__item--active{color:var(--tt-color-primary-blue)}.tt-bottom-tab__item--disabled{opacity:.42}.tt-bottom-tab__item:focus-visible{outline:3px solid var(--tt-focus-ring);outline-offset:-3px}.tt-page-with-tabbar{padding-bottom:0}@media (width<=640px){.tt-bottom-tab{background:var(--tt-bg-surface);border-top:1px solid var(--tt-border-subtle);padding-bottom:env(safe-area-inset-bottom,0px);z-index:var(--tt-z-tabbar);grid-template-columns:repeat(3,1fr);align-items:stretch;display:grid;position:fixed;bottom:0;left:0;right:0}.tt-page-with-tabbar{padding-bottom:calc(var(--tt-bottom-tab-height) + var(--tt-space-4))}}.tt-welcome{padding:var(--tt-space-6);z-index:var(--tt-z-modal);justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.tt-welcome__backdrop{background:var(--tt-color-scrim);cursor:pointer;border:0;position:absolute;inset:0}.tt-welcome__card{background:var(--tt-bg-surface);border-radius:var(--tt-radius-md);box-shadow:var(--tt-shadow-float);gap:var(--tt-space-2);max-width:320px;padding:var(--tt-space-12) var(--tt-space-6) var(--tt-space-6);text-align:center;justify-items:center;width:100%;display:grid;position:relative}.tt-mascot{object-fit:contain;-webkit-user-select:none;user-select:none;height:auto;display:block}.tt-welcome__mascot{filter:drop-shadow(0 10px 18px #4c86fb38);width:88px;position:absolute;top:0;left:50%;transform:translate(-50%,-52%)}.tt-welcome__close{border-radius:var(--tt-radius-pill);color:var(--tt-color-common-subtext);cursor:pointer;height:32px;right:var(--tt-space-3);top:var(--tt-space-3);background:0 0;border:0;justify-content:center;align-items:center;width:32px;padding:0;display:flex;position:absolute}.tt-welcome__close:hover{color:var(--tt-text-strong)}.tt-welcome__close:focus-visible{outline:2px solid var(--tt-focus-ring);outline-offset:2px}.tt-welcome__title{font-size:var(--tt-text-h3);font-weight:700;line-height:var(--tt-leading-tight);margin:0}.tt-welcome__desc{color:var(--tt-text-body);font-size:var(--tt-text-body-sm);font-weight:500;line-height:var(--tt-leading-body);margin:0}.tt-welcome__cta.tt-button{margin-top:var(--tt-space-3);width:100%}.tt-install{animation:tt-install-rise var(--tt-duration-fast) var(--tt-ease-standard) both;background:var(--tt-bg-surface);border:1px solid var(--tt-border-subtle);border-radius:var(--tt-radius-md);bottom:calc(var(--tt-space-4) + env(safe-area-inset-bottom,0px));box-shadow:var(--tt-shadow-pop);align-items:center;gap:var(--tt-space-3);max-width:420px;padding:var(--tt-space-3) var(--tt-space-4);width:calc(100% - var(--tt-space-8));z-index:50;display:flex;position:fixed;left:50%;transform:translate(-50%)}.tt-install__body{flex:auto;min-width:0}.tt-install__title{color:var(--tt-text-strong);font-size:var(--tt-text-body-md);font-weight:800;display:block}.tt-install__desc{color:var(--tt-text-body);font-size:var(--tt-text-caption);line-height:var(--tt-leading-body);margin:var(--tt-space-1) 0 0}.tt-install__actions{align-items:center;gap:var(--tt-space-1);flex:none;display:flex}.tt-install__close{border-radius:var(--tt-radius-pill);color:var(--tt-text-body);cursor:pointer;font-size:var(--tt-text-body-md);background:0 0;border:0;width:32px;height:32px}.tt-install__close:focus-visible{outline:2px solid var(--tt-focus-ring);outline-offset:2px}@keyframes tt-install-rise{0%{opacity:0;transform:translate(-50%,12px)}to{opacity:1;transform:translate(-50%)}}@media (width<=640px){.tt-install{bottom:calc(var(--tt-bottom-tab-height) + var(--tt-space-3) + env(safe-area-inset-bottom,0px))}}@media (prefers-reduced-motion:reduce){.tt-install{animation:none}}*{box-sizing:border-box}html{background:var(--tt-bg-app);color:var(--tt-text-strong);font-family:var(--tt-font-sans);scroll-behavior:smooth;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}body{min-width:320px;margin:0}button,input,textarea,select{font:inherit}img,svg{max-width:100%;display:block}#root{min-height:100svh}.tt-route-fallback{background:var(--tt-bg-app);min-height:100svh}.tt-reveal{opacity:0;transition:opacity .55s var(--tt-ease-standard), transform .55s var(--tt-ease-standard);transition-delay:var(--tt-reveal-delay,0s);will-change:opacity, transform;transform:translateY(18px)}.tt-reveal.is-visible{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){.tt-reveal{opacity:1;transition:none;transform:none}}::selection{background:color-mix(in srgb, var(--tt-color-primary-blue) 26%, transparent)}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.home-fullscreen{flex-direction:column;justify-content:center;min-height:100dvh;display:flex}.home-fullscreen__inner{width:100%}.home-hero{background:linear-gradient(to bottom, var(--tt-color-sky) 0%, var(--tt-color-sky) 71%, var(--tt-color-water-start) 72%, var(--tt-color-water-end) 100%);position:relative;overflow:hidden}.home-hero__copy{max-width:620px;padding:var(--tt-space-16) var(--tt-space-6) 0;text-align:center;inset-inline:0;z-index:3;width:100%;margin-inline:auto;position:absolute;top:0}.home-hero__title{color:var(--tt-color-hero-title);font-family:var(--tt-font-sans);font-size:var(--tt-text-hero);letter-spacing:-.2px;margin:0;font-weight:700;line-height:1.3}.home-hero__hl{-webkit-box-decoration-break:clone;box-decoration-break:clone;background-repeat:no-repeat;padding:0 2px}.home-hero__hl--1{background-image:linear-gradient(transparent 52%, color-mix(in srgb, var(--tt-color-hero-hl-1) 50%, transparent) 52%)}.home-hero__hl--2{background-image:linear-gradient(transparent 52%, color-mix(in srgb, var(--tt-color-hero-hl-2) 60%, transparent) 52%)}.home-hero__copy p{color:var(--tt-color-hero-subtitle);font-family:var(--tt-font-display);font-size:var(--tt-text-hero-sub);letter-spacing:.2px;margin:var(--tt-space-5) auto 0;white-space:pre-line;max-width:520px;font-weight:400;line-height:1.3}.home-hero__scene{width:100%;max-width:100vw;height:100%;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.home-hero__illust{width:100%;height:auto;display:block;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.home-hero__cloud,.home-hero__cloud:before,.home-hero__cloud:after{background:var(--tt-bg-surface);border-radius:var(--tt-radius-pill);content:"";display:block;position:absolute}.home-hero__cloud{opacity:.95;width:170px;height:26px;top:78px}.home-hero__cloud:before{width:86px;height:42px;top:-24px;left:58px}.home-hero__cloud:after{width:76px;height:32px;top:-13px;left:118px}.home-hero__cloud--left{left:80px}.home-hero__cloud--right{top:92px;right:86px}.home-hero__hill{border-radius:50% 50% 0 0;width:840px;height:245px;position:absolute;bottom:272px}.home-hero__hill--back{background:var(--tt-color-ground);left:280px}.home-hero__hill--front{background:var(--tt-color-ground-deep);width:960px;height:310px;bottom:160px;left:-80px}.home-hero__path{background:var(--tt-color-card-yellow);border-radius:50%;width:82px;height:390px;position:absolute;bottom:175px;right:190px;transform:rotate(24deg)}.home-hero__tree{background:var(--tt-color-ground-deep);border-radius:var(--tt-radius-pill) var(--tt-radius-pill) var(--tt-radius-sm) var(--tt-radius-sm);position:absolute;bottom:170px}.home-hero__tree:after{background:color-mix(in srgb, var(--tt-color-ground-deep) 70%, var(--tt-color-common-black));content:"";width:3px;height:150px;position:absolute;top:68px;left:50%;transform:translate(-50%)}.home-hero__tree--left{width:82px;height:300px;left:-12px}.home-hero__tree--right{width:150px;height:220px;bottom:230px;right:55px}.home-hero__traveler{background:var(--tt-color-card-yellow);border-radius:var(--tt-radius-xs);position:absolute}.home-hero__traveler:before{background:var(--tt-color-primary-orange);border-radius:var(--tt-radius-pill);content:"";width:30px;height:30px;position:absolute;top:-30px;left:50%;transform:translate(-50%)}.home-hero__traveler:after{background:var(--tt-color-text-info);content:"";width:24px;height:92px;position:absolute;bottom:-90px;left:22px;transform:skew(-7deg)}.home-hero__traveler--one{width:68px;height:124px;bottom:365px;left:185px;transform:rotate(-15deg)}.home-hero__traveler--two{background:var(--tt-color-sky-soft);width:62px;height:118px;bottom:280px;right:240px;transform:rotate(14deg)}.home-hero__wave{background:var(--tt-color-water-end);border-radius:50% 50% 0 0;width:1440px;height:205px;position:absolute;bottom:-96px;left:-80px}.home-dashboard{background:linear-gradient(to bottom, var(--tt-color-water-start), var(--tt-color-water-end));padding:var(--tt-space-16) var(--tt-space-8) var(--tt-space-20);margin-top:-1px;position:relative}.home-dashboard:after{background:var(--tt-bg-surface);content:"";border-radius:50% 50% 0 0;width:110%;height:145px;position:absolute;bottom:-72px;left:-5%}.home-section-label{color:var(--tt-text-info);font-size:var(--tt-text-body-sm);letter-spacing:0;margin:0 auto var(--tt-space-5);max-width:var(--tt-content-max);font-weight:900}.home-dashboard .home-section-label{color:var(--tt-text-inverse)}.home-dashboard__grid{gap:var(--tt-space-6);max-width:var(--tt-content-max);z-index:1;grid-template-columns:minmax(280px,380px) minmax(0,1fr);margin:0 auto;display:grid;position:relative}.home-region-card{display:grid;overflow:hidden}.home-region-card__header{padding:var(--tt-space-6) var(--tt-space-6) 0;justify-content:space-between;align-items:center;display:flex}.home-region-card__heading{align-items:center;gap:var(--tt-space-2);display:flex}.home-region-card__pin{font-size:18px;line-height:1}.home-region-card__heading h3{margin:0}.home-region-card__beta{background:var(--tt-color-card-soft);border-radius:var(--tt-radius-pill);color:var(--tt-color-text-caption);font-size:var(--tt-text-caption);align-items:center;gap:var(--tt-space-1);padding:var(--tt-space-1) var(--tt-space-3);font-weight:800;display:inline-flex}.home-region-card__beta-dot{background:var(--tt-color-sub-primary);border-radius:50%;width:6px;height:6px}.home-region-map__caption{color:var(--tt-color-common-subtext);font-size:var(--tt-text-caption);margin:var(--tt-space-3) 0 var(--tt-space-5);text-align:center}.home-eyebrow{color:var(--tt-text-info);font-size:var(--tt-text-body-md);margin:0 0 var(--tt-space-1);font-weight:900}.home-region-card h3,.home-badge-panel h3,.home-pick-card h3,.home-picks__title{font-size:var(--tt-text-h3);line-height:var(--tt-leading-tight);margin:0}.home-region-map{width:100%;max-width:340px;margin-inline:auto}.home-region-map--placeholder{aspect-ratio:327/290}.home-region-map__svg{width:100%;height:auto;display:block;overflow:visible}.home-region-map__district{cursor:pointer;outline:none}.home-region-map__shape{stroke:var(--tt-color-common-white);stroke-linejoin:round;stroke-width:.8px;transition:fill var(--tt-duration-fast) var(--tt-ease-standard), opacity var(--tt-duration-fast) var(--tt-ease-standard)}.home-region-map__district:hover .home-region-map__shape,.home-region-map__district:focus-visible .home-region-map__shape{fill:var(--tt-color-primary-blue)}.home-region-map__district:active .home-region-map__shape,.home-region-map__district.is-selected .home-region-map__shape{fill:var(--tt-color-text-link)}.home-region-map__district:focus-visible .home-region-map__shape{stroke:var(--tt-color-text-info);stroke-width:1.6px}.home-region-map__label{fill:var(--tt-color-common-white);font-family:var(--tt-font-sans);opacity:0;paint-order:stroke;pointer-events:none;stroke:var(--tt-color-text-info);stroke-linejoin:round;stroke-width:2.4px;text-anchor:middle;transition:opacity var(--tt-duration-fast) var(--tt-ease-standard);font-size:9px;font-weight:800}.home-region-map__district:hover .home-region-map__label,.home-region-map__district:focus-visible .home-region-map__label,.home-region-map__district.is-selected .home-region-map__label{opacity:1}@media (prefers-reduced-motion:reduce){.home-region-map__shape,.home-region-map__label{transition:none}}.home-region-card__statswrap{border-top:1px solid var(--tt-border-subtle)}.home-region-card__stats{grid-template-columns:repeat(3,1fr);margin:0;display:grid}.home-region-card__stats div{padding:var(--tt-space-4);text-align:center}.home-region-card__stats div+div{border-left:1px solid var(--tt-border-subtle)}.home-region-card__stats dt{color:var(--tt-text-body);font-size:var(--tt-text-caption);font-weight:800}.home-region-card__stats dd{color:var(--tt-text-strong);font-size:var(--tt-text-h3);margin:var(--tt-space-1) 0 0;justify-content:center;align-items:center;min-height:26px;font-weight:900;display:flex}.home-inline-error{color:var(--tt-color-common-subtext);font-size:var(--tt-text-caption);padding:var(--tt-space-3) var(--tt-space-4) var(--tt-space-4);text-align:center;margin:0;font-weight:700}.home-inline-error button{color:var(--tt-color-text-link);cursor:pointer;font:inherit;padding:var(--tt-space-1) var(--tt-space-2);background:0 0;border:0;font-weight:800;text-decoration:underline}.home-inline-error button:focus-visible{outline:3px solid var(--tt-focus-ring);outline-offset:2px}.home-badge-panel{background:var(--tt-bg-surface);border-radius:var(--tt-radius-lg);box-shadow:var(--tt-shadow-card);gap:var(--tt-space-5);padding:var(--tt-space-8);flex-direction:column;display:flex}.home-card-heading{align-items:flex-start;gap:var(--tt-space-4);justify-content:space-between;display:flex}.home-badge-panel__sub{color:var(--tt-text-body);font-size:var(--tt-text-caption);margin:var(--tt-space-2) 0 0;font-weight:700}.home-badge-panel__eyebrow{color:var(--tt-color-text-caption);font-size:var(--tt-text-caption);align-items:center;gap:var(--tt-space-1);letter-spacing:.04em;margin:0 0 var(--tt-space-2);font-weight:900;display:inline-flex}.home-badge-panel__viewall{color:var(--tt-color-text-caption);font-size:var(--tt-text-body-sm);white-space:nowrap;flex:none;align-items:center;gap:2px;font-weight:800;text-decoration:none;display:inline-flex}.home-badge-panel__viewall:hover{text-decoration:underline}.home-badge-panel__viewall:focus-visible{outline:2px solid var(--tt-focus-ring);outline-offset:3px}.home-badge-grid{gap:var(--tt-space-5);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.home-badge-slider{--tt-snap-slide:76%}.home-challenge-card{border-radius:var(--tt-radius-xl);min-height:185px;padding:var(--tt-space-6);position:relative}.home-challenge-card.tt-card--blue{box-shadow:var(--tt-shadow-sticker-blue)}.home-challenge-card.tt-card--yellow{box-shadow:var(--tt-shadow-sticker-yellow)}.home-challenge-card.tt-card--green{box-shadow:var(--tt-shadow-sticker-green)}.home-challenge-card.tt-card--muted{box-shadow:var(--tt-shadow-sticker-muted)}.home-challenge-card h4{font-size:var(--tt-text-h3);line-height:var(--tt-leading-tight);margin:0 0 var(--tt-space-2);max-width:70%}.home-challenge-card p{font-size:var(--tt-text-caption);font-weight:800;line-height:var(--tt-leading-body);max-width:80%;margin:0}.home-challenge-card__icon{background:color-mix(in srgb, var(--tt-bg-surface) 82%, transparent);bottom:var(--tt-space-5);height:72px;right:var(--tt-space-5);border-radius:50%;justify-content:center;align-items:center;width:72px;font-size:40px;display:flex;position:absolute;overflow:hidden}.home-badge-panel__start.tt-button{width:100%;margin-top:auto}.home-picks{background:var(--tt-bg-surface);padding:150px var(--tt-space-8) var(--tt-space-16);position:relative}.home-picks__mascot{filter:drop-shadow(0 12px 22px #4c86fb42);right:max(var(--tt-space-8), calc((100% - var(--tt-content-max)) / 2));top:var(--tt-space-10);width:104px;animation:home-mascot-float 4s var(--tt-ease-standard) infinite;position:absolute}@keyframes home-mascot-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.home-picks__head{align-items:center;gap:var(--tt-space-4);margin:0 auto var(--tt-space-8);max-width:var(--tt-content-max);grid-template-columns:1fr auto 1fr;display:grid}.home-picks__head .home-section-label{justify-self:start;margin:0}.home-picks__head .home-segmented{justify-self:center}.home-picks__viewall{color:var(--tt-color-text-caption);font-size:var(--tt-text-body-sm);white-space:nowrap;justify-self:end;align-items:center;gap:2px;font-weight:800;text-decoration:none;display:inline-flex}.home-picks__viewall:hover{text-decoration:underline}.home-picks__viewall:focus-visible{outline:2px solid var(--tt-focus-ring);outline-offset:3px}.home-picks__cta{margin:var(--tt-space-10) auto 0;max-width:var(--tt-content-max);justify-content:center;display:flex}.home-picks__cta .tt-button{min-width:280px}.home-segmented{background:var(--tt-color-pill);border-radius:var(--tt-radius-pill);padding:var(--tt-space-1);display:flex}.home-segmented button{border-radius:var(--tt-radius-pill);color:var(--tt-text-body);cursor:pointer;font-family:var(--tt-font-sans);font-size:var(--tt-text-caption);min-height:36px;padding:0 var(--tt-space-5);background:0 0;border:0;font-weight:900}.home-segmented button[aria-pressed=true]{background:var(--tt-bg-accent);color:var(--tt-text-inverse)}.home-segmented button:focus-visible,.home-carousel-controls button:focus-visible{outline:3px solid var(--tt-focus-ring);outline-offset:3px}.home-picks__grid{align-items:center;gap:var(--tt-space-12);max-width:var(--tt-content-max);grid-template-columns:390px minmax(0,1fr);margin:0 auto;display:grid}.home-pick-card-wrap{gap:var(--tt-space-5);display:grid}.home-pick-slider{--tt-snap-slide:88%}.home-pick-card{gap:var(--tt-space-3);padding:var(--tt-space-8);display:grid;box-shadow:0 12px 36px #2d2d6614}.home-pick-card__media{border-radius:var(--tt-radius-md);height:210px}.home-pick-visual{width:100%;height:100%;position:relative}.home-pick-visual__sky,.home-pick-visual__wall,.home-pick-visual__gate,.home-pick-visual__grass{display:block;position:absolute}.home-pick-visual__sky{background:radial-gradient(circle at 25% 28%, var(--tt-bg-surface) 0 14px, transparent 15px), radial-gradient(circle at 38% 22%, var(--tt-bg-surface) 0 24px, transparent 25px), linear-gradient(var(--tt-color-sky-soft), var(--tt-color-sky));inset:0}.home-pick-visual__wall{background:color-mix(in srgb, var(--tt-color-card-yellow) 70%, var(--tt-color-ground-deep));width:110%;height:62px;bottom:34px;left:0;transform:skewY(-7deg)}.home-pick-visual__gate{background:var(--tt-color-text-info);border-radius:var(--tt-radius-xs) var(--tt-radius-xs) 0 0;width:64px;height:46px;bottom:50px;left:52%;transform:translate(-50%)}.home-pick-visual__grass{background:var(--tt-color-ground);border-radius:50% 50% 0 0;width:116%;height:90px;bottom:-38px;left:-8%}.home-pick-card__tags{gap:var(--tt-space-2);flex-wrap:wrap;display:flex}.home-pick-card p{color:var(--tt-text-body);font-size:var(--tt-text-body-sm);font-weight:700;line-height:var(--tt-leading-body);margin:0}.home-pick-card__location{color:var(--tt-color-text-caption)!important}.home-pick-card__commentary{-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.home-pick-card__more{color:var(--tt-color-text-link);font-size:var(--tt-text-body-sm);align-items:center;min-height:44px;font-weight:800;text-decoration:none;display:inline-flex}.home-pick-card__more:focus-visible{outline:3px solid var(--tt-focus-ring);outline-offset:2px}.home-carousel-controls{align-items:center;gap:var(--tt-space-2);display:flex}.home-carousel-dots{align-items:center;gap:var(--tt-space-2);margin-right:var(--tt-space-3);display:flex}.home-carousel-dots span{background:var(--tt-color-common-disable);border-radius:var(--tt-radius-pill);height:12px;transition:width var(--tt-duration-fast) var(--tt-ease-standard);width:12px;display:block}.home-carousel-dots span.is-active{background:var(--tt-bg-accent);width:32px}.home-carousel-controls button{background:var(--tt-bg-surface);border:1px solid var(--tt-border-strong);color:var(--tt-text-info);cursor:pointer;border-radius:50%;width:52px;height:52px}.home-exploration-map{width:100%;max-width:520px;height:auto;margin-inline:auto;display:block}.home-exploration-map__land{background:radial-gradient(circle at 30% 20%, var(--tt-color-sky-soft) 0 18px, transparent 19px), radial-gradient(circle at 75% 72%, var(--tt-color-ground-deep) 0 34px, transparent 35px), linear-gradient(140deg, var(--tt-color-card-green), color-mix(in srgb, var(--tt-color-card-green) 72%, var(--tt-color-common-white)));border:4px solid color-mix(in srgb, var(--tt-bg-surface) 70%, transparent);clip-path:polygon(17% 12%,38% 3%,57% 12%,84% 7%,95% 28%,86% 46%,96% 68%,76% 88%,52% 82%,34% 96%,12% 82%,18% 58%,4% 38%);border-radius:36% 48% 42% 52%;position:absolute;inset:8%}.home-exploration-map__route{background:color-mix(in srgb, var(--tt-color-card-yellow) 75%, var(--tt-color-common-white));border-radius:var(--tt-radius-pill);transform-origin:0;height:8px;position:absolute}.home-exploration-map__route--one{width:230px;top:45%;left:27%;transform:rotate(-18deg)}.home-exploration-map__route--two{width:190px;top:56%;left:49%;transform:rotate(22deg)}.home-exploration-map__marker{background:var(--tt-bg-accent);border:5px solid var(--tt-bg-surface);box-shadow:var(--tt-shadow-card);border-radius:50%;width:38px;height:38px;display:block;position:absolute}.home-exploration-map__marker--active{color:var(--tt-text-inverse);justify-content:center;align-items:center;width:64px;height:64px;font-weight:900;display:flex;top:44%;left:56%}.home-exploration-map__marker--one{top:28%;right:14%}.home-exploration-map__marker--two{bottom:22%;left:27%}.home-exploration-map__temple{background:var(--tt-text-info);width:54px;height:18px;position:absolute}.home-exploration-map__temple:before{border-bottom:15px solid var(--tt-text-info);content:"";border-left:34px solid #0000;border-right:34px solid #0000;position:absolute;top:-15px;left:-7px}.home-exploration-map__temple--one{top:37%;left:31%}.home-exploration-map__temple--two{top:62%;right:31%}.home-exploration-map__temple--three{bottom:28%;left:44%}.home-features-band{background:var(--tt-bg-surface);padding:var(--tt-space-12) var(--tt-space-8) var(--tt-space-20)}.home-story{color:var(--tt-text-inverse);min-height:330px;padding:var(--tt-space-16) var(--tt-space-8);text-align:center;background:linear-gradient(#080a1e6b,#080a1e94),url(/assets/cta-night-BDU4IE-n.jpg) 50% 38%/cover no-repeat;flex-direction:column;justify-content:center;align-items:center;display:flex}.home-story h2{font-size:var(--tt-text-h1);line-height:var(--tt-leading-tight);margin:0}.home-story p{font-size:var(--tt-text-body-md);font-weight:800;line-height:var(--tt-leading-body);margin:var(--tt-space-5) auto var(--tt-space-6);max-width:520px}.home-story__cta.tt-button{background:var(--tt-bg-surface);color:var(--tt-color-text-link)}@media (width<=900px){.home-hero__copy{padding-top:var(--tt-space-12)}.home-hero__traveler--one{left:12%}.home-hero__traveler--two{right:16%}.home-dashboard,.home-picks{padding-inline:var(--tt-space-5)}.home-dashboard__grid,.home-picks__grid{grid-template-columns:1fr}.home-features-band{padding-inline:var(--tt-space-5)}.home-picks__head{align-items:flex-start;gap:var(--tt-space-3);grid-template-columns:1fr auto}.home-picks__head .home-section-label{grid-column:1}.home-picks__head .home-segmented{grid-area:2/1/auto/-1;justify-self:start}.home-picks__viewall{grid-area:1/2}.home-picks{padding-top:120px}.home-picks__mascot{right:var(--tt-space-5);top:var(--tt-space-6);width:78px}.home-exploration-map{min-height:420px}}@media (width<=768px){.home-hero{min-height:0}.home-hero__scene{display:none}.home-hero__copy{padding:var(--tt-space-12) var(--tt-space-5) var(--tt-space-8);position:static}.home-picks__grid .home-exploration-map{display:none}}@media (width<=560px){.home-hero{min-height:0}.home-hero__copy{max-width:360px;padding-inline:var(--tt-space-5)}.home-hero__copy h1{overflow-wrap:anywhere;font-size:26px}.home-hero__copy h1 span{max-width:330px;margin-inline:auto}.home-hero__copy p{max-width:320px;font-size:13px}.home-hero__cloud--left{left:32px}.home-hero__cloud--right{right:28px}.home-hero__tree--right{right:-42px}.home-hero__traveler--one{bottom:310px}.home-hero__traveler--two{bottom:250px}.home-badge-panel,.home-pick-card{padding:var(--tt-space-5)}.home-badge-grid{grid-template-columns:1fr}.home-challenge-card{min-height:150px}.home-challenge-card__icon{width:60px;height:60px;font-size:34px}.home-card-heading{flex-direction:column;align-items:flex-start}.home-region-card__stats dd{font-size:18px}.home-segmented{width:100%;overflow-x:auto}.home-segmented button{flex:none}.home-exploration-map{min-height:320px}}
