.coffee-chat{--cc-bg: #f6f4f0;--cc-ink: #000;--cc-paper: #fff;--cc-muted: #666;--cc-line: rgba(0, 0, 0, .1);--cc-chip: #f3f0eb;--cc-radius: 20px;--cc-bubble-radius: 18px;--cc-panel-w: 420px;--cc-panel-h: 720px;--cc-offset: 20px;--cc-font: var(--font-body-family, "Geist Mono", ui-monospace, monospace);--cc-font-heading: var(--font-heading-family, "Bungee", var(--cc-font));font-family:var(--cc-font);color:var(--cc-ink);font-size:1.4rem;line-height:1.45;-webkit-font-smoothing:antialiased}.coffee-chat *,.coffee-chat *:before,.coffee-chat *:after{box-sizing:border-box}.coffee-chat button{font:inherit;cursor:pointer;-webkit-tap-highlight-color:transparent}.coffee-chat__dock{position:fixed;bottom:calc(var(--cc-offset) + env(safe-area-inset-bottom,0px));z-index:9990;transition:opacity .2s ease,transform .2s ease}.coffee-chat--left .coffee-chat__dock{left:calc(var(--cc-offset) + env(safe-area-inset-left,0px))}.coffee-chat--right .coffee-chat__dock{right:calc(var(--cc-offset) + env(safe-area-inset-right,0px))}.coffee-chat.is-open .coffee-chat__dock{opacity:0;pointer-events:none;transform:scale(.9)}.coffee-chat__launcher{position:relative;display:inline-flex;align-items:center;gap:10px;height:60px;padding:0 22px 0 16px;border:1px solid var(--cc-launcher-bg, var(--cc-ink));border-radius:40px;background:var(--cc-launcher-bg, var(--cc-ink));color:var(--cc-launcher-ink, var(--cc-bg));box-shadow:0 6px 24px #00000038;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease,filter .2s ease;animation:cc-launcher-halo 1.4s ease-out 2s 1}@keyframes cc-launcher-halo{0%{box-shadow:0 6px 24px #00000038,0 0 0 0 var(--cc-launcher-bg, var(--cc-ink))}70%{box-shadow:0 6px 24px #00000038,0 0 0 16px #0000}to{box-shadow:0 6px 24px #00000038,0 0 #0000}}.coffee-chat__launcher:hover{transform:translateY(-2px);box-shadow:0 10px 28px #00000042;filter:brightness(.94)}.coffee-chat__launcher:focus-visible{outline:2px solid var(--cc-ink);outline-offset:3px}.coffee-chat__launcher-icon{width:26px;height:26px;flex:none}.coffee-chat__launcher-label{font-family:var(--cc-font-heading);font-size:1.4rem;letter-spacing:.02em;white-space:nowrap}.coffee-chat__dismiss{position:absolute;top:-9px;right:-7px;width:26px;height:26px;display:inline-flex;align-items:center;justify-content:center;border:2px solid var(--cc-bg);border-radius:50%;background:var(--cc-ink);color:var(--cc-bg);box-shadow:0 2px 8px #00000040;transition:transform .15s ease,background .15s ease}.coffee-chat__dismiss svg{width:12px;height:12px}.coffee-chat__dismiss:hover{transform:scale(1.1)}.coffee-chat__dismiss:focus-visible{outline:2px solid var(--cc-ink);outline-offset:2px}@media screen and (max-width:749px){.coffee-chat__launcher{height:56px;padding:0 18px 0 14px}.coffee-chat__launcher-label{font-size:1.3rem}}.coffee-chat__panel{display:flex;flex-direction:column;background:var(--cc-bg);border:1px solid var(--cc-ink);border-radius:var(--cc-radius);overflow:hidden;isolation:isolate}.coffee-chat--bubble .coffee-chat__panel{position:fixed;bottom:calc(var(--cc-offset) + env(safe-area-inset-bottom,0px));z-index:9991;width:min(var(--cc-panel-w),calc(100vw - 2 * var(--cc-offset)));height:min(var(--cc-panel-h),calc(100vh - 2 * var(--cc-offset)));height:min(var(--cc-panel-h),calc(100dvh - 2 * var(--cc-offset)));box-shadow:0 18px 50px #00000038;opacity:0;transform:translateY(16px) scale(.98);pointer-events:none;transition:opacity .22s ease,transform .22s ease}.coffee-chat--bubble.coffee-chat--left .coffee-chat__panel{left:calc(var(--cc-offset) + env(safe-area-inset-left,0px))}.coffee-chat--bubble.coffee-chat--right .coffee-chat__panel{right:calc(var(--cc-offset) + env(safe-area-inset-right,0px))}.coffee-chat--bubble.is-open .coffee-chat__panel{opacity:1;transform:none;pointer-events:auto}.coffee-chat--inline{max-width:var(--page-width, 120rem);margin:0 auto;padding:0 1.5rem}.coffee-chat--inline .coffee-chat__panel{position:relative;width:100%;margin:0 auto;height:clamp(420px,75vh,780px)}@media screen and (min-width:990px){.coffee-chat--inline{padding:0 5rem}}.coffee-chat--inline .coffee-chat__msg--assistant{max-width:min(100%,680px)}.coffee-chat--inline .coffee-chat__msg--user{max-width:min(80%,560px)}.coffee-chat--inline .coffee-chat__launcher{display:none}@media screen and (max-width:749px){.coffee-chat--bubble .coffee-chat__panel,.coffee-chat--inline.is-expanded .coffee-chat__panel{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9991;width:100%;max-width:none;height:100vh;height:100dvh;max-height:none;min-height:0;margin:0;border:0;border-radius:0;box-shadow:none;transform:none}.coffee-chat--bubble .coffee-chat__panel{transform:translateY(24px)}.coffee-chat--bubble.is-open .coffee-chat__panel{transform:none}.coffee-chat--inline{padding:0}.coffee-chat--inline .coffee-chat__panel{height:560px;min-height:0}}.coffee-chat.is-keyboard .coffee-chat__panel{transition:none}.coffee-chat .coffee-chat__maximize,.cc-icon-contract{display:none}@media screen and (max-width:749px){.coffee-chat.coffee-chat--inline .coffee-chat__maximize{display:grid}.coffee-chat--inline.is-expanded .cc-icon-expand{display:none}.coffee-chat--inline.is-expanded .cc-icon-contract{display:block}}@media screen and (min-width:750px){.coffee-chat .coffee-chat__maximize{display:grid}.coffee-chat.is-maximized .cc-icon-expand{display:none}.coffee-chat.is-maximized .cc-icon-contract{display:block}.coffee-chat.is-maximized .coffee-chat__panel{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;max-width:none;height:100vh;height:100dvh;margin:0;border:0;border-radius:0;box-shadow:none;z-index:9992;opacity:1;transform:none;transition:none;pointer-events:auto}.coffee-chat.is-maximized .coffee-chat__header,.coffee-chat.is-maximized .coffee-chat__log,.coffee-chat.is-maximized .coffee-chat__chips,.coffee-chat.is-maximized .coffee-chat__composer{padding-left:max(24px,calc((100% - 900px)/2));padding-right:max(24px,calc((100% - 900px)/2))}.coffee-chat.is-maximized .coffee-chat__msg--assistant{max-width:min(100%,680px)}.coffee-chat.is-maximized .coffee-chat__msg--user{max-width:min(80%,560px)}.coffee-chat.coffee-chat--inline.is-maximized .coffee-chat__close{display:grid}}body.coffee-chat-lock{overflow:hidden!important;touch-action:none;overscroll-behavior:none}.coffee-chat__header{display:flex;align-items:center;gap:12px;padding:14px 14px 14px 18px;padding-top:calc(14px + env(safe-area-inset-top,0px));background:var(--cc-ink);color:var(--cc-bg);flex:none}.coffee-chat__avatar{width:38px;height:38px;flex:none;border-radius:50%;background:var(--cc-bg);color:var(--cc-ink);display:grid;place-items:center}.coffee-chat__avatar svg{width:22px;height:22px}.coffee-chat__titles{flex:1;min-width:0}.coffee-chat__title{font-family:var(--cc-font-heading);font-size:1.4rem;line-height:1.2;letter-spacing:.02em;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.coffee-chat__subtitle{margin:2px 0 0;font-size:1.15rem;opacity:.75;display:flex;align-items:center;gap:6px}.coffee-chat__status-dot{width:7px;height:7px;border-radius:50%;background:#35c26b;flex:none}.coffee-chat__icon-btn{width:40px;height:40px;flex:none;display:grid;place-items:center;border:0;border-radius:50%;background:transparent;color:inherit;transition:background .15s ease}.coffee-chat__icon-btn:hover{background:#ffffff24}.coffee-chat__icon-btn:focus-visible{outline:2px solid var(--cc-bg);outline-offset:2px}.coffee-chat__icon-btn svg{width:20px;height:20px}.coffee-chat__collapse{display:none}@media screen and (max-width:749px){.coffee-chat--inline.is-expanded .coffee-chat__collapse{display:grid}.coffee-chat--inline .coffee-chat__close{display:none}}.coffee-chat--inline:not(.is-expanded) .coffee-chat__close{display:none}.coffee-chat--inline .coffee-chat__header{padding-top:14px}@media screen and (max-width:749px){.coffee-chat--inline.is-expanded .coffee-chat__header{padding-top:calc(14px + env(safe-area-inset-top,0px))}}.coffee-chat__log{flex:1;min-height:0;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding:18px 16px 8px;display:flex;flex-direction:column;gap:12px;scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){.coffee-chat__log{scroll-behavior:auto}}.coffee-chat__msg{display:flex;flex-direction:column;max-width:86%;animation:cc-pop .22s ease both}.coffee-chat__msg--assistant{align-self:flex-start}.coffee-chat__msg--user{align-self:flex-end;align-items:flex-end;max-width:80%}.coffee-chat__bubble{padding:10px 14px;border-radius:var(--cc-bubble-radius);font-size:1.4rem;line-height:1.5;overflow-wrap:anywhere}.coffee-chat__msg--assistant .coffee-chat__bubble{background:var(--cc-paper);border:1px solid var(--cc-line);border-bottom-left-radius:6px}.coffee-chat__msg--user .coffee-chat__bubble{background:var(--cc-ink);color:var(--cc-bg);border-bottom-right-radius:6px}.coffee-chat__bubble p{margin:0}.coffee-chat__bubble p+p{margin-top:.7em}.coffee-chat__bubble ul{margin:.5em 0 0;padding-left:1.2em}.coffee-chat__bubble li+li{margin-top:.25em}.coffee-chat__bubble strong{font-weight:700}.coffee-chat__bubble a{color:inherit;text-decoration:underline}.coffee-chat__bubble.is-streaming>:last-child:after{content:"";display:inline-block;width:.55em;height:1em;margin-left:2px;vertical-align:-.15em;background:currentColor;animation:cc-blink 1s steps(2,start) infinite}.coffee-chat__typing{display:inline-flex;gap:5px;align-items:center;padding:14px 16px}.coffee-chat__typing i{width:7px;height:7px;border-radius:50%;background:var(--cc-ink);opacity:.35;animation:cc-dots 1.2s ease-in-out infinite}.coffee-chat__typing i:nth-child(2){animation-delay:.15s}.coffee-chat__typing i:nth-child(3){animation-delay:.3s}.coffee-chat__error{align-self:center;text-align:center;font-size:1.3rem;color:var(--cc-muted);padding:6px 12px}.coffee-chat__error button{margin-left:6px;border:0;background:none;text-decoration:underline;color:var(--cc-ink)}.coffee-chat__cards{display:flex;flex-direction:column;gap:10px;margin-top:2px;width:100%}.coffee-chat__msg--assistant .coffee-chat__cards{max-width:100%}.coffee-chat-card{display:grid;grid-template-columns:96px 1fr;gap:12px;padding:10px;background:var(--cc-paper);border:1px solid var(--cc-line);border-radius:18px;animation:cc-pop .25s ease both}.coffee-chat-card__media{position:relative;aspect-ratio:4 / 5;border-radius:12px;overflow:hidden;background:#f0f0f0;display:block}.coffee-chat-card__media img{width:100%;height:100%;object-fit:cover;display:block}.coffee-chat-card__brew{position:absolute;top:8px;left:8px;padding:3px 8px;border-radius:40px;font-size:.95rem;font-weight:600;color:#fff;background:#5c3d2e;white-space:nowrap}.coffee-chat-card__brew--filtre{background:#e8913a}.coffee-chat-card__brew--both{background:#d4a843;color:#333}.coffee-chat-card__body{display:flex;flex-direction:column;min-width:0;gap:4px}.coffee-chat-card__vendor{font-size:1.05rem;color:var(--cc-muted);font-weight:600}.coffee-chat-card__title{font-size:1.3rem;font-weight:700;line-height:1.25;color:#111;text-decoration:none}.coffee-chat-card__title:hover{text-decoration:underline}.coffee-chat-card__notes{display:flex;flex-wrap:wrap;gap:4px;margin-top:2px}.coffee-chat-card__note{padding:2px 8px;border-radius:40px;background:var(--cc-chip);color:#555;font-size:1.05rem}.coffee-chat-card__why{font-size:1.25rem;color:#333;margin-top:2px}.coffee-chat-card__footer{margin-top:auto;padding-top:6px;display:flex;align-items:center;justify-content:space-between;gap:10px}.coffee-chat-card__price{font-size:1.4rem;font-weight:700}.coffee-chat-card__price small{font-size:1.05rem;font-weight:500;color:var(--cc-muted);margin-left:4px}.coffee-chat-card__add{height:34px;padding:0 14px;border:1px solid var(--cc-ink);border-radius:40px;background:var(--cc-ink);color:var(--cc-bg);font-size:1.15rem;font-weight:600;white-space:nowrap;transition:background .15s ease,color .15s ease}.coffee-chat-card__add:hover{background:var(--cc-bg);color:var(--cc-ink)}.coffee-chat-card__add[disabled]{opacity:.6;cursor:default}.coffee-chat-card__add.is-added{background:#35c26b;border-color:#35c26b;color:#fff}.coffee-chat-card__add:focus-visible{outline:2px solid var(--cc-ink);outline-offset:2px}.coffee-chat-card__grind{display:flex;align-items:center;gap:6px;margin-top:6px;font-size:1.1rem;color:var(--cc-muted)}.coffee-chat-card__grind strong{color:var(--cc-ink);font-weight:600}.coffee-chat-card__grind select{flex:1;min-width:0;height:30px;padding:0 8px;border:1px solid var(--cc-line);border-radius:8px;background:var(--cc-paper);color:var(--cc-ink);font:inherit;font-size:1.15rem}.coffee-chat-card__grind button{border:0;background:none;padding:0;font:inherit;font-size:1.05rem;text-decoration:underline;color:var(--cc-muted)}.coffee-chat__chip--lead{background:var(--cc-launcher-bg, var(--cc-ink));border-color:var(--cc-launcher-bg, var(--cc-ink));color:var(--cc-launcher-ink, var(--cc-bg));font-weight:600}.coffee-chat__chip--lead:hover,.coffee-chat__chip--lead:focus-visible{background:var(--cc-ink);border-color:var(--cc-ink);color:var(--cc-bg)}.coffee-chat__lead{align-self:stretch;max-width:min(100%,520px);padding:14px 16px;border:1px solid var(--cc-ink);border-radius:var(--cc-bubble-radius);background:var(--cc-paper);animation:cc-pop .2s ease both}.coffee-chat__lead-title{margin:0 0 10px;font-size:1.3rem;line-height:1.4}.coffee-chat__lead-row{display:flex;gap:6px}.coffee-chat__lead-input{flex:1;min-width:0;height:38px;padding:0 12px;border:1px solid var(--cc-ink);border-radius:40px;background:var(--cc-bg);color:var(--cc-ink);font:inherit;font-size:16px}@media screen and (min-width:750px){.coffee-chat__lead-input{font-size:1.3rem}}.coffee-chat__lead-send{height:38px;padding:0 16px;border:1px solid var(--cc-ink);border-radius:40px;background:var(--cc-ink);color:var(--cc-bg);font:inherit;font-size:1.2rem;font-weight:600;white-space:nowrap}.coffee-chat__lead-send[disabled]{opacity:.6}.coffee-chat__lead-consent{display:flex;align-items:flex-start;gap:8px;margin-top:10px;font-size:1.15rem;line-height:1.35;color:var(--cc-ink);cursor:pointer}.coffee-chat__lead-consent input{margin:2px 0 0;accent-color:var(--cc-ink)}.coffee-chat__lead-note{margin:8px 0 0;font-size:1.05rem;color:var(--cc-muted)}.coffee-chat__lead-note button{border:0;background:none;padding:0;font:inherit;text-decoration:underline;color:var(--cc-muted)}.coffee-chat__lead-error{margin:8px 0 0;font-size:1.1rem;color:#b3261e}.coffee-chat-abo{align-self:stretch;max-width:min(100%,520px);margin-top:8px;padding:14px 16px 16px;border:1px solid var(--cc-ink);border-radius:var(--cc-bubble-radius);background:var(--cc-paper);animation:cc-pop .2s ease both}.coffee-chat-abo__head{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap;margin-bottom:8px}.coffee-chat-abo__kicker{font-size:1.05rem;letter-spacing:.04em;text-transform:uppercase;color:var(--cc-muted)}.coffee-chat-abo__head strong{font-family:var(--cc-font-heading);font-weight:400;font-size:1.7rem;line-height:1.2}.coffee-chat-abo__lines{list-style:none;margin:0;padding:0;border-top:1px solid var(--cc-line)}.coffee-chat-abo__lines li{display:flex;justify-content:space-between;gap:12px;padding:6px 0;border-bottom:1px solid var(--cc-line);font-size:1.15rem;line-height:1.35}.coffee-chat-abo__lines span{color:var(--cc-muted);flex:0 0 auto}.coffee-chat-abo__lines b{font-weight:600;text-align:right;overflow-wrap:anywhere}.coffee-chat-abo__price{margin:12px 0 4px;font-size:1.15rem;line-height:1.4}.coffee-chat-abo__price strong{font-size:1.9rem;font-weight:700;margin-right:4px}.coffee-chat-abo__price span{color:var(--cc-muted)}.coffee-chat-abo__note,.coffee-chat-abo__missing{margin:0 0 12px;font-size:1.05rem;line-height:1.4;color:var(--cc-muted)}.coffee-chat-abo__missing{margin:4px 0 0;color:var(--cc-ink);font-size:1.15rem}.coffee-chat-abo__go{width:100%;height:42px;border:1px solid var(--cc-ink);border-radius:40px;background:var(--cc-launcher-bg, var(--cc-ink));color:var(--cc-launcher-ink, var(--cc-bg));font:inherit;font-size:1.25rem;font-weight:600;cursor:pointer;transition:background .15s ease,color .15s ease}.coffee-chat-abo__go:hover,.coffee-chat-abo__go:focus-visible{background:var(--cc-ink);color:var(--cc-bg);outline:none}.coffee-chat-abo__go[disabled]{opacity:.6;cursor:default}.coffee-chat-abo__error{margin:8px 0 0;font-size:1.1rem;color:#b3261e}@media screen and (max-width:380px){.coffee-chat-card{grid-template-columns:84px 1fr}}.coffee-chat__chips{display:flex;flex-wrap:wrap;gap:8px;padding:4px 16px 10px;flex:none}.coffee-chat__chips:empty{display:none}.coffee-chat__chip{padding:6px 12px;border:1px solid var(--cc-ink);border-radius:40px;background:var(--cc-bg);color:var(--cc-ink);font-size:1.2rem;line-height:1.2;animation:cc-pop .2s ease both;transition:background .15s ease,color .15s ease}.coffee-chat__chip:hover,.coffee-chat__chip:focus-visible{background:var(--cc-ink);color:var(--cc-bg);outline:none}.coffee-chat__chip--other{border-style:dashed}.coffee-chat__chips-hint{flex-basis:100%;font-size:1.1rem;line-height:1.3;opacity:.6;padding-top:2px}@media(hover:none){.coffee-chat__chip:hover{background:var(--cc-bg);color:var(--cc-ink)}.coffee-chat__chip:active{background:var(--cc-ink);color:var(--cc-bg)}}.coffee-chat__composer{flex:none;padding:8px 12px 12px;padding-bottom:calc(12px + env(safe-area-inset-bottom,0px));background:var(--cc-bg)}.coffee-chat.is-keyboard .coffee-chat__composer{padding-bottom:12px}.coffee-chat__field{display:flex;align-items:flex-end;gap:6px;padding:6px 6px 6px 16px;background:var(--cc-paper);border:1px solid var(--cc-ink);border-radius:26px;transition:box-shadow .15s ease}.coffee-chat__field:focus-within{box-shadow:0 0 0 3px #00000014}.coffee-chat__input{flex:1;min-width:0;max-height:120px;padding:8px 0;border:0;outline:0;resize:none;background:transparent;font:inherit;font-size:16px;line-height:1.4;color:var(--cc-ink)}@media screen and (min-width:750px){.coffee-chat__input{font-size:1.4rem}}.coffee-chat__input::placeholder{color:#8a8a8a}.coffee-chat__send{width:36px;height:36px;flex:none;display:grid;place-items:center;border:0;border-radius:50%;background:var(--cc-ink);color:var(--cc-bg);transition:opacity .15s ease,transform .15s ease}.coffee-chat__send svg{width:16px;height:16px}.coffee-chat__send[disabled]{opacity:.3;cursor:default}.coffee-chat__send:not([disabled]):hover{transform:scale(1.06)}.coffee-chat__send:focus-visible{outline:2px solid var(--cc-ink);outline-offset:2px}.coffee-chat__send .cc-icon-stop,.coffee-chat.is-busy .coffee-chat__send .cc-icon-send{display:none}.coffee-chat.is-busy .coffee-chat__send .cc-icon-stop{display:block}.coffee-chat.is-busy .coffee-chat__send{opacity:1}.coffee-chat__footnote{margin:8px 4px 0;text-align:center;font-size:1.05rem;color:var(--cc-muted)}.coffee-chat__footnote button{border:0;background:none;color:inherit;text-decoration:underline;padding:0}@keyframes cc-pop{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}@keyframes cc-blink{to{visibility:hidden}}@keyframes cc-dots{0%,60%,to{transform:translateY(0);opacity:.35}30%{transform:translateY(-4px);opacity:1}}@media(prefers-reduced-motion:reduce){.coffee-chat__msg,.coffee-chat-card,.coffee-chat__chip{animation:none}.coffee-chat--bubble .coffee-chat__panel,.coffee-chat__launcher,.coffee-chat__dock,.coffee-chat__dismiss{transition:none;animation:none}}
/*# sourceMappingURL=/cdn/shop/t/55/assets/coffee-chat.css.map */
