.chat-page{min-height:calc(100vh - 78px);display:grid;grid-template-columns:.8fr 1.2fr;background:linear-gradient(135deg,#0b2924 0 42%,#f8f0e5 42%)}.chat-info{padding:clamp(45px,7vw,100px);color:#fff}.chat-info h1{font-size:clamp(40px,5vw,66px);line-height:1.05}.chat-info li{margin:12px 0}.chat-info .fine{color:#cddbd6}.chat-window{width:min(720px,calc(100% - 40px));height:min(720px,calc(100vh - 120px));min-height:620px;margin:auto;background:#fff;box-shadow:0 25px 70px #183e3428;display:flex;flex-direction:column;border-radius:12px;overflow:hidden}.chat-head{padding:18px 22px;background:#4f2138;color:#fff;display:flex;align-items:center;gap:13px}.chat-head div{display:grid}.chat-head small{color:#eadce4}.chat-head i{display:inline-block;width:8px;height:8px;background:#66d28c;border-radius:50%}.chat-avatar{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#d9a441}.chat-head>span:last-child{margin-left:auto;font-size:12px}.chat-start{padding:30px;overflow:auto}.chat-start form{display:grid;grid-template-columns:1fr 1fr;gap:14px}.chat-start label{font-weight:700;font-size:13px}.chat-start input,.chat-start select{width:100%;padding:12px;margin-top:5px;border:1px solid #d7cdc0}.chat-start .chat-consent,.chat-start button{grid-column:1/-1}.chat-consent input{width:auto}.chat-active{display:flex;flex-direction:column;min-height:0;flex:1}.chat-messages{flex:1;overflow:auto;padding:22px;background:#f8f3ec}.bubble{max-width:78%;margin:10px 0;padding:11px 15px;border-radius:16px;background:#fff;box-shadow:0 4px 12px #0000000d}.bubble p{margin:0}.bubble small{font-size:10px;color:#737b78}.bubble.visitor{margin-left:auto;background:#18483d;color:#fff;border-bottom-right-radius:3px}.bubble.bot,.bubble.admin{border-bottom-left-radius:3px}.bubble.admin{background:#f0ddb2;border-left:3px solid #d9a441}.quick-questions{display:flex;gap:6px;padding:10px 15px;overflow:auto}.quick-questions button{white-space:nowrap;border:1px solid #d7c8b6;background:#fff;padding:7px;border-radius:20px;cursor:pointer}.chat-compose{display:flex;border-top:1px solid #ddd;padding:12px}.chat-compose textarea{flex:1;border:0;resize:none;padding:8px}.chat-compose button{width:46px;border:0;border-radius:50%;background:#ad2635;color:#fff;font-size:20px}.chat-active>small{padding:0 15px 12px;color:#777}.chat-error{color:#a22525;padding:0 22px 12px;font-weight:700}@media(max-width:900px){.chat-page{grid-template-columns:1fr;background:#f8f0e5}.chat-info{background:#0b2924;padding:35px}.chat-window{height:720px;margin:25px auto}}@media(max-width:560px){.chat-start form{grid-template-columns:1fr}.chat-start .chat-consent,.chat-start button{grid-column:auto}.chat-window{width:100%;height:calc(100vh - 78px);min-height:600px;margin:0;border-radius:0}}
