.custom-checkbox-wrapper{display:flex;align-items:center;cursor:pointer}.custom-checkbox{position:absolute;opacity:0;cursor:pointer}.custom-checkbox-label{display:flex;align-items:center;cursor:pointer;position:relative}.custom-checkbox-label:before{content:"";display:inline-block;width:18px;height:18px;background-color:var(--checkbox-bg,#ddd);border:2px solid var(--checkbox-border,#ccc);border-radius:4px;margin-right:10px;transition:background-color .2s ease,border-color .2s ease}.custom-checkbox:checked+.custom-checkbox-label:before{background-color:var(--checkbox-checked-bg,#d1512c);border-color:var(--checkbox-checked-border,#d1512c)}.custom-checkbox:checked+.custom-checkbox-label:after{content:"✓";position:absolute;left:3px;top:0;font-size:14px;color:var(--checkbox-checkmark-color,#fff)}.custom-checkbox:focus+.custom-checkbox-label:before{outline:1px solid var(--checkbox-focus,#333)}.custom-checkbox:disabled+.custom-checkbox-label:before{background-color:#eee;border-color:#ccc;cursor:not-allowed}.custom-checkbox-label span{color:var(--label-color,#130b09)}.track-artist,.track-title{max-width:300px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0 auto}.rhap_time{color:#fff!important}.swipe-right{animation:swipeRight .5s ease-out forwards}.swipe-left{animation:swipeLeft .5s ease-out forwards}@keyframes swipeRight{0%{transform:translateX(0)}to{transform:translateX(100%);opacity:0}}@keyframes swipeLeft{0%{transform:translateX(0)}to{transform:translateX(-100%);opacity:0}}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}body{background-color:#121212!important;color:#e0e0e0!important;font-family:"Segoe UI",Tahoma,Geneva,Verdana,sans-serif;margin:0;padding:0}.navbar{background-color:#1f1f1f;border-bottom:1px solid #333}.card{background-color:#1f1f1f!important;border:none;border-radius:8px;box-shadow:0 4px 20px rgba(0,0,0,.2)}.card-body,.card-title{color:#e0e0e0!important}.card-img-top{border-bottom:1px solid #333}.option-card:hover{transform:scale(1.05);box-shadow:0 4px 8px rgba(0,0,0,.1)}.btn-success{background-color:#28a745;border:none;border-radius:50px;color:#fff;transition:background-color .3s}.btn-success:hover{background-color:#218838}.modal-content{background-color:#1f1f1f;color:#e0e0e0;border:none}
/*# sourceMappingURL=main.8aa3ffa9.chunk.css.map */