.cosy-chat{position:fixed;right:22px;bottom:20px;z-index:190;font-family:var(--font-body,"Outfit",sans-serif)}
.cosy-chat__launcher{display:flex;align-items:center;gap:9px;border:0;border-radius:999px;padding:7px 15px 7px 6px;background:#191d2a;color:#fff;box-shadow:0 12px 34px rgba(25,29,42,.3);font-weight:600}.cosy-chat__launcher img{width:58px;height:58px;object-fit:contain;margin-top:-18px}
.cosy-chat__panel{position:absolute;right:0;bottom:78px;width:min(390px,calc(100vw - 24px));height:min(620px,calc(100vh - 120px));background:#fcf9f3;border:1px solid rgba(43,38,29,.1);border-radius:26px;box-shadow:0 24px 70px rgba(25,29,42,.25);overflow:hidden;flex-direction:column}.cosy-chat__panel:not([hidden]){display:flex}
.cosy-chat__header{display:flex;align-items:center;gap:10px;padding:12px 14px;background:#e4e9df;border-bottom:1px solid rgba(43,38,29,.08)}.cosy-chat__header img{width:48px;height:48px;object-fit:contain}.cosy-chat__header div{display:flex;flex-direction:column;line-height:1.25;flex:1}.cosy-chat__header strong{font-family:var(--font-display,"Fraunces",serif);font-size:1.18rem}.cosy-chat__header small{color:#6b6354}.cosy-chat__close{border:0;background:transparent;font-size:28px;color:#2b261d;width:38px;height:38px}
.cosy-chat__messages{padding:16px;overflow-y:auto;flex:1;display:flex;flex-direction:column;gap:10px}.cosy-chat__bubble{max-width:88%;padding:10px 13px;border-radius:16px;font-size:.94rem;line-height:1.42;white-space:pre-line}.cosy-chat__bubble--cosy{align-self:flex-start;background:#f0e6d4;border-bottom-left-radius:5px}.cosy-chat__bubble--user{align-self:flex-end;background:#75866c;color:#fff;border-bottom-right-radius:5px}
.cosy-chat__choices{display:flex;flex-wrap:wrap;gap:7px;padding:0 14px 12px;max-height:170px;overflow-y:auto}.cosy-chat__choice{border:1px solid #b96e48;background:#fff9f2;color:#96522f;border-radius:999px;padding:8px 11px;font:600 .82rem var(--font-body,"Outfit",sans-serif)}.cosy-chat__choice:hover{background:#b96e48;color:#fff}
.cosy-chat__product{display:grid;grid-template-columns:72px 1fr;gap:10px;background:#fff;border:1px solid rgba(43,38,29,.1);border-radius:15px;padding:9px;margin-top:4px}.cosy-chat__product img{width:72px;height:72px;object-fit:cover;border-radius:11px}.cosy-chat__product strong,.cosy-chat__product span{display:block}.cosy-chat__product span{font-size:.8rem;color:#6b6354;margin:2px 0 5px}.cosy-chat__product a{font-weight:700;font-size:.84rem;color:#96522f;text-decoration:underline}
.cosy-chat__form{display:flex;gap:7px;padding:10px 12px;border-top:1px solid rgba(43,38,29,.09)}.cosy-chat__form input{min-width:0;flex:1;border:1px solid #d9cdb8;border-radius:999px;padding:10px 14px;background:#fff;font:inherit}.cosy-chat__form button{border:0;border-radius:50%;width:42px;background:#b96e48;color:#fff;font-size:20px}.cosy-chat__privacy{font-size:.67rem;color:#777;text-align:center;padding:0 12px 9px;line-height:1.25}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(max-width:520px){.cosy-chat{right:12px;bottom:calc(86px + env(safe-area-inset-bottom,0px))}.cosy-chat__launcher span{display:none}.cosy-chat__launcher{padding:5px}.cosy-chat__panel{position:fixed;inset:8px 8px calc(8px + env(safe-area-inset-bottom,0px));width:auto;height:auto;border-radius:22px}.cosy-chat__launcher img{margin-top:-12px}.cosy-chat__form{padding-bottom:12px}}
@media(prefers-reduced-motion:no-preference){.cosy-chat__launcher{animation:cosy-chat-breathe 3s ease-in-out infinite}@keyframes cosy-chat-breathe{50%{transform:translateY(-3px)}}}
