:root{--tly-teal: #0b6e5b;--tly-cream: #faf8f4;--tly-ink: #303030;--tly-ink-strong: #16161a;--tly-sub: #616161;--tly-content-bg: #f1f1f1;--tly-card-border: #e3e3e3;--tly-pill-active: #ebebeb;--tly-success-fg: #0f7b55;--tly-success-bg: #e3f6ec;--tly-radius-card: 12px}@keyframes tly-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.18)}}.tly-loader{display:flex;align-items:center;justify-content:center;padding:32px}.tly-loader--fullscreen{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:var(--tly-cream);display:flex;align-items:center;justify-content:center}.tly-loader--overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:50;background:#faf8f49e;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);animation:tly-loader-fade .18s ease-out}@keyframes tly-loader-fade{0%{opacity:0}to{opacity:1}}.tly-loader__inner{display:flex;flex-direction:column;align-items:center;gap:14px}.tly-loader__mark{width:48px;height:48px;border-radius:12px;background:var(--tly-teal);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:26px;line-height:1;font-family:Fraunces,Georgia,Times New Roman,serif;will-change:transform}.tly-loader__mark--pulse{animation:tly-pulse 1s ease-in-out infinite}.tly-loader__wordmark{font-family:Fraunces,Georgia,Times New Roman,serif;font-weight:600;font-size:16px;letter-spacing:-.01em;color:var(--tly-sub)}@media(prefers-reduced-motion:reduce){.tly-loader__mark--pulse,.tly-loader--overlay{animation:none}}.tly-shell{display:flex;align-items:stretch;min-height:100vh;background:var(--tly-content-bg)}.tly-sidebar{flex:0 0 232px;width:232px;background:var(--tly-cream);padding:20px 12px;display:flex;flex-direction:column;gap:18px;border-right:1px solid var(--tly-card-border)}.tly-content{flex:1 1 auto;min-width:0;padding:8px 12px 40px}.tly-wordmark{display:flex;align-items:center;gap:10px;padding:6px 8px}.tly-wordmark__mark{flex:0 0 auto;width:30px;height:30px;border-radius:8px;background:var(--tly-teal);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px;line-height:1;font-family:Fraunces,Georgia,Times New Roman,serif}.tly-wordmark__text{font-family:Fraunces,Georgia,Times New Roman,serif;font-weight:600;font-size:19px;color:var(--tly-ink-strong);letter-spacing:-.01em}.tly-nav{display:flex;flex-direction:column;gap:2px}.tly-nav__item{display:flex;align-items:center;gap:10px;padding:7px 10px;border-radius:8px;text-decoration:none;font-size:14px;font-weight:500;color:var(--tly-sub);transition:background .12s ease,color .12s ease}.tly-nav__item:hover{background:#00000009;color:var(--tly-ink)}.tly-nav__item--active{background:var(--tly-pill-active);color:var(--tly-ink);font-weight:600}.tly-nav__item--active:hover{background:var(--tly-pill-active)}.tly-nav__dot{flex:0 0 auto;width:7px;height:7px;border-radius:50%;background:#c9c9c9}.tly-nav__item--active .tly-nav__dot{background:var(--tly-teal)}.tly-nav__icon{flex:0 0 auto;display:inline-flex;color:inherit}.tly-stat__value{font-size:26px;font-weight:700;line-height:1.1;color:var(--tly-ink-strong)}.tly-stat__value--muted{color:var(--tly-sub)}.tly-trend__date{display:flex;flex-direction:column;gap:4px;font-size:12px;color:var(--tly-sub)}.tly-trend__date input{font:inherit;font-size:13px;color:var(--tly-ink-strong);padding:6px 8px;border:1px solid var(--tly-card-border);border-radius:8px;background:#fff}.tly-trend__apply{font:inherit;font-size:13px;font-weight:600;color:#fff;background:var(--tly-teal);border:none;border-radius:8px;padding:7px 14px;cursor:pointer}.tly-trend__empty{display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px;padding:20px 16px;max-width:460px;margin:0 auto}.tly-trend__empty-icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:var(--tly-success-bg);margin-bottom:4px}.tly-seg{display:inline-flex;align-items:center;height:32px;background:#fff;border:1px solid var(--tly-card-border);border-radius:8px;padding:2px;box-sizing:border-box}.tly-seg__item{position:relative;font:inherit;font-size:12.5px;font-weight:500;line-height:1;color:var(--tly-sub);background:transparent;border:none;border-radius:6px;padding:0 11px;height:26px;cursor:pointer;white-space:nowrap}.tly-seg__item:hover{color:var(--tly-ink-strong)}.tly-seg__item+.tly-seg__item:before{content:"";position:absolute;left:-1px;top:50%;transform:translateY(-50%);width:1px;height:18px;background:var(--tly-card-border)}.tly-seg__item.is-active:before,.tly-seg__item.is-active+.tly-seg__item:before{display:none}.tly-seg--strong .tly-seg__item.is-active{background:var(--tly-teal);color:#fff;font-weight:600}.tly-seg--soft .tly-seg__item.is-active{background:var(--tly-success-bg);color:var(--tly-teal);font-weight:600}.tly-trend__custom{display:inline-flex;align-items:center;gap:7px;height:32px;padding:0 12px;font:inherit;font-size:12.5px;font-weight:500;color:var(--tly-ink-strong);background:#fff;border:1px solid var(--tly-card-border);border-radius:8px;cursor:pointer}.tly-trend__custom.is-active{border-color:var(--tly-teal);color:var(--tly-teal)}.tly-trend__custom-icon{flex:0 0 auto}.tly-delta{display:inline-flex;align-items:center;gap:4px;font-size:13px;font-weight:500;color:var(--tly-success-fg)}.tly-delta--muted{color:var(--tly-sub)}.tly-delta__caret{font-size:10px;line-height:1}.tly-stat-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px}.tly-stat{display:flex;align-items:center;justify-content:space-between;gap:12px;background:#fff;border:1px solid var(--tly-card-border);border-radius:var(--tly-radius-card);padding:14px 16px;min-height:84px;box-sizing:border-box}.tly-stat__label-wrap{display:flex;flex-direction:column;gap:2px;min-width:0}.tly-stat__label{font-size:13px;font-weight:500;color:var(--tly-sub)}.tly-stat__sub{font-size:11px;font-weight:400;color:var(--tly-sub)}.tly-stat-grid .tly-stat__value{font-size:26px;font-weight:700;line-height:1.1;color:var(--tly-ink-strong);white-space:nowrap}.tly-stat__value--teal{color:var(--tly-teal)}.tly-stat-grid--compact .tly-stat__value{font-size:20px}.tly-range-mobile{display:none}.tly-trend__chart--desktop{display:block}.tly-trend__chart--mobile{display:none}.tly-range-mobile__label{display:block;font-size:11px;font-weight:500;color:var(--tly-sub);margin-bottom:6px}.tly-range-select{position:relative;width:100%}.tly-range-select select{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:100%;height:40px;font:inherit;font-size:13px;color:var(--tly-ink);background:#fff;border:1px solid var(--tly-card-border);border-radius:8px;padding:0 32px 0 12px;cursor:pointer}.tly-range-select__chevron{position:absolute;right:12px;top:50%;transform:translateY(-50%);font-size:12px;color:var(--tly-sub);pointer-events:none}.tly-cfilter-mobile{display:none}.tly-cfilter__label{display:block;font-size:11px;font-weight:500;color:var(--tly-sub);margin-bottom:6px}.tly-cfilter{position:relative;width:100%}.tly-cfilter__trigger{display:flex;align-items:center;justify-content:space-between;width:100%;height:44px;font:inherit;font-size:14px;font-weight:500;color:var(--tly-ink-strong);background:#fff;border:1px solid var(--tly-card-border);border-radius:8px;padding:0 13px;cursor:pointer;text-align:left}.tly-cfilter__trigger[aria-expanded=true]{border:2px solid var(--tly-teal);padding:0 12px}.tly-cfilter__chevron{font-size:13px;color:var(--tly-sub);pointer-events:none;margin-left:8px}.tly-cfilter__panel{position:absolute;top:calc(100% + 6px);left:0;right:0;z-index:1000;background:#fff;border:1px solid var(--tly-card-border);border-radius:8px;box-shadow:0 6px 18px #0000001a;padding:3px;overflow:hidden}.tly-cfilter__opt{display:flex;align-items:center;width:100%;height:44px;font:inherit;font-size:14px;color:var(--tly-ink-strong);background:transparent;border:0;border-radius:6px;padding:0 13px;cursor:pointer;text-align:left}.tly-cfilter__opt+.tly-cfilter__opt{border-top:1px solid var(--tly-card-border)}.tly-cfilter__check{width:22px;flex:0 0 22px;color:var(--tly-teal);font-weight:600;font-size:13px}.tly-cfilter__opt-label{flex:1 1 auto}.tly-cfilter__count{flex:0 0 auto;margin-left:8px;font-size:13px;color:var(--tly-sub)}.tly-cfilter__opt.is-active{background:#f6f5f1;font-weight:600}.tly-cfilter__opt+.tly-cfilter__opt.is-active,.tly-cfilter__opt.is-active+.tly-cfilter__opt{border-top-color:transparent}.tly-cfilter__opt.is-zero .tly-cfilter__opt-label{color:var(--tly-sub)}.tly-trend__low-note{display:flex;align-items:flex-start;gap:6px;background:var(--tly-cream);border-radius:8px;padding:8px 10px;font-size:11px;color:var(--tly-sub)}.tly-trend__low-note>span[aria-hidden]{line-height:1.3}.tly-card{background:#fff;border:1px solid var(--tly-card-border);border-radius:var(--tly-radius-card);padding:16px 18px;display:flex;flex-direction:column;gap:12px}.tly-card__title{font-size:14px;font-weight:700;color:var(--tly-ink-strong);margin:0}.tly-uninstall{background:#e4f0ec;border:1px solid #cfe4dc;border-radius:var(--tly-radius-card);padding:16px 18px}.tly-uninstall__title{font-size:14px;font-weight:600;color:var(--tly-ink-strong);margin:0 0 4px}.tly-uninstall__body{font-size:13px;line-height:1.45;color:var(--tly-ink);margin:0}.tly-preview{--tly-pv-tint: #e4f0ec;--tly-pv-ink: #18181b;--tly-pv-sub: #71717a;font-family:inherit;color:var(--tly-pv-ink);max-width:360px}.tly-preview__inner{border:1px solid var(--tly-pv-border, #e4e4e7);border-radius:16px;padding:18px;background:#fff;display:flex;flex-direction:column;gap:11px}.tly-preview__header{display:flex;align-items:center;gap:12px;font-size:14px;font-weight:600}.tly-preview__header:before,.tly-preview__header:after{content:"";flex:1;height:1px;background:var(--tly-pv-border, #e4e4e7)}.tly-preview__tiers{display:flex;flex-direction:column;gap:10px}.tly-preview__tier{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border:1.5px solid var(--tly-pv-border, #e4e4e7);border-radius:12px;background:#fff}.tly-preview[data-layout=horizontal] .tly-preview__tiers{flex-direction:row;flex-wrap:nowrap;gap:8px}.tly-preview[data-layout=horizontal] .tly-preview__tier{flex:1 1 0;min-width:0;flex-direction:column;align-items:center;text-align:center;gap:8px;padding:12px 8px}.tly-preview[data-layout=horizontal] .tly-preview__left{flex-direction:column;align-items:center;gap:6px;min-width:0}.tly-preview[data-layout=horizontal] .tly-preview__titles{align-items:center}.tly-preview[data-layout=horizontal] .tly-preview__pricing{text-align:center;align-items:center}.tly-preview[data-layout=horizontal] .tly-preview__title{font-size:13px}.tly-preview__tier--selected{border-color:var(--tly-pv-accent, var(--tly-teal));border-width:2px;background:var(--tly-pv-tint)}.tly-preview__left{display:flex;align-items:center;gap:12px;min-width:0}.tly-preview__radio{flex:0 0 auto;width:18px;height:18px;border-radius:50%;border:1.5px solid #d4d4d8;background:#fff;position:relative}.tly-preview__tier--selected .tly-preview__radio{border-color:var(--tly-pv-accent, var(--tly-teal));background:var(--tly-pv-accent, var(--tly-teal))}.tly-preview__tier--selected .tly-preview__radio:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:7px;height:7px;border-radius:50%;background:#fff}.tly-preview__titles{display:flex;flex-direction:column;gap:5px;min-width:0}.tly-preview__title{font-size:15px;font-weight:700;line-height:1}.tly-preview__badge{display:inline-flex;align-self:flex-start;padding:3px 8px;border-radius:6px;font-size:11px;font-weight:600;background:#f4f4f5;color:var(--tly-pv-sub)}.tly-preview__badge--accent{background:var(--tly-pv-tint);color:var(--tly-pv-accent, var(--tly-teal))}.tly-preview__pricing{text-align:right;display:flex;flex-direction:column;gap:2px;flex:0 0 auto}.tly-preview__price-line{display:flex;align-items:baseline;justify-content:flex-end;gap:6px}.tly-preview__price{font-size:16px;font-weight:700}.tly-preview__save{font-size:12px;font-weight:600;color:var(--tly-pv-save, #15803d)}.tly-preview__compare{font-size:12px;color:var(--tly-pv-sub);text-decoration:line-through}.tly-preview__nudge{margin-top:10px;padding:8px 12px;border-radius:8px;background:var(--tly-pv-tint);color:var(--tly-pv-accent, var(--tly-teal));font-size:12px;font-weight:600;text-align:center}.tly-hero{display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px;padding:16px 0 4px;min-height:200px;justify-content:center}.tly-hero__mark{width:44px;height:44px;border-radius:12px;background:var(--tly-teal);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:24px;line-height:1;font-family:Fraunces,Georgia,Times New Roman,serif}.tly-hero__heading{margin:4px 0 0;font-family:Fraunces,Georgia,Times New Roman,serif;font-weight:600;font-size:28px;line-height:1.15;letter-spacing:-.01em;color:var(--tly-ink-strong);max-width:520px}.tly-setup{display:flex;flex-direction:column;gap:16px}.tly-setup__head{display:flex;align-items:center;justify-content:space-between;gap:12px}.tly-setup__bar{height:6px;border-radius:999px;background:var(--tly-pill-active);overflow:hidden}.tly-setup__bar-fill{display:block;height:100%;border-radius:999px;background:var(--tly-teal);transition:width .25s ease}.tly-setup__steps{display:flex;flex-direction:column;gap:16px}.tly-setup__step{display:flex;align-items:flex-start;gap:14px}.tly-setup__circle{flex:0 0 auto;width:28px;height:28px;border-radius:50%;background:var(--tly-teal);color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;line-height:1}.tly-setup__circle--done{background:var(--tly-success-fg)}.tly-setup__step-body{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:6px}.tly-setup__step-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.tly-diagram{display:flex;align-items:center;flex-wrap:wrap;gap:6px}.tly-diagram__chip{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:600;background:#f4f4f5;color:var(--tly-ink)}.tly-diagram__chip--accent{background:#e4f0ec;color:var(--tly-teal)}.tly-diagram__arrow{color:var(--tly-sub);font-size:13px;line-height:1}.tly-cz{display:grid;grid-template-columns:400px 1fr;gap:20px;align-items:start}.tly-cz__settings{display:flex;flex-direction:column;gap:16px}.tly-cz__card{background:#fff;border:1px solid var(--tly-card-border);border-radius:var(--tly-radius-card);padding:16px 18px;display:flex;flex-direction:column;gap:12px}.tly-cz__card-head{display:flex;align-items:center;justify-content:space-between}.tly-cz__card-title{font-size:14px;font-weight:700;color:var(--tly-ink-strong)}.tly-cz__reset{background:none;border:none;cursor:pointer;padding:0;font-size:12px;font-weight:500;color:var(--tly-teal)}.tly-cz__reset:hover{text-decoration:underline}.tly-cz__preview{display:flex;flex-direction:column;gap:10px}.tly-cz__preview-head{display:flex;align-items:center;justify-content:space-between}.tly-cz__preview-label{font-size:13px;font-weight:600;color:var(--tly-sub)}.tly-cz__preview-context{font-size:11px;font-weight:500;color:#71717a;background:#eef2f7;padding:3px 8px;border-radius:6px}.tly-pdp{background:#fff;border:1px solid var(--tly-card-border);border-radius:14px;overflow:hidden}.tly-pdp__bar{display:flex;align-items:center;gap:6px;padding:12px 14px;border-bottom:1px solid var(--tly-card-border)}.tly-pdp__dot{width:10px;height:10px;border-radius:50%}.tly-pdp__dot--r{background:#ef4444}.tly-pdp__dot--y{background:#f59e0b}.tly-pdp__dot--g{background:#22c55e}.tly-pdp__url{margin-left:8px;flex:1;background:var(--tly-content-bg);border-radius:6px;padding:5px 10px;font-size:11px;color:#71717a}.tly-pdp__body{display:flex;gap:24px;padding:24px}.tly-pdp__image{flex:0 0 190px;height:430px;background:#ececec;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#71717a;font-size:12px}.tly-pdp__info{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:6px}.tly-pdp__vendor{font-size:11px;font-weight:600;color:#71717a}.tly-pdp__title{font-size:22px;font-weight:700;color:var(--tly-ink-strong)}.tly-pdp__price{display:flex;align-items:center;gap:8px;margin-bottom:8px}.tly-pdp__price-main{font-size:18px;font-weight:600;color:var(--tly-ink-strong)}.tly-pdp__compare{font-size:14px;color:#71717a;text-decoration:line-through}.tly-pdp__widget .tly-preview{max-width:none}@media(max-width:920px){.tly-cz{grid-template-columns:1fr}.tly-cz__settings{order:2}.tly-cz__preview{order:1}}.tly-help{display:grid;grid-template-columns:1fr 320px;gap:20px;align-items:start}.tly-help__main,.tly-help__rail{display:flex;flex-direction:column;gap:16px}.tly-help__card{background:#fff;border:1px solid var(--tly-card-border);border-radius:var(--tly-radius-card);padding:18px 20px;display:flex;flex-direction:column;gap:14px}.tly-help__card-title{font-size:15px;font-weight:700;color:var(--tly-ink-strong)}.tly-help__steps{display:flex;flex-direction:column;gap:14px}.tly-help__step{display:flex;align-items:flex-start;gap:12px}.tly-help__step-num{flex:0 0 auto;width:26px;height:26px;border-radius:50%;border:1.5px solid var(--tly-teal);color:var(--tly-teal);display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:600;line-height:1}.tly-help__step-body{display:flex;flex-direction:column;gap:3px;min-width:0}.tly-help__step-title{font-size:14px;font-weight:600;color:var(--tly-ink-strong)}.tly-help__step-text{font-size:13px;line-height:1.45;color:var(--tly-sub)}.tly-help__faq{display:flex;flex-direction:column;gap:16px}.tly-help__faq-q{font-size:14px;font-weight:600;color:var(--tly-ink-strong);margin:0 0 4px}.tly-help__faq-a{font-size:13px;line-height:1.5;color:var(--tly-sub);margin:0}.tly-help__thumb{position:relative;height:150px;border-radius:10px;background:#e4f0ec;display:flex;align-items:center;justify-content:center}.tly-help__play{width:48px;height:48px}.tly-help__guide-link{font-size:13px;font-weight:600;color:var(--tly-teal);text-decoration:none}.tly-help__guide-link:hover{text-decoration:underline}.tly-help__contact-body{font-size:13px;line-height:1.45;color:var(--tly-sub);margin:0}@media(max-width:920px){.tly-help{grid-template-columns:1fr}}.tly-builder-grid{display:grid;grid-template-columns:2fr 1fr;gap:var(--tly-gap-base, 16px);align-items:start}.tly-builder-grid>*{min-width:0}.tly-home-grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--tly-gap-base, 16px);align-items:start}.tly-home-grid>*{min-width:0}.tly-row-actions__overflow{display:none}@media(max-width:480px){.tly-row-actions__inline{display:none}.tly-row-actions__overflow{display:block}.tly-stat-grid{grid-template-columns:1fr;gap:0}.tly-stat{border-radius:0;border-top:none;min-height:0}.tly-stat-grid>.tly-stat:first-child{border-top:1px solid var(--tly-card-border);border-top-left-radius:var(--tly-radius-card);border-top-right-radius:var(--tly-radius-card)}.tly-stat-grid>.tly-stat:last-child{border-bottom-left-radius:var(--tly-radius-card);border-bottom-right-radius:var(--tly-radius-card)}.tly-seg{display:flex;width:100%;height:34px;background:var(--tly-pill-active);border:none}.tly-seg__item{flex:1 1 0;min-width:0;text-align:center;justify-content:center;height:30px;padding:0 6px;overflow:hidden;text-overflow:ellipsis}.tly-seg__item+.tly-seg__item:before{display:none}.tly-range-desktop{display:none}.tly-range-mobile{display:block;width:100%}.tly-cfilter-desktop{display:none}.tly-cfilter-mobile{display:block;width:100%}.tly-trend__chart--desktop{display:none}.tly-trend__chart--mobile{display:block}.tly-builder-grid{grid-template-columns:1fr}.tly-builder-aside{width:100%}.tly-home-grid{grid-template-columns:1fr}.tly-pdp__body{flex-direction:column;gap:16px;padding:16px}.tly-pdp__image{width:100%;flex:none;height:auto;aspect-ratio:16 / 9}.tly-pdp__info{min-width:0;width:100%}.tly-cz__card s-text-field,.tly-cz__card s-select,.tly-cz__card s-color-field,.tly-cz__card s-stack{width:100%}}.tly-review-card{display:flex;align-items:center;gap:16px;background:#e4f0ec;border:1.5px solid var(--tly-teal);border-radius:var(--tly-radius-card);padding:18px 20px;box-sizing:border-box}.tly-review-chip{flex:none;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;background:var(--tly-teal);color:#fff;font-size:20px;font-weight:700;line-height:1}.tly-review-copy{flex:1 1 0;min-width:0;display:flex;flex-direction:column;gap:4px}.tly-review-title{margin:0;font-size:14px;font-weight:700;color:var(--tly-ink-strong)}.tly-review-body{margin:0;font-size:13px;font-weight:400;color:var(--tly-sub)}@media(max-width:480px){.tly-review-card{flex-wrap:wrap;align-items:flex-start}.tly-review-copy{flex-basis:calc(100% - 56px)}}.tly-usage__bar{height:8px;border-radius:999px;background:var(--tly-pill-active);overflow:hidden}.tly-usage__bar-fill{display:block;height:100%;border-radius:999px;background:var(--tly-teal);transition:width .25s ease}.tly-usage__bar--over .tly-usage__bar-fill{background:#b28400}.tly-chat{display:flex;flex-direction:column;margin:0 -20px -18px}.tly-chat__empty,.tly-chat__note{margin:0;padding:14px 20px;border-top:1px solid var(--tly-card-border);font-size:12px;line-height:16px;color:var(--tly-sub)}.tly-chat__note{border-top:0;padding-top:0;font-size:11px}.tly-chat__topics{list-style:none;margin:0;padding:0}.tly-chat__topic{display:flex;align-items:flex-start;gap:8px;width:100%;padding:11px 20px;border:0;border-top:1px solid var(--tly-card-border);background:transparent;text-align:left;cursor:pointer;font:inherit}.tly-chat__topic:hover{background:var(--tly-cream)}.tly-chat__topic--unread{background:var(--tly-success-bg)}.tly-chat__topic--unread .tly-chat__topic-subject{font-weight:600}.tly-chat__dot{flex:0 0 auto;width:7px;height:7px;margin-top:6px;border-radius:50%;background:var(--tly-success-fg)}.tly-chat__topic-text{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:2px}.tly-chat__topic-subject{font-size:12px;line-height:16px;font-weight:500;color:var(--tly-ink-strong);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tly-chat__topic-preview{font-size:11px;line-height:15px;color:var(--tly-sub);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tly-chat__topic-time{flex:0 0 auto;font-size:10px;line-height:15px;color:var(--tly-sub)}.tly-chat__cta{margin:13px 20px 15px;padding:9px 12px;border:0;border-radius:8px;background:var(--tly-ink);color:#fff;font-size:12px;font-weight:500;cursor:pointer}.tly-chat__cta:hover{opacity:.9}.tly-chat__mail{margin:0 20px 16px;font-size:11px;color:var(--tly-sub);text-decoration:underline}.tly-chat-panel{position:fixed;right:20px;bottom:20px;z-index:520;display:flex;flex-direction:column;width:min(400px,calc(100vw - 40px));height:min(470px,calc(100vh - 40px));background:#fff;border:1px solid var(--tly-card-border);border-radius:var(--tly-radius-card);box-shadow:0 8px 28px #00000029;overflow:hidden}.tly-chat-panel__hd{display:flex;align-items:flex-start;gap:8px;padding:13px 16px;background:var(--tly-content-bg);border-bottom:1px solid var(--tly-card-border)}.tly-chat-panel__title{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:1px}.tly-chat-panel__title b{font-size:14px;line-height:19px;color:var(--tly-ink-strong)}.tly-chat-panel__title span{font-size:11px;line-height:15px;color:var(--tly-sub)}.tly-chat-panel__close{flex:0 0 auto;border:0;background:transparent;cursor:pointer;font-size:15px;line-height:1;padding:4px;color:var(--tly-sub)}.tly-chat-panel__back{flex:0 0 auto;border:0;background:transparent;cursor:pointer;font-size:22px;line-height:1;padding:0 4px;margin-left:-4px;color:var(--tly-ink-strong)}.tly-chat-panel__back:hover{opacity:.7}.tly-chat-panel__list{flex:1 1 auto;min-height:0;overflow-y:auto}.tly-chat-panel__list .tly-chat__topics{margin:0}.tly-chat-panel__list .tly-chat__empty{border-top:0}.tly-chat-panel__foot{flex:0 0 auto;border-top:1px solid var(--tly-card-border);background:#fff}.tly-chat-panel__foot .tly-chat__cta{display:block;width:calc(100% - 32px);margin:13px 16px 15px}.tly-chat-panel__thread{--tly-thread-gap: 10px;list-style:none;flex:1 1 auto;margin:0;padding:16px;overflow-y:auto;display:flex;flex-direction:column;gap:var(--tly-thread-gap)}.tly-chat-panel__thread--empty{justify-content:center;align-items:center;text-align:center;color:var(--tly-sub);font-size:12px;line-height:18px}.tly-chat-panel__msg{max-width:80%;padding:9px 12px;border-radius:10px;font-size:12px;line-height:17px;color:var(--tly-ink-strong);background:#f1f2f3;align-self:flex-start;white-space:pre-wrap}.tly-chat-panel__msg--mine{background:var(--tly-success-bg);align-self:flex-end}.tly-chat-panel__msg--pending{background:var(--tly-content-bg);color:var(--tly-sub);opacity:.75}.tly-chat-panel__stamp{font-size:10px;line-height:14px;color:var(--tly-sub);align-self:flex-start;margin-top:calc(4px - var(--tly-thread-gap))}.tly-chat-panel__stamp--mine{align-self:flex-end}.tly-chat-panel__composer{display:flex;align-items:center;gap:6px;padding:12px 16px 14px;border-top:1px solid var(--tly-card-border);background:#fff}.tly-chat-panel__input{flex:1 1 auto;min-width:0;padding:9px 11px;border:1px solid var(--tly-card-border);border-radius:8px;font:inherit;font-size:12px;line-height:17px;resize:none}.tly-chat-panel__input:focus{outline:none;border-color:var(--tly-ink)}.tly-chat-panel__send{flex:0 0 auto;padding:6px 12px;border:0;border-radius:6px;background:var(--tly-ink);color:#fff;font-size:11px;font-weight:500;cursor:pointer}.tly-chat-panel__send:disabled{opacity:.45;cursor:default}.tly-chat-panel__error{margin:0;padding:0 16px 12px;font-size:11px;color:#b42318}.tly-chat-panel,.tly-chat-bubble{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.tly-chat-bubble{position:fixed;right:20px;bottom:20px;z-index:530;display:flex;align-items:center;justify-content:center;width:60px;height:60px;padding:0;border:0;border-radius:50%;background:var(--tly-ink);color:#fff;cursor:pointer;box-shadow:0 6px 20px #00000038;font-size:20px;line-height:1}.tly-chat-bubble:hover{opacity:.92}.tly-chat-bubble__dot{position:absolute;top:6px;right:6px;width:12px;height:12px;border-radius:50%;background:var(--tly-danger, #d82c0d);border:2px solid var(--tly-ink)}.tly-chat-bubble~.tly-chat-panel{bottom:92px}
