@layer components{.tk-acc{display:grid;gap:2rem;grid-template-columns:1fr}@media (min-width:1024px){.tk-acc{grid-template-columns:240px minmax(0,1fr);align-items:start}}.tk-acc__nav{background:var(--color-bg);border-radius:var(--radius-lg);padding:1rem;position:sticky;top:calc(var(--header-h) + 1rem)}.tk-acc__nav-greeting{padding:.5rem .75rem 1rem;border-bottom:1px solid var(--color-border);margin-bottom:.5rem}.tk-acc__nav-name{font-weight:700;font-family:var(--font-display)}.tk-acc__nav-email{font-size:var(--text-xs);color:var(--color-muted)}.tk-acc__nav-list{display:flex;flex-direction:column;gap:.15rem}.tk-acc__nav-link{display:flex;align-items:center;gap:.65rem;padding:.55rem .75rem;border-radius:var(--radius-md);font-size:var(--text-sm);color:var(--color-fg-soft);cursor:pointer}.tk-acc__nav-link:hover{background:var(--color-bg-soft);color:var(--color-fg);text-decoration:none}.tk-acc__nav-link.is-active{background:var(--color-bg-mute);color:var(--color-fg);font-weight:600}.tk-acc__nav-link svg{color:var(--color-muted);flex-shrink:0}.tk-acc__nav-link.is-active svg{color:var(--color-accent)}.tk-acc__nav-link .badge{margin-left:auto;font-size:.7rem;padding:1px 6px;border-radius:var(--radius-full);background:var(--color-accent);color:var(--color-accent-fg)}.tk-acc__main{min-width:0}.tk-acc__panel[hidden],.tk-post .blog-post-date img{display:none}.tk-acc__panel-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;flex-wrap:wrap;gap:.75rem}.tk-acc__panel-title{font-family:var(--font-display);font-size:var(--text-2xl);font-weight:700}@media (max-width:1023px){.tk-acc__nav{position:static;padding:.5rem}.tk-acc__nav-greeting{display:none}.tk-acc__nav-list{flex-direction:row;overflow-x:auto;scrollbar-width:none}.tk-acc__nav-list::-webkit-scrollbar{display:none}.tk-acc__nav-link{white-space:nowrap}.tk-acc__nav-link .badge{margin-left:.35rem}}.tk-stat-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:1.5rem}.tk-stat{padding:1.25rem;border-radius:var(--radius-lg);background:var(--color-bg);box-shadow:var(--shadow-sm)}.tk-stat__label{font-size:var(--text-xs);text-transform:uppercase;letter-spacing:var(--tracking-caps);color:var(--color-muted)}.tk-stat__value{font-family:var(--font-display);font-size:var(--text-3xl);font-weight:800;line-height:1.1;margin-top:.35rem}.tk-stat__delta{font-size:var(--text-xs);margin-top:.35rem}.tk-stat__delta.is-up{color:var(--color-success)}.tk-stat__delta.is-down{color:var(--color-danger)}.tk-status,.tk-status::before{border-radius:var(--radius-full)}.tk-status{display:inline-flex;align-items:center;gap:.35rem;padding:2px 8px;font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:var(--tracking-caps)}.tk-status::before{content:'';width:6px;height:6px;background:currentColor}.tk-status--paid{background:rgb(22 163 74/.12);color:var(--color-success)}.tk-status--shipped{background:rgb(37 99 235/.12);color:var(--color-info)}.tk-status--pending{background:rgb(245 158 11/.12);color:var(--color-warning)}.tk-status--canceled{background:rgb(220 38 38/.12);color:var(--color-danger)}.tk-status--delivered{background:rgb(22 163 74/.12);color:var(--color-success)}.tk-order-row{padding:1rem;border-radius:var(--radius-lg);background:var(--color-bg);border:1px solid var(--color-border);margin-bottom:.75rem}.tk-order-row__head{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;padding-bottom:.75rem;margin-bottom:.75rem;border-bottom:1px solid var(--color-border)}.tk-order-row__no{font-family:var(--font-mono);font-size:var(--text-sm)}.tk-order-row__date{font-size:var(--text-sm);color:var(--color-muted)}.tk-order-row__total{margin-left:auto;font-weight:700}.tk-order-row__items{display:flex;flex-wrap:wrap;gap:.5rem}.tk-order-row__more,.tk-order-row__thumb{width:56px;aspect-ratio:3/4;border-radius:var(--radius-sm);background:var(--color-bg-mute)}.tk-order-row__thumb{overflow:hidden}.tk-blog-card__media img,.tk-blog-feature__media img,.tk-order-row__thumb img,.tk-post__avatar img,.tk-post__hero img{width:100%;height:100%;object-fit:cover}.tk-order-row__more{display:inline-flex;align-items:center;justify-content:center;font-size:var(--text-xs);font-weight:600}.tk-order-row__actions{display:flex;gap:.5rem;margin-top:.75rem;flex-wrap:wrap}.tk-addr-card{padding:1rem 1.1rem;border-radius:var(--radius-lg);border:1px solid var(--color-border);background:var(--color-bg);position:relative}.tk-addr-card.is-default{border-color:var(--color-fg);box-shadow:0 0 0 1px var(--color-fg)}.tk-addr-card__default-tag{position:absolute;top:.75rem;right:.75rem;font-size:.7rem;padding:1px 6px;border-radius:var(--radius-full);background:var(--color-fg);color:var(--color-bg)}.tk-addr-card__title{font-weight:600}.tk-addr-card__body{font-size:var(--text-sm);color:var(--color-muted);margin-top:.35rem;line-height:var(--leading-base)}.tk-addr-card__actions{display:flex;gap:.5rem;margin-top:.75rem;flex-wrap:wrap}.tk-auth{max-width:420px;margin-inline:auto;padding-block:2rem}.tk-auth__title{font-family:var(--font-display);font-size:var(--text-2xl);font-weight:800;margin-bottom:.35rem}.tk-auth__sub{color:var(--color-muted);margin-bottom:1.5rem}.tk-auth__form{display:flex;flex-direction:column;gap:1rem}.tk-auth__divider{display:flex;align-items:center;gap:.75rem;margin:1rem 0;color:var(--color-muted);font-size:var(--text-xs);text-transform:uppercase;letter-spacing:var(--tracking-caps)}.tk-auth__divider::after,.tk-auth__divider::before{content:'';flex:1;height:1px;background:var(--color-border)}.tk-auth__social{display:flex;flex-direction:column;gap:.5rem}.tk-auth__social .tk-btn{justify-content:center}.tk-auth__footer{margin-top:1.5rem;text-align:center;color:var(--color-muted);font-size:var(--text-sm)}.tk-auth__footer a{color:var(--color-fg);text-decoration:underline;text-underline-offset:.2em}.tk-blog-page .blog-title{font-size:var(--text-2xl)!important;line-height:var(--leading-tight);font-weight:700;color:var(--color-fg)}.tk-blog-page .blog-description{font-size:var(--text-base);font-weight:400;color:var(--color-muted);margin-top:.25rem}.tk-post .blog-post-title{font-size:var(--text-3xl)!important;line-height:var(--leading-tight);font-weight:800;color:var(--color-fg);margin-bottom:.35rem}.tk-post .blog-post-description{font-size:var(--text-base);font-weight:400;color:var(--color-muted);margin-bottom:.75rem}.tk-post .blog-post-date{display:flex;align-items:center;gap:.4rem;color:var(--color-muted);font-size:var(--text-sm);margin-bottom:1.25rem}.tk-post .blog-post-cover-image{display:block;width:100%;border-radius:var(--radius-lg);margin-bottom:1.5rem}.tk-post .blog-post-content{margin-bottom:2rem}.tk-blog-grid{display:grid;gap:1.5rem;grid-template-columns:1fr}@media (min-width:768px){.tk-blog-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.tk-blog-grid{grid-template-columns:repeat(3,1fr)}}.tk-blog-card,.tk-prev-next a{border-radius:var(--radius-lg);display:flex;flex-direction:column}.tk-blog-card{background:var(--color-bg);overflow:hidden;transition:transform var(--dur-fast) var(--ease-out),box-shadow var(--dur-fast) var(--ease-out)}.tk-blog-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md);text-decoration:none}.tk-blog-card__media{aspect-ratio:16/9;background:var(--color-bg-mute)}.tk-blog-card__body{padding:1rem 1.1rem 1.25rem;display:flex;flex-direction:column;gap:.35rem;flex:1}.tk-blog-card__cat{font-size:var(--text-xs);font-weight:600;color:var(--color-accent);text-transform:uppercase;letter-spacing:var(--tracking-caps)}.tk-blog-card__title{font-family:var(--font-display);font-weight:700;line-height:1.3;color:var(--color-fg)}.tk-blog-card__excerpt{color:var(--color-muted);font-size:var(--text-sm);flex:1}.tk-blog-card__meta{font-size:var(--text-xs);color:var(--color-muted);margin-top:.5rem;display:flex;gap:.75rem}.tk-blog-feature{display:grid;grid-template-columns:1fr;gap:1.5rem;background:var(--color-bg);border-radius:var(--radius-xl);overflow:hidden;margin-bottom:2rem}@media (min-width:768px){.tk-blog-feature{grid-template-columns:1.4fr 1fr;align-items:center}}.tk-blog-feature__media{aspect-ratio:4/3}.tk-blog-feature__body{padding:clamp(1rem,4vw,2.5rem)}.tk-post{max-width:720px;margin-inline:auto}.tk-post__hero{aspect-ratio:21/9;max-height:480px;border-radius:var(--radius-xl);overflow:hidden;margin-bottom:2rem}.tk-post__title{font-family:var(--font-display);font-size:clamp(1.8rem,4vw,3rem);font-weight:800;line-height:1.1;margin-bottom:1rem}.tk-post__meta{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;color:var(--color-muted);font-size:var(--text-sm);margin-bottom:1.5rem}.tk-post__author{display:flex;align-items:center;gap:.5rem}.tk-post__avatar{width:32px;height:32px;border-radius:var(--radius-full);background:var(--color-bg-mute);overflow:hidden}.tk-comment,.tk-post__share{border-bottom:1px solid var(--color-border)}.tk-post__share{display:flex;gap:.5rem;align-items:center;padding-block:1rem;border-top:1px solid var(--color-border);margin-block:2rem}.tk-comment{padding:1rem 0}.tk-comment__head{display:flex;align-items:center;gap:.55rem;font-size:var(--text-sm)}.tk-comment__avatar{width:32px;height:32px;border-radius:var(--radius-full);background:var(--color-bg-mute);display:inline-flex;align-items:center;justify-content:center;font-weight:700;color:var(--color-fg-soft);flex-shrink:0}.tk-comment__name{font-weight:600}.tk-comment__time,.tk-prev-next .label{color:var(--color-muted)}.tk-comment__body{margin-top:.5rem;line-height:var(--leading-base)}.tk-comment__reply{margin-top:.5rem;font-size:var(--text-sm);color:var(--color-accent);cursor:pointer}.tk-prev-next{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-block:2rem}@media (max-width:640px){.tk-prev-next{grid-template-columns:1fr}}.tk-prev-next a{padding:1rem;border:1px solid var(--color-border);gap:.15rem}.tk-prev-next a:hover{border-color:var(--color-fg);text-decoration:none}.tk-prev-next .label{font-size:var(--text-xs);text-transform:uppercase;letter-spacing:var(--tracking-caps)}.tk-prev-next .title{font-weight:600}.tk-prev-next .next{text-align:right}.tk-board{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.tk-board__item{padding:1.5rem;border-radius:var(--radius-lg);background:var(--color-bg);overflow:hidden}.tk-board__media{margin:-1.5rem -1.5rem .75rem}.tk-board__media:last-child{margin-bottom:-1.5rem}.tk-board__media img{display:block;width:100%}.tk-board--outline .tk-board__item{border:1px solid var(--color-border);transition:border-color var(--dur-fast) var(--ease-out),transform var(--dur-fast) var(--ease-out)}.tk-board--outline a.tk-board__item:hover{border-color:var(--color-border-strong);transform:translateY(-2px);text-decoration:none}.tk-board__item-num{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:var(--radius-full);background:var(--color-accent);color:var(--color-accent-fg);font-weight:800;font-family:var(--font-display);margin-bottom:.75rem}.tk-box{padding:1.5rem;background:var(--color-bg-soft);border-left:4px solid var(--color-accent);border-radius:var(--radius-md)}.tk-timeline{position:relative;padding-left:2rem}.tk-timeline::before{content:'';position:absolute;left:12px;top:0;bottom:0;width:2px;background:var(--color-border)}.tk-timeline__item{position:relative;padding-bottom:1.5rem}.tk-timeline__item::before{content:'';position:absolute;left:-1.5rem;top:.35rem;width:12px;height:12px;border-radius:var(--radius-full);background:var(--color-accent);border:3px solid var(--color-bg);box-shadow:0 0 0 1px var(--color-border)}.tk-timeline__date{font-size:var(--text-xs);color:var(--color-muted);text-transform:uppercase;letter-spacing:var(--tracking-caps)}.tk-timeline__title{font-weight:600;margin-top:.15rem}.tk-timeline__body{color:var(--color-muted);font-size:var(--text-sm);margin-top:.25rem}.tk-timeline-h{display:flex;list-style:none;margin:0;padding:0;overflow-x:auto;scroll-snap-type:x mandatory;padding-block:.5rem 1rem;scrollbar-width:none}.tk-timeline-h::-webkit-scrollbar{display:none}.tk-timeline-h__item{flex:1 0 160px;scroll-snap-align:start;position:relative;padding:2rem 1rem 0 0}.tk-timeline-h__item::before{content:'';position:absolute;top:8px;left:0;right:0;height:2px;background:var(--color-border);z-index:0}.tk-timeline-h__item:last-child::before{display:none}.tk-timeline-h__dot{position:absolute;top:0;left:0;width:18px;height:18px;border-radius:var(--radius-full);background:var(--color-accent);z-index:1;box-shadow:0 0 0 3px var(--color-bg)}.tk-timeline-h__date{position:relative;z-index:2;font-family:var(--font-mono);font-size:var(--text-sm);color:var(--color-muted);margin:0}.tk-timeline-h__title{position:relative;z-index:2;font-family:var(--font-display);font-weight:700;font-size:var(--text-base);color:var(--color-fg);margin-top:.15rem}.tk-timeline-h__content{position:relative;z-index:2;background:var(--color-bg);padding:1rem;border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.tk-team-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.tk-team-card{text-align:center}.tk-team-card__avatar{aspect-ratio:1;border-radius:var(--radius-full);overflow:hidden;background:var(--color-bg-mute);margin-inline:auto;max-width:160px}.tk-search-result__media img,.tk-team-card__avatar img{width:100%;height:100%;object-fit:cover}.tk-team-card__name{font-weight:700;margin-top:.75rem;font-family:var(--font-display)}.tk-team-card__role{color:var(--color-muted);font-size:var(--text-sm)}.tk-team-card__social{display:inline-flex;gap:.35rem;margin-top:.5rem}.tk-team-card__social a{width:28px;height:28px;border-radius:var(--radius-full);display:inline-flex;align-items:center;justify-content:center;background:var(--color-bg-soft);color:var(--color-fg-soft)}.tk-recom{margin-top:clamp(2rem,4vw,3rem)}.tk-cart-recom .tk-recom,.tk-pd-page .tk-recom{margin-top:0}.tk-recom__bar{display:flex;align-items:center;gap:1rem;margin-bottom:1.25rem}.tk-recom__nav{display:flex;gap:.5rem;flex:0 0 auto;margin-left:auto}.tk-board--slider .tk-snap__next,.tk-board--slider .tk-snap__prev,.tk-recom .tk-snap__next,.tk-recom .tk-snap__prev{position:static;top:auto;left:auto;right:auto;transform:none;width:40px;height:40px;box-shadow:none;background:var(--color-bg-soft);color:var(--color-fg)}.tk-board--slider .tk-snap__next:hover,.tk-board--slider .tk-snap__prev:hover,.tk-recom .tk-snap__next:hover,.tk-recom .tk-snap__prev:hover{transform:none;background:var(--color-primary);color:var(--color-primary-fg)}.tk-board--slider .tk-snap__next[disabled],.tk-board--slider .tk-snap__prev[disabled],.tk-recom .tk-snap__next[disabled],.tk-recom .tk-snap__prev[disabled]{opacity:.35;cursor:default}.tk-recom .tk-snap__dots{position:static;transform:none;left:auto;bottom:auto;margin:1.25rem auto 0;padding:0;background:0 0;backdrop-filter:none;justify-content:center}.tk-recom .tk-snap__dot{background:rgb(17 24 39/.2)}.tk-recom .tk-snap__dot.is-active{background:var(--color-primary)}.tk-embed{aspect-ratio:16/9;border-radius:var(--radius-lg);overflow:hidden;background:var(--color-bg-mute);position:relative}.tk-embed iframe{width:100%;height:100%;border:0}.tk-embed__cover{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background-size:cover;background-position:center;cursor:pointer}.tk-embed__play,.tk-share a,.tk-share button{align-items:center;border-radius:var(--radius-full)}.tk-embed__play{width:64px;height:64px;background:rgb(255 255 255/.92);color:#111;display:flex;justify-content:center;box-shadow:var(--shadow-lg);transition:transform var(--dur-fast) var(--ease-out)}.tk-embed__cover:hover .tk-embed__play{transform:scale(1.08)}.tk-share{display:flex;gap:.35rem;flex-wrap:wrap}.tk-share a,.tk-share button{display:inline-flex;gap:.35rem;padding:.35rem .65rem;background:var(--color-bg-soft);font-size:var(--text-sm);color:var(--color-fg)}.tk-share a:hover,.tk-share button:hover{background:var(--color-bg-mute);text-decoration:none}.tk-search-result{padding:1rem 0;border-bottom:1px solid var(--color-border);display:grid;grid-template-columns:1fr;gap:.75rem}@media (min-width:640px){.tk-search-result{grid-template-columns:120px minmax(0,1fr)}}.tk-search-result__media{aspect-ratio:16/9;background:var(--color-bg-mute);border-radius:var(--radius-md);overflow:hidden}.tk-search-result__title a{font-weight:600;color:var(--color-fg)}.tk-search-result__title a:hover{color:var(--color-accent);text-decoration:none}.tk-search-result__url{color:var(--color-success);font-size:var(--text-xs);margin-top:.15rem}.tk-search-result__excerpt{color:var(--color-muted);font-size:var(--text-sm);margin-top:.35rem;line-height:var(--leading-base)}.tk-search-result mark{background:rgb(245 158 11/.25);color:inherit;padding:0 2px;border-radius:2px}.tk-err{max-width:560px;margin-inline:auto;text-align:center;padding-block:clamp(2rem,8vw,5rem)}.tk-err__code,.tk-err__title{font-family:var(--font-display)}.tk-err__code{font-size:clamp(5rem,18vw,10rem);font-weight:900;line-height:1;background:linear-gradient(135deg,var(--color-fg),var(--color-accent));-webkit-background-clip:text;background-clip:text;color:transparent}.tk-err__title{font-size:var(--text-2xl);font-weight:700;margin-block:.5rem}.tk-err__desc{color:var(--color-muted);margin-bottom:1.5rem}.tk-err__actions{display:flex;gap:.5rem;justify-content:center;flex-wrap:wrap}.tk-locator{display:grid;gap:1rem;grid-template-columns:1fr;height:600px;max-height:80vh}@media (min-width:1024px){.tk-locator{grid-template-columns:360px minmax(0,1fr)}}.tk-locator__list{overflow-y:auto;background:var(--color-bg);border-radius:var(--radius-lg);padding:1rem}.tk-locator__map{border-radius:var(--radius-lg);background:linear-gradient(135deg,#d4e6f1,#aed6f1,#85c1e2);position:relative;overflow:hidden}.tk-locator__map::after{content:'Map placeholder — wire to MapLibre / Google Maps / Leaflet';position:absolute;bottom:1rem;left:1rem;right:1rem;font-size:var(--text-xs);color:rgb(255 255 255/.85);background:rgb(0 0 0/.4);padding:.35rem .65rem;border-radius:var(--radius-md);pointer-events:none}.tk-locator__pin{position:absolute;width:36px;height:36px;background:var(--color-accent);color:var(--color-accent-fg);border-radius:var(--radius-full) var(--radius-full) var(--radius-full) 0;transform:translate(-50%,-100%) rotate(-45deg);display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-md)}.tk-locator__pin svg{transform:rotate(45deg)}.tk-locator__item{padding:.85rem;border-radius:var(--radius-md);cursor:pointer;transition:background var(--dur-fast) var(--ease-out)}.tk-locator__item.is-active,.tk-locator__item:hover{background:var(--color-bg-soft)}.tk-locator__item.is-active{box-shadow:inset 0 0 0 2px var(--color-fg)}.tk-locator__name{font-weight:600}.tk-locator__meta{font-size:var(--text-xs);color:var(--color-muted);margin-top:.15rem}.tk-loc-card{background:var(--color-bg);border-radius:var(--radius-lg);padding:1.25rem;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;gap:.35rem}.tk-loc-card__name,a.tk-loc__value--link{font-size:var(--text-base);font-weight:600}.tk-loc-card__name{margin:0}.tk-loc-card__addr{font-size:var(--text-sm);color:var(--color-muted);margin:0}.tk-loc-card__meta,.tk-loc__name{font-size:var(--text-xs);color:var(--color-muted)}.tk-loc-card__meta{display:flex;flex-direction:column;gap:.25rem;margin:.5rem 0 0;padding:0;list-style:none}.tk-loc-card__meta li{display:flex;align-items:center;gap:.4rem}.tk-loc__name{font-weight:700;text-transform:uppercase;letter-spacing:var(--tracking-caps);margin:0 0 1.1rem}.tk-loc--card{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-2xl);padding:1.5rem}.tk-loc__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1.15rem}.tk-loc__item{display:flex;align-items:flex-start;gap:.9rem}.tk-loc__ico{flex:0 0 auto;width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;border-radius:var(--radius-lg);background:color-mix(in srgb,var(--color-primary) 8%,transparent);color:var(--color-primary)}.tk-loc__ico svg{width:20px;height:20px}.tk-loc__body{flex:1;min-width:0;padding-top:.15rem}.tk-loc__label{display:block;font-size:var(--text-xs);color:var(--color-muted);margin-bottom:.15rem}.tk-loc__value{font-size:var(--text-sm);color:var(--color-fg-soft);line-height:var(--leading-base)}a.tk-loc__value--link{display:inline-block;color:var(--color-fg)!important}a.tk-loc__value--link:hover{color:var(--color-primary)!important;text-decoration:none}.tk-loc__hours{list-style:none;margin:.25rem 0 0;padding:0;max-width:340px}.tk-loc__hours li{display:flex;justify-content:space-between;gap:1.5rem;font-size:var(--text-sm);padding-block:.3rem}.tk-loc__hours li+li{border-top:1px dashed var(--color-border)}.tk-loc__hours span:first-child{color:var(--color-fg-soft)}.tk-loc__hours span:last-child{font-weight:600;color:var(--color-fg);font-variant-numeric:tabular-nums;white-space:nowrap}.tk-loc__map{margin-top:1.25rem;border-radius:var(--radius-xl);overflow:hidden}.tk-loc__map iframe{display:block;width:100%;height:240px;border:0}.tk-contact-card{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-2xl);padding:1.75rem;box-shadow:var(--shadow-sm)}.tk-contact-card>h2{margin:0 0 .3rem;font-size:var(--text-xl)!important;font-weight:700}.tk-contact-card>p{margin:0 0 1.4rem;font-size:var(--text-sm);color:var(--color-muted)}.tk-custom-form{display:flex;flex-direction:column;gap:.9rem}.tk-custom-form__row{display:grid;gap:.9rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.tk-custom-form__col{display:flex;flex-direction:column;gap:.9rem;min-width:0}.tk-custom-form__col:empty{display:none}.tk-coupon{position:relative;padding:1.25rem;border-radius:var(--radius-lg);background:var(--color-bg);border:2px dashed var(--color-accent);margin-bottom:1rem}.tk-coupon::after,.tk-coupon::before{content:'';position:absolute;top:50%;width:24px;height:24px;background:var(--color-bg-soft);border-radius:var(--radius-full);transform:translateY(-50%)}.tk-coupon::before{left:-12px}.tk-coupon::after{right:-12px}.tk-coupon__amount{font-family:var(--font-display);font-size:var(--text-2xl);font-weight:800;color:var(--color-accent)}.tk-coupon__code,.tk-toc a{border-radius:var(--radius-sm);font-size:var(--text-sm)}.tk-coupon__code{font-family:var(--font-mono);padding:.25rem .5rem;background:var(--color-bg-mute);display:inline-block;margin-top:.35rem}.tk-coupon__exp{font-size:var(--text-xs);margin-top:.35rem}.tk-coupon.is-expired{opacity:.55;border-color:var(--color-border)}.tk-coupon.is-expired .tk-coupon__amount,.tk-coupon__exp{color:var(--color-muted)}.tk-toc{padding:1rem;background:var(--color-bg-soft);border-radius:var(--radius-lg);position:sticky;top:calc(var(--header-h) + 1rem)}.tk-toc__title{font-size:var(--text-xs);font-weight:700;text-transform:uppercase;letter-spacing:var(--tracking-caps);color:var(--color-muted);margin-bottom:.5rem}.tk-toc a{display:block;padding:.35rem .5rem;color:var(--color-fg-soft);border-left:2px solid transparent}.tk-toc a.is-active,.tk-toc a:hover{color:var(--color-fg);background:var(--color-bg);border-left-color:var(--color-accent);text-decoration:none}.tk-toc a.is-h3{padding-left:1.25rem;font-size:var(--text-xs)}}