@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700;900&display=swap);body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.welcome-page{align-items:center;background:linear-gradient(135deg,#0f0f1e,#1a1a2e 50%,#16213e);display:flex;justify-content:center;min-height:100vh;padding:2rem}.welcome-container{max-width:900px;text-align:center;width:100%}.welcome-header{margin-bottom:3rem}.app-title{-webkit-text-fill-color:#0000;animation:glow 3s ease-in-out infinite;background:linear-gradient(135deg,#667eea,#764ba2 50%,#f093fb);-webkit-background-clip:text;background-clip:text;font-size:4rem;font-weight:900;margin-bottom:1rem}@keyframes glow{0%,to{filter:brightness(1)}50%{filter:brightness(1.2)}}.app-subtitle{color:#b0b0c0;font-size:1.5rem;font-weight:300}.welcome-actions{display:flex;gap:2rem;justify-content:center;margin-bottom:4rem}.action-btn{align-items:center;border:none;border-radius:20px;cursor:pointer;display:flex;flex-direction:column;font-size:1.125rem;font-weight:600;gap:1rem;min-width:200px;padding:2rem 3rem;transition:all .3s ease}.action-btn.primary{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 8px 30px #667eea66;color:#fff}.action-btn.secondary{background:linear-gradient(135deg,#f093fb,#f5576c);box-shadow:0 8px 30px #f093fb66;color:#fff}.action-btn:hover{box-shadow:0 12px 40px #667eea99;transform:translateY(-5px)}.btn-icon{font-size:3rem}.features{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:3rem}.feature{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;padding:2rem;transition:all .3s ease}.feature:hover{background:#ffffff14;transform:translateY(-5px)}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature h3{color:#fff;font-size:1.25rem;margin-bottom:.5rem}.feature p{color:#b0b0c0;font-size:.875rem}.form-container{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;box-shadow:0 8px 32px #0000004d;max-width:500px;padding:3rem;width:100%}.back-btn{background:#0000;border:none;color:#b0b0c0;cursor:pointer;font-size:1rem;margin-bottom:1rem;transition:color .3s ease}.back-btn:hover{color:#fff}.form-container h2{color:#fff;font-size:2rem;margin-bottom:2rem;text-align:center}.form-group{margin-bottom:1.5rem;text-align:left}.form-group label{color:#b0b0c0;display:block;font-size:.875rem;font-weight:600;margin-bottom:.5rem}.form-input{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;color:#fff;font-size:1rem;padding:1rem;transition:all .3s ease;width:100%}.form-input:focus{background:#ffffff14;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.error-message{background:#ef44441a;border:1px solid #ef44444d;border-radius:8px;color:#f87171;font-size:.875rem;margin-bottom:1rem;padding:.75rem}.submit-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:12px;box-shadow:0 4px 15px #667eea4d;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem;transition:all .3s ease;width:100%}.submit-btn:hover:not(:disabled){box-shadow:0 6px 20px #667eea66;transform:translateY(-2px)}.submit-btn:disabled{cursor:not-allowed;opacity:.6}.now-playing{background:linear-gradient(135deg,#1e1e2e,#2a2a3e);border-radius:16px;box-shadow:0 8px 32px #0000004d;margin-bottom:2rem;padding:2rem}.now-playing.empty{align-items:center;display:flex;justify-content:center;min-height:300px}.empty-state{color:#a0a0b0;text-align:center}.music-icon{font-size:4rem;margin-bottom:1rem;opacity:.5}.empty-state h3{color:#e0e0e0;margin-bottom:.5rem}.now-playing-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.now-playing-header h2{color:#fff;font-size:1.5rem;font-weight:700}.skip-btn{background:linear-gradient(135deg,#f093fb,#f5576c);border:none;border-radius:25px;box-shadow:0 4px 15px #f5576c4d;color:#fff;cursor:pointer;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease}.skip-btn:hover{box-shadow:0 6px 20px #f5576c66;transform:translateY(-2px)}.track-card{align-items:center;display:flex;gap:2rem}.track-artwork{flex-shrink:0;height:150px;position:relative;width:150px}.artwork-placeholder{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;color:#fff;display:flex;font-size:4rem;height:100%;justify-content:center;width:100%}.playing-animation{align-items:flex-end;bottom:10px;display:flex;gap:3px;height:20px;position:absolute;right:10px}.bar{animation:bounce 1s ease-in-out infinite;background:#fff;border-radius:3px;width:3px}.bar:first-child{animation-delay:0s}.bar:nth-child(2){animation-delay:.1s}.bar:nth-child(3){animation-delay:.2s}.bar:nth-child(4){animation-delay:.3s}@keyframes bounce{0%,to{height:5px}50%{height:20px}}.track-info{flex:1 1}.track-title{color:#fff;font-size:2rem;font-weight:700;margin-bottom:.5rem}.track-artist{color:#b0b0c0;font-size:1.25rem;margin-bottom:.5rem}.track-meta{color:#808090;font-size:.875rem}.queue-list{background:linear-gradient(135deg,#1e1e2e,#2a2a3e);border-radius:16px;box-shadow:0 8px 32px #0000004d;padding:2rem}.queue-list.empty{align-items:center;display:flex;justify-content:center;min-height:300px}.empty-queue{color:#a0a0b0;text-align:center}.queue-icon{font-size:4rem;margin-bottom:1rem;opacity:.5}.empty-queue h3{color:#e0e0e0;margin-bottom:.5rem}.queue-list h2{color:#fff;font-size:1.5rem;font-weight:700;margin-bottom:1.5rem}.queue-items{display:flex;flex-direction:column;gap:.75rem}.queue-item{align-items:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;display:flex;gap:1rem;padding:1rem;transition:all .3s ease}.queue-item:hover{background:#ffffff14;transform:translateX(4px)}.queue-number{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:.875rem;font-weight:700;height:30px;justify-content:center;width:30px}.song-info{flex:1 1}.song-info h4{color:#fff;font-size:1rem;font-weight:600;margin-bottom:.25rem}.song-info p{color:#b0b0c0;font-size:.875rem}.vote-controls{gap:.5rem}.vote-btn,.vote-controls{align-items:center;display:flex}.vote-btn{background:#ffffff1a;border:1px solid #fff3;border-radius:8px;color:#b0b0c0;cursor:pointer;font-size:.875rem;height:32px;justify-content:center;transition:all .3s ease;width:32px}.vote-btn:hover{background:#ffffff26;transform:scale(1.1)}.vote-btn.upvote.active{background:linear-gradient(135deg,#4ade80,#22c55e);border-color:#22c55e;color:#fff}.vote-btn.downvote.active{background:linear-gradient(135deg,#f87171,#ef4444);border-color:#ef4444;color:#fff}.vote-count{color:#fff;font-size:1rem;font-weight:700;min-width:30px;text-align:center}.search-panel{background:linear-gradient(135deg,#1e1e2e,#2a2a3e);border-radius:16px;box-shadow:0 8px 32px #0000004d;margin-bottom:2rem;padding:2rem}.search-panel h2{color:#fff;font-size:1.5rem;font-weight:700;margin-bottom:1.5rem}.search-form{display:flex;gap:1rem;margin-bottom:1.5rem}.search-input{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;color:#fff;flex:1 1;font-size:1rem;padding:1rem;transition:all .3s ease}.search-input:focus{background:#ffffff14;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.search-input::placeholder{color:#808090}.search-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:12px;box-shadow:0 4px 15px #667eea4d;color:#fff;cursor:pointer;font-weight:600;padding:1rem 2rem;transition:all .3s ease}.search-btn:hover:not(:disabled){box-shadow:0 6px 20px #667eea66;transform:translateY(-2px)}.search-btn:disabled{cursor:not-allowed;opacity:.6}.search-results{display:flex;flex-direction:column;gap:.75rem;max-height:400px;overflow-y:auto}.search-results::-webkit-scrollbar{width:8px}.search-results::-webkit-scrollbar-track{background:#ffffff0d;border-radius:4px}.search-results::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px}.no-results{color:#a0a0b0;padding:3rem;text-align:center}.search-result-item{align-items:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;display:flex;gap:1rem;padding:1rem;transition:all .3s ease}.search-result-item:hover{background:#ffffff14;transform:translateX(4px)}.result-artwork{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:8px;color:#fff;display:flex;flex-shrink:0;font-size:1.5rem;height:50px;justify-content:center;width:50px}.result-info{flex:1 1}.result-info h4{color:#fff;font-size:1rem;font-weight:600;margin-bottom:.25rem}.result-info p{color:#b0b0c0;font-size:.875rem;margin-bottom:.25rem}.duration{color:#808090;font-family:Courier New,monospace;font-size:.75rem}.add-song-btn{background:linear-gradient(135deg,#4ade80,#22c55e);border:none;border-radius:25px;box-shadow:0 4px 15px #4ade804d;color:#fff;cursor:pointer;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease}.add-song-btn:hover{box-shadow:0 6px 20px #4ade8066;transform:translateY(-2px)}.active-users{background:linear-gradient(135deg,#1e1e2e,#2a2a3e);border-radius:16px;box-shadow:0 8px 32px #0000004d;margin-bottom:2rem;padding:1.5rem}.active-users h3{color:#fff;font-size:1.25rem;font-weight:700;margin-bottom:1rem}.users-list{flex-direction:column}.user-item,.users-list{display:flex;gap:.75rem}.user-item{align-items:center;background:#ffffff0d;border-radius:12px;padding:.75rem;transition:all .3s ease}.user-item:hover{background:#ffffff14}.user-avatar{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;color:#fff;display:flex;font-size:1.125rem;font-weight:700;height:40px;justify-content:center;width:40px}.user-info{display:flex;flex:1 1;flex-direction:column;gap:.25rem}.user-name{color:#fff;font-size:.875rem;font-weight:600}.host-badge{color:#fbbf24;font-size:.75rem;font-weight:600}.audio-player{background:linear-gradient(135deg,#667eea,#764ba2);bottom:0;box-shadow:0 -4px 20px #0000004d;left:0;padding:1rem;position:fixed;right:0;z-index:1000}.player-info{color:#fff;justify-content:space-between;margin:0 auto;max-width:1200px}.player-info,.sync-indicator{align-items:center;display:flex}.sync-indicator{gap:.5rem}.sync-dot{animation:pulse 2s infinite;background:#4ade80;border-radius:50%;height:8px;width:8px}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.sync-text{font-size:.875rem;font-weight:500}.time-display{font-family:Courier New,monospace;font-size:.875rem;font-weight:600}.room-dashboard{background:linear-gradient(135deg,#0f0f1e,#1a1a2e);min-height:100vh;padding:2rem 2rem 100px}.room-header{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:2rem}.room-info h1{color:#fff;font-size:2rem;font-weight:700;margin-bottom:.5rem}.room-code-display{align-items:center;background:#ffffff1a;border-radius:8px;cursor:pointer;display:inline-flex;gap:.5rem;padding:.5rem 1rem;transition:all .3s ease}.room-code-display:hover{background:#ffffff26}.code-label{color:#b0b0c0;font-size:.875rem}.code-value{color:#fff;font-family:Courier New,monospace;font-size:1.125rem;font-weight:700}.search-toggle-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:12px;color:#fff;cursor:pointer;font-weight:600;padding:1rem 2rem;transition:all .3s ease}.search-toggle-btn:hover{transform:translateY(-2px)}.dashboard-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 300px}.main-section,.sidebar{min-width:0}@media (max-width:968px){.dashboard-content{grid-template-columns:1fr}}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#0f0f1e;color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.App{min-height:100vh}button,input{font-family:inherit}
/*# sourceMappingURL=main.4c63886f.css.map*/