.page_main__GlU4n{--bg-base:#121212;--bg-elevated:#181818;--bg-highlight:#282828;--text-base:#ffffff;--text-sub:#b3b3b3;--accent:var(--primary);display:flex;flex-direction:column;height:100vh;background-color:var(--bg-base);color:var(--text-base);overflow:hidden}.page_headerContainer__Vbl_h{background-color:#000000;padding:8px 16px;display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:64px}.page_versionText__sZ7bK{font-size:.75rem}.page_headerRight__vGzNl{display:flex;align-items:center;gap:10px;flex-shrink:0}.page_title__3jonF{font-size:1.2rem;font-weight:700;color:var(--text-base);margin:0;letter-spacing:-.04em}.page_inputBar__tqTru{flex:1 1;max-width:480px;display:flex;align-items:center;background-color:#242424;border-radius:24px;padding:8px 12px;border:1px solid transparent;transition:background-color .2s,border-color .2s}.page_inputBar__tqTru:focus-within{background-color:#2a2a2a;border-color:#555;box-shadow:0 0 0 2px rgba(255,255,255,.1)}.page_input___cVLA{flex:1 1;background:transparent;border:none;color:var(--text-base);font-size:.9rem;outline:none;padding:4px 8px;resize:none;font-family:inherit;line-height:1.4;height:24px;max-height:200px}.page_input___cVLA:disabled{opacity:.5;cursor:not-allowed}.page_iconBtn__KaU5K,.page_sendBtn___KbOC{background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:8px;border-radius:50%;transition:color .2s,background-color .2s}.page_voiceBtn__cLk7d{margin-right:6px;padding:8px}.page_iconBtn__KaU5K,.page_sendBtn___KbOC,.page_sendBtn___KbOC:hover{color:var(--accent)}.page_iconBtn__KaU5K:hover,.page_sendBtn___KbOC:hover{color:var(--text-base);background-color:rgba(255,255,255,.1)}.page_settingsLink__S6XXg{color:var(--accent);text-decoration:none;padding:8px;border-radius:50%;transition:color .2s}.page_settingsLink__S6XXg:hover{color:var(--text-base)}.page_contentGrid__G_RTU{flex:1 1;display:grid;grid-template-columns:280px 1fr;gap:8px;padding:8px;overflow:hidden}.page_sidebar__J6ahr{background-color:var(--bg-base);border-radius:8px;display:flex;flex-direction:column;padding:16px;overflow-y:auto;border-right:1px solid #000}.page_queueArea__MCI7V{background:linear-gradient(180deg,#202020 0,var(--bg-base) 100%);border-radius:8px;padding:24px;overflow-y:auto;position:relative}.page_aiStatus__TgLkK{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px}.page_aiTag__Paq_C{background-color:rgba(255,255,255,.1);color:var(--text-base);padding:4px 12px;border-radius:16px;font-size:.85rem;font-weight:500}.page_queueList__fzhVK{display:flex;flex-direction:column}.page_queueHeader__A8vLU{color:var(--text-base);font-size:1.5rem;font-weight:700;margin-bottom:16px}.page_queueItem__iZclh{display:flex;align-items:center;padding:8px 16px;border-radius:4px;transition:background-color .2s;color:var(--text-sub);cursor:pointer}.page_queueItem__iZclh:hover{background-color:rgba(255,255,255,.1);color:var(--text-base)}.page_queueIndex__qeMhS{width:24px;text-align:center;margin-right:16px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.page_queueImg__9_OaB{width:40px;height:40px;border-radius:4px;object-fit:cover;margin-right:16px;box-shadow:0 2px 4px rgba(0,0,0,.3)}.page_queueMeta__mkfLG{flex:1 1;display:flex;flex-direction:column;justify-content:center;overflow:hidden}.page_queueTitle__deEml{color:var(--text-base);font-size:1rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.page_queueArtist__WCTTh{font-size:.85rem}.page_queuePop__Klr8f{display:flex;align-items:center;gap:4px;font-size:.85rem;width:60px;justify-content:flex-end}.page_bottomPlayer__C0kO6{height:90px;background-color:#181818;border-top:1px solid #282828;display:flex;align-items:center;justify-content:space-between;padding:0 16px;z-index:1000}.page_nowPlaying__oC_DK{display:flex;align-items:center;width:30%;min-width:180px}.page_nowPlayingImg__Wy4Pb{width:56px;height:56px;border-radius:4px;margin-right:14px;background-color:#282828}.page_nowPlayingText__PlUSh{display:flex;flex-direction:column;justify-content:center;overflow:hidden}.page_nowPlayingTitle__XFG5c{font-size:.9rem;font-weight:600;color:var(--text-base);margin-bottom:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:flex;align-items:center;gap:8px}.page_nowPlayingTitle__XFG5c:hover{text-decoration:underline}.page_hoverUnderline__3Y0c2:hover{text-decoration:underline!important;text-decoration-color:var(--text-base)}.page_nowPlayingArtist__zTK5l{font-size:.75rem;color:var(--text-sub);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.page_nowPlayingArtist__zTK5l:hover{text-decoration:underline;color:var(--text-base)}.page_playerControls__c1iM5{display:flex;flex-direction:column;align-items:center;width:40%;max-width:722px}.page_controlButtons__LOpkK{display:flex;align-items:center;gap:16px}.page_controlBtn__XADbf{background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:color .2s;color:var(--accent)}@media (hover:hover){.page_controlBtn__XADbf:hover{color:var(--text-base)}}.page_controlBtn__XADbf:active{transform:scale(.95)}.page_playPauseBtn__gefIk{background-color:var(--accent);color:#000;border-radius:50%;width:32px;height:32px;transition:transform .1s,scale .1s}.page_playPauseBtn__gefIk:hover{transform:scale(1.05);color:#000}.page_playPauseBtn__gefIk:active{transform:scale(.95)}.page_extraControls__KPVkG{width:30%;min-width:180px;display:flex;justify-content:flex-end;align-items:center}.page_deviceLabel__rbLq_{background:transparent;border:none;display:flex;align-items:center;gap:6px;color:var(--accent);font-size:.75rem}.page_scheduleItem__TYIrN{padding:12px;border-radius:6px;margin-bottom:4px;background-color:#121212;transition:background-color .2s}.page_scheduleItem__TYIrN:hover{background-color:#202020}.page_scheduleTime__hXsLd{font-size:.85rem;color:var(--text-base);font-weight:600;margin-bottom:4px}.page_scheduleQuery__z0_lK{font-size:.8rem;color:var(--text-sub);line-height:1.4}@keyframes page_spin__W_8_q{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.page_spin__W_8_q{animation:page_spin__W_8_q 1s linear infinite}@keyframes page_equalize__5KpBl{0%{height:2px}50%{height:10px}to{height:2px}}.page_equalizer__BIAxP{display:flex;align-items:flex-end;gap:2px;height:12px;margin-left:6px;margin-bottom:2px}.page_bar__7RFn6{width:2px;background-color:var(--accent);animation:page_equalize__5KpBl 1.6s ease-in-out infinite}.page_bar__7RFn6:first-child{animation-delay:0s}.page_bar__7RFn6:nth-child(2){animation-delay:.4s}.page_bar__7RFn6:nth-child(3){animation-delay:.8s}@media (max-width:768px){.page_contentGrid__G_RTU{grid-template-columns:1fr;grid-template-rows:auto 1fr}.page_sidebar__J6ahr{display:none}.page_headerContainer__Vbl_h{padding:8px;gap:8px}.page_title__3jonF,.page_versionText__sZ7bK{display:none}.page_inputBar__tqTru{max-width:none}.page_bottomPlayer__C0kO6{padding:0 8px;height:70px;position:fixed;bottom:0;left:0;right:0;background-color:#181818;border-top:1px solid #282828;z-index:9999}.page_contentGrid__G_RTU{padding-bottom:80px;height:calc(100vh - 64px - 70px);overflow-y:auto}.page_nowPlaying__oC_DK{width:auto;flex:1 1;min-width:0}.page_nowPlayingImg__Wy4Pb{width:42px;height:42px;margin-right:8px;background-color:#282828}.page_playerControls__c1iM5{width:auto;max-width:none;flex:0 0 auto}.page_extraControls__KPVkG{display:flex;width:auto;min-width:0;flex:0 0 auto;margin-left:8px}.page_extraControls__KPVkG span{display:none}.page_onboardingContainer__Ct7A9{justify-content:flex-start!important;padding:2rem 1rem 1rem!important;height:auto!important;min-height:100%}.page_onboardingDescription__La2aD{font-size:.85rem}}.page_onboardingContainer__Ct7A9{display:flex;flex-direction:column;align-items:center;height:100%;text-align:center;color:#b3b3b3;padding:2rem;overflow-y:auto}.page_onboardingDescription__La2aD{color:#ccc;margin-bottom:1.5rem;max-width:600px;line-height:1.6}.page_toast__Tq2rH{position:fixed;bottom:100px;left:50%;transform:translateX(-50%);background-color:#333;color:#fff;padding:12px 24px;border-radius:24px;box-shadow:0 4px 12px rgba(0,0,0,.5);font-size:.9rem;z-index:2000;display:flex;align-items:center;gap:8px;animation:page_fadeIn__wvzG6 .3s ease-out}@keyframes page_fadeIn__wvzG6{0%{opacity:0;transform:translate(-50%,10px)}to{opacity:1;transform:translate(-50%)}}