*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#667eea,#764ba2);color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.App,body{min-height:100dvh}.App{display:flex;flex-direction:column}.App-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;box-shadow:0 2px 10px #0000001a;padding:1rem 2rem;text-align:center}.App-header h1{color:#333;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.App-header p{color:#666;font-size:1.1rem;font-weight:400}main{flex:1 1;margin:0 auto;max-width:1200px;padding:2rem;width:100%}.App-footer{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-top:1px solid #0000001a;padding:1rem 2rem;text-align:center}.App-footer p{color:#666;font-size:.9rem}.App-footer a{color:#667eea;margin-left:.5rem;text-decoration:none}.App-footer a:hover{text-decoration:underline}.loading-container{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:400px;text-align:center}.loading-spinner{animation:spin 1s linear infinite;border:4px solid #ffffff4d;border-radius:50%;border-top-color:#667eea;height:40px;margin-bottom:1rem;width:40px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.error-container{background:#fffffff2;border-radius:12px;box-shadow:0 4px 20px #0000001a;margin:2rem auto;max-width:500px;padding:2rem;text-align:center}.error-container h2{color:#e74c3c;margin-bottom:1rem}.retry-button{background:#667eea;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;margin-top:1rem;padding:.75rem 1.5rem;transition:background-color .2s}.retry-button:hover{background:#5a6fd8}.game-page{margin:0 auto;max-width:800px}.game-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-radius:16px;box-shadow:0 8px 32px #0000001a;padding:2rem}.game-board{margin-bottom:2rem}.board-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.board-header h3{color:#333;font-size:1.5rem}.attempts-info{background:#667eea;border-radius:20px;color:#fff;font-size:.9rem;font-weight:500;padding:.5rem 1rem}.board-grid{border:2px solid #e1e5e9;border-radius:12px;overflow:hidden}.grid-header{background:#f8f9fa;border-bottom:2px solid #e1e5e9;display:grid;grid-template-columns:2fr 2fr 1fr}.header-cell{color:#495057;font-weight:600;padding:1rem;text-align:center}.grid-body{background:#fff}.guess-row{border-bottom:1px solid #e1e5e9;display:grid;grid-template-columns:2fr 2fr 1fr;transition:background-color .2s}.guess-row:last-child{border-bottom:none}.guess-row.correct{background:#28a7451a}.guess-row.partial{background:#ffc1071a}.guess-row.incorrect{background:#dc35451a}.guess-cell{align-items:center;display:flex;justify-content:center;padding:1rem;text-align:center}.guess-cell.artist,.guess-cell.title{justify-content:flex-start;padding-left:1.5rem}.guess-cell .correct{color:#28a745;font-weight:600}.guess-cell .incorrect{color:#dc3545;font-weight:600}.guess-cell .placeholder{color:#adb5bd;font-style:italic}.status-emoji{font-size:1.5rem}.game-result{background:#fffc;border-radius:12px;margin-top:2rem;padding:1.5rem;text-align:center}.result-message h4{font-size:1.5rem;margin-bottom:.5rem}.result-message.success h4{color:#28a745}.result-message.failure h4{color:#dc3545}.guess-input{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-radius:16px;box-shadow:0 8px 32px #0000001a;padding:2rem}.guess-form{grid-gap:1rem;align-items:end;display:grid;gap:1rem;grid-template-columns:1fr 1fr auto;margin-bottom:1rem}.input-group{display:flex;flex-direction:column}.input-group label{color:#495057;font-size:.9rem;font-weight:600;margin-bottom:.5rem}.artist-input,.title-input{border:2px solid #e1e5e9;border-radius:8px;font-size:1rem;padding:.75rem 1rem;transition:border-color .2s}.artist-input:focus,.title-input:focus{border-color:#667eea;outline:none}.artist-input:disabled,.title-input:disabled{background:#f8f9fa;color:#6c757d;cursor:not-allowed}.submit-button{border:none;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600;height:fit-content;padding:.75rem 1.5rem;transition:all .2s}.submit-button.enabled{background:#667eea;color:#fff}.submit-button.enabled:hover{background:#5a6fd8;transform:translateY(-1px)}.submit-button.disabled{background:#e1e5e9;color:#6c757d;cursor:not-allowed}.attempts-remaining{color:#6c757d;font-size:.9rem;text-align:center}.game-complete-notice{background:#667eea1a;border-radius:8px;color:#667eea;margin-top:1rem;padding:1rem;text-align:center}.stats-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-radius:16px;box-shadow:0 8px 32px #0000001a;padding:2rem;text-align:center}.stats-container h2{color:#333;margin-bottom:1.5rem}.play-again-button{background:#667eea;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;margin-top:1.5rem;padding:1rem 2rem;transition:background-color .2s}.play-again-button:hover{background:#5a6fd8}.emoji-share{margin-top:2rem}.share-header{margin-bottom:1.5rem}.share-header h3{color:#333;margin-bottom:.5rem}.share-header p{color:#666;font-size:1.1rem}.emoji-grid{margin:2rem 0}.grid-display{gap:.5rem;margin-bottom:1rem}.emoji-cell,.grid-display{display:flex;justify-content:center}.emoji-cell{align-items:center;background:#fffc;border-radius:8px;box-shadow:0 2px 8px #0000001a;font-size:2rem;height:50px;width:50px}.emoji-cell.empty{background:#fff6;color:#adb5bd}.share-buttons{display:flex;gap:1rem;justify-content:center;margin-bottom:1.5rem}.share-button{border:none;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;transition:all .2s}.share-button.primary{background:#667eea;color:#fff}.share-button.primary:hover:not(:disabled){background:#5a6fd8;transform:translateY(-1px)}.share-button.secondary{background:#fffc;border:2px solid #667eea;color:#667eea}.share-button.secondary:hover{background:#667eea;color:#fff}.share-button:disabled{cursor:not-allowed;opacity:.6}.share-note{color:#6c757d;font-size:.9rem;text-align:center}.admin-login{align-items:center;display:flex;justify-content:center;min-height:60vh}.login-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-radius:16px;box-shadow:0 8px 32px #0000001a;max-width:400px;padding:3rem;width:100%}.login-container h2{color:#333;margin-bottom:1rem;text-align:center}.login-container p{color:#666;margin-bottom:2rem;text-align:center}.error-message{background:#dc35451a;border-radius:8px;color:#dc3545;margin-bottom:1.5rem;padding:1rem;text-align:center}.login-form{gap:1.5rem}.form-group,.login-form{display:flex;flex-direction:column}.form-group label{color:#495057;font-weight:600;margin-bottom:.5rem}.form-group input{border:2px solid #e1e5e9;border-radius:8px;font-size:1rem;padding:.75rem 1rem;transition:border-color .2s}.form-group input:focus{border-color:#667eea;outline:none}.login-button{background:#667eea;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem;transition:background-color .2s}.login-button:hover:not(:disabled){background:#5a6fd8}.login-button:disabled{cursor:not-allowed;opacity:.6}.admin-page{margin:0 auto;max-width:1200px}.admin-header{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-radius:16px;box-shadow:0 8px 32px #0000001a;display:flex;justify-content:space-between;margin-bottom:2rem;padding:1.5rem 2rem}.admin-header h2{color:#333}.logout-button{background:#dc3545;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;padding:.75rem 1.5rem;transition:background-color .2s}.logout-button:hover{background:#c82333}.admin-dashboard{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-radius:16px;box-shadow:0 8px 32px #0000001a;overflow:hidden}.dashboard-tabs{background:#f8f9fa;border-bottom:1px solid #e1e5e9;display:flex}.tab-button{background:#0000;border:none;color:#6c757d;cursor:pointer;flex:1 1;font-size:1rem;font-weight:600;padding:1rem;transition:all .2s}.tab-button:hover{background:#667eea1a;color:#667eea}.tab-button.active{background:#667eea;color:#fff}.dashboard-content{//max-height:80vh;//overflow-y:auto;min-height:60vh}.stats-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:2rem}.stat-card{background:#fffc;border-radius:12px;box-shadow:0 4px 16px #0000001a;padding:1.5rem;text-align:center}.stat-card h4{color:#6c757d;font-size:.9rem;letter-spacing:.5px;margin-bottom:.5rem;text-transform:uppercase}.stat-value{color:#667eea;font-size:2rem;font-weight:700}.system-stats{background:#fffc;border-radius:12px;box-shadow:0 4px 16px #0000001a;padding:1.5rem}.system-stats h3{color:#333;margin-bottom:1rem}.stat-row{border-bottom:1px solid #e1e5e9;display:flex;justify-content:space-between;padding:.5rem 0}.stat-row:last-child{border-bottom:none}.cleanup-button{background:#28a745;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;margin-top:1rem;padding:.75rem 1.5rem;transition:background-color .2s}.cleanup-button:hover{background:#218838}.add-song-form{background:#fffc;border-radius:12px;box-shadow:0 4px 16px #0000001a;margin-bottom:2rem;padding:1.5rem}.add-song-form h4{color:#333;margin-bottom:1rem}.add-song-form form{align-items:end;display:flex;gap:1rem}.spotify-id-input{border:2px solid #e1e5e9;border-radius:8px;flex:1 1;font-size:1rem;padding:.75rem 1rem}.add-button{background:#667eea;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;padding:.75rem 1.5rem;transition:background-color .2s}.add-button:hover{background:#5a6fd8}.songs-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.song-card{background:#fffc;border-radius:12px;box-shadow:0 4px 16px #0000001a;padding:1.5rem}.song-card h5{color:#333;font-size:1.1rem;margin-bottom:.5rem}.song-card .artist{color:#667eea;font-weight:600;margin-bottom:.25rem}.song-card .album{color:#6c757d;font-size:.9rem;margin-bottom:1rem}.process-audio-button{background:#28a745;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.9rem;padding:.5rem 1rem;transition:background-color .2s}.process-audio-button:hover{background:#218838}.schedule-form{background:#fffc;border-radius:12px;box-shadow:0 4px 16px #0000001a;padding:1.5rem}.schedule-form h4{color:#333;margin-bottom:1rem}.schedule-form form{display:flex;flex-direction:column;gap:1rem}.schedule-form input,.schedule-form select{border:2px solid #e1e5e9;border-radius:8px;font-size:1rem;padding:.75rem 1rem}.schedule-button{align-self:flex-start;background:#667eea;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;padding:.75rem 1.5rem;transition:background-color .2s}.schedule-button:hover{background:#5a6fd8}.search-form{display:flex;gap:1rem;margin-bottom:2rem}.search-input{border:2px solid #e1e5e9;border-radius:8px;flex:1 1;font-size:1rem;padding:.75rem 1rem}.search-form button{background:#667eea;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;padding:.75rem 1.5rem;transition:background-color .2s}.search-form button:hover:not(:disabled){background:#5a6fd8}.search-form button:disabled{cursor:not-allowed;opacity:.6}.search-results{display:flex;flex-direction:column;gap:1rem}.track-result{align-items:center;background:#fffc;border-radius:12px;box-shadow:0 4px 16px #0000001a;display:flex;justify-content:space-between;padding:1.5rem}.track-info h5{color:#333;font-size:1.1rem;margin-bottom:.5rem}.track-info p{color:#667eea;font-weight:600;margin-bottom:.25rem}.track-info .album{color:#6c757d;font-size:.9rem;font-weight:400}.add-track-button{background:#28a745;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;padding:.75rem 1.5rem;transition:background-color .2s}.add-track-button:hover{background:#218838}.no-preview{color:#6c757d;font-style:italic}@media (max-width:768px){.App-header h1{font-size:2rem}.App-header p{font-size:1rem}main{padding:1rem}.game-container,.guess-input,.stats-container{padding:1.5rem}.guess-form{gap:1rem;grid-template-columns:1fr}.board-header{flex-direction:column;gap:1rem;text-align:center}.grid-header,.guess-row{grid-template-columns:1fr 1fr 60px}.guess-cell{font-size:.9rem;padding:.75rem .5rem}.guess-cell.artist,.guess-cell.title{padding-left:.75rem}.dashboard-tabs{flex-wrap:wrap}.tab-button{flex:1 1 50%;font-size:.9rem;padding:.75rem}.stats-grid{grid-template-columns:repeat(2,1fr)}.songs-grid{grid-template-columns:1fr}.track-result{gap:1rem;text-align:center}.emoji-share .share-buttons,.search-form,.track-result{flex-direction:column}}@media (max-width:480px){.App-header{padding:1rem}.App-header h1{font-size:1.75rem}.game-container,.guess-input,.stats-container{padding:1rem}.grid-header,.guess-row{grid-template-columns:1fr 1fr 50px}.guess-cell{font-size:.8rem;padding:.5rem .25rem}.status-emoji{font-size:1.2rem}.emoji-cell{font-size:1.5rem;height:40px;width:40px}.stats-grid{grid-template-columns:1fr}.dashboard-tabs{flex-direction:column}.tab-button{flex:none}}.heardle-root,body{background:#181818!important;color:#fff!important}.heardle-remix-header{color:#fff;font-size:2.5rem;font-weight:700;margin:1rem 0 .15rem;text-align:center}.heardle-board{display:flex;flex-direction:column;gap:12px;margin:0 auto 2rem;max-width:700px}.heardle-guess-row{align-items:center;background:#232323;border:1.5px solid #333;border-radius:8px;color:#fff;display:flex;font-size:1.2rem;letter-spacing:.5px;min-height:48px;padding:0 1.2rem}.heardle-guess-row.incorrect .heardle-x{color:#ff4c4c;font-size:1.5rem;margin-right:1rem}.heardle-guess-row.skipped .heardle-checkbox{color:#aaa;font-size:1.3rem;margin-right:1rem}.heardle-guess-row.skipped .heardle-skipped-text{color:#aaa;font-size:1.1rem;letter-spacing:1px}.heardle-guess-row.empty{background:#181818;border:1.5px solid #333;min-height:48px}.heardle-guess-row.correct{background:#232323;border:1.5px solid #4caf50}.heardle-guess-text{color:#fff;font-size:1.1rem}.heardle-guess-input{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin:2rem 0 1.5rem}.heardle-search-bar{align-items:center;background:#232323;border:1.5px solid #333;border-radius:8px;display:flex;min-width:340px;padding:.5rem 1rem;position:relative}.heardle-search-icon{color:#aaa;font-size:1.2rem;margin-right:.7rem}.heardle-input{background:#0000;border:none;color:#fff;font-size:1.1rem;outline:none;width:220px}.heardle-skip-btn,.heardle-submit-btn{border:none;border-radius:8px;cursor:pointer;display:block;font-size:1.1rem;font-weight:600;margin:.25rem 0 0;min-width:100px;padding:.7rem 1.5rem;transition:all .2s ease}.heardle-submit-btn{background:#22c55e;color:#fff}.heardle-submit-btn:hover:not(:disabled){background:#16a34a;box-shadow:0 2px 8px #22c55e4d;transform:translateY(-1px)}.guess-btn-row{align-items:center;display:flex;gap:.75rem;justify-content:center}.heardle-skip-btn{background:#eee;border:1px solid #ccc;color:#222}.heardle-skip-btn:hover:not(:disabled){background:#e5e5e5;box-shadow:0 2px 8px #0000001a;transform:translateY(-1px)}.heardle-audio-player{align-items:center;display:flex;flex-direction:column;margin:2rem 0 2.5rem}.heardle-progress-bar{background:#232323;border-radius:6px;display:flex;height:8px;margin-bottom:1.2rem;overflow:hidden;position:relative;width:340px}.heardle-progress-segment{background:#444;flex:1 1;margin-right:2px;transition:background .2s}.heardle-progress-segment.active{background:#1db954}.heardle-progress-segment:last-child{margin-right:0}.heardle-audio-controls{align-items:center;display:flex;gap:1.5rem}.heardle-play-btn{align-items:center;background:#181818;border:2px solid #fff;border-radius:50%;box-shadow:0 2px 8px #00000026;color:#181818;cursor:pointer;display:flex;font-size:2rem;height:56px;justify-content:center;padding:0;transition:background .2s,border .2s;width:56px}.heardle-play-btn svg{display:block;height:38px;width:38px}.heardle-play-btn:active{background:#232323;border-color:#bbb}.heardle-time{color:#aaa;font-size:1rem;min-width:40px;text-align:center}.autocomplete-suggestions{background:#232323;border:1.5px solid #333;border-radius:0 0 8px 8px;border-top:none;box-shadow:0 4px 16px #00000026;left:0;max-height:60vh;min-height:200px;scrollbar-width:none;top:100%;z-index:10}.autocomplete-suggestions.has-scrollbar{overflow-y:scroll;scrollbar-color:#888 #232323;scrollbar-width:thin}.autocomplete-suggestions::-webkit-scrollbar{width:0}.autocomplete-suggestions.has-scrollbar::-webkit-scrollbar{width:8px}.autocomplete-suggestions::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.autocomplete-suggestions::-webkit-scrollbar-track{background:#232323;border-radius:4px}.autocomplete-suggestion{align-items:center;border-bottom:1px solid #333;display:flex;flex-direction:row;min-height:40px;transition:background .15s}.autocomplete-suggestion:last-child{border-bottom:none}.autocomplete-suggestion:hover{background:#1db954;color:#fff}.autocomplete-loading{color:#aaa;font-style:italic;padding:.7rem 1rem}.suggestion-title{color:#fff;font-size:1.05rem;font-weight:600}.suggestion-artist{color:#aaa;font-size:.95rem}.heardle-x{color:#f33;font-size:1.2rem;margin-right:1rem}.heardle-x-partial,.heardle-x.heardle-x-partial{color:#ffd600!important}.admin-dashboard .songs-tab h3,.admin-dashboard .songs-tab h4,.admin-dashboard input,.admin-dashboard label{color:#222!important}.admin-dashboard .add-song-form input,.admin-dashboard .song-filters input,.admin-dashboard input,.admin-dashboard select{background:#fff;border:1px solid #bbb;color:#222}.admin-dashboard .add-song-form input::placeholder{color:#888}.search-tab,.search-tab .autocomplete-suggestions,.search-tab .queue-track,.search-tab h3,.search-tab h4,.search-tab input{background:#fff!important;color:#222!important}.search-tab{max-height:70vh;min-height:400px;overflow-y:auto;position:relative}.autocomplete-suggestions{border:1px solid #ccc;border-radius:8px;color:#222;max-height:300px;width:90%;z-index:100}.autocomplete-suggestion{background:#fff;color:#222;cursor:pointer;padding:.5rem 1rem}.autocomplete-suggestion:hover{background:#f0f0f0}.queue-track{align-items:center;background:#f8f9fa;border-radius:8px;color:#222;cursor:grab;display:flex;justify-content:space-between;margin-bottom:8px;padding:.75rem 1rem}.queue-track .drag-handle{cursor:grab;font-size:20px;margin-right:16px;-webkit-user-select:none;user-select:none}.lock-icon{align-items:center;border-radius:4px;cursor:pointer;display:inline-flex;font-size:18px;justify-content:center;margin-right:8px;padding:4px;transition:all .2s ease}.lock-icon.locked{background-color:initial;border:none;color:#888}.lock-icon.unlocked{background-color:#1db9541a;border:1px solid #1db954;color:#1db954;position:relative}.lock-icon.unlocked:hover{background-color:#1db95433;box-shadow:0 2px 8px #1db9544d;transform:scale(1.1)}.lock-icon.unlocked:after{background-color:#1db954;border-radius:50%;content:"";height:6px;opacity:.7;position:absolute;right:-2px;top:-2px;width:6px}.unlock-icon{display:inline-block;position:relative}.unlock-icon:before{content:"🔓";display:block;font-size:18px;letter-spacing:1px;transform:scale(1.1)}.enhanced-filters{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;margin-bottom:2rem;padding:1.5rem}.filter-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.filter-header h4{color:#333;font-size:1.1rem;margin:0}.clear-filters-btn{background:#e74c3c;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:.8rem;padding:.25rem .5rem;transition:background-color .2s}.clear-filters-btn:hover{background:#c0392b}.filter-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:1rem}.filter-group{display:flex;flex-direction:column}.filter-group label{color:#495057;font-size:.9rem;font-weight:600;margin-bottom:.5rem}.filter-input{border:1px solid #ced4da;border-radius:4px;font-size:.9rem;padding:.5rem;transition:border-color .2s}.filter-input:focus{border-color:#667eea;box-shadow:0 0 0 2px #667eea40;outline:none}.range-inputs{align-items:center;display:flex;gap:.5rem}.range-input{flex:1 1;min-width:80px}.range-inputs span{color:#6c757d;font-weight:500}.filter-summary{background:#e3f2fd;border-left:4px solid #2196f3;border-radius:4px;color:#1976d2;font-size:.9rem;font-weight:500;padding:.75rem}.song-meta{color:#6c757d;font-size:.8rem;margin:.5rem 0}.song-meta .popularity{background:#f8f9fa}.song-meta .genre,.song-meta .popularity{border-radius:12px;margin-right:.5rem;padding:.2rem .5rem}.song-meta .genre{background:#e3f2fd}.song-meta .year{background:#fff3e0;border-radius:12px;padding:.2rem .5rem}@media (max-width:768px){.filter-grid{grid-template-columns:1fr}.range-inputs{flex-direction:column;gap:.25rem}.range-inputs span{display:none}}.queue-track input[type=date]{border:1px solid #bbb;border-radius:6px;font-size:1rem;margin-left:16px;margin-right:16px;padding:.3rem .8rem}.heardle-root{padding-bottom:80px}.autocomplete-suggestions{background:#fff;border-radius:0 0 12px 12px;box-shadow:0 4px 16px #0000001f;max-height:220px;overflow-y:auto;position:absolute;width:100%;z-index:1000}@media (max-width:600px){.autocomplete-suggestions{max-height:50vh;min-height:150px}}@media (max-width:480px){.autocomplete-suggestions{max-height:40vh;min-height:120px}}.suggestion-line{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.spotify-widget-container{margin:0 0 .2rem}@media (max-width:600px){.heardle-remix-header{font-size:2rem;margin:.7rem 0 .4rem}.spotify-widget-container{margin:.05rem 0 .2rem}.heardle-board{margin:0 auto;max-width:100vw;padding:0 2vw}.heardle-guess-row{font-size:1rem;min-height:36px;padding:.25rem .5rem}.heardle-guess-input{align-items:stretch;flex-direction:column;gap:.5rem}.guess-btn-row{align-items:center;display:flex;flex-direction:column;gap:.5rem;width:100%}.heardle-skip-btn,.heardle-submit-btn{max-width:200px;width:100%}.autocomplete-suggestions{border-radius:0 0 12px 12px;bottom:auto;box-shadow:0 4px 16px #0000001f;left:0;max-height:120px;min-width:0;position:absolute;right:0;width:100%}}@media (max-width:480px){.heardle-board{padding:0 1vw}.heardle-guess-row{font-size:.95rem;min-height:32px;padding:.15rem .25rem}.autocomplete-suggestions{max-height:90px}}.trivia-container{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border:1px solid #dee2e6;border-radius:16px;box-shadow:0 4px 12px #00000014;margin:0 auto 1.5rem;max-width:500px;padding:1.25rem;transition:all .2s ease}.trivia-container:hover{box-shadow:0 6px 16px #0000001f;transform:translateY(-1px)}.trivia-header{align-items:center;color:#6c757d;display:flex;font-size:.9rem;font-weight:600;letter-spacing:.5px;margin-bottom:.75rem;text-transform:uppercase}.trivia-icon{font-size:1.1rem;margin-right:.5rem}.trivia-text{color:#495057;font-size:.95rem;font-weight:400;line-height:1.6;margin:0}.ad-unit{background-color:#f9f9f9;border:1px dashed #ccc;border-radius:8px;margin:20px 0;min-height:90px;overflow:hidden;text-align:center}.ad-unit .adsbygoogle{display:block;height:100%;width:100%}@media (max-width:768px){.ad-unit{margin:15px 0;min-height:60px}}@media (max-width:480px){.ad-unit{margin:10px 0;min-height:50px}}