.onlychamps-chat{--chat-bg: #f5ecdc;--chat-surface: #ffffff;--chat-surface-soft: #eef5fb;--chat-border: rgba(20, 104, 167, .15);--chat-text: #1a2a3a;--chat-muted: #4a6070;--chat-accent: #1468a7;--chat-accent-hover: #079e78;--chat-accent-contrast: #ffffff;--chat-shadow: 0 24px 60px rgba(20, 104, 167, .18);--chat-toggle-bg: #1468a7;--chat-toggle-hover: #0d5a96;position:fixed;right:24px;bottom:24px;z-index:40;font-family:var(--font-body-family)}.onlychamps-chat__toggle{display:inline-flex;align-items:center;gap:1.2rem;border:0;border-radius:999px;background:var(--chat-toggle-bg);color:var(--chat-accent-contrast);box-shadow:0 14px 36px #1468a747;cursor:pointer;padding:1.1rem 1.4rem;transition:transform .18s ease,box-shadow .18s ease}.onlychamps-chat__toggle:hover{transform:translateY(-2px);box-shadow:0 18px 42px #00000038;background:var(--chat-toggle-hover)}.onlychamps-chat__toggle-logo{display:block;width:44px;height:44px;object-fit:contain;border-radius:50%}.onlychamps-chat__toggle-copy{display:flex;flex-direction:column;align-items:flex-start;line-height:1.1}.onlychamps-chat__toggle-eyebrow{font-size:1.4rem;letter-spacing:normal;text-transform:none;opacity:1;font-family:var(--font-heading-family)}.onlychamps-chat__toggle-title{font-size:1.4rem;font-family:var(--font-heading-family)}.onlychamps-chat__panel{position:absolute;right:0;bottom:calc(100% + 16px);width:min(380px,calc(100vw - 32px));min-height:580px;max-height:min(76vh,720px);display:flex;flex-direction:column;border:1px solid var(--chat-border);border-radius:20px;overflow:hidden;background:var(--chat-surface);box-shadow:var(--chat-shadow);opacity:0;pointer-events:none;transform:translateY(12px) scale(.98);transform-origin:bottom right;transition:opacity .18s ease,transform .18s ease}.onlychamps-chat.is-open .onlychamps-chat__panel{opacity:1;pointer-events:auto;transform:translateY(0) scale(1)}.onlychamps-chat__header{padding:1.2rem 2rem 1rem;flex:0 0 25%;max-height:25%;min-height:0;background:var(--chat-accent);color:#fff;overflow:visible}.onlychamps-chat__header-top{display:flex;height:100%;align-items:flex-start;justify-content:space-between;gap:1rem}.onlychamps-chat__pill{display:inline-flex;align-items:center;gap:.6rem;padding:.5rem .9rem;border-radius:999px;background:#ffffff1f;font-size:1.1rem;letter-spacing:.04em;text-transform:uppercase}.onlychamps-chat__dot{width:8px;height:8px;border-radius:50%;background:#079e78;box-shadow:0 0 0 6px #fae47a33}.onlychamps-chat__intro{margin:0;color:#ffffffd1;font-size:1.4rem;line-height:1.5}.onlychamps-chat__header-left{display:flex;flex-direction:column;gap:.2rem}.onlychamps-chat__header-logo{height:96px;max-width:100%;width:auto;object-fit:contain;filter:brightness(0) invert(1)}.onlychamps-chat__header-left .onlychamps-chat__pill{margin-top:0}.onlychamps-chat__header-left .onlychamps-chat__intro{margin-top:.5rem}.onlychamps-chat__close{width:40px;height:40px;border:0;border-radius:50%;background:#ffffff1f;color:#fff;font-size:2rem;line-height:1;cursor:pointer}.onlychamps-chat__body{flex:1;overflow-y:auto;padding:1.6rem 1.4rem 1.2rem}.onlychamps-chat__messages{display:flex;flex-direction:column;gap:1rem}.onlychamps-chat__message{max-width:86%;padding:1.2rem 1.4rem;border-radius:18px;font-size:1.4rem;line-height:1.5;white-space:pre-line}.onlychamps-chat__message--bot{align-self:flex-start;background:var(--chat-surface-soft);color:var(--chat-text);border-bottom-left-radius:6px}.onlychamps-chat__message--user{align-self:flex-end;background:var(--chat-accent);color:#fff;border-bottom-right-radius:6px}.onlychamps-chat__message--typing{color:var(--chat-muted)}.onlychamps-chat__message--bot a{color:var(--chat-accent);text-decoration:underline;text-underline-offset:3px;font-weight:600}.onlychamps-chat__message--bot a:hover{color:var(--chat-accent-hover)}.onlychamps-chat__suggestions{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1.4rem}.onlychamps-chat__suggestion{border:1px solid rgba(20,104,167,.22);background:var(--chat-surface-soft);color:var(--chat-accent);padding:.8rem 1.1rem;border-radius:999px;font-size:1.2rem;cursor:pointer;transition:background .18s ease,transform .18s ease}.onlychamps-chat__suggestion:hover{background:#d0e8f7;transform:translateY(-1px)}.onlychamps-chat__composer{border-top:1px solid var(--chat-border);padding:1.2rem;background:var(--chat-bg)}.onlychamps-chat__form{display:grid;grid-template-columns:1fr auto;gap:.8rem}.onlychamps-chat__input{min-width:0;border:1px solid var(--chat-border);border-radius:12px;background:#fff;color:var(--chat-text);padding:1.2rem 1.4rem;font-size:1.4rem}.onlychamps-chat__submit{border:0;border-radius:12px;padding:0 1.5rem;background:var(--chat-accent);color:var(--chat-accent-contrast);font-family:var(--font-heading-family);font-size:1.3rem;cursor:pointer;transition:background .18s ease}.onlychamps-chat__submit:hover{background:var(--chat-accent-hover)}.onlychamps-chat__meta{margin-top:.9rem;color:var(--chat-muted);font-size:1.15rem;line-height:1.5}.onlychamps-chat__meta a{color:inherit;text-decoration:underline}@media screen and (max-width:749px){.onlychamps-chat{right:12px;bottom:12px}.onlychamps-chat__toggle-copy{display:none}.onlychamps-chat__toggle{padding:1rem}.onlychamps-chat__panel{width:min(100vw - 24px,380px);min-height:68vh;max-height:78vh;border-radius:24px}.onlychamps-chat__header{padding:1.6rem 1.4rem 1.2rem}}
/*# sourceMappingURL=/cdn/shop/t/20/assets/ai-chat-widget.css.map */
