#eclyps-guest-chat{position:relative;width:100%;max-width:1600px;margin:0 auto 26px;border:1px solid rgba(148,163,184,.14);border-radius:16px;overflow:hidden;background:#0b1324;box-shadow:0 12px 35px rgba(0,0,0,.18)}
.eclyps-chat__header{height:56px;display:flex;align-items:center;justify-content:space-between;padding:0 20px;background:#101a30;border-bottom:1px solid rgba(148,163,184,.12)}
.eclyps-chat__title{display:flex;align-items:center;gap:11px;color:#f8fafc;font-size:15px}.eclyps-chat__dot{width:9px;height:9px;border-radius:50%;background:#ff2745;box-shadow:0 0 12px rgba(255,39,69,.65)}
.eclyps-chat__online{font-size:12px;color:#7f93b5}.eclyps-chat__online span{color:#ff2745;font-weight:700}.eclyps-chat__online b{font-weight:500;color:#9db0cf}
.eclyps-chat__messages{height:250px;overflow-y:auto;padding:15px 20px;background:linear-gradient(180deg,#07101f,#0b1425)}
.eclyps-chat__loading{height:100%;display:flex;align-items:center;justify-content:center;color:#7185a8;font-size:13px}.eclyps-chat__error{height:100%;display:flex;align-items:center;justify-content:center;text-align:center;padding:20px;color:#ff5368;font-size:13px}
.eclyps-chat__message{display:flex;gap:12px;padding:11px 3px;border-bottom:1px solid rgba(148,163,184,.08)}.eclyps-chat__avatar{width:34px;height:34px;min-width:34px;border-radius:9px;display:flex;align-items:center;justify-content:center;background:#15233d;border:1px solid rgba(148,163,184,.15);color:#e2e8f0;font-weight:700;font-size:12px}.eclyps-chat__body{min-width:0;flex:1}.eclyps-chat__meta{display:flex;align-items:center;gap:8px;margin-bottom:3px}.eclyps-chat__nick{color:#f1f5f9;font-weight:700;font-size:13px}.eclyps-chat__time{color:#617797;font-size:11px}.eclyps-chat__text{color:#aebdd4;font-size:13px;line-height:1.55;word-break:break-word;white-space:pre-wrap}
.eclyps-chat__mod{display:flex;gap:4px;margin-left:auto;opacity:.15;transition:opacity .15s}.eclyps-chat__message:hover .eclyps-chat__mod{opacity:1}.eclyps-chat__mod button{border:1px solid rgba(255,39,69,.25);background:#121e34;color:#9db0cf;border-radius:6px;padding:3px 7px;font-size:10px;cursor:pointer}.eclyps-chat__mod button:hover{background:#ed1f3b;color:#fff;border-color:#ed1f3b}
.eclyps-chat__form{display:flex;gap:10px;padding:13px;background:#0e182c;border-top:1px solid rgba(148,163,184,.08)}.eclyps-chat__input{flex:1;min-width:0;height:46px;padding:0 16px;border-radius:11px;border:1px solid rgba(148,163,184,.16);background:#18243a;color:#f8fafc;outline:none;font-size:14px}.eclyps-chat__input:focus{border-color:#ff2745;box-shadow:0 0 0 2px rgba(255,39,69,.08)}.eclyps-chat__input::placeholder{color:#7185a8}.eclyps-chat__button{height:46px;padding:0 24px;border:0;border-radius:11px;background:#ed1f3b;color:#fff;font-weight:800;cursor:pointer;transition:.15s}.eclyps-chat__button:hover{background:#ff2946;transform:translateY(-1px)}.eclyps-chat__button:disabled{opacity:.6;cursor:wait;transform:none}.eclyps-chat__footer{padding:0 16px 12px;background:#0e182c;color:#5f7395;font-size:11px}
@media(max-width:640px){#eclyps-guest-chat{width:calc(100% - 12px)}.eclyps-chat__header{padding:0 14px}.eclyps-chat__messages{height:240px;padding:12px}.eclyps-chat__form{padding:10px;gap:7px}.eclyps-chat__button{padding:0 16px}.eclyps-chat__input{font-size:13px}.eclyps-chat__online{display:none}.eclyps-chat__mod{display:none}}
