:root{--app-height:100dvh;--header-height:60px;--color-bg:#f8f8f3;--content-max-width:880px}html,body{overscroll-behavior:none;background:var(--color-bg);height:100%;font-family:var(--font-app),system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;font-feature-settings:"cv02","cv03","cv04";letter-spacing:-.01em;margin:0;padding:0;overflow:hidden}.app{height:var(--app-height);flex-direction:column;width:100%;display:flex}.chat-header{flex:0 0 var(--header-height);z-index:10;background:#fff;border-bottom:1px solid #eae7e0}.chat-main{-webkit-overflow-scrolling:touch;padding-top:var(--header-height);flex-direction:column;flex:1;display:flex;overflow:hidden auto}.chat-inner{max-width:var(--content-max-width);width:100%;margin:0 auto;padding:.2rem 0}.chat-composer{background:var(--color-bg);z-index:20;flex:none;padding-top:.5rem;padding-bottom:.2rem;position:relative}
.composer{position:relative}.composer-inner{background:#fff padding-box padding-box;border:1px solid #e8e5df;border-radius:9999px;align-items:center;gap:.5rem;max-width:880px;margin:0 auto;padding:.75rem;display:flex;position:relative;overflow:hidden;box-shadow:0 2px 6px #0000000f}.composer-inner.is-multiline{border-radius:20px}.composer-inner.transcribed{transition:box-shadow .2s;box-shadow:0 0 0 2px #11182726,0 2px 6px #0000000f}.input-textarea{resize:none;color:#111827;border:none;outline:none;flex:auto;width:100%;min-height:52px;padding:.75rem;font-family:inherit;font-size:1.1rem;line-height:1.55;overflow-y:hidden;background:0 0!important}@media (max-width:767px){.chat-footer-wrap{padding-left:.75rem;padding-right:.75rem}.input-textarea{font-size:1.05rem}}
.composer-btn{aspect-ratio:1;color:#111827;cursor:pointer;background:#f3f4f6;border:none;border-radius:50%;flex:0 0 44px;justify-content:center;align-items:center;width:44px;height:44px;margin:0;padding:0;transition:background .2s,box-shadow .2s,transform .1s;display:flex;position:relative}.composer-btn:active{transform:scale(.96)}.composer-btn:disabled{opacity:.4;cursor:not-allowed}.send-btn:hover{background:#e5e7eb}.send-btn.active{color:#fff;background:#111827}.send-btn.active:hover{background:#000}.mic-btn:hover{background:#e5e7eb}.mic-btn.listening{background:#e5e7eb;box-shadow:0 0 0 2px #11182759}.composer-btn>svg{flex-shrink:0;width:18px;height:18px;display:block}.mic-pulse{pointer-events:none;background:#11182738;border-radius:50%;width:28px;height:28px;animation:1.2s ease-in-out infinite mic-breathe;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes mic-breathe{0%{opacity:.25}50%{opacity:.65}to{opacity:.25}}.legal-disclaimer{text-align:center;color:#6b7280;max-width:880px;margin:.4rem auto 0;padding:0 .75rem .6rem;font-size:.75rem}.legal-disclaimer .underline{cursor:pointer;color:inherit;background:0 0;border:none;padding:0;text-decoration:underline}.legal-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:300;background:#00000073;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.legal-modal{background:#fff;border-radius:18px 18px 0 0;width:100%;max-width:640px;max-height:80vh;padding:1.5rem 1.75rem 1.25rem;animation:.25s ease-out slideUp;position:relative;overflow-y:auto;box-shadow:0 -8px 30px #00000040}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.legal-close{cursor:pointer;color:#6b7280;background:0 0;border:none;font-size:1.2rem;position:absolute;top:1rem;right:1rem}.legal-title{text-align:center;margin-bottom:1rem;font-size:1.25rem;font-weight:700}.legal-content{color:#374151;font-size:.9rem;line-height:1.55}.legal-content h3{margin-top:1rem;font-size:.95rem;font-weight:600}.legal-content ul{padding-left:1.2rem}.legal-actions{justify-content:flex-end;margin-top:1.25rem;display:flex}.legal-primary{color:#fff;cursor:pointer;background:#111827;border:none;border-radius:9999px;padding:.45rem 1rem}
.chat-main.welcome-only .chat-inner{padding-top:0!important}.chat-main.welcome-only .message.assistant:first-child{margin-top:0!important}.message{width:100%;max-width:var(--content-max-width,880px);flex-direction:column;align-items:flex-start;margin:.5rem auto;display:flex}.message.assistant{flex-direction:column;align-items:flex-start;gap:.35rem;width:100%;display:flex;position:relative;overflow:visible}.assistant-header{align-items:center;gap:.4rem;margin-left:.3rem;display:flex}.assistant-header .amelie-avatar-wrap{display:inline-flex;position:relative}.avatar-amelie{object-fit:cover;border-radius:50%;width:36px;height:36px}.amelie-status{background:#22c55e;border:2px solid #fff;border-radius:50%;width:10px;height:10px;position:absolute;bottom:1px;right:1px}.amelie-status--message{width:8px;height:8px;bottom:2px;right:2px}.amelie-name{color:var(--text-primary,#111827);font-size:.95rem;font-weight:600}.assistant-bubble{color:#111827;word-wrap:break-word;background:#f8f8f3;border-radius:4px 14px 14px;max-width:100%;padding:.75rem 1rem;line-height:1.5;position:relative}.prose.amelie p{margin:.5rem 0}.prose.amelie p:first-child{margin-top:0}.prose.amelie p:last-child{margin-bottom:0}.prose.amelie a{color:#2563eb;word-break:break-word;text-decoration:underline}.prose.amelie a:hover{color:#1d4ed8}.prose.amelie ul,.prose.amelie ol{margin:.5rem 0;padding-left:1.25rem}.prose.amelie li{margin:.25rem 0}.prose.amelie strong{color:#111827;font-weight:600}.prose.amelie em{font-style:italic}.prose.amelie code{background:#e5e7eb;border-radius:4px;padding:.125rem .375rem;font-family:ui-monospace,monospace;font-size:.9em}.prose.amelie pre{color:#f9fafb;background:#1f2937;border-radius:8px;margin:.5rem 0;padding:.75rem;overflow-x:auto}.prose.amelie blockquote{color:#4b5563;border-left:3px solid #d1d5db;margin:.5rem 0;padding-left:.75rem;font-style:italic}.message.user{align-items:flex-end}.user-bubble{color:#111827;word-wrap:break-word;background:#fff;border-radius:14px 4px 14px 14px;max-width:85%;margin-right:.5rem;padding:.6rem .9rem;line-height:1.4;box-shadow:0 1px 2px #0000000d}.thinking-inline{align-items:center;gap:.5rem;display:flex}.thinking-inline-dots{gap:.25rem;display:inline-flex}.thinking-inline-dots .dot{background:#9ca3af;border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite both dotPulse}.thinking-inline-dots .dot:first-child{animation-delay:-.32s}.thinking-inline-dots .dot:nth-child(2){animation-delay:-.16s}@keyframes dotPulse{0%,80%,to{opacity:.4;transform:scale(.6)}40%{opacity:1;transform:scale(1)}}.scroll-to-bottom-btn{cursor:pointer;z-index:100;color:#6b7280;background:#fff;border:1px solid #e5e7eb;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;transition:all .2s;display:flex;position:fixed;bottom:80px;right:20px;box-shadow:0 2px 8px #0000001a}.scroll-to-bottom-btn:hover{color:#374151;background:#f9fafb;border-color:#d1d5db}.assistant-footer-cta{color:#6b7280;align-items:center;gap:1rem;margin-top:.5rem;padding-top:.4rem;font-size:.85rem;display:flex}.assistant-cta-btn{color:inherit;font-size:inherit;cursor:pointer;white-space:nowrap;background:0 0;border:none;align-items:center;gap:.35rem;padding:0;font-weight:500;display:inline-flex}.assistant-cta-btn svg{stroke:#9ca3af}.assistant-cta-btn:hover{color:#374151}.assistant-cta-btn:hover svg{stroke:#374151}@media (max-width:480px){.assistant-footer-cta{flex-wrap:wrap;gap:.8rem;font-size:.8rem}}.message.user.sticky-last-user{z-index:100;margin-bottom:2rem;transition:top .2s;position:sticky;top:10px}.establishment-cards{width:100%;margin:1rem 0}.establishment-cards-header{justify-content:center;align-items:center;margin-bottom:.75rem;display:flex}.establishment-cards-count{color:#6b7280;background:#f3f4f6;border-radius:9999px;padding:.35rem .75rem;font-size:.85rem;font-weight:500}.establishment-carousel{align-items:center;gap:.5rem;width:100%;display:flex;position:relative}.establishment-carousel-track{border-radius:12px;flex:1;overflow:hidden}.establishment-carousel-slide{width:100%;display:flex}.establishment-carousel-slide.is-transitioning{transition:transform .4s cubic-bezier(.4,0,.2,1)}.establishment-carousel-slide.no-transition{transition:none}.establishment-carousel-item{flex:0 0 100%;width:100%;min-width:100%}.establishment-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;flex-direction:column;width:100%;transition:box-shadow .2s;display:flex;overflow:hidden}.establishment-card:hover{box-shadow:0 4px 12px #0000001a}.establishment-carousel-arrow{cursor:pointer;color:#4b5563;z-index:10;background:#fff;border:1px solid #e5e7eb;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex;box-shadow:0 2px 4px #0000000d}.establishment-carousel-arrow:hover{color:#111827;background:#f9fafb;border-color:#d1d5db;box-shadow:0 4px 8px #0000001a}.establishment-carousel-arrow:disabled{opacity:.4;cursor:not-allowed}.establishment-carousel-arrow svg{stroke:currentColor}.establishment-carousel-dots{justify-content:center;gap:.5rem;margin-top:.75rem;display:flex}.establishment-carousel-dot{cursor:pointer;background:#d1d5db;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:all .2s}.establishment-carousel-dot:hover{background:#9ca3af}.establishment-carousel-dot.is-active{background:#2563eb;transform:scale(1.2)}.establishment-card-image{background:#f3f4f6;width:100%;height:180px;position:relative;overflow:hidden}.establishment-card-img{object-fit:cover;width:100%;height:100%}.establishment-card-placeholder{color:#9ca3af;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;font-size:.85rem;display:flex;position:absolute;inset:0}.establishment-card-placeholder svg{stroke:#d1d5db}.establishment-card-content{flex-direction:column;flex:1;gap:.5rem;padding:1rem;display:flex}.establishment-card-name{color:#111827;margin:0;font-size:1.15rem;font-weight:600;line-height:1.3}.establishment-card-location{color:#6b7280;margin:0;font-size:.95rem;line-height:1.4}.establishment-card-address{color:#9ca3af;margin:0;font-size:.9rem;line-height:1.3}.establishment-card-highlights{color:#4b5563;margin:.25rem 0;font-size:.9rem;font-style:italic;line-height:1.4}.establishment-card-meta{flex-wrap:wrap;gap:.5rem;margin-top:.25rem;display:flex}.establishment-card-badge{color:#4b5563;background:#f3f4f6;border-radius:4px;align-items:center;padding:.25rem .5rem;font-size:.8rem;font-weight:500;display:inline-flex}.establishment-card-badge--rating{color:#d97706;background:#fef3c7}.establishment-card-services{flex-wrap:wrap;gap:.35rem;margin-top:.25rem;display:flex}.establishment-card-service-badge{color:#1e40af;background:#dbeafe;border-radius:9999px;align-items:center;padding:.2rem .5rem;font-size:.75rem;font-weight:500;display:inline-flex}.establishment-card-link{color:#2563eb;align-items:center;gap:.35rem;margin-top:.75rem;padding:.5rem 0;font-size:.95rem;font-weight:500;text-decoration:none;transition:color .2s;display:inline-flex}.establishment-card-link:hover{color:#1d4ed8}.establishment-card-link svg{stroke:currentColor}.establishment-cards--text{margin:.75rem 0}.establishment-list-text{flex-direction:column;gap:.75rem;display:flex}.establishment-text-item{border-bottom:1px solid #e5e7eb;padding:.75rem 0;font-size:.95rem;line-height:1.5}.establishment-text-item:last-child{border-bottom:none}.establishment-text-item strong{color:#111827;font-weight:600}.establishment-text-item a{color:#2563eb;text-decoration:underline}.establishments-loading{color:#9ca3af;justify-content:center;align-items:center;padding:2rem;display:flex}.establishments-loading-dots{gap:.3rem;display:flex}.establishments-loading-dots .dot{background:currentColor;border-radius:50%;width:8px;height:8px;animation:1.4s ease-in-out infinite both dotPulse}.establishments-loading-dots .dot:first-child{animation-delay:-.32s}.establishments-loading-dots .dot:nth-child(2){animation-delay:-.16s}@media (max-width:640px){.establishment-carousel-arrow{width:36px;height:36px}.establishment-card-image{height:160px}.establishment-card-content{padding:.875rem}.establishment-card-name{font-size:1.1rem}}@media (max-width:400px){.establishment-carousel-arrow{display:none}}
.welcome-outer{top:var(--sticky-offset,60px);width:100%;height:calc(100dvh - var(--sticky-offset,60px) - var(--composer-height,120px));background:var(--color-bg,#f8f8f3);z-index:3;will-change:opacity,transform;justify-content:center;align-items:center;font-family:inherit;transition:opacity .4s,transform .4s cubic-bezier(.22,1,.36,1);display:flex;position:absolute;left:0}.welcome-outer.is-visible{opacity:1;pointer-events:auto;transform:translateY(0)}.welcome-outer.is-hidden{opacity:0;pointer-events:none;transform:translateY(-12px)}.welcome-intro{text-align:center;box-sizing:border-box;flex-direction:column;align-items:center;width:100%;max-width:560px;margin:0 auto;padding:2rem 1.5rem;display:flex}.amelie-avatar-halo{justify-content:center;margin-bottom:1.5rem;display:flex}.amelie-avatar-wrap{display:inline-block;position:relative}.amelie-avatar-large{border-radius:50%;width:130px;height:130px;overflow:hidden;box-shadow:0 0 0 6px #fff,0 6px 12px #0000001a}.amelie-avatar-img{object-fit:cover;border-radius:50%;width:100%;height:100%}.welcome-intro .amelie-avatar-wrap .amelie-status{background:#3bae61;border:2px solid #fff;border-radius:50%;width:18px;height:18px;position:absolute;bottom:6px;right:6px;box-shadow:0 0 3px #00000026}.welcome-text{max-width:560px}.intro-title{color:#111827;margin-bottom:.8rem;font-size:1.8rem;font-weight:700}.intro-paragraph{color:#333;max-width:90%;margin:0 auto;font-size:1.1rem;line-height:1.6}.intro-paragraph strong{color:#000;font-weight:600}@media (max-width:767px){.amelie-avatar-large{width:100px;height:100px}.intro-title{font-size:1.45rem}.intro-paragraph{font-size:1rem}.welcome-intro .amelie-avatar-wrap .amelie-status{width:12px;height:12px;bottom:5px;right:5px}}
.msg-textarea{border:1px solid #d1d5db;border-radius:14px;width:100%;min-height:120px;padding:14px;font-family:inherit;font-size:.95rem;line-height:1.45}.msg-textarea:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #2563eb26}@media (max-width:767px){.msg-textarea{min-height:72px;padding:10px 12px;font-size:.9rem;line-height:1.35}}@media (min-width:900px){.msg-textarea{resize:none;min-height:260px}}
.overlay-root{z-index:999;justify-content:center;align-items:stretch;display:flex;position:fixed;inset:0}.overlay-backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:0;background:#00000059;position:absolute;inset:0}.overlay-panel{z-index:1;background:#fff;flex-direction:column;width:100%;height:100%;display:flex;position:relative}@media (min-width:900px){.overlay-panel{border-radius:20px;max-width:880px;max-height:92%;margin:auto;box-shadow:0 20px 40px #00000040}}.overlay-header{background:#fff;border-bottom:1px solid #eee;align-items:center;gap:16px;padding:16px 20px;display:flex;position:relative}.overlay-title{margin:0}.overlay-title-inner{white-space:nowrap;align-items:center;gap:10px;font-size:1.2rem;font-weight:700;line-height:1.2;display:inline-flex}.overlay-avatar-img{border-radius:50%;flex-shrink:0;width:44px;height:44px}.overlay-close-btn{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:999px;align-items:center;gap:6px;padding:5px 9px;font-size:13px;display:flex;position:absolute;top:14px;right:14px;box-shadow:0 2px 6px #0000001f}.overlay-close-btn span{color:#374151;font-size:.8rem}.overlay-intro{align-items:flex-start;gap:10px;padding:12px 20px;display:flex}.overlay-intro p{color:#374151;margin:0;font-size:.9rem;line-height:1.4}.overlay-body{-webkit-overflow-scrolling:touch;flex-direction:column;flex:1;padding:12px 20px;display:flex;overflow-y:auto}.overlay-content{flex-direction:column;flex:1;gap:12px;display:flex;overflow:hidden}@media (min-width:900px){.overlay-content{grid-template-columns:1fr 1fr;align-items:stretch;gap:24px;display:grid}.overlay-left,.overlay-right{flex-direction:column;min-height:0;display:flex}}.overlay-message-zone{flex-direction:column;flex:1;gap:4px;min-height:180px;display:flex;position:relative}.overlay-message-zone .msg-textarea{margin:0}.message-rgpd-note{color:#6b7280;margin:0;padding:0;font-size:.7rem;line-height:1.3}.overlay-form input{border:1px solid #d1d5db;border-radius:10px;width:100%;padding:10px 12px;font-size:.9rem}.overlay-form input:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #2563eb26}.form-error{color:#dc2626;margin-top:4px;font-size:.8rem}.checkbox-row{align-items:flex-start;gap:8px;margin-top:6px;margin-bottom:10px;display:flex}.checkbox-row input{width:16px;height:16px;margin-top:2px}.checkbox-row span{color:#374151;font-size:.85rem}.overlay-actions{background:#fff;border-top:1px solid #e5e7eb;flex-shrink:0;justify-content:center;gap:16px;padding:12px 16px;display:flex}.btn-back{cursor:pointer;background:#f3f4f6;border-radius:999px;padding:12px 18px}.btn-cta-devis{cursor:pointer;background:#ffd814;border:1px solid #fcd200;border-radius:999px;padding:12px 20px;font-weight:600}.btn-cta-devis:disabled{cursor:not-allowed}.cta-mobile{display:inline}.cta-desktop{display:none}@media (min-width:768px){.cta-mobile{display:none}.cta-desktop{display:inline}}@media (max-width:767px){.overlay-message-zone{gap:2px}}.overlay-message-loader{z-index:6;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:linear-gradient(#fff5d7f2,#fffffff2);border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:12px;display:flex;position:absolute;inset:0}.overlay-spinner{border:4px solid #fde68a;border-top-color:#f59e0b;border-radius:50%;width:34px;height:34px;animation:.9s ease-in-out infinite overlay-spin}.overlay-loader-text{color:#92400e;text-align:center;font-size:.9rem;font-weight:500}@keyframes overlay-spin{0%{transform:rotate(0)scale(.95)}50%{transform:rotate(180deg)scale(1.05)}to{transform:rotate(360deg)scale(.95)}}.overlay-message-zone{flex-direction:column;flex-shrink:0;gap:4px;display:flex;position:relative}.overlay-form{flex-shrink:0}
