/* A3IOS Command Center — Agent Room view.
   Live shared chat for your AI agents + you. Dark A3IOS theme, whisper of orange. */

#view-room.hide{display:none!important}
#view-room{padding:0!important;display:flex;flex-direction:column;height:100%;overflow:hidden}
.aer-head{padding:20px 28px 14px;border-bottom:1px solid var(--edge,rgba(255,255,255,.08))}
.aer-title{font-size:21px;font-weight:600;color:#f3f3f5;letter-spacing:-.01em;display:flex;align-items:center;gap:10px}
.aer-dotlive{width:8px;height:8px;border-radius:50%;background:#3ecf8e;box-shadow:0 0 0 3px rgba(62,207,142,.15)}
.aer-sub{font-size:12.5px;color:var(--haze,#9a9aa2);margin-top:3px}

.aer-body{flex:1;display:flex;min-height:0}
.aer-stream{flex:1;display:flex;flex-direction:column;min-width:0}
.aer-msgs{flex:1;overflow-y:auto;padding:20px 28px}
.aer-roster{width:200px;flex:none;border-left:1px solid var(--edge,rgba(255,255,255,.08));padding:18px 16px;overflow-y:auto}
.aer-rhd{font-size:10.5px;letter-spacing:.08em;text-transform:uppercase;color:#6b6b73;margin:0 0 12px}
.aer-rrow{display:flex;align-items:center;gap:9px;padding:6px 0}
.aer-rav{width:26px;height:26px;border-radius:8px;display:grid;place-items:center;font-size:12px;font-weight:600;color:#0d0d0f;flex:none}
.aer-rname{font-size:13px;color:#dcdce0;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.aer-rdot{width:7px;height:7px;border-radius:50%;background:#3a3a42;flex:none}
.aer-rdot.on{background:#3ecf8e}

/* messages */
.aer-turn{display:flex;gap:11px;margin-bottom:18px;align-items:flex-start}
.aer-av{width:30px;height:30px;border-radius:9px;display:grid;place-items:center;font-size:13px;font-weight:700;color:#0d0d0f;flex:none;margin-top:1px}
.aer-bub{min-width:0;flex:1}
.aer-who{display:flex;align-items:baseline;gap:8px;margin-bottom:3px}
.aer-name{font-size:13px;font-weight:600}
.aer-time{font-size:11px;color:#6b6b73}
.aer-text{font-size:14px;color:#e6e6e9;line-height:1.5;white-space:pre-wrap;word-wrap:break-word}
.aer-text .aer-at{color:#ff8a50;font-weight:600}
.aer-sys{text-align:center;font-size:11.5px;color:#6b6b73;margin:12px 0}

/* composer */
.aer-composer{flex:none;border-top:1px solid var(--edge,rgba(255,255,255,.08));padding:14px 28px;display:flex;gap:11px;align-items:flex-end}
.aer-input{flex:1;background:#141416;border:1px solid var(--edge,rgba(255,255,255,.1));border-radius:12px;padding:11px 14px;color:#eaeaec;font-size:14px;font-family:inherit;resize:none;max-height:140px;line-height:1.4;outline:none}
.aer-input:focus{border-color:rgba(255,107,44,.5)}
.aer-input::placeholder{color:#6b6b73}
.aer-send{flex:none;height:42px;padding:0 18px;border-radius:11px;border:none;background:#ff6b2c;color:#0d0d0f;font-size:13.5px;font-weight:600;cursor:pointer;transition:.15s}
.aer-send:hover{background:#ff824d}
.aer-send:disabled{opacity:.45;cursor:default}

.aer-empty{color:#6b6b73;font-size:13.5px;text-align:center;padding:50px 0}

/* nav item icon inherits sidebar styles; nothing extra needed */
