:root{color:#202523;background:#f3f5f2;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;--bg: #f3f5f2;--surface: #ffffff;--surface-2: #edf0ed;--surface-3: #e3e8e4;--fg: #202523;--muted: #66706b;--border: #d2d9d4;--accent: #176e55;--accent-strong: #0e523e;--accent-soft: #dceee7;--amber: #ad6c14;--amber-soft: #f7ead5;--blue: #32689a;--blue-soft: #dceaf6;--violet: #6d5194;--violet-soft: #e8def3;--rose: #98506a;--rose-soft: #f3dfe7;--danger: #a63535;--danger-soft: #f8e3e1;--shadow: 0 8px 22px rgb(28 42 35 / 8%)}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{min-width:320px}button,input,textarea,select{color:inherit;font:inherit;letter-spacing:0}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid rgb(23 110 85 / 25%);outline-offset:2px}.app-shell{display:grid;grid-template-columns:248px minmax(0,1fr);min-height:100vh}.mobile-shell-bar,.mobile-nav-backdrop{display:none}.sidebar{position:sticky;top:0;display:flex;flex-direction:column;height:100vh;overflow:hidden;background:#202724;color:#f2f5f3;border-right:1px solid #313b36}.brand{display:flex;align-items:center;gap:.7rem;min-height:66px;padding:0 1rem;border-bottom:1px solid #354039;font-size:1.05rem;font-weight:750}.brand img{width:34px;height:34px}.primary-nav{display:grid;gap:.25rem;padding:.75rem}.primary-nav a,.sidebar-songs a{display:flex;align-items:center;gap:.6rem;min-width:0;border-radius:6px;color:#c9d1cd}.primary-nav a{min-height:42px;padding:0 .7rem;font-weight:650}.primary-nav a:hover,.primary-nav a.active,.sidebar-songs a:hover,.sidebar-songs a.active{color:#fff;background:#35423c}.nav-count{margin-left:auto;color:#92a099;font-size:.78rem}.sidebar-songs{display:grid;gap:.1rem;min-height:0;padding:.25rem .75rem .75rem;overflow-y:auto}.sidebar-label{padding:.5rem .7rem;color:#8f9b95;font-size:.68rem;font-weight:750;text-transform:uppercase;letter-spacing:0}.sidebar-songs a{min-height:34px;padding:0 .65rem;font-size:.82rem}.sidebar-songs a span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-row{display:flex;align-items:center;gap:.55rem;min-height:58px;margin-top:auto;padding:.65rem .75rem;border-top:1px solid #354039}.user-row img,.avatar-fallback{width:32px;height:32px;border-radius:50%}.avatar-fallback{display:grid;place-items:center;background:var(--accent);font-weight:750}.user-name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.8rem}.workspace{min-width:0;background:var(--bg)}.page{width:min(1120px,100%);margin:0 auto;padding:2rem}.page-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.page-header h1{margin:0;font-size:1.75rem;line-height:1.15}.page-header p{margin:.3rem 0 0;color:var(--muted);font-size:.88rem}.button,.icon-button{display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent;border-radius:6px;cursor:pointer}.button{min-height:40px;gap:.45rem;padding:0 .85rem;font-weight:700}.button.small{min-height:34px;padding:0 .65rem;font-size:.8rem}.button.primary{color:#fff;background:var(--accent);border-color:var(--accent)}.button.primary:hover{background:var(--accent-strong)}.button.secondary{background:var(--surface);border-color:var(--border)}.button.secondary:hover{background:var(--surface-2)}.button:disabled,.icon-button:disabled,.button.disabled{cursor:not-allowed;opacity:.45}.icon-button{width:40px;height:40px;flex:0 0 40px;padding:0;color:var(--muted);background:transparent;border-color:transparent}.icon-button:hover{color:var(--fg);background:var(--surface-2)}.icon-button.danger,.error{color:var(--danger)}.muted,.empty-inline,.empty-state{color:var(--muted)}.empty-inline{margin:.5rem 0;font-size:.85rem}.empty-state{padding:2rem;text-align:center}.auth-screen,.page-state,.perform-state{display:grid;place-items:center;align-content:center;min-height:100vh;gap:.75rem}.auth-screen h1,.auth-screen p{margin:0}.auth-logo{width:76px;height:76px}.global-error{padding:.65rem 1rem;color:var(--danger);background:var(--danger-soft);border-bottom:1px solid #ebc6c2}.table-toolbar{display:flex;padding:.7rem;background:var(--surface-2);border:1px solid var(--border);border-bottom:0;border-radius:6px 6px 0 0}.search-input{width:min(100%,360px)}input,textarea,select{border:1px solid var(--border);border-radius:5px;background:var(--surface)}input,select{min-height:40px;padding:0 .7rem}.song-table{overflow:hidden;background:var(--surface);border:1px solid var(--border);border-radius:0 0 6px 6px}.song-table-head,.song-table-row{display:grid;grid-template-columns:minmax(240px,2fr) minmax(150px,1fr) 70px 110px;align-items:center;gap:1rem;padding:0 1rem}.song-table-head{min-height:38px;color:var(--muted);background:#fafbfa;border-bottom:1px solid var(--border);font-size:.7rem;font-weight:750;text-transform:uppercase;letter-spacing:0}.song-table-row{min-height:56px;border-bottom:1px solid #e7ebe8;font-size:.86rem}.song-table-row:last-child{border-bottom:0}.song-table-row:hover{background:#f7faf8}.song-title-cell{display:flex;align-items:center;gap:.55rem;font-weight:700}.editor-page{display:flex;flex-direction:column;min-height:100vh}.editor-toolbar,.perform-toolbar{position:sticky;top:0;z-index:10;display:flex;align-items:center;gap:.55rem;min-height:58px;padding:.5rem 1rem;background:#fffffff5;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.editor-title{display:flex;flex-direction:column;flex:1;min-width:0}.editor-title strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.editor-title span{color:var(--amber);font-size:.72rem}.editor-title .save-ok{color:var(--accent)}.metadata-band{display:grid;grid-template-columns:minmax(180px,2fr) minmax(180px,1.5fr) 100px;gap:.75rem;padding:.75rem 1rem;background:var(--surface-2);border-bottom:1px solid var(--border)}.metadata-band label{display:grid;gap:.25rem}.metadata-band label span{color:var(--muted);font-size:.68rem;font-weight:750;text-transform:uppercase;letter-spacing:0}.editor-split{display:grid;grid-template-columns:minmax(360px,1fr) minmax(420px,1.15fr);min-height:650px;border-bottom:1px solid var(--border)}.source-pane,.preview-pane{display:flex;flex-direction:column;min-width:0}.source-pane{border-right:1px solid var(--border)}.pane-heading{display:flex;align-items:center;justify-content:space-between;min-height:42px;padding:0 .85rem;background:#fafbfa;border-bottom:1px solid var(--border)}.pane-heading h2{margin:0;font-size:.82rem}.pane-heading span{color:var(--muted);font-size:.72rem}.source-pane textarea{flex:1;width:100%;min-height:600px;padding:1rem;resize:none;border:0;border-radius:0;outline:none;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:.84rem;line-height:1.55}.preview-scroll{flex:1;min-height:0;padding:1rem 1.25rem;overflow:auto;background:var(--surface)}.editor-details{display:grid;grid-template-columns:1fr 1fr;gap:1rem;padding:1rem}.detail-section,.audio-panel{min-width:0;padding:.85rem;background:var(--surface);border:1px solid var(--border);border-radius:6px}.section-title-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.65rem}.section-title-row h2{display:flex;align-items:center;gap:.45rem;margin:0;font-size:.9rem}.pin-editor{display:flex;align-items:center;flex-wrap:wrap;gap:.45rem}.pin-editor form{display:flex;gap:.35rem}.pin-editor form input{width:110px;min-height:34px}.pin-chip,.perform-pins span{display:inline-flex;align-items:center;gap:.25rem;min-height:32px;padding:0 .55rem;color:var(--accent-strong);background:var(--accent-soft);border:1px solid #b8d8ca;border-radius:5px;font-weight:800}.pin-chip button{display:grid;place-items:center;width:22px;height:22px;padding:0;color:var(--muted);background:transparent;border:0;cursor:pointer}.audio-list{display:grid;gap:.35rem}.audio-row{display:flex;align-items:center;flex-wrap:wrap;gap:.45rem;min-width:0;padding:.25rem;background:var(--surface-2);border-radius:5px}.audio-name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.82rem}.audio-size{color:var(--muted);font-size:.72rem}.audio-player{width:min(360px,100%);height:36px}.chord-sheet{font-family:ui-sans-serif,system-ui,sans-serif;font-size:calc(1rem * var(--sheet-scale, 1));line-height:1.3}.section-heading{display:flex;align-items:baseline;gap:.5rem;margin:.85rem 0 .2rem;padding:.28rem .5rem;border-left:4px solid var(--accent);background:var(--accent-soft);color:var(--accent-strong);font-size:.78em;font-weight:800;text-transform:uppercase;scroll-margin-top:80px}.section-heading small{font-size:.9em;font-weight:600;text-transform:none}.section-intro{border-left-color:var(--violet);color:var(--violet);background:var(--violet-soft)}.section-verse{border-left-color:var(--blue);color:var(--blue);background:var(--blue-soft)}.section-pre-chorus,.section-chorus,.section-post-chorus{border-left-color:var(--amber);color:#764708;background:var(--amber-soft)}.section-bridge{border-left-color:var(--rose);color:var(--rose);background:var(--rose-soft)}.section-instrumental,.section-outro{border-left-color:var(--accent);color:var(--accent-strong);background:var(--accent-soft)}.chart-line{display:flex;align-items:flex-start;flex-wrap:wrap;min-height:2.7em;margin-bottom:.08em}.segment-cell{display:inline-flex;flex-direction:column;min-width:min-content}.segment-cell.chord-only{margin-right:1.1em}.chord-row{min-height:1.25em;color:var(--accent);font-weight:800;line-height:1.15}.chord-token{display:inline-flex;align-items:center;gap:.18rem;min-height:1.2em;padding:0;color:var(--accent);background:transparent;border:0;font:inherit;font-weight:850}button.chord-token{cursor:pointer}button.chord-token:hover{color:var(--accent-strong)}.lyric-row{min-height:1.3em;white-space:pre}.chart-annotation,.chart-comment{color:var(--amber);font-size:.82em;font-style:italic}.chart-comment{margin:.25rem 0}.tab-line{margin:0;white-space:pre;font-family:SFMono-Regular,Consolas,monospace}.perform-page{display:flex;flex-direction:column;height:100vh;height:100dvh;min-height:0;background:var(--bg)}.perform-title{flex:1;min-width:0}.perform-title h1{margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:1rem}.perform-title span{color:var(--muted);font-size:.72rem}.toolbar-cluster{display:flex;align-items:center;border:1px solid var(--border);border-radius:6px}.toolbar-cluster .icon-button{width:36px;height:36px;flex-basis:36px}.toolbar-readout{min-width:34px;text-align:center;font-size:.75rem;font-weight:750}.section-nav,.perform-pins{display:flex;gap:.4rem;padding:.55rem .8rem;overflow-x:auto;background:var(--surface);border-bottom:1px solid var(--border)}.section-nav button{flex:0 0 auto;min-height:32px;padding:0 .6rem;color:var(--muted);background:var(--surface-2);border:1px solid var(--border);border-radius:5px;cursor:pointer;font-size:.75rem;text-transform:capitalize}.perform-body{flex:1;min-height:0;padding:1rem clamp(1rem,4vw,4rem);overflow:auto;background:var(--surface)}.perform-page>.audio-panel{flex:0 0 auto;border-width:1px 0 0;border-radius:0}.setlist-layout{display:grid;grid-template-columns:240px minmax(0,1fr);min-height:560px;overflow:hidden;background:var(--surface);border:1px solid var(--border);border-radius:6px}.setlist-index{padding:.5rem;background:var(--surface-2);border-right:1px solid var(--border)}.setlist-index button{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:42px;padding:0 .7rem;background:transparent;border:0;border-radius:5px;cursor:pointer;text-align:left}.setlist-index button:hover,.setlist-index button.active{background:var(--surface)}.setlist-index button small{color:var(--muted)}.setlist-editor{min-width:0;padding:1rem}.setlist-heading{display:flex;align-items:center;gap:.55rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.setlist-heading>input{flex:1;min-width:140px;border-color:transparent;font-size:1.15rem;font-weight:750}.setlist-heading>span{color:var(--muted);font-size:.72rem}.setlist-add{display:flex;gap:.5rem;padding:1rem 0}.setlist-add select{flex:1}.setlist-songs{display:grid;gap:.35rem;margin:0;padding:0;list-style:none}.setlist-songs li{display:grid;grid-template-columns:34px minmax(160px,1fr) minmax(100px,.7fr) repeat(4,40px);align-items:center;gap:.25rem;min-height:50px;padding:0 .4rem;background:var(--surface-2);border:1px solid transparent;border-radius:5px}.set-number{color:var(--muted);font-variant-numeric:tabular-nums}.set-song-name{font-weight:700}.set-song-artist{overflow:hidden;color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:.8rem}@media(max-width:1100px){.editor-split{grid-template-columns:1fr}.source-pane{border-right:0;border-bottom:1px solid var(--border)}}@media(max-width:900px){.app-shell{grid-template-columns:72px minmax(0,1fr)}.brand{justify-content:center;padding:0}.brand span,.nav-label,.sidebar-label,.sidebar-songs,.user-name,.nav-count{display:none}.primary-nav a{justify-content:center;padding:0}.user-row{flex-direction:column;padding:.5rem 0}.editor-details{grid-template-columns:1fr}.song-table-head,.song-table-row{grid-template-columns:minmax(180px,1.5fr) minmax(120px,1fr) 60px}.song-table-head span:last-child,.song-table-row span:last-child{display:none}}@media(max-width:640px){.app-shell{display:block}.mobile-shell-bar{position:sticky;top:0;z-index:40;display:flex;align-items:center;min-height:54px;padding:0 .45rem;background:var(--surface);border-bottom:1px solid var(--border)}.mobile-brand{display:flex;align-items:center;gap:.5rem;font-weight:750}.mobile-brand img{width:28px;height:28px}.sidebar{position:fixed;top:54px;left:0;z-index:35;width:min(280px,calc(100vw - 48px));height:calc(100dvh - 54px);transform:translate(-100%);transition:transform .16s ease}.nav-open .sidebar{transform:translate(0)}.mobile-nav-backdrop{position:fixed;top:54px;right:0;bottom:0;left:0;z-index:30;display:block;width:100%;padding:0;background:#141b1873;border:0}.sidebar .brand{display:none}.nav-label,.user-name,.nav-count{display:initial}.sidebar-label{display:block}.sidebar-songs{display:grid}.primary-nav a{justify-content:flex-start;padding:0 .7rem}.nav-count{margin-left:auto}.user-row{flex-direction:row;padding:.65rem .75rem}.editor-toolbar{top:54px}.page{padding:1rem}.metadata-band{grid-template-columns:1fr 90px}.metadata-band label:first-child{grid-column:1 / -1}.editor-toolbar .button.secondary,.editor-toolbar .button.primary{width:40px;padding:0;font-size:0}.perform-toolbar{flex-wrap:wrap}.perform-title{min-width:calc(100% - 100px)}.setlist-layout{grid-template-columns:1fr}.setlist-index{display:flex;overflow-x:auto;border-right:0;border-bottom:1px solid var(--border)}.setlist-index button{flex:0 0 180px}.setlist-songs li{grid-template-columns:30px minmax(0,1fr) repeat(4,36px)}.set-song-artist{display:none}.setlist-heading{flex-wrap:wrap}.song-table-head,.song-table-row{grid-template-columns:minmax(0,1fr) 50px;gap:.5rem}.song-table-head span:nth-child(2),.song-table-row span:nth-child(2),.song-table-head span:last-child,.song-table-row span:last-child{display:none}}
