/* supchat — минималистичный виджет (§0b.17, владелец 2026-09-13: «как виджет, а не в стиле сайта»).
   Копируется как есть. Сайт задаёт ТОЛЬКО --sc-accent (тёмный цвет: на нём белый текст, AA ≥ 4.5:1). */
.sc-launch{position:fixed;right:20px;bottom:20px;z-index:90;width:56px;height:56px;border:0;border-radius:50%;background:var(--sc-accent,#1a1a1a);color:#fff;cursor:pointer;box-shadow:0 6px 20px rgba(0,0,0,.18);display:flex;align-items:center;justify-content:center;padding:0}
.sc-launch svg{width:26px;height:26px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.sc-launch:focus-visible{outline:3px solid #fff;outline-offset:-6px}
.sc-launch [data-supchat-badge]{position:absolute;top:-4px;right:-4px;min-width:20px;height:20px;padding:0 6px;border-radius:10px;background:#d42b2b;color:#fff;font:600 12px/20px system-ui,sans-serif}
.sc{position:fixed;right:20px;bottom:88px;z-index:91;width:min(360px,calc(100vw - 40px));max-height:min(560px,calc(100vh - 110px));display:flex;flex-direction:column;background:#fff;color:#1a1a1a;border-radius:14px;box-shadow:0 12px 40px rgba(0,0,0,.2);font:14px/1.45 system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;overflow:hidden}
.sc[hidden]{display:none}
.sc-head{display:flex;align-items:center;gap:10px;padding:12px 14px;border-bottom:1px solid #eee}
.sc-head img{width:36px;height:36px;border-radius:50%;object-fit:cover}
.sc-head b{font-weight:600}
.sc-head small{display:block;color:#6b6b6b;font-size:12px}
.sc-close{margin-left:auto;border:0;background:none;font-size:22px;line-height:1;color:#6b6b6b;cursor:pointer;padding:4px 6px}
.sc-feed{flex:1;overflow-y:auto;padding:14px;display:flex;flex-direction:column;gap:8px}
.sc-hello{margin:0;color:#4a4a4a}
.sc-msg{margin:0;max-width:85%;padding:8px 12px;border-radius:14px;background:#f1f1f1}
.sc-me{align-self:flex-end;background:var(--sc-accent,#1a1a1a);color:#fff}
.sc-sys{align-self:center;background:none;color:#b3261e;font-size:12px}
.sc-who{display:block;font-size:11px;opacity:.75;margin-bottom:2px}
.sc-text{white-space:pre-wrap;overflow-wrap:anywhere}
.sc-form{border-top:1px solid #eee;padding:10px;display:grid;gap:8px}
.sc-form textarea,.sc-form input{width:100%;box-sizing:border-box;border:1px solid #ddd;border-radius:10px;padding:8px 10px;font:inherit;resize:none;background:#fff;color:inherit}
.sc-form textarea:focus,.sc-form input:focus{outline:2px solid var(--sc-accent,#1a1a1a);outline-offset:1px;border-color:transparent}
.sc-row{display:flex;gap:8px}
.sc-row input{flex:1}
.sc-form button{border:0;border-radius:10px;padding:0 16px;background:var(--sc-accent,#1a1a1a);color:#fff;font:600 14px system-ui,sans-serif;cursor:pointer}
.sc-form button:disabled{opacity:.6;cursor:progress}
.sc-form small{color:#6b6b6b;font-size:11px}
.sc .hp{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
/* вложения: скрепка в .sc-row, выбранный файл над полем, файл в реплике */
.sc-attach{position:relative;flex:none;display:flex;align-items:center;justify-content:center;width:40px;min-height:40px;border:1px solid #ddd;border-radius:10px;color:#4a4a4a;cursor:pointer}
.sc-attach:hover{border-color:#bbb;color:#1a1a1a}
.sc-attach:focus-within{outline:2px solid var(--sc-accent,#1a1a1a);outline-offset:1px}
.sc-attach svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.sc-form .sc-attach input{position:absolute;inset:0;width:100%;height:100%;margin:0;padding:0;border:0;opacity:0;cursor:pointer}
.sc-picked{display:flex;align-items:center;gap:6px;min-width:0;margin:0;padding:2px 2px 2px 10px;border-radius:8px;background:#f1f1f1;font-size:12px}
.sc-picked[hidden]{display:none}
.sc-picked span{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.sc-form .sc-unpick{width:36px;height:36px;padding:0;background:none;color:#4a4a4a;font:400 20px/1 system-ui,sans-serif}
.sc-file{display:block;margin-top:4px;color:inherit;text-decoration:underline;overflow-wrap:anywhere}
.sc-file img{display:block;max-width:100%;max-height:200px;border-radius:8px}
@media (max-width:640px){.sc{right:0;bottom:0;width:100%;max-height:85vh;border-radius:14px 14px 0 0}}
@media (prefers-reduced-motion:no-preference){.sc{animation:sc-in .25s ease-out}@keyframes sc-in{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}}
@media print{.sc,.sc-launch{display:none}}
