.ModalHeader_modalHeader__aLEej{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem .75rem;margin-bottom:1rem}.ModalHeader_headerContent__SC7jQ{display:flex;align-items:center;gap:.6rem}.ModalHeader_iconContainer__fnw6y{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;background:rgba(88,255,1,.2);box-shadow:none}.ModalHeader_modalTitle__VMjx9{font-size:1.25rem;font-weight:700;color:#fff;margin:0}.ModalHeader_closeButton__MMaNT{width:36px;height:36px;border-radius:50%;margin-left:8px;background:hsla(0,0%,100%,.08);border:none;color:gray;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;padding:0}.ModalHeader_closeButton__MMaNT:hover{background:hsla(0,0%,100%,.15);color:#b3b3b3}.ModalHeader_closeButton__MMaNT:disabled{opacity:.5;cursor:not-allowed}.LoadingSpinner_loadingSpinner__yzyqb{display:flex;align-items:center;justify-content:center}.LoadingSpinner_spinner__Ztjfe{width:16px;height:16px;border:2px solid hsla(0,0%,100%,.3);border-top-color:#fff;border-radius:50%;animation:LoadingSpinner_spin__8tuYw 1s linear infinite}@keyframes LoadingSpinner_spin__8tuYw{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.CreatePlaylistForm_modalForm__9pXIc{padding:0 1.25rem 1.25rem}.CreatePlaylistForm_formGroup__3gb1P{margin-bottom:.75rem}.CreatePlaylistForm_formLabel__Pevuq{display:block;font-size:.8rem;font-weight:600;color:#909090;margin-bottom:.4rem}.CreatePlaylistForm_inputContainer__N06Lg{position:relative;display:flex;align-items:center}.CreatePlaylistForm_formInput__ONgn2{width:100%;padding:.75rem .75rem .75rem 2.5rem;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:10px;color:#fff;font-size:.95rem;transition:all .3s ease}.CreatePlaylistForm_formInput__ONgn2::placeholder{color:#666}.CreatePlaylistForm_formInput__ONgn2:focus{outline:none;background:hsla(0,0%,100%,.08);border-color:hsla(0,0%,100%,.5);box-shadow:0 0 0 2px hsla(0,0%,100%,.15)}.CreatePlaylistForm_formInput__ONgn2:disabled{opacity:.5;cursor:not-allowed}.CreatePlaylistForm_inputIcon__Od6YM{position:absolute;left:.75rem;color:#666;pointer-events:none}.CreatePlaylistForm_errorMessage__Kry32{color:#ff6b6b;font-size:.75rem;margin-top:.35rem;display:flex;align-items:center;gap:.25rem}.CreatePlaylistForm_errorMessage__Kry32:before{content:"⚠";font-size:.65rem}.CreatePlaylistForm_characterCount__0YNat{text-align:right;font-size:.7rem;color:#666;margin-top:.2rem}.CreatePlaylistForm_modalActions__IAlX_{display:flex;gap:.75rem;margin-top:1rem}.CreatePlaylistForm_cancelButton__e2ivi{flex:1;padding:.7rem 1rem;background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.12);border-radius:10px;color:#909090;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .2s ease}.CreatePlaylistForm_cancelButton__e2ivi:hover:not(:disabled){background:hsla(0,0%,100%,.12);color:#b3b3b3}.CreatePlaylistForm_cancelButton__e2ivi:disabled{opacity:.5;cursor:not-allowed}.CreatePlaylistForm_createButton__lwcHL{flex:1.3;padding:.7rem 1rem;background:hsla(0,0%,100%,.95);border:none;border-radius:10px;color:#000;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.4rem}.CreatePlaylistForm_createButton__lwcHL:hover:not(:disabled){transform:translateY(-1px);background:#fff;box-shadow:0 6px 20px hsla(0,0%,100%,.3)}.CreatePlaylistForm_createButton__lwcHL:disabled{opacity:.5;cursor:not-allowed;transform:none}.CreatePlaylistModal_createPlaylistModalOverlay__ha54t{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.8);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:10100;padding:1rem;animation:CreatePlaylistModal_modalFadeIn__oTRBB .3s cubic-bezier(.4,0,.2,1)}.CreatePlaylistModal_createPlaylistModal__w3O86{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);border-radius:16px;padding:0;width:100%;max-width:360px;box-shadow:0 25px 50px rgba(0,0,0,.5);border:1px solid hsla(0,0%,100%,.1);overflow:hidden;animation:CreatePlaylistModal_modalSlideIn__tEDF9 .4s cubic-bezier(.4,0,.2,1)}.CreatePlaylistModal_createPlaylistModal__w3O86.CreatePlaylistModal_closing__ClQCS{animation:CreatePlaylistModal_modalSlideOut__TkQKJ .3s cubic-bezier(.4,0,.2,1)}@keyframes CreatePlaylistModal_modalFadeIn__oTRBB{0%{opacity:0}to{opacity:1}}@keyframes CreatePlaylistModal_modalSlideIn__tEDF9{0%{opacity:0;transform:scale(.9) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes CreatePlaylistModal_modalSlideOut__TkQKJ{0%{opacity:1;transform:scale(1) translateY(0)}to{opacity:0;transform:scale(.9) translateY(20px)}}@media(max-width:640px){.CreatePlaylistModal_createPlaylistModal__w3O86{margin:1rem;max-width:none}}@media(prefers-color-scheme:dark){.CreatePlaylistModal_createPlaylistModal__w3O86{background:linear-gradient(135deg,#0a0a0a,#1a1a1a)}}.AddToPlaylistModal_overlay__NXeJ1{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.4);backdrop-filter:blur(12px);z-index:10000;display:flex;align-items:flex-end;justify-content:center}.AddToPlaylistModal_modal__qxrb4{background:linear-gradient(145deg,rgba(0,0,0,.9),rgba(20,20,20,.95));border-radius:20px 20px 0 0;width:100%;max-width:500px;max-height:80vh;overflow:hidden;display:flex;z-index:10001;flex-direction:column;box-shadow:0 -10px 40px rgba(0,0,0,.6);border:1px solid hsla(0,0%,100%,.1);backdrop-filter:blur(20px)}.AddToPlaylistModal_content__Sd4sv{flex:1;overflow-y:auto;padding:16px 24px}.AddToPlaylistModal_createPlaylistSection__mt6bP{margin-bottom:16px}.AddToPlaylistModal_createPlaylistButton__Imga9{width:100%;padding:14px 20px;background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.15);border-radius:12px;color:#fff;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:8px}.AddToPlaylistModal_createPlaylistButton__Imga9:hover:not(:disabled){background:hsla(0,0%,100%,.12);border-color:hsla(0,0%,100%,.25);transform:translateY(-1px)}.AddToPlaylistModal_createPlaylistButton__Imga9:disabled{opacity:.5;cursor:not-allowed}.AddToPlaylistModal_plusIcon__uST4m{font-size:20px;font-weight:400;line-height:1}.AddToPlaylistModal_actions__06ImY{padding:20px 24px;border-top:1px solid hsla(0,0%,100%,.1)}@media(max-width:600px){.AddToPlaylistModal_modal__qxrb4{border-radius:16px 16px 0 0}.AddToPlaylistModal_content__Sd4sv{padding:12px 20px}.AddToPlaylistModal_actions__06ImY{padding:16px 20px}}