.ha-chat-fab-wrap{position:fixed;bottom:24px;right:24px;z-index:9999;display:flex;flex-direction:column;align-items:flex-end;gap:12px}.ha-chat-fab{position:relative;height:60px;min-width:60px;padding:0 22px 0 20px;border-radius:999px;border:none;background:linear-gradient(150deg,hsl(215 90% 62%),hsl(215 90% 50%));color:var(--color-accent-foreground);cursor:pointer;display:flex;align-items:center;gap:9px;font-family:inherit;font-size:15px;font-weight:700;letter-spacing:.1px;box-shadow:0 8px 24px hsl(215 90% 45%/.4),0 2px 6px hsl(var(--shadow-color)/.5);transition:transform .2s ease,box-shadow .2s ease,padding .25s ease,background .2s}.ha-chat-fab__label{white-space:nowrap}.ha-chat-fab:hover{transform:translateY(-2px);box-shadow:0 12px 30px hsl(215 90% 45%/.5),0 3px 8px hsl(var(--shadow-color)/.5)}.ha-chat-fab:active{transform:translateY(0) scale(.98)}.ha-chat-fab--open{padding:0;min-width:56px;width:56px;height:56px;background:var(--color-surface-2);color:var(--color-text);box-shadow:0 6px 20px hsl(var(--shadow-color)/.55);justify-content:center}.ha-chat-fab--open:hover{background:var(--color-surface)}.ha-chat-fab:after{content:"";position:absolute;inset:0;border-radius:999px;box-shadow:0 0 0 0 hsl(215 90% 60%/.45);animation:ha-chat-pulse 3.2s ease-out infinite;pointer-events:none}.ha-chat-fab--open:after,.ha-chat-fab:hover:after{animation:none;box-shadow:none}@keyframes ha-chat-pulse{0%{box-shadow:0 0 0 0 hsl(215 90% 60%/.4)}70%{box-shadow:0 0 0 14px hsl(215 90% 60%/0)}to{box-shadow:0 0 0 0 hsl(215 90% 60%/0)}}.ha-chat-fab__badge{position:absolute;top:-3px;right:-3px;min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:var(--color-danger);color:#fff;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;border:2px solid var(--color-bg)}.ha-chat-panel{position:fixed;bottom:96px;right:24px;z-index:9999;width:400px;height:564px;max-height:calc(100vh - 120px);display:flex;flex-direction:column;border-radius:20px;border:1px solid var(--color-border);background:var(--color-bg-elevated);box-shadow:0 24px 60px hsl(var(--shadow-color)/.7),0 4px 14px hsl(var(--shadow-color)/.5);overflow:hidden}.ha-chat-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid var(--color-border);background:linear-gradient(180deg,hsl(215 90% 60%/.08),transparent),var(--color-surface);flex-shrink:0}.ha-chat-header__info{display:flex;align-items:center;gap:11px}.ha-chat-header__avatar{position:relative;width:36px;height:36px;border-radius:50%;background:linear-gradient(150deg,hsl(215 90% 62%),hsl(215 90% 48%));display:flex;align-items:center;justify-content:center;color:var(--color-accent-foreground);flex-shrink:0;box-shadow:0 2px 8px hsl(215 90% 40%/.4)}.ha-chat-header__online{position:absolute;bottom:-1px;right:-1px;width:11px;height:11px;border-radius:50%;background:var(--color-success);border:2px solid var(--color-surface)}.ha-chat-header__text h3{margin:0;font-size:14.5px;font-weight:700;color:var(--color-text);line-height:1.2}.ha-chat-header__sub{font-weight:500;color:var(--color-text-muted);font-size:12.5px}.ha-chat-header__text p{margin:1px 0 0;font-size:12px;color:var(--color-text-muted);line-height:1.3}.ha-chat-header__actions{display:flex;align-items:center;gap:4px}.ha-chat-header__btn{width:32px;height:32px;border:none;border-radius:8px;background:transparent;color:var(--color-text-muted);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s,color .15s}.ha-chat-header__btn:hover{background:var(--color-surface-2);color:var(--color-text)}.ha-chat-header__end-btn{display:flex;align-items:center;gap:5px;border:1px solid var(--color-border);border-radius:8px;background:transparent;color:var(--color-text-muted);font-size:11.5px;font-weight:500;padding:5px 10px;cursor:pointer;transition:background .15s,color .15s,border-color .15s;font-family:inherit}.ha-chat-header__end-btn:hover{background:hsl(0 70% 50%/.1);border-color:hsl(0 70% 50%/.3);color:hsl(0 70% 62%)}.ha-chat-header__end-btn:disabled{opacity:.7;cursor:not-allowed}.ha-chat-header__end-spinner{width:12px;height:12px;border:2px solid var(--color-border);border-top-color:var(--color-text-muted);border-radius:50%;animation:ha-chat-spin .6s linear infinite}.ha-chat-messages{flex:1 1;overflow-y:auto;padding:18px 16px;display:flex;flex-direction:column;gap:12px;scroll-behavior:smooth}.ha-chat-messages::-webkit-scrollbar{width:6px}.ha-chat-messages::-webkit-scrollbar-track{background:transparent}.ha-chat-messages::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:3px}.ha-chat-messages::-webkit-scrollbar-thumb:hover{background:var(--color-text-subtle)}.ha-chat-msg{max-width:86%;padding:10px 14px;border-radius:16px;font-size:13.5px;line-height:1.55;word-wrap:break-word;animation:ha-chat-msg-in .24s cubic-bezier(.22,1,.36,1)}@keyframes ha-chat-msg-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.ha-chat-msg--user{align-self:flex-end;background:linear-gradient(150deg,hsl(215 90% 60%),hsl(215 90% 52%));color:var(--color-accent-foreground);border-bottom-right-radius:5px;box-shadow:0 2px 8px hsl(215 90% 40%/.3)}.ha-chat-msg--assistant{background:var(--color-surface);border:1px solid var(--color-border);border-bottom-left-radius:5px}.ha-chat-msg--agent,.ha-chat-msg--assistant{align-self:flex-start;color:var(--color-text)}.ha-chat-msg--agent{background:hsl(152 61% 52%/.13);border:1px solid hsl(152 61% 52%/.3);border-bottom-left-radius:5px}.ha-chat-msg--agent:before{content:"Support Agent";display:block;font-size:11px;font-weight:600;color:var(--color-success);margin-bottom:4px}.ha-chat-msg--system{align-self:center;max-width:92%;background:transparent;color:var(--color-text-muted);font-size:12px;text-align:center;padding:4px 12px}.ha-chat-msg strong{font-weight:700}.ha-chat-msg em{font-style:italic}.ha-chat-msg a{color:var(--color-accent);text-decoration:underline;text-underline-offset:2px}.ha-chat-msg--user a{color:var(--color-accent-foreground)}.ha-chat-msg ul{margin:4px 0;padding-left:18px}.ha-chat-msg li{margin:2px 0}.ha-chat-msg code{background:var(--color-surface-2);padding:1px 5px;border-radius:3px;font-size:12px;font-family:monospace}.ha-chat-msg--user code{background:hsl(215 90% 40%/.5)}.ha-chat-presets{display:flex;flex-wrap:wrap;gap:8px;padding:2px 0}.ha-chat-presets__btn{background:var(--color-surface-2);border:1px solid var(--color-border);border-radius:999px;color:var(--color-text);font-size:12.5px;font-weight:500;padding:8px 14px;cursor:pointer;transition:background .15s,border-color .15s,transform .12s;line-height:1.3;font-family:inherit}a.ha-chat-presets__btn{display:inline-block;text-decoration:none}.ha-chat-presets__btn:first-child{background:hsl(215 90% 60%/.14);border-color:hsl(215 90% 60%/.4);color:var(--color-text);font-weight:600}.ha-chat-presets__btn:hover{background:var(--color-accent);border-color:var(--color-accent);color:var(--color-accent-foreground);transform:translateY(-1px)}.ha-chat-typing{align-self:flex-start;display:flex;align-items:center;gap:4px;padding:12px 15px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:16px;border-bottom-left-radius:5px}.ha-chat-typing__dot{width:6px;height:6px;border-radius:50%;background:var(--color-text-muted);animation:ha-chat-bounce 1.4s ease-in-out infinite}.ha-chat-typing__dot:nth-child(2){animation-delay:.16s}.ha-chat-typing__dot:nth-child(3){animation-delay:.32s}@keyframes ha-chat-bounce{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-4px);opacity:1}}.ha-chat-input{display:flex;align-items:flex-end;gap:8px;padding:12px 14px;border-top:1px solid var(--color-border);background:var(--color-surface);flex-shrink:0}.ha-chat-input__field{flex:1 1;resize:none;border:1px solid var(--color-border);border-radius:12px;background:var(--color-bg-elevated);color:var(--color-text);font-size:13.5px;line-height:1.4;padding:10px 12px;max-height:100px;overflow-y:auto;font-family:inherit;outline:none;transition:border-color .15s,box-shadow .15s}.ha-chat-input__field::placeholder{color:var(--color-text-subtle)}.ha-chat-input__field:focus{border-color:var(--color-accent);box-shadow:0 0 0 3px hsl(215 90% 60%/.14)}.ha-chat-counter{padding:0 14px 10px;margin-top:-4px;font-size:11.5px;line-height:1.35;color:var(--color-text-subtle);background:var(--color-surface);text-align:right;flex-shrink:0}.ha-chat-counter--over{color:hsl(35 90% 55%);text-align:left}.ha-chat-input__send{width:38px;height:38px;border:none;border-radius:11px;background:linear-gradient(150deg,hsl(215 90% 60%),hsl(215 90% 52%));color:var(--color-accent-foreground);cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:filter .15s,opacity .15s,transform .12s}.ha-chat-input__send:hover{filter:brightness(1.08);transform:translateY(-1px)}.ha-chat-input__send:disabled{opacity:.4;cursor:not-allowed;transform:none;filter:none}.ha-chat-escalate{display:flex;align-items:center;justify-content:center;padding:8px 14px;border-top:1px solid var(--color-border);background:var(--color-surface);flex-shrink:0}.ha-chat-escalate__btn{background:none;border:1px solid var(--color-border);border-radius:8px;color:var(--color-text-muted);font-size:12px;padding:6px 14px;cursor:pointer;transition:border-color .15s,color .15s;display:flex;align-items:center;gap:6px;font-family:inherit}.ha-chat-escalate__btn:hover{border-color:var(--color-text-subtle);color:var(--color-text)}.ha-chat-escalate__btn:disabled{opacity:.5;cursor:not-allowed}.ha-chat-escalate__spinner{width:14px;height:14px;border:2px solid var(--color-border);border-top-color:var(--color-text-muted);border-radius:50%;animation:ha-chat-spin .6s linear infinite}@keyframes ha-chat-spin{to{transform:rotate(1turn)}}.ha-chat-email-prompt{display:flex;flex-direction:column;gap:8px;width:100%}.ha-chat-email-prompt__label{margin:0;font-size:12px;font-weight:500;color:var(--color-text-muted);display:flex;align-items:center;gap:6px}.ha-chat-email-prompt__row{display:flex;gap:6px}.ha-chat-email-prompt__input{flex:1 1;min-width:0;border:1px solid var(--color-border);border-radius:9px;background:var(--color-bg-elevated);color:var(--color-text);font-size:13px;padding:8px 11px;outline:none;font-family:inherit;transition:border-color .15s,box-shadow .15s}.ha-chat-email-prompt__input:focus{border-color:var(--color-accent);box-shadow:0 0 0 3px hsl(215 90% 60%/.14)}.ha-chat-email-prompt__input::placeholder{color:var(--color-text-subtle)}.ha-chat-email-prompt__submit{background:linear-gradient(150deg,hsl(215 90% 60%),hsl(215 90% 52%));color:var(--color-accent-foreground);border:none;border-radius:9px;font-size:12.5px;font-weight:700;padding:8px 15px;cursor:pointer;white-space:nowrap;transition:filter .15s,opacity .15s;font-family:inherit}.ha-chat-email-prompt__submit:hover{filter:brightness(1.08)}.ha-chat-email-prompt__submit:disabled{opacity:.5;cursor:not-allowed}.ha-chat-email-prompt__skip{background:none;border:none;color:var(--color-text-subtle);font-size:11px;cursor:pointer;padding:0;text-decoration:underline;text-underline-offset:2px;transition:color .15s;align-self:center;font-family:inherit}.ha-chat-email-prompt__skip:hover{color:var(--color-text-muted)}.ha-chat-email-prompt__error{margin:0;color:var(--color-danger);font-size:11.5px;text-align:center}.ha-chat-capture{display:flex;flex-direction:column;gap:9px;padding:14px;border-top:1px solid var(--color-border);background:linear-gradient(180deg,hsl(215 90% 60%/.06),transparent),var(--color-surface);flex-shrink:0;animation:ha-chat-msg-in .24s cubic-bezier(.22,1,.36,1)}.ha-chat-capture__title{margin:0;font-size:13.5px;font-weight:700;color:var(--color-text)}.ha-chat-capture__label{margin:0;font-size:12px;font-weight:500;color:var(--color-text-muted);display:flex;align-items:center;gap:6px}@media (max-width:480px){.ha-chat-panel{top:0;left:0;bottom:0;right:0;width:100%;height:100dvh;max-height:100dvh;border-radius:0;border:none;overscroll-behavior:contain}.ha-chat-messages{-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.ha-chat-input{padding-bottom:max(12px,env(safe-area-inset-bottom))}.ha-chat-fab-wrap{bottom:18px;right:16px}.ha-chat-fab{height:54px;padding:0 20px 0 18px;font-size:14.5px}.ha-chat-fab--open{width:52px;min-width:52px;height:52px;padding:0}}@media (prefers-reduced-motion:reduce){.ha-chat-capture,.ha-chat-fab,.ha-chat-fab:hover,.ha-chat-input__send:hover,.ha-chat-msg,.ha-chat-presets__btn:hover{animation:none;transition:none;transform:none}.ha-chat-fab:after{animation:none;box-shadow:none}}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/f639721981034f88-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/9766a7e9e2e0ad5a-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/b66cf8e69499582a-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/aa016aab0e6d1295-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/22a5144ee8d83bca-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Geist Fallback;src:local("Arial");ascent-override:95.94%;descent-override:28.16%;line-gap-override:0.00%;size-adjust:104.76%}.__className_246ccd{font-family:Geist,Geist Fallback;font-style:normal}.__variable_246ccd{--font-sans:"Geist","Geist Fallback"}@font-face{font-family:Instrument Sans;font-style:italic;font-weight:400 700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/4f1e2870983fbcaa-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Instrument Sans;font-style:italic;font-weight:400 700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/e9b443debf0e5df9-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Instrument Sans;font-style:normal;font-weight:400 700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/adb45196eddef626-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Instrument Sans;font-style:normal;font-weight:400 700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/26d0ba92e140f0dc-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Instrument Sans Fallback;src:local("Arial");ascent-override:94.42%;descent-override:24.33%;line-gap-override:0.00%;size-adjust:102.74%}.__className_953217{font-family:Instrument Sans,Instrument Sans Fallback}.__variable_953217{--font-display:"Instrument Sans","Instrument Sans Fallback"}