*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0f1117;--surface: #1a1d27;--border: #2a2d3e;--accent: #6c63ff;--accent2: #00d4aa;--text: #e2e8f0;--muted: #6b7280;--danger: #ef4444}body{background:var(--bg);color:var(--text);font-family:Segoe UI,system-ui,sans-serif;min-height:100vh;padding:2rem 1rem}.container{max-width:960px;margin:0 auto}header{text-align:center;margin-bottom:2.5rem}header h1{font-size:2rem;font-weight:700;letter-spacing:-.02em}header h1 span{color:var(--accent)}header p{color:var(--muted);margin-top:.4rem;font-size:.9rem}.drop-zone{border:2px dashed var(--border);border-radius:16px;padding:3rem 2rem;text-align:center;cursor:pointer;transition:border-color .2s,background .2s;background:var(--surface);position:relative}.drop-zone.dragover{border-color:var(--accent);background:#6c63ff14}.drop-zone input[type=file]{display:none}.drop-icon{font-size:3rem;margin-bottom:1rem;display:block}.drop-zone p{color:var(--muted);margin-bottom:1rem}.drop-zone strong{color:var(--text)}.btn{display:inline-block;padding:.6rem 1.6rem;border-radius:8px;border:none;cursor:pointer;font-size:.95rem;font-weight:600;transition:opacity .15s,transform .1s}.btn:active{transform:scale(.97)}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{opacity:.88}.btn-secondary{background:var(--border);color:var(--text)}.btn-secondary:hover{opacity:.8}.status{margin-top:1.2rem;padding:.8rem 1rem;border-radius:8px;font-size:.9rem}.status.loading{background:#6c63ff26;color:var(--accent)}.status.error{background:#ef444426;color:var(--danger)}.spinner{display:inline-block;width:14px;height:14px;border:2px solid currentColor;border-top-color:transparent;border-radius:50%;animation:spin .7s linear infinite;margin-right:.5rem;vertical-align:middle}@keyframes spin{to{transform:rotate(360deg)}}.stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:.6rem;margin-bottom:.8rem}.stat-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:.5rem .9rem}.stat-card .label{font-size:.7rem;color:var(--muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.1rem}.stat-card .value{font-size:1.15rem;font-weight:700;color:var(--accent2)}.stat-card .value.key-val{font-size:1.4rem}.stat-card .value.sig-val{font-size:1.3rem;font-family:Courier New,monospace}.section-title{font-size:.8rem;color:var(--muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.6rem}.result-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.2rem;flex-wrap:wrap;gap:.5rem}.result-header h2{font-size:1.2rem;font-weight:600}.measures-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:.75rem;margin-bottom:1.5rem;max-height:480px;overflow-y:auto;padding-right:4px}.measures-grid::-webkit-scrollbar{width:6px}.measures-grid::-webkit-scrollbar-track{background:transparent}.measures-grid::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}.measure-card{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:.75rem 1rem;transition:border-color .15s;border-left-width:3px}.measure-card:hover{border-color:var(--accent)}.measure-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.measure-num{font-size:.7rem;font-weight:700;color:var(--accent);text-transform:uppercase;letter-spacing:.07em}.measure-time{font-size:.68rem;font-family:monospace;color:var(--muted)}.measure-chords{display:flex;flex-wrap:wrap;gap:.3rem}.measure-chord-pill{display:inline-flex;align-items:center;gap:.25rem;padding:.2rem .55rem;border-radius:6px;font-size:.82rem;font-weight:700;font-family:Courier New,monospace;color:#fff}.measure-chord-pill .pill-dot{width:7px;height:7px;border-radius:50%;background:#ffffff80;flex-shrink:0}.measure-empty{font-size:.8rem;color:var(--muted);font-style:italic}.table-wrap{background:var(--surface);border:1px solid var(--border);border-radius:12px;overflow:hidden;max-height:480px;overflow-y:auto;margin-bottom:1.5rem}.table-wrap::-webkit-scrollbar{width:6px}.table-wrap::-webkit-scrollbar-track{background:transparent}.table-wrap::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}table{width:100%;border-collapse:collapse;font-size:.9rem}thead{position:sticky;top:0;background:var(--bg);z-index:1}th{padding:.75rem 1rem;text-align:left;font-size:.75rem;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);border-bottom:1px solid var(--border)}td{padding:.6rem 1rem;border-bottom:1px solid rgba(42,45,62,.5)}tr:last-child td{border-bottom:none}tr:hover td{background:#6c63ff0f}.chord-badge{display:inline-flex;align-items:center;gap:.35rem}.chord-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.chord-name{font-weight:600;font-family:Courier New,monospace;font-size:1rem}.quality-tag{font-size:.72rem;color:var(--muted);background:var(--border);padding:1px 6px;border-radius:4px}.time-val{font-family:monospace;color:var(--muted)}.dur-val{font-family:monospace}.measures-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.6rem}.view-tabs{display:flex;gap:4px}.view-tab{padding:.3rem .85rem;font-size:.75rem;font-weight:600;color:var(--muted);cursor:pointer;border:1px solid var(--border);border-radius:6px;background:none;transition:all .15s}.view-tab.active{color:var(--accent);border-color:var(--accent);background:#6c63ff1a}.view-tab:hover:not(.active){color:var(--text)}.chord-sheet{background:#f9f8f2;border-radius:12px;padding:1.2rem 1.4rem .8rem;margin-bottom:1.5rem;max-height:540px;overflow-y:auto}.chord-sheet::-webkit-scrollbar{width:6px}.chord-sheet::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}.sheet-row{display:flex;border-top:2.5px solid #2a2a2a;min-height:90px}.sheet-measure{flex:1;border-left:2.5px solid #2a2a2a;padding:6px 10px 8px;display:flex;flex-wrap:wrap;align-items:center;gap:8px;position:relative;min-width:0}.sheet-measure:last-child{border-right:2.5px solid #2a2a2a}.sheet-measure.empty-cell{background:#00000008}.sheet-mnum{position:absolute;top:3px;left:5px;font-size:.58rem;color:#bbb;font-family:monospace;line-height:1}.sheet-chord-sym{display:inline-flex;align-items:baseline;font-family:Georgia,Times New Roman,serif;color:#1a1a1a;line-height:1}.root-letter{font-size:2rem;font-weight:700}.root-accidental{font-size:.9rem;font-weight:700;vertical-align:super;line-height:0}.chord-qual{font-size:.88rem;font-weight:500;align-self:flex-end;padding-bottom:4px}.sheet-rest{font-size:1.5rem;color:#ccc;font-family:Georgia,serif;align-self:center}.bass-slash{font-size:1.1rem;font-weight:500;color:#888;padding:0 1px 4px;align-self:flex-end}.bass-root-letter{font-size:1.3rem;font-weight:700;color:#555}.bass-root-acc{font-size:.75rem;font-weight:700;color:#555;vertical-align:super;line-height:0}.on-chord-mark{font-size:.7rem;color:var(--accent2);margin-left:2px;vertical-align:super}.bass-panel{margin-top:1rem;background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:.8rem 1.2rem}.bass-panel-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.55rem}.bass-panel-label{font-size:.8rem;color:var(--muted);text-transform:uppercase;letter-spacing:.07em}.bass-panel-val{font-size:.85rem;font-weight:700;color:var(--accent2);font-family:monospace;min-width:3ch;text-align:right}.bass-slider-row{display:flex;align-items:center;gap:.6rem}.bass-slider-hint{font-size:.72rem;color:var(--muted);white-space:nowrap}input[type=range].bass-slider{flex:1;-webkit-appearance:none;height:4px;border-radius:2px;background:var(--border);outline:none;cursor:pointer}input[type=range].bass-slider::-webkit-slider-thumb{-webkit-appearance:none;width:16px;height:16px;border-radius:50%;background:var(--accent2);cursor:pointer;transition:transform .1s}input[type=range].bass-slider::-webkit-slider-thumb:hover{transform:scale(1.2)}.sheet-beat-grid{display:grid;grid-template-columns:repeat(var(--beat-cols, 4),1fr);width:100%;margin-top:14px}.sheet-beat-slot{display:flex;flex-direction:column;align-items:center;padding:4px 1px 6px;border-left:1px dashed #d0cec8;min-height:56px;overflow:hidden}.sheet-beat-slot:first-child{border-left:none}.beat-num{font-size:.58rem;color:#bbb;font-family:monospace;margin-bottom:4px;line-height:1}.beat-chord-label{font-family:Georgia,Times New Roman,serif;font-size:1.05rem;font-weight:700;color:#1a1a1a;text-align:center;line-height:1.2;word-break:break-all}.beat-chord-label.continued{color:#ccc;font-style:italic;font-weight:400}.pill-beat{font-size:.6rem;opacity:.75;font-family:monospace;margin-right:2px}.lead-sheet{background:#faf9f4;border-radius:12px;padding:20px 24px 12px;margin-bottom:1.5rem;max-height:600px;overflow-y:auto;font-family:Georgia,Times New Roman,serif}.lead-sheet::-webkit-scrollbar{width:6px}.lead-sheet::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}.ls-section-header{display:flex;align-items:center;gap:6px;font-size:.68rem;font-weight:700;letter-spacing:.07em;padding:10px 0 3px;font-family:Segoe UI,system-ui,sans-serif}.ls-section-pip{width:9px;height:9px;border-radius:2px;flex-shrink:0}.ls-row{display:flex;border-top:2.5px solid #2a2a2a;min-height:110px}.ls-row:last-of-type{border-bottom:2.5px solid #2a2a2a}.ls-measure{flex:1;border-left:2.5px solid #2a2a2a;padding:5px 10px 8px;position:relative;min-width:0;display:flex;flex-direction:column;justify-content:space-between}.ls-measure:last-child{border-right:2.5px solid #2a2a2a}.ls-measure-empty{background:#00000005}.ls-mnum{font-size:.52rem;color:#c0bdb6;font-family:monospace;line-height:1;margin-bottom:2px;display:flex;gap:4px;align-items:baseline}.ls-time{font-size:.5rem;color:#d0cdc6}.ls-timesig{position:absolute;top:16px;left:-18px;font-size:1.1rem;font-weight:700;color:#2a2a2a;line-height:1.1;text-align:center;width:16px}.ls-chord-area{display:flex;flex-wrap:wrap;gap:6px 10px;align-items:flex-end;flex:1;padding:4px 0 6px}.ls-rest{font-size:1.4rem;color:#ccc;font-family:Georgia,serif}.ls-chord-sym{display:inline-flex;align-items:baseline;line-height:1;color:#1a1a1a}.ls-root{font-size:1.85rem;font-weight:700;line-height:1}.ls-acc{font-size:.82rem;font-weight:700;vertical-align:super;line-height:0;margin-right:1px}.ls-qual{font-size:.78rem;font-weight:500;align-self:flex-end;padding-bottom:3px;color:#333}.ls-bass-slash{font-size:1rem;color:#888;padding:0 1px 3px;align-self:flex-end}.ls-bass{font-size:1.1rem;font-weight:700;color:#555;align-self:flex-end;padding-bottom:2px}.ls-slash-row{display:flex;gap:4px;align-items:center;padding-bottom:2px}.ls-slash{font-size:1.15rem;color:#9a9590;font-style:italic;font-family:Georgia,serif;line-height:1;flex:1;text-align:center;-webkit-user-select:none;user-select:none}.measures-section-header{grid-column:1 / -1;font-size:.72rem;font-weight:700;letter-spacing:.06em;display:flex;align-items:center;gap:6px;padding:6px 0 2px;margin-top:4px}.measures-section-pip{display:inline-block;width:10px;height:10px;border-radius:3px;flex-shrink:0}.measure-beat-grid{display:grid;grid-template-columns:repeat(var(--beat-cols, 4),1fr);margin-top:8px;border-top:1px solid var(--border);padding-top:6px}.measure-beat-slot{display:flex;flex-direction:column;align-items:center;padding:2px 1px 4px;border-left:1px dashed var(--border);min-height:44px}.measure-beat-slot:first-child{border-left:none}.measure-beat-chord{font-size:.9rem;font-weight:700;font-family:Courier New,monospace;color:var(--text);text-align:center;line-height:1.2}.measure-beat-chord.continued{color:var(--muted);font-style:italic;font-weight:400}.section-badge{font-size:.62rem;font-weight:700;padding:1px 6px;border-radius:4px;color:#fff;letter-spacing:.03em}.sheet-section-header{background:transparent;padding:10px 4px 2px;font-size:.72rem;font-weight:700;letter-spacing:.06em;display:flex;align-items:center;gap:6px}.sheet-section-pip{display:inline-block;width:10px;height:10px;border-radius:3px;flex-shrink:0}.library-toggle-bar{display:flex;justify-content:flex-end;margin-bottom:.8rem}.btn-library{font-size:.82rem;font-weight:600;color:var(--muted);background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:.35rem 1rem;cursor:pointer;transition:color .15s,border-color .15s}.btn-library:hover{color:var(--text);border-color:var(--accent)}.btn-library.open{color:var(--accent);border-color:var(--accent);background:#6c63ff0f}.library-panel{background:var(--surface);border:1px solid var(--border);border-radius:12px;overflow:hidden;margin-bottom:1.2rem;max-height:320px;overflow-y:auto}.library-panel::-webkit-scrollbar{width:6px}.library-panel::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}.library-empty{text-align:center;color:var(--muted);font-size:.85rem;padding:1.2rem 1rem}.library-item{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.65rem 1rem;border:none;border-bottom:1px solid rgba(42,45,62,.5);background:none;cursor:pointer;text-align:left;transition:background .12s;color:var(--text);gap:1rem}.library-item:last-child{border-bottom:none}.library-item:hover:not(:disabled){background:#6c63ff14}.library-item-disabled{opacity:.4;cursor:default}.library-item-wrapper{display:flex;align-items:stretch;border-bottom:1px solid rgba(42,45,62,.5)}.library-item-wrapper:last-child{border-bottom:none}.library-item-wrapper .library-item{flex:1;border-bottom:none}.library-item-delete{flex-shrink:0;width:2rem;border:none;background:none;color:var(--muted);font-size:1rem;cursor:pointer;transition:color .12s,background .12s;padding:0}.library-item-delete:hover{color:#ff5f5f;background:#ff5f5f14}.library-item-main{display:flex;flex-direction:column;gap:2px;min-width:0}.library-item-title{font-size:.92rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.library-item-artist{font-size:.78rem;color:var(--muted)}.library-item-meta{display:flex;flex-direction:column;align-items:flex-end;gap:2px;flex-shrink:0}.library-item-filename{font-size:.68rem;color:var(--muted);font-family:monospace;max-width:180px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.library-item-date{font-size:.68rem;color:var(--muted);font-family:monospace;white-space:nowrap}.song-meta-bar{display:flex;align-items:center;gap:.5rem;margin-top:.5rem;flex-wrap:wrap}.meta-label{font-size:.7rem;color:var(--muted);text-transform:uppercase;letter-spacing:.06em;white-space:nowrap}.meta-input{background:var(--surface);border:1px solid var(--border);border-radius:6px;color:var(--text);font-size:.88rem;padding:.25rem .65rem;outline:none;transition:border-color .15s;min-width:140px}.meta-input:focus{border-color:var(--accent);box-shadow:0 0 0 2px #6c63ff26}.meta-input::placeholder{color:var(--muted)}.ls-edit-hint{font-size:.68rem;color:#b0aba3;font-family:Segoe UI,system-ui,sans-serif;margin-bottom:8px;font-style:italic}.ls-beat-row{display:flex;flex:1;align-items:stretch;border-top:1px solid rgba(0,0,0,.08);margin-top:3px}.ls-beat-slot{flex:1;display:flex;flex-direction:column;align-items:center;padding:3px 1px;border-left:1.5px solid #d8d4cc;cursor:pointer;position:relative;min-width:0;transition:background .1s}.ls-beat-slot:first-child{border-left:none}.ls-beat-slot:hover{background:#6c63ff12}.ls-beat-num{font-size:.45rem;color:#c8c4bc;font-family:monospace;line-height:1;margin-bottom:2px;align-self:flex-start;padding-left:2px}.ls-beat-chord-wrap{flex:1;display:flex;align-items:flex-end;justify-content:center;width:100%;overflow:hidden;padding:0 1px}.ls-beat-slot .ls-root{font-size:1.25rem}.ls-beat-slot .ls-acc{font-size:.62rem}.ls-beat-slot .ls-qual{font-size:.62rem;padding-bottom:2px}.ls-beat-slot .ls-bass{font-size:.72rem;padding-bottom:1px}.ls-beat-slot .ls-bass-slash{font-size:.72rem;padding-bottom:2px}.ls-rest-sm{font-size:.95rem;color:#ccc;font-family:Georgia,serif}.ls-beat-slash{font-size:.9rem;color:#9a9590;font-style:italic;font-family:Georgia,serif;line-height:1;margin-top:2px;-webkit-user-select:none;user-select:none}.ls-beat-input{width:100%;font-family:Georgia,Times New Roman,serif;font-size:.85rem;font-weight:700;color:#1a1a1a;background:#fff;border:1.5px solid #6c63ff;border-radius:3px;padding:1px 2px;outline:none;text-align:center;box-shadow:0 0 0 2px #6c63ff26;flex:1}.ls-beat-corrected{background:#6c63ff0d}.ls-beat-corrected .ls-beat-num{color:#8b7fff}.ls-beat-corrected-mark{position:absolute;top:2px;right:2px;font-size:.5rem;color:#6c63ff;font-family:Segoe UI,system-ui,sans-serif;line-height:1}.ls-measure-corrected .ls-mnum{color:#7c6fff}.ls-measure-corrected{border-left-color:#7c6fff!important}.ls-measure-active{background:#ffd23221;border-left:3px solid #ffd232!important}.corr-badge{display:inline-block;font-size:.7rem;font-weight:600;color:#6c63ff;background:#6c63ff1f;border:1px solid rgba(108,99,255,.3);border-radius:10px;padding:1px 8px;margin-left:10px;vertical-align:middle;font-family:Segoe UI,system-ui,sans-serif}.audio-player{display:flex;align-items:center;gap:.75rem;background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:.6rem 1rem;margin-bottom:1.5rem;position:sticky;top:0;z-index:20;box-shadow:0 2px 8px #00000040}.ap-play-btn{flex-shrink:0;width:2.2rem;height:2.2rem;border:none;border-radius:50%;background:var(--accent);color:#fff;font-size:.85rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .12s}.ap-play-btn:hover{background:#5548e8}.ap-time{font-size:.78rem;font-family:monospace;color:var(--muted);white-space:nowrap;min-width:2.8rem}.ap-time-total{text-align:right}.ap-seek-wrap{position:relative;flex:1;height:20px;display:flex;align-items:center}.ap-seek-track{position:absolute;left:0;right:0;height:4px;background:var(--border);border-radius:2px;overflow:hidden;pointer-events:none}.ap-seek-fill{height:100%;background:var(--accent);transition:width .1s linear}.ap-seek{position:absolute;left:0;right:0;width:100%;opacity:0;height:20px;cursor:pointer;margin:0}.separating-box{text-align:center;background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:2rem 1rem;margin-bottom:1.5rem}.separating-box .spinner{width:28px;height:28px;border-width:3px;color:var(--accent);margin:0 0 .8rem}.separating-title{font-weight:700;color:var(--text);margin-bottom:.3rem}.separating-note{font-size:.8rem;color:var(--muted)}.stem-tabs{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:.6rem}.stem-tab{padding:.4rem .9rem;font-size:.8rem;font-weight:600;color:var(--muted);cursor:pointer;border:1px solid var(--border);border-radius:8px;background:var(--surface);transition:all .15s}.stem-tab.active{color:#fff;border-color:var(--accent);background:var(--accent)}.stem-tab:hover:not(.active){color:var(--text);border-color:var(--accent)}.audio-player--static{position:static;box-shadow:none}.analyze-panel{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.2rem;margin-top:1.2rem}.preset-list{display:flex;flex-direction:column;gap:.6rem;margin-bottom:1rem}.preset-item{display:flex;gap:.7rem;align-items:flex-start;padding:.7rem .9rem;border:1px solid var(--border);border-radius:8px;cursor:pointer;transition:all .15s}.preset-item.active{border-color:var(--accent);background:#6c63ff14}.preset-item:hover:not(.active){border-color:var(--accent)}.preset-item input{margin-top:.2rem;accent-color:var(--accent)}.preset-title{font-weight:600;color:var(--text);font-size:.9rem}.preset-desc{font-size:.76rem;color:var(--muted);margin-top:.15rem}.analyze-btn{width:100%;margin-top:.6rem;font-size:.95rem;padding:.7rem}.stem-stage{margin-top:1rem}
