*{box-sizing:border-box}body{margin:0;font-family:Arial,Helvetica,sans-serif;background:#10131a;color:#f3f5f9}a{color:#8dc7ff}.page{max-width:1200px;margin:0 auto;padding:24px}.page.narrow{max-width:760px}.card{background:#181d27;border:1px solid #2a3242;border-radius:14px;padding:18px;margin:14px 0;box-shadow:0 10px 30px rgba(0,0,0,.25)}.login-wrap{max-width:420px;margin:9vh auto}.brand{font-size:30px;font-weight:800;margin-bottom:6px}.muted{color:#aeb7c7}.row{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.between{justify-content:space-between}.grid{display:grid;grid-template-columns:380px 1fr;gap:16px}.grid-room{display:grid;grid-template-columns:1fr 340px;gap:16px}.member{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #2a3242;padding:10px 0}.member:last-child{border-bottom:0}.member-card{border:1px solid #2a3242;border-radius:13px;padding:12px;margin:12px 0;background:#111722}.member-main{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.member-summary{margin-top:7px;font-size:12px;line-height:1.35;color:#c1cad9}.member-actions{justify-content:flex-end}.badge{border-radius:999px;padding:3px 8px;background:#313a4d;font-size:12px}.online{background:#164d35}.offline{background:#4d3940}.unread{background:#914bff;color:white}.clickable{cursor:pointer}button,.btn{background:#316df6;color:white;border:0;border-radius:10px;padding:9px 12px;cursor:pointer;font-weight:700;text-decoration:none;display:inline-block}button.secondary,.btn.secondary{background:#374151}button.danger{background:#b42318}button:disabled{opacity:.55;cursor:not-allowed}input,select,textarea{width:100%;background:#0d1118;color:#f3f5f9;border:1px solid #3b465a;border-radius:10px;padding:10px;margin:6px 0 12px}textarea{min-height:72px;resize:vertical}.chat{height:440px;overflow:auto;background:#0d1118;border:1px solid #2a3242;border-radius:12px;padding:12px}.msg{margin:8px 0;padding:8px 10px;background:#202737;border-radius:10px}.msg.mine{background:#17365f}.msg .meta{font-size:12px;color:#b9c2d2;margin-bottom:4px}.topbar{background:#181d27;border-bottom:1px solid #2a3242;padding:12px 24px}.video-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.video-box{background:#05070b;border:1px solid #2a3242;border-radius:12px;min-height:260px;display:flex;align-items:center;justify-content:center;overflow:hidden}.video-box video{width:100%;height:100%;object-fit:cover}.notice{background:#33280f;border:1px solid #80621e;border-radius:12px;padding:12px;margin:10px 0}.invite-notice{background:#211a3d;border-color:#7656db}.admin-table{width:100%;border-collapse:collapse}.admin-table th,.admin-table td{border-bottom:1px solid #2a3242;padding:9px;text-align:left}.small{font-size:12px}.hidden{display:none!important}.unread-panel{background:#16122a;border:1px solid #493c86;border-radius:12px;padding:12px;margin:12px 0}.unread-panel h3{margin:0 0 10px}.unread-row{display:flex;justify-content:space-between;width:100%;margin:6px 0;background:#2c215d}.dm-compose textarea{flex:1;min-width:220px}.profile-preview{background:#101722;border:1px solid #2a3242;border-radius:10px;padding:10px;margin-bottom:10px;font-size:13px;color:#c4cedf}.modal{position:fixed;inset:0;background:rgba(0,0,0,.65);display:flex;align-items:center;justify-content:center;padding:20px;z-index:50}.modal-card{width:min(720px,100%);max-height:86vh;overflow:auto;background:#181d27;border:1px solid #3b465a;border-radius:16px;padding:18px;box-shadow:0 20px 80px rgba(0,0,0,.45)}.profile-field{border-bottom:1px solid #2a3242;padding:10px 0}.profile-field:last-child{border-bottom:0}.profile-field p{margin:6px 0 0;line-height:1.45}.profile-view{background:#101722;border:1px solid #2a3242;border-radius:12px;padding:10px}@media(max-width:900px){.grid,.grid-room{grid-template-columns:1fr}.video-grid{grid-template-columns:1fr}.member-main{flex-direction:column}.member-actions{justify-content:flex-start}}