.Layout_layout__oM4MU{display:flex;flex-direction:column;min-height:100vh}.Layout_header__8XhYm{background-color:var(--primary-color);color:#fff;padding:1rem 0}.Layout_header__8XhYm a{color:#fff}.Layout_headerContainer__eAYZP{display:flex;justify-content:space-between;align-items:center}.Layout_logo__Yfd0y{font-size:1.5rem;font-weight:700}.Layout_desktopNav__ysg2Z{display:none}.Layout_desktopNav__ysg2Z a{margin-left:1.5rem}.Layout_authSection__ffPSa{display:none}.Layout_authButtons__j49Z3{display:flex;gap:.5rem}.Layout_loginButton__770Ob,.Layout_registerButton__zONo5{padding:.375rem .75rem;border-radius:.25rem;border:none;font-size:.875rem;cursor:pointer;font-weight:500}.Layout_loginButton__770Ob{background-color:transparent;color:#fff;border:1px solid hsla(0,0%,100%,.5)}.Layout_loginButton__770Ob:hover{background-color:hsla(0,0%,100%,.1)}.Layout_registerButton__zONo5{background-color:#fff;color:var(--primary-color)}.Layout_registerButton__zONo5:hover{background-color:#f9fafb}.Layout_userMenu__m9XkN{display:flex;align-items:center;gap:.75rem}.Layout_username__ki7Jv{font-weight:500}.Layout_logoutButton__AteYb{background-color:transparent;color:#fff;border:1px solid hsla(0,0%,100%,.5);padding:.375rem .75rem;border-radius:.25rem;font-size:.875rem;cursor:pointer}.Layout_logoutButton__AteYb:hover{background-color:hsla(0,0%,100%,.1)}.Layout_mobileNav__1vJ3S{display:block}.Layout_mobileMenuButton__nLMRy{background-color:transparent;color:#fff;border:1px solid hsla(0,0%,100%,.5);padding:.375rem .75rem;border-radius:.25rem;font-size:.875rem;cursor:pointer}.Layout_mobileMenu__1_AFG{position:absolute;top:100%;left:0;right:0;background-color:var(--primary-color);padding:1rem;display:flex;flex-direction:column;z-index:100}.Layout_mobileMenu__1_AFG a{padding:.75rem 0;border-bottom:1px solid hsla(0,0%,100%,.1);width:100%}.Layout_mobileMenu__1_AFG a:last-child{border-bottom:none}.Layout_mobileAuthButtons__Nq9If{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem;padding-top:1rem;border-top:1px solid hsla(0,0%,100%,.1)}.Layout_mobileLoginButton__26FwA,.Layout_mobileRegisterButton__C1RUA{padding:.75rem;border-radius:.25rem;border:none;font-size:.875rem;cursor:pointer;font-weight:500;text-align:center}.Layout_mobileLoginButton__26FwA{background-color:transparent;color:#fff;border:1px solid hsla(0,0%,100%,.5)}.Layout_mobileLoginButton__26FwA:hover{background-color:hsla(0,0%,100%,.1)}.Layout_mobileRegisterButton__C1RUA{background-color:#fff;color:var(--primary-color)}.Layout_mobileRegisterButton__C1RUA:hover{background-color:#f9fafb}.Layout_mobileUsername__Wd3cZ{padding:.75rem 0;color:hsla(0,0%,100%,.8);font-size:.875rem;border-top:1px solid hsla(0,0%,100%,.1);margin-top:.5rem}.Layout_mobileLogoutButton__Bg_JP{background-color:hsla(0,0%,100%,.1);color:#fff;border:none;padding:.75rem;border-radius:.25rem;width:100%;text-align:center;margin-top:.5rem;font-size:.875rem;cursor:pointer}.Layout_main__BqQ1G{flex:1 1}.Layout_footer__3v8iv{background-color:var(--dark-gray);color:#fff;padding:2rem 0;margin-top:2rem}.Layout_footerSections__zXrip{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem}.Layout_footerHeading__YwFdF{margin-bottom:1rem;font-size:1.25rem}.Layout_footerList__mxZCJ{list-style:none;padding:0}.Layout_footerListItem__zFXUm{margin-bottom:.5rem}.Layout_footerLink__rBV0V{color:#d1d5db}.Layout_footerLink__rBV0V:hover{color:#fff}.Layout_footerBottom__CYzGn{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #4b5563;color:#9ca3af;text-align:center}@media (min-width:768px){.Layout_desktopNav__ysg2Z{display:flex}.Layout_authSection__ffPSa{display:block}.Layout_mobileNav__1vJ3S{display:none}.Layout_footerSections__zXrip{grid-template-columns:repeat(3,1fr)}}.Modal_modalOverlay__3wLnV{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000;overflow-y:auto;padding:1rem}.Modal_modalContainer__ar9yi{background-color:#fff;border-radius:.5rem;box-shadow:0 4px 6px rgba(0,0,0,.1);width:100%;max-width:500px;max-height:90vh;overflow-y:auto;position:relative}.Modal_modalHeader__VCmao{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid var(--border-color)}.Modal_modalTitle__gox_a{font-size:1.25rem;font-weight:700;margin:0}.Modal_closeButton__fg2aV{background:none;border:none;font-size:1.5rem;line-height:1;cursor:pointer;color:var(--gray)}.Modal_closeButton__fg2aV:hover{color:var(--dark-gray)}.Modal_modalContent__6NCKa{padding:1.5rem}@media (max-width:640px){.Modal_modalContainer__ar9yi{max-width:100%;max-height:100vh;border-radius:0}.Modal_modalOverlay__3wLnV{padding:0}}.AuthForm_authFormContainer__ci772{padding:1.5rem;background-color:#fff;border-radius:.25rem;max-width:400px;margin:0 auto}.AuthForm_formTitle__0d9Wi{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;text-align:center}.AuthForm_errorMessage__Fydfj{color:#ef4444;padding:.75rem;background-color:#fee2e2;border-radius:.25rem;margin-bottom:1rem}.AuthForm_formGroup__Nxe_W,.AuthForm_form__KcgsG{margin-bottom:1rem}.AuthForm_formGroup__Nxe_W label{display:block;font-weight:500;margin-bottom:.25rem}.AuthForm_formGroup__Nxe_W input{width:100%;padding:.75rem;border:1px solid var(--border-color);border-radius:.25rem;font-size:1rem}.AuthForm_formActions__x8Tih{display:flex;justify-content:space-between;margin-top:1.5rem}.AuthForm_cancelButton__FXU4u{background-color:var(--light-gray);color:var(--dark-gray);padding:.75rem 1rem;border-radius:.25rem;border:none;font-weight:500;cursor:pointer}.AuthForm_cancelButton__FXU4u:hover{background-color:#e5e7eb}.AuthForm_submitButton__oTWuP{background-color:var(--primary-color);color:#fff;padding:.75rem 1rem;border-radius:.25rem;border:none;font-weight:500;cursor:pointer}.AuthForm_submitButton__oTWuP:hover{background-color:var(--primary-hover)}.AuthForm_submitButton__oTWuP:disabled{opacity:.5;cursor:not-allowed}.AuthForm_formToggle__Lg8RO{text-align:center;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border-color)}.AuthForm_toggleButton__21hdy{background:none;border:none;color:var(--primary-color);font-weight:500;cursor:pointer;padding:0}.AuthForm_toggleButton__21hdy:hover{text-decoration:underline}.LyricsDisplay_lyricsContainer__6CPdM{margin-bottom:2rem;background-color:#fff;padding:1.5rem;border-radius:.25rem;box-shadow:0 1px 3px rgba(0,0,0,.1)}.LyricsDisplay_lyricsHeader__uZZZo{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;border-bottom:1px solid #eee;padding-bottom:.75rem}.LyricsDisplay_lyricsHeader__uZZZo h2{font-size:1.5rem;font-weight:700;margin:0}.LyricsDisplay_lyricsContent__X3y_6{line-height:1.7}.LyricsDisplay_verse____Dhi{margin-bottom:1.5rem}.LyricsDisplay_chorus__Fzo5W{background-color:#f3f4f6;padding:.75rem;border-radius:.25rem;border-left:4px solid #2563eb}.LyricsDisplay_verseSection__7iBBN{font-size:.875rem;font-weight:700;color:#6b7280;margin-bottom:.5rem}.LyricsDisplay_verseText__RfLm9{white-space:pre-line}.LyricsDisplay_lyricsLine__YjT54{padding:.125rem 0;min-height:1.5em}.LyricsDisplay_plainLyrics__CdOnS{line-height:1.7}.LyricsDisplay_annotationButton__8j_71{font-size:.875rem;background-color:#f3f4f6;padding:.25rem .75rem;border-radius:.25rem;border:none;cursor:pointer}.LyricsDisplay_annotationButton__8j_71:hover{background-color:#e5e7eb}.LyricsDisplay_lyricsFooter__j2lf3{margin-top:1.5rem;padding-top:1rem;border-top:1px solid #eee;font-size:.875rem;color:#6b7280}.RelatedSongs_relatedSongs__TZH8b{background-color:var(--light-gray);padding:1.5rem 0;margin-top:2rem}.RelatedSongs_relatedSongsGrid__p1tsS{display:grid;grid-template-columns:1fr;grid-gap:1rem;gap:1rem}.RelatedSongs_relatedSongCard__rBkH_{background-color:#fff;padding:1rem;border-radius:.25rem;box-shadow:0 1px 3px rgba(0,0,0,.1)}.RelatedSongs_songTitle__Chcyp{font-weight:600;font-size:1.125rem;margin-bottom:.25rem}.RelatedSongs_views__siSe8{font-size:.875rem;color:var(--gray)}@media (min-width:768px){.RelatedSongs_relatedSongsGrid__p1tsS{grid-template-columns:repeat(3,1fr)}}.SongPage_songHeader__Lhmak{background-color:#60a5fa;padding:1.5rem 0;color:#fff;margin-bottom:0}.SongPage_songTitle__7mKjF{font-size:1.875rem;font-weight:700;color:#fff;margin-bottom:.25rem}.SongPage_artistName__WgFuV{font-size:1.25rem;margin-top:.25rem;color:#fff}.SongPage_artistName__WgFuV a{color:#fff;text-decoration:underline}.SongPage_albumInfo__H3ox2{margin-top:.5rem;color:hsla(0,0%,100%,.9)}.SongPage_albumInfo__H3ox2 a{color:#fff;text-decoration:underline}.SongPage_songStats__DkctD{margin-top:.75rem;font-size:.875rem;color:hsla(0,0%,100%,.9)}.SongPage_statItem___p2Cv{margin-right:1rem}.SongPage_navigation__3AM5M{background-color:#fff;border-bottom:1px solid #e5e7eb;box-shadow:0 1px 2px rgba(0,0,0,.05);margin-bottom:1.5rem}.SongPage_navTabs__A0ofn{display:flex}.SongPage_navButton__fETX8{padding:.75rem 1rem;font-weight:500;background:none;border:none;color:#6b7280;cursor:pointer;transition:color .2s}.SongPage_navButton__fETX8:hover{color:#2563eb}.SongPage_activeTab__bssXl{color:#2563eb;border-bottom:2px solid #2563eb}.SongPage_mainContent__PBdgi{padding:1rem 0 2rem}.SongPage_relatedPostsSection__A6eta{margin-bottom:2rem}.SongPage_relatedPostsTitle__0pHbT{font-size:1.5rem;font-weight:700;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #e5e7eb}.SongPage_relatedPostsGrid__dutoT{display:grid;grid-gap:1rem;gap:1rem}.SongPage_relatedPostCard__c1kqj{background-color:#fff;padding:1rem;border-radius:.25rem;box-shadow:0 1px 3px rgba(0,0,0,.1);transition:box-shadow .2s ease}.SongPage_relatedPostCard__c1kqj:hover{box-shadow:0 4px 6px rgba(0,0,0,.1)}.SongPage_postTitle__4xxfm{font-weight:600;font-size:1.125rem;margin-bottom:.25rem}.SongPage_postTitle__4xxfm a{color:#2563eb;text-decoration:none}.SongPage_postTitle__4xxfm a:hover{text-decoration:underline}.SongPage_postMeta__TMY8e{font-size:.875rem;color:#6b7280}.SongPage_postAuthor__mGip8{margin-right:.5rem}.SongPage_relatedPostsEmpty__QuFE5{text-align:center;padding:2rem 0;color:#6b7280}.SongPage_createDiscussionButton__XDHPu,.SongPage_createPostButton__DBsav{display:inline-block;background-color:#2563eb;color:#fff;padding:.5rem 1rem;border-radius:.25rem;font-weight:500;text-decoration:none;margin-top:1rem}.SongPage_createDiscussionButton__XDHPu:hover,.SongPage_createPostButton__DBsav:hover{background-color:#1d4ed8;text-decoration:none}.SongPage_relatedPostsFooter__c6w_X{margin-top:1.5rem;text-align:center}.SongPage_loadingSpinner__L79qB{display:flex;justify-content:center;align-items:center;height:16rem}.SongPage_errorContainer___w3_V{text-align:center;padding:4rem 0}.SongPage_errorTitle__OBJTM{font-size:1.5rem;font-weight:700;color:#ef4444;margin-bottom:1rem}.SongPage_keywordsFooter__ljy2P{font-size:.75rem;color:#d1d5db;margin-top:2rem;margin-bottom:1rem;text-align:center}