.chat-fab-container{position:fixed;bottom:24px;right:24px;z-index:9999;display:flex;flex-direction:column;align-items:flex-end}.chat-fab-tooltip{position:absolute;bottom:72px;right:0;background:hsla(0,0%,100%,.1);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid hsla(0,0%,100%,.2);padding:8px 16px;border-radius:16px;display:flex;align-items:center;gap:8px;box-shadow:0 10px 25px rgba(0,0,0,.2);white-space:nowrap;animation:tooltip-float 3s ease-in-out infinite,tooltip-fade-in .5s ease-out;pointer-events:none;z-index:10000}.chat-fab-tooltip__text{color:#fff;font-size:14px;font-weight:600}.chat-fab-tooltip__emoji{font-size:16px;animation:waving-hand 2s infinite;transform-origin:70% 70%}.chat-fab-tooltip__arrow{position:absolute;bottom:-6px;right:24px;width:12px;height:12px;background:hsla(0,0%,100%,.1);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-right:1px solid hsla(0,0%,100%,.2);border-bottom:1px solid hsla(0,0%,100%,.2);transform:rotate(45deg)}@keyframes tooltip-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes tooltip-fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes waving-hand{0%{transform:rotate(0deg);-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg)}10%{transform:rotate(14deg)}20%{transform:rotate(-8deg)}30%{transform:rotate(14deg)}40%{transform:rotate(-4deg)}50%{transform:rotate(10deg)}60%{transform:rotate(0deg)}to{transform:rotate(0deg)}}.chat-fab{width:60px;height:60px;border-radius:50%;border:none;cursor:pointer;box-shadow:0 4px 24px hsla(0,0%,100%,.4),0 0 0 0 rgba(16,185,129,.3);transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center}.chat-fab:hover{transform:scale(1.1);box-shadow:0 6px 32px rgba(16,185,129,.5),0 0 0 0 rgba(16,185,129,.3)}.chat-fab:active{transform:scale(.95)}.chat-fab--open{background:linear-gradient(135deg,#374151,#1f2937);box-shadow:0 4px 16px rgba(0,0,0,.3)}.chat-fab__icon-wrapper{position:relative;display:flex;align-items:center;justify-content:center}.chat-fab__icon{width:26px;height:26px;transition:transform .3s ease}.chat-fab--open .chat-fab__icon{transform:rotate(90deg)}.chat-fab__pulse{position:absolute;inset:-6px;border-radius:50%;border:2px solid rgba(16,185,129,.6);animation:chat-pulse 2s cubic-bezier(.4,0,.6,1) infinite;pointer-events:none}@keyframes chat-pulse{0%,to{opacity:0;transform:scale(.8)}50%{opacity:1;transform:scale(1.2)}}.chat-window{position:fixed;bottom:100px;right:24px;z-index:9998;width:400px;max-width:calc(100vw - 32px);height:580px;max-height:calc(100vh - 140px);border-radius:24px;overflow:hidden;display:flex;flex-direction:column;background:transparent;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid hsla(0,0%,100%,.08);box-shadow:0 24px 80px rgba(0,0,0,.6),0 0 1px hsla(0,0%,100%,.1);opacity:0;transform:translateY(20px) scale(.95);pointer-events:none;transition:all .35s cubic-bezier(.4,0,.2,1)}.chat-window--open{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}.chat-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:linear-gradient(135deg,rgba(16,185,129,.15),rgba(5,150,105,.08));border-bottom:1px solid hsla(0,0%,100%,.06)}.chat-header__left{display:flex;align-items:center;gap:12px}.chat-header__avatar{width:40px;height:40px;border-radius:12px;background-color:#fff;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 2px 10px rgba(16,185,129,.3)}.chat-header__title{font-size:15px;font-weight:700;color:#fff;line-height:1.2}.chat-header__status{display:flex;align-items:center;gap:6px;font-size:12px;color:hsla(0,0%,100%,.5);margin-top:2px}.chat-header__dot{width:7px;height:7px;border-radius:50%;background:#10b981;box-shadow:0 0 6px rgba(16,185,129,.6);animation:dot-pulse 2s ease-in-out infinite}@keyframes dot-pulse{0%,to{opacity:1}50%{opacity:.4}}.chat-header__close{width:32px;height:32px;border-radius:10px;border:none;cursor:pointer;background:hsla(0,0%,100%,.06);color:hsla(0,0%,100%,.5);display:flex;align-items:center;justify-content:center;transition:all .2s}.chat-header__close:hover{background:hsla(0,0%,100%,.12);color:#fff}.chat-messages{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:12px;scroll-behavior:smooth}.chat-messages::-webkit-scrollbar{width:4px}.chat-messages::-webkit-scrollbar-track{background:transparent}.chat-messages::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.1);border-radius:4px}.chat-messages::-webkit-scrollbar-thumb:hover{background:hsla(0,0%,100%,.2)}.chat-bubble{display:flex;gap:8px;max-width:88%;animation:bubble-in .3s cubic-bezier(.4,0,.2,1)}@keyframes bubble-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.chat-bubble--user{align-self:flex-end;flex-direction:row-reverse}.chat-bubble--assistant{align-self:flex-start}.chat-bubble__avatar{width:28px;height:28px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}.chat-bubble--assistant .chat-bubble__avatar{background:rgba(16,185,129,.15);color:#10b981}.chat-bubble--user .chat-bubble__avatar{background:hsla(0,0%,100%,.08);color:hsla(0,0%,100%,.6)}.chat-bubble__content{padding:10px 14px;border-radius:16px;position:relative}.chat-bubble--assistant .chat-bubble__content{background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.06);border-bottom-left-radius:4px}.chat-bubble--user .chat-bubble__content{background:linear-gradient(135deg,#10b981,#059669);border-bottom-right-radius:4px}.chat-bubble__text{font-size:13.5px;line-height:1.55;white-space:pre-wrap;word-break:break-word}.chat-bubble--assistant .chat-bubble__text{color:hsla(0,0%,100%,.85)}.chat-bubble--user .chat-bubble__text{color:#fff;font-weight:500}.chat-bubble__time{display:block;font-size:10px;margin-top:4px;opacity:.4}.chat-bubble--assistant .chat-bubble__time{color:#fff}.chat-bubble--user .chat-bubble__time{color:#fff;text-align:right}.chat-typing{display:flex;gap:4px;padding:4px 0}.chat-typing__dot{width:6px;height:6px;border-radius:50%;background:rgba(16,185,129,.6);animation:typing-bounce 1.4s ease-in-out infinite}.chat-typing__dot:nth-child(2){animation-delay:.15s}.chat-typing__dot:nth-child(3){animation-delay:.3s}@keyframes typing-bounce{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-6px);opacity:1}}.chat-suggestions{display:flex;flex-wrap:wrap;gap:6px;padding:0 16px 12px}.chat-suggestion-chip{padding:6px 12px;border-radius:20px;border:1px solid rgba(16,185,129,.2);background:rgba(16,185,129,.06);color:#10b981;font-size:11.5px;font-weight:500;cursor:pointer;transition:all .2s;white-space:nowrap}.chat-suggestion-chip:hover{background:rgba(16,185,129,.15);border-color:rgba(16,185,129,.4);transform:translateY(-1px)}.chat-suggestion-chip:focus-visible{outline:2px solid #10b981;outline-offset:2px;background:rgba(16,185,129,.15)}.chat-suggestion-chip:active{transform:scale(.97)}.chat-fab:focus-visible{outline:2px solid #10b981;outline-offset:4px}.chat-scroll-btn{position:absolute;bottom:90px;left:50%;transform:translateX(-50%);width:32px;height:32px;border-radius:50%;border:1px solid hsla(0,0%,100%,.1);background:hsla(0,0%,4%,.9);color:hsla(0,0%,100%,.6);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;z-index:10}.chat-scroll-btn:hover{background:rgba(16,185,129,.15);color:#10b981;border-color:rgba(16,185,129,.3)}.chat-input-area{padding:12px 16px 14px;border-top:1px solid hsla(0,0%,100%,.06);background:rgba(0,0,0,.3)}.chat-input-wrapper{display:flex;align-items:center;gap:8px;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.08);border-radius:16px;padding:4px 4px 4px 16px;transition:border-color .2s}.chat-input-wrapper:focus-within{border-color:rgba(16,185,129,.4)}.chat-input{flex:1;background:transparent;border:none;outline:none;color:#fff;font-size:13.5px;padding:8px 0}.chat-input::placeholder{color:hsla(0,0%,100%,.2)}.chat-input:disabled{opacity:.5}.chat-send-btn{width:36px;height:36px;border-radius:12px;border:none;cursor:pointer;background:linear-gradient(135deg,#10b981,#059669);color:#fff;display:flex;align-items:center;justify-content:center;transition:all .2s;flex-shrink:0}.chat-send-btn:hover:not(:disabled){transform:scale(1.05);box-shadow:0 2px 12px rgba(16,185,129,.4)}.chat-send-btn:active:not(:disabled){transform:scale(.95)}.chat-send-btn:disabled{opacity:.3;cursor:not-allowed}.chat-disclaimer{text-align:center;font-size:10px;color:hsla(0,0%,100%,.2);margin-top:8px;letter-spacing:.3px}.chat-email-prompt{margin:0 12px 10px;border-radius:16px;border:1px solid rgba(16,185,129,.2);background:linear-gradient(135deg,rgba(16,185,129,.06),rgba(5,150,105,.03));overflow:hidden;animation:email-prompt-in .4s cubic-bezier(.4,0,.2,1)}@keyframes email-prompt-in{0%{opacity:0;transform:translateY(10px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.chat-email-prompt__header{display:flex;align-items:flex-start;gap:10px;padding:14px 14px 0}.chat-email-prompt__icon{width:32px;height:32px;border-radius:10px;background:rgba(16,185,129,.15);border:1px solid rgba(16,185,129,.2);color:#10b981;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px}.chat-email-prompt__text{flex:1}.chat-email-prompt__title{font-size:13px;font-weight:700;color:#fff;line-height:1.3;margin:0 0 2px}.chat-email-prompt__subtitle{font-size:11.5px;color:hsla(0,0%,100%,.45);line-height:1.4;margin:0}.chat-email-prompt__dismiss{width:24px;height:24px;border-radius:8px;border:none;background:hsla(0,0%,100%,.05);color:hsla(0,0%,100%,.3);cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s}.chat-email-prompt__dismiss:hover{background:hsla(0,0%,100%,.1);color:hsla(0,0%,100%,.7)}.chat-email-prompt__form{padding:10px 14px 14px}.chat-email-prompt__input-wrap{display:flex;align-items:center;gap:6px;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.08);border-radius:12px;padding:3px 3px 3px 12px;transition:border-color .2s}.chat-email-prompt__input-wrap:focus-within{border-color:rgba(16,185,129,.4)}.chat-email-prompt__input{flex:1;background:transparent;border:none;outline:none;color:#fff;font-size:13px;padding:7px 0}.chat-email-prompt__input::placeholder{color:hsla(0,0%,100%,.2)}.chat-email-prompt__input--error+.chat-email-prompt__submit,.chat-email-prompt__input-wrap:has(.chat-email-prompt__input--error){border-color:rgba(239,68,68,.4)}.chat-email-prompt__submit{width:32px;height:32px;border-radius:9px;border:none;cursor:pointer;background:linear-gradient(135deg,#10b981,#059669);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s}.chat-email-prompt__submit:hover:not(:disabled){transform:scale(1.05);box-shadow:0 2px 10px rgba(16,185,129,.4)}.chat-email-prompt__submit:disabled{opacity:.5;cursor:not-allowed}.chat-email-prompt__error{margin:6px 0 0;font-size:11px;color:#f87171;display:flex;align-items:center;gap:4px}.chat-email-prompt__success{padding:20px 16px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:6px}.chat-email-prompt__success-icon{color:#10b981;margin-bottom:4px;filter:drop-shadow(0 0 8px rgba(16,185,129,.4))}.chat-email-prompt__success-title{font-size:14px;font-weight:700;color:#fff;margin:0}.chat-email-prompt__success-text{font-size:12px;color:hsla(0,0%,100%,.5);line-height:1.5;margin:0;max-width:260px}.chat-email-prompt__success-btn{margin-top:8px;padding:7px 18px;border-radius:20px;border:1px solid rgba(16,185,129,.3);background:rgba(16,185,129,.08);color:#10b981;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s}.chat-email-prompt__success-btn:hover{background:rgba(16,185,129,.15);border-color:rgba(16,185,129,.5)}@media (max-width:480px){.chat-fab-container{bottom:16px;right:16px}.chat-fab{width:54px;height:54px}.chat-fab-tooltip{bottom:64px;padding:6px 12px}.chat-fab-tooltip__text{font-size:12px}.chat-fab__icon{width:22px;height:22px}.chat-window{bottom:0;right:0;left:0;width:100%;max-width:100%;height:100%;max-height:100%;border-radius:0}.chat-window--open{transform:translateY(0) scale(1)}}.scroll-to-top{position:fixed;bottom:20px;left:25px;z-index:9998;display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;border:1px solid rgba(16,185,129,.25);cursor:pointer;background:rgba(16,185,129,.1);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);box-shadow:0 4px 24px rgba(0,0,0,.4),0 0 20px rgba(16,185,129,.15),inset 0 1px 0 hsla(0,0%,100%,.06);color:#10b981;opacity:0;transform:translateY(20px) scale(.8);pointer-events:none;transition:opacity .4s cubic-bezier(.4,0,.2,1),transform .4s cubic-bezier(.4,0,.2,1),background .25s ease,border-color .25s ease,box-shadow .25s ease}.scroll-to-top--visible{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}.scroll-to-top:hover{background:rgba(16,185,129,.2);border-color:rgba(16,185,129,.5);box-shadow:0 6px 32px rgba(0,0,0,.4),0 0 30px rgba(16,185,129,.3),inset 0 1px 0 hsla(0,0%,100%,.08);transform:translateY(-2px) scale(1.08);color:#34d399}.scroll-to-top:active{transform:translateY(0) scale(.95)}.scroll-to-top:focus-visible{outline:2px solid #10b981;outline-offset:4px}.scroll-to-top__icon{width:20px;height:20px;transition:transform .3s ease}.scroll-to-top:hover .scroll-to-top__icon{transform:translateY(-2px)}.scroll-to-top__pulse{position:absolute;inset:-4px;border-radius:50%;border:1.5px solid rgba(16,185,129,.4);animation:stt-pulse 2.5s cubic-bezier(.4,0,.6,1) infinite;pointer-events:none}@keyframes stt-pulse{0%,to{opacity:0;transform:scale(.9)}50%{opacity:.6;transform:scale(1.15)}}@media (max-width:640px){.scroll-to-top{width:44px;height:44px;bottom:92px;right:20px}.scroll-to-top__icon{width:18px;height:18px}}@font-face{font-family:__Dancing_Script_b75cb0;font-style:normal;font-weight:400 700;font-display:swap;src:url(/_next/static/media/325259dae461ae2a-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:__Dancing_Script_b75cb0;font-style:normal;font-weight:400 700;font-display:swap;src:url(/_next/static/media/d8f3713f2c4f699b-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:__Dancing_Script_b75cb0;font-style:normal;font-weight:400 700;font-display:swap;src:url(/_next/static/media/0e9d289c6eb42bf7-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:__Dancing_Script_Fallback_b75cb0;src:local("Arial");ascent-override:112.99%;descent-override:34.39%;line-gap-override:0.00%;size-adjust:81.43%}.__className_b75cb0{font-family:__Dancing_Script_b75cb0,__Dancing_Script_Fallback_b75cb0;font-style:normal}.__variable_b75cb0{--font-dancing-script:"__Dancing_Script_b75cb0","__Dancing_Script_Fallback_b75cb0"}@font-face{font-family:__Caveat_97f5e1;font-style:normal;font-weight:400 700;font-display:swap;src:url(/_next/static/media/e44cdba7d0878bc5-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:__Caveat_97f5e1;font-style:normal;font-weight:400 700;font-display:swap;src:url(/_next/static/media/07fccecd6728972a-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Caveat_97f5e1;font-style:normal;font-weight:400 700;font-display:swap;src:url(/_next/static/media/486fce9f36bc8f45-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:__Caveat_97f5e1;font-style:normal;font-weight:400 700;font-display:swap;src:url(/_next/static/media/46bdd75a3ff56824-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:__Caveat_Fallback_97f5e1;src:local("Arial");ascent-override:124.77%;descent-override:38.99%;line-gap-override:0.00%;size-adjust:76.94%}.__className_97f5e1{font-family:__Caveat_97f5e1,__Caveat_Fallback_97f5e1;font-style:normal}.__variable_97f5e1{--font-caveat:"__Caveat_97f5e1","__Caveat_Fallback_97f5e1"}