.zms-chat{--zms-accent:#ff9200;max-width:760px;margin:24px auto;padding:28px 18px 22px;background:#0b0b0b;color:#fff;border:1px solid var(--zms-accent);border-radius:14px;box-shadow:0 10px 35px rgba(0,0,0,.45);font-family:Arial,Helvetica,sans-serif;line-height:1.4;box-sizing:border-box}.zms-chat *{box-sizing:border-box}.zms-chat__header{text-align:center;padding:12px 10px 14px}.zms-chat__header h2{max-width:620px;margin:0 auto!important;color:var(--zms-accent)!important;font-size:32px!important;font-weight:800!important;line-height:1.1!important;text-shadow:0 0 9px color-mix(in srgb,var(--zms-accent) 55%,transparent)}.zms-chat__header h2 span{font-size:.75em}.zms-chat__header p{margin:8px 0 0!important;color:#bbb!important}.zms-online{display:flex;gap:7px;align-items:center;min-height:42px;margin:0 0 10px;padding:9px 12px;border:1px solid var(--zms-accent);border-radius:9px;background:#101010;color:#8e9aaa;font-size:13px;overflow:hidden}.zms-online strong{flex:none;color:#00ed64}.zms-online i{display:inline-block;width:13px;height:13px;margin-right:5px;border-radius:50%;background:#72c556;vertical-align:-2px}.zms-online [data-zms-online-names]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.zms-account{display:flex;align-items:center;gap:8px;margin:-2px 0 10px;padding:7px 11px;background:#171717;border-radius:7px;color:#aaa;font-size:12px}.zms-account button,.zms-auth button,.zms-moderation button{padding:6px 10px!important;border:1px solid var(--zms-accent)!important;border-radius:5px!important;background:#222!important;color:var(--zms-accent)!important;font-weight:700!important}.zms-account button:first-of-type{margin-left:auto}.zms-auth{margin:0 0 10px;padding:10px;border:1px solid #444;border-radius:8px;background:#121212}.zms-auth__tabs{display:flex;gap:6px;margin-bottom:8px}.zms-auth__tabs button.is-active{background:var(--zms-accent)!important;color:#111!important}.zms-auth form{display:grid;grid-template-columns:1fr 1fr auto;gap:7px}.zms-auth form[data-zms-auth-form=register]{grid-template-columns:1fr 1fr 1fr auto}.zms-auth input{min-width:0;padding:9px!important;background:#202020!important;color:#fff!important;border:1px solid #555!important;border-radius:5px!important}.zms-moderation{display:flex;align-items:center;justify-content:space-between;margin:0 0 8px;padding:7px 10px;background:#251707;border:1px solid var(--zms-accent);border-radius:6px;color:var(--zms-accent);font-size:12px}.zms-messages{height:450px;overflow-y:auto;padding:9px;border:1px solid var(--zms-accent);border-radius:9px;background:#000;scrollbar-color:var(--zms-accent) #171717}.zms-loading{padding:55px 10px;color:#888;text-align:center}.zms-message{position:relative;margin:0 0 9px;padding:10px 12px 22px;background:#202020;border-left:4px solid var(--zms-accent);border-radius:8px}.zms-message__meta{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:3px}.zms-message__meta strong{color:var(--zms-accent);font-size:16px}.zms-message__meta time{color:#9aa9ba;font-size:11px}.zms-message p{margin:0!important;padding:0!important;color:#fff!important;font-size:15px!important;overflow-wrap:anywhere}.zms-message__controls{position:absolute;right:7px;bottom:4px;display:flex;gap:5px}.zms-message__delete,.zms-message__ban{position:static!important;padding:1px 4px!important;border:0!important;background:transparent!important;color:#888!important;font-size:11px!important}.zms-message__delete{font-size:18px!important;line-height:15px}.zms-message__ban:hover,.zms-message__delete:hover{color:#fff!important}.zms-compose{display:grid;gap:9px;margin-top:22px}.zms-compose input:not([type=hidden]),.zms-compose textarea{display:block;width:100%;margin:0!important;padding:12px 10px!important;background:#202020!important;color:#fff!important;border:1px solid var(--zms-accent)!important;border-radius:7px!important;box-shadow:none!important;outline:none!important;font:inherit!important}.zms-compose textarea{min-height:90px;resize:vertical}.zms-compose input:focus,.zms-compose textarea:focus{box-shadow:0 0 0 2px color-mix(in srgb,var(--zms-accent) 30%,transparent)!important}.zms-compose>button[type=submit]{width:100%;padding:10px 16px!important;background:var(--zms-accent)!important;color:#050505!important;border:0!important;border-radius:6px!important;font-size:17px!important;font-weight:800!important}.zms-compose button:hover{filter:brightness(1.08)}.zms-compose button:disabled{opacity:.55;cursor:wait}.zms-emoji-wrap{position:relative}.zms-emoji-toggle{width:auto!important;padding:6px 10px!important;background:#242424!important;color:#ddd!important;border:1px solid #555!important;border-radius:5px!important;font-size:13px!important;font-weight:700!important}.zms-emoji-picker{position:absolute;left:0;bottom:42px;z-index:30;display:grid;grid-template-columns:repeat(10,1fr);gap:2px;width:min(440px,calc(100vw - 50px));max-height:250px;overflow-y:auto;padding:8px;background:#171717;border:1px solid var(--zms-accent);border-radius:9px;box-shadow:0 8px 25px rgba(0,0,0,.65)}.zms-emoji-picker[hidden]{display:none}.zms-emoji-picker button{display:grid;place-items:center;min-width:0;width:100%!important;aspect-ratio:1;padding:3px!important;background:transparent!important;border:0!important;border-radius:4px!important;color:#fff!important;font-size:22px!important;line-height:1!important}.zms-emoji-picker button:hover{background:#383838!important;transform:scale(1.12)}.zms-chat__notice{margin:0 0 10px;padding:10px 12px;border-left:4px solid #00ed64;background:#102419;border-radius:4px}.zms-chat__notice.is-error{border-color:#e54848;background:#2a1111}.zms-hp{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:620px){.zms-chat{margin:10px 0;padding:20px 10px 14px;border-radius:10px}.zms-chat__header h2{font-size:26px!important}.zms-chat__header p{font-size:13px}.zms-messages{height:420px}.zms-online [data-zms-online-names]{display:none}.zms-auth form,.zms-auth form[data-zms-auth-form=register]{grid-template-columns:1fr}.zms-account{flex-wrap:wrap}.zms-account button:first-of-type{margin-left:0}.zms-emoji-picker{grid-template-columns:repeat(7,1fr)}}
