*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0f0f13;--surface: #1a1a24;--surface-hover: #22222f;--border: #2a2a3a;--text: #e8e8f0;--text-muted: #8888a0;--accent: #6c5ce7;--accent-hover: #7c6ef7;--success: #00b894;--danger: #e17055;--radius: 12px}body{font-family:Inter,system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;min-height:100vh}.app{max-width:720px;margin:0 auto;padding:2rem 1.5rem}.hero{text-align:center;margin-bottom:2.5rem}.logo{font-size:3rem;margin-bottom:.5rem;color:var(--accent)}.hero h1{font-size:2rem;font-weight:700;margin-bottom:.5rem}.subtitle{color:var(--text-muted);font-size:1.05rem}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;margin-bottom:1rem}.card h2{font-size:1rem;font-weight:600;margin-bottom:1rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}label{display:block;font-size:.85rem;color:var(--text-muted);margin-bottom:.4rem}input[type=text],input[type=url],input[type=password]{width:100%;padding:.75rem 1rem;background:var(--bg);border:1px solid var(--border);border-radius:8px;color:var(--text);font-size:1rem;margin-bottom:0;outline:none;transition:border-color .2s}input:focus{border-color:var(--accent)}.form-section{display:flex;flex-direction:column;gap:.75rem}.form-section-title{font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin:0}.form-field{display:flex;flex-direction:column;gap:.35rem}.form-field label{margin-bottom:0}.form-field.optional label .optional-mark{font-weight:400;color:var(--text-muted);opacity:.75}.form-actions{margin-top:.25rem}.form-actions .btn{width:100%}.entry-card{display:flex;flex-direction:column;gap:1.25rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:.95rem;font-weight:500;cursor:pointer;transition:background .2s,opacity .2s;width:100%}.btn:disabled{opacity:.4;cursor:not-allowed}.btn.primary{background:var(--accent);color:#fff}.btn.primary:hover:not(:disabled){background:var(--accent-hover)}.btn.secondary{background:var(--surface-hover);color:var(--text);border:1px solid var(--border)}.btn.secondary:hover:not(:disabled){background:var(--border)}.btn.ghost{background:transparent;color:var(--text-muted);width:auto;padding:.5rem 1rem}.btn.ghost:hover{color:var(--text)}.divider{display:flex;align-items:center;gap:1rem;margin:1.25rem 0;color:var(--text-muted);font-size:.85rem}.divider:before,.divider:after{content:"";flex:1;height:1px;background:var(--border)}.error{color:var(--danger);font-size:.9rem;margin-top:.75rem}.hint{color:var(--text-muted);font-size:.85rem;margin-top:.5rem}.steps{margin-top:3rem}.steps h2{font-size:1.1rem;margin-bottom:1rem}.steps ol{padding-left:1.25rem;color:var(--text-muted)}.steps li{margin-bottom:.5rem}.room-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.room-header h1{font-size:1.5rem}.status{font-size:.8rem;padding:.2rem .6rem;border-radius:20px}.status.online{background:#00b89426;color:var(--success)}.status.offline{background:#e1705526;color:var(--danger)}.room-grid{display:grid;gap:1rem}.code-display{font-size:2.5rem;font-weight:700;letter-spacing:.15em;text-align:center;padding:1rem;background:var(--bg);border-radius:8px;margin-bottom:1rem;color:var(--accent)}.btn-row{display:flex;gap:.75rem}.btn-row .btn{flex:1}.members{list-style:none}.members li{display:flex;justify-content:space-between;align-items:center;padding:.6rem 0;border-bottom:1px solid var(--border)}.members li:last-child{border-bottom:none}.members li.me{background:#6c5ce714;margin:0 -.5rem;padding:.6rem .5rem;border-radius:6px}.member-name{display:flex;align-items:center;gap:.5rem}.badge{font-size:.7rem;padding:.15rem .5rem;border-radius:4px;background:var(--accent);color:#fff;font-weight:500}.badge.you{background:var(--border);color:var(--text-muted)}.dot{width:8px;height:8px;border-radius:50%}.dot.online{background:var(--success)}.dot.offline{background:var(--text-muted)}.reconnect-banner{margin-bottom:1rem;padding:.65rem 1rem;border-radius:var(--radius);background:#e1705526;border:1px solid rgba(225,112,85,.35);color:#f0c4b8;font-size:.9rem;text-align:center}.buffer-banner{margin-bottom:1rem;padding:.65rem 1rem;border-radius:var(--radius);background:#fdcb6e1f;border:1px solid rgba(253,203,110,.35);color:#f6d99b;font-size:.9rem;text-align:center}.room-lock{font-size:.85rem;margin-left:.35rem;opacity:.8}.member-main{display:flex;flex-direction:column;gap:.2rem;min-width:0}.member-tags{display:flex;flex-wrap:wrap;gap:.35rem}.member-tag{font-size:.65rem;padding:.1rem .4rem;border-radius:4px;background:var(--border);color:var(--text-muted)}.member-tag.player{background:#00b89426;color:var(--success)}.member-tag.buffering{background:#fdcb6e26;color:#f6d99b}.member-actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.btn-link{border:none;background:transparent;color:var(--accent);font-size:.72rem;cursor:pointer;padding:0;white-space:nowrap}.btn-link:hover{color:var(--accent-hover);text-decoration:underline}.full-width{grid-column:1 / -1}.input-row{display:flex;gap:.75rem}.input-row input{flex:1;margin-bottom:0}.input-row .btn{width:auto;white-space:nowrap}.current-url{margin-top:.75rem;font-size:.85rem;color:var(--text-muted);word-break:break-all}.current-url a{color:var(--accent)}.video-link{display:block;padding:.75rem 1rem;background:var(--bg);border-radius:8px;color:var(--accent);word-break:break-all;text-decoration:none}.video-link:hover{text-decoration:underline}.playback-status{display:flex;align-items:center;gap:1.5rem;padding:1rem;background:var(--bg);border-radius:8px}.play-indicator{font-weight:600}.play-indicator.playing{color:var(--success)}.play-indicator.paused{color:var(--text-muted)}.time{font-size:1.5rem;font-weight:700;font-variant-numeric:tabular-nums}@media(min-width:600px){.room-grid{grid-template-columns:1fr 1fr}}.chat{display:flex;flex-direction:column;min-height:360px}.chat-messages{flex:1;min-height:220px;max-height:400px;overflow-y:auto;overflow-x:hidden;padding:12px 14px 16px;margin-bottom:.5rem;background:#12121a;border-radius:12px;border:1px solid var(--border)}.chat-empty{color:var(--text-muted);font-size:.9rem;text-align:center;padding:2.5rem 1rem}.chat-message{display:flex;margin-bottom:10px}.chat-message.mine{justify-content:flex-end}.chat-message-inner{max-width:78%}.chat-bubble-wrap{position:relative;display:inline-flex;flex-direction:column;gap:5px;max-width:100%}.chat-message.mine .chat-bubble-wrap{align-items:flex-end}.chat-bubble{padding:6px 10px 5px;border-radius:12px 12px 12px 4px;background:#2a2a38;box-shadow:0 1px 2px #0003}.chat-message.mine .chat-bubble{border-radius:12px 12px 4px;background:linear-gradient(135deg,#5b4cdb,#6c5ce7)}.chat-author{display:block;font-size:.72rem;font-weight:600;color:#8b7cf7;margin-bottom:2px;line-height:1.2}.chat-body{display:flex;flex-wrap:wrap;align-items:flex-end;gap:0 6px}.chat-text{font-size:.92rem;line-height:1.35;white-space:pre-wrap;word-break:break-word;color:#ececf4}.chat-message.mine .chat-text{color:#fff}.chat-time{font-size:.65rem;color:#ffffff73;margin-left:auto;white-space:nowrap;line-height:1.4;padding-bottom:1px}.chat-message:not(.mine) .chat-time{color:var(--text-muted)}.chat-reactions{display:flex;flex-wrap:wrap;gap:4px;max-width:100%}.chat-reaction-chip{display:inline-flex;align-items:center;gap:3px;padding:2px 7px 2px 5px;border-radius:12px;border:1px solid var(--border);background:var(--surface);cursor:pointer;line-height:1;box-shadow:0 1px 4px #0003;transition:background .12s,border-color .12s}.chat-reaction-chip:hover{background:var(--surface-hover)}.chat-reaction-chip.active{border-color:var(--accent);background:#6c5ce738}.chat-reaction-emoji{font-size:15px;line-height:1}.chat-reaction-count{font-size:11px;font-weight:600;color:var(--text-muted);min-width:7px}.chat-reaction-chip.active .chat-reaction-count{color:#b8adff}.chat-reaction-picker-float{position:fixed;z-index:10000;display:flex;gap:2px;padding:5px 8px;border-radius:22px;background:var(--surface);border:1px solid var(--border);box-shadow:0 4px 20px #00000073;white-space:nowrap;opacity:0;transform:translateY(4px) scale(.96);transition:opacity .12s ease,transform .12s ease;pointer-events:none}.chat-reaction-picker-float.visible{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}.chat-reaction-picker-btn{width:34px;height:34px;border:none;border-radius:50%;background:transparent;font-size:20px;cursor:pointer;line-height:1;padding:0;flex-shrink:0;transition:background .12s,transform .12s}.chat-reaction-picker-btn:hover{background:var(--surface-hover);transform:scale(1.12)}.chat-composer{position:relative}.chat-composer-box{display:flex;align-items:center;gap:6px;padding:6px 8px;background:var(--bg);border:1px solid var(--border);border-radius:24px}.chat-emoji-toggle{flex-shrink:0;width:36px;height:36px;border:none;border-radius:50%;background:transparent;color:var(--text-muted);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:color .15s,background .15s}.chat-emoji-toggle:hover:not(:disabled),.chat-emoji-toggle.active{color:var(--accent);background:#6c5ce71f}.chat-emoji-toggle:disabled{opacity:.4;cursor:not-allowed}.chat-composer .chat-input{flex:1;min-width:0;margin:0;padding:8px 4px;border:none;background:transparent;font-size:.95rem;outline:none}.chat-composer .chat-input:disabled{opacity:.5}.chat-send-btn{flex-shrink:0;width:36px;height:36px;border:none;border-radius:50%;background:var(--accent);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s,opacity .15s}.chat-send-btn:hover:not(:disabled){background:var(--accent-hover)}.chat-send-btn:disabled{opacity:.35;cursor:not-allowed}.chat-emoji-panel{position:absolute;bottom:calc(100% + 8px);left:0;right:0;display:grid;grid-template-columns:repeat(6,1fr);gap:2px;padding:10px;background:var(--surface);border:1px solid var(--border);border-radius:14px;box-shadow:0 8px 28px #0006;z-index:5}.chat-emoji-panel-btn{width:100%;aspect-ratio:1;border:none;border-radius:8px;background:transparent;font-size:22px;cursor:pointer;line-height:1;padding:0;transition:background .12s,transform .12s}.chat-emoji-panel-btn:hover{background:var(--surface-hover);transform:scale(1.12)}
