.hh-lobby{max-width:640px;margin:0 auto;padding:1.5rem;font-family:system-ui,-apple-system,sans-serif}.hh-lobby__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.hh-lobby__title{font-size:1.5rem;font-weight:700;margin:0}.hh-lobby__empty{text-align:center;color:#888;padding:3rem 0}.hh-lobby__auth{text-align:center;padding:2rem}.hh-lobby__auth-input{padding:.5rem .75rem;border:1px solid #ccc;border-radius:6px;font-size:1rem;margin-right:.5rem}.hh-room-card{display:flex;align-items:center;gap:1rem;padding:1rem;border:1px solid #e0e0e0;border-radius:12px;margin-bottom:.75rem;cursor:pointer;transition:background .15s}.hh-room-card:hover{background:#f5f5f5}.hh-room-card__avatar{width:48px;height:48px;border-radius:50%;object-fit:cover}.hh-room-card__info{flex:1;min-width:0}.hh-room-card__title{font-weight:600;font-size:1rem;margin:0 0 .25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hh-room-card__meta{font-size:.85rem;color:#666}.hh-room-card__count{font-size:.85rem;color:#888;white-space:nowrap}.hh-create-dialog{padding:1rem 0}.hh-create-dialog__row{margin-bottom:1rem}.hh-create-dialog__input{width:100%;padding:.5rem .75rem;border:1px solid #ccc;border-radius:6px;font-size:1rem;box-sizing:border-box}.hh-btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.5rem 1rem;border:none;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;transition:background .15s,opacity .15s}.hh-btn:disabled{opacity:.5;cursor:not-allowed}.hh-btn--primary{background:#e31337;color:#fff}.hh-btn--primary:hover:not(:disabled){background:#c41030}.hh-btn--secondary{background:#eee;color:#333}.hh-btn--secondary:hover:not(:disabled){background:#ddd}.hh-btn--danger{background:#f44;color:#fff}.hh-btn--small{padding:.3rem .6rem;font-size:.8rem}.hh-btn--icon{width:40px;height:40px;padding:0;border-radius:50%}.hh-room{max-width:640px;margin:0 auto;padding:1.5rem;font-family:system-ui,-apple-system,sans-serif;min-height:100vh;display:flex;flex-direction:column}.hh-room__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}.hh-room__title{font-size:1.25rem;font-weight:700;margin:0 0 .25rem}.hh-room__host{font-size:.85rem;color:#666}.hh-room__count{font-size:.85rem;color:#888}.hh-stage{margin-bottom:1.5rem}.hh-stage__label{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:#888;margin-bottom:.75rem}.hh-stage__grid{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.hh-audience{flex:1;margin-bottom:1.5rem}.hh-audience__label{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:#888;margin-bottom:.75rem}.hh-audience__grid{display:flex;flex-wrap:wrap;gap:.75rem}.hh-tile{display:flex;flex-direction:column;align-items:center;gap:.4rem;position:relative;cursor:pointer}.hh-tile__avatar-wrap{position:relative;width:64px;height:64px}.hh-tile--small .hh-tile__avatar-wrap{width:48px;height:48px}.hh-tile__avatar{width:100%;height:100%;border-radius:50%;object-fit:cover;border:3px solid transparent;transition:border-color .2s}.hh-tile--speaking .hh-tile__avatar{border-color:#22c55e;box-shadow:0 0 0 3px #22c55e4d}.hh-tile--muted .hh-tile__avatar{opacity:.7}.hh-tile__hand{position:absolute;top:-4px;right:-4px;font-size:1.1rem;line-height:1}.hh-tile__name{font-size:.75rem;font-weight:500;max-width:72px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center}.hh-tile__role{font-size:.65rem;color:#e31337;font-weight:600;text-transform:uppercase}.hh-controls{display:flex;justify-content:center;align-items:center;gap:1rem;padding:1rem;border-top:1px solid #eee;margin-top:auto}.hh-host-panel{position:absolute;top:100%;left:50%;transform:translate(-50%);background:#fff;border:1px solid #ddd;border-radius:8px;box-shadow:0 4px 12px #00000026;padding:.5rem;z-index:10;display:flex;flex-direction:column;gap:.25rem;min-width:120px}.hh-host-panel__btn{width:100%;text-align:left;padding:.4rem .6rem;border:none;background:none;border-radius:4px;font-size:.85rem;cursor:pointer}.hh-host-panel__btn:hover{background:#f0f0f0}.hh-host-panel__btn--danger{color:#e31337}.hh-chat__toggle{position:relative}.hh-chat__badge{position:absolute;top:-6px;right:-6px;background:#e31337;color:#fff;font-size:.65rem;font-weight:700;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center}.hh-chat{border:1px solid #e0e0e0;border-radius:12px;margin:.75rem 0;display:flex;flex-direction:column;max-height:300px;background:#fff}.hh-chat__messages{flex:1;overflow-y:auto;padding:.75rem;display:flex;flex-direction:column;gap:.5rem;min-height:100px}.hh-chat__empty{text-align:center;color:#aaa;font-size:.85rem;padding:2rem 0}.hh-chat__msg{display:flex;gap:.5rem;align-items:flex-start}.hh-chat__msg-avatar{width:24px;height:24px;border-radius:50%;flex-shrink:0;margin-top:2px}.hh-chat__msg-name{font-size:.8rem;font-weight:600;margin-right:.4rem}.hh-chat__msg-text{font-size:.85rem}.hh-chat__input-row{display:flex;gap:.5rem;padding:.5rem .75rem;border-top:1px solid #eee}.hh-chat__input{flex:1;padding:.4rem .6rem;border:1px solid #ccc;border-radius:6px;font-size:.85rem;outline:none}.hh-chat__input:focus{border-color:#e31337}*{margin:0;padding:0;box-sizing:border-box}body{font-family:system-ui,-apple-system,sans-serif;background:#fafafa;color:#1a1a1a;min-height:100vh}
