/* Бот-консультант Den Sites. Токены совпадают с главной: --accent #1D4ED8. */
.dsc-btn{position:fixed;right:20px;bottom:20px;z-index:9998;display:flex;align-items:center;gap:10px;
 padding:14px 20px;border:0;border-radius:999px;background:#1D4ED8;color:#fff;cursor:pointer;
 font:600 15px/1 'Onest',sans-serif;box-shadow:0 10px 30px rgba(29,78,216,.32);transition:transform .18s,box-shadow .18s}
.dsc-btn:hover{transform:translateY(-2px);box-shadow:0 14px 36px rgba(29,78,216,.4)}
.dsc-btn svg{width:20px;height:20px;flex:none}
.dsc-btn.dsc-hide{display:none}
.dsc-dot{position:absolute;top:-3px;right:-3px;width:12px;height:12px;border-radius:50%;background:#22C55E;border:2px solid #fff}

.dsc-panel{position:fixed;right:20px;bottom:20px;z-index:9999;width:min(380px,calc(100vw - 32px));
 height:min(560px,calc(100vh - 40px));display:none;flex-direction:column;background:#fff;border:1px solid #DFE3E9;
 border-radius:20px;overflow:hidden;box-shadow:0 24px 60px rgba(15,23,42,.22);font-family:'Onest',sans-serif}
.dsc-panel.dsc-open{display:flex}
.dsc-head{display:flex;align-items:center;gap:12px;padding:16px 18px;border-bottom:1px solid #EEF1F5;background:#F6F7F9}
.dsc-ava{width:38px;height:38px;border-radius:12px;background:#1D4ED8;color:#fff;display:grid;place-items:center;
 font:700 15px/1 'Onest',sans-serif;flex:none}
.dsc-title{font:600 15px/1.2 'Onest',sans-serif;color:#0F172A}
.dsc-sub{font-size:12px;color:#64748B;margin-top:3px;display:flex;align-items:center;gap:6px}
.dsc-sub i{width:7px;height:7px;border-radius:50%;background:#22C55E;display:inline-block}
.dsc-x{margin-left:auto;border:0;background:transparent;font-size:22px;line-height:1;color:#94A3B8;cursor:pointer;padding:4px 6px}
.dsc-x:hover{color:#0F172A}

.dsc-body{flex:1;overflow-y:auto;padding:18px;display:flex;flex-direction:column;gap:12px;background:#fff}
.dsc-msg{max-width:85%;padding:11px 14px;border-radius:16px;font-size:14.5px;line-height:1.5;white-space:pre-wrap;word-wrap:break-word}
.dsc-bot{align-self:flex-start;background:#F1F5F9;color:#0F172A;border-bottom-left-radius:5px}
.dsc-me{align-self:flex-end;background:#1D4ED8;color:#fff;border-bottom-right-radius:5px}
.dsc-typing{align-self:flex-start;display:flex;gap:5px;padding:14px}
.dsc-typing span{width:7px;height:7px;border-radius:50%;background:#CBD5E1;animation:dsc-b 1.2s infinite}
.dsc-typing span:nth-child(2){animation-delay:.18s}
.dsc-typing span:nth-child(3){animation-delay:.36s}
@keyframes dsc-b{0%,60%,100%{opacity:.35;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}

.dsc-chips{display:flex;flex-wrap:wrap;gap:8px;padding:0 18px 12px}
.dsc-chip{border:1px solid #DFE3E9;background:#fff;color:#1D4ED8;border-radius:999px;padding:8px 13px;
 font:500 13px/1 'Onest',sans-serif;cursor:pointer}
.dsc-chip:hover{background:#EFF4FF;border-color:#1D4ED8}

.dsc-foot{display:flex;gap:8px;padding:12px;border-top:1px solid #EEF1F5;background:#fff}
.dsc-in{flex:1;border:1px solid #DFE3E9;border-radius:12px;padding:11px 13px;font:400 14.5px/1.3 'Onest',sans-serif;
 resize:none;max-height:96px;outline:none;color:#0F172A}
.dsc-in:focus{border-color:#1D4ED8}
.dsc-send{border:0;background:#1D4ED8;color:#fff;border-radius:12px;width:44px;display:grid;place-items:center;cursor:pointer}
.dsc-send:disabled{background:#CBD5E1;cursor:default}
.dsc-send svg{width:18px;height:18px}
.dsc-note{padding:0 18px 12px;font-size:11.5px;color:#94A3B8;text-align:center}
@media(max-width:480px){.dsc-panel{right:8px;bottom:8px;height:calc(100vh - 16px)}.dsc-btn{right:14px;bottom:14px}}
