.wa-chat{position:fixed;bottom:1.5rem;right:2rem;bottom:calc(1.5rem + env(safe-area-inset-bottom,0px));right:calc(2rem + env(safe-area-inset-right,0px));z-index:997}.wa-chat__launcher{position:relative;display:grid;place-items:center;width:var(--wa-chat-launcher-size);height:var(--wa-chat-launcher-size);padding:0;border:1px solid rgba(232,80,47,.45);border-radius:50%;background:#0a0a0fb8;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);color:var(--wa-color-accent);cursor:pointer;transition:transform .4s var(--wa-ease-out-expo),border-color .3s ease,background .3s ease}@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))){.wa-chat__launcher{background:#12121a}}.wa-chat__launcher:hover,.wa-chat__launcher:focus-visible{transform:translateY(-3px) scale(1.04);border-color:var(--wa-color-accent);background:#e8502f24}.wa-chat__launcher-icon{display:flex;align-items:flex-end;gap:3px;height:16px}.wa-chat__launcher-icon span{width:3px;border-radius:2px;background:currentColor;animation:wa-chat-bars 1.6s var(--wa-ease-in-out-quart) infinite}.wa-chat__launcher-icon span:nth-child(1){height:7px;animation-delay:0s}.wa-chat__launcher-icon span:nth-child(2){height:15px;animation-delay:.18s}.wa-chat__launcher-icon span:nth-child(3){height:10px;animation-delay:.36s}.wa-chat__launcher-pulse{position:absolute;top:-6px;right:-6px;bottom:-6px;left:-6px;border-radius:50%;border:1px solid rgba(232,80,47,.3);animation:wa-chat-pulse 3.2s var(--wa-ease-out-expo) infinite;pointer-events:none}.wa-chat__hint{position:absolute;right:0;bottom:calc(100% + .75rem);display:flex;align-items:center;gap:.35rem;width:max-content;max-width:min(15rem,100vw - 4rem);padding:.5rem .5rem .5rem .85rem;border:1px solid rgba(232,80,47,.4);border-radius:100px;background:#0c0c12eb;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 10px 30px #00000073;animation:wa-chat-hint-in .5s var(--wa-ease-out-expo) both}@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))){.wa-chat__hint{background:#0d0d14}}.wa-chat__hint:after{content:"";position:absolute;right:1.4rem;bottom:-4px;width:8px;height:8px;transform:rotate(45deg);background:inherit;border-right:1px solid rgba(232,80,47,.4);border-bottom:1px solid rgba(232,80,47,.4)}.wa-chat__hint-text{margin:0;font-family:var(--wa-font-primary);font-size:var(--wa-text-xs);font-weight:600;line-height:1.3;white-space:nowrap;color:var(--wa-color-text)}.wa-chat__hint-close{flex:none;width:1.35rem;height:1.35rem;display:grid;place-items:center;padding:0;border:0;border-radius:50%;background:#ffffff14;font-size:.9rem;line-height:1;color:var(--wa-color-text-muted);cursor:pointer;transition:color .2s ease,background .2s ease}.wa-chat__hint-close:hover,.wa-chat__hint-close:focus-visible{color:var(--wa-color-text);background:#ffffff29}.wa-chat--open .wa-chat__launcher{opacity:0;pointer-events:none}@keyframes wa-chat-bars{0%,to{transform:scaleY(1)}50%{transform:scaleY(.45)}}@keyframes wa-chat-hint-in{0%{opacity:0;transform:translateY(6px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes wa-chat-pulse{0%{transform:scale(1);opacity:.7}70%{transform:scale(1.35);opacity:0}to{transform:scale(1.35);opacity:0}}.wa-chat__scrim{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1001;background:#0505098c;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.wa-chat__panel{position:fixed;bottom:1.5rem;right:2rem;bottom:calc(1.5rem + env(safe-area-inset-bottom,0px));right:calc(2rem + env(safe-area-inset-right,0px));z-index:1002;display:flex;flex-direction:column;width:min(24rem,100vw - 3rem);max-height:70vh;max-height:min(38rem,70dvh);overflow:hidden;border:1px solid rgba(255,255,255,.1);border-radius:1.25rem;background:#0c0c12eb;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);box-shadow:0 24px 60px #0000008c}@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))){.wa-chat__panel{background:#0d0d14}}.wa-chat__panel:focus{outline:none}.wa-chat__header{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--wa-space-sm);padding:var(--wa-space-md) var(--wa-space-md) var(--wa-space-xs)}.wa-chat__header>div{min-width:0}.wa-chat__eyebrow{display:flex;align-items:center;gap:.5rem;margin:0 0 .35rem;font-family:var(--wa-font-mono);font-size:var(--wa-text-xs);letter-spacing:.14em;text-transform:uppercase;color:var(--wa-color-text-muted)}.wa-chat__dot{width:6px;height:6px;border-radius:50%;background:var(--wa-color-tertiary);box-shadow:0 0 0 3px #2dd4a829}.wa-chat__title{margin:0;font-family:var(--wa-font-display);font-weight:700;font-size:var(--wa-text-lg);line-height:1.15;color:var(--wa-color-text);overflow-wrap:break-word}.wa-chat__close{flex:none;width:2rem;height:2rem;display:grid;place-items:center;padding:0;border:1px solid rgba(255,255,255,.12);border-radius:50%;background:transparent;font-size:1.25rem;line-height:1;color:var(--wa-color-text-muted);cursor:pointer;transition:color .25s ease,border-color .25s ease}.wa-chat__close:hover,.wa-chat__close:focus-visible{color:var(--wa-color-text);border-color:#ffffff59}.wa-chat__proof{margin:0;padding:0 var(--wa-space-md) var(--wa-space-sm);font-size:var(--wa-text-xs);line-height:1.5;color:var(--wa-color-text-muted);border-bottom:1px solid rgba(255,255,255,.07)}.wa-chat__log{flex:1 1 auto;min-height:6rem;overflow-y:auto;overscroll-behavior:contain;padding:var(--wa-space-md);display:flex;flex-direction:column;gap:var(--wa-space-sm);scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.18) transparent}.wa-chat__message{display:flex;flex-direction:column;gap:.25rem;max-width:88%}.wa-chat__message--user{align-self:flex-end;align-items:flex-end}.wa-chat__message-who{font-family:var(--wa-font-mono);font-size:.625rem;letter-spacing:.16em;text-transform:uppercase;color:var(--wa-color-text-muted)}.wa-chat__bubble{margin:0;padding:.7rem .9rem;border-radius:.9rem;font-size:var(--wa-text-sm);line-height:1.55;white-space:pre-wrap;background:#ffffff0f;color:var(--wa-color-text)}.wa-chat__message--user .wa-chat__bubble{background:var(--wa-color-accent);color:var(--wa-color-accent-ink)}.wa-chat__bubble--typing{padding:.85rem .9rem}.wa-chat__typing{display:flex;gap:4px}.wa-chat__typing i{width:5px;height:5px;border-radius:50%;background:var(--wa-color-text-muted);animation:wa-chat-typing 1.2s ease-in-out infinite}.wa-chat__typing i:nth-child(2){animation-delay:.15s}.wa-chat__typing i:nth-child(3){animation-delay:.3s}@keyframes wa-chat-typing{0%,60%,to{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}.wa-chat__error{margin:0;padding:.6rem .75rem;border-radius:.6rem;border:1px solid rgba(232,80,47,.4);background:#e8502f1a;font-size:var(--wa-text-xs);line-height:1.5;color:var(--wa-color-accent-hover)}.wa-chat__qualify{margin:0;padding:var(--wa-space-sm) var(--wa-space-md);border:0;border-top:1px solid rgba(255,255,255,.07)}.wa-chat__qualify-legend{padding:0;margin-bottom:.5rem;font-family:var(--wa-font-mono);font-size:var(--wa-text-xs);letter-spacing:.12em;text-transform:uppercase;color:var(--wa-color-text-muted)}.wa-chat__chips{display:flex;flex-wrap:wrap;gap:.4rem;padding:0 var(--wa-space-md) var(--wa-space-sm)}.wa-chat__qualify .wa-chat__chips{padding:0}.wa-chat__chips--scroll{max-height:8.5rem;overflow-y:auto;overscroll-behavior:contain}.wa-chat__chip{padding:.4rem .75rem;border:1px solid rgba(255,255,255,.16);border-radius:100px;background:transparent;font-family:var(--wa-font-primary);font-size:var(--wa-text-xs);font-weight:600;color:var(--wa-color-text);cursor:pointer;transition:background .25s ease,border-color .25s ease,transform .25s ease}.wa-chat__chip:hover,.wa-chat__chip:focus-visible{background:#e8502f1f;border-color:var(--wa-color-accent);transform:translateY(-1px)}.wa-chat__chip--lead{border-color:#e8502f80;color:var(--wa-color-accent-hover)}.wa-chat__book{display:flex;flex-direction:column;gap:.5rem;padding:var(--wa-space-sm) var(--wa-space-md);border-top:1px solid rgba(255,255,255,.07)}.wa-chat__book-promise{margin:0;font-family:var(--wa-font-mono);font-size:var(--wa-text-xs);letter-spacing:.08em;text-transform:uppercase;color:var(--wa-color-text-muted)}.wa-chat__book-cta{padding:.7rem 1rem;border:0;border-radius:100px;background:var(--wa-color-accent);font-family:var(--wa-font-primary);font-size:var(--wa-text-sm);font-weight:700;letter-spacing:.03em;color:var(--wa-color-accent-ink);cursor:pointer;transition:transform .3s var(--wa-ease-out-expo),filter .25s ease}.wa-chat__book-cta:hover,.wa-chat__book-cta:focus-visible{transform:translateY(-2px);filter:brightness(1.08)}.wa-chat__composer{display:flex;align-items:flex-end;gap:.5rem;padding:var(--wa-space-sm) var(--wa-space-md) var(--wa-space-md);border-top:1px solid rgba(255,255,255,.07)}.wa-chat__input{flex:1 1 auto;min-height:2.75rem;max-height:7rem;padding:.65rem .85rem;border:1px solid var(--wa-color-field-border);border-radius:.8rem;background:#ffffff0a;font-family:var(--wa-font-primary);font-size:var(--wa-text-sm);line-height:1.5;color:var(--wa-color-text);resize:none}.wa-chat__input::placeholder{color:var(--wa-color-text-muted)}.wa-chat__input:focus-visible{outline:none;border-color:var(--wa-color-accent)}.wa-chat__input:disabled{opacity:.5}.wa-chat__send{flex:none;width:2.6rem;height:2.6rem;display:grid;place-items:center;padding:0;border:0;border-radius:50%;background:var(--wa-color-accent);font-size:1.1rem;line-height:1;color:var(--wa-color-accent-ink);cursor:pointer;transition:transform .25s var(--wa-ease-out-expo),opacity .25s ease}.wa-chat__send:hover:not(:disabled),.wa-chat__send:focus-visible:not(:disabled){transform:translateY(-2px)}.wa-chat__send:disabled{opacity:.4;cursor:default}@media(max-width:30rem){.wa-chat__panel{left:.75rem;right:.75rem;bottom:.75rem;bottom:calc(.75rem + env(safe-area-inset-bottom,0px));width:auto;max-height:82vh;max-height:82dvh}}@media(prefers-reduced-motion:reduce){.wa-chat__launcher-icon span,.wa-chat__launcher-pulse,.wa-chat__typing i,.wa-chat__hint{animation:none}.wa-chat__launcher-pulse{opacity:0}.wa-chat__launcher:hover,.wa-chat__launcher:focus-visible,.wa-chat__chip:hover,.wa-chat__chip:focus-visible,.wa-chat__book-cta:hover,.wa-chat__book-cta:focus-visible,.wa-chat__send:hover:not(:disabled),.wa-chat__send:focus-visible:not(:disabled){transform:none}}
