@import"https://fonts.googleapis.com/css2?family=David+Libre:wght@400;500;700&display=swap";:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;padding:0;width:100%;overflow-x:hidden}.header-bar{position:fixed;top:0;left:0;right:0;width:100%;display:flex;justify-content:space-between;align-items:center;background-color:#f5f5f5;color:#333;padding:10px;z-index:1000;box-sizing:border-box;overflow-x:auto;border-bottom:1px solid #ddd}.title{margin:0}.tabs{display:flex;gap:10px;margin-right:auto;margin-left:20px}.tab{background-color:#e0e0e0;color:#333;border:none;padding:10px 20px;cursor:pointer;border-radius:4px;transition:background-color .2s ease}.tab:hover{background-color:#d0d0d0}.light-mode{background-color:#fff;color:#333}.light-mode .header-bar{background-color:#f5f5f5;color:#333;border-bottom-color:#ddd}.light-mode .tab{background-color:#e0e0e0;color:#333}.audio-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px;padding:80px 40px 20px;max-width:1600px;margin:0 auto;box-sizing:border-box}.player-card{background-color:#f9f9f9;border:1px solid #ddd;border-radius:8px;padding:24px;margin:0;text-align:center;min-height:150px;box-sizing:border-box;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;transition:all .3s ease}.light-mode .player-card{background-color:#2a2a2a;border-color:#444;color:#fff}.song-item{transition:all .2s ease;color:#333;background-color:#fff}.light-mode .song-item{color:#333;background-color:#f5f5f5!important}.light-mode .song-item:hover{background-color:#e8e8e8!important}.song-item:hover{transform:translate(5px)}audio{width:100%;height:40px;margin-top:10px}.sticky-player{transition:all .3s ease}.light-mode .audio-player{background-color:#222!important;color:#fff;border-top:1px solid #444}.main-content{padding-bottom:80px}.rewind-button{color:#333;transition:background-color .2s ease,color .2s ease}.rewind-button:hover{background-color:#d0d0d0!important}.light-mode .rewind-button{background-color:#444!important;color:#fff}.light-mode .rewind-button:hover{background-color:#555!important}.sub-header-bar,.sub-tab{transition:background-color .2s ease}.sub-tab:hover{background-color:#d0d0d0!important}.light-mode .sub-header-bar{background-color:#f0f0f0!important;border-bottom-color:#ddd}.light-mode .sub-tab{background-color:#e0e0e0!important;color:#333}.light-mode .sub-tab:hover{background-color:#d0d0d0!important}.light-mode .sub-tab.active{background-color:#333!important;color:#fff}.tab.active{background-color:#333;color:#fff;box-shadow:0 0 0 2px #333}.light-mode .tab.active{background-color:#fff;color:#333;box-shadow:0 0 0 2px #fff}.sub-tab.active{background-color:#333!important;color:#fff;box-shadow:0 0 0 2px #333}.light-mode .sub-tab.active{background-color:#fff!important;color:#333;box-shadow:0 0 0 2px #fff}
