/* Fördertechnik Werl – Chat & Nachrichten */
.chat-shell{display:grid;grid-template-columns:330px minmax(0,1fr);min-height:calc(100vh - 150px);overflow:hidden;border:1px solid var(--line);border-radius:18px;background:linear-gradient(135deg,rgba(255,255,255,.028),rgba(255,255,255,.01));box-shadow:0 18px 38px rgba(0,0,0,.18)}
.chat-list{display:flex;flex-direction:column;min-height:0;border-right:1px solid var(--line);background:rgba(0,0,0,.12)}
.chat-list-head{padding:17px 16px 13px;border-bottom:1px solid var(--line)}
.chat-list-title{display:flex;align-items:center;justify-content:space-between;gap:10px}.chat-list-title h2{margin:0;font-size:16px}.chat-list-title p{margin:4px 0 0;color:var(--muted);font-size:10px;line-height:1.45}
.chat-btn-primary{border:1px solid rgba(255,108,112,.58);border-radius:10px;background:linear-gradient(135deg,#ef3a42,#aa1324);box-shadow:0 10px 22px rgba(201,21,41,.22);color:#fff;padding:8px 10px;font-size:10px;font-weight:850;cursor:pointer;white-space:nowrap}.chat-btn-primary:hover{filter:brightness(1.08)}
.chat-search{display:flex;align-items:center;gap:8px;margin-top:12px;padding:0 10px;border:1px solid var(--line);border-radius:10px;background:rgba(255,255,255,.025)}.chat-search span{color:#ffb7ba;font-size:14px}.chat-search input{width:100%;border:0;outline:0;color:#eaf0f6;background:transparent;padding:10px 0;font:inherit;font-size:11px}.chat-search input::placeholder{color:#738091}
.chat-threads{min-height:0;overflow:auto;padding:8px}.chat-thread{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:9px;width:100%;border:1px solid transparent;border-radius:12px;background:transparent;color:#dae1eb;text-align:left;padding:10px;cursor:pointer;transition:.16s}.chat-thread:hover{background:rgba(255,255,255,.035);border-color:rgba(255,255,255,.06)}.chat-thread.active{border-color:rgba(242,58,64,.42);background:linear-gradient(135deg,rgba(130,28,40,.55),rgba(255,255,255,.018))}.chat-thread .chat-avatar{display:grid;width:34px;height:34px;place-items:center;border:1px solid rgba(242,58,64,.35);border-radius:11px;color:#ffe2e3;background:rgba(190,25,39,.15);font-size:10px;font-weight:900}.chat-thread .chat-thread-copy{min-width:0}.chat-thread strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px}.chat-thread small{display:block;overflow:hidden;margin-top:3px;color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:9px}.chat-thread time{align-self:start;color:#7d8998;font-size:8px;white-space:nowrap}.chat-empty-list{padding:20px 12px;color:var(--muted);font-size:11px;line-height:1.6;text-align:center}
.chat-stage{display:flex;min-width:0;min-height:0;flex-direction:column;background:rgba(11,13,18,.26)}.chat-stage-head{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px 18px;border-bottom:1px solid var(--line)}.chat-stage-person{display:flex;min-width:0;align-items:center;gap:10px}.chat-stage-person .chat-avatar{display:grid;width:39px;height:39px;place-items:center;border:1px solid rgba(242,58,64,.42);border-radius:12px;color:#fff;background:linear-gradient(135deg,#e43741,#861221);font-size:11px;font-weight:900}.chat-stage-person strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.chat-stage-person span{display:block;margin-top:3px;color:var(--muted);font-size:9px}.chat-stage-actions{display:flex;gap:7px}.chat-btn{border:1px solid var(--line);border-radius:9px;color:#dce3ec;background:rgba(255,255,255,.025);padding:8px 10px;font-size:10px;font-weight:800;cursor:pointer}.chat-btn:hover{border-color:rgba(242,58,64,.45);background:rgba(242,58,64,.08)}
.chat-messages{display:flex;min-height:0;flex:1;flex-direction:column;gap:10px;overflow:auto;padding:18px}.chat-day{align-self:center;margin:4px 0 5px;padding:5px 10px;border:1px solid var(--line);border-radius:99px;color:#8e9aaa;background:rgba(255,255,255,.022);font-size:8px;font-weight:850;text-transform:uppercase;letter-spacing:.08em}.chat-msg{display:flex;max-width:78%;gap:8px;align-items:flex-end}.chat-msg.mine{align-self:flex-end;flex-direction:row-reverse}.chat-msg .chat-avatar{display:grid;flex:0 0 auto;width:27px;height:27px;place-items:center;border:1px solid rgba(255,255,255,.13);border-radius:9px;color:#d9e1ec;background:#222a35;font-size:8px;font-weight:900}.chat-msg.mine .chat-avatar{display:none}.chat-bubble{padding:10px 12px;border:1px solid var(--line);border-radius:13px 13px 13px 4px;background:rgba(255,255,255,.035);box-shadow:0 5px 16px rgba(0,0,0,.1)}.chat-msg.mine .chat-bubble{border-color:rgba(242,58,64,.3);border-radius:13px 13px 4px 13px;background:linear-gradient(135deg,rgba(184,31,46,.82),rgba(101,18,30,.82))}.chat-msg-meta{display:flex;gap:7px;align-items:center;margin-bottom:4px;color:#96a1b0;font-size:8px}.chat-msg.mine .chat-msg-meta{justify-content:flex-end;color:#ffdadd}.chat-msg-text{color:#e9eef5;font-size:11px;line-height:1.55;white-space:pre-wrap;word-break:break-word}.chat-empty{display:grid;place-items:center;min-height:200px;color:var(--muted);font-size:11px;text-align:center;line-height:1.65}.chat-composer{display:flex;gap:9px;align-items:flex-end;padding:13px 16px;border-top:1px solid var(--line);background:rgba(0,0,0,.11)}.chat-composer textarea{min-height:42px;max-height:132px;flex:1;resize:vertical;outline:0;border:1px solid var(--line);border-radius:12px;color:#edf2f8;background:rgba(255,255,255,.025);padding:11px 12px;font:inherit;font-size:11px;line-height:1.45}.chat-composer textarea:focus{border-color:rgba(242,58,64,.48);box-shadow:0 0 0 3px rgba(242,58,64,.08)}.chat-composer textarea::placeholder{color:#798595}.chat-send{display:grid;width:42px;height:42px;place-items:center;border:1px solid rgba(255,109,112,.55);border-radius:12px;color:#fff;background:linear-gradient(135deg,#ee3c44,#a61224);font-size:16px;font-weight:900;cursor:pointer}.chat-send:disabled{cursor:not-allowed;opacity:.48}.chat-send:hover:not(:disabled){filter:brightness(1.08)}.chat-stage-loading{display:grid;place-items:center;flex:1;color:var(--muted);font-size:11px}
.chat-modal[hidden]{display:none!important}.chat-modal{position:fixed;z-index:1000;inset:0;display:grid;place-items:center;padding:18px;background:rgba(3,5,8,.66);backdrop-filter:blur(5px)}.chat-modal-box{width:min(520px,100%);border:1px solid rgba(255,255,255,.11);border-radius:17px;background:#151a22;box-shadow:0 24px 75px rgba(0,0,0,.5)}.chat-modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:17px 18px;border-bottom:1px solid var(--line)}.chat-modal-head h3{margin:0;font-size:15px}.chat-modal-head p{margin:5px 0 0;color:var(--muted);font-size:10px;line-height:1.55}.chat-close{display:grid;width:29px;height:29px;place-items:center;border:1px solid var(--line);border-radius:8px;color:#cfd7e2;background:transparent;cursor:pointer}.chat-close:hover{border-color:rgba(242,58,64,.48);color:#fff}.chat-contact-search{display:flex;gap:8px;margin:14px 16px 8px;padding:0 10px;border:1px solid var(--line);border-radius:10px;background:rgba(255,255,255,.025)}.chat-contact-search input{width:100%;border:0;outline:0;color:#eaf0f6;background:transparent;padding:10px 0;font:inherit;font-size:11px}.chat-contact-list{max-height:340px;overflow:auto;padding:8px 10px 14px}.chat-contact{display:flex;width:100%;align-items:center;gap:10px;border:1px solid transparent;border-radius:11px;color:#dce4ee;background:transparent;padding:10px;text-align:left;cursor:pointer}.chat-contact:hover{border-color:rgba(242,58,64,.35);background:rgba(242,58,64,.07)}.chat-contact .chat-avatar{display:grid;width:34px;height:34px;place-items:center;border:1px solid rgba(242,58,64,.31);border-radius:10px;color:#ffdfe0;background:rgba(196,27,43,.13);font-size:10px;font-weight:900}.chat-contact strong{display:block;font-size:11px}.chat-contact span{display:block;margin-top:3px;color:var(--muted);font-size:9px}.chat-notice{position:fixed;right:18px;bottom:18px;z-index:1100;max-width:320px;border:1px solid rgba(242,58,64,.35);border-radius:12px;color:#fff;background:#3b1119;box-shadow:0 16px 32px rgba(0,0,0,.35);padding:11px 13px;font-size:11px;line-height:1.45;transform:translateY(120%);opacity:0;transition:.22s}.chat-notice.show{transform:translateY(0);opacity:1}
@media(max-width:900px){.chat-shell{grid-template-columns:1fr;min-height:calc(100vh - 132px)}.chat-list{max-height:250px;border-right:0;border-bottom:1px solid var(--line)}.chat-threads{display:flex;gap:7px;overflow-x:auto;overflow-y:hidden}.chat-thread{min-width:230px}.chat-stage{min-height:520px}.chat-msg{max-width:90%}}
@media(max-width:600px){.chat-shell{margin:0 -2px;border-radius:13px}.chat-stage-head{padding:13px}.chat-messages{padding:12px}.chat-composer{padding:10px}.chat-list-head{padding:13px}.chat-msg{max-width:95%}.chat-list{max-height:212px}}
