.chat{flex-direction:column;height:100vh;display:flex}.chat-header{border-bottom:1px solid #3a3d45;padding:1rem 1.25rem}.chat-header h2{margin:0;font-size:1rem}.chat-messages{flex-direction:column;flex:1;gap:.75rem;padding:1rem 1.25rem;display:flex;overflow-y:auto}.chat-msg{background:#25262b;border-radius:8px;padding:.5rem .65rem}.chat-author{margin-right:.5rem;font-weight:600}.chat-msg time{color:#9aa0a6;font-size:.75rem}.chat-msg p{margin:.35rem 0 0}.chat-compose{border-top:1px solid #3a3d45;gap:.5rem;padding:1rem 1.25rem;display:flex}.chat-compose input[type=text],.chat-compose>input:not([type=file]){color:inherit;background:#1a1b1e;border:1px solid #3a3d45;border-radius:8px;flex:1;padding:.55rem .65rem}.chat-compose button{color:#fff;cursor:pointer;background:#4a7cff;border:none;border-radius:8px;padding:.55rem 1rem}.file-label{cursor:pointer;background:#3a3d45;border-radius:8px;align-items:center;padding:0 .65rem;font-size:.85rem;display:flex}.file-label input{display:none}.voice{flex-direction:column;gap:1rem;padding:1.25rem;display:flex}.voice-header{justify-content:space-between;align-items:center;gap:1rem;display:flex}.voice-header h2{margin:0}.voice-header button{color:#fff;cursor:pointer;background:#4a7cff;border:none;border-radius:8px;padding:.5rem 1rem}.voice-header button.danger{background:#c62828}.voice-error{color:#ff8a80;margin:0}.voice-participants{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.voice-participants li{background:#25262b;border-radius:8px;padding:.65rem .85rem}.voice-participants li.local{border:1px solid #4a7cff}.voice-empty{color:#9aa0a6}.hub{grid-template-columns:260px 1fr;min-height:100vh;display:grid}.hub-sidebar{background:#222327;border-right:1px solid #3a3d45;flex-direction:column;gap:1rem;padding:1rem;display:flex}.hub-brand{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.hub-brand h1{margin:0;font-size:1.1rem}.link-btn{color:#9aa0a6;cursor:pointer;background:0 0;border:none;font-size:.85rem}.hub-profile{flex-direction:column;gap:.5rem;display:flex}.hub-profile label{color:#9aa0a6;flex-direction:column;gap:.25rem;font-size:.8rem;display:flex}.hub-profile input{color:inherit;background:#1a1b1e;border:1px solid #3a3d45;border-radius:6px;padding:.45rem .55rem}.hub-profile button{color:#e8eaed;cursor:pointer;background:#3a3d45;border:none;border-radius:6px;padding:.45rem}.hub-channels{flex-direction:column;gap:.25rem;display:flex}.channel{text-align:left;color:#c4c7cc;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.5rem .65rem}.channel.active{color:#fff;background:#3a3d45}.hub-main{flex-direction:column;min-height:0;display:flex}.hub-empty{color:#9aa0a6;margin:2rem}.auth-page{place-items:center;min-height:100vh;padding:1.5rem;display:grid}.auth-card{background:#25262b;border:1px solid #3a3d45;border-radius:12px;flex-direction:column;gap:.75rem;width:min(100%,22rem);padding:1.5rem;display:flex}.auth-card h1{margin:0;font-size:1.35rem}.auth-sub{color:#9aa0a6;margin:0;font-size:.9rem}.auth-card label{color:#c4c7cc;flex-direction:column;gap:.35rem;font-size:.85rem;display:flex}.auth-card input{color:inherit;background:#1a1b1e;border:1px solid #3a3d45;border-radius:8px;padding:.55rem .65rem}.auth-card button{color:#fff;cursor:pointer;background:#4a7cff;border:none;border-radius:8px;margin-top:.25rem;padding:.6rem}.auth-card button.secondary{background:#3a3d45}.auth-error{color:#ff8a80;margin:0;font-size:.9rem}.auth-success{color:#81c995;margin:0;font-size:.9rem}.loading{text-align:center;color:#9aa0a6;padding:2rem}:root{color:#e8eaed;background:#1a1b1e;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5}*{box-sizing:border-box}body{min-height:100vh;margin:0}button,input{font:inherit}a{color:#7eb8ff}
