:root{font-family:Outfit,Noto Sans KR,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.6;font-weight:400;color-scheme:dark;--bg-primary: #050612;--bg-secondary: rgba(10, 11, 30, .7);--bg-sidebar: #060714;--accent-purple: #7C4DFF;--accent-violet: #8A2BE2;--accent-glow: rgba(124, 77, 255, .4);--text-primary: #ffffff;--text-secondary: #9aa0c4;--text-muted: #62688f;--border-color: rgba(124, 77, 255, .2);--border-glow: 0 0 15px rgba(124, 77, 255, .15);--gradient-purple: linear-gradient(135deg, #8E2DE2, #4A00E0);--gradient-hover: linear-gradient(135deg, #a044ff, #6a11cb);color:var(--text-primary);background-color:var(--bg-primary);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;margin:0;padding:0}body{margin:0;width:100vw;height:100vh;overflow:hidden;background-color:var(--bg-primary);color:var(--text-primary)}#root{width:100%;height:100%;display:flex}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#050612cc}::-webkit-scrollbar-thumb{background:#7c4dff4d;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#7c4dff99}input,button{font-family:inherit}.app-container{display:flex;width:100%;height:100vh;background-color:var(--bg-primary);position:relative;overflow:hidden}.sidebar{width:260px;height:100%;background-color:var(--bg-sidebar);border-right:1px solid rgba(124,77,255,.12);display:flex;flex-direction:column;position:relative;z-index:10;padding:2.5rem 1.2rem;flex-shrink:0}.logo-container{display:flex;justify-content:space-between;align-items:center;width:100%}.menu-toggle-btn{display:none;background:transparent;border:1px solid rgba(124,77,255,.25);color:var(--text-secondary);cursor:pointer;padding:.5rem;border-radius:8px;align-items:center;justify-content:center;transition:all .2s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.menu-toggle-btn:hover{color:var(--text-primary);border-color:var(--accent-purple);background:#7c4dff14}.logo-section{display:flex;flex-direction:column;align-items:center;margin-bottom:3rem;text-align:center}.logo-icon{color:var(--accent-purple);filter:drop-shadow(0 0 8px var(--accent-glow));margin-bottom:.5rem;animation:pulse-glow 3s infinite ease-in-out}.logo-title{font-size:1.5rem;font-weight:800;letter-spacing:2px;color:var(--text-primary);text-transform:uppercase;font-family:Outfit,sans-serif}.logo-subtitle{font-size:.75rem;font-weight:600;letter-spacing:4px;color:var(--text-muted);text-transform:uppercase;margin-top:2px}.menu-list{display:flex;flex-direction:column;gap:.6rem;list-style:none}.menu-item{width:100%}.menu-button{width:100%;display:flex;align-items:center;gap:1rem;padding:.9rem 1.2rem;background:transparent;border:1px solid transparent;border-radius:12px;color:var(--text-secondary);font-size:.95rem;font-weight:500;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);text-align:left}.menu-button:hover{background:#7c4dff14;color:var(--text-primary);transform:translate(4px)}.menu-button.active{background:var(--gradient-purple);color:var(--text-primary);box-shadow:0 4px 20px #7c4dff66,inset 0 0 8px #fff3;border:1px solid rgba(255,255,255,.1);font-weight:700}.menu-button.active .menu-icon{filter:drop-shadow(0 0 4px rgba(255,255,255,.5))}.menu-icon{width:20px;height:20px;transition:transform .3s ease}.menu-button:hover .menu-icon{transform:scale(1.1)}.sidebar-bg-container{position:absolute;bottom:0;left:0;width:100%;height:280px;pointer-events:none;overflow:hidden;z-index:-1;opacity:.85}.sidebar-bg-image{width:100%;height:100%;object-fit:cover;mask-image:linear-gradient(to top,#000 40%,#0000);-webkit-mask-image:linear-gradient(to top,rgba(0,0,0,1) 40%,rgba(0,0,0,0) 100%)}.content-area{flex:1;height:100%;display:flex;flex-direction:column;position:relative;padding:3rem 4rem;overflow-y:auto;z-index:5}.content-bg-container{position:absolute;top:0;right:0;width:60%;height:400px;pointer-events:none;overflow:hidden;z-index:-1;opacity:.9}.content-bg-image{width:100%;height:100%;object-fit:cover;mask-image:linear-gradient(to left,#000 30%,#0000),linear-gradient(to bottom,#000 30%,#0000);-webkit-mask-image:linear-gradient(to left,rgba(0,0,0,1) 30%,rgba(0,0,0,0) 100%),linear-gradient(to bottom,rgba(0,0,0,1) 30%,rgba(0,0,0,0) 100%);mask-composite:intersect;-webkit-mask-composite:source-in}.content-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem}.header-left{display:flex;flex-direction:column;gap:.3rem}.header-title-row{display:flex;align-items:center;gap:.6rem}.header-title{font-size:2.2rem;font-weight:800;letter-spacing:-.5px;color:var(--text-primary);font-family:Outfit,Noto Sans KR,sans-serif}.header-wave{color:var(--accent-purple);filter:drop-shadow(0 0 6px var(--accent-glow));animation:wave-float 2s infinite ease-in-out}.header-subtitle{font-size:1.05rem;color:var(--text-secondary);font-weight:400;display:flex;align-items:center;gap:.4rem}.header-right{display:flex;flex-direction:column;align-items:flex-end}.digital-clock{font-family:Outfit,monospace;font-size:1.15rem;font-weight:600;letter-spacing:1px;color:var(--text-secondary);background:#0a0b1e99;padding:.4rem .8rem;border-radius:8px;border:1px solid rgba(124,77,255,.15);box-shadow:var(--border-glow);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.search-container{position:relative;width:100%;margin-bottom:1.5rem}.search-icon-left{position:absolute;left:1.25rem;top:50%;transform:translateY(-50%);color:var(--text-muted);width:20px;height:20px;pointer-events:none}.search-input{width:100%;padding:1.1rem 1.5rem 1.1rem 3.2rem;background:#0a0b1ea6;border:1px solid rgba(124,77,255,.25);border-radius:14px;color:var(--text-primary);font-size:1rem;transition:all .3s ease;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:inset 0 2px 8px #00000080}.search-input:focus{outline:none;border-color:var(--accent-purple);box-shadow:0 0 15px #7c4dff40,inset 0 2px 8px #00000080}.search-input::placeholder{color:var(--text-muted);font-weight:400}.search-bar-row{display:flex;gap:1rem;width:100%;align-items:stretch;margin-bottom:1.5rem}.search-bar-row .search-container{flex:1;margin-bottom:0}.filter-reset-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:0 1.5rem;background:#0a0b1ea6;border:1px solid rgba(124,77,255,.25);border-radius:14px;color:var(--text-secondary);cursor:pointer;font-weight:600;font-size:.95rem;transition:all .3s ease;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:var(--border-glow);white-space:nowrap}.filter-reset-btn:hover{color:var(--text-primary);border-color:var(--accent-purple);background:#7c4dff14;box-shadow:0 0 12px #7c4dff26}.filters-grid{display:grid;grid-template-columns:1.8fr 1fr 1.2fr;gap:1.2rem;margin-bottom:2rem}.filter-card{background:#0a0b1e80;border:1px solid rgba(124,77,255,.15);border-radius:14px;padding:1rem 1.2rem;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);display:flex;flex-direction:column;gap:.8rem;box-shadow:var(--border-glow)}.filter-card-header{display:flex;align-items:center;gap:.5rem;color:var(--text-secondary);font-size:.9rem;font-weight:500}.filter-card-icon{width:16px;height:16px;color:var(--accent-purple)}.filter-buttons-group{display:flex;gap:.5rem;flex-wrap:wrap}.filter-btn{background:#14153299;border:1px solid rgba(124,77,255,.2);color:var(--text-secondary);padding:.55rem 1.1rem;font-size:.85rem;font-weight:500;border-radius:8px;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1)}.filter-btn:hover{border-color:var(--accent-purple);color:var(--text-primary);background:#7c4dff14}.filter-btn.active{background:var(--gradient-purple);border-color:transparent;color:var(--text-primary);box-shadow:0 2px 10px #7c4dff59;font-weight:600}.song-list-wrapper{background:#08092073;border:1px solid rgba(124,77,255,.22);border-radius:16px;overflow:hidden;box-shadow:0 10px 30px #00000080,0 0 20px #7c4dff14;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);margin-bottom:2rem}.song-list-scroll{max-height:750px;overflow-y:auto}.song-row{display:flex;align-items:center;padding:.95rem 1.5rem;border-bottom:1px solid rgba(124,77,255,.08);transition:all .25s ease;position:relative}.song-row:before{content:"";position:absolute;left:0;top:0;height:100%;width:3px;background:var(--gradient-purple);opacity:0;transition:opacity .2s ease}.song-row:last-child{border-bottom:none}.song-row:hover{background:#7c4dff12}.song-row:hover:before{opacity:1}.song-cell-icon{flex-shrink:0;margin-right:1.2rem}.music-circle{width:38px;height:38px;border-radius:50%;background:#7c4dff26;border:1px solid rgba(124,77,255,.3);display:flex;align-items:center;justify-content:center;color:var(--text-primary);transition:all .3s ease}.song-row:hover .music-circle{background:var(--gradient-purple);box-shadow:0 0 10px #7c4dff80;transform:scale(1.05)}.music-icon{width:16px;height:16px}.song-cell-info{flex:2;display:flex;flex-direction:column;gap:.15rem}.song-title{font-size:1rem;font-weight:600;color:var(--text-primary)}.song-note{font-size:.7rem;color:#a78bfa;background:#7c4dff26;border:1px solid rgba(124,77,255,.3);padding:.1rem .4rem;border-radius:4px;font-weight:500;display:inline-block;margin-left:.6rem;white-space:nowrap}.song-artist{font-size:.82rem;color:var(--text-muted);font-weight:400}.song-artist-row{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.song-mobile-badges{display:none;gap:.3rem;align-items:center}.song-mobile-badge{font-size:.68rem;padding:.1rem .4rem;border-radius:4px;font-weight:500;white-space:nowrap}.song-mobile-badge.lang{color:var(--text-secondary);background:#ffffff0f;border:1px solid rgba(255,255,255,.1)}.song-mobile-badge.genre{color:#a78bfa;background:#7c4dff1a;border:1px solid rgba(124,77,255,.2)}.song-cell-price{flex:1;text-align:right;font-size:.9rem;color:var(--text-secondary)}.song-cell-price span{color:var(--text-muted);font-size:.8rem;margin-right:.5rem}.song-cell-lang{flex:1;text-align:right;font-size:.9rem;color:var(--text-secondary)}.song-cell-lang span{color:var(--text-muted);font-size:.8rem;margin-right:.5rem}.song-cell-genre{flex:1;text-align:right;font-size:.9rem;color:var(--text-secondary);padding-right:1rem}.song-cell-genre span{color:var(--text-muted);font-size:.8rem;margin-right:.5rem}.song-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;color:var(--text-muted);gap:.8rem}.song-empty-icon{width:40px;height:40px;opacity:.5}.panel-container{background:#08092073;border:1px solid rgba(124,77,255,.22);border-radius:16px;padding:2.5rem;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 10px 30px #00000080,0 0 20px #7c4dff14;margin-bottom:2rem;animation:fadeIn .4s ease-out}.intro-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:2.5rem}.intro-left{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.2rem}.profile-avatar{width:140px;height:140px;border-radius:50%;background:var(--gradient-purple);padding:4px;box-shadow:0 0 25px #7c4dff66}.profile-image{width:100%;height:100%;border-radius:50%;object-fit:cover;border:3px solid var(--bg-primary)}.profile-name{font-size:1.4rem;font-weight:700}.profile-badge{background:#7c4dff26;border:1px solid rgba(124,77,255,.4);color:var(--text-primary);padding:.3rem .8rem;border-radius:20px;font-size:.8rem;font-weight:600}.intro-right{display:flex;flex-direction:column;gap:1.5rem}.intro-title{font-size:1.6rem;font-weight:700;color:var(--text-primary)}.intro-description{color:var(--text-secondary);line-height:1.8;font-size:.95rem}.intro-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:1rem}.stat-box{background:#14153266;border:1px solid rgba(124,77,255,.15);border-radius:10px;padding:1rem;text-align:center}.stat-num{font-size:1.5rem;font-weight:700;color:var(--accent-purple)}.stat-label{font-size:.75rem;color:var(--text-muted);margin-top:.2rem}.banner-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.banner-card{background:#1415324d;border:1px solid rgba(124,77,255,.15);border-radius:12px;overflow:hidden;transition:all .3s ease;position:relative;cursor:pointer}.banner-card:hover{transform:translateY(-5px);border-color:var(--accent-purple);box-shadow:0 10px 20px #7c4dff26}.banner-img-container{height:160px;background:linear-gradient(135deg,#141532cc,#0a0b1ee6);display:flex;align-items:center;justify-content:center;position:relative}.banner-placeholder-icon{width:48px;height:48px;color:var(--accent-purple);opacity:.7}.banner-tag{position:absolute;top:10px;left:10px;background:var(--gradient-purple);padding:.25rem .6rem;border-radius:6px;font-size:.7rem;font-weight:600;color:#fff}.banner-info{padding:1rem}.banner-name{font-size:.95rem;font-weight:600;color:var(--text-primary)}.banner-size{font-size:.8rem;color:var(--text-muted);margin-top:.2rem}.sponsor-title{text-align:center;font-size:1.8rem;font-weight:700;margin-bottom:.5rem}.sponsor-subtitle{text-align:center;color:var(--text-secondary);font-size:.95rem;margin-bottom:2.5rem}.sponsor-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.sponsor-card{background:#14153273;border:1px solid rgba(124,77,255,.15);border-radius:16px;padding:2rem 1.5rem;display:flex;flex-direction:column;align-items:center;transition:all .3s ease;position:relative;overflow:hidden}.sponsor-card.popular{border-color:var(--accent-purple);box-shadow:0 0 20px #7c4dff40;background:#19143ca6}.sponsor-card.popular:after{content:"POPULAR";position:absolute;top:15px;right:-30px;background:var(--gradient-purple);color:#fff;font-size:.65rem;font-weight:700;padding:.25rem 2rem;transform:rotate(45deg);letter-spacing:1px}.sponsor-card:hover{transform:translateY(-5px);border-color:var(--accent-purple);box-shadow:0 10px 25px #7c4dff26}.sponsor-icon-box{width:54px;height:54px;border-radius:12px;background:#7c4dff1a;display:flex;align-items:center;justify-content:center;color:var(--accent-purple);margin-bottom:1.2rem}.sponsor-card.popular .sponsor-icon-box{background:var(--gradient-purple);color:#fff}.sponsor-icon{width:24px;height:24px}.sponsor-tier{font-size:1.2rem;font-weight:700;margin-bottom:.4rem}.sponsor-price{font-size:1.8rem;font-weight:800;color:var(--text-primary);margin-bottom:1.5rem;font-family:Outfit,sans-serif}.sponsor-features{list-style:none;width:100%;display:flex;flex-direction:column;gap:.8rem;margin-bottom:2rem;font-size:.85rem;color:var(--text-secondary)}.sponsor-features li{display:flex;align-items:center;gap:.5rem}.sponsor-check{width:14px;height:14px;color:var(--accent-purple)}.sponsor-btn{width:100%;padding:.8rem;background:#7c4dff1a;border:1px solid var(--accent-purple);color:var(--text-primary);font-weight:600;border-radius:10px;cursor:pointer;transition:all .2s ease;margin-top:auto}.sponsor-btn:hover{background:var(--gradient-purple);border-color:transparent;box-shadow:0 4px 15px #7c4dff4d}.schedule-container{display:flex;flex-direction:column;gap:2rem}.schedule-header-row{display:flex;justify-content:space-between;align-items:center}.schedule-title{font-size:1.5rem;font-weight:700}.schedule-week{display:grid;grid-template-columns:repeat(7,1fr);gap:.8rem}.schedule-day{background:#14153266;border:1px solid rgba(124,77,255,.12);border-radius:12px;padding:1.2rem .8rem;display:flex;flex-direction:column;align-items:center;gap:.8rem;min-height:180px;transition:all .25s ease}.schedule-day.active{border-color:var(--accent-purple);background:#7c4dff0d}.schedule-day:hover{transform:translateY(-2px);border-color:var(--accent-purple)}.day-name{font-size:.8rem;font-weight:700;color:var(--text-muted);letter-spacing:1px}.schedule-day.active .day-name{color:var(--accent-purple)}.day-date{font-size:1.2rem;font-weight:800}.day-events{display:flex;flex-direction:column;gap:.4rem;width:100%}.event-pill{background:#7c4dff1f;border:1px solid rgba(124,77,255,.25);font-size:.72rem;font-weight:600;padding:.25rem .5rem;border-radius:6px;text-align:center;color:var(--text-primary);line-height:1.3}.event-pill.rest{background:#62688f1f;border-color:#62688f40;color:var(--text-secondary)}@keyframes pulse-glow{0%,to{filter:drop-shadow(0 0 4px var(--accent-glow));opacity:.8}50%{filter:drop-shadow(0 0 15px var(--accent-purple));opacity:1}}@keyframes wave-float{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1200px){.sponsor-cards-grid{grid-template-columns:1fr;max-width:450px;margin:0 auto}.intro-grid{grid-template-columns:1fr}.schedule-week{grid-template-columns:repeat(4,1fr)}}@media (max-width: 768px){body{overflow-y:auto!important;height:auto!important}#root{height:auto!important}.app-container{flex-direction:column;height:auto!important;overflow:visible!important}.sidebar{width:100%;height:auto;padding:1rem;border-right:none;border-bottom:1px solid rgba(124,77,255,.15);display:flex;flex-direction:column;gap:.5rem}.menu-toggle-btn{display:flex}.logo-section{margin-bottom:0;flex-direction:row;justify-content:flex-start;gap:.8rem}.logo-icon{margin-bottom:0}.menu-list{display:flex;flex-direction:row;overflow-x:auto;transition:max-height .35s cubic-bezier(.4,0,.2,1),opacity .25s ease,padding .3s ease,margin .3s ease}.menu-list.collapsed{max-height:0;opacity:0;overflow:hidden;padding:0;margin:0;pointer-events:none}.menu-list.expanded{max-height:120px;opacity:1;padding-top:.5rem;padding-bottom:.5rem;margin-top:.5rem;pointer-events:auto}.menu-button{padding:.6rem 1rem;font-size:.85rem}.sidebar-bg-container{display:none}.content-area{padding:1rem;height:auto!important;overflow:visible!important}.content-header{position:relative;padding-right:135px}.header-right{position:absolute;top:0;right:0}.digital-clock{font-size:.95rem;padding:.35rem .7rem}.schedule-week{grid-template-columns:repeat(2,1fr)}.header-title{font-size:1.5rem}.header-subtitle{font-size:.82rem}.content-header{margin-bottom:1rem}.search-bar-row{gap:.6rem;margin-bottom:.8rem}.search-input{font-size:.88rem;padding:.75rem 1rem .75rem 2.6rem;border-radius:10px}.search-icon-left{left:.9rem;width:16px;height:16px}.filter-reset-btn{padding:0 .8rem;font-size:.82rem;border-radius:10px}.filters-grid{grid-template-columns:repeat(3,1fr);gap:.5rem;margin-bottom:1rem}.filter-card{padding:.5rem;gap:.3rem;border-radius:8px}.filter-card-header{font-size:.75rem;gap:.3rem}.filter-card-icon{width:14px;height:14px}.filter-select{font-size:.78rem;padding:.4rem 1.1rem .4rem .4rem;background-position:right .3rem center;background-size:.75rem;border-radius:6px}.song-row{padding:.7rem .8rem}.song-cell-info{flex:1;min-width:0}.song-title{font-size:.92rem}.song-artist{font-size:.78rem}.song-note{font-size:.65rem;margin-left:.4rem;padding:.05rem .3rem}.song-cell-lang,.song-cell-genre{display:none}.song-mobile-badges{display:flex}.song-cell-price{margin-left:auto;flex:none;font-size:.85rem}.song-cell-price span{display:none}.song-list-scroll{max-height:none}.song-list-wrapper{margin-bottom:1rem}}.status-dot{width:8px;height:8px;border-radius:50%;display:inline-block;transition:all .3s ease}.status-dot.sync{background-color:#10b981;box-shadow:0 0 8px #10b98199}.status-dot.loading{background-color:#3b82f6;box-shadow:0 0 8px #3b82f699;animation:pulse-glow 1.2s infinite ease-in-out}.filter-select{width:100%;padding:.65rem 2rem .65rem 1rem;background:#14153299;border:1px solid rgba(124,77,255,.22);border-radius:10px;color:var(--text-primary);font-size:.9rem;font-weight:500;cursor:pointer;outline:none;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23a78bfa' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .9rem center;background-size:.95rem;transition:all .25s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.filter-select:hover{border-color:var(--accent-purple);background-color:#7c4dff14}.filter-select:focus{border-color:var(--accent-purple);box-shadow:0 0 10px #7c4dff38}.filter-select option{background-color:#050612;color:var(--text-primary);padding:.5rem}.widget-container{padding:1.2rem;width:320px;background:#060712a6;border:1.5px solid rgba(124,77,255,.25);border-radius:16px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 10px 30px #00000080,0 0 15px #7c4dff1f;animation:fadeIn .3s ease-out}.widget-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.8rem;border-bottom:1px solid rgba(124,77,255,.2);padding-bottom:.5rem}.widget-title{font-size:.95rem;font-weight:800;letter-spacing:1.5px;color:#fff;text-shadow:0 0 8px rgba(124,77,255,.5);font-family:Outfit,sans-serif;text-transform:uppercase}.widget-list{display:flex;flex-direction:column;gap:.5rem}.widget-item{display:flex;align-items:center;gap:.6rem;padding:.45rem .7rem;background:#7c4dff14;border:1px solid rgba(124,77,255,.15);border-radius:8px;animation:slideInRight .3s cubic-bezier(.4,0,.2,1) both}.widget-item-idx{font-family:Outfit,monospace;font-size:.8rem;font-weight:800;color:var(--accent-purple);text-shadow:0 0 4px var(--accent-glow)}.widget-item-info{display:flex;flex-direction:column;flex:1;min-width:0}.widget-item-title{font-size:.8rem;font-weight:600;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.widget-item-artist{font-size:.68rem;color:var(--text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.widget-empty{padding:1.2rem;text-align:center;color:var(--text-muted);font-size:.78rem;font-weight:500}@keyframes slideInRight{0%{opacity:0;transform:translate(15px)}to{opacity:1;transform:translate(0)}}.custom-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#04050fbf;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:2000;animation:fadeIn .25s ease-out}.custom-modal-content{background:#0c0d26e6;border:1px solid rgba(124,77,255,.35);border-radius:20px;padding:2rem;width:90%;max-width:420px;box-shadow:0 15px 35px #0009,0 0 25px #7c4dff33;display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.2rem;animation:scaleIn .3s cubic-bezier(.34,1.56,.64,1)}.custom-modal-title{font-size:1.25rem;font-weight:800;color:#fff;letter-spacing:-.5px;text-shadow:0 0 10px rgba(124,77,255,.5)}.custom-modal-text{font-size:1.05rem;color:var(--text-primary);line-height:1.6;display:flex;flex-direction:column;align-items:center;gap:.2rem}.custom-modal-text strong{font-size:1.2rem;color:#fff;font-weight:700}.custom-modal-artist{font-size:.9rem;color:var(--text-muted);margin-bottom:.5rem}.custom-modal-actions{display:flex;gap:1rem;width:100%;margin-top:.5rem}.custom-modal-btn{flex:1;padding:.85rem;border-radius:12px;font-weight:700;font-size:.95rem;cursor:pointer;transition:all .2s ease;border:1px solid transparent}.custom-modal-btn.cancel{background:#ffffff0d;border-color:#ffffff1a;color:var(--text-secondary)}.custom-modal-btn.cancel:hover{background:#ffffff1a;color:#fff}.custom-modal-btn.confirm{background:var(--gradient-purple);color:#fff;box-shadow:0 4px 15px #7c4dff59}.custom-modal-btn.confirm:hover{box-shadow:0 4px 20px #7c4dff80;transform:translateY(-1px)}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}
