*{box-sizing:border-box;padding:0;margin:0}:root{--background:#ffffff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}html{height:100%}body,html{max-width:100vw;overflow-x:hidden}body{min-height:100%;display:flex;flex-direction:column;color:var(--foreground);background:var(--background);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6}.container{max-width:600px;margin:0 auto;width:100%}.error,.welcome{text-align:center;margin-bottom:2rem;padding:20px}.error h1{color:#d32f2f}@media (prefers-color-scheme:dark){.error h1{color:#ff5252}}.selector-container{position:sticky;top:0;z-index:10;padding:15px 20px;border-bottom:1px solid #ccc;margin-bottom:2rem}.selector-container,select{background-color:var(--background)}select{width:100%;padding:14px;font-size:1.2rem;border-radius:8px;border:1px solid #ccc;color:var(--foreground);cursor:pointer;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpolyline%20points%3D%226%209%2012%2015%2018%209%22%3E%3C%2Fpolyline%3E%3C%2Fsvg%3E");background-repeat:no-repeat;background-position:right 15px center;background-size:1em}.lyrics-container{padding:0 20px;font-size:1.4rem;line-height:1.8;white-space:pre-wrap;word-break:break-word}.lyrics-container h1{margin-bottom:2rem;font-size:2.2rem;text-align:center}.lyrics-container h2,.lyrics-container h3{margin-top:2rem;margin-bottom:1.2rem;color:#666}@media (prefers-color-scheme:dark){.lyrics-container h2,.lyrics-container h3{color:#aaa}}.lyrics-container p{margin-bottom:2rem}.lyrics-content{margin-bottom:5rem}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}