.chatWindow{z-index:80;background:#fffaf5;border:1px solid #dccdc5;border-radius:24px;flex-direction:column;width:min(410px,100vw - 24px);height:min(650px,100vh - 120px);animation:.25s both chatIn;display:flex;position:fixed;bottom:92px;right:24px;overflow:hidden;box-shadow:0 25px 80px #2b171e42}.chatWindow header{color:#fff;background:#67253a;justify-content:space-between;gap:15px;padding:20px 22px;display:flex}.chatWindow header>div{gap:3px;display:grid}.chatWindow header small{color:#e9a9b8;letter-spacing:.16em;font-size:8px;font-weight:800}.chatWindow header b{font:26px Georgia,serif}.chatWindow header span{opacity:.8;font-size:11px}.chatWindow header>button{color:#fff;cursor:pointer;background:0 0;border:1px solid #fff6;border-radius:50%;align-self:start;width:34px;height:34px;font-size:24px}.chatMessages{background:linear-gradient(#f9f1ea,#fffaf5);flex-direction:column;flex:1;gap:10px;min-height:0;padding:18px;display:flex;overflow:auto}.chatMessages article{background:#fff;border-radius:16px 16px 16px 4px;align-self:flex-start;max-width:85%;padding:10px 12px;box-shadow:0 4px 15px #4b2b3410}.chatMessages article.visitor{color:#fff;background:#7d2d46;border-radius:16px 16px 4px;align-self:flex-end}.chatMessages p{white-space:pre-wrap;overflow-wrap:anywhere;margin:0;font:14px/1.45 Arial,sans-serif}.chatMessages time{opacity:.6;margin-top:6px;font-size:9px;display:block}.chatMessages img,.chatMessages video{object-fit:contain;background:#21171a;border-radius:10px;width:100%;max-height:260px;margin-bottom:8px;display:block}.chatWelcome{text-align:center;color:#705c60;margin:auto;padding:25px}.chatWelcome b,.chatWelcome span{display:block}.chatWelcome b{font:24px Georgia,serif}.chatWelcome span{margin-top:8px;font-size:12px;line-height:1.5}.chatWindow form{background:#fff;border-top:1px solid #e2d6ce;grid-template-columns:40px 1fr 42px;gap:8px;padding:12px;display:grid;position:relative}.chatWindow textarea{resize:none;border:1px solid #dbcfc8;border-radius:12px;outline:none;min-height:44px;max-height:95px;padding:11px;font:13px Arial}.chatWindow textarea:focus{border-color:#8a304b}.chatAttach,.chatWindow form>button{color:#762b43;cursor:pointer;background:#f0e4df;border:0;border-radius:12px;place-items:center;width:40px;height:44px;font-size:24px;display:grid}.chatAttach input{display:none}.chatWindow form>button{color:#fff;background:#762b43;width:42px}.chatWindow form>button:disabled{opacity:.35}.chatFile,.chatError{grid-column:1/-1;font-size:10px}.chatFile{background:#f3e8e4;border-radius:8px;justify-content:space-between;padding:7px 10px;display:flex}.chatFile button{cursor:pointer;background:0 0;border:0}.chatError{color:#a12d42}.contactChat{background:#7d2d46!important}@keyframes chatIn{0%{opacity:0;transform:translateY(18px)scale(.97)}to{opacity:1;transform:none}}@media (width<=600px){.chatWindow{border-radius:18px;width:calc(100vw - 16px);height:calc(100vh - 92px);bottom:76px;right:8px}.chatWindow header{padding:16px 18px}}.contactOptions .contactChat{color:#fff;min-width:190px;font:inherit;text-align:left;cursor:pointer;background:#7d2d46;border:0;border-radius:99px;align-items:center;gap:11px;padding:10px 17px 10px 9px;transition:all .25s;display:flex;box-shadow:0 12px 32px #23191c38}.contactOptions .contactChat:hover{transform:translate(-5px)}
