:root{--ty-chat-accent:#7050ff;--ty-chat-accent-deep:#5434d9;--ty-chat-ink:#24222b;--ty-chat-muted:#72717a;--ty-chat-line:#e2deed;--ty-chat-paper:#fff;--ty-chat-wash:#f7f5ff}
.ty-chat-launcher{position:fixed;z-index:99990;right:24px;bottom:22px;display:flex;align-items:center;gap:13px;padding:7px 24px 7px 7px;border:2px solid #b5a4ff;border-radius:999px;background:rgba(255,255,255,.94);color:var(--ty-chat-ink);box-shadow:0 18px 45px -28px rgba(48,27,126,.75);font:700 16px/1.1 system-ui,-apple-system,sans-serif;cursor:pointer;backdrop-filter:blur(16px);transition:transform .2s,box-shadow .2s}.ty-chat-launcher:hover{transform:translateY(-2px);box-shadow:0 22px 52px -26px rgba(48,27,126,.9)}.ty-chat-launcher>span{display:grid;place-items:center;width:48px;height:48px;border-radius:50%;background:linear-gradient(145deg,#8468ff,#5331d8);color:#fff;font-size:20px;box-shadow:0 0 0 7px #f2efff}.ty-chat-launcher:focus-visible,.ty-chat button:focus-visible,.ty-chat a:focus-visible,.ty-chat input:focus-visible,.ty-chat textarea:focus-visible{outline:3px solid #ffb253;outline-offset:3px}
.ty-chat{position:fixed;z-index:99999;right:24px;bottom:94px;display:flex;flex-direction:column;width:min(408px,calc(100vw - 24px));height:min(680px,calc(100vh - 112px));overflow:hidden;border:1px solid var(--ty-chat-line);border-radius:28px;background:var(--ty-chat-paper);color:var(--ty-chat-ink);box-shadow:0 38px 110px -42px rgba(20,15,61,.82),0 8px 24px -18px rgba(20,15,61,.34);font:500 14px/1.5 system-ui,-apple-system,sans-serif;animation:ty-chat-in .22s ease-out}.ty-chat[hidden]{display:none}.ty-chat-head{display:flex;align-items:center;gap:14px;padding:18px;border-bottom:1px solid var(--ty-chat-line);background:linear-gradient(135deg,#fbfaff,#f6f3ff)}.ty-chat-avatar{display:grid;place-items:center;width:52px;height:52px;border-radius:18px;background:linear-gradient(145deg,#8468ff,#5432dc);color:#fff;font-size:21px}.ty-chat-head h2{margin:0;font-size:20px}.ty-chat-head small{color:var(--ty-chat-muted)}.ty-chat-close{margin-left:auto;width:42px;height:42px;border:1px solid var(--ty-chat-line);border-radius:50%;background:#fff;color:var(--ty-chat-muted);font-size:24px;cursor:pointer}.ty-chat-consent{display:grid;gap:14px;margin:auto;padding:30px}.ty-chat-consent p{margin:0}.ty-chat-consent strong{font-size:21px}.ty-chat-consent a,.ty-chat-meta a{color:var(--ty-chat-accent-deep);font-weight:700}.ty-chat-accept{justify-self:start;padding:13px 18px;border:0;border-radius:13px;background:var(--ty-chat-accent);color:#fff;font-weight:800;cursor:pointer}.ty-chat-app{display:flex;min-height:0;flex:1;flex-direction:column}.ty-chat-app[hidden]{display:none}.ty-chat-messages{display:flex;min-height:0;flex:1;flex-direction:column;gap:14px;overflow-y:auto;padding:20px 18px;background:#fdfcff}.ty-chat-message{display:flex;align-items:flex-start;flex-direction:column;max-width:82%}.ty-chat-message.is-user{align-self:flex-end;align-items:flex-end}.ty-chat-message small{margin:0 8px 5px;color:var(--ty-chat-muted);font-size:11px}.ty-chat-bubble{padding:12px 14px;border:1px solid #d8cffd;border-radius:18px 18px 18px 5px;background:var(--ty-chat-wash);white-space:pre-wrap}.ty-chat-message.is-user .ty-chat-bubble{border-color:#b5dfd3;border-radius:18px 18px 5px 18px;background:#f0faf7}.ty-chat-bubble img{display:block;max-width:100%;max-height:220px;margin-top:8px;border-radius:10px}.ty-chat-compose{padding:13px 14px 14px;border-top:1px solid var(--ty-chat-line);background:#faf9ff}.ty-chat-status{min-height:20px;color:#b62f4c;font-size:12px}.ty-chat-form{display:grid;grid-template-columns:38px minmax(0,1fr) 46px;gap:7px;align-items:end;padding:6px;border:2px solid #d8d0ff;border-radius:19px;background:#fff}.ty-chat-form:focus-within{border-color:var(--ty-chat-accent);box-shadow:0 0 0 3px rgba(112,80,255,.12)}.ty-chat-form textarea{min-height:58px;max-height:126px;padding:9px 5px;border:0;background:transparent;color:var(--ty-chat-ink);font:500 14px/1.45 inherit;resize:none}.ty-chat-form textarea:focus{outline:0}.ty-chat-attach,.ty-chat-send{display:grid;place-items:center;height:44px;border:0;border-radius:12px;cursor:pointer}.ty-chat-attach{background:var(--ty-chat-wash);color:var(--ty-chat-accent);font-size:22px}.ty-chat-send{background:var(--ty-chat-accent);color:#fff;font-size:21px}.ty-chat-email{margin-bottom:11px;padding:12px;border:1px solid #d8d0ff;border-radius:15px;background:#fff;box-shadow:inset 3px 0 var(--ty-chat-accent)}.ty-chat-email[hidden]{display:none}.ty-chat-email label{display:grid;gap:7px}.ty-chat-email label>span{color:var(--ty-chat-muted);font-size:11px}.ty-chat-email-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}.ty-chat-email input{min-width:0;padding:10px;border:1px solid var(--ty-chat-line);border-radius:10px}.ty-chat-email button{border:0;border-radius:10px;background:var(--ty-chat-accent);color:#fff;font-weight:800}.ty-chat-meta{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:7px;margin-top:9px;color:var(--ty-chat-muted);font-size:10px}.ty-chat-reference{flex-basis:100%;text-align:center}.ty-chat-email-toggle{padding:5px 7px;border:0;border-radius:8px;background:#f0ecff;color:var(--ty-chat-accent-deep);font-weight:750;cursor:pointer}
@keyframes ty-chat-in{from{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:none}}
@media(max-width:520px){.ty-chat-launcher{right:12px;bottom:12px;padding-right:8px}.ty-chat-launcher strong{display:none}.ty-chat{inset:8px 6px 72px;width:auto;height:auto;border-radius:22px}.ty-chat-messages{padding:16px 14px}.ty-chat-compose{padding:11px}}
@media(prefers-reduced-motion:reduce){.ty-chat,.ty-chat-launcher{animation:none;transition:none}}
.ty-chat-consent[hidden]{display:none}.ty-chat-avatar{position:relative}.ty-chat-avatar::after{content:"";position:absolute;right:-3px;bottom:-3px;width:13px;height:13px;border:3px solid #fff;border-radius:50%;background:#20a779}.ty-chat-inline{display:inline-flex}.ty-chat-inline .ty-chat-launcher{position:static;display:inline-flex}
.ty-chat-product{display:grid;gap:7px;color:var(--ty-chat-ink);font-weight:750}.ty-chat-product select{width:100%;min-height:46px;padding:0 42px 0 13px;border:1px solid #c9c4d6;border-radius:10px;background:#fff;color:var(--ty-chat-ink);font:600 14px/1.2 system-ui,-apple-system,sans-serif}.ty-chat-product select:focus{border-color:#149a9d;outline:3px solid rgba(20,154,157,.16);outline-offset:1px}
.ty-chat-rating{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:0 0 10px;padding:10px 12px;border-left:3px solid #149a9d;background:#f2fbfa}.ty-chat-rating[hidden]{display:none}.ty-chat-rating strong{font-size:12px}.ty-chat-rating>div{display:flex;gap:4px}.ty-chat-rating button{width:30px;height:30px;border:1px solid #b7d8d5;border-radius:6px;background:#fff;color:#186f72;font-weight:800;cursor:pointer}.ty-chat-rating button:hover,.ty-chat-rating button.is-selected{border-color:#149a9d;background:#149a9d;color:#fff}
.ty-chat-nudge{position:fixed;z-index:99989;right:24px;bottom:91px;max-width:min(300px,calc(100vw - 32px));padding:12px 15px;border:1px solid #b9dedb;border-radius:8px;background:#fff;color:#15363a;box-shadow:0 15px 38px -24px rgba(14,54,61,.7);font:750 14px/1.35 system-ui,-apple-system,sans-serif;cursor:pointer;animation:ty-chat-in .22s ease-out}
.ty-support-space{width:min(900px,100%);margin-inline:auto;color:#112833;font:500 16px/1.5 system-ui,-apple-system,sans-serif}.ty-support-space>header{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:8px 20px;padding-bottom:18px;border-bottom:1px solid #d6e1e2}.ty-support-space>header p{grid-column:1;margin:0;color:#148c90;font-size:13px;font-weight:800;text-transform:uppercase}.ty-support-space>header h2{grid-column:1;margin:0;font-size:clamp(26px,4vw,40px);line-height:1.08}.ty-support-space>header button{grid-column:2;grid-row:1/3;padding:11px 15px;border:0;border-radius:7px;background:#122d38;color:#fff;font-weight:800;cursor:pointer}.ty-support-space-list{display:grid}.ty-support-request{display:flex;width:100%;align-items:center;justify-content:space-between;gap:18px;padding:17px 4px;border:0;border-bottom:1px solid #dfe8e9;background:transparent;color:inherit;text-align:left;cursor:pointer}.ty-support-request:hover{background:#f4f9f9}.ty-support-request>span:first-child{display:grid;min-width:0}.ty-support-request strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ty-support-request small{color:#667a80}.ty-support-request-state{flex:0 0 auto;padding:4px 8px;border-radius:5px;background:#e4f5f2;color:#146c6d;font-size:12px;font-weight:800}.ty-support-space-note,.ty-support-space-empty{color:#667a80;font-size:13px}.ty-support-space-status{min-height:18px}
@media(max-width:520px){.ty-chat-product select{font-size:16px}.ty-chat-rating{align-items:flex-start;flex-direction:column}.ty-chat-nudge{right:12px;bottom:78px}.ty-support-space>header{grid-template-columns:1fr}.ty-support-space>header button{grid-column:1;grid-row:auto;justify-self:start}.ty-support-request{align-items:flex-start;flex-direction:column;gap:8px}.ty-support-request strong{white-space:normal}}
:root{--ty-chat-accent:#148f93;--ty-chat-accent-deep:#0f626b;--ty-chat-wash:#eef8f7}
.ty-chat-launcher{border-color:#9ccfd0;box-shadow:0 18px 45px -28px rgba(9,72,79,.72)}.ty-chat-launcher:hover{box-shadow:0 22px 52px -26px rgba(9,72,79,.82)}.ty-chat-launcher>span,.ty-chat-avatar{background:#102d38}.ty-chat-launcher>span{box-shadow:0 0 0 7px #e9f5f4}.ty-chat-head{background:#f5f9f9}.ty-chat-form{border-color:#b9d9d8}.ty-chat-form:focus-within{box-shadow:0 0 0 3px rgba(20,143,147,.14)}.ty-chat-attach{background:#edf7f6}.ty-chat-email{border-color:#b9d9d8}.ty-chat-email-toggle{background:#e9f5f4}
.ty-chat-support-icon{font-family:ui-rounded,"SF Pro Rounded",system-ui,sans-serif;font-size:25px!important;font-weight:800;line-height:1}
body>.ty-chat-launcher[aria-expanded="true"]{visibility:hidden;pointer-events:none}
body:has(.support-hub)>.ty-chat-launcher{right:18px;padding:7px}
body:has(.support-hub)>.ty-chat-launcher strong{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}
@media(max-width:520px){body:not(.ty-account-page){padding-bottom:64px}.ty-chat-launcher{right:max(10px,env(safe-area-inset-right));bottom:max(10px,env(safe-area-inset-bottom));padding:5px}.ty-chat-launcher>span{width:42px;height:42px;box-shadow:none}.ty-chat{inset:8px 6px calc(10px + env(safe-area-inset-bottom));height:auto}.ty-chat-meta{font-size:12px}.ty-chat-message small,.ty-chat-email label>span{font-size:12px}}
@media(max-width:520px){body>.ty-chat-launcher{right:max(10px,env(safe-area-inset-right));bottom:max(12px,env(safe-area-inset-bottom));padding:3px;border-radius:50%;opacity:.96;box-shadow:0 12px 30px -16px rgba(9,72,79,.72)}body>.ty-chat-launcher>span{width:42px;height:42px;border-radius:50%;font-size:18px}}
@media(max-width:520px){body>.ty-chat-launcher.is-collision-hidden{visibility:hidden;opacity:0;pointer-events:none}}
