/* ChrisEmm.de Whisper Messenger 1.2.0 */
.whisper-messenger{position:fixed;right:20px;bottom:20px;z-index:90000}.whisper-launch{min-height:48px;padding:0 17px;border:1px solid #7888ff;border-radius:999px;color:#fff;background:#5668ef;font-weight:800;cursor:pointer}.whisper-launch strong{margin-left:6px;padding:2px 7px;border-radius:999px;background:#e64e63}.whisper-window{position:absolute;right:0;bottom:58px;width:min(920px,calc(100vw - 30px));height:min(650px,calc(100vh - 100px));display:grid;grid-template-columns:250px 1fr;grid-template-rows:auto 1fr;overflow:hidden;border:1px solid rgba(125,140,255,.35);border-radius:20px;background:#091428;color:#fff;box-shadow:0 30px 90px rgba(0,0,0,.65)}.whisper-window[hidden]{display:none}.whisper-window>header{grid-column:1/-1;display:flex;justify-content:space-between;align-items:center;padding:15px 18px;border-bottom:1px solid rgba(255,255,255,.1)}.whisper-window header small{color:#79dfbc;font-weight:900}.whisper-window header h2{margin:3px 0 0}.whisper-window header>button{border:0;background:transparent;color:#fff;font-size:1.7rem;cursor:pointer}.whisper-conversations{overflow:auto;border-right:1px solid rgba(255,255,255,.1);padding:8px}.whisper-conversation{width:100%;display:flex;gap:10px;align-items:center;padding:10px;border:0;border-radius:12px;color:#fff;background:transparent;text-align:left;cursor:pointer}.whisper-conversation:hover,.whisper-conversation.is-active{background:rgba(109,126,255,.18)}.whisper-conversation img{width:42px;height:42px;object-fit:cover;border-radius:50%}.whisper-conversation span{min-width:0;display:grid}.whisper-conversation small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#9eabc2}.whisper-thread{min-width:0;display:grid;grid-template-rows:auto 1fr auto}.whisper-thread-head{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:10px 14px;border-bottom:1px solid rgba(255,255,255,.08)}.whisper-messages{overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:9px}.whisper-bubble{display:flex;max-width:78%}.whisper-bubble.is-own{align-self:flex-end}.whisper-bubble.is-other{align-self:flex-start}.whisper-bubble-body{padding:10px 12px;border-radius:16px;background:#182845}.whisper-bubble.is-own .whisper-bubble-body{background:#5263e8}.whisper-bubble p{margin:0;white-space:pre-wrap;overflow-wrap:anywhere}.whisper-bubble img{display:block;max-width:260px;max-height:240px;margin-top:8px;border-radius:10px}.whisper-bubble footer{display:flex;align-items:center;gap:8px;margin-top:7px;font-size:.7rem;opacity:.82}.whisper-bubble footer button{border:0;color:inherit;background:transparent;cursor:pointer;font-size:.7rem}.whisper-compose{display:grid;grid-template-columns:1fr auto;gap:9px;padding:12px;border-top:1px solid rgba(255,255,255,.1)}.whisper-compose textarea{min-height:46px;max-height:120px;padding:11px;border:1px solid rgba(255,255,255,.15);border-radius:12px;color:#fff;background:#071020;resize:vertical}.whisper-empty{margin:auto;color:#98a6c0}@media(max-width:700px){.whisper-window{grid-template-columns:110px 1fr}.whisper-conversation small{display:none}.whisper-thread-head{align-items:flex-start;flex-direction:column}.whisper-bubble{max-width:94%}}
