@import url(https://fonts.googleapis.com/css2?family=DM+Sans:wght@500;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Nunito:wght@900&display=swap);@import url(https://db.onlinewebfonts.com/c/0c7bc4dbf83e06c969cff66b47940e49?family=Gotham+Circular+Rounded+Bold);@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-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}*{box-sizing:border-box;font-family:var(--font-sf);margin:0;padding:0}.App{background-color:#faf9f6;min-height:100vh;text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.navbar{background-color:#1a2421;color:#fff;height:60px;justify-content:space-between;padding:.5rem 2rem}.logo-container,.navbar{align-items:center;display:flex}.logo{height:65px}.hamburger{cursor:pointer;display:none;font-size:1.6rem}.nav-links a{font-family:var(--font-sf-display);font-size:.7rem;font-weight:500;letter-spacing:.5px;padding:10px}.nav-links a.active{color:#fff;font-weight:600;position:relative}.nav-links a.active:after{background-color:#fff;bottom:5px;content:"";height:2px;left:10px;position:absolute;right:10px}.nav-links a:hover{color:#faf9f6}.login-btn{align-items:center;background-color:#000;border:1px solid #fff;border-radius:20px;color:#fff;cursor:pointer;display:flex;font-size:.8rem;font-weight:600;gap:5px;padding:.5rem 1rem;transition:background-color .3s,color .3s}@media (max-width:768px){.navbar{height:60px;justify-content:space-between;padding:.5rem 1.5rem;position:relative}.hamburger{display:block;left:.7rem;position:absolute;z-index:10}.nav-links{display:none}.logo-container{left:45%;position:absolute;transform:translateX(-50%);z-index:5}.auth-section{align-items:center;display:flex;position:absolute;right:.7rem;z-index:10}.user-info{display:none!important;margin-right:.5rem}.login-btn{border:none;font-size:.75rem;min-width:70px;padding:.4rem .7rem}.logo{height:45px}}.hero{background-color:#f9f9f9;padding:.5rem 1rem;text-align:center}.hero-content{margin:0 auto;max-width:1200px;padding:1rem 0}.hero h1{color:#222;font-size:2.7rem;font-weight:800;margin-bottom:1rem}.hero h2{font-family:var(--font-sf-display);font-size:2.5rem;font-weight:600;margin:0}.songs-container{background-color:#faf9f6;padding:0}.songs-list{background-color:#fff;border-radius:4px;box-shadow:0 1px 3px #0000001a;margin:0 auto 50px;max-width:840px}.songs-list .song-item:hover{background-color:initial}.song-item{align-items:center;border-bottom:1px solid #eee;display:flex;gap:.5rem;justify-content:space-between;padding:1rem}.song-item:hover{background-color:#f8f8f8}.days-column{align-items:center;display:flex;flex-direction:column;justify-content:center;min-width:40px}.days-number{color:#333;font-family:var(--font-sf-display);font-size:1rem;font-weight:700}.days-label{color:#666;font-family:var(--font-sf);font-size:.6rem;font-weight:400;text-transform:lowercase}.cover-art{border-radius:4px;height:40px;margin-right:10px;min-width:40px;overflow:hidden;width:40px}.cover-art img{height:100%;object-fit:cover;width:100%}.song-info{flex:1 1;text-align:left}.song-info h3{color:#000;font-family:var(--font-sf-display);font-size:1rem;font-weight:600;margin:0}.song-info p{color:#666;font-family:var(--font-sf);font-size:.9rem;font-weight:400;margin:.25rem 0 0}.vote-btn{background:none;border:none;color:#aaa;cursor:pointer;font-size:1.5rem;font-weight:500;padding:0 1rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.vote-btn:hover{color:#f44;transform:scale(1.1)}.vote-btn.voted{animation:pulse .4s ease;color:#f44}.votes-count{color:#666;font-size:1rem;padding:0 1rem;transition:all .3s ease}.vote-count{display:flex;justify-content:flex-end;padding-right:1rem}@media (min-width:769px){.logo-container{justify-content:flex-start;position:static;transform:none}.selected-country,.user-info{display:flex}.hamburger{display:none}.nav-links{flex-direction:row;padding:0;position:static;width:auto}.selected-country,.user-info{display:block}.nav-links{display:flex}}.footer{background-color:#1a2421;padding:1rem;text-align:center}.footer,.footer h4{color:#fff}.footer-links{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:1200px}@media (max-width:768px){.footer-links{gap:1rem;grid-template-columns:1fr}}.footer-links a{color:#fff;display:block;font-size:.9rem;margin-bottom:.5rem;text-decoration:none}.footer-links a:hover{color:#1db954;text-decoration:underline}.footer-column{padding:0 1rem;text-align:center}.footer-column h4{color:#fff;font-size:1rem;margin-bottom:1rem}.footer-column p{color:#ccc;font-size:.8rem;margin-bottom:.5rem}.footer-column a{color:#fff;text-decoration:none}.footer-column a:hover{color:#1db954;text-decoration:underline}.footer-column ul{list-style:none}.footer-column ul li{margin-bottom:.5rem}.footer-column ul li a{color:#666;font-size:.8rem;text-decoration:none}.footer-column ul li a:hover{color:#fff}.subscribe-btn{background:#3558e6;border:none;color:#fff;margin-bottom:1rem}.customer-service-btn,.subscribe-btn{cursor:pointer;padding:.8rem;width:100%}.customer-service-btn{background:#ccc;border:1px solid #aaa;color:#000}@media (max-width:768px){.footer-links{grid-template-columns:1fr}}.search-container{display:flex;justify-content:center;margin-bottom:2rem}.search-bar{border:1px solid #ddd;border-radius:4px;font-size:1rem;outline:none;padding:.8rem 1.2rem;width:600px}.search-bar:focus{border-color:#999}@media (max-width:768px){.search-bar{width:90%}}.shop-container{margin:0 auto;max-width:1200px;padding:2rem}.shop-filters{margin-bottom:2rem}.filter-group{display:flex;gap:1rem;margin-bottom:1rem}.filter-select{border:1px solid #ddd;border-radius:4px;padding:.5rem}.price-filter{align-items:center;display:flex;gap:.5rem}.price-filter input{border:1px solid #ddd;border-radius:4px;padding:.5rem;width:80px}.filter-btn{background:#007bff;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:.5rem 1rem}.sort-options{display:flex;gap:1rem;margin-bottom:2rem}.sort-btn{background:none;border:none;color:#666;cursor:pointer;font-size:.9rem}.products-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}.product-card{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;color:inherit;display:block;padding:1.5rem;text-decoration:none;transition:transform .2s}.product-card:hover{transform:scale(1.02)}.product-brand{color:#666;font-size:.8rem;margin-bottom:.5rem}.product-title{font-size:1rem;font-weight:600;margin-bottom:1rem}.product-image{margin-bottom:1rem;width:100%}.product-image img{height:auto;width:100%}.product-details{font-size:.9rem}.product-code{color:#666;display:flex;justify-content:space-between;margin-bottom:.5rem}.product-serial{color:#666}.product-rating{color:gold}.product-status{align-items:center;display:flex;justify-content:space-between}.status-indicator{border-radius:4px;font-size:.8rem;padding:.2rem .5rem}.status-indicator.available{background:#e8f5e9;color:#2e7d32}.status-indicator.out-of-stock{background:#ffebee;color:#c62828}.product-price{font-size:1.1rem;font-weight:600}@media (max-width:1024px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.products-grid{grid-template-columns:1fr}.filter-group{flex-direction:column}.sort-options{flex-wrap:wrap}}.user-info{align-items:center;display:flex;gap:.5rem}.user-avatar{border-radius:50%;height:24px;width:24px}.user-name{color:#fff!important;font-size:.9rem;margin-left:.5rem}.search-results{background:#fff;border-radius:4px;box-shadow:0 2px 8px #0000001a;left:0;max-height:400px;overflow-y:auto;position:absolute;right:0;top:100%;z-index:1000}.search-result-item{align-items:center;border-bottom:1px solid #eee;cursor:pointer;display:flex;padding:.8rem}.search-result-item:hover{background-color:#f8f8f8}.search-result-item img{height:40px;margin-right:1rem;width:40px}.track-info{flex:1 1;text-align:left}.track-info h4{font-size:.9rem;margin:0}.track-info p{color:#666;font-size:.8rem;margin:0}.loading{align-items:center;color:#666;display:flex;font-size:1.2rem;height:200px;justify-content:center}.search-results-list{margin:1rem auto 2rem;max-width:840px}.request-btn{background:#1db954;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:.9rem;padding:8px 16px;transition:all .2s ease}.request-btn:hover{background:#1ed760;transform:scale(1.05)}.request-btn:disabled{background:#ccc;cursor:not-allowed;transform:none}.request-btn.requested{background:#ccc}.auth-section{align-items:center;border-radius:4px;display:flex;gap:1rem;padding:.5rem}.auth-section .login-btn{align-items:center;background:#0000;border:1px solid #fff;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-family:var(--font-sf);font-size:.8rem;font-weight:500;gap:6px;padding:.4rem 1rem;transition:all .3s ease}.auth-section .login-btn:hover{background-color:#ffffff1a;transform:translateY(-1px)}.auth-section .user-info{align-items:center;display:flex;gap:8px}.auth-section .user-avatar{border:2px solid #1db954;border-radius:50%;height:32px;object-fit:cover;width:32px}.auth-section .user-name{color:#333;font-size:.9rem;font-weight:500}.country-selector{background-color:#fff;border:1px solid #61dafb;border-radius:5px;color:#333;padding:.5rem}.selected-country{align-items:center;background:#ffffff1a;border-radius:4px;cursor:pointer;display:flex;gap:.5rem;padding:.4rem .8rem}.selected-country img{height:auto;width:20px}.selected-country span{color:#fff;font-size:.8rem}.dropdown-arrow{font-size:.7rem;opacity:.5}.tooltip-message{animation:fadeIn .3s ease;background:#000c;border-radius:4px;bottom:2rem;color:#fff;left:50%;padding:.8rem 1.5rem;position:fixed;transform:translateX(-50%);z-index:1000}.logo,h1,h2,h3,h4{font-family:var(--font-sf-display);font-weight:600}h1{font-weight:700}h2{font-weight:600}h3{font-weight:500}.vote-section{background-color:#fff;gap:1rem}.social-share,.vote-section{align-items:center;display:flex}.social-share{justify-content:space-between;margin-bottom:1rem}.social-buttons{display:flex;gap:10px}.social-share h3{margin-bottom:10px}.social-share button{margin:0 5px}.active{background-color:#0072c6;border-radius:4px;color:#fff;font-weight:700;padding:10px}.rank-number{color:#333;font-family:Montserrat,sans-serif;font-size:1.2rem;font-weight:700}.vote-count{color:#666;font-family:var(--font-sf);font-size:.9rem;font-weight:400;min-width:100px;padding:0 1rem;text-align:right}.top-songs-section{border-top:1px solid #eee;margin-top:1rem;padding-top:1rem}.top-songs-section h2{color:#333;font-family:var(--font-sf-display);font-size:1.5rem;font-weight:600;margin-bottom:.5rem;text-align:center}.request-count{color:#666;font-size:.9rem;margin-top:.25rem}.no-songs-message{color:#666;font-size:1.1rem;padding:2rem;text-align:center}.coming-soon{color:#666;font-size:10px}.footer-space{height:156px}.navbar a{background:none;text-decoration:none}.navbar .active{background:none;padding:0}.how-it-works-content{background-color:#fff;border-radius:4px;box-shadow:0 1px 3px #0000001a;margin:0 auto 2rem;max-width:840px;padding:2rem}.feature-section{border-bottom:1px solid #eee;margin-bottom:2.5rem;padding-bottom:2rem}.feature-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.feature-section h3{color:#333;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.feature-description{color:#666;line-height:1.6}.feature-description p{margin-bottom:1rem}.feature-description ul{list-style-type:none;padding-left:1.5rem}.feature-description li{margin-bottom:.5rem;position:relative}.feature-description li:before{color:#1db954;content:"•";font-weight:700;left:-1.5rem;position:absolute}.feature-cards{gap:2rem;margin:0 auto;max-width:840px}.feature-card,.feature-cards{display:flex;flex-direction:column;padding:2rem}.feature-card{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;position:relative;transition:transform .2s ease,box-shadow .2s ease}.feature-card:hover{box-shadow:0 2px 4px #0000001a;transform:none}.feature-number{color:#1db954;font-size:2rem;font-weight:700;margin-bottom:1rem}.feature-card h3{color:#333;font-size:1.25rem;margin-bottom:1rem}.feature-card p{color:#666;line-height:1.6;margin-bottom:1.5rem}.feature-card ul{list-style:none;margin:0;padding:0}.feature-card li{color:#555;margin-bottom:.5rem;padding-left:.5rem;position:relative}.feature-card li:before{color:#1db954;content:"•";left:0;margin-right:.5rem;position:absolute}@media (max-width:768px){.feature-cards{padding:1rem}}.shop-title{font-size:2rem;font-weight:700;margin:2rem 0;text-align:center}.center-text{margin:1rem 0;text-align:center}.share-icons{display:flex;gap:15px;justify-content:center;margin:20px 0}.share-icons button{transition:transform .2s ease}.share-icons button:hover{transform:scale(1.1)}.footer a{color:#61dafb;text-decoration:none}.footer a:hover{text-decoration:underline}@media (max-width:768px){.App-header{align-items:center;display:flex;justify-content:space-between;padding:1rem}.logo{margin:0 auto}.login-button,.logo{display:block}.country-feature,.other-elements,.selected-country{display:none}.user-info{display:none!important}.nav-links{display:none}}.hamburger-menu,.login-button{cursor:pointer}.login-button{background-color:#61dafb;border:none;border-radius:5px;color:#fff;padding:.5rem 1rem}.logo{height:55px}.country-selector{margin-top:1rem;text-align:center}@media (max-width:768px){.selected-country{display:none}.user-avatar,.user-info,.user-name{display:none!important}.nav-links{display:none}}@media (min-width:769px){.selected-country,.user-info{display:block}.nav-links{display:flex}}.menu-overlay{display:none}.nav-links{list-style:none;padding:0}.nav-links li{margin:15px 0}.nav-links a{color:#fff;text-decoration:none}.nav-links{display:flex;gap:1rem}.mobile-navbar{background-color:#1a2421;display:none;flex-direction:column;left:0;padding:1rem 0;position:absolute;top:60px;width:100%;z-index:1000}.mobile-navbar.open{display:flex}.mobile-navbar a{border-bottom:none;color:#fff;padding:1rem;text-align:center;text-decoration:none}.mobile-navbar a.active,.mobile-navbar a:hover{background-color:#414a4c}.mobile-navbar a.active{color:#fff}@media (max-width:768px){.nav-links{display:none}.hamburger{display:block}.navbar{display:flex}}.spotify-player{background-color:#fff;border-radius:8px;margin:10px 0;padding:10px;width:100%}.spotify-player iframe{display:block;margin:0 auto;max-width:450px;width:100%}.load-more-btn{background-color:#1a2421;border:none;border-radius:2px;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;margin-bottom:3rem;margin-top:3rem;padding:.5rem 1rem;transition:background-color .3s ease}.load-more-btn:hover{background-color:#000}.modal-overlay{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:10000}.modal-content{animation:modalSlideIn .3s ease-out;background:#fff;border-radius:12px;box-shadow:0 20px 40px #0000004d;max-height:90vh;max-width:500px;overflow-y:auto;width:90%}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-header{align-items:center;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;padding:20px 24px 16px}.modal-header h3{color:#333;font-size:20px;font-weight:600;margin:0}.modal-close-btn{align-items:center;background:none;border:none;border-radius:50%;color:#666;cursor:pointer;display:flex;font-size:24px;height:32px;justify-content:center;padding:4px;transition:all .2s ease;width:32px}.modal-close-btn:hover{background-color:#f5f5f5;color:#333}.modal-body{padding:24px;text-align:center}.duplicate-icon{font-size:48px;margin-bottom:16px}.duplicate-message{color:#333;font-size:18px;line-height:1.4;margin:0 0 12px}.duplicate-subtitle{color:#666;font-size:14px;line-height:1.4;margin:0}.modal-footer{display:flex;gap:12px;justify-content:center;padding:16px 24px 24px}.modal-btn{border:none;border-radius:8px;cursor:pointer;font-size:16px;font-weight:500;min-width:100px;padding:12px 24px;transition:all .2s ease}.modal-btn-primary{background-color:#1db954;color:#fff}.modal-btn-primary:hover{background-color:#1ed760;transform:translateY(-1px)}.modal-btn-secondary{background-color:#f5f5f5;border:1px solid #ddd;color:#333}.modal-btn-secondary:hover{background-color:#e8e8e8}.duplicate-song-modal{border-top:4px solid #ff9800}.duplicate-song-modal .modal-header h3{color:#ff9800}.duplicate-song-modal .artist-name{color:#1db954;font-style:italic;font-weight:600}.error-message{align-items:center;background-color:#ffebee;border-radius:4px;box-shadow:0 2px 4px #0000001a;color:#c62828;display:flex;justify-content:space-between;margin:10px 0;padding:15px}.error-message p{margin:0}.error-message button{background-color:#c62828;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:5px 10px}.error-message button:hover{background-color:#b71c1c}.genre-filters{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-bottom:20px;padding:0 20px}.genre-tag{background-color:#f0f0f0;border:none;border-radius:20px;color:#333;cursor:pointer;font-family:var(--font-sf);font-size:14px;font-weight:500;padding:8px 16px;transition:all .3s ease}.genre-tag:hover{background-color:#e0e0e0}.genre-tag.active{background-color:#1db954;color:#fff}.genre-tag.clear-filters{background-color:#f44336;color:#fff}.genre-tag.clear-filters:hover{background-color:#d32f2f}@media (max-width:768px){.genre-filters{justify-content:center;padding:0 10px}.genre-tag{font-size:12px;padding:6px 12px}}.genre-selector-overlay{align-items:center;background-color:#000000b3;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:9999}.genre-selector-modal{background-color:#fff;border-radius:8px;box-shadow:0 4px 20px #0003;max-width:500px;padding:2rem;width:90%}.genre-selector-modal h3{color:#333;font-size:1.2rem;margin:0 0 1rem}.genre-selector-modal p{color:#666;margin-bottom:1.5rem}.genre-selector-options{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.genre-selector-options .genre-tag{background-color:#f0f0f0;border:none;border-radius:20px;color:#333;cursor:pointer;font-size:14px;padding:8px 16px;transition:all .3s ease}.genre-selector-options .genre-tag.active{background-color:#1db954;color:#fff}.genre-selector-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:1.5rem}.genre-selector-actions button{border:none;border-radius:4px;cursor:pointer;font-size:14px;padding:8px 20px;transition:all .3s ease}.genre-selector-actions .cancel-btn{background-color:#f0f0f0;color:#333}.genre-selector-actions .save-btn{background-color:#1db954;color:#fff}.genre-selector-actions .save-btn:disabled{background-color:#ccc;cursor:not-allowed}@media (max-width:768px){.genre-selector-modal{padding:1.5rem;width:95%}}.debug-btn,.debug-panel,.test-data{display:none}.song-genres{display:flex!important;flex-wrap:wrap;gap:.3rem;margin-top:.3rem}.song-genre-tag{background-color:#f0f0f0;border-radius:12px;color:#666;display:inline-block!important;font-size:.7rem;margin-bottom:.3rem;margin-right:.3rem;padding:.2rem .5rem}.footer-content{margin:0 auto;max-width:1200px;padding:1rem}.no-products-message{align-items:center;color:#666;display:flex;font-size:1.2rem;grid-column:1/-1;height:200px;justify-content:center}.country-item{border-radius:4px;cursor:pointer;display:inline-block;font-size:.9rem;margin-bottom:5px;padding:3px 8px}.country-item.active{background-color:#1db954;color:#fff}.country-item.coming-soon{background-color:#f0f0f0;color:#999;cursor:not-allowed}.footer .country-selector{margin-top:10px}.footer .country-selector select{background-color:#f8f9fa;border:1px solid #ddd;border-radius:4px;font-size:.9rem;max-width:200px;padding:5px 10px;width:100%}.login-prompt{background-color:#f8f9fa;border-radius:8px;margin-top:15px;padding:15px;text-align:center}.login-prompt p{color:#666;font-size:1rem;margin-bottom:10px}.login-prompt-btn{background-color:#1db954;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;padding:10px 20px;transition:background-color .3s ease}.login-prompt-btn:hover{background-color:#18a349}.preview-btn{background-color:#1ed760;border:none;border-radius:15px;color:#fff;cursor:pointer;font-size:12px;padding:6px 12px;text-align:center;transition:background-color .2s;width:100%}.add-song-btn,.preview-btn:hover{background-color:#1db954}.add-song-btn{border:none;border-radius:15px;color:#fff;cursor:pointer;font-family:var(--font-sf);font-size:12px;font-weight:500;padding:6px 12px;text-align:center;transition:all .2s ease;width:100%}.add-song-btn:hover{background-color:#1ed760;transform:translateY(-1px)}@media (max-width:480px){.song-item{flex-wrap:wrap}.song-info{width:calc(100% - 80px)}.vote-count{flex-shrink:0;min-width:110px}.pin-btn,.share-btn{align-items:center;display:flex;justify-content:center;min-height:44px;min-width:44px;padding:8px!important}}.add-songs-container{background-color:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;margin:2rem auto;max-width:900px;padding:2rem}.add-songs-container h1{color:#333;font-family:var(--font-sf-display);font-weight:600;margin-bottom:.5rem;text-align:center}.admin-note{color:#888;font-family:var(--font-sf);font-style:italic;margin-bottom:2rem;text-align:center}.search-form{display:flex;justify-content:center;margin-bottom:2rem}.search-form form{max-width:600px}.search-input{border-radius:4px 0 0 4px;font-family:var(--font-sf);padding:.8rem 1.2rem}.search-button{background-color:#1db954;border-radius:0 4px 4px 0;font-family:var(--font-sf);padding:0 1.5rem;transition:background-color .2s}.search-button:hover{background-color:#1ed760}.song-results h2{font-family:var(--font-sf-display);font-weight:600;margin-bottom:1.5rem;text-align:center}.release-date{color:#888;font-size:.8rem;margin-top:.25rem}.success-message{animation:fadeIn .3s ease;background-color:#dff0d8;border-radius:4px;bottom:2rem;box-shadow:0 2px 10px #0000001a;color:#3c763d;font-family:var(--font-sf);left:50%;padding:1rem 2rem;position:fixed;transform:translateX(-50%);z-index:1000}.no-results{color:#888;font-family:var(--font-sf);padding:2rem;text-align:center}@media (max-width:768px){.add-songs-container{margin:1rem;padding:1.5rem}.search-form form{flex-direction:column}.search-input{border-radius:4px;margin-bottom:.5rem}.search-button{border-radius:4px;padding:.8rem}}.search-instructions{color:#666;font-size:.85rem;line-height:1.4;margin-bottom:1rem;margin-left:auto;margin-right:auto;max-width:600px;text-align:center}.search-form h3{color:#333;font-size:1.25rem;font-weight:600;margin-bottom:.5rem;text-align:center}.search-input{border:1px solid #ddd;border-radius:24px;flex:1 1;font-size:1rem;margin-right:10px;max-width:580px;outline:none;padding:12px 16px;transition:border-color .3s,box-shadow .3s;width:100%}.search-input:focus{border-color:#000;box-shadow:0 0 0 2px #0000001a}.search-button{background-color:#000;border:none;border-radius:24px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:500;padding:12px 24px;transition:background-color .3s}.search-button:hover{background-color:#333}.search-form form{align-items:center;display:flex;flex-direction:row;justify-content:center;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:700px;width:100%}@media (max-width:768px){.search-form form{align-items:stretch;flex-direction:column}.search-input{margin-bottom:10px;margin-right:0;max-width:100%}.search-button{width:100%}}.pin-btn{background:none;border:none;color:#aaa;cursor:pointer;font-size:1.2rem;padding:.5rem 1rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.pin-btn:hover{color:#1db954;transform:scale(1.1)}.pin-btn.pinned{color:#1db954}.listen-count{display:none}.custom-tooltip-container{display:inline-block;position:relative}.custom-tooltip{background-color:#000c;border-radius:4px;bottom:100%;color:#fff;font-size:.8rem;margin-bottom:5px;padding:8px 12px;white-space:nowrap;z-index:1000}.custom-tooltip,.custom-tooltip:after{left:50%;position:absolute;transform:translateX(-50%)}.custom-tooltip:after{border:5px solid #0000;border-top-color:#000c;content:"";top:100%}.song-action-buttons{display:flex;gap:8px}.close-preview-btn{background-color:#333;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:12px;margin-top:8px;padding:5px 10px}.close-preview-btn:hover{background-color:#555}.search-results-list .song-item:not(:last-child){border-bottom:1px solid #eee;margin-bottom:15px;padding-bottom:15px}.cover-placeholder,.search-results-list .song-item>:not(.spotify-player){align-items:center;display:flex;width:100%}.cover-placeholder{background-color:#f0f0f0;color:#666;font-size:18px;font-weight:700;height:100%;justify-content:center}.song-item .preview-btn{background-color:#1ed760;margin-bottom:5px;margin-right:5px;transition:background-color .2s}.song-item .add-song-btn,.song-item .preview-btn{border:none;border-radius:4px;color:#fff;cursor:pointer;display:inline-block;font-size:12px;padding:8px 10px}.song-item .add-song-btn{background-color:#1db954;font-weight:500;transition:all .2s ease}.song-item .preview-btn:hover{background-color:#1db954}.song-item .add-song-btn:hover{background-color:#1ed760}.share-btn{background:none;border:none;color:#aaa;cursor:pointer;font-size:1.2rem;padding:.5rem 1rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.share-btn:hover{color:#1da1f2;transform:scale(1.1)}.share-menu{animation:fadeIn .2s ease;background-color:#fff;border-radius:8px;box-shadow:0 2px 10px #0003;padding:1rem;position:absolute;right:0;top:60px;width:240px;z-index:100}.share-title{color:#333;font-size:.9rem;font-weight:600;margin-bottom:1rem;text-align:center}.share-buttons{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-bottom:1rem}.share-close-btn{background-color:#f0f0f0;border:none;border-radius:4px;color:#333;cursor:pointer;font-size:.8rem;padding:.5rem;transition:background-color .2s;width:100%}.share-close-btn:hover{background-color:#e0e0e0}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.vote-count{position:relative}
/*# sourceMappingURL=main.650a29a8.css.map*/