.CreateLayout-module__XZ5CQG__page{width:100%;height:100vh;animation:.5s ease-out CreateLayout-module__XZ5CQG__fadeSlideUp;display:flex;overflow:hidden}@keyframes CreateLayout-module__XZ5CQG__fadeSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.CreateLayout-module__XZ5CQG__left{background:#fff;flex:1;justify-content:center;align-items:flex-start;height:100vh;padding:48px 32px;display:flex;overflow-y:auto}body.hasPlayer .CreateLayout-module__XZ5CQG__left{height:calc(100vh - 98px)}.CreateLayout-module__XZ5CQG__left::-webkit-scrollbar{width:8px}.CreateLayout-module__XZ5CQG__left::-webkit-scrollbar-track{background:#fff;border-radius:4px}.CreateLayout-module__XZ5CQG__left::-webkit-scrollbar-thumb{background:rgba(255,113,124,.06);border-radius:4px}.CreateLayout-module__XZ5CQG__left::-webkit-scrollbar-thumb:hover{background:#fe7b85}.CreateLayout-module__XZ5CQG__left{scrollbar-width:thin;scrollbar-color:var(--color-scroll)white}.CreateLayout-module__XZ5CQG__right{background:#fff;flex:1;height:100vh;overflow-y:auto}body.hasPlayer .CreateLayout-module__XZ5CQG__right{height:calc(100vh - 98px)}.CreateLayout-module__XZ5CQG__formWrapper{width:100%;max-width:600px}.CreateLayout-module__XZ5CQG__workspaceWrapper{width:100%;max-width:520px;margin:0 auto}.CreateLayout-module__XZ5CQG__wsTitle{color:#191919;margin-bottom:20px;font-size:20px;font-weight:600}.CreateLayout-module__XZ5CQG__loading,.CreateLayout-module__XZ5CQG__error,.CreateLayout-module__XZ5CQG__empty{color:#666;justify-content:center;align-items:center;width:100%;height:100%;font-size:1rem;display:flex}.CreateLayout-module__XZ5CQG__error{color:#d32f2f}@media (max-width:1024px){.CreateLayout-module__XZ5CQG__page{flex-direction:column;height:auto}.CreateLayout-module__XZ5CQG__left,.CreateLayout-module__XZ5CQG__right{flex:none;height:auto}.CreateLayout-module__XZ5CQG__left{padding:32px 24px}body.hasPlayer .CreateLayout-module__XZ5CQG__right{margin-bottom:88px}.CreateLayout-module__XZ5CQG__workspaceWrapper{max-width:100%}}
.CreateHeader-module__uSk_NG__header{border-bottom:1px solid var(--color-border);gap:1rem;display:flex}.CreateHeader-module__uSk_NG__tab{color:#909090;cursor:pointer;background:0 0;border:none;padding-bottom:.5rem;font-size:16px;font-weight:500}.CreateHeader-module__uSk_NG__active{color:var(--color-accent);border-bottom:2px solid var(--color-accent);font-weight:600}
.CreateSimple-module__h-91xa__form{flex-direction:column;gap:1rem;margin-top:2rem;display:flex}.CreateSimple-module__h-91xa__headerRow{justify-content:space-between;align-items:center;display:flex}.CreateSimple-module__h-91xa__label{font-size:20px;font-weight:600}.CreateSimple-module__h-91xa__optionRow{gap:1rem;display:flex}
:root{--accent:#ff9aa2;--accent-soft:#ffd6db;--shadow:0 12px 28px rgba(0,0,0,.06)}.EngineSelect-module__LxK0GW__wrapper{transition:all .25s;display:inline-block;position:relative}.EngineSelect-module__LxK0GW__button{border:1.8px solid var(--accent-soft);cursor:pointer;background:#fff;border-radius:12px;justify-content:space-between;align-items:center;gap:10px;width:160px;padding:8px 16px;transition:border-color .25s,box-shadow .25s,transform .15s,background .25s;display:inline-flex;box-shadow:0 2px 8px rgba(254,123,133,.12)}.EngineSelect-module__LxK0GW__button:hover{border-color:var(--accent);box-shadow:0 4px 16px rgba(254,123,133,.18)}.EngineSelect-module__LxK0GW__wrapper[data-open=true] .EngineSelect-module__LxK0GW__button{border-color:var(--accent);background:#fff;box-shadow:0 4px 18px rgba(254,123,133,.22)}.EngineSelect-module__LxK0GW__buttonText{color:var(--accent);font-size:16px;font-weight:600;transition:color .25s}.EngineSelect-module__LxK0GW__caret{color:var(--accent);transform-origin:50%;font-size:13px;transition:transform .25s,opacity .2s}.EngineSelect-module__LxK0GW__wrapper[data-open=true] .EngineSelect-module__LxK0GW__caret{opacity:.8;transform:rotate(180deg)}.EngineSelect-module__LxK0GW__dropdown{z-index:30;transform-origin:top;background:#fff;border-radius:14px;width:180px;animation:.25s forwards EngineSelect-module__LxK0GW__fadeIn;position:absolute;top:calc(100% + 6px);left:0;overflow:hidden;box-shadow:0 10px 25px rgba(0,0,0,.08)}.EngineSelect-module__LxK0GW__option{cursor:pointer;border-bottom:1px solid #f1f1f1;border-radius:0;padding:12px 16px;transition:background .25s,box-shadow .2s}.EngineSelect-module__LxK0GW__option:hover{background:#fff9fa}.EngineSelect-module__LxK0GW__option:last-child{border-bottom:none}.EngineSelect-module__LxK0GW__optionHead{justify-content:space-between;align-items:center;display:flex}.EngineSelect-module__LxK0GW__optionTitle{font-size:15px;font-weight:600;transition:color .25s}.EngineSelect-module__LxK0GW__optionDesc{margin-top:4px;font-size:12px;font-weight:500;transition:color .25s}.EngineSelect-module__LxK0GW__active{box-shadow:inset 0 0 0 2px var(--accent);background:#fff;border-radius:10px;transition:all .25s}.EngineSelect-module__LxK0GW__active .EngineSelect-module__LxK0GW__optionTitle,.EngineSelect-module__LxK0GW__active .EngineSelect-module__LxK0GW__optionDesc{color:var(--accent)}.EngineSelect-module__LxK0GW__dimmed{background:#f7f7f7;transition:background .25s}.EngineSelect-module__LxK0GW__dimmed .EngineSelect-module__LxK0GW__optionTitle{color:#a7a7a7}.EngineSelect-module__LxK0GW__dimmed .EngineSelect-module__LxK0GW__optionDesc{color:#bdbdbd}.EngineSelect-module__LxK0GW__check{color:#fff;border-radius:999px;justify-content:center;align-items:center;width:20px;height:20px;transition:background .25s,transform .25s;display:inline-flex}.EngineSelect-module__LxK0GW__checkOn{background:var(--accent);transform:scale(1.05)}.EngineSelect-module__LxK0GW__checkOff{color:#bbb;background:#e5e5e5}
.SubmitButton-module__MjdAcG__buttons{flex-direction:column;align-items:center;gap:12px;margin-top:1.5rem;display:flex}.SubmitButton-module__MjdAcG__create{color:#fff;cursor:pointer;background:linear-gradient(90deg,var(--color-accent-start),var(--color-accent),var(--color-accent-end));border:none;border-radius:8px;width:100%;height:52px;padding:.9rem 1rem;font-size:16px;font-weight:600;transition:transform .25s,box-shadow .25s;box-shadow:0 4px 16px rgba(255,92,141,.25)}.SubmitButton-module__MjdAcG__create:hover{transform:translateY(-2px);box-shadow:0 6px 22px rgba(255,92,141,.35)}.SubmitButton-module__MjdAcG__reset{color:#909090;cursor:pointer;background:0 0;border:none;height:52px;font-size:16px;font-weight:500}.SubmitButton-module__MjdAcG__reset:hover{color:var(--color-accent)}
.RandomButton-module__ao4V6W__randomButton{color:#666;cursor:pointer;background:#fff;border:2px dashed #d0d0d0;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;width:100%;height:48px;padding:.75rem 1rem;font-size:15px;font-weight:500;transition:all .2s;display:flex}.RandomButton-module__ao4V6W__randomButton:hover:not(:disabled){border-color:var(--color-accent);color:var(--color-accent);background:#fff5f7;transform:translateY(-1px)}.RandomButton-module__ao4V6W__randomButton:active:not(:disabled){transform:translateY(0)}.RandomButton-module__ao4V6W__randomButton:disabled{cursor:not-allowed;opacity:.5}.RandomButton-module__ao4V6W__icon{font-size:18px}.RandomButton-module__ao4V6W__text{font-weight:600}
.InputBox-module__JOM3tq__box{border:1px solid var(--color-border);width:100%;max-width:876px;font-family:var(--font-pretendard),sans-serif;color:#333;resize:none;background:#fff;border-radius:17px;padding:28px 32px;transition:border-color .3s,box-shadow .3s,transform .2s;box-shadow:0 1px 16px 3px rgba(143,123,124,.16)}.InputBox-module__JOM3tq__box::placeholder{color:#a8a8a8}.InputBox-module__JOM3tq__box:focus{border-color:#fe7b85;outline:none;transform:translateY(-1px);box-shadow:0 1px 20px 5px rgba(255,123,133,.25)}
.Trending-module__YlgRta__trending{margin-top:3rem}.Trending-module__YlgRta__title{margin-bottom:36px;font-size:30px;font-weight:600}.Trending-module__YlgRta__grid{grid-template-columns:repeat(2,1fr);gap:1.25rem 2rem;display:grid}@media (max-width:768px){.Trending-module__YlgRta__grid{grid-template-columns:1fr;gap:1rem}}@media (max-width:480px){.Trending-module__YlgRta__grid{gap:.75rem}.Trending-module__YlgRta__title{margin-bottom:24px;font-size:24px}}@media (max-width:1024px) and (min-width:769px){.Trending-module__YlgRta__grid{gap:1rem 1.5rem}}
.TrendingItem-module__rUriJa__item{cursor:pointer;box-sizing:border-box;background:rgba(245,244,244,.75);border-radius:16px;justify-content:space-between;align-items:center;width:100%;min-width:0;padding:1rem 1.25rem;transition:transform .2s,box-shadow .25s,background .2s;display:flex}.TrendingItem-module__rUriJa__item:hover,.TrendingItem-module__rUriJa__active{background:#fff;box-shadow:1px 2px 11px 3px rgba(0,0,0,.07)}.TrendingItem-module__rUriJa__left{flex:1;align-items:center;gap:1rem;min-width:0;display:flex}.TrendingItem-module__rUriJa__info{flex:1;min-width:0}.TrendingItem-module__rUriJa__rank{text-align:center;color:#9b9b9b;flex:0 0 32px;width:32px;font-size:20px;font-weight:600}.TrendingItem-module__rUriJa__thumb{object-fit:cover;border-radius:12px;flex:0 0 64px;width:64px;height:64px}.TrendingItem-module__rUriJa__title{color:#191919;white-space:nowrap;text-overflow:ellipsis;font-size:16px;font-weight:500;line-height:1.1;overflow:hidden}.TrendingItem-module__rUriJa__artist{color:#909090;margin-top:.25rem;font-size:14px;font-weight:400}.TrendingItem-module__rUriJa__right{flex-shrink:0;align-items:center;gap:1.5rem;display:flex}.TrendingItem-module__rUriJa__time{color:#a1a1a1;white-space:nowrap;font-size:14px}.TrendingItem-module__rUriJa__likeIcon{object-fit:contain;cursor:pointer;width:20px;height:20px;transition:transform .15s}.TrendingItem-module__rUriJa__likeIcon:hover{transform:scale(1.15)}@media (max-width:768px){.TrendingItem-module__rUriJa__item{padding:.75rem 1rem}.TrendingItem-module__rUriJa__rank{flex:0 0 28px;width:28px;font-size:18px}.TrendingItem-module__rUriJa__thumb{flex:0 0 56px;width:56px;height:56px}.TrendingItem-module__rUriJa__title{font-size:15px}.TrendingItem-module__rUriJa__artist,.TrendingItem-module__rUriJa__time{font-size:13px}}@media (max-width:480px){.TrendingItem-module__rUriJa__item{padding:.625rem .875rem}.TrendingItem-module__rUriJa__rank{flex:0 0 24px;width:24px;font-size:16px}.TrendingItem-module__rUriJa__thumb{border-radius:10px;flex:0 0 48px;width:48px;height:48px}.TrendingItem-module__rUriJa__left{gap:.625rem}.TrendingItem-module__rUriJa__title{font-size:14px}.TrendingItem-module__rUriJa__artist{font-size:12px}.TrendingItem-module__rUriJa__right{gap:.375rem}.TrendingItem-module__rUriJa__time{font-size:12px}.TrendingItem-module__rUriJa__likeIcon{width:18px;height:18px}}@media (max-width:360px){.TrendingItem-module__rUriJa__item{padding:.5rem .75rem}.TrendingItem-module__rUriJa__rank{flex:0 0 20px;width:20px;font-size:14px}.TrendingItem-module__rUriJa__thumb{flex:0 0 44px;width:44px;height:44px}.TrendingItem-module__rUriJa__left{gap:.5rem}.TrendingItem-module__rUriJa__time{display:none}}
.TitleLabel-module__e9pBJa__wrapper{justify-content:space-between;align-items:center;width:100%;margin-bottom:4px;display:flex}.TitleLabel-module__e9pBJa__title{color:#191919;font-size:26px;font-weight:600}.TitleLabel-module__e9pBJa__link{color:#888;font-size:14px;font-weight:400;text-decoration:none;transition:color .2s,transform .2s}.TitleLabel-module__e9pBJa__link:hover{color:#000}
.RecentlyGenerated-module__66OUzG__section{margin-top:3rem;overflow:hidden}.RecentlyGenerated-module__66OUzG__list{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:1rem;padding-bottom:.8rem;display:flex;overflow-x:auto}.RecentlyGenerated-module__66OUzG__list>*{scroll-snap-align:start;flex:none}.RecentlyGenerated-module__66OUzG__list::-webkit-scrollbar{height:8px}.RecentlyGenerated-module__66OUzG__list::-webkit-scrollbar-track{background:#fff;border-radius:4px}.RecentlyGenerated-module__66OUzG__list::-webkit-scrollbar-thumb{background:rgba(255,113,124,.06);border-radius:4px}.RecentlyGenerated-module__66OUzG__list::-webkit-scrollbar-thumb:hover{background:#fe7b85}.RecentlyGenerated-module__66OUzG__list{scrollbar-color:var(--color-scroll)white;scrollbar-width:thin}
.MusicCard-module__VxINMq__card{flex-shrink:0;width:100%;max-width:150px;position:relative;overflow:hidden}.MusicCard-module__VxINMq__card img{aspect-ratio:1;object-fit:cover;border-radius:17px;width:100%;box-shadow:1px 4px 10px 2px rgba(113,53,58,.09)}.MusicCard-module__VxINMq__info{padding-top:1.2rem}.MusicCard-module__VxINMq__info .MusicCard-module__VxINMq__title{font-size:16px;font-weight:500}.MusicCard-module__VxINMq__info .MusicCard-module__VxINMq__subtitle{color:var(--color-muted);font-size:14px;font-weight:400}@media (max-width:1024px){.MusicCard-module__VxINMq__card{max-width:180px}}@media (max-width:480px){.MusicCard-module__VxINMq__card{max-width:140px}.MusicCard-module__VxINMq__info .MusicCard-module__VxINMq__title{font-size:14px}.MusicCard-module__VxINMq__info .MusicCard-module__VxINMq__subtitle{font-size:12px}}
.TagList-module__Ezl5Ua__container{flex-direction:column;gap:12px;width:100%;display:flex}.TagList-module__Ezl5Ua__category{flex-direction:column;gap:6px;display:flex}.TagList-module__Ezl5Ua__categoryLabel{color:#666;padding-left:8px;font-size:13px;font-weight:600}.TagList-module__Ezl5Ua__wrapper{box-sizing:border-box;align-items:center;width:100%;min-width:0;display:flex;position:relative}.TagList-module__Ezl5Ua__arrow{color:#b5b5b5;cursor:pointer;text-align:center;z-index:2;background:0 0;border:none;flex-shrink:0;width:32px;font-size:24px;transition:color .25s}.TagList-module__Ezl5Ua__arrow:hover{color:var(--color-accent)}.TagList-module__Ezl5Ua__list{scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;flex:1 1 0;gap:6px;min-width:0;padding:4px;display:flex;overflow-x:auto}.TagList-module__Ezl5Ua__list::-webkit-scrollbar{display:none}.TagList-module__Ezl5Ua__tag{white-space:nowrap;color:#333;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;background:#fff;border:1px solid #ddd;border-radius:50px;flex-shrink:0;align-items:center;padding:6px 14px;font-size:14px;font-weight:500;transition:all .25s;display:flex;box-shadow:0 1px 6px rgba(0,0,0,.05)}.TagList-module__Ezl5Ua__tag:hover{border-color:var(--color-accent);transform:translateY(-1px);box-shadow:0 2px 10px rgba(255,123,133,.2)}.TagList-module__Ezl5Ua__active{color:#fff;background:linear-gradient(90deg,#fe7b85,#ff9aa2,#ff9e74);border:none;box-shadow:0 3px 10px rgba(255,123,133,.35)}.TagList-module__Ezl5Ua__emoji{margin-right:6px;font-size:14px}
.OptionSelect-module__d5-OgG__option{color:#7a7a7a;cursor:pointer;background:#fafafa;border:1px solid #f1f1f1;border-radius:10px;flex:1;justify-content:space-between;align-items:center;padding:14px 22px;font-size:15px;transition:background .25s,color .25s,box-shadow .25s;display:flex}.OptionSelect-module__d5-OgG__option:hover{background:#fefcfc}.OptionSelect-module__d5-OgG__active{color:#fe7b85;background:#fefcfc;border-color:#ffd2da;box-shadow:0 0 8px rgba(255,92,141,.15)}.OptionSelect-module__d5-OgG__label{font-weight:500}.OptionSelect-module__d5-OgG__check{color:#bbb;background:#e9e9e9;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;transition:all .25s;display:flex}.OptionSelect-module__d5-OgG__on{color:#fff;background:#fe7b85}
.Footer-module__eUo8bG__footer{background:#fff;border-top:1px solid #eee;width:100%;margin-top:100px}.Footer-module__eUo8bG__inner{justify-content:space-between;align-items:flex-start;max-width:1600px;margin:0 auto;padding:24px 0;display:flex}.Footer-module__eUo8bG__logo{background:linear-gradient(90deg,#fe7b85,#ff9aa2,#ff9e74);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:20px;font-weight:700}.Footer-module__eUo8bG__right{flex-direction:column;align-items:flex-end;gap:8px;display:flex}.Footer-module__eUo8bG__nav{gap:36px;display:flex}.Footer-module__eUo8bG__nav a{color:#909090;font-size:14px;font-weight:300;text-decoration:none;transition:color .25s}.Footer-module__eUo8bG__nav a:hover{color:#fe7b85}.Footer-module__eUo8bG__copy{color:#909090;margin-top:32px;font-size:13px;font-weight:200}@media (max-width:1024px){.Footer-module__eUo8bG__inner{flex-direction:column;align-items:flex-start;gap:8px;padding:32px 0}.Footer-module__eUo8bG__right{align-items:flex-start}.Footer-module__eUo8bG__nav{flex-wrap:wrap;gap:100%}}
.page-module__0HUJcG__mainContainer{box-sizing:border-box;flex:1;width:100%;max-width:1600px;margin:0 auto;padding:0 32px;animation:.5s ease-out page-module__0HUJcG__fadeSlideUp}@keyframes page-module__0HUJcG__fadeSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.page-module__0HUJcG__mainContainer{padding:0 32px}}@media (max-width:640px){.page-module__0HUJcG__mainContainer{padding:0 16px}}@media (max-width:480px){.page-module__0HUJcG__mainContainer{padding:0 12px}}@media (max-width:360px){.page-module__0HUJcG__mainContainer{padding:0 10px}}
.Workspace-module__z6qM7W__container{background:var(--color-background);box-sizing:border-box;flex-direction:column;gap:1rem;height:100%;padding:1rem;display:flex;overflow:hidden;container:workspace/inline-size}.Workspace-module__z6qM7W__title{color:#191919;flex-shrink:0;margin-left:1rem;font-size:1.125rem;font-weight:600}.Workspace-module__z6qM7W__header{flex-shrink:0;justify-content:space-between;align-items:center;margin-left:1rem;display:flex}.Workspace-module__z6qM7W__count{color:#666;margin-right:1rem;font-size:.875rem;font-weight:400}.Workspace-module__z6qM7W__searchContainer{flex-shrink:0;align-items:center;gap:.75rem;width:100%;margin-bottom:.5rem;margin-left:1rem;padding-right:1rem;display:flex}.Workspace-module__z6qM7W__searchWrapper{width:100%;position:relative}.Workspace-module__z6qM7W__searchInput{color:#191919;background:#fff;border:2px solid #e0e0e0;border-radius:12px;width:100%;padding:.75rem 1rem .75rem 2.5rem;font-size:.875rem;transition:all .2s;box-shadow:0 2px 8px rgba(0,0,0,.04)}.Workspace-module__z6qM7W__searchInput:hover{box-shadow:0 4px 16px rgba(0,0,0,.08)}.Workspace-module__z6qM7W__searchInput:focus{border-color:var(--color-accent-end);outline:none;box-shadow:0 4px 16px rgba(0,0,0,.08)}.Workspace-module__z6qM7W__searchInput::placeholder{color:#999}.Workspace-module__z6qM7W__searchIcon{pointer-events:none;width:16px;height:16px;transition:all .2s;position:absolute;top:50%;left:.75rem;transform:translateY(-50%)}.Workspace-module__z6qM7W__searchButton{color:#fff;cursor:pointer;white-space:nowrap;background-color:var(--color-accent-end);border:none;border-radius:12px;flex-shrink:0;padding:.75rem 1.8rem .7rem;font-size:1rem;font-weight:600;transition:all .2s}.Workspace-module__z6qM7W__searchButton:hover{background-color:var(--color-accent-end);transform:scale(1.02)}.Workspace-module__z6qM7W__songListWrapper{flex-direction:column;flex:1;min-height:0;margin-left:1rem;display:flex;position:relative;overflow-x:hidden;overflow-y:auto}.Workspace-module__z6qM7W__songListWrapper::-webkit-scrollbar{width:8px}.Workspace-module__z6qM7W__songListWrapper::-webkit-scrollbar-track{background:#fff;border-radius:4px}.Workspace-module__z6qM7W__songListWrapper::-webkit-scrollbar-thumb{background:rgba(255,113,124,.06);border-radius:4px}.Workspace-module__z6qM7W__songListWrapper::-webkit-scrollbar-thumb:hover{background:#fe7b85}.Workspace-module__z6qM7W__songListWrapper{scrollbar-width:thin;scrollbar-color:var(--color-scroll)white}.Workspace-module__z6qM7W__loadingOverlay{color:#333;z-index:10;pointer-events:none;background:rgba(255,255,255,.95);border-radius:8px;padding:1rem 2rem;font-weight:600;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 4px 12px rgba(0,0,0,.15)}.Workspace-module__z6qM7W__songList{flex-direction:column;gap:.6rem;margin-right:.5rem;transition:opacity .2s;display:flex}.Workspace-module__z6qM7W__pagination{flex-shrink:0;justify-content:center;align-items:center;gap:.5rem;display:flex}.Workspace-module__z6qM7W__pageButton{color:#333;cursor:pointer;background:#fff;border:none;border-radius:4px;min-width:32px;height:32px;padding:.25rem .5rem;font-size:.875rem;transition:all .2s;box-shadow:0 2px 4px rgba(0,0,0,.08)}.Workspace-module__z6qM7W__pageButton:hover:not(:disabled){color:#333;background:#fff;transform:translateY(-2px);box-shadow:0 2px 6px rgba(0,0,0,.15)}.Workspace-module__z6qM7W__pageButton:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 4px rgba(0,0,0,.08)}.Workspace-module__z6qM7W__pageButton:disabled{cursor:not-allowed;opacity:.4;background:#f5f5f5}.Workspace-module__z6qM7W__pageButton.Workspace-module__z6qM7W__active{background:var(--color-accent-end);color:#fff;font-weight:600}.Workspace-module__z6qM7W__pageButton.Workspace-module__z6qM7W__active:hover{background:var(--color-accent-end);color:#fff}.Workspace-module__z6qM7W__ellipsis{color:#999;padding:0 .5rem}@media (max-width:768px){.Workspace-module__z6qM7W__container{background:#f5f5f5;padding:1rem 1.5rem 5rem}.Workspace-module__z6qM7W__title,.Workspace-module__z6qM7W__header{margin-left:0}.Workspace-module__z6qM7W__searchContainer{padding:0}.Workspace-module__z6qM7W__searchInput{padding:.65rem .875rem .65rem 2.25rem;font-size:.813rem}.Workspace-module__z6qM7W__searchIcon{width:14px;height:14px;left:.625rem}.Workspace-module__z6qM7W__searchButton{border-radius:8px;padding:.5rem .875rem;font-size:.75rem}.Workspace-module__z6qM7W__songListWrapper{margin-left:0;overflow:visible}.Workspace-module__z6qM7W__songList{gap:.5rem}.Workspace-module__z6qM7W__pagination{gap:.25rem;padding:.5rem 0}.Workspace-module__z6qM7W__pageButton{min-width:28px;height:28px;font-size:.75rem}}
.SongListItem-module__5L8SjG__item{cursor:pointer;background-color:#fff;border-left:3px solid transparent;border-radius:8px;align-items:center;gap:.875rem;padding:.625rem .75rem;transition:all .2s;display:flex}.SongListItem-module__5L8SjG__index{color:#191919;flex-shrink:0;min-width:24px;font-size:.875rem;font-weight:500;display:none}.SongListItem-module__5L8SjG__item:hover{background:#f8f9fa;transform:translate(2px)}.SongListItem-module__5L8SjG__item.SongListItem-module__5L8SjG__active{background:#f0f0f0}.SongListItem-module__5L8SjG__thumbnailWrapper{background:#f5f5f5;border-radius:8px;flex-shrink:0;width:60px;height:60px;position:relative;overflow:hidden}.SongListItem-module__5L8SjG__thumbnail{object-fit:cover;width:100%;height:100%}.SongListItem-module__5L8SjG__thumbnailProcessing{opacity:.5}.SongListItem-module__5L8SjG__loadingOverlay{background:linear-gradient(135deg,#f5f5f5 0%,#e8e8e8 100%);justify-content:center;align-items:center;width:100%;height:100%;display:flex}.SongListItem-module__5L8SjG__spinner{border:3px solid rgba(255,51,102,.2);border-top-color:#f36;border-radius:50%;width:24px;height:24px;animation:1s linear infinite SongListItem-module__5L8SjG__spin}@keyframes SongListItem-module__5L8SjG__spin{to{transform:rotate(360deg)}}.SongListItem-module__5L8SjG__processingText{color:#f36;font-size:.75rem;font-weight:500}.SongListItem-module__5L8SjG__info{flex-direction:column;flex:1;gap:.25rem;min-width:0;display:flex}.SongListItem-module__5L8SjG__title{color:#191919;text-overflow:ellipsis;white-space:nowrap;align-items:center;gap:.25rem;margin:0;font-size:.938rem;font-weight:500;display:flex;overflow:hidden}.SongListItem-module__5L8SjG__favoriteIcon{flex-shrink:0;font-size:.75rem}.SongListItem-module__5L8SjG__description{color:#909090;word-break:break-word;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.813rem;line-height:1.4;display:-webkit-box;overflow:hidden}.SongListItem-module__5L8SjG__right{flex-shrink:0;align-items:center;gap:1rem;display:flex}.SongListItem-module__5L8SjG__actionButtons{align-items:center;gap:.75rem;display:flex}.SongListItem-module__5L8SjG__actionButton{cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:.25rem;transition:all .2s;display:flex}.SongListItem-module__5L8SjG__actionButton:hover{transform:scale(1.15)}.SongListItem-module__5L8SjG__actionIcon{object-fit:contain;width:18px;height:18px}.SongListItem-module__5L8SjG__duration{color:#909090;min-width:40px;font-size:.775rem}.SongListItem-module__5L8SjG__errorText{font-weight:600;color:#f36!important}.SongListItem-module__5L8SjG__errorLabel{color:#f36;background-color:rgba(255,51,102,.1);border-radius:4px;padding:2px 6px;font-size:.75rem;font-weight:500}.SongListItem-module__5L8SjG__thumbnailError{opacity:.3;filter:grayscale()}.SongListItem-module__5L8SjG__failedItem{cursor:default!important}.SongListItem-module__5L8SjG__failedItem:hover{background-color:#fff0f3;transform:none}.SongListItem-module__5L8SjG__moreButtonWrapper{display:none;position:relative}.SongListItem-module__5L8SjG__moreButton{cursor:pointer;color:#909090;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex}.SongListItem-module__5L8SjG__moreButton:hover{color:#191919;background:#f0f0f0}.SongListItem-module__5L8SjG__dropdownMenu{z-index:100;background:#fff;border-radius:8px;min-width:150px;position:absolute;top:100%;right:0;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.15)}.SongListItem-module__5L8SjG__dropdownItem{cursor:pointer;color:#191919;text-align:left;background:0 0;border:none;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;font-size:.875rem;transition:background .2s;display:flex}.SongListItem-module__5L8SjG__dropdownItem:hover{background:#f8f9fa}.SongListItem-module__5L8SjG__dropdownIcon{object-fit:contain;width:16px;height:16px}@media (max-width:768px){.SongListItem-module__5L8SjG__index{display:block}.SongListItem-module__5L8SjG__thumbnailWrapper{width:50px;height:50px}}@container workspace (width<=600px){.SongListItem-module__5L8SjG__actionButtons{display:none}.SongListItem-module__5L8SjG__moreButtonWrapper{display:block}.SongListItem-module__5L8SjG__duration{display:none}}
.Resizer-module__Nzxj8q__resizer{cursor:col-resize;flex-shrink:0;width:1px;height:100%;transition:background .2s;position:relative}.Resizer-module__Nzxj8q__resizer:hover{background:var(--color-accent)}.Resizer-module__Nzxj8q__resizer:before{content:"";position:absolute;top:0;bottom:0;left:-4px;right:-4px}@media (max-width:1024px){.Resizer-module__Nzxj8q__resizer{display:none}}
