body{margin:0;padding:0;background-color:#121212;color:#fff;font-family:Arial,sans-serif;min-height:100vh;box-sizing:border-box}.chat-layout{width:100%;height:100vh;display:flex;gap:12px;padding:16px;box-sizing:border-box}.chat-left{flex:3;display:flex;flex-direction:column;gap:10px;height:100%}.chat-right{width:250px;display:flex;flex-direction:column;gap:10px;height:100%}.message-list{flex:1 1 auto;min-height:200px;max-height:70vh;overflow-y:auto;display:flex;flex-direction:column;gap:4px;padding:10px;border-radius:4px;border:1px solid #555;background-color:#1a1a1a;word-break:break-word;white-space:pre-wrap;overflow-wrap:break-word}.chat-title{font-size:1.2rem;font-weight:700}.chat-toolbar{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.chat-toolbar button{padding:4px 8px;background:#6200ee;border:none;border-radius:4px;color:#fff;cursor:pointer}.video-request{display:flex;align-items:center;gap:6px}.video-request input{width:200px;padding:4px 6px;font-size:.85rem;background:#1a1a1a;border:1px solid #555;color:#fff;border-radius:4px}.message-row{display:flex;align-items:flex-end;margin-bottom:4px}.chat-message{max-width:75%;padding:4px 8px;border-radius:6px;font-size:.85rem;word-break:break-word;white-space:pre-wrap;overflow-wrap:break-word}.chat-message.self{background-color:#2a2a2a;margin-left:auto}.chat-message.other{background-color:#222}.chat-message.ai{background-color:#3d1a5f}.chat-message.system{font-weight:700;color:#f90;background:transparent}.message-avatar,.user-avatar{width:24px;height:24px;border-radius:50%;margin-right:6px;object-fit:cover}.chat-input{display:flex;flex-wrap:wrap;gap:6px}.chat-input input,.chat-input select{padding:6px 8px;background:#1a1a1a;border:1px solid #555;color:#fff;border-radius:4px}.chat-input input{flex:1}.chat-input select{flex:0 0 140px}.chat-input button{padding:6px 12px;background:#6200ee;border:none;border-radius:4px;color:#fff;cursor:pointer}.youtube-container{flex:0 0 200px;background:#121212;border-radius:8px;overflow:hidden}.video-player-float iframe{width:100%;height:100%;border-radius:4px}.video-info{display:flex;justify-content:space-between;font-size:.8rem;margin-top:4px}.video-info button{background:none;border:none;color:#fff;cursor:pointer}.user-list{flex:1 1 auto;background-color:#1a1a1a;border-radius:4px;border:1px solid #555;overflow-y:auto}.user-list.collapsed{max-height:36px;overflow:hidden}.user-list-header{padding:6px 10px;background:#222;cursor:pointer;font-weight:700}.user-item{padding:6px 10px;border-bottom:1px solid #333;cursor:pointer;display:flex;align-items:center;gap:6px}.user-item:hover,.user-item.selected{background-color:#2a2a2a}.song-panel-inline{display:flex;flex-direction:column;gap:6px;background:#121212;border-radius:8px;padding:8px;border:1px solid #555}.song-panel-inline.collapsed .song-body{display:none}.song-header-inline{display:flex;justify-content:space-between;align-items:center;cursor:pointer}.song-header-inline h4{margin:0;font-size:.95rem}.song-header-inline button{background:none;border:none;color:#fff;cursor:pointer;font-size:.85rem}@media (max-width: 480px){.chat-layout{flex-direction:column;padding:10px}.chat-right{width:100%}.user-list{max-height:120px}.video-player-float iframe{height:90px}.video-request input{width:140px}.chat-input input{flex:1 1 100%}.message-list{max-height:40vh;min-height:200px}.song-panel-inline{width:100%}}.video-player-float{width:240px;height:180px;background:#000;border-radius:10px;overflow:hidden;position:relative;box-shadow:0 0 10px #0009}.video-player-float iframe{width:100%;height:135px}.video-info{height:45px;font-size:12px;color:#fff;background:#000000b3;display:flex;align-items:center;justify-content:space-between;padding:0 8px}.close-btn{background:none;border:none;color:#fff;cursor:pointer;font-size:14px}.video-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#111,#222);color:#888;display:flex;align-items:center;justify-content:center;font-size:13px;letter-spacing:1px}.song-panel{position:fixed;top:40%;left:20px;transform:translateY(-50%);width:300px;background:#121212;color:#fff;border-radius:10px;padding:10px;box-shadow:0 4px 12px #00000080;z-index:999;font-family:sans-serif}.song-panel.collapsed{width:160px;padding:5px;overflow:hidden}.song-header{display:flex;justify-content:space-between;align-items:center;cursor:pointer}.song-header h4{margin:0;font-size:1rem}.song-header button{background:#6200ee;border:none;border-radius:4px;color:#fff;padding:2px 6px;cursor:pointer;font-size:.8rem}.song-panel button{margin:5px 0;background:#6200ee;border:none;border-radius:4px;color:#fff;padding:5px 10px;cursor:pointer;font-size:.85rem;transition:background .2s}.song-panel button:hover{background:#7e39ff}.song-playing{margin-top:12px;padding:10px;background:#181818;border-radius:6px;border:1px solid #333}.score-wrapper{display:flex;align-items:center;gap:8px;margin-top:6px}.score-value{font-size:16px;font-weight:700;color:gold}.score{display:flex;gap:6px}.star{cursor:pointer;font-size:26px;color:#555;transition:transform .15s,color .15s}.star.active,.star:hover{color:gold;transform:scale(1.2)}.star.disabled{cursor:default}.star.disabled:hover{transform:none;color:gold}.score-timer{margin-bottom:4px;font-size:14px;color:gold}.song-playing audio{width:100%;margin-top:6px}.info-text{margin-top:8px;font-size:14px;color:#aaa;text-align:center}@media (max-width: 480px){.song-panel{width:200px;padding:8px}.star{font-size:22px;margin:0 2px}.song-header h4{font-size:.9rem}.song-header button{font-size:.7rem;padding:2px 4px}.song-panel button{font-size:.75rem;padding:4px 8px}}
