:root{--background:#ffffff;--foreground:#171717;--mse-pink:#f135a8;--mse-purple:#45106e;--mse-green:#61c557;--mse-orange:#ff9a3d;--chat-shell:#ffffff;--chat-canvas:#f8f6f9;--chat-surface:#ffffff;--chat-surface-soft:#f2eef6;--chat-header:#fffafd;--chat-border:#eadfec;--chat-header-border:#ead9ea;--chat-header-hover:#f3eaf4;--chat-heading-accent:#d62693;--chat-text:#1f2937;--chat-muted:#667085;--chat-icon:#5f6675;--chat-bot:#ffffff;--chat-bot-border:#eadfec;--chat-input:#ffffff;--chat-input-border:linear-gradient(135deg,rgb(241 53 168/32%),rgb(124 58 237/24%) 42%,rgb(97 197 87/24%) 72%,rgb(255 154 61/32%));--chat-input-border-focus:linear-gradient(135deg,rgb(241 53 168/72%),rgb(124 58 237/56%) 42%,rgb(97 197 87/48%) 72%,rgb(255 154 61/58%));--chat-user-start:#4a116d;--chat-user-end:#d8369f;--chat-user-warm:#ff8f3d;--chat-user-fresh:#61c557;--chat-user-fresh-ring:rgb(97 197 87/24%);--chat-button-start:#8a2fc5;--chat-button-end:#ec46b2;--chat-button-warm:#ffa24f;--chat-action-start:#9b35ce;--chat-action-end:#f45fbd;--chat-action-warm:#ffb65f;--chat-focus:rgb(241 53 168/12%);--chat-focus-soft:rgb(124 58 237/7%);--chat-focus-warm:rgb(255 154 61/7%);--chat-shadow:rgb(17 16 20/16%);--chat-scroll:#8e8e95;--chat-scroll-hover:#706977;--chat-scroll-track:#f3eff5}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--background:#0a0a0a;--foreground:#ededed;--chat-shell:#09090b;--chat-canvas:#0d0d10;--chat-surface:#141219;--chat-surface-soft:#1b1722;--chat-header:#020202;--chat-border:#301345;--chat-header-border:#45106e;--chat-header-hover:rgb(255 255 255/10%);--chat-heading-accent:var(--mse-pink);--chat-text:#eeeaf2;--chat-muted:#a7a0ad;--chat-icon:#d6d1dd;--chat-bot:#191620;--chat-bot-border:#33263f;--chat-input:#121116;--chat-input-border:linear-gradient(135deg,rgb(241 53 168/38%),rgb(112 72 139/40%) 42%,rgb(67 143 70/28%) 72%,rgb(201 102 47/44%));--chat-input-border-focus:linear-gradient(135deg,rgb(241 53 168/78%),rgb(112 72 139/74%) 42%,rgb(67 143 70/60%) 72%,rgb(201 102 47/68%));--chat-user-start:#351052;--chat-user-end:#a92882;--chat-user-warm:#c9662f;--chat-user-fresh:#438f46;--chat-user-fresh-ring:rgb(67 143 70/24%);--chat-button-start:#351052;--chat-button-end:#a92882;--chat-button-warm:#c9662f;--chat-action-start:#351052;--chat-action-end:#a92882;--chat-action-warm:#c9662f;--chat-focus:rgb(241 53 168/16%);--chat-focus-soft:rgb(112 72 139/18%);--chat-focus-warm:rgb(201 102 47/10%);--chat-shadow:rgb(0 0 0/44%);--chat-scroll:#5f5867;--chat-scroll-hover:#80768a;--chat-scroll-track:#111015}}:root.dark{--background:#0a0a0a;--foreground:#ededed;--chat-shell:#09090b;--chat-canvas:#0d0d10;--chat-surface:#141219;--chat-surface-soft:#1b1722;--chat-header:#020202;--chat-border:#301345;--chat-header-border:#45106e;--chat-header-hover:rgb(255 255 255/10%);--chat-heading-accent:var(--mse-pink);--chat-text:#eeeaf2;--chat-muted:#a7a0ad;--chat-icon:#d6d1dd;--chat-bot:#191620;--chat-bot-border:#33263f;--chat-input:#121116;--chat-input-border:linear-gradient(135deg,rgb(241 53 168/38%),rgb(112 72 139/40%) 42%,rgb(67 143 70/28%) 72%,rgb(201 102 47/44%));--chat-input-border-focus:linear-gradient(135deg,rgb(241 53 168/78%),rgb(112 72 139/74%) 42%,rgb(67 143 70/60%) 72%,rgb(201 102 47/68%));--chat-user-start:#351052;--chat-user-end:#a92882;--chat-user-warm:#c9662f;--chat-user-fresh:#438f46;--chat-user-fresh-ring:rgb(67 143 70/24%);--chat-button-start:#351052;--chat-button-end:#a92882;--chat-button-warm:#c9662f;--chat-action-start:#351052;--chat-action-end:#a92882;--chat-action-warm:#c9662f;--chat-focus:rgb(241 53 168/16%);--chat-focus-soft:rgb(112 72 139/18%);--chat-focus-warm:rgb(201 102 47/10%);--chat-shadow:rgb(0 0 0/44%);--chat-scroll:#5f5867;--chat-scroll-hover:#80768a;--chat-scroll-track:#111015}.mse-circle-action:focus-visible,.mse-outline-button:focus-visible,.mse-primary-button:focus-visible,.mse-primary-circle:focus-visible{outline:2px solid var(--mse-pink);outline-offset:2px}.mse-chat-scrollbar{scrollbar-color:var(--chat-scroll) var(--chat-scroll-track);scrollbar-width:thin}.mse-chat-scrollbar::-webkit-scrollbar{width:12px}.mse-chat-scrollbar::-webkit-scrollbar-track{background:var(--chat-scroll-track)}.mse-chat-scrollbar::-webkit-scrollbar-thumb{border:3px solid var(--chat-scroll-track);border-radius:999px;background:var(--chat-scroll)}.mse-chat-scrollbar::-webkit-scrollbar-thumb:hover{background:var(--chat-scroll-hover)}.mse-chat-widget .mse-typing-dots{display:flex;align-items:center;gap:.25rem}.mse-chat-widget .mse-typing-dot{width:.5rem;height:.5rem;border-radius:999px;background:#9ca3af;animation:mseTypingPulse 1s ease-in-out infinite}@keyframes mseTypingPulse{0%,to{opacity:.2}50%{opacity:1}}.mse-message-row{display:flex;align-items:flex-end;gap:.5rem}.mse-message-row.is-user{justify-content:flex-end}.mse-message-row.is-bot{justify-content:flex-start}.mse-bubble{max-width:70%;border-radius:1rem;padding:.75rem;font-size:.875rem;line-height:1.45;overflow-wrap:anywhere;white-space:pre-wrap;box-shadow:0 10px 22px var(--chat-shadow)}.mse-user-bubble{border-bottom-right-radius:.25rem;background:linear-gradient(135deg,var(--chat-user-start) 0,var(--chat-user-end) 72%,var(--chat-user-warm) 100%);color:#ffffff}.mse-bot-bubble{border:1px solid var(--chat-bot-border);border-bottom-left-radius:.25rem;background:var(--chat-bot);color:var(--chat-text)}.mse-chat-footer,.mse-login-footer{flex-shrink:0;border-top:1px solid var(--chat-border);background:var(--chat-shell);padding:.875rem 1rem calc(.875rem + env(safe-area-inset-bottom))}.mse-field-frame,.mse-input-frame{position:relative;border:1.5px solid transparent;border-radius:999px;background:linear-gradient(var(--chat-input),var(--chat-input)) padding-box,var(--chat-input-border) border-box;box-shadow:0 6px 18px rgb(17 16 20/8%);transition:background .18s ease,box-shadow .18s ease}.mse-field-frame:focus-within,.mse-input-frame:focus-within{background:linear-gradient(var(--chat-input),var(--chat-input)) padding-box,var(--chat-input-border-focus) border-box;box-shadow:0 0 0 3px var(--chat-focus),0 0 0 6px var(--chat-focus-soft),0 10px 24px var(--chat-focus-warm)}.mse-input-frame{display:flex;align-items:center}.mse-login-input,.mse-text-input{width:100%;border:0;border-radius:999px;background:transparent;color:var(--chat-text);outline:none}.mse-text-input{padding:.875rem 7rem .875rem 1.25rem}.mse-login-input{padding:.875rem 1.25rem}.mse-login-input::placeholder,.mse-text-input::placeholder{color:var(--chat-muted)}.mse-input-actions{position:absolute;right:.5rem;top:50%;display:flex;transform:translateY(-50%);align-items:center;gap:.5rem}.mse-circle-action,.mse-primary-circle{display:inline-flex;height:2.75rem;width:2.75rem;cursor:pointer;align-items:center;justify-content:center;border-radius:999px;transition:transform .18s ease,opacity .18s ease,background .18s ease}.mse-circle-action{border:1px solid var(--chat-border);background:var(--chat-surface);color:var(--chat-text)}.mse-circle-action:hover,.mse-outline-button:hover{background:var(--chat-surface-soft)}.mse-circle-action:disabled{cursor:default;opacity:.55}.mse-primary-button,.mse-primary-circle{border:0;background:linear-gradient(135deg,var(--chat-button-start) 0,var(--chat-button-end) 74%,var(--chat-button-warm) 100%);color:#ffffff}.mse-primary-button:hover,.mse-primary-circle:hover{opacity:.92}.mse-input-actions .mse-primary-circle,.mse-login-form .mse-primary-button{background:linear-gradient(135deg,var(--chat-action-start) 0,var(--chat-action-end) 70%,var(--chat-action-warm) 100%)}.mse-login-form{min-height:0;flex:1;gap:.625rem;overflow-y:auto;background:var(--chat-canvas);padding:1rem 1.25rem}.mse-field,.mse-login-form{display:flex;flex-direction:column}.mse-field{gap:.25rem}.mse-error-text{color:#dc2626;font-size:.75rem}.mse-error-card{border:1px solid #fecaca;border-radius:8px;background:#fef2f2;padding:.5rem .75rem;color:#b91c1c;text-align:center;font-size:.875rem}.mse-outline-button,.mse-primary-button{width:100%;cursor:pointer;border-radius:999px;padding:.75rem 1rem;font-weight:700;transition:opacity .18s ease,background .18s ease}.mse-primary-button:disabled{cursor:default;opacity:.55}.mse-outline-button{border:1px solid var(--chat-border);background:var(--chat-surface);color:var(--mse-pink)}.mse-events-card,.mse-info-card{border-radius:8px;background:var(--chat-surface);color:var(--chat-text)}.mse-info-card{border:1px solid var(--chat-border);border-left:3px solid var(--mse-green);padding:.625rem .875rem;box-shadow:0 6px 18px rgb(17 16 20/8%);margin-top:12px}.mse-info-title{color:var(--mse-pink);font-size:.875rem;font-weight:800;line-height:1.15;letter-spacing:0}.mse-info-copy{margin-top:.5rem;color:var(--chat-muted);font-size:.875rem;line-height:1.3}.mse-drawer{position:fixed;left:0;top:0;z-index:50;display:flex;flex-direction:column;height:100dvh;width:17.5rem;border-right:1px solid var(--chat-border);background:var(--chat-shell);box-shadow:0 24px 70px var(--chat-shadow)}.mse-drawer-header{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--chat-border);padding:1rem}.mse-drawer-title{color:var(--chat-text);font-size:.875rem;font-weight:700}.mse-drawer-content{padding:.75rem}.mse-drawer-content,.mse-recents-panel{display:flex;min-height:0;flex:1;flex-direction:column}.mse-recents-panel{gap:.75rem}.mse-recents-list{display:flex;flex-direction:column;gap:.25rem;min-height:0;flex:1;overflow-y:auto;padding-right:.25rem;scrollbar-color:var(--chat-scroll) var(--chat-scroll-track);scrollbar-width:thin}.mse-recents-list::-webkit-scrollbar{width:12px}.mse-recents-list::-webkit-scrollbar-track{background:var(--chat-scroll-track)}.mse-recents-list::-webkit-scrollbar-thumb{border:3px solid var(--chat-scroll-track);border-radius:999px;background:var(--chat-scroll)}.mse-recents-list::-webkit-scrollbar-thumb:hover{background:var(--chat-scroll-hover)}.mse-new-chat-button{width:100%;cursor:pointer;border:1px solid var(--chat-border);border-radius:8px;background:var(--chat-surface);padding:.5rem .75rem;color:var(--chat-text);font-size:.875rem;font-weight:700}.mse-new-chat-button:hover,.mse-session-item.is-active,.mse-session-item:hover{background:var(--chat-surface-soft)}.mse-session-item{display:flex;align-items:center;gap:.5rem;border-radius:8px;padding:.5rem .75rem}.mse-session-item>button:first-child{min-width:0}.mse-session-title{color:var(--chat-text);font-size:.875rem;font-weight:600}.mse-session-date,.mse-session-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mse-session-date{color:var(--chat-muted);font-size:.6875rem}.mse-voice-window{width:100%;max-width:28rem;overflow:hidden;border:1px solid var(--chat-border);border-radius:1rem;background:var(--chat-shell);box-shadow:0 24px 70px var(--chat-shadow)}.mse-voice-icon{display:inline-flex;height:2.25rem;width:2.25rem;align-items:center;justify-content:center;border-radius:999px;background:var(--chat-surface-soft);color:var(--mse-pink)}.mse-voice-body{display:grid;gap:1rem;padding:1rem}.mse-voice-visualizer{min-height:6rem}.mse-voice-bars,.mse-voice-visualizer{display:flex;align-items:center;justify-content:center}.mse-voice-bars{height:5.5rem;gap:.5rem}.mse-voice-bar{width:.38rem;height:.94rem;border-radius:999px;background:currentColor;box-shadow:0 0 0 transparent;color:var(--mse-pink);filter:saturate(.35) brightness(.72);opacity:.28;transition:box-shadow .72s ease,filter .72s ease,opacity .72s ease,height .82s cubic-bezier(.22,1,.36,1);will-change:height,opacity}.mse-voice-visualizer.is-lit .mse-voice-bar{box-shadow:0 0 0 1px rgb(255 255 255/14%),0 0 16px currentColor;filter:none;opacity:.88;height:.94rem}.mse-voice-visualizer.is-active .mse-voice-bar{animation:mseVoiceLift 1.85s cubic-bezier(.42,0,.28,1) infinite;opacity:.95}.mse-voice-visualizer.is-settling .mse-voice-bar{animation:mseVoiceSettle .78s cubic-bezier(.22,1,.36,1) var(--settle-delay,0s) both;opacity:.88}.mse-voice-bar:nth-child(2){color:var(--mse-purple)}.mse-voice-bar:nth-child(3){color:var(--mse-green)}.mse-voice-bar:nth-child(4){color:var(--mse-orange)}.mse-voice-bar:nth-child(5){color:#b15cff}.mse-voice-bar:nth-child(6){color:var(--mse-pink)}.mse-voice-visualizer.is-active .mse-voice-bar:first-child{--voice-low:0.85rem;--voice-high:2rem;animation-delay:-80ms}.mse-voice-visualizer.is-active .mse-voice-bar:nth-child(2){--voice-low:1rem;--voice-high:2.7rem;animation-delay:-.24s}.mse-voice-visualizer.is-active .mse-voice-bar:nth-child(3){--voice-low:0.78rem;--voice-high:3.55rem;animation-delay:-.39s}.mse-voice-visualizer.is-active .mse-voice-bar:nth-child(4){--voice-low:0.94rem;--voice-high:3.05rem;animation-delay:-.15s}.mse-voice-visualizer.is-active .mse-voice-bar:nth-child(5){--voice-low:0.82rem;--voice-high:3.35rem;animation-delay:-.31s}.mse-voice-visualizer.is-active .mse-voice-bar:nth-child(6){--voice-low:1rem;--voice-high:2.35rem;animation-delay:-.47s}@keyframes mseVoiceLift{0%,to{height:var(--voice-low,.94rem);opacity:.74}30%{height:var(--voice-high,2.2rem);opacity:1}58%{height:calc(var(--voice-low, .94rem) + .2rem);opacity:.84}82%{height:calc(var(--voice-high, 2.2rem) - .45rem);opacity:.94}}@keyframes mseVoiceSettle{0%{height:var(--settle-from,.94rem);opacity:.94}to{height:.94rem;opacity:.88}}@media (prefers-reduced-motion:reduce){.mse-voice-visualizer.is-active .mse-voice-bar{animation:none;height:1.05rem;opacity:.9}}.mse-events-card{padding:.5rem .75rem;color:var(--chat-muted);font-size:.75rem}.mse-events-list{margin-top:.5rem;max-height:7rem;overflow:auto}@media (prefers-color-scheme:dark){:root:not([data-theme=light]) .mse-error-text{color:#fca5a5}:root:not([data-theme=light]) .mse-error-card{border-color:rgb(248 113 113/30%);background:rgb(127 29 29/30%);color:#fecaca}}:root.dark .mse-error-text{color:#fca5a5}:root.dark .mse-error-card{border-color:rgb(248 113 113/30%);background:rgb(127 29 29/30%);color:#fecaca}@media (min-width:640px){.mse-drawer{position:absolute;height:100%}.mse-login-form{padding:1.25rem 1.5rem}.mse-chat-footer,.mse-login-footer{padding:.875rem 1.5rem 1.25rem}}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-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:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-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:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-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:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-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:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_f367f3{font-family:Inter,Inter Fallback,Arial,Helvetica,sans-serif;font-style:normal}.__variable_f367f3{--font-inter:"Inter","Inter Fallback",Arial,Helvetica,sans-serif}