@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";._panel_14jfa_1{border-top:1px solid var(--border);padding:.75rem;background:var(--bg-secondary);transition:background .2s,border-color .2s;display:flex;flex-direction:column;min-height:200px;flex:1}._panelDragging_14jfa_12{background:var(--bg-tertiary);border-color:var(--primary);outline:2px dashed var(--primary);outline-offset:-4px}._header_14jfa_19{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}._header_14jfa_19 h3{font-size:.9rem;font-weight:600;color:var(--text-primary);margin:0}._loadBtn_14jfa_33{padding:.25rem .5rem;font-size:.75rem;border:1px solid var(--border);border-radius:4px;background:var(--bg-primary);color:var(--primary);cursor:pointer;transition:background .2s}._loadBtn_14jfa_33:hover{background:var(--bg-tertiary)}._empty_14jfa_48{font-size:.8rem;color:var(--text-muted);text-align:center;padding:1rem .5rem}._list_14jfa_55{flex:1;overflow-y:auto}._playlistItem_14jfa_60{display:flex;justify-content:space-between;align-items:center;padding:.5rem;border-radius:4px;cursor:pointer;transition:background .15s}._playlistItem_14jfa_60:hover{background:var(--bg-tertiary)}._playlistItemActive_14jfa_74{background:var(--primary);color:#fff}._playlistItemActive_14jfa_74:hover{background:var(--primary-hover)}._itemInfo_14jfa_83{display:flex;align-items:center;gap:.5rem;flex:1;min-width:0}._itemTitle_14jfa_91{font-size:.85rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._itemKey_14jfa_98{font-size:.75rem;padding:.1rem .3rem;border-radius:3px;background:#0000001a}._playlistItemActive_14jfa_74 ._itemKey_14jfa_98{background:#fff3}._externalBadge_14jfa_109{font-size:.7rem;opacity:.7}._keySelect_14jfa_114{padding:.15rem .25rem;font-size:.7rem;border:1px solid var(--border);border-radius:3px;background:var(--bg-primary);color:var(--text-primary);cursor:pointer}._playlistItemActive_14jfa_74 ._keySelect_14jfa_114{background:#fff3;border-color:#ffffff4d;color:#fff}._itemActions_14jfa_130{display:flex;gap:.25rem;align-items:center}._removeBtn_14jfa_136{width:20px;height:20px;border:none;border-radius:50%;background:transparent;color:var(--text-muted);cursor:pointer;font-size:1rem;line-height:1;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .15s,background .15s}._playlistItem_14jfa_60:hover ._removeBtn_14jfa_136{opacity:1}._removeBtn_14jfa_136:hover{background:var(--error);color:#fff}._modalOverlay_14jfa_163{position:fixed;inset:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}._modal_14jfa_163{background:var(--bg-primary);border-radius:12px;padding:1.5rem;min-width:300px;max-width:400px;max-height:80vh;overflow-y:auto;color:var(--text-primary)}._modal_14jfa_163 h3{margin:0 0 1rem;font-size:1.1rem}._playlistList_14jfa_189{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}._playlistOption_14jfa_196{display:flex;justify-content:space-between;align-items:center;padding:.75rem;border:1px solid var(--border);border-radius:8px;background:var(--bg-secondary);cursor:pointer;transition:background .2s,border-color .2s;text-align:left}._playlistOption_14jfa_196:hover{background:var(--bg-tertiary);border-color:var(--primary)}._itemCount_14jfa_214{font-size:.8rem;color:var(--text-muted)}._noPlaylists_14jfa_219{text-align:center;color:var(--text-muted);padding:1rem}._closeBtn_14jfa_225{width:100%;padding:.75rem;border:none;border-radius:8px;background:var(--bg-tertiary);color:var(--text-primary);cursor:pointer;font-size:.9rem;transition:background .2s}._closeBtn_14jfa_225:hover{background:var(--bg-secondary)}._container_1cypi_1{height:100vh;display:flex;flex-direction:column;background:var(--background);overflow:hidden}._header_1cypi_9{height:60px;padding:0 1.5rem;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;background:var(--bg-primary);box-shadow:0 1px 2px #0000000d;z-index:10}._headerLeft_1cypi_21{display:flex;align-items:center;gap:1.5rem}._headerLeft_1cypi_21 h1{font-size:1.25rem;font-weight:600}._exitLink_1cypi_32{text-decoration:none;color:var(--secondary);font-size:.9rem;font-weight:500}._exitLink_1cypi_32:hover{color:var(--foreground)}._layout_1cypi_43{flex:1;display:flex;overflow:hidden}._sidebar_1cypi_49{width:350px;border-right:1px solid var(--border);display:flex;flex-direction:column;background:var(--bg-secondary);position:relative;transition:width .3s ease}._sidebarCollapsed_1cypi_59{width:48px}@media(max-width:768px){._sidebar_1cypi_49{position:fixed;left:0;top:60px;bottom:0;width:320px;z-index:100;transform:translate(0);transition:transform .3s ease;box-shadow:2px 0 12px #00000026}._sidebarCollapsed_1cypi_59{transform:translate(-100%);width:320px}._sidebarToggle_1cypi_82{position:fixed;left:.5rem;top:70px;z-index:101}._sidebarCollapsed_1cypi_59+._mainContent_1cypi_89{margin-left:0}}._sidebarToggle_1cypi_82{position:absolute;top:.5rem;right:.5rem;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:var(--bg-tertiary, #f1f3f5);border:1px solid var(--border);border-radius:6px;cursor:pointer;font-size:1rem;z-index:10;transition:background .2s}._sidebarCollapsed_1cypi_59 ._sidebarToggle_1cypi_82{right:50%;transform:translate(50%)}._sidebarToggle_1cypi_82:hover{background:var(--primary);color:#fff}._searchBox_1cypi_122{padding:2.5rem 1rem 1rem;border-bottom:1px solid var(--border);background:var(--bg-primary)}._searchInput_1cypi_129{width:100%;padding:.75rem 1rem;border:1px solid var(--border);border-radius:8px;font-size:1rem;outline:none;background:var(--bg-primary);color:var(--text-primary);transition:box-shadow .2s}._searchInput_1cypi_129:focus{box-shadow:0 0 0 2px #0070f333;border-color:var(--primary)}._resultsList_1cypi_146{flex:1;overflow-y:auto;padding:.5rem}._resultItem_1cypi_152{width:100%;text-align:left;padding:.75rem 1rem;border:1px solid transparent;border-radius:6px;background:transparent;color:var(--text-primary);cursor:pointer;display:flex;justify-content:space-between;align-items:center;margin-bottom:.25rem}._resultItem_1cypi_152:hover{background:#0000000d}._resultItemActive_1cypi_171{background:#0070f31a;border-color:var(--primary)}._resultContent_1cypi_176{flex:1;display:flex;justify-content:space-between;align-items:center;background:none;border:none;padding:0;cursor:pointer;color:inherit;text-align:left}._addToPlaylistBtn_1cypi_189{width:24px;height:24px;border:1px solid var(--border);border-radius:4px;background:var(--bg-primary);color:var(--primary);font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .15s,background .15s;margin-left:.5rem}._resultItem_1cypi_152:hover ._addToPlaylistBtn_1cypi_189{opacity:1}._addToPlaylistBtn_1cypi_189:hover{background:var(--primary);color:#fff}._resultMenu_1cypi_217{position:relative}._menuBtn_1cypi_221{width:28px;height:28px;border:none;border-radius:4px;background:transparent;color:var(--text-muted);font-size:1.2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .15s,background .15s}._resultItem_1cypi_152:hover ._menuBtn_1cypi_221{opacity:1}._menuBtn_1cypi_221:hover{background:var(--bg-tertiary);color:var(--text-primary)}._menuDropdown_1cypi_246{display:none;position:absolute;right:0;top:100%;background:var(--bg-primary);border:1px solid var(--border);border-radius:8px;padding:.25rem;min-width:150px;box-shadow:0 4px 12px #00000026;z-index:100}._resultMenu_1cypi_217:focus-within ._menuDropdown_1cypi_246,._menuBtn_1cypi_221:focus+._menuDropdown_1cypi_246,._menuDropdown_1cypi_246:hover{display:flex;flex-direction:column}._menuDropdown_1cypi_246 button{width:100%;padding:.5rem .75rem;border:none;border-radius:4px;background:transparent;color:var(--text-primary);font-size:.85rem;text-align:left;cursor:pointer;transition:background .15s}._menuDropdown_1cypi_246 button:hover{background:var(--bg-tertiary)}._resultTitle_1cypi_284{font-weight:500;color:var(--foreground)}._resultKey_1cypi_289{font-size:.85rem;color:var(--secondary);background:#0000000d;padding:2px 6px;border-radius:4px}._hint_1cypi_297,._noResults_1cypi_298{padding:2rem;text-align:center;color:var(--secondary)}._mainContent_1cypi_89{flex:1;display:flex;flex-direction:column;overflow:hidden;position:relative}._songHeader_1cypi_313{padding:1rem 2rem;border-bottom:1px solid var(--border);background:var(--bg-primary);display:flex;justify-content:space-between;align-items:center;z-index:5}._controls_1cypi_323{display:flex;gap:1rem;align-items:center}._select_1cypi_329{padding:.5rem;border:1px solid var(--border);border-radius:6px;background:var(--bg-primary);color:var(--text-primary);cursor:pointer;font-size:.9rem}._toggle_1cypi_339{display:flex;align-items:center;gap:.5rem;font-size:.9rem;cursor:pointer}._partsContainer_1cypi_347{flex:1;overflow-y:auto;padding:2rem;display:flex;flex-direction:column;gap:1.5rem}._part_1cypi_347{padding:1.5rem;border-left:4px solid transparent;border-radius:0 8px 8px 0;cursor:pointer;transition:all .2s ease;opacity:.7}._part_1cypi_347:hover{background:#00000005;opacity:.9}._activePart_1cypi_370{background:var(--bg-tertiary);border-left-color:var(--primary);box-shadow:0 4px 20px #00000014;opacity:1;transform:scale(1.02);transform-origin:left center}._partLabel_1cypi_379{font-size:.85rem;text-transform:uppercase;letter-spacing:.05em;color:var(--secondary);margin-bottom:.75rem;font-weight:600}._activePart_1cypi_370 ._partLabel_1cypi_379{color:var(--primary)}._partContent_1cypi_392{font-size:1.5rem;line-height:2.2}._line_1cypi_397{margin-bottom:.5rem}._lineAbove_1cypi_402{position:relative;margin-bottom:.5rem;padding-top:1.5rem}._chordRow_1cypi_408{position:absolute;top:0;left:0;height:1.5rem;width:100%}._chordAbove_1cypi_416{position:absolute;font-size:.85rem;font-weight:700;color:var(--primary);white-space:nowrap}._textRow_1cypi_424{white-space:pre-wrap}._chordInline_1cypi_429{color:var(--primary);font-weight:600;font-size:.9em}._lineCompact_1cypi_436{display:flex;gap:1rem;margin-bottom:.25rem}._chordsStart_1cypi_442{color:var(--primary);font-weight:600;font-size:.9rem;white-space:nowrap;flex-shrink:0;min-width:80px}._emptyState_1cypi_451{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;color:var(--secondary)}._emptyState_1cypi_451 h2{margin-bottom:.5rem;color:var(--foreground)}._headerRight_1cypi_466{display:flex;align-items:center;gap:1rem}._goLiveBtn_1cypi_472{padding:.875rem 2rem;font-size:1.1rem;font-weight:700;border:none;border-radius:12px;background:linear-gradient(135deg,#e94560,#ff6b6b,#feca57);color:#fff;cursor:pointer;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 15px #e9456066;text-shadow:0 1px 2px rgba(0,0,0,.2)}._goLiveBtn_1cypi_472:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #e9456080}._goLiveBtn_1cypi_472:disabled{opacity:.7;cursor:not-allowed}._liveIndicator_1cypi_496{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#e945601a;border-radius:20px;font-weight:600;color:#e94560;animation:_pulse_1cypi_1 2s ease-in-out infinite}@keyframes _pulse_1cypi_1{0%,to{opacity:1}50%{opacity:.7}}._shareBtn_1cypi_520{padding:.5rem 1rem;font-size:.9rem;border:1px solid var(--border);border-radius:8px;background:var(--bg-primary);color:var(--text-primary);cursor:pointer;transition:background .2s}._shareBtn_1cypi_520:hover{background:var(--bg-tertiary)}._endLiveBtn_1cypi_535{padding:.5rem 1rem;font-size:.9rem;border:1px solid var(--error);border-radius:8px;background:var(--bg-primary);color:var(--error);cursor:pointer;transition:background .2s,color .2s}._endLiveBtn_1cypi_535:hover{background:var(--error);color:#fff}._guestIndicator_1cypi_551{padding:.5rem 1rem;background:#0070f31a;border-radius:20px;font-weight:500;color:#0070f3;font-size:.9rem}._qrOverlay_1cypi_561{position:fixed;inset:0;background:#000000b3;display:flex;justify-content:center;align-items:center;z-index:100;animation:_fadeIn_1cypi_1 .2s ease}@keyframes _fadeIn_1cypi_1{0%{opacity:0}to{opacity:1}}._qrModal_1cypi_582{background:var(--bg-primary);border-radius:16px;padding:2rem;text-align:center;max-width:360px;color:var(--text-primary);box-shadow:0 20px 40px #0000004d;animation:_scaleIn_1cypi_1 .2s ease}@keyframes _scaleIn_1cypi_1{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}._qrModal_1cypi_582 h2{margin:0 0 1.5rem;font-size:1.5rem;color:var(--foreground)}._qrUrl_1cypi_611{margin:1rem 0;font-size:.9rem;color:var(--secondary);word-break:break-all}._qrCloseBtn_1cypi_636{width:100%;padding:.75rem;font-size:1rem;border:none;border-radius:8px;background:var(--bg-tertiary);color:var(--text-primary);cursor:pointer;transition:background .2s}._qrCloseBtn_1cypi_636:hover{background:var(--bg-secondary)}._viewportSelector_1cypi_652{display:flex;gap:.5rem;justify-content:center;margin-bottom:1rem}._viewportBtn_1cypi_659{padding:.5rem .75rem;font-size:.85rem;border:1px solid #ddd;border-radius:6px;background:#f9f9f9;cursor:pointer;transition:all .2s}._viewportBtn_1cypi_659:hover{background:#e9e9e9;border-color:var(--primary)}._viewportBtnActive_1cypi_674{background:var(--primary, #0070f3);color:#fff;border-color:var(--primary, #0070f3)}._viewportBtnActive_1cypi_674:hover{background:var(--primary, #0070f3)}._qrCopyBtn_1cypi_618{width:100%;padding:.75rem;margin-bottom:.5rem;font-size:1rem;font-weight:500;border:1px solid var(--border);border-radius:8px;background:var(--bg-primary);color:var(--text-primary);cursor:pointer;transition:background .2s}._qrCopyBtn_1cypi_618:hover{background:var(--bg-tertiary)}._presenterSection_1cypi_702{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border);width:100%}._presenterLabel_1cypi_709{display:block;font-weight:600;margin-bottom:.5rem;color:var(--text-primary)}._presenterUrl_1cypi_716{font-size:.8rem;color:var(--text-secondary, #666);word-break:break-all;margin-bottom:.5rem}@media(max-width:768px){._header_1cypi_9{flex-direction:column;gap:.75rem;padding:.75rem}._headerLeft_1cypi_21,._headerRight_1cypi_466{width:100%;justify-content:space-between}._layout_1cypi_43{flex-direction:column}._sidebar_1cypi_49{width:100%;height:auto;max-height:40vh;border-right:none;border-bottom:1px solid var(--border)}._sidebarCollapsed_1cypi_59{width:100%;height:48px;max-height:48px}._sidebarToggle_1cypi_82{top:.5rem;right:.5rem}._mainContent_1cypi_89{flex:1;min-height:50vh}._songHeader_1cypi_313{flex-direction:column;gap:1rem}._controls_1cypi_323{flex-wrap:wrap;gap:.5rem}}._container_126xu_1{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:2rem;background:var(--background)}._card_126xu_11{width:100%;max-width:400px;padding:2rem;border-radius:12px;background:var(--card-bg, #ffffff);box-shadow:0 4px 6px #0000001a;text-align:center}._title_126xu_21{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}._subtitle_126xu_27{color:#666;margin-bottom:2rem}._error_126xu_32{background-color:#ffebee;color:#c62828;padding:.75rem;border-radius:4px;margin-bottom:1rem;font-size:.875rem}._form_126xu_41{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}._inputGroup_126xu_48{text-align:left}._label_126xu_52{display:block;font-size:.875rem;margin-bottom:.25rem;color:#333}._input_126xu_48{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem}._submitButton_126xu_67{background-color:#0070f3;color:#fff;padding:.75rem;border:none;border-radius:4px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s}._submitButton_126xu_67:hover{background-color:#0051a2}._submitButton_126xu_67:disabled{background-color:#ccc;cursor:not-allowed}._divider_126xu_88{display:flex;align-items:center;margin:1.5rem 0;color:#888;font-size:.875rem}._divider_126xu_88:before,._divider_126xu_88:after{content:"";flex:1;border-bottom:1px solid #eee}._divider_126xu_88:before{margin-right:.5rem}._divider_126xu_88:after{margin-left:.5rem}._socialButtons_126xu_111{display:flex;flex-direction:column;gap:.75rem}._socialButton_126xu_111{display:flex;align-items:center;justify-content:center;padding:.75rem;border:1px solid #ddd;border-radius:4px;background:#fff;font-size:.9rem;cursor:pointer;transition:background-color .2s}._socialButton_126xu_111:hover{background-color:#f9f9f9}._toggleText_126xu_134{margin-top:1.5rem;font-size:.875rem;color:#666}._link_126xu_140{color:#0070f3;background:none;border:none;padding:0;font:inherit;cursor:pointer;text-decoration:underline}._container_1bsa7_1{max-width:1200px;margin:0 auto;padding:2rem}._header_1bsa7_7{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}._title_1bsa7_14{font-size:2rem;font-weight:700}._welcome_1bsa7_19{color:#666}._grid_1bsa7_23{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}._section_1bsa7_29{background:var(--card-bg, #ffffff);padding:1.5rem;border-radius:12px;box-shadow:0 2px 4px #0000000d}._sectionHeader_1bsa7_36{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}._sectionTitle_1bsa7_43{font-size:1.25rem;font-weight:600}._link_1bsa7_48{color:#0070f3;text-decoration:none;font-size:.9rem}._link_1bsa7_48:hover{text-decoration:underline}._songList_1bsa7_58{list-style:none;padding:0;margin:0}._songItem_1bsa7_64{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #eee}._songItem_1bsa7_64:last-child{border-bottom:none}._songTitle_1bsa7_76{font-weight:500;margin-bottom:.25rem}._songMeta_1bsa7_81{font-size:.8rem;color:#666}._actions_1bsa7_86{display:flex;gap:.5rem}._button_1bsa7_91{padding:.5rem 1rem;background-color:#0070f3;color:#fff;border:none;border-radius:4px;text-decoration:none;font-size:.9rem;cursor:pointer}._button_1bsa7_91:hover{background-color:#0051a2}._heroAction_1bsa7_106{margin-bottom:2rem;display:flex;justify-content:center}._startSessionButton_1bsa7_112{display:flex;align-items:center;gap:1.5rem;padding:1.5rem 3rem;background:linear-gradient(135deg,var(--primary) 0%,var(--accent) 100%);color:#fff;border-radius:16px;text-decoration:none;transition:transform .2s,box-shadow .2s;box-shadow:0 10px 30px #0070f333}._startSessionButton_1bsa7_112:hover{transform:translateY(-2px);box-shadow:0 15px 40px #0070f34d}._playIcon_1bsa7_130{font-size:2.5rem}._buttonTitle_1bsa7_134{display:block;font-size:1.5rem;font-weight:700;line-height:1.2}._buttonSubtitle_1bsa7_141{display:block;font-size:.9rem;opacity:.9}._headerActions_1bsa7_147{display:flex;gap:.75rem;align-items:center}._logoutButton_1bsa7_153{padding:.5rem 1rem;background:transparent;border:1px solid #ddd;border-radius:8px;font-size:.9rem;color:#666;cursor:pointer;transition:all .2s}._logoutButton_1bsa7_153:hover{background:#f5f5f5;color:#333;border-color:#ccc}._main_6shly_1{min-height:100vh;display:flex;flex-direction:column;align-items:center;padding:2rem;background:linear-gradient(135deg,#1a1a2e,#16213e,#0f3460);color:#fff}._hero_6shly_11{max-width:800px;text-align:center;padding:4rem 2rem;margin-bottom:4rem}._title_6shly_18{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}._brand_6shly_25{font-size:4rem;font-weight:800;background:linear-gradient(120deg,#e94560,#ff6b6b,#feca57);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._tagline_6shly_34{font-size:1.5rem;font-weight:400;color:#a0a0b0}._description_6shly_40{font-size:1.25rem;color:#c0c0d0;line-height:1.6;margin-bottom:2rem}._cta_6shly_47{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}._primaryButton_6shly_54{padding:1rem 2rem;font-size:1.1rem;font-weight:600;border:none;border-radius:12px;background:linear-gradient(135deg,#e94560,#ff6b6b);color:#fff;cursor:pointer;text-decoration:none;transition:transform .2s,box-shadow .2s}._primaryButton_6shly_54:hover{transform:translateY(-2px);box-shadow:0 8px 25px #e9456066}._secondaryButton_6shly_72{padding:1rem 2rem;font-size:1.1rem;font-weight:600;border:2px solid #e94560;border-radius:12px;background:transparent;color:#e94560;cursor:pointer;text-decoration:none;transition:background-color .2s,color .2s}._secondaryButton_6shly_72:hover{background:#e94560;color:#fff}._loading_6shly_90{padding:1rem 2rem;font-size:1.1rem;color:#a0a0b0}._features_6shly_96{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;max-width:1000px;width:100%;padding:2rem}._feature_6shly_96{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2rem;text-align:center;transition:transform .2s,background-color .2s}._feature_6shly_96:hover{transform:translateY(-4px);background:#ffffff14}._featureIcon_6shly_119{font-size:2.5rem;margin-bottom:1rem}._feature_6shly_96 h3{font-size:1.25rem;margin-bottom:.5rem;color:#fff}._feature_6shly_96 p{font-size:.95rem;color:#a0a0b0;line-height:1.5}@media(max-width:600px){._brand_6shly_25{font-size:2.5rem}._tagline_6shly_34{font-size:1.1rem}._description_6shly_40{font-size:1rem}._hero_6shly_11{padding:2rem 1rem}}._guestSection_6shly_154{width:100%;display:flex;flex-direction:column;align-items:center;gap:1rem;margin-top:1.5rem}._divider_6shly_163{color:#666;font-size:.9rem}._guestButton_6shly_168{padding:.75rem 1.5rem;font-size:1rem;font-weight:500;border:1px solid rgba(255,255,255,.2);border-radius:8px;background:#ffffff0d;color:#c0c0d0;text-decoration:none;transition:all .2s}._guestButton_6shly_168:hover{background:#ffffff1a;border-color:#ffffff4d;color:#fff}._container_13qe3_1{display:grid;grid-template-columns:1fr 1fr;gap:2rem}._formColumn_13qe3_7{display:flex;flex-direction:column}._inputGroup_13qe3_12{margin-bottom:1rem}._inputGroup_13qe3_12 label{display:block;margin-bottom:.5rem}._inputField_13qe3_21{width:100%;padding:.5rem;border:1px solid #ddd;border-radius:4px}._helpText_13qe3_28{font-size:.85rem;color:#888;margin-bottom:.5rem}._textArea_13qe3_34{width:100%;padding:.5rem;font-family:monospace;border:1px solid #ddd;border-radius:4px}._errorMessage_13qe3_42{color:red;margin-bottom:1rem}._submitButton_13qe3_47{padding:.75rem 1.5rem;background:#0070f3;color:#fff;border:none;border-radius:4px;cursor:pointer}._submitButton_13qe3_47:disabled{background:#ccc;cursor:not-allowed}._previewColumn_13qe3_61{border-left:1px solid #eee;padding-left:2rem}._previewColumn_13qe3_61 h3{margin-bottom:1rem}._previewContent_13qe3_70{background:#f5f5f5;padding:1rem;border-radius:4px;min-height:400px;color:#000}._previewPlaceholder_13qe3_78{color:#888}._previewPart_13qe3_82{margin-bottom:1.5rem}._previewPartHeader_13qe3_86{text-transform:capitalize;color:#555;margin-bottom:.5rem;font-weight:700}._previewLine_13qe3_93{line-height:1.6}._chordHighlight_13qe3_98{color:#0070f3;font-weight:700;background:#e6f2ff;padding:0 2px;border-radius:3px;margin:0 1px}._container_ys5m0_1{max-width:900px;margin:0 auto;padding:2rem}._title_ys5m0_7{font-size:2rem;font-weight:700;margin-bottom:1.5rem}._tabs_ys5m0_13{display:flex;gap:.5rem;margin-bottom:1.5rem;border-bottom:1px solid var(--border);padding-bottom:.5rem}._tab_ys5m0_13{padding:.75rem 1.5rem;border:none;background:transparent;font-size:1rem;cursor:pointer;border-radius:8px 8px 0 0;transition:all .2s}._tab_ys5m0_13:hover{background:#0000000d}._activeTab_ys5m0_35{background:var(--primary);color:#fff}._content_ys5m0_40{min-height:400px}._card_ys5m0_45{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 12px #00000014}._importSection_ys5m0_52{display:flex;flex-direction:column}._label_ys5m0_58{display:block;font-weight:600;margin-bottom:.5rem}._hint_ys5m0_64{font-size:.875rem;color:var(--secondary);margin-bottom:1rem}._inputRow_ys5m0_70{display:flex;gap:1rem;margin-bottom:1rem}._input_ys5m0_70{flex:1;padding:.75rem 1rem;border:1px solid var(--border);border-radius:8px;font-size:1rem}._input_ys5m0_70:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 2px #0070f31a}._importButton_ys5m0_90{padding:.75rem 1.5rem;background:var(--primary);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:background .2s}._importButton_ys5m0_90:hover:not(:disabled){background:var(--primary-dark, #0051cc)}._importButton_ys5m0_90:disabled{opacity:.5;cursor:not-allowed}._error_ys5m0_110{padding:1rem;background:#dc26261a;color:#dc2626;border-radius:8px;margin-bottom:1rem}._preview_ys5m0_118{margin-top:2rem;padding-top:2rem;border-top:1px solid var(--border)}._preview_ys5m0_118 h3{font-size:1.5rem;margin-bottom:.5rem}._author_ys5m0_129{color:var(--secondary);margin-bottom:.25rem}._key_ys5m0_134{font-weight:600;color:var(--primary);margin-bottom:.5rem}._parts_ys5m0_140{font-size:.875rem;color:var(--secondary);margin-bottom:1.5rem}._previewLyrics_ys5m0_146{background:#f9fafb;padding:1rem;border-radius:8px;font-family:monospace;font-size:.875rem;margin-bottom:2rem;max-height:200px;overflow-y:auto}._previewPart_ys5m0_157{margin-bottom:1rem}._previewPart_ys5m0_157 strong{display:block;color:var(--primary);margin-bottom:.25rem;text-transform:capitalize}._container_1t2ze_1{padding:2rem;max-width:800px;margin:0 auto;font-family:var(--font-primary);min-height:100vh;display:flex;flex-direction:column}._header_1t2ze_11{margin-bottom:2rem;text-align:center;border-bottom:1px solid #eee;padding-bottom:1rem}._controls_1t2ze_18{display:flex;gap:1rem;justify-content:center;align-items:center;margin-top:1rem;flex-wrap:wrap}._select_1t2ze_27{padding:.5rem .75rem;border:1px solid var(--border, #ddd);border-radius:6px;background:#fff;cursor:pointer;font-size:.9rem;min-width:120px}._select_1t2ze_27:hover{border-color:var(--primary, #0070f3)}._waiting_1t2ze_41{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;color:#666;text-align:center;gap:1rem}._songTitle_1t2ze_52{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;color:#111}._songMeta_1t2ze_59{color:#666;margin-bottom:2rem}._lyrics_1t2ze_64{font-size:2rem;line-height:1.6;text-align:center;white-space:pre-wrap;padding:2rem;background:#f9f9f9;border-radius:12px;box-shadow:0 4px 12px #0000000d;transition:all .3s ease}._partLabel_1t2ze_76{font-size:.9rem;text-transform:uppercase;letter-spacing:1px;color:#888;margin-bottom:1rem;display:block}._stageMode_1t2ze_86 ._lyrics_1t2ze_64{text-align:left;font-size:1.5rem;font-family:monospace;white-space:pre;overflow-x:auto}._subtitlesMode_1t2ze_94 ._container_1t2ze_1{padding:0;max-width:100%}._subtitlesMode_1t2ze_94 ._header_1t2ze_11{display:none}._subtitlesMode_1t2ze_94 ._lyrics_1t2ze_64{background:#000;color:#fff;font-size:4vw;line-height:1.4;min-height:100vh;display:flex;flex-direction:column;justify-content:center;border-radius:0;padding:4rem}._subtitlesMode_1t2ze_94 ._partLabel_1t2ze_76{display:none}._ended_1t2ze_120{text-align:center;padding:4rem;background:#f5f5f5;border-radius:8px}._audienceMode_1t2ze_128{padding:0;max-width:100%;height:100vh;display:flex;align-items:center;justify-content:center;background:#000}._audienceMode_1t2ze_128 ._lyrics_1t2ze_64{background:transparent;color:#fff;font-size:6vw;line-height:1.3;text-align:center;padding:2rem;box-shadow:none;border-radius:0;max-width:90%}._audienceMode_1t2ze_128 ._partLabel_1t2ze_76{display:none}._instrumentMode_1t2ze_159 ._lyrics_1t2ze_64{text-align:left;font-size:1.8rem;font-family:monospace}._instrumentMode_1t2ze_159 ._nextPart_1t2ze_165{opacity:.5;margin-top:2rem;padding-top:1rem;border-top:1px dashed #ccc;font-size:1.4rem}._instrumentMode_1t2ze_159 ._nextPartLabel_1t2ze_173{font-size:.8rem;color:#888;text-transform:uppercase;margin-bottom:.5rem}._toolbar_1t2ze_181{position:fixed;bottom:1rem;left:50%;transform:translate(-50%);display:flex;gap:.5rem;align-items:center;padding:.5rem 1rem;background:#000c;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;z-index:1000;transition:opacity .3s ease,transform .3s ease}._toolbarVisible_1t2ze_197{opacity:1;transform:translate(-50%) translateY(0)}._toolbarHidden_1t2ze_202{opacity:0;transform:translate(-50%) translateY(20px);pointer-events:none}._toolbar_1t2ze_181 ._select_1t2ze_27{background:#ffffff26;color:#fff;border:1px solid rgba(255,255,255,.2);padding:.5rem .75rem;border-radius:6px;font-size:.9rem;min-width:120px}._toolbar_1t2ze_181 ._select_1t2ze_27 option{background:#333;color:#fff}._fullscreenBtn_1t2ze_223{background:#ffffff26;border:1px solid rgba(255,255,255,.2);color:#fff;padding:.5rem .75rem;border-radius:6px;cursor:pointer;font-size:.9rem;transition:background .2s}._fullscreenBtn_1t2ze_223:hover{background:#ffffff40}._audienceMode_1t2ze_128 ._header_1t2ze_11{display:none}._container_7t5lq_2{height:100vh;display:flex;flex-direction:column;background:var(--bg-primary, #121212);color:var(--text-primary, #fff)}._header_7t5lq_10{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background:var(--bg-secondary, #1e1e1e);border-bottom:1px solid var(--border, #333)}._headerLeft_7t5lq_19{display:flex;align-items:center;gap:1rem}._headerLeft_7t5lq_19 h1{font-size:1.25rem;font-weight:600;margin:0}._presenterBadge_7t5lq_31{background:linear-gradient(135deg,#6366f1,#8b5cf6);padding:.35rem .75rem;border-radius:20px;font-size:.85rem;font-weight:600}._headerRight_7t5lq_39{display:flex;align-items:center;gap:1.5rem}._liveIndicator_7t5lq_45{color:#ef4444;font-weight:600;animation:_pulse_7t5lq_1 2s infinite}@keyframes _pulse_7t5lq_1{0%,to{opacity:1}50%{opacity:.5}}._viewerLink_7t5lq_63{font-size:.85rem;color:#888}._mainLayout_7t5lq_68{display:flex;flex:1;overflow:hidden}._sidebar_7t5lq_74{width:320px;background:var(--bg-secondary, #1e1e1e);border-right:1px solid var(--border, #333);display:flex;flex-direction:column}._searchBox_7t5lq_82{padding:1rem;border-bottom:1px solid var(--border, #333)}._searchInput_7t5lq_87{width:100%;padding:.75rem 1rem;border:1px solid var(--border, #333);border-radius:8px;background:var(--bg-primary, #121212);color:var(--text-primary, #fff);font-size:.9rem}._searchInput_7t5lq_87::placeholder{color:#666}._songList_7t5lq_101{flex:1;overflow-y:auto}._songItem_7t5lq_106{display:flex;flex-direction:column;width:100%;padding:.75rem 1rem;border:none;border-bottom:1px solid var(--border, #333);background:transparent;color:var(--text-primary, #fff);cursor:pointer;text-align:left;transition:background .2s}._songItem_7t5lq_106:hover{background:#ffffff0d}._songItemActive_7t5lq_124{background:#6366f133;border-left:3px solid #6366f1}._songTitle_7t5lq_129{font-weight:500;margin-bottom:.25rem}._songAuthor_7t5lq_134{font-size:.8rem;color:#888}._liveView_7t5lq_139{flex:1;overflow-y:auto;padding:1.5rem}._songHeader_7t5lq_145{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--border, #333)}._songHeader_7t5lq_145 h2{font-size:1.5rem;margin:0}._controls_7t5lq_159{display:flex;gap:.75rem}._select_7t5lq_164{padding:.5rem .75rem;border:1px solid var(--border, #333);border-radius:6px;background:var(--bg-secondary, #1e1e1e);color:var(--text-primary, #fff);font-size:.9rem;cursor:pointer}._partsContainer_7t5lq_174{display:flex;flex-direction:column;gap:1rem}._part_7t5lq_174{padding:1rem;border-radius:8px;background:var(--bg-secondary, #1e1e1e);border:2px solid transparent;cursor:pointer;transition:all .2s}._part_7t5lq_174:hover{border-color:#6366f180}._partActive_7t5lq_193{border-color:#6366f1;background:#6366f11a}._partLabel_7t5lq_198{display:inline-block;font-size:.75rem;text-transform:uppercase;color:#6366f1;font-weight:600;margin-bottom:.5rem}._line_7t5lq_207{font-size:1.1rem;line-height:1.8}._chordLine_7t5lq_212{position:relative;padding-top:1.5rem}._chordsRow_7t5lq_217{position:absolute;top:0;left:0;height:1.5rem}._chord_7t5lq_212{position:absolute;color:#6366f1;font-weight:600;font-family:monospace}._textRow_7t5lq_231{font-family:inherit}._noSong_7t5lq_235{display:flex;align-items:center;justify-content:center;height:100%;color:#666;text-align:center}._loading_7t5lq_244,._error_7t5lq_245{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;gap:1rem;text-align:center}._error_7t5lq_245 h2{color:#ef4444}._error_7t5lq_245 a{color:#6366f1;text-decoration:underline}._layout_7t5lq_265{display:flex;flex:1;overflow:hidden}._sidebar_7t5lq_74{width:280px;background:var(--bg-secondary, #1e1e1e);border-right:1px solid var(--border, #333);display:flex;flex-direction:column}._sidebarHeader_7t5lq_279{padding:1rem;border-bottom:1px solid var(--border, #333)}._sidebarHeader_7t5lq_279 h3{margin:0;font-size:.9rem;font-weight:600}._playlistList_7t5lq_290{flex:1;overflow-y:auto}._playlistItem_7t5lq_295{display:flex;justify-content:space-between;align-items:center;width:100%;padding:.75rem 1rem;border:none;border-bottom:1px solid var(--border, #333);background:transparent;color:var(--text-primary, #fff);cursor:pointer;text-align:left;transition:background .2s}._playlistItem_7t5lq_295:hover{background:#ffffff0d}._playlistItemActive_7t5lq_314{background:#6366f133;border-left:3px solid #6366f1}._songKey_7t5lq_319{font-size:.75rem;padding:.15rem .4rem;background:#ffffff1a;border-radius:3px}._emptyPlaylist_7t5lq_326{padding:1.5rem;text-align:center;color:#666;font-size:.85rem}._main_7t5lq_68{flex:1;overflow-y:auto;padding:1.5rem}._sessionInfo_7t5lq_339{font-size:.85rem;color:#888}._sessionInfo_7t5lq_339 strong{color:#6366f1;font-family:monospace}._keyBadge_7t5lq_349{padding:.35rem .75rem;background:var(--bg-secondary, #1e1e1e);border-radius:6px;font-size:.85rem}._partsNav_7t5lq_356{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin-bottom:1.5rem}._partsNav_7t5lq_356 button{padding:.5rem 1rem;border:1px solid var(--border, #333);border-radius:6px;background:var(--bg-secondary, #1e1e1e);color:var(--text-primary, #fff);cursor:pointer;transition:background .2s}._partsNav_7t5lq_356 button:hover:not(:disabled){background:#333}._partsNav_7t5lq_356 button:disabled{opacity:.4;cursor:not-allowed}._partsGrid_7t5lq_383{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.75rem;margin-bottom:2rem}._partCard_7t5lq_390{padding:.75rem;border:2px solid var(--border, #333);border-radius:8px;background:var(--bg-secondary, #1e1e1e);color:var(--text-primary, #fff);cursor:pointer;text-align:left;transition:border-color .2s,background .2s}._partCard_7t5lq_390:hover{border-color:#6366f180}._partCardActive_7t5lq_405{border-color:#6366f1;background:#6366f11a}._partType_7t5lq_410{font-size:.7rem;text-transform:uppercase;color:#6366f1;font-weight:600;margin-bottom:.25rem}._partPreview_7t5lq_418{font-size:.75rem;color:#888;overflow:hidden}._previewLine_7t5lq_424{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._currentPart_7t5lq_430{background:var(--bg-secondary, #1e1e1e);border-radius:12px;padding:1.5rem}._currentPart_7t5lq_430 h3{font-size:.85rem;text-transform:uppercase;color:#6366f1;margin:0 0 1rem}._lyrics_7t5lq_443{font-size:1.1rem;line-height:2}._chords_7t5lq_217{color:#6366f1;font-weight:600;font-family:monospace}._chords_7t5lq_217 span{margin-right:1rem}._lyricText_7t5lq_458{margin-bottom:.5rem}._container_8en8y_1{max-width:1200px;margin:0 auto;padding:0 1rem}._header_8en8y_7{border-bottom:1px solid #eee;padding-bottom:1.5rem;margin-bottom:2rem;display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:1rem}._titleGroup_8en8y_18 h1{font-size:2.5rem;font-weight:700;line-height:1.2;margin:0}._titleGroup_8en8y_18 p{font-size:1.1rem;color:#666;margin-top:.5rem}._controls_8en8y_31{background:#f5f5f5;padding:1rem;border-radius:8px;display:flex;flex-direction:column;gap:.8rem;min-width:200px}._controlGroup_8en8y_41 label{display:block;font-size:.8rem;font-weight:700;margin-bottom:.3rem;color:#555;text-transform:uppercase}._select_8en8y_50{padding:.5rem;border-radius:4px;border:1px solid #ddd;width:100%}._content_8en8y_57{font-size:1.1rem;line-height:1.8}._part_8en8y_62{margin-bottom:2rem}._partHeader_8en8y_66{font-size:.9rem;font-weight:700;text-transform:uppercase;color:#888;margin-bottom:.8rem;letter-spacing:.05em}._linesContainer_8en8y_75{display:flex;flex-direction:column;gap:1rem}._lineWrapper_8en8y_82{line-height:2.5;display:flex;flex-wrap:wrap;align-items:flex-end}._textSegment_8en8y_89{white-space:pre-wrap}._chordSegment_8en8y_93{display:inline-flex;flex-direction:column;vertical-align:bottom;height:1.2em;position:relative;width:0;overflow:visible}._chordSymbol_8en8y_104{position:absolute;bottom:100%;left:0;font-weight:700;color:#0070f3;white-space:nowrap}:root{--bg-primary: #ffffff;--bg-secondary: #f8f9fa;--bg-tertiary: #f1f3f5;--text-primary: #171717;--text-secondary: #666666;--text-muted: #999999;--primary: #0070f3;--primary-hover: #0060df;--secondary: #666666;--accent: #7928ca;--border: #e5e7eb;--border-light: #f0f0f0;--success: #10b981;--error: #ef4444;--warning: #f59e0b;--radius: 8px;--radius-lg: 12px;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px rgba(0, 0, 0, .1);--background: var(--bg-primary);--foreground: var(--text-primary)}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){--bg-primary: #0a0a0a;--bg-secondary: #141414;--bg-tertiary: #1e1e1e;--text-primary: #ededed;--text-secondary: #a0a0a0;--text-muted: #666666;--primary: #3291ff;--primary-hover: #0070f3;--border: #2d2d2d;--border-light: #222222;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .3);--shadow-md: 0 4px 6px rgba(0, 0, 0, .4);--background: var(--bg-primary);--foreground: var(--text-primary)}}[data-theme=dark]{--bg-primary: #0a0a0a;--bg-secondary: #141414;--bg-tertiary: #1e1e1e;--text-primary: #ededed;--text-secondary: #a0a0a0;--text-muted: #666666;--primary: #3291ff;--primary-hover: #0070f3;--border: #2d2d2d;--border-light: #222222;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .3);--shadow-md: 0 4px 6px rgba(0, 0, 0, .4);--background: var(--bg-primary);--foreground: var(--text-primary)}[data-theme=light]{--bg-primary: #ffffff;--bg-secondary: #f8f9fa;--bg-tertiary: #f1f3f5;--text-primary: #171717;--text-secondary: #666666;--text-muted: #999999;--primary: #0070f3;--primary-hover: #0060df;--border: #e5e7eb;--border-light: #f0f0f0;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px rgba(0, 0, 0, .1);--background: var(--bg-primary);--foreground: var(--text-primary)}html,body{max-width:100vw;overflow-x:hidden}body{color:var(--text-primary);background:var(--bg-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5;transition:background-color .2s ease,color .2s ease}*{box-sizing:border-box;padding:0;margin:0}a{color:var(--primary);text-decoration:none;transition:color .2s ease}a:hover{text-decoration:underline}button{font-family:inherit}.container{max-width:1200px;margin:0 auto;padding:0 1rem}@media(max-width:639px){.hide-mobile{display:none!important}}@media(min-width:640px){.hide-desktop{display:none!important}}
