:root{--bg:#fdfbf6;--card:#fff;--ink:#23201b;--line:#ede7dc;--muted:#7a7266;--alt:#f4f1e9;--accent:#ffd75e;--accent-soft:#fff3ce;--accent-ink:#7a6420;--accent-muted:#8a7a4e;--gold:#b08900;--link:#8a6a00;--danger:#b0452b;--live:#3fbf7f;--sheet:#23201b;--sheet-input:#2e2a24;--sheet-line:#4a4640;--sheet-ink:#fdfbf6;--sheet-text:#d8d2c6;--sheet-dim:#c2baac;--sheet-muted:#a79e8c;--toggle-off:#e4ded2;--font-ui:"Public Sans", system-ui, -apple-system, "Segoe UI", sans-serif;--font-lyric:"Petrona", Georgia, "Times New Roman", serif;--font-mono:ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;--lyric-size:26px;--lyric-weight:500;--radius-card:22px;--radius-row:20px;--radius-input:22px;--safe-top:env(safe-area-inset-top,0px);--safe-bottom:env(safe-area-inset-bottom,0px);--nav-height:78px;--column:560px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}[data-theme=dark]{--bg:#17161a;--card:#211f25;--ink:#f4f1ea;--line:#302d36;--muted:#9a94a4;--alt:#2a272f;--toggle-off:#3a3642;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--bg:#17161a;--card:#211f25;--ink:#f4f1ea;--line:#302d36;--muted:#9a94a4;--alt:#2a272f;--toggle-off:#3a3642;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}}[data-contrast=high]{--ink:#000;--muted:#3a352d;--lyric-weight:600}[data-theme=dark][data-contrast=high]{--ink:#fff;--muted:#cfcbd6}@media (prefers-color-scheme:dark){:root:not([data-theme=light])[data-contrast=high]{--ink:#fff;--muted:#cfcbd6}}*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;height:100%}body{background:var(--bg);min-height:100%;color:var(--ink);font-family:var(--font-ui);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-size:14px;line-height:1.45;overflow-x:hidden}#root{flex-direction:column;min-height:100dvh;display:flex}a{color:var(--link);text-decoration:none}a:hover{color:var(--ink)}input,button,textarea,select{font-family:inherit;font-size:inherit;color:inherit}button{cursor:pointer;text-align:inherit;background:0 0;border:none;margin:0;padding:0}button:disabled{cursor:default}button:focus-visible,input:focus-visible,textarea:focus-visible,[tabindex]:focus-visible{outline:2px solid var(--gold);outline-offset:2px}h1,h2,h3{font-family:var(--font-lyric);letter-spacing:-.02em;color:var(--ink);margin:0;font-weight:500}p{margin:0}ol,ul{margin:0;padding:0;list-style:none}::-webkit-scrollbar{width:0;height:0}*{scrollbar-width:none}@keyframes pulseDot{0%,to{opacity:1}50%{opacity:.35}}@keyframes floatUp{0%{opacity:0;transform:translateY(10px)scale(.85)}25%{opacity:1}to{opacity:0;transform:translateY(-56px)scale(1.15)}}@keyframes toastIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:1ms!important;animation-duration:1ms!important;animation-iteration-count:1!important}}.app{width:100%;max-width:var(--column);background:var(--bg);flex-direction:column;flex:1;min-height:100dvh;margin:0 auto;display:flex;position:relative}@media (width>=600px){.app:not(.app-wide){box-shadow:-1px 0 0 var(--line), 1px 0 0 var(--line)}}.app-wide{max-width:none}.app-body{min-height:0;padding-top:var(--safe-top);flex-direction:column;flex:1;display:flex}.page{flex-direction:column;flex:1;gap:12px;padding:14px 22px 32px;display:flex}.has-nav .page{padding-bottom:calc(var(--nav-height) + 20px + var(--safe-bottom))}.has-nav.has-livebar .page{padding-bottom:calc(var(--nav-height) + 84px + var(--safe-bottom))}.page-head{flex-direction:column;gap:4px;margin-bottom:6px;display:flex}.page-title{font-size:28px;line-height:1.15}.page-sub{color:var(--muted);font-size:13px}.back-link{color:var(--muted);align-self:flex-start;padding:4px 0;font-size:14px;font-weight:600}.back-link:hover{color:var(--ink)}.kicker{letter-spacing:.12em;text-transform:uppercase;color:var(--muted);font-size:10px;font-weight:700}.kicker-lg{letter-spacing:.1em;font-size:11px}.muted{color:var(--muted)}.small{font-size:12px}.note{color:var(--muted);font-size:11.5px;line-height:1.5}.ellipsis{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.serif{font-family:var(--font-lyric)}.stack{flex-direction:column;gap:12px;display:flex}.stack-tight{gap:8px}.between{justify-content:space-between;align-items:center;gap:10px;display:flex}.wrap{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.grow{flex:1;min-width:0}.center{text-align:center}.error-text{color:var(--danger);font-size:12px;font-weight:600}.warn-text{color:var(--gold);font-size:11.5px;line-height:1.45}.mono{font-family:var(--font-mono);letter-spacing:.04em;word-break:break-all;font-size:12.5px}.btn{white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;gap:8px;height:46px;padding:0 18px;font-size:14px;font-weight:600;transition:background-color .15s,color .15s,border-color .15s,opacity .15s;display:inline-flex}.btn-lg{height:54px;font-size:16px}.btn-md{height:48px;font-size:15px}.btn-sm{height:34px;padding:0 14px;font-size:12px;font-weight:700}.btn-xs{height:30px;padding:0 12px;font-size:11px;font-weight:700}.btn-block{width:100%}.btn-primary{background:var(--accent);color:#23201b;font-weight:700}.btn-primary:disabled{background:var(--alt);color:var(--muted)}.btn-dark{color:#fdfbf6;background:#23201b}[data-theme=dark] .btn-dark{color:#17161a;background:#f4f1ea}@media (prefers-color-scheme:dark){:root:not([data-theme=light]) .btn-dark{color:#17161a;background:#f4f1ea}}.btn-dark:disabled{opacity:.5}.btn-outline{border:1px solid var(--line);color:var(--ink);background:0 0}.btn-outline:disabled{color:var(--muted);opacity:.7}.btn-outline[aria-pressed=true],.btn-outline.on{background:var(--accent);border-color:var(--accent);color:#23201b}.btn-soft{background:var(--alt);color:var(--muted)}.btn-dashed{border:1px dashed var(--line);color:var(--muted);background:0 0;font-size:13px}.btn-ghost{color:var(--muted);background:0 0;height:auto;padding:4px 6px}.btn-ghost:hover{color:var(--ink)}.btn-danger{border:1px solid var(--line);color:var(--danger);background:0 0}.btn-round{border-radius:50%;width:52px;height:52px;padding:0;font-size:20px}.btn-round.btn-sm{width:36px;height:36px;font-size:14px}.btn-round.btn-md{width:44px;height:44px;font-size:17px}.btn-round.btn-xs{width:32px;height:32px;font-size:13px}.btn-soft-accent{background:var(--accent-soft);color:#23201b}.text-btn{color:var(--accent-ink);padding:4px 0;font-size:12px;font-weight:700}.link-btn{color:var(--link);font-weight:600;text-decoration:underline}.btn-row{gap:10px;display:flex}.btn-row>.btn{flex:1;min-width:0}.chip{background:var(--accent);color:#23201b;letter-spacing:.1em;text-transform:uppercase;white-space:nowrap;border-radius:13px;align-items:center;height:26px;padding:0 12px;font-size:11px;font-weight:700;display:inline-flex}.chip-sm{height:24px;padding:0 11px;font-size:10.5px}.filter-chip{border:1px solid var(--line);height:32px;color:var(--muted);background:0 0;border-radius:16px;padding:0 14px;font-size:12px;font-weight:600}.filter-chip[aria-pressed=true]{color:#fdfbf6;background:#23201b;border-color:#23201b}[data-theme=dark] .filter-chip[aria-pressed=true]{color:#17161a;background:#f4f1ea;border-color:#f4f1ea}@media (prefers-color-scheme:dark){:root:not([data-theme=light]) .filter-chip[aria-pressed=true]{color:#17161a;background:#f4f1ea;border-color:#f4f1ea}}.dot{background:var(--live);border-radius:50%;flex:none;width:6px;height:6px;animation:1.8s ease-in-out infinite pulseDot;display:inline-block}.dot-off{background:#c2baac;animation:none}.dot-lg{width:9px;height:9px}.card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius-card);padding:16px 18px}.card-soft{background:var(--accent-soft);border-radius:var(--radius-card);color:#23201b;border:none;padding:16px 18px}.card-dashed{border:1px dashed var(--line);border-radius:var(--radius-card);padding:14px 18px}.card-title{font-size:15px;font-weight:600}.row{border-radius:var(--radius-row);background:var(--card);border:1px solid var(--line);align-items:center;gap:10px;padding:13px 14px;display:flex}.row-picking{border-color:var(--accent)}.row-main{text-align:left;flex:1;min-width:0}.row-title{font-family:var(--font-lyric);color:var(--ink);white-space:nowrap;text-overflow:ellipsis;font-size:17px;font-weight:500;overflow:hidden}.row-sub{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;margin-top:2px;font-size:12px;overflow:hidden}.row-num{width:14px;color:var(--muted);flex:none;font-size:12px;font-weight:700}.row-live{background:var(--accent-soft);border-color:var(--accent)}.row-live .row-title,.row-live .row-sub{color:#23201b}.row-live .row-sub{color:var(--accent-muted)}.icon-btn{background:var(--alt);width:38px;height:38px;color:var(--muted);border-radius:19px;flex:none;justify-content:center;align-items:center;font-size:16px;display:inline-flex}.icon-btn[aria-pressed=true],.icon-btn.on{background:var(--accent-soft);color:var(--gold)}.icon-btn-outline{border:1px solid var(--line);color:var(--ink);background:0 0}.split-btn{border:1px solid var(--line);border-radius:19px;flex:none;align-items:center;height:38px;display:flex;overflow:hidden}.split-btn>button{height:38px;color:var(--ink);justify-content:center;align-items:center;display:flex}.split-btn>button:first-child{width:38px;font-size:15px}.split-btn>button:last-child{width:26px;color:var(--muted);font-size:10px}.split-btn>span{background:var(--line);width:1px;height:20px}.picker{border-radius:var(--radius-row);border:1px dashed var(--line);background:var(--card);flex-direction:column;gap:6px;padding:14px 16px;display:flex}.picker-item{color:var(--ink);align-items:center;gap:8px;padding:4px 0;font-size:13px;font-weight:600;display:flex}.picker-item.muted{color:var(--muted)}.picker-item .swatch{background:var(--accent);border-radius:2px;flex:none;width:5px;height:14px}.picker-item .swatch-new{background:var(--line)}.picker-item small{color:var(--muted);font-size:11px;font-weight:600}.arrows{flex-direction:column;flex:none;gap:2px;display:flex}.arrows button{border:1px solid var(--line);width:24px;height:20px;color:var(--muted);border-radius:7px;justify-content:center;align-items:center;font-size:9px;line-height:1;display:flex}.arrows button:disabled{opacity:.35}.remove-btn{width:24px;height:30px;color:var(--muted);flex:none;justify-content:center;align-items:center;font-size:15px;display:flex}.play-btn{border:1px solid var(--line);width:30px;height:30px;color:var(--ink);border-radius:15px;flex:none;justify-content:center;align-items:center;font-size:11px;display:flex}.play-btn.on{background:var(--accent);border-color:var(--accent);color:#23201b}.private-mark{letter-spacing:.08em;text-transform:uppercase;color:var(--gold);margin-left:6px;font-size:10px;font-weight:700}.empty{color:var(--muted);padding:26px 4px;font-size:14px;line-height:1.5}.field{border:1px solid var(--line);background:var(--card);width:100%;height:46px;color:var(--ink);border-radius:23px;outline:none;padding:0 16px;font-size:14px}.field::placeholder{color:var(--muted);opacity:.8}.field-serif{font-family:var(--font-lyric);font-size:16px}.field-sm{border-radius:20px;height:40px;padding:0 14px;font-size:13px}.field-area{resize:vertical;border-radius:20px;height:auto;min-height:180px;padding:14px 16px;font-size:13.5px;line-height:1.5}.field-mono{font-family:var(--font-mono);font-size:12.5px;line-height:1.55}.field-center{text-align:center}.search{background:var(--card);border:1px solid var(--line);border-radius:24px;align-items:center;gap:10px;height:48px;padding:0 16px;display:flex}.search>.glyph{color:var(--muted);font-size:15px}.search>input{min-width:0;color:var(--ink);background:0 0;border:none;outline:none;flex:1;font-size:15px}.search>input::placeholder{color:var(--muted);opacity:.8}.search>.clear{color:var(--muted);padding:0 2px;font-size:14px}.stepper{border:1px solid var(--line);border-radius:17px;flex:none;align-items:center;height:34px;display:flex;overflow:hidden}.stepper>button{width:34px;height:34px;color:var(--ink);justify-content:center;align-items:center;font-size:15px;display:flex}.stepper>button:disabled{opacity:.4}.stepper>span{text-align:center;min-width:56px;color:var(--ink);padding:0 8px;font-size:12px;font-weight:700}.stepper-lg{background:var(--card);border-radius:20px;height:40px}.stepper-lg>button{width:30px;height:40px;font-size:14px}.stepper-lg>span{min-width:46px}.toggle-row{text-align:left;border-radius:var(--radius-card);background:var(--card);border:1px solid var(--line);align-items:center;gap:14px;width:100%;padding:16px 18px;display:flex}.toggle-row:disabled{opacity:.6}.toggle-label{color:var(--ink);font-size:15px;font-weight:600;display:block}.toggle-sub{color:var(--muted);margin-top:2px;font-size:12px;display:block}.toggle-track{background:var(--toggle-off);border-radius:14px;flex:none;justify-content:flex-start;align-items:center;width:48px;height:28px;padding:3px;transition:background-color .15s;display:flex}.toggle-track.on{background:var(--accent);justify-content:flex-end}.toggle-knob{background:#fff;border-radius:11px;width:22px;height:22px;box-shadow:0 1px 3px #0000002e}.size-steps{gap:8px;display:flex}.size-step{border:1px solid var(--line);height:52px;color:var(--ink);font-family:var(--font-lyric);background:0 0;border-radius:16px;flex:1;justify-content:center;align-items:center;font-weight:600;display:flex}.size-step[aria-checked=true]{background:var(--accent);border-color:var(--accent);color:#23201b}.nav{width:100%;max-width:var(--column);padding:8px 14px calc(14px + var(--safe-bottom));background:var(--bg);border-top:1px solid var(--line);z-index:20;position:fixed;bottom:0;left:50%;transform:translate(-50%)}.nav-tabs{justify-content:space-around;align-items:center;display:flex}.nav-tab{min-width:64px;color:var(--muted);flex-direction:column;align-items:center;gap:4px;padding:8px 12px;display:flex}.nav-tab .glyph{font-size:18px;line-height:1}.nav-tab .label{letter-spacing:.04em;font-size:10px;font-weight:700}.nav-tab.active{color:var(--ink)}[data-theme=dark] .nav-tab.active{color:var(--accent)}@media (prefers-color-scheme:dark){:root:not([data-theme=light]) .nav-tab.active{color:var(--accent)}}.livebar{text-align:left;background:var(--accent-soft);color:#23201b;border-radius:24px;align-items:center;gap:12px;width:100%;margin-bottom:6px;padding:10px 14px;display:flex}.livebar-host{color:#fdfbf6;background:#23201b}.livebar-kicker{letter-spacing:.1em;text-transform:uppercase;color:var(--accent-muted);font-size:10px;font-weight:700;display:block}.livebar-host .livebar-kicker{color:#a79e8c}.livebar-title{white-space:nowrap;text-overflow:ellipsis;margin-top:1px;font-size:14px;font-weight:600;display:block;overflow:hidden}.livebar .arrow{flex:none;font-size:16px}.toast{width:calc(100% - 36px);max-width:calc(var(--column) - 36px);left:50%;bottom:calc(26px + var(--safe-bottom));color:#fdfbf6;z-index:30;background:#23201b;border-radius:20px;align-items:center;gap:12px;padding:12px 16px;animation:.18s ease-out toastIn;display:flex;position:fixed;transform:translate(-50%);box-shadow:0 12px 30px -12px #23201b80}.has-nav .toast{bottom:calc(var(--nav-height) + 16px + var(--safe-bottom))}.has-nav.has-livebar .toast{bottom:calc(var(--nav-height) + 78px + var(--safe-bottom))}.toast-icon{background:var(--accent);color:#23201b;border-radius:12px;flex:none;justify-content:center;align-items:center;width:24px;height:24px;font-size:12px;display:flex}.toast-error .toast-icon{background:#e8b4a0}.toast-text{white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;display:block;overflow:hidden}.toast-sub{color:#a79e8c;margin-top:1px;font-size:11px;display:block}.toast-action{color:var(--accent);flex:none;font-size:12px;font-weight:700}.toast-close{color:#a79e8c;flex:none;padding:0 2px;font-size:14px}.banner{background:var(--accent-soft);color:#23201b;border-radius:18px;align-items:center;gap:12px;margin-bottom:12px;padding:12px 14px;display:flex}.banner-text{flex:1;min-width:0;font-size:12px;line-height:1.45}.banner-detail{color:var(--accent-muted)}.banner .btn{flex:none;height:30px;padding:0 12px;font-size:11px;font-weight:700}.banner-bars{flex:none;align-items:flex-end;gap:3px;height:20px;display:flex}.banner-bars span{background:var(--gold);border-radius:2px;width:3px}.lyric-lines{flex-direction:column;gap:2px;display:flex}.lyric-line{flex-wrap:wrap;align-items:flex-end;display:flex}.seg{flex-direction:column;align-items:flex-start;min-width:0;max-width:100%;display:inline-flex}.lyric-chord{font-family:var(--font-ui);letter-spacing:.06em;color:var(--gold);white-space:pre;min-height:16px;padding-right:6px;font-size:12px;font-weight:700;line-height:16px}.lyric-text{white-space:pre-wrap;font-family:var(--font-lyric);font-weight:var(--lyric-weight);letter-spacing:-.01em;color:var(--ink);font-size:var(--lyric-size);text-wrap:pretty;line-height:1.42}.lyric-sm .lyric-text{font-size:17px;font-weight:400;line-height:1.5}.lyric-sm .lyric-chord{min-height:15px;font-size:11px}.lyric-xs .lyric-text{font-size:14px;line-height:1.45}.lyric-xs .lyric-chord{min-height:14px;font-size:10.5px}.section{flex-direction:column;gap:6px;display:flex}.section-list{flex-direction:column;gap:20px;display:flex}.tail,.next{flex:none;padding:0 4px}.tail{padding-bottom:8px;-webkit-mask-image:linear-gradient(#0000,#000 85%);mask-image:linear-gradient(#0000,#000 85%)}.next{padding-top:8px;padding-bottom:4px;-webkit-mask-image:linear-gradient(#000 15%,#0000);mask-image:linear-gradient(#000 15%,#0000)}.tail .kicker,.next .kicker{opacity:.5;margin-bottom:6px}.faded-line{font-family:var(--font-lyric);color:var(--ink);opacity:.34;font-size:19px;line-height:1.5}.next-btn{text-align:left;width:100%;display:block}.live{min-height:calc(100vh - var(--safe-top));min-height:calc(100dvh - var(--safe-top));flex-direction:column;flex:1;padding:10px 22px 0;display:flex}.has-nav .live{min-height:calc(100vh - var(--nav-height) - var(--safe-top) - var(--safe-bottom));min-height:calc(100dvh - var(--nav-height) - var(--safe-top) - var(--safe-bottom));padding-bottom:calc(var(--nav-height) + var(--safe-bottom))}.live-head{flex:none;justify-content:space-between;align-items:flex-start;gap:10px;padding:6px 0 14px;display:flex}.live-head-text{flex-direction:column;gap:3px;min-width:0;display:flex}.live-title{font-family:var(--font-lyric);color:var(--ink);white-space:nowrap;text-overflow:ellipsis;font-size:16px;font-weight:500;overflow:hidden}.live-status{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);align-items:center;gap:6px;font-size:11px;font-weight:600;display:flex}.live-body{flex-direction:column;flex:1;justify-content:center;gap:14px;min-height:0;padding:14px 4px 10px;display:flex}.live-actions{flex:none;justify-content:flex-end;align-items:center;gap:10px;padding:10px 0 14px;display:flex;position:relative}.floater{pointer-events:none;font-size:22px;animation:1.6s ease-out forwards floatUp;position:absolute;bottom:60px;right:78px}.peek-back{bottom:calc(var(--nav-height) + 12px + var(--safe-bottom));align-self:center;position:sticky}.host-live{padding:10px 22px calc(150px + var(--safe-bottom));flex-direction:column;flex:1;display:flex}.host-live.sheet-open{padding-bottom:0}.tiles{flex-direction:column;gap:8px;display:flex}.tile{text-align:left;border-radius:var(--radius-row);border:1px solid var(--line);background:var(--card);flex-direction:column;gap:6px;width:100%;padding:14px 16px;display:flex}.tile-label{letter-spacing:.1em;text-transform:uppercase;color:var(--muted);font-size:11px;font-weight:700}.tile-text{font-family:var(--font-lyric);color:var(--ink);-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:15px;line-height:1.4;display:-webkit-box;overflow:hidden}.tile.on{background:var(--accent);border-color:var(--accent)}.tile.on .tile-label{color:var(--accent-ink)}.tile.on .tile-text{color:#23201b}.sheet{width:100%;max-width:var(--column);padding:12px 22px calc(18px + var(--safe-bottom));background:var(--sheet);color:var(--sheet-ink);z-index:25;border-radius:28px 28px 0 0;flex-direction:column;display:flex;position:fixed;bottom:0;left:50%;transform:translate(-50%);box-shadow:0 -18px 40px -20px #23201b73}.sheet-open{height:min(78dvh,720px)}.sheet-handle{flex:none;width:100%;margin-bottom:2px;padding:8px 0 10px;display:block}.sheet-handle span{background:var(--sheet-line);border-radius:2px;width:44px;height:4px;margin:0 auto;display:block}.sheet-head{flex:none;align-items:center;gap:12px;margin-bottom:14px;display:flex}.sheet-title{min-width:0;font-family:var(--font-lyric);color:var(--sheet-ink);flex:1;font-size:20px;font-weight:500}.sheet-kicker{letter-spacing:.12em;text-transform:uppercase;color:var(--sheet-muted);font-size:10px;font-weight:700}.sheet-pos{letter-spacing:.06em;color:var(--sheet-muted);flex:none;font-size:11px;font-weight:700}.sheet-body{flex-direction:column;flex:1;gap:7px;min-height:0;display:flex;overflow-y:auto}.sheet-foot{flex:none;gap:10px;padding-top:12px;display:flex}.sheet-foot>.btn{flex:1;min-width:0}.sheet-row{background:var(--sheet-input);color:var(--sheet-ink);border-radius:19px;flex:none;align-items:center;gap:10px;padding:10px 14px;display:flex}.sheet-row.on{background:var(--accent);color:#23201b}.sheet-row.skipped{color:#6e6a60;background:#1c1a16}.sheet-row .row-num{color:var(--sheet-muted)}.sheet-row.on .row-num{color:var(--accent-ink)}.sheet-row.skipped .row-num{color:#5e594f}.sheet-row-title{text-align:left;min-width:0;color:inherit;white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:13px;font-weight:600;overflow:hidden}.sheet-row-key{letter-spacing:.04em;color:var(--sheet-muted);flex:none;font-size:10.5px;font-weight:700}.sheet-row.on .sheet-row-key{color:var(--accent-ink)}.sheet-row-mark{letter-spacing:.08em;text-transform:uppercase;color:var(--sheet-dim);flex:none;padding:4px 2px;font-size:10px;font-weight:700}.sheet-row.on .sheet-row-mark{color:var(--accent-ink)}.sheet-row.skipped .sheet-row-mark{color:var(--sheet-muted)}.sheet-row-dashed{border:1px dashed var(--sheet-line);border-radius:19px;flex:none;align-items:center;gap:8px;padding:11px 14px;display:flex}.sheet-row-dashed .kicker{color:var(--sheet-muted)}.sheet-row-dashed .title{color:var(--sheet-ink);white-space:nowrap;text-overflow:ellipsis;margin-top:2px;font-size:13px;font-weight:600;display:block;overflow:hidden}.sheet-result{background:var(--sheet-input);border-radius:19px;flex:none;align-items:center;gap:8px;padding:10px 12px;display:flex}.sheet-result .title{color:var(--sheet-ink);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;display:block;overflow:hidden}.sheet-result .sub{color:var(--sheet-muted);white-space:nowrap;text-overflow:ellipsis;margin-top:2px;font-size:10.5px;display:block;overflow:hidden}.sheet-note{color:var(--sheet-muted);flex:none;padding:4px 4px 0;font-size:10.5px;line-height:1.45}.sheet-note-lg{padding:14px 4px;font-size:12.5px;line-height:1.5}.sheet .btn-outline{border-color:var(--sheet-line);color:var(--sheet-text)}.sheet .btn-outline:disabled{color:var(--sheet-muted)}.sheet .btn-primary:disabled{background:var(--sheet-input);color:var(--muted)}.sheet .btn-end{color:#e8b4a0;background:#3a322a}.sheet .field,.sheet .search{background:var(--sheet-input);color:var(--sheet-ink);border-color:#0000}.sheet .search>input{color:var(--sheet-ink)}.sheet .field::placeholder,.sheet .search>input::placeholder{color:var(--sheet-muted)}.sheet .stepper-lg{background:var(--sheet-input);border-color:#0000}.sheet .stepper>button,.sheet .stepper>span{color:var(--sheet-ink)}.sheet .kicker{color:var(--sheet-muted)}.sheet .kicker-accent{color:var(--accent)}.sheet .preview-row{background:var(--sheet-input);border-color:#0000}.sheet .preview-row .preview-text{color:var(--sheet-text)}.sheet .warn-text{color:var(--accent)}.sheet .lyric-text{color:var(--sheet-text)}.sheet .note{color:var(--sheet-muted)}.sheet .live-title,.sheet .sheet-ink{color:var(--sheet-ink)}.sheet-strip{align-items:center;gap:12px;display:flex}.sheet-strip-text{text-align:left;flex:1;min-width:0}.sheet-strip-title{font-family:var(--font-lyric);color:var(--sheet-ink);white-space:nowrap;text-overflow:ellipsis;margin-top:3px;font-size:18px;font-weight:500;display:block;overflow:hidden}.sheet .btn-round.btn-md.btn-outline{border-color:var(--sheet-line);color:var(--sheet-ink)}.code-boxes{grid-template-columns:repeat(5,1fr);gap:10px;display:grid}.code-box{aspect-ratio:1;border:1px solid var(--line);font-family:var(--font-lyric);color:var(--ink);border-radius:16px;justify-content:center;align-items:center;font-size:28px;font-weight:600;display:flex}.code-box.filled{color:#23201b;background:#fff9e6}.code-box.active{border-color:var(--accent)}.code-entry{display:block;position:relative}.code-entry input{opacity:0;letter-spacing:1.2em;cursor:text;background:0 0;border:none;width:100%;height:100%;font-size:28px;position:absolute;inset:0}.code-field{border:1px solid var(--line);width:100%;height:56px;font-family:var(--font-lyric);letter-spacing:.1em;color:var(--ink);background:0 0;border-radius:16px;outline:none;padding:0 16px;font-size:26px;font-weight:600}.code-field.host-mode{font-size:16px}.code-field:focus,.card.host-mode{border-color:var(--accent)}.qr-card{border-radius:var(--radius-card);background:var(--accent-soft);color:#23201b;align-items:center;gap:16px;padding:18px;display:flex}.qr-img{background:#fff;border-radius:16px;flex:none;width:84px;height:84px;padding:4px}.qr-img-sm{border-radius:14px;width:72px;height:72px}.qr-img-lg{width:120px;height:120px}.qr-code{font-family:var(--font-lyric);letter-spacing:.1em;color:#23201b;font-size:34px;font-weight:600;line-height:1.1}.qr-code-sm{font-size:30px}.qr-link{color:var(--accent-muted);word-break:break-all;margin-top:4px;font-size:12px}.start{min-height:calc(100vh - var(--safe-top));min-height:calc(100dvh - var(--safe-top));flex-direction:column;flex:1;padding:36px 26px 0;display:flex}.start-brand{font-family:var(--font-lyric);letter-spacing:-.02em;color:var(--ink);font-size:42px;font-weight:500;line-height:1}.start-tag{letter-spacing:.14em;text-transform:uppercase;color:var(--muted);margin-top:10px;font-size:11px;font-weight:700}.start-body{flex-direction:column;flex:1;justify-content:center;gap:12px;min-height:0;padding:24px 0;display:flex}.start-foot{color:var(--muted);flex:none;padding:0 4px 18px;font-size:10.5px}.rejoin-code{font-family:var(--font-lyric);letter-spacing:.1em;font-size:17px}.rejoin-role{letter-spacing:.08em;text-transform:uppercase;color:var(--gold);font-size:10px;font-weight:700}.preview-list{flex-direction:column;gap:6px;max-height:150px;display:flex;overflow-y:auto}.preview-row{background:var(--card);border:1px solid var(--line);border-radius:17px;align-items:center;gap:10px;padding:8px 13px;display:flex}.preview-label{letter-spacing:.08em;text-transform:uppercase;color:var(--gold);flex:none;min-width:62px;font-size:10px;font-weight:700}.preview-text{min-width:0;font-family:var(--font-lyric);color:var(--ink);white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:12.5px;overflow:hidden}.preview-meta{white-space:nowrap;color:var(--gold);flex:none;font-size:10px;font-weight:700}.editor-meta{gap:8px;display:flex}.editor-meta>.field{flex:1;min-width:0}.editor-meta>.capo{flex:none;width:64px}.editor-area{flex:1;min-height:220px}.checkbox-row{color:var(--ink);align-items:center;gap:10px;font-size:13px;font-weight:600;display:flex}.checkbox-row input{width:18px;height:18px;accent-color:var(--gold)}.check-badge{background:var(--accent);color:#23201b;border-radius:26px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:18px;font-size:22px;display:flex}.stat-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.stat{background:var(--card);border:1px solid var(--line);border-radius:20px;padding:16px}.stat-accent{background:var(--accent-soft);color:#23201b;border-color:#0000}.stat-value{font-family:var(--font-lyric);color:inherit;font-size:30px;font-weight:600}.stat-label{color:var(--muted);margin-top:2px;font-size:11px}.stat-accent .stat-label{color:var(--accent-muted)}.projector{background:var(--bg);min-height:100dvh;color:var(--ink);flex-direction:column;flex:1;padding:24px 36px 22px;display:flex}.projector-head{flex:none;justify-content:space-between;align-items:center;gap:16px;display:flex}.projector-title{font-family:var(--font-lyric);font-size:clamp(18px,2.2vw,30px);font-weight:500}.projector-body{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:2px;min-height:0;padding:0 6vw;display:flex}.projector-line{font-family:var(--font-lyric);font-weight:var(--lyric-weight);text-wrap:pretty;font-size:clamp(28px,4.2vw,64px);line-height:1.4}.projector-chord{letter-spacing:.06em;color:var(--gold);font-size:clamp(12px,1.6vw,24px);font-weight:700}.projector .faded-line{text-align:center;font-size:clamp(18px,2.4vw,34px)}.projector-foot{flex:none;justify-content:space-between;align-items:flex-end;gap:16px;display:flex}.projector-join{align-items:center;gap:12px;display:flex}.projector-join .qr-code{letter-spacing:.12em;color:var(--ink);font-size:clamp(22px,2.6vw,40px)}.projector-join .kicker{text-align:right}.projector .chip{height:auto;padding:6px 12px;font-size:clamp(10.5px,1vw,16px)}.issue{border-radius:var(--radius-row);background:var(--card);border:1px solid var(--line);flex-direction:column;gap:6px;padding:14px 16px;display:flex}.issue-title{font-family:var(--font-lyric);color:var(--ink);font-size:17px;font-weight:500}.issue-types{letter-spacing:.06em;text-transform:uppercase;color:var(--gold);font-size:11px;font-weight:700}.issue-desc{color:var(--ink);font-size:13px;line-height:1.5}.issue-foot{justify-content:space-between;align-items:center;gap:10px;margin-top:4px;display:flex}.issue-date{color:var(--muted);font-size:11px}.check-list{flex-direction:column;gap:8px;display:flex}.check-item{border:1px solid var(--line);color:var(--ink);text-align:left;border-radius:16px;align-items:center;gap:10px;width:100%;padding:10px 14px;font-size:13px;font-weight:600;display:flex}.check-item[aria-pressed=true]{background:var(--accent-soft);border-color:var(--accent);color:#23201b}.dialog-backdrop{z-index:40;background:#23201b73;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.dialog{width:100%;max-width:var(--column);background:var(--bg);max-height:88dvh;color:var(--ink);padding:18px 22px calc(22px + var(--safe-bottom));border-radius:28px 28px 0 0;flex-direction:column;gap:12px;display:flex;overflow-y:auto}.dialog-head{justify-content:space-between;align-items:center;gap:10px;display:flex}.dialog-title{font-size:22px}.banner-offline{background:var(--accent-soft)}.loading{color:var(--muted);padding:26px 4px;font-size:13px}.hr{background:var(--line);height:1px;margin:4px 0}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}
