:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#14161c;--panel:#1c1f28;--line:#2a2f3a;--fg:#e6e8ee;--muted:#8b91a0;--accent:#6ea8fe;--whisper:#c792ea;font-family:system-ui,sans-serif}*{box-sizing:border-box}body{background:var(--bg);color:var(--fg);height:100vh;margin:0}#app{height:100vh}button{font:inherit;cursor:pointer;border:1px solid var(--line);background:var(--panel);color:var(--fg);border-radius:8px;padding:.5rem .9rem}button:hover{border-color:var(--accent)}button.link{color:var(--muted);background:0 0;border:none;padding:.2rem 0}input{font:inherit;color:var(--fg);border:1px solid var(--line);background:#0f1116;border-radius:8px;width:100%;padding:.55rem .7rem}label{color:var(--muted);margin:.9rem 0 .3rem;font-size:.85rem;display:block}.muted{color:var(--muted)}.screen{max-width:460px;margin:0 auto;padding:3rem 1.5rem}.screen h1{margin:.2rem 0}.id-line{color:var(--muted);margin-top:.4rem;font-size:.8rem}.screen button:not(.link){margin-top:1.2rem}.status{color:var(--accent);min-height:1.2em;margin-top:.8rem}.server-hint{color:var(--muted);margin:.9rem 0 .3rem;font-size:.85rem}.servers{flex-direction:column;gap:.4rem;display:flex}.screen .servers button.server{text-align:left;justify-content:space-between;align-items:baseline;gap:.75rem;margin-top:0;display:flex}.server-name{font-weight:600}.zones{flex-direction:column;gap:.5rem;display:flex}button.zone{text-align:left;justify-content:space-between;align-items:center;margin:0;display:flex}.zone-name{font-weight:600}.chat-view{flex-direction:column;height:100vh;display:flex}.chat-view header{border-bottom:1px solid var(--line);align-items:center;gap:1rem;padding:.7rem 1rem;display:flex}.chat-view header .conn{color:var(--accent);flex:1;font-size:.85rem}.chat-body{flex:1;min-height:0;display:flex}.chat-body aside{border-right:1px solid var(--line);width:220px;padding:.8rem 1rem;overflow-y:auto}.chat-body aside h3{text-transform:uppercase;color:var(--muted);margin:0 0 .6rem;font-size:.75rem}.roster .me{color:var(--accent)}.roster .peer{padding:.15rem 0}.roster .peer.away{opacity:.45}.chat-body main{flex-direction:column;flex:1;min-width:0;display:flex}.log{flex-direction:column;flex:1;gap:.35rem;padding:1rem;display:flex;overflow-y:auto}.msg .who{color:var(--muted);margin-right:.5rem;font-size:.85rem}.msg.own .who{color:var(--accent)}.msg.whisper .text{color:var(--whisper);font-style:italic}.msg.system{color:var(--muted);font-size:.8rem;font-style:italic}.chat-input{width:auto;margin:.8rem 1rem}
