:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--ink:#1e2527;--muted:#465153;--line:#d9d2c2;--paper:#fffdf7;--warm:#f4ead8;--clay:#a7573c;--teal:#1f6f6a;--brass:#c4953c;--charcoal:#232829;--white:#fff;--shadow:0 24px 70px #2328292e}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:#fbf7ef;margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}img{width:100%;display:block}button,input,select{font:inherit;min-width:0}.site-header{z-index:20;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fbf7efeb;border-bottom:1px solid #2328291f;justify-content:space-between;align-items:center;gap:24px;padding:14px clamp(18px,4vw,56px);display:flex;position:sticky;top:0}.brand,.nav-links,.hero-actions,.button-row,.preview-toolbar,.page-tabs{align-items:center;display:flex}.brand{letter-spacing:0;gap:10px;font-weight:800}.brand-mark{color:#fff;background:var(--teal);border-radius:8px;place-items:center;width:34px;height:34px;display:grid}.nav-links{color:#475052;gap:24px;font-size:.94rem}.header-action,.primary-button,.secondary-button,.primary-dark,.secondary-dark{cursor:pointer;border:0;border-radius:8px;justify-content:center;align-items:center;min-height:42px;font-weight:750;display:inline-flex}.header-action,.primary-button{color:#fff;background:var(--clay);padding:0 18px}.secondary-button{color:#fff;background:#ffffff24;border:1px solid #ffffff8c;padding:0 18px}.hero{padding:18px clamp(14px,2vw,28px) 0}.hero-media{background:#111;border-radius:8px;min-height:calc(100vh - 86px);position:relative;overflow:hidden}.hero-media img{object-fit:cover;height:calc(100vh - 86px);min-height:620px}.hero-media:after{content:"";background:linear-gradient(90deg,#101718d1,#1017185c 48%,#1017181a);position:absolute;inset:0}.hero-overlay{z-index:1;color:#fff;max-width:680px;position:absolute;top:50%;left:clamp(22px,7vw,92px);transform:translateY(-50%)}.eyebrow{color:var(--clay);letter-spacing:.08em;text-transform:uppercase;margin:0 0 10px;font-size:.78rem;font-weight:850}.hero-overlay .eyebrow{color:#f2c96e}h1,h2,h3,p{margin-top:0}h1{letter-spacing:0;margin-bottom:18px;font-size:clamp(3.1rem,7vw,6.6rem);line-height:.95}h2{letter-spacing:0;margin-bottom:18px;font-size:clamp(2rem,4vw,3.6rem);line-height:1.02}h3{margin-bottom:10px;font-size:1.05rem}p{color:var(--muted);line-height:1.65}.hero-overlay p:not(.eyebrow){color:#ffffffe0;max-width:590px;font-size:1.2rem}.hero-actions{flex-wrap:wrap;gap:12px;margin-top:28px}.problem-solution,.content-section,.create-panel,.app-demo{width:min(1180px,100% - 36px);margin:0 auto}.problem-solution{grid-template-columns:.8fr 1.2fr;gap:52px;padding:86px 0 48px;display:grid}.summary-grid,.output-grid,.tech-grid,.pricing-grid,.policy-grid{gap:16px;display:grid}.summary-grid{grid-template-columns:repeat(3,1fr)}.summary-grid article,.output-grid article,.tech-grid article,.pricing-grid article,.policy-grid article,.upload-card{border:1px solid var(--line);background:#fffdf7db;border-radius:8px}.summary-grid article,.output-grid article,.tech-grid article,.pricing-grid article,.policy-grid article{padding:22px}.create-panel{border:1px solid var(--line);background:var(--warm);border-radius:8px;grid-template-columns:1fr 440px;align-items:center;gap:42px;padding:56px;display:grid}.panel-copy p{max-width:640px}.upload-card{box-shadow:var(--shadow);gap:12px;padding:22px;display:grid}.upload-card article{border:1px solid var(--line);background:#fffdf8;border-radius:8px;gap:10px;padding:20px;display:grid}.upload-card article p{margin:0}.upload-card input[type=text],.upload-card select,.editor-sidebar select{text-overflow:ellipsis;background:#fff;border:1px solid #cfc6b6;border-radius:8px;width:100%;min-height:42px;padding:0 12px}.upload-card label,.editor-sidebar label{color:#4d5556;font-size:.9rem;font-weight:700}.drop-zone{text-align:center;cursor:pointer;background:#fffaf0;border:1.5px dashed #b9aa91;border-radius:8px;place-items:center;gap:8px;min-height:176px;padding:24px;display:grid}.drop-zone input{display:none}.drop-zone small{color:var(--muted)}.upload-pdf-zone{min-height:148px}.pdf-file-list{color:#4d5556;gap:7px;margin:0;padding:0;font-size:.9rem;font-weight:700;list-style:none;display:grid}.pdf-file-list li{background:#fff;border:1px solid #e4dccd;border-radius:8px;padding:8px 10px}.admin-scan-toggle{color:var(--ink);background:#f5fbf8;border:1px solid #d5e3df;border-radius:8px;align-items:flex-start;gap:10px;padding:12px;display:flex}.admin-scan-toggle input{width:18px;height:18px;accent-color:var(--teal);margin-top:2px}.admin-scan-toggle span{gap:3px;display:grid}.admin-scan-toggle strong{font-size:.92rem}.admin-scan-toggle small{color:var(--muted);font-weight:750}.processing-progress-panel{background:#f5fbf8;border:1px solid #d5e3df;border-radius:8px;grid-template-rows:auto auto auto auto minmax(0,1fr);gap:12px;min-height:356px;padding:14px;display:grid}.processing-progress-header{color:#172426;justify-content:space-between;gap:12px;font-weight:900;display:flex}.processing-progress-header span{color:var(--teal)}.processing-progress-track{background:#dbece8;border-radius:999px;flex:none;width:100%;min-width:0;height:10px;overflow:hidden}.processing-progress-track span{border-radius:inherit;background:var(--teal);height:100%;transition:width .22s;display:block}.processing-progress-panel.is-processing .processing-progress-track span{background:var(--teal)}.processing-progress-panel.is-processing li.active>span{animation:1.2s ease-in-out infinite scan-step-pulse}.processing-live-note{grid-column:1/-1;min-height:1.2em}.processing-expectations{background:#e9f4f1;border-radius:7px;gap:3px;padding:9px 11px;display:grid}.processing-progress-panel .processing-expectations p{color:#395756;grid-column:auto}@keyframes scan-progress-stripes{0%{background-position:0 0}to{background-position:42px 0}}@keyframes scan-step-pulse{0%,to{transform:scale(1);box-shadow:0 0 #d49b3547}50%{transform:scale(1.15);box-shadow:0 0 0 6px #d49b3500}}.processing-progress-panel ol{grid-template-rows:repeat(5,minmax(42px,1fr));gap:8px;margin:0;padding:0;list-style:none;display:grid}.processing-progress-panel li{color:#4d5556;grid-template-columns:12px minmax(0,1fr);align-items:center;gap:8px;min-height:42px;font-size:.9rem;font-weight:800;display:grid}.processing-progress-panel li>span{background:#cfc6b6;border-radius:999px;width:10px;height:10px}.processing-progress-panel li.complete>span{background:var(--teal)}.processing-progress-panel li.active>span{background:#d49b35}.processing-progress-panel li.blocked>span{background:#b65b45}.processing-progress-panel small,.processing-progress-panel p{color:var(--muted);grid-column:2;margin:0;font-size:.84rem;font-weight:700}.processing-progress-panel small{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.upload-icon{color:#fff;background:var(--teal);border-radius:8px;place-items:center;width:54px;height:54px;font-weight:900;display:grid}.wide{width:100%}.job-status{color:#526061;align-items:center;gap:9px;font-size:.9rem;display:flex}.job-status span{background:var(--brass);border-radius:99px;width:9px;height:9px;display:block}.job-status.running span{background:var(--teal)}.app-demo{box-shadow:var(--shadow);background:#2c302f;border:1px solid #302c27;border-radius:8px;grid-template-columns:320px 1fr;gap:0;margin-top:72px;display:grid;overflow:hidden}.editor-sidebar{color:#f7f1e8;background:#2c302f;padding:24px}.sidebar-top p,.editor-sidebar .eyebrow{color:#d8bc79}.editor-sidebar h2{margin-bottom:6px;font-size:1.45rem}.control-group{border-top:1px solid #ffffff24;padding:18px 0}.control-group h3{color:#fff}.control-group label{color:#e7e0d5;align-items:center;gap:9px;margin:9px 0;display:flex}.segmented{background:#ffffff17;border-radius:8px;grid-template-columns:1fr 1fr;gap:4px;padding:4px;display:grid}.segmented button,.page-tabs button{min-height:36px;color:inherit;cursor:pointer;background:0 0;border:0;border-radius:7px}.segmented button.active{color:#232829;background:#f4e1b4;font-weight:800}.button-row{gap:10px}.primary-dark,.secondary-dark{flex:1;padding:0 12px}.primary-dark{color:#1f2526;background:#f3c65d}.secondary-dark{color:#fff;background:0 0;border:1px solid #ffffff42}.preview-shell{background:#ead8ba;padding:28px}.preview-toolbar{justify-content:space-between;gap:16px;margin-bottom:22px}.preview-toolbar span{color:#5f615a;font-size:.92rem;display:block}.page-tabs{background:#ffffff8c;border-radius:8px;gap:4px;padding:4px}.page-tabs button{color:#4d514e;min-width:86px}.page-tabs button.active{color:#fff;background:var(--teal)}.paper-preview{color:#111;background:#fff;width:min(720px,100%);min-height:900px;margin:0 auto;padding:42px;box-shadow:0 14px 46px #312a1f38}.sheet-header{border-bottom:3px solid #111;justify-content:space-between;gap:24px;padding-bottom:18px;display:flex}.sheet-header h2{margin-bottom:4px;font-size:2rem}.sheet-header p,.sheet-section p{color:#222}.qr-code{background-color:#0000;background-image:linear-gradient(90deg,#111 10px,#0000 10px 18px,#111 18px 28px,#0000 28px 38px,#111 38px 48px,#0000 48px),linear-gradient(#111 10px,#0000 10px 18px,#111 18px 28px,#0000 28px 38px,#111 38px 48px,#0000 48px);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:54px 54px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;border:7px solid #111;flex:none;width:82px;height:82px}.sheet-section{border-bottom:1px solid #111;padding:24px 0}.sheet-section h3{text-transform:uppercase;font-size:1.05rem}.fingering-grid{grid-template-columns:repeat(4,1fr);gap:10px;display:grid}.fingering-grid div{border:1px solid #111;min-height:98px;padding:12px}.fingering-grid strong{font-size:1.7rem;display:block}.fingering-grid span{font-size:.78rem}.two-column{grid-template-columns:1fr 1fr;gap:26px;display:grid}dt{font-weight:850}dd{margin:0 0 9px}.staff{height:118px;margin-top:12px;position:relative}.staff span{background:#111;height:1px;margin:14px 0;display:block}.staff b{font-size:2.2rem;position:absolute;top:35px}.counting{font-family:Georgia,serif;font-size:1.2rem}.content-section{padding:82px 0 0}.section-heading{max-width:760px;margin-bottom:30px}.steps{grid-template-columns:repeat(3,1fr);gap:16px;padding:0;list-style:none;display:grid}.steps li{border:1px solid var(--line);background:#fffdf7;border-radius:8px;min-height:210px;padding:22px}.steps span{color:#fff;background:var(--teal);border-radius:8px;place-items:center;width:34px;height:34px;margin-bottom:26px;font-weight:900;display:grid}.steps strong{margin-bottom:8px;font-size:1.05rem;display:block}.warm-band{background:#f1e3cc;width:100%;margin-top:76px;padding:82px max(18px,50vw - 590px)}.output-grid,.tech-grid{grid-template-columns:repeat(3,1fr)}.split-section{grid-template-columns:.85fr 1.15fr;align-items:start;gap:58px;display:grid}.rule-list{gap:12px;display:grid}.rule-list p{border-left:4px solid var(--teal);background:#fffdf7;margin:0;padding:18px}.table-wrap{border:1px solid var(--line);background:#fffdf7;border-radius:8px;overflow-x:auto}table{border-collapse:collapse;width:100%;min-width:760px}th,td{text-align:left;border-bottom:1px solid var(--line);vertical-align:top;padding:16px 18px}th{color:#fff;background:#2c302f}.policy-grid{grid-template-columns:repeat(2,1fr)}.policy-grid article{gap:8px;display:grid}.policy-grid span{color:var(--muted);line-height:1.5}.tech-grid,.pricing-grid{grid-template-columns:repeat(4,1fr)}.pricing-grid article strong{color:var(--teal);margin:18px 0;font-size:1.65rem;display:block}.pricing-grid .featured{color:#fff;background:#2c302f}.pricing-grid .featured p{color:#e4ddd2}.pricing-grid .featured strong{color:#f3c65d}.site-footer{border-top:1px solid var(--line);width:min(1180px,100% - 36px);color:var(--muted);justify-content:space-between;gap:24px;margin:86px auto 0;padding:26px 0 40px;display:flex}.site-footer strong{color:var(--ink)}.saas-shell{background:#f6efe3;grid-template-columns:280px 1fr;min-height:100vh;display:grid}.saas-shell.focus-mode{grid-template-columns:minmax(0,1fr)}.saas-shell.focus-mode .saas-main{padding:20px clamp(18px,3vw,38px) 40px}.saas-shell.full-width .saas-main{padding-inline:0}.saas-shell.full-width .saas-topbar{padding-inline:clamp(14px,2vw,28px)}.saas-shell.full-width .alternative-review-only{width:100%}.saas-shell.full-width .detected-review-panel{box-shadow:none;border-left:0;border-right:0;border-radius:0}.saas-shell.focus-mode .saas-topbar{margin-bottom:16px}.saas-shell.focus-mode .saas-topbar h1{font-size:clamp(1.7rem,3vw,2.6rem)}.saas-sidebar{color:#f7f1e8;background:#2c302f;flex-direction:column;gap:28px;height:100vh;padding:24px;display:flex;position:sticky;top:0}.app-brand{color:#fff}.saas-nav{gap:8px;display:grid}.saas-nav a,.saas-nav button{color:#e7e0d5;width:100%;font:inherit;text-align:left;cursor:pointer;background:#ffffff0f;border:0;border-radius:8px;padding:12px 14px;font-weight:750}.saas-nav a:hover,.saas-nav button:hover{background:#ffffff1f}.plan-card{background:#ffffff12;border:1px solid #ffffff29;border-radius:8px;margin-top:auto;padding:18px}.plan-card span{color:#d8bc79;text-transform:uppercase;font-size:.8rem;font-weight:850}.plan-card strong{margin:6px 0;font-size:1.35rem;display:block}.plan-card p{color:#ddd3c4;margin:0;font-size:.92rem}.sidebar-support-link{color:#f7f1e8;letter-spacing:-.01em;white-space:nowrap;font-size:.85rem;font-weight:750}.sidebar-legal-links{flex-wrap:wrap;gap:8px 16px;display:flex}.sidebar-legal-links a{color:#f7f1e8;font-weight:750}.report-problem-trigger{z-index:120;color:#1f6f6a;font:inherit;cursor:pointer;background:#fffdf9;border:1px solid #d8c9b2;border-radius:999px;padding:11px 16px;font-weight:800;position:fixed;bottom:20px;right:20px;box-shadow:0 8px 28px #1c211f29}.report-problem-backdrop{z-index:1000;background:#191e1da6;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.report-problem-dialog{background:#fffdf9;border-radius:20px;width:min(620px,100%);padding:26px;box-shadow:0 24px 80px #00000047}.report-problem-dialog header{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.report-problem-dialog h2,.report-problem-dialog p{margin:0}.report-problem-dialog>p{color:var(--muted);margin-top:14px}.report-problem-dialog form{gap:10px;margin-top:20px;display:grid}.report-problem-dialog label{font-weight:800}.report-problem-dialog textarea{resize:vertical;border:1px solid var(--line);width:100%;min-height:130px;font:inherit;border-radius:10px;padding:12px}.report-problem-dialog small{color:var(--muted);margin-top:16px;display:block}.report-problem-status.sent{color:#17643d}.report-problem-status.error{color:#a33325}.saas-main{min-width:0;padding:clamp(22px,4vw,48px)}.saas-topbar,.panel-header{justify-content:space-between;align-items:center;gap:22px;display:flex}.saas-topbar{margin-bottom:28px}.saas-topbar h1,.auth-card h1{margin-bottom:0;font-size:clamp(2.1rem,5vw,4.2rem)}.metric-grid{grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:18px;display:grid}.metric-grid article,.saas-panel{border:1px solid var(--line);background:#fffdf7;border-radius:8px;box-shadow:0 16px 44px #23282914}.metric-grid article{padding:22px}.metric-grid span{color:var(--muted);text-transform:uppercase;font-size:.86rem;font-weight:800}.metric-grid strong{margin:10px 0 6px;font-size:1.8rem;display:block}.metric-grid p{margin-bottom:0}.saas-panel{margin-bottom:18px;padding:24px}.saas-panel h2{margin-bottom:8px;font-size:clamp(1.35rem,3vw,2rem)}.secondary-outline{border:1px solid var(--line);min-height:40px;color:var(--ink);background:#fff;border-radius:8px;justify-content:center;align-items:center;padding:0 14px;font-weight:800;display:inline-flex}.project-list{gap:10px;margin-top:18px;display:grid}.project-row{background:#fff;border:1px solid #e4dccd;border-radius:8px;grid-template-columns:minmax(220px,1.4fr) minmax(110px,.55fr) minmax(110px,.6fr) minmax(130px,.65fr) auto auto;align-items:center;gap:16px;padding:16px;display:grid}.project-next-action{color:#fff;background:var(--teal);white-space:nowrap;border-radius:8px;justify-content:center;align-items:center;min-height:38px;padding:0 12px;font-weight:850;display:inline-flex}.projects-empty-state{background:#fffdf8;border:1px dashed #cdbf9e;border-radius:8px;justify-items:start;gap:8px;padding:28px;display:grid}.projects-empty-state h3,.projects-empty-state p{margin:0}.project-row.is-new-scan{border-color:var(--teal);background:#effbf8;box-shadow:0 0 0 2px #1879691f}.dashboard-view-toggle{color:var(--teal);border-color:var(--teal);white-space:nowrap;background:#fff;flex:none}.dashboard-project-actions,.projects-toolbar,.project-filter-tabs,.project-card-actions{align-items:center;gap:10px;display:flex}.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}.dashboard-project-actions{flex-wrap:wrap;justify-content:flex-end}.projects-toolbar{border-top:1px solid var(--line);justify-content:space-between;margin-top:22px;padding-top:18px}.project-filter-tabs{flex-wrap:wrap}.project-filter-tabs button{border:1px solid var(--line);min-height:38px;color:var(--muted);background:#fff;border-radius:999px;padding:0 14px;font-weight:800}.project-filter-tabs button.active{border-color:var(--teal);color:var(--teal);background:#e7f4f1}.project-search input{border:1px solid var(--line);background:#fff;border-radius:8px;min-width:min(300px,72vw);min-height:42px}.project-card-list{gap:12px;margin-top:18px;display:grid}.project-card{background:#fff;border:1px solid #e4dccd;border-radius:10px;grid-template-columns:minmax(240px,1.35fr) minmax(240px,1fr) auto;align-items:center;gap:24px;padding:20px;display:grid}.project-card.is-new-scan{border-color:var(--teal);background:#effbf8;box-shadow:0 0 0 2px #1879691f}.project-card h3,.project-card p{margin:0}.project-card h3{font-size:1.1rem}.project-card p{color:var(--muted);margin-top:4px}.project-card-state strong{color:var(--ink);font-size:1rem}.project-card-actions{justify-content:flex-end}.project-card-actions .danger-outline{color:#8a5a50;background:0 0;border-color:#e7d6d1;min-height:38px;padding-inline:10px}.project-title-link{color:inherit}.project-row strong,.project-row span{display:block}.project-row small{color:#7a6f63;margin-top:3px;font-size:.78rem;font-weight:750;display:block}.project-row div span,.project-row>span{color:var(--muted);font-size:.92rem}.danger-outline{color:#8a2b1d;background:#fff8f6;border:1px solid #d8aaa0;border-radius:8px;min-height:38px;padding:0 12px;font-weight:800}.danger-outline:disabled{cursor:progress;opacity:.65}.billing-notice{color:var(--ink);margin-top:10px;font-weight:800}.test-admin-panel{justify-content:space-between;align-items:center;gap:16px;display:flex}.status-pill{text-align:center;color:#24423f;background:#dbece8;border-radius:999px;justify-self:start;min-width:102px;padding:6px 9px;font-weight:850}.status-pill.needs-review{color:#755319;background:#f6e5bd}.status-pill.processing{color:#5c4037;background:#ead7ce}.status-pill.queued{color:#4f5b20;background:#edf1c7}.status-pill.uploading{color:#355767;background:#d8eaf1}.status-pill.waiting-for-setup{color:#5f4f2f;background:#fff1c9}.status-pill.analyzing{color:#355767;background:#d8eaf1}.diagnostics-stack{gap:18px;display:grid}.diagnostics-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.diagnostic-card,.diagnostic-row{background:#fff;border:1px solid #e4dccd;border-radius:8px}.diagnostic-card{padding:18px}.diagnostic-card span{color:var(--muted);text-transform:uppercase;font-size:.78rem;font-weight:900}.diagnostic-card strong{margin:8px 0 5px;font-size:1.5rem;display:block}.diagnostic-list{gap:10px;margin-top:18px;display:grid}.diagnostic-actions{flex-wrap:wrap;gap:10px;margin-top:16px;display:flex}.diagnostic-warm-message{color:var(--muted);overflow-wrap:anywhere;margin:14px 0 0}.diagnostic-row{grid-template-columns:120px minmax(0,1fr);align-items:center;gap:14px;padding:14px;display:grid}.diagnostic-row p{overflow-wrap:anywhere;color:var(--muted);margin:4px 0 0}.admin-only-divider{color:#765813;letter-spacing:.12em;text-transform:uppercase;align-items:center;gap:12px;margin:8px 0 -4px;font-size:.76rem;font-weight:900;display:flex}.admin-only-divider:before,.admin-only-divider:after{content:"";background:#d7c38f;flex:1;height:2px}.admin-only-divider span{background:#fff7df;border:1px solid #d7c38f;border-radius:999px;padding:5px 10px}.admin-only-panel,.admin-diagnostics-panel{background:#fffaf0;border-color:#d7c38f}.admin-diagnostics-list{gap:12px;display:grid}.diagnostics-copy-button{white-space:nowrap}.admin-diagnostics-list article{background:#fff;border:1px solid #e1d1a8;border-radius:8px;gap:10px;padding:12px;display:grid}.admin-diagnostics-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.admin-diagnostics-grid span{min-width:0;color:var(--muted);background:#fffdf8;border:1px solid #ece2cb;border-radius:8px;gap:3px;padding:8px;font-size:.82rem;display:grid}.admin-diagnostics-grid strong,.admin-diagnostics-list p strong{color:var(--ink)}.admin-diagnostics-list p{color:var(--muted);overflow-wrap:anywhere;margin:0}.admin-diagnostics-list details{background:#fffdf8;border:1px solid #ece2cb;border-radius:8px}.admin-diagnostics-list summary{cursor:pointer;padding:9px 10px;font-weight:850}.admin-diagnostics-list pre{color:#273132;white-space:pre-wrap;background:#f8f3e8;border-top:1px solid #ece2cb;max-height:320px;margin:0;padding:10px;font-size:.78rem;line-height:1.45;overflow:auto}.admin-diagnostics-list ul{color:var(--muted);margin:0;padding:0 10px 10px 28px}.status-pill.diagnostic-ready{color:#24423f;background:#dbece8}.status-pill.diagnostic-warning,.status-pill.diagnostic-checking{color:#755319;background:#f6e5bd}.status-pill.diagnostic-failed{color:#8a2b1d;background:#f2d1c9}.workflow-layout{grid-template-columns:minmax(0,1fr) 380px;gap:18px;display:grid}.create-workspace{grid-template-columns:minmax(0,1fr) 360px;align-items:start;gap:18px;display:grid}.guide-start-choice{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-bottom:18px;display:grid}.guide-start-choice button,.guide-start-choice>a{color:inherit;text-align:left;cursor:pointer;background:#fff;border:1px solid #d8caa9;border-radius:10px;gap:8px;padding:18px;display:grid}.guide-start-choice .is-selected{border:2px solid var(--teal);background:#effbf8}.guide-start-choice span{color:var(--rust);letter-spacing:.08em;text-transform:uppercase;font-size:.76rem;font-weight:900}.guide-start-choice h2,.guide-start-choice p{margin:0}.guide-start-choice strong{color:var(--teal);font-size:.86rem}.guide-builder,.guide-preview-stack{gap:18px;display:grid}.wizard-steps{grid-template-columns:repeat(5,1fr);gap:10px;padding:0;list-style:none;display:grid}.wizard-steps li{min-width:0;min-height:62px;color:var(--muted);background:#fff;border:1px solid #e4dccd;border-radius:8px;align-items:center;gap:10px;padding:12px;font-size:.95rem;font-weight:850;display:flex}.wizard-steps li.active{color:var(--ink);border-color:#c9b98f}.wizard-steps span{color:#fff;background:var(--teal);border-radius:8px;flex:0 0 30px;place-items:center;width:30px;height:30px;display:grid}.builder-step{gap:16px;display:grid}.wizard-panel{align-content:start;min-height:420px}.wizard-actions{justify-content:space-between;gap:12px;display:flex}.wizard-actions .secondary-outline,.wizard-actions .primary-button{min-width:112px}.wizard-actions button:disabled{cursor:not-allowed;opacity:.48}.create-complete-actions{flex-wrap:wrap;gap:10px;display:flex}.create-complete-actions .primary-button,.create-complete-actions .secondary-outline{min-width:150px}.guide-summary-panel{position:sticky;top:18px}.guide-summary-panel dl{gap:14px;margin-top:18px;display:grid}.guide-summary-panel div{border-bottom:1px solid #e4dccd;padding-bottom:12px}.empty-summary{color:var(--muted);background:#fffaf0;border:1px dashed #cfc6b6;border-radius:8px;margin-top:18px;padding:16px}.empty-summary strong{color:var(--ink);display:block}.scan-warning-list{color:#5f4f2f;background:#fff7df;border:1px solid #dfc99a;border-radius:8px;gap:8px;padding:12px;display:grid}.scan-warning-list p{margin:0;font-size:.9rem}.tool-status-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.tool-status-grid span{color:var(--muted);background:#fff;border:1px solid #e4dccd;border-radius:8px;gap:3px;padding:10px;font-size:.8rem;display:grid}.project-detail-layout{gap:18px;display:grid}.project-detail-hero{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:18px;display:grid}.project-detail-hero dl,.project-detail-grid,.saved-parts-list{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.project-detail-hero dl,.project-detail-actions{grid-column:1/-1}.project-detail-hero dl div,.project-detail-grid article,.saved-parts-list div,.scan-result-list article{background:#fff;border:1px solid #e4dccd;border-radius:8px;min-width:0;padding:12px}.project-detail-hero dt,.project-detail-grid span{color:var(--muted);text-transform:uppercase;font-size:.78rem;font-weight:850}.project-detail-hero dd{margin:4px 0 0;font-weight:850}.project-detail-grid article{gap:6px;display:grid}.project-detail-grid p,.scan-result-list p{color:var(--muted);margin:0}.project-detail-actions{flex-wrap:wrap;gap:10px;display:flex}.saved-parts-list{grid-template-columns:repeat(3,minmax(0,1fr))}.saved-parts-list div{justify-content:space-between;gap:12px;display:flex}.scan-result-list{gap:12px;margin-top:12px;display:grid}.generated-guide-preview-panel{overflow:visible}.generated-guide-workspace{grid-template-columns:minmax(280px,350px) minmax(720px,1fr);align-items:start;gap:20px;display:grid}.instrument-guide-preview{--muted:#667072;gap:18px;min-width:0;display:grid;overflow-x:auto}.guide-editor-sidebar{gap:12px;max-height:calc(100vh - 32px);padding-right:4px;display:grid;position:sticky;top:16px;overflow-y:auto}.guide-editor-steps{gap:6px;display:grid}.guide-editor-steps button{min-height:42px;color:var(--ink);text-align:left;cursor:pointer;background:#fff;border:1px solid #d8caa9;border-radius:8px;padding:8px 12px;font-weight:800}.guide-editor-steps button.active{color:#fff;border-color:var(--teal);background:var(--teal)}.guide-final-actions{background:#edf8f5;border:1px solid #9fc8c3;border-radius:10px;gap:12px;padding:16px;display:grid}.guide-final-actions h2,.guide-final-actions p{margin:0}.guide-final-actions h2{font-size:1.25rem}.guide-final-actions .primary-button,.guide-final-actions .secondary-outline{width:100%}.guide-print-part-picker{position:relative}.guide-print-part-picker summary{min-height:42px;color:var(--ink);cursor:pointer;background:#fff;border:1px solid #9fc8c3;border-radius:8px;justify-content:space-between;align-items:center;padding:8px 11px;font-weight:850;display:flex}.guide-print-part-picker>div{background:#fff;border:1px solid #cfc6b6;border-radius:8px;gap:5px;max-height:300px;margin-top:6px;padding:8px;display:grid;overflow-y:auto}.guide-print-part-picker label{cursor:pointer;border-radius:6px;grid-template-columns:18px minmax(0,1fr);align-items:center;gap:8px;padding:7px;display:grid}.guide-print-part-picker label:hover{background:#f3eee5}.guide-print-part-picker-actions{border-bottom:1px solid #e4dccd;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;padding-bottom:5px;display:grid}.guide-print-part-picker-actions button{font:inherit;cursor:pointer;background:#fff;border:1px solid #cfc6b6;border-radius:6px;padding:7px;font-weight:800}.multi-part-print-stage{display:none}.guide-editor-sidebar .instrument-preview-toolbar,.guide-editor-sidebar .guide-note-card-filters,.guide-editor-sidebar .guide-card-size-controls,.guide-editor-sidebar .guide-source-controls,.guide-editor-sidebar .guide-preview-editor-panel,.guide-music-edit-actions{background:#fffdf8;border:1px solid #e4dccd;border-radius:8px;gap:10px;padding:12px;display:grid}.guide-editor-sidebar .instrument-preview-toolbar p,.guide-editor-sidebar .guide-note-card-filters small{max-width:none}.guide-music-size-control{color:var(--ink);gap:7px;font-size:.84rem;font-weight:800;display:grid}.guide-music-size-control input[type=range]{width:100%}.guide-music-size-control small{color:var(--muted);font-weight:650}.guide-source-step-controls{gap:9px;display:grid}.guide-source-step-controls label{color:var(--muted);gap:5px;font-size:.8rem;font-weight:800;display:grid}.guide-source-step-controls select,.guide-source-step-controls input{background:#fff;border:1px solid #cfc6b6;border-radius:7px;width:100%;min-height:40px;padding:0 9px}.guide-flat-editor-host>.flat-notation-tools>.flat-notation-note,.guide-flat-editor-host>.flat-notation-tools>.flat-notation-buttons{display:none}.guide-flat-editor-host>.flat-notation-tools{background:0 0;border:0;padding:0}.instrument-preview-toolbar{background:#fff;border:1px solid #e4dccd;border-radius:8px;flex-wrap:wrap;justify-content:space-between;align-items:end;gap:14px;padding:12px;display:flex}.instrument-preview-toolbar label{min-width:min(280px,100%);color:var(--muted);gap:6px;font-size:.82rem;font-weight:800;display:grid}.instrument-preview-toolbar select{min-height:42px;color:var(--ink);font:inherit;background:#fff;border:1px solid #cfc6b6;border-radius:8px;padding:0 12px}.instrument-preview-toolbar p{max-width:420px;color:var(--muted);margin:0;font-size:.9rem}.guide-note-card-filters{background:#fffdf8;border:1px solid #e4dccd;border-radius:8px;flex-wrap:wrap;align-items:center;gap:10px 18px;padding:12px 14px;display:flex}.guide-note-card-filters strong,.guide-note-card-filters small{flex-basis:100%}.guide-note-card-filters label{color:var(--ink);align-items:center;gap:6px;font-size:.86rem;font-weight:800;display:inline-flex}.guide-note-card-filters .guide-music-size-control{flex-basis:100%;align-items:stretch;display:grid}.guide-note-card-filters small{color:var(--muted)}.flat-notation-tools{gap:10px;display:grid}.flat-notation-note{color:var(--muted);margin:0;font-size:.9rem}.flat-notation-buttons{flex-wrap:wrap;gap:10px;display:flex}.flat-editor-backdrop{z-index:80;background:#1216159e;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.flat-editor-modal{background:#fff;border-radius:8px;grid-template-rows:auto minmax(420px,1fr) auto;width:min(1120px,100%);max-height:min(860px,100vh - 48px);display:grid;overflow:hidden;box-shadow:0 28px 80px #00000042}.flat-editor-header,.flat-editor-actions{border-bottom:1px solid #e4dccd;justify-content:space-between;align-items:center;gap:16px;padding:16px;display:flex}.flat-editor-header h2{margin:0 0 4px}.flat-editor-header p,.flat-editor-actions span{color:var(--muted);margin:0}.flat-editor-frame{min-height:420px}.flat-editor-actions{border-top:1px solid #e4dccd;border-bottom:0}.instrument-guide-preview{grid-template-columns:816px;justify-content:center;align-items:start}.guide-print-page{box-sizing:border-box;color:#111;background:#fff;border:1px solid #d6d1c5;width:816px;height:1056px;padding:42px;overflow:hidden;box-shadow:0 18px 50px #2a231829}.rehearsal-guide-page{height:auto;min-height:1056px;overflow:visible}.guide-preview-editor-panel{background:#fffdf8;border:1px solid #d6d1c5;gap:16px;padding:18px;display:grid}.guide-preview-editor-panel h2,.guide-preview-editor-panel p{margin:0}.guide-preview-editor-panel p{color:var(--muted);margin-top:4px}.guide-preview-page-count{color:var(--ink);margin-top:8px;display:inline-block}.guide-card-size-controls{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.guide-card-size-controls label{color:var(--ink);background:#fff;border:1px solid #e4dccd;border-radius:8px;gap:6px;padding:10px 12px;font-size:.84rem;font-weight:850;display:grid}.guide-card-size-controls input{width:100%;accent-color:var(--brand)}.guide-card-size-controls small{color:var(--muted);font-size:.75rem;font-weight:700}.guide-card-size-toolbar{z-index:20;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffdf8f5;border:1px solid #d6d1c5;border-radius:10px;width:min(816px,100%);margin:0 auto;padding:10px;position:sticky;top:10px;box-shadow:0 8px 24px #2a231824}.guide-source-controls{background:#fffdf8;border:1px solid #d6d1c5;border-radius:10px;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;width:min(816px,100%);margin:0 auto;padding:14px;display:grid}.guide-source-controls>div{background:#fff;border:1px solid #e4dccd;border-radius:8px;grid-template-columns:minmax(0,1fr) minmax(120px,.5fr) auto;align-items:end;gap:8px;padding:10px;display:grid}.guide-source-controls strong{grid-column:1/-1}.guide-source-controls label{color:var(--muted);gap:5px;font-size:.76rem;font-weight:800;display:grid}.guide-source-controls select,.guide-source-controls input{min-width:0;min-height:38px;font:inherit;background:#fff;border:1px solid #cfc6b6;border-radius:7px;padding:0 9px}.guide-source-controls>p{color:var(--muted);grid-column:1/-1;margin:0;font-size:.82rem}.guide-page-number{color:#111;text-transform:uppercase;justify-self:end;font-size:.82rem;font-weight:900}.guide-print-header{border-bottom:3px solid #111;grid-template-columns:minmax(0,1fr) 112px;align-items:start;gap:24px;padding-bottom:20px;display:grid}.guide-print-header h1{color:#111;margin:0 0 6px;font-size:clamp(2rem,4vw,3rem);line-height:.98}.guide-print-header p{color:#222;margin:0 0 10px;font-size:1.15rem;font-weight:750}.guide-print-header strong{color:#111;letter-spacing:.08em;text-transform:uppercase;font-size:.9rem;display:block}.recording-qr-block{text-align:center;justify-items:center;gap:8px;display:grid}.recording-qr-block .qr-code{width:96px;height:96px}.recording-qr-image{box-sizing:border-box;object-fit:contain;background:#fff;border:0;padding:4px}.recording-qr-block span{color:#222;font-size:.75rem;font-weight:850;line-height:1.15}.youtube-recording-picker{border:1px solid var(--line);background:var(--warm);border-radius:16px;grid-column:1/-1;gap:12px;padding:16px;display:grid}.youtube-search-row{grid-template-columns:minmax(0,1fr) auto;gap:10px;display:grid}.youtube-search-status{color:var(--muted);margin:0}.youtube-search-results{overscroll-behavior:contain;scrollbar-gutter:stable;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;max-height:420px;padding-right:6px;display:grid;overflow-y:auto}.youtube-load-more-status{color:var(--muted);text-align:center;grid-column:1/-1;margin:0;padding:10px;font-weight:750}.youtube-result-card{color:inherit;text-align:left;background:var(--paper);cursor:pointer;border:2px solid #0000;border-radius:12px;gap:8px;padding:8px;display:grid}.youtube-result-card.selected{border-color:var(--teal)}.youtube-result-card img{aspect-ratio:16/9;object-fit:cover;border-radius:8px;width:100%}.youtube-result-card strong,.youtube-result-card small{display:block}.youtube-result-card small{color:var(--muted);margin-top:5px}.youtube-result-actions,.youtube-recording-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.youtube-result-actions a{color:var(--teal);font-weight:750}.youtube-recording-selected{grid-template-columns:minmax(0,1fr) auto;align-items:end}.youtube-recording-selected label{min-width:0}.youtube-recording-selected input{text-overflow:ellipsis}.youtube-use-link{justify-self:start}.part-page-editor{border:1px solid var(--line);background:var(--warm);border-radius:14px;gap:14px;padding:14px;display:grid}.part-page-editor-heading h4,.part-page-editor-heading p{margin:0}.part-page-editor-heading p{color:var(--muted);margin-top:4px}.part-page-file{background:var(--paper);border-radius:12px;gap:9px;padding:12px;display:grid}.part-page-rows{gap:8px;display:grid}.part-page-row{grid-template-columns:minmax(150px,1fr) minmax(130px,.55fr) auto;align-items:end;gap:8px;display:grid}.part-page-row label{color:var(--muted);gap:4px;font-size:.75rem;font-weight:850;display:grid}.part-page-actions{flex-wrap:wrap;gap:6px;display:flex}.part-page-actions button{padding:7px 9px;font-size:.75rem}.part-page-options{align-self:end;position:relative}.part-page-options summary{min-height:38px;color:var(--ink);cursor:pointer;background:#fff;border:1px solid #cfc6b6;border-radius:8px;place-items:center;padding:0 10px;font-size:.75rem;font-weight:850;list-style:none;display:grid}.part-page-options summary::-webkit-details-marker{display:none}.part-page-options[open] summary{border-color:var(--teal)}.part-page-options>div{z-index:12;border:1px solid var(--line);background:#fff;border-radius:9px;min-width:180px;padding:6px;display:grid;position:absolute;top:calc(100% + 5px);right:0;box-shadow:0 12px 30px #23282929}.part-page-options button{color:var(--ink);text-align:left;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:6px;padding:9px 10px;font-size:.76rem;font-weight:800}.part-page-options button:hover{background:#f3eee5}.part-page-options button.is-destructive{color:#9b2f25}.part-page-error{color:#9b2f25;margin:0;font-size:.78rem;font-weight:800}.part-page-excluded{color:var(--muted);justify-content:space-between;align-items:center;gap:8px;font-size:.78rem;font-weight:800;display:flex}.review-part-name{gap:3px;margin-bottom:7px;display:grid}.review-part-name span{color:var(--muted);font-size:.75rem;font-weight:850}.review-part-name strong{font-size:.95rem}@media (max-width:760px){.youtube-search-row,.youtube-recording-selected,.youtube-search-results,.part-page-row{grid-template-columns:1fr}}.numbered-guide-section{grid-template-columns:36px minmax(0,1fr);gap:14px;padding:24px 0 0;display:grid}.guide-section-number{color:#fff;background:#111;border-radius:50%;place-items:center;width:30px;height:30px;font-size:1rem;font-weight:950;display:grid}.numbered-guide-section h2{color:#111;text-transform:uppercase;margin:0 0 14px;font-size:1.15rem}.fingering-card-grid{grid-template-columns:repeat(var(--fingering-card-columns,5), minmax(0, 1fr));break-inside:avoid;page-break-inside:avoid;align-items:start;gap:10px;display:grid}.fingering-card{aspect-ratio:316/400;break-inside:avoid;page-break-inside:avoid;background:#fff;border:1px solid #111;width:100%;min-width:0;position:relative;overflow:hidden}.fingering-card img{object-fit:contain;width:100%;height:100%;display:block}.guide-card-remove-button{z-index:3;color:#111;width:22px;height:22px;font:inherit;background:#fffffff5;border:1px solid #111;border-radius:3px;place-items:center;padding:0;font-size:.7rem;font-weight:950;line-height:1;display:grid;position:absolute;top:4px;right:4px}.guide-card-remove-button:hover,.guide-card-remove-button:focus-visible{color:#8b1e1e;background:#fff2f2;border-color:#8b1e1e}.terms-definition-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.guide-music-placeholder{background:#fff;border:1px solid #111;min-width:0;padding:12px;position:relative}.resizable-guide-music-placeholder{width:100%;min-width:0;max-width:100%}.rehearsal-guide-page .guide-music-placeholder{border:0;padding-inline:0}.guide-music-placeholder+.guide-music-placeholder{margin-top:12px}.guide-music-preview-heading{justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px;display:flex}.guide-music-preview-actions{z-index:4;justify-content:flex-end;margin:0;position:absolute;top:10px;right:12px}.guide-music-preview-heading strong{margin:0}.guide-notation-edit-button{min-height:32px;padding:5px 9px;font-size:.75rem}.guide-music-placeholder strong{color:#111;margin-bottom:5px;font-size:.95rem;display:block}.guide-music-placeholder p{color:#222;margin:0;font-size:.86rem}.guide-definitions-editor{gap:12px;display:grid}.definition-manager{background:#fff;border:1px solid #d8caa9;border-radius:10px;overflow:hidden}.definition-manager>summary{cursor:pointer;justify-content:space-between;gap:8px;padding:11px;display:flex}.definition-manager>summary span{color:var(--muted);font-size:.75rem}.definition-manager-search{color:var(--muted);gap:5px;padding:0 11px 10px;font-size:.76rem;font-weight:800;display:grid}.definition-manager-list{gap:8px;max-height:470px;padding:0 10px 10px;display:grid;overflow:auto}.definition-manager-add-row{justify-content:flex-end;padding:0 10px 10px;display:flex}.definition-manager-item{align-content:start;gap:6px;display:grid}.definition-manager-card.definition-card{width:100%;min-height:var(--term-card-min-height,89px)}.definition-manager-edit-button{color:var(--teal);cursor:pointer;background:0 0;border:0;justify-self:end;padding:3px 7px;font-size:.75rem;font-weight:850}.definition-manager-edit-panel{background:#fffaf0;border:1px solid #d8caa9;border-radius:8px;gap:7px;padding:9px;display:grid}.definition-manager-edit-panel label{color:var(--muted);gap:3px;font-size:.75rem;font-weight:850;display:grid}.definition-manager-edit-panel input,.definition-manager-edit-panel textarea{width:100%}.definition-symbol-drop-wrap{gap:7px;display:grid}.definition-symbol-drop{min-height:112px;color:var(--muted);text-align:center;cursor:pointer;background:#fff;border:2px dashed #9e8e6c;border-radius:9px;place-items:center;gap:5px;padding:12px;display:grid}.definition-symbol-drop:hover{border-color:var(--teal);background:#f4fffc}.definition-symbol-drop input{display:none}.definition-symbol-drop strong{color:var(--ink);font-size:.84rem}.definition-symbol-drop span{max-width:360px;font-size:.75rem;line-height:1.35}.definition-symbol-drop img{object-fit:contain;width:100%;max-width:180px;max-height:120px;display:block}.definition-category-input{color:var(--muted);gap:4px;font-size:.75rem;font-weight:800;display:grid}.definition-library-category{max-width:340px;color:var(--muted);gap:5px;font-size:.76rem;font-weight:850;display:grid}.definition-library-category select{width:100%}.definition-settings-category{margin:10px}.guide-card-undo{z-index:3;background:#fffaf0;border:1px solid #d8caa9;border-radius:8px;justify-content:space-between;align-items:center;gap:8px;padding:9px;font-size:.78rem;font-weight:800;display:flex;position:sticky;bottom:0}.definition-preview-page{gap:14px;display:grid}.definition-standalone-preview{background:#f7f2e8;min-height:100vh;padding:24px}.term-slider-fixture{gap:18px;display:grid}.term-slider-fixture-control{z-index:5;background:#fffdf8f5;border:1px solid #d6d1c5;border-radius:9px;gap:6px;padding:12px 16px;display:grid;position:sticky;top:12px;box-shadow:0 8px 24px #2a23181f}.term-slider-fixture-control input{width:100%}.term-slider-fixture-control span{color:var(--muted);font-size:.76rem}.definition-card-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));align-items:stretch;gap:10px;display:grid}.definition-card{background:#fff;border:1px solid #111;grid-template-rows:min-content 8px minmax(0,1fr);grid-template-columns:132px minmax(0,1fr);gap:0 8px;min-width:0;min-height:112px;padding:8px 32px 8px 8px;display:grid;position:relative}.definition-print-card{break-inside:avoid;page-break-inside:avoid;grid-template-rows:min-content 4px minmax(0,1fr);padding-right:30px}.definition-print-term{overflow-wrap:anywhere;grid-area:1/2;font-family:Georgia,Times New Roman,serif;font-size:1rem;line-height:1.05}.definition-print-text{color:#111;grid-area:3/2;margin:0;font-size:.76rem;line-height:1.22}.term-layout-compact .printed-definition-card-grid{grid-template-columns:repeat(var(--term-card-columns,3), minmax(0, 1fr));gap:6px;width:100%}.term-layout-compact .definition-print-card{grid-template-columns:var(--term-symbol-column,58px) minmax(0, 1fr);grid-template-rows:min-content var(--term-card-gap,6px) minmax(min-content, 1fr);min-height:0;padding:var(--term-card-padding,5px) var(--term-remove-space,28px) var(--term-card-padding,5px) var(--term-card-padding,5px);align-items:center;position:relative}.term-layout-compact .definition-print-card.has-long-definition,.term-layout-compact .definition-print-card.has-very-long-definition{min-height:0}.term-layout-compact .definition-print-card .definition-symbol-editor,.term-layout-compact .definition-print-card .definition-symbol-display{width:var(--term-symbol-column,58px);min-width:var(--term-symbol-column,58px);height:calc(var(--term-symbol-column,58px) * var(--notation-height-ratio,.71875));min-height:0}.term-layout-compact .definition-print-card .definition-symbol-vexflow,.term-layout-compact .definition-print-card .definition-symbol-vexflow svg,.term-layout-compact .definition-print-card .definition-symbol-image{width:100%;min-width:0;max-width:100%;height:100%;max-height:none;aspect-ratio:var(--notation-aspect-ratio,128 / 92);object-fit:contain;overflow:visible}.term-layout-compact .definition-print-term{font-size:var(--term-title-font-size,.78rem)}.term-layout-compact .definition-print-text{font-size:var(--term-definition-font-size,.62rem);line-height:1.14}.term-layout-compact .definition-print-card .definition-symbol-editor,.term-layout-compact .definition-print-card .definition-symbol-display{aspect-ratio:var(--notation-aspect-ratio,128 / 92);overflow:visible}.term-slider-fixture .printed-definition-card-grid{grid-template-columns:repeat(auto-fit, minmax(min(100%, var(--term-card-min-width,295px)), 1fr))}.term-layout-compact .definition-print-card .definition-symbol-vexflow svg{height:100%!important}.term-layout-compact .definition-print-card .definition-symbol-fallback{overflow-wrap:anywhere;max-width:100%;font-size:var(--term-fallback-font-size,.64rem);padding:2px}.continuation-guide-section{padding-top:30px}@media print{@page{size:letter;margin:0}.saas-sidebar,.saas-topbar,.generated-guide-preview-panel>.panel-header,.guide-flat-editor-host,.guide-editor-sidebar,.instrument-preview-toolbar,.guide-preview-editor-panel,.guide-card-size-toolbar,.guide-source-controls,.guide-notation-edit-button,.guide-card-remove-button{display:none!important}.saas-shell,.saas-main,.generated-guide-preview-panel,.generated-guide-workspace{width:auto;min-height:0;box-shadow:none;background:#fff;border:0;margin:0;padding:0;display:block}.instrument-guide-preview{display:block}.guide-print-page{width:8.5in;height:11in;box-shadow:none;break-after:page;page-break-after:always;border:0;margin:0}.rehearsal-guide-page{height:auto;min-height:11in;overflow:visible}body.printing-selected-parts .saas-shell{display:none!important}body.printing-selected-parts .multi-part-print-stage{display:block!important}body.printing-selected-parts .multi-part-print-stage .instrument-guide-preview{display:block}}.definition-card.has-long-definition{min-height:128px}.definition-card.has-very-long-definition{min-height:154px}.definition-card.has-very-long-term{grid-template-columns:132px minmax(0,1fr)}.definition-remove-button{color:#111;background:#fff;border:1px solid #111;border-radius:50%;width:24px;height:24px;padding:0;font-size:.72rem;font-weight:950;position:absolute;top:6px;right:6px}.definition-card input,.definition-card textarea{color:#111;width:100%;min-width:0;font:inherit;background:0 0;border:0;border-bottom:1px solid #0000;border-radius:0}.definition-card .definition-term-input{resize:none;letter-spacing:0;white-space:pre-wrap;overflow-wrap:anywhere;word-break:normal;grid-area:1/2;align-self:start;height:auto;min-height:17px;padding:0;font-family:Georgia,Times New Roman,serif;font-size:1rem;font-style:normal;font-weight:950;line-height:1.05;overflow:hidden}.definition-card.has-long-term .definition-term-input{font-size:.9rem;font-weight:950;line-height:1.08}.definition-card.has-very-long-term .definition-term-input{font-size:.78rem;font-weight:950;line-height:1.08}.definition-textarea{resize:none;grid-area:3/2;min-height:42px;padding:0;font-size:.76rem;line-height:1.22;overflow:hidden}.definition-card.has-long-definition .definition-textarea{min-height:66px;font-size:.72rem}.definition-card.has-very-long-definition .definition-textarea{min-height:92px;font-size:.68rem}.definition-symbol-editor{grid-area:1/1/4;grid-template-rows:1fr;align-self:center;gap:0;width:132px;min-width:132px;min-height:92px;display:grid}.definition-symbol-input{display:none}.definition-symbol-display{background:0 0;border:0;grid-template:1fr/1fr;place-items:center;width:132px;min-width:132px;min-height:90px;display:grid;overflow:visible}.definition-symbol-display.is-vexflow-symbol{min-height:90px}.definition-symbol-vexflow{grid-area:1/1;place-items:center;width:128px;min-width:128px;max-width:128px;height:90px;display:grid;overflow:visible}.definition-symbol-display.is-raised-stave-symbol .definition-symbol-vexflow{transform:translateY(6px)}.definition-symbol-vexflow svg{width:128px;height:92px;display:block;overflow:visible}.definition-symbol-vexflow svg *{overflow:visible}.definition-symbol-fallback{color:#111;text-align:center;grid-area:1/1;padding:4px 3px;font-family:Georgia,Times New Roman,serif;font-size:clamp(.68rem,1.5vw,1.04rem);font-style:italic;font-weight:950;line-height:1}.definition-symbol-image{object-fit:contain;object-position:center;background:#fff;border:0;width:128px;max-width:128px;height:86px;max-height:86px;display:block}.definition-standalone-preview h1{margin:0 0 6px;font-size:clamp(2rem,5vw,4rem);line-height:.95}.custom-definition-preview{object-fit:contain;object-position:center;background:#fff;border:1px solid #111;width:100%;max-height:120px;display:block}.definition-add-card{color:#111;background:#fff;border:1px dashed #111;min-height:112px;font-size:2.4rem;font-weight:800}.definition-library-panel{background:#fff;border:2px solid #111;gap:14px;padding:12px;display:grid}.definition-library-header,.definition-editor-actions{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;display:flex}.definition-library-actions{flex-wrap:wrap;gap:8px;display:flex}.custom-definition-form{border:1px solid #111;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:10px;display:grid}.custom-definition-form label{color:#222;gap:5px;font-size:.78rem;font-weight:850;display:grid}.custom-definition-form input,.custom-definition-form select,.custom-definition-form textarea{color:#111;width:100%;min-width:0;font:inherit;background:#fff;border:1px solid #bbb;border-radius:0}.custom-definition-form textarea{resize:vertical;min-height:68px}.custom-definition-form .definition-symbol-drop-wrap,.custom-definition-form .primary-button,.custom-definition-preview{grid-column:1/-1}.definition-library-panel h3{color:#111;margin:0 0 8px;font-size:.9rem}.definition-library-grid{grid-template-columns:repeat(var(--term-card-columns,3), minmax(0, 1fr));gap:6px;display:grid}.definition-library-grid button{text-align:left;color:#111;background:#fff;border:1px solid #111;grid-template-columns:96px minmax(0,1fr);gap:4px 8px;min-height:112px;padding:8px;display:grid;position:relative}.definition-library-grid button.is-included,.definition-library-grid button.is-included:disabled{border-color:var(--teal);opacity:1;cursor:default}.definition-library-grid button.is-included .definition-library-add-mark{background:#236c61}.definition-library-add-mark{z-index:1;color:#fff;background:var(--teal);border-radius:999px;place-items:center;min-width:24px;height:24px;padding:0;font-size:.75rem;font-weight:900;display:grid;position:absolute;top:7px;right:7px}.detected-term-add-text-button{justify-self:start}.definition-library-host:not(.is-modal){display:contents}.definition-library-host.is-modal{z-index:2000;background:#1d1f1f94;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.definition-library-host.is-modal .definition-library-panel{width:min(1100px,100%);max-height:min(820px,100vh - 48px);overflow:auto;box-shadow:0 24px 70px #00000047}.definition-library-grid small,.definition-editor-status{color:#333}.review-section-inclusion{color:var(--ink);align-items:center;gap:8px;font-size:.86rem;font-weight:850;display:flex}div.review-section-inclusion{flex-wrap:wrap;gap:10px 22px}.review-section-skipped{color:var(--muted);background:#f5f1e8;border-radius:8px;margin:0;padding:12px}.definition-editor-status{margin:0;font-size:.82rem}.scale-note-row,.rhythm-pattern-row{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.scale-note-row span,.rhythm-pattern-row span{color:#111;background:#fff;border:1px solid #111;place-items:center;min-height:54px;font-size:1.2rem;font-weight:900;display:grid}.rhythm-pattern-row{margin-top:12px}.notation-staff-preview{background:#fff;border:1px solid #111;min-height:178px;position:relative}.notation-staff-preview .staff-line{background:#111;height:2px;position:absolute;left:72px;right:24px}.notation-staff-preview .staff-line:first-child{top:52px}.notation-staff-preview .staff-line:nth-child(2){top:70px}.notation-staff-preview .staff-line:nth-child(3){top:88px}.notation-staff-preview .staff-line:nth-child(4){top:106px}.notation-staff-preview .staff-line:nth-child(5){top:124px}.key-label{color:#111;font-size:.8rem;font-weight:900;position:absolute;top:74px;left:16px}.staff-note{color:#0000;background:#111;border-radius:50%;place-items:center;width:19px;height:14px;display:grid;position:absolute;transform:rotate(-18deg)}.staff-note:after{content:"";background:#111;width:2px;height:48px;position:absolute;bottom:6px;right:-3px;transform:rotate(18deg)}.staff-note.note-0{top:122px;left:104px}.staff-note.note-1{top:113px;left:150px}.staff-note.note-2{top:104px;left:196px}.staff-note.note-3{top:95px;left:242px}.staff-note.note-4{top:86px;left:288px}.staff-note.note-5{top:77px;left:334px}.staff-note.note-6{top:68px;left:380px}.staff-note.note-7{top:59px;left:426px}.scale-notation-preview{background:#fff;border:1px solid #111;min-width:0;min-height:0;overflow:visible}.rhythm-notation-preview{min-height:118px}.scale-notation-preview>div{width:100%;min-height:0}.scale-notation-preview svg{display:block;width:100%!important;height:auto!important}.scale-notation-preview>span{color:#555;padding:18px;font-size:.82rem;display:block}.flat-rendered-notation-preview{min-width:0;max-width:100%;margin-inline:auto;position:relative}.flat-rendered-source-label{margin:0 0 5px;font-size:.78rem;display:block}.flat-rendered-notation-stage{box-sizing:border-box;background:#fff;place-items:center;gap:8px;width:100%;max-width:100%;min-height:0;padding:0;display:grid;overflow:visible}.flat-rendered-notation-stage:not(.is-layout-ready):has(.flat-rendered-notation-system){visibility:hidden}.flat-rendered-notation-system{width:100%;min-width:0}.flat-rendered-notation-system svg{max-width:none;margin-inline:0;display:block;overflow:visible}.flat-rendered-notation-stage>span{color:#555;padding:18px;font-size:.82rem;display:block}.flat-rendered-notation-host{z-index:-1;visibility:hidden;pointer-events:none;height:360px;position:fixed;top:0;left:-10000px;overflow:hidden}.musicxml-summary-list{gap:12px;display:grid}.musicxml-summary-list article{background:#fff;border:1px solid #e4dccd;border-radius:8px;gap:8px;min-width:0;padding:12px;display:grid}.musicxml-summary-list div{flex-wrap:wrap;justify-content:space-between;gap:8px;display:flex}.musicxml-summary-list span,.musicxml-summary-list p,.musicxml-summary-list small,.selected-source-grid p{color:var(--muted);margin:0}.selected-source-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:12px;display:grid}.selected-source-grid article{background:#fff;border:1px solid #e4dccd;border-radius:8px;gap:6px;min-width:0;padding:12px;display:grid}.selected-source-grid span{color:var(--muted);text-transform:uppercase;font-size:.78rem;font-weight:850}.detected-review-panel{gap:16px;display:grid}.review-header-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.review-live-note{color:var(--muted);margin:6px 0 0;font-size:.9rem}.review-stage-steps{background:#fffaf0;border:1px solid #e4dccd;border-radius:8px;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:8px;padding:8px;display:grid}.review-stage-steps span,.review-stage-steps button{min-height:38px;color:var(--ink);text-align:center;background:#fff;border:1px solid #d8caa9;border-radius:8px;place-items:center;padding:0 10px;font-size:.82rem;font-weight:850;display:grid}.review-stage-steps span.active{color:#fff;border-color:var(--teal);background:var(--teal)}.review-stage-steps span.complete{color:var(--teal);background:#effbf8;border-color:#94cfc3}.scan-progress-only,.alternative-review-only{width:min(920px,100%);margin:0 auto}.scan-progress-only{gap:18px;display:grid}.active-guide-setup,.active-guide-source-grid,.active-guide-add-actions{gap:14px;display:grid}.active-guide-add-actions{grid-template-columns:repeat(2,max-content)}.active-guide-source-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.active-guide-source{border:1px solid var(--line);background:#fff;border-radius:12px;grid-template-columns:minmax(120px,1fr) minmax(100px,.65fr);gap:8px 12px;padding:12px;display:grid}.active-guide-source strong{text-transform:capitalize;grid-column:1/-1}.active-guide-source label{color:var(--muted);gap:5px;font-size:.78rem;font-weight:750;display:grid}.active-guide-source input,.active-guide-source select{border:1px solid var(--line);min-width:0;color:var(--ink);background:#fff;border-radius:8px;padding:9px 10px}@media (max-width:680px){.active-guide-source-grid,.active-guide-add-actions{grid-template-columns:1fr}}.review-wizard-section{gap:14px;display:grid}.review-wizard-section>h3{margin:0}.review-step-help,.setup-step-help{border-left:4px solid var(--teal);color:#3e5051;background:#f0f7f5;margin:0;padding:10px 12px}.review-wizard-actions{border-top:1px solid #e4dccd;justify-content:space-between;gap:10px;padding-top:14px;display:flex}.review-final-summary details{border-bottom:1px solid #e4dccd;padding:12px 0}.alternative-setup-page{gap:14px;display:grid}.guided-scan-intro,.scan-expectation-note{background:#fffdf8;border:1px solid #d8caa9;border-radius:8px;justify-content:space-between;align-items:center;gap:16px;padding:12px 14px;display:flex}.guided-scan-intro>div:first-child{gap:3px;display:grid}.guided-scan-intro a{color:var(--teal);white-space:nowrap;font-weight:850}.guided-scan-intro-actions,.review-header-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.info-tip{vertical-align:middle;margin-left:4px;font-weight:500;display:inline-flex;position:relative}.info-tip>button{color:#4b5653;cursor:pointer;background:#fff;border:1.5px solid #65706d;border-radius:999px;place-items:center;width:22px;height:22px;padding:0;font:800 14px/1 Georgia,serif;display:inline-grid}.info-tip>button:hover,.info-tip>button:focus-visible,.info-tip>button[aria-expanded=true]{border-color:var(--teal);color:var(--teal);background:#eaf7f4}.info-tip-popover{z-index:80;width:min(310px,100vw - 32px);color:var(--ink);text-align:left;background:#fff;border:1px solid #c9d8d4;border-radius:10px;padding:12px 14px;font-family:inherit;font-size:15px;font-weight:550;line-height:1.45;position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%);box-shadow:0 12px 30px #1823212e}.orientation-launch{min-height:38px;color:var(--teal);font:inherit;cursor:pointer;background:#f2faf8;border:1px solid #b7ccc7;border-radius:8px;padding:7px 12px;font-weight:850}.orientation-backdrop{z-index:1200;background:#181e1d99;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.orientation-dialog{background:#fff;border-radius:16px;gap:18px;width:min(620px,100%);padding:24px;display:grid;box-shadow:0 24px 70px #1419194d}.orientation-dialog>header,.orientation-dialog>footer{justify-content:space-between;align-items:center;gap:12px;display:flex}.orientation-dialog header span,.orientation-dialog article>span{color:var(--teal);letter-spacing:.06em;text-transform:uppercase;font-size:14px;font-weight:900}.orientation-dialog h2,.orientation-dialog h3,.orientation-dialog p{margin:0}.orientation-dialog h2{margin-top:3px}.orientation-dialog article{align-content:center;gap:10px;min-height:150px;display:grid}.orientation-dialog article p{color:#3f4947;font-size:17px;line-height:1.55}.orientation-progress{grid-template-columns:repeat(var(--orientation-steps,5), 1fr);grid-auto-columns:1fr;grid-auto-flow:column;gap:6px;display:grid}.orientation-progress span{background:#dce3e1;border-radius:999px;height:5px}.orientation-progress span.active,.orientation-progress span.complete{background:var(--teal)}@media (max-width:700px){.guided-scan-intro{flex-direction:column;align-items:flex-start}.info-tip-popover{left:0;transform:none}.orientation-backdrop{padding:8px}.orientation-dialog{padding:18px}}.scan-expectation-note{margin-bottom:14px;display:grid}.scan-expectation-note p{color:var(--muted);margin:0}.setup-stage-steps{z-index:10;background:#fffdf8f7;border:1px solid #d8caa9;border-radius:10px;grid-template-columns:minmax(0,.9fr) minmax(0,1.15fr) minmax(0,1.05fr) minmax(0,1.2fr) minmax(0,.7fr);gap:8px;padding:10px;display:grid;position:sticky;top:10px;box-shadow:0 8px 24px #2a23181a}.setup-stage-steps span{min-height:42px;color:var(--muted);background:#fff;border:1px solid #e4dccd;border-radius:8px;grid-template-columns:24px minmax(0,1fr);align-items:center;gap:7px;padding:7px;font-weight:900;display:grid}.setup-stage-steps span:first-line{color:var(--ink)}.setup-stage-steps span.active{color:#fff;border-color:var(--teal);background:var(--teal)}.setup-stage-steps span.complete{color:var(--teal);background:#effbf8;border-color:#94cfc3}.setup-stage-steps small{overflow-wrap:normal;word-break:normal;min-width:0;font-size:.75rem;line-height:1.1}.setup-wizard-page{gap:22px;min-height:520px;display:grid}.setup-wizard-page>header p,.setup-wizard-page>header h2,.setup-wizard-actions p,.setup-recovery-link{margin:0}.setup-wizard-page>header p{color:var(--muted);text-transform:uppercase;font-size:.78rem;font-weight:900}.setup-source-sections,.instrumentation-wizard{gap:18px;display:grid}.setup-source-sections>section{background:#fffdf8;border:1px solid #e4dccd;border-radius:9px;gap:12px;padding:14px;display:grid}.setup-source-sections h3,.instrument-family-columns h3{margin:0}.instrument-family-columns{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.instrument-family-columns>section{background:#fffdf8;border:1px solid #e4dccd;border-radius:9px;align-content:start;gap:8px;padding:14px;display:grid}.instrumentation-wizard .setup-instrument-row{cursor:pointer;border-bottom:1px solid #eee7da;grid-template-columns:auto minmax(0,1fr) 58px;min-height:36px;padding:5px 0}.instrumentation-wizard .setup-instrument-row input[type=number]{text-align:center;width:58px}.additional-instruments{background:#fff;border:1px solid #d8caa9;border-radius:9px}.additional-instruments>summary{cursor:pointer;justify-content:space-between;padding:14px;font-weight:900;display:flex}.additional-instruments>summary span{color:var(--muted);font-size:.8rem}.additional-instruments>.instrument-family-columns{padding:0 14px 14px}.instrumentation-builder{gap:14px;display:grid}.instrument-builder-toolbar{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.instrument-builder-toolbar>span{color:var(--muted);font-weight:800}.instrument-builder-toolbar>div{flex-wrap:wrap;align-items:center;gap:7px;margin-left:auto;display:flex}.instrument-builder-columns{grid-template-columns:minmax(0,1.2fr) minmax(310px,.8fr);align-items:start;gap:16px;display:grid}.selected-instrument-score,.instrument-library{background:#fffdf8;border:1px solid #d8caa9;border-radius:12px;min-width:0;padding:14px}.selected-instrument-score header h3,.selected-instrument-score header p,.instrument-library header h3,.instrument-library header p{margin:0}.selected-instrument-score header p,.instrument-library header p{color:var(--muted);margin-top:4px;font-size:.8rem}.selected-instrument-score ol{gap:6px;margin:14px 0 0;padding:0;list-style:none;display:grid}.selected-instrument-score li{background:#fff;border:1px solid #e4dccd;border-radius:8px;grid-template-columns:22px minmax(120px,1fr) 68px auto;align-items:center;gap:8px;padding:8px;display:grid}.selected-instrument-score li.is-dragging{opacity:.45}.instrument-drag-handle{color:var(--muted);cursor:grab;letter-spacing:-3px;font-weight:950}.selected-instrument-score li label{color:var(--muted);gap:2px;font-size:.75rem;font-weight:850;display:grid}.selected-instrument-score li .instrument-name-input{border:1px solid var(--line);width:100%;min-width:0;color:var(--ink);font:inherit;background:#fff;border-radius:7px;padding:7px 9px;font-weight:800}.selected-instrument-score li .instrument-page-count-input{text-align:center;width:62px;padding:7px}.instrument-order-actions{gap:4px;display:flex}.instrument-order-actions button{border:1px solid var(--line);background:var(--paper);cursor:pointer;border-radius:7px;min-width:30px;padding:6px}.instrument-order-actions button:last-child{color:#8d3028;padding-inline:8px}.instrument-score-empty{color:var(--muted);text-align:center;border:1px dashed #cdbf9f;border-radius:9px;margin-top:14px;padding:28px 14px}.instrument-library{gap:10px;max-height:680px;display:grid;overflow:auto}.instrument-library details{background:#fff;border:1px solid #e4dccd;border-radius:9px}.instrument-library summary{cursor:pointer;grid-template-columns:minmax(0,1fr) auto 18px;align-items:center;gap:8px;padding:10px;font-weight:900;list-style:none;display:grid}.instrument-library summary::-webkit-details-marker{display:none}.instrument-library summary:after{content:"›";color:var(--muted);text-align:center;font-size:1.35rem;line-height:1;transition:transform .14s;transform:rotate(90deg)}.instrument-library details[open] summary:after{transform:rotate(-90deg)}.instrument-library summary span{color:var(--muted);font-size:.75rem}.instrument-library details>div{grid-template-columns:minmax(0,1fr);gap:6px;padding:0 9px 9px;display:grid}.instrument-library details button{text-align:left;cursor:pointer;background:#fffdf8;border:1px solid #e4dccd;border-radius:7px;justify-content:space-between;gap:8px;padding:8px;display:flex}.instrument-library details button strong{color:var(--teal);white-space:nowrap}.instrument-library details button.is-added{background:#effbf8;border-color:#94cfc3}.custom-instrument-library{border-top:1px solid var(--line);grid-template-columns:1fr 130px auto;align-items:end;gap:7px;padding-top:10px;display:grid}.custom-instrument-library h4{grid-column:1/-1;margin:0}.custom-instrument-library label{color:var(--muted);gap:3px;font-size:.75rem;font-weight:850;display:grid}.setup-wizard-actions{border-top:1px solid #e4dccd;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;margin-top:auto;padding-top:16px;display:grid}.setup-wizard-actions p{color:var(--muted);text-align:center}.setup-recovery-link{color:var(--muted);text-align:center;font-size:.82rem}.setup-dropdown{padding:0;overflow:hidden}.setup-dropdown>summary{cursor:pointer;justify-content:space-between;gap:12px;padding:18px;display:flex}.setup-dropdown>summary span{color:var(--muted);font-size:.82rem}.setup-dropdown>:not(summary){margin-inline:18px}.setup-dropdown>:last-child{margin-bottom:18px}.setup-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.setup-grid label,.custom-instrument-add label{color:var(--muted);gap:6px;font-size:.82rem;font-weight:850;display:grid}.setup-wide{grid-column:1/-1}.instrument-page-tools,.setup-submit,.custom-instrument-add{flex-wrap:wrap;align-items:end;gap:8px;display:flex}.instrument-columns{grid-template-columns:110px 1fr;gap:10px;margin-top:14px;font-size:.8rem;display:grid}.setup-instrument-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px 12px;margin-top:8px;display:grid}.setup-instrument-row{grid-template-columns:54px auto minmax(0,1fr);align-items:center;gap:6px;display:grid}.setup-instrument-row>input[type=number]{text-align:center}.setup-instrument-row>input[type=number]:disabled{visibility:hidden}.custom-instrument-add{margin-top:16px}.custom-instrument-add label{flex:260px}.score-page-check{gap:8px;margin-block:14px;display:flex}.setup-submit{justify-content:flex-end}.setup-submit p{flex:320px;margin:0}@media (max-width:850px){.setup-instrument-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.review-stage-steps{grid-template-columns:1fr}.setup-stage-steps{grid-template-columns:1fr;position:static}.instrument-family-columns,.instrument-builder-columns{grid-template-columns:1fr}.instrument-library{max-height:none}}@media (max-width:1050px){.generated-guide-workspace{grid-template-columns:1fr}.guide-editor-sidebar{max-height:none;position:static;overflow:visible}}@media (max-width:600px){.setup-grid,.setup-instrument-grid{grid-template-columns:1fr}.selected-instrument-score li{grid-template-columns:20px minmax(0,1fr) 62px}.instrument-order-actions{grid-column:2/-1}.instrument-library details>div,.custom-instrument-library{grid-template-columns:1fr}.custom-instrument-library h4{grid-column:auto}}.review-score-controls,.review-source-grid,.review-part-list,.live-part-review{gap:12px;display:grid}.review-part-list{border-top:2px solid #d8caa9;margin-top:4px;padding-top:16px}.review-score-controls,.review-source-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.review-source-waiting{color:var(--muted);background:#fffaf0;border:1px solid #d8caa9;border-radius:8px;padding:12px 14px;font-size:.86rem;font-weight:750}.review-score-controls label,.review-source-grid label,.review-part-list label,.live-part-review label{color:var(--muted);gap:6px;font-size:.8rem;font-weight:850;display:grid}.review-score-controls input,.review-source-grid input,.review-source-grid select,.review-part-list input,.live-part-review input,.live-part-review select{min-width:0;min-height:38px;color:var(--ink);font:inherit;background:#fff;border:1px solid #cfc6b6;border-radius:8px;padding:0 10px}.review-source-grid article,.review-part-list article,.live-part-card,.detected-terms-summary{background:#fff;border:1px solid #e4dccd;border-radius:8px;min-width:0;padding:12px}.review-source-grid article{gap:10px;display:grid}.review-source-grid strong,.detected-terms-summary strong{color:var(--ink)}.review-part-list article{grid-template-columns:minmax(0,1fr);align-content:start;gap:12px;display:grid}.review-part-list article>div:first-child,.live-part-card>div:first-child{gap:8px;display:grid}.review-score-group{grid-template-columns:repeat(auto-fit,minmax(min(520px,100%),1fr));gap:10px;display:grid}.review-score-group>header{flex-wrap:wrap;grid-column:1/-1;justify-content:space-between;align-items:baseline;gap:8px;padding:2px 2px 0;display:flex}.review-score-group>header strong{color:var(--ink)}.review-score-group>header span{color:var(--muted);font-size:.86rem;font-weight:800}.review-part-list article.is-selected{border-color:#111;box-shadow:0 0 0 2px #11111114}.review-part-list-heading{justify-content:space-between;align-items:center;gap:12px;padding:0 2px 2px;display:flex}.review-part-list-heading div{gap:2px;display:grid}.review-part-list-heading strong{color:var(--ink);font-size:.95rem}.review-part-list-heading span{color:var(--muted);font-size:.84rem;font-weight:750}.live-part-review-toolbar{background:#fffaf0;border:1px solid #e4dccd;border-radius:8px;flex-wrap:wrap;justify-content:space-between;align-items:end;gap:12px;padding:12px;display:flex}.live-part-review-toolbar label{min-width:min(360px,100%)}.live-part-review-toolbar span{color:var(--muted);font-size:.86rem;font-weight:850}.live-part-empty{min-height:96px;color:var(--muted);text-align:center;background:#fffdf8;border:1px dashed #cfc6b6;border-radius:8px;place-items:center;padding:18px;font-size:.9rem;font-weight:800;display:grid}.live-part-card{grid-template-columns:minmax(0,1fr);align-content:start;gap:12px;display:grid}.live-part-card footer{flex-wrap:wrap;grid-column:1/-1;justify-content:space-between;align-items:center;gap:10px;display:flex}.review-part-list small,.review-part-list footer span,.live-part-card small,.live-part-card footer span,.detected-terms-summary p,.review-save-status{color:var(--muted);margin:0;font-size:.86rem}.review-part-list footer{flex-wrap:wrap;grid-column:1/-1;justify-content:space-between;align-items:center;gap:10px;display:flex}.review-part-actions{flex-wrap:wrap;gap:8px;display:flex}.mini-staff,.flat-note-preview,.large-note-staff,.note-inventory-staff{background:#fff;border:1px solid #111;min-width:0;overflow:auto hidden}.flat-note-preview{border:0;min-height:176px}.review-no-note-search{min-height:112px;color:var(--muted);background:#fffaf0;border:1px solid #d8caa9;border-radius:8px;align-items:center;margin:0;padding:12px;font-size:.9rem;font-weight:800;display:grid}.note-inventory-canvas{min-height:136px}.note-inventory-staff.is-large .note-inventory-canvas{min-height:176px}.note-inventory-fallback{flex-wrap:wrap;align-items:center;gap:8px;min-height:136px;padding:12px;display:flex}.note-inventory-fallback span{color:#111;font-size:.9rem;font-weight:900}.detected-terms-summary{gap:10px;display:grid}.detected-term-chip-list{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.detected-term-group-list{gap:10px;display:grid}.detected-term-group{grid-template-columns:minmax(130px,180px) 1fr;align-items:start;gap:10px;display:grid}.detected-term-group>strong{color:var(--muted);padding-top:5px;font-size:.82rem}.detected-term-chip,.detected-term-add-button,.detected-term-quick-add button{color:var(--ink);font:inherit;background:#fffaf0;border:1px solid #d8caa9;border-radius:999px;font-size:.78rem;font-weight:850}.detected-term-chip,.detected-term-quick-add button{min-height:30px;padding:0 10px}.detected-term-chip:hover,.detected-term-chip:focus-visible{color:#8b1e1e;background:#fff2f2;border-color:#c78b8b;text-decoration:line-through;text-decoration-thickness:2px}.detected-term-add-button{border-style:dashed;width:30px;height:30px;padding:0;font-size:1rem;line-height:1}.detected-term-quick-add{background:#fff;border:1px solid #e4dccd;border-radius:8px;gap:10px;max-height:260px;padding:10px;display:grid;overflow:auto}.detected-term-quick-add section{gap:6px;display:grid}.detected-term-quick-add section>div{flex-wrap:wrap;gap:6px;display:flex}.detected-term-add-button:hover,.detected-term-add-button:focus-visible,.detected-term-quick-add button:hover,.detected-term-quick-add button:focus-visible{background:#fff;border-color:#111}.note-review-backdrop{z-index:90;background:#1216159e;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.note-review-modal{background:#fff;border-radius:8px;gap:14px;width:min(1040px,100%);max-height:min(860px,100vh - 48px);padding:16px;display:grid;overflow:auto;box-shadow:0 28px 80px #00000042}.note-review-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.note-review-header h2,.note-review-header p{margin:0}.note-review-header p{color:var(--muted)}.large-note-staff{min-height:176px}.flat-note-inventory-row{gap:12px;padding:12px;display:grid}.note-inventory-staff{background:#fff;border:1px solid #111;min-width:0;overflow:hidden}.note-inventory-canvas,.note-inventory-fallback{min-height:176px}.note-inventory-canvas svg{display:block}.note-inventory-fallback{color:#111;flex-wrap:wrap;align-items:center;gap:8px;padding:12px;font-weight:900;display:flex}.flat-note-inventory-controls{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.flat-note-inventory-status{color:var(--muted);font-size:.84rem}.scan-result-list ul{color:var(--muted);margin:8px 0 0;padding-left:18px}.tool-status-grid strong{color:var(--ink);text-transform:uppercase;font-size:.75rem}.part-toolbar,.part-toolbar div,.part-row,.part-row-actions,.detected-parts-panel,.other-part-panel div{align-items:center;display:flex}.part-toolbar{background:#fffaf0;border:1px solid #e4dccd;border-radius:8px;justify-content:space-between;gap:12px;padding:12px}.part-toolbar span,.detected-parts-panel strong,.other-part-panel strong{color:var(--ink);font-weight:850}.part-toolbar div,.part-row-actions,.other-part-panel div{flex-wrap:wrap;gap:8px}.part-toolbar button,.part-row-actions button,.remove-part-button,.detected-parts-panel button,.other-part-panel button{color:#3f4748;cursor:pointer;background:#fff;border:1px solid #cfc6b6;border-radius:8px;min-height:34px;font-weight:800}.part-toolbar button,.part-row-actions button,.detected-parts-panel button,.other-part-panel button{padding:0 10px}.detected-parts-panel{background:#f4fbf8;border:1px solid #cdd8d5;border-radius:8px;justify-content:space-between;gap:12px;padding:12px}.detected-parts-panel div{gap:3px;display:grid}.detected-parts-panel span{color:var(--muted);font-size:.86rem}.detected-parts-panel small{color:#4a5d5b;font-size:.78rem;line-height:1.35}.parts-list{gap:8px;display:grid}.instrument-label-note{color:var(--muted);margin:0;font-size:.9rem}.part-row{background:#fff;border:1px solid #e4dccd;border-radius:8px;grid-template-columns:36px minmax(220px,1fr) minmax(190px,auto) 112px;gap:10px;padding:10px;display:grid}.part-row strong{overflow-wrap:anywhere;min-width:0}.part-row label{color:#4d5556;gap:4px;font-size:.78rem;font-weight:850;display:grid}.part-row input,.other-part-panel select{background:#fff;border:1px solid #cfc6b6;border-radius:8px;width:100%;min-height:34px;padding:0 10px}.remove-part-button{color:#8a2b1d;width:34px;padding:0}.other-part-panel{background:#f7efe0;border:1px solid #d8caa9;border-radius:8px;gap:10px;padding:12px;display:grid}.other-part-panel select{max-width:240px}.two-field-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.three-field-grid{grid-template-columns:1.1fr .7fr .7fr}.source-measure-grid{gap:12px;display:grid}.source-measure-row{background:#fff;border:1px solid #e4dccd;border-radius:8px;grid-template-columns:150px minmax(0,1fr) 160px;align-items:end;gap:12px;padding:14px;display:grid}.source-measure-row strong{align-self:center}.source-measure-row label{color:#4d5556;gap:7px;font-weight:800;display:grid}.source-measure-row small{color:#465153;font-size:.84rem;font-weight:700;line-height:1.35}.setup-form,.settings-list{gap:14px;margin-top:18px;display:grid}.setup-form label,.settings-list label{color:#4d5556;gap:7px;font-weight:800;display:grid}.settings-category-panel{background:#fff;border:1px solid #e4dccd;border-radius:10px;overflow:hidden}.settings-category-panel>summary{cursor:pointer;gap:3px;min-height:70px;padding:14px 54px 14px 16px;list-style:none;display:grid;position:relative}.settings-category-panel>summary::-webkit-details-marker{display:none}.settings-category-panel>summary:after{content:"⌄";color:var(--teal);font-size:1.65rem;font-weight:900;line-height:1;position:absolute;top:50%;right:18px;transform:translateY(-55%)}.settings-category-panel[open]>summary:after{transform:translateY(-40%)rotate(180deg)}.settings-category-panel>summary span{color:var(--ink);font-size:1.08rem;font-weight:900}.settings-category-panel>summary small{color:var(--muted);font-size:.88rem;font-weight:700;line-height:1.35}.settings-category-panel[open]>summary{background:#fffaf0;border-bottom:1px solid #e4dccd}.settings-category-content{gap:14px;padding:16px;display:grid}.settings-category-content.scale-rhythm-settings{background:#fff;border:0;border-radius:0}.scale-rhythm-settings{background:#fffaf0;border:1px solid #e4dccd;border-radius:8px;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:14px;display:grid}.scale-rhythm-settings strong{grid-column:1/-1}.definition-settings-panel{background:#fff;border:1px solid #e4dccd;border-radius:8px;gap:12px;padding:14px;display:grid}.definition-settings-panel p{color:var(--muted);margin:4px 0 0}.definition-section-toggle-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.definition-section-toggle-grid label{align-items:center;gap:8px;display:flex}.definition-settings-list,.definition-settings-items{gap:10px;display:grid}.definition-settings-list details{border:1px solid #e4dccd;border-radius:8px;padding:10px}.definition-settings-list summary{cursor:pointer;font-weight:850}.definition-settings-items{margin-top:10px}.definition-settings-items article{grid-template-columns:76px minmax(120px,.7fr) minmax(180px,1fr);gap:8px;display:grid}.definition-settings-items input,.definition-settings-items textarea{border:1px solid #cfc6b6;border-radius:8px;width:100%;min-height:42px;padding:8px 10px}.definition-settings-items textarea{resize:vertical}.setup-form.two-field-grid label:nth-child(3){grid-column:1/-1}.setup-form input,.setup-form select,.source-measure-row input,.source-measure-row select,.settings-list select{background:#fff;border:1px solid #cfc6b6;border-radius:8px;width:100%;min-height:42px;padding:0 12px}.app-drop{min-height:150px}.mini-page{width:100%;min-height:auto;padding:24px;box-shadow:0 10px 30px #312a1f29}.mini-page .sheet-header h2{font-size:1.35rem}.mini-page .qr-code{border-width:5px;width:58px;height:58px}.mini-page .sheet-section{padding:16px 0}.mini-page .fingering-grid{grid-template-columns:repeat(2,1fr)}.mini-page .fingering-grid div{min-height:72px}.mini-page .fingering-grid strong{font-size:1.25rem}.mini-page .staff{height:92px}.mini-page .staff b{font-size:1.7rem;top:26px}.rhythm-staff b{top:24px}.compact-steps{grid-template-columns:repeat(5,1fr);gap:12px;padding:0;list-style:none;display:grid}.compact-steps li{background:#fff;border:1px solid #e4dccd;border-radius:8px;min-height:120px;padding:16px;font-weight:800}.compact-steps span{color:#fff;background:var(--teal);border-radius:8px;place-items:center;width:30px;height:30px;margin-bottom:16px;display:grid}.settings-page{max-width:860px}.app-pricing{margin-top:18px}.auth-page{background:#ead8ba;place-items:center;min-height:100vh;padding:24px;display:grid}.auth-card{border:1px solid var(--line);width:min(460px,100%);box-shadow:var(--shadow);background:#fffdf7;border-radius:8px;gap:28px;padding:32px;display:grid}.google-button{background:#fff;border:1px solid #cfc6b6;border-radius:8px;justify-content:center;align-items:center;min-height:46px;font-weight:850;display:inline-flex}.auth-card small{color:var(--muted)}@media (max-width:980px){.nav-links{display:none}.problem-solution,.create-panel,.app-demo,.split-section,.saas-shell,.workflow-layout{grid-template-columns:1fr}.saas-sidebar{height:auto;position:static}.summary-grid,.steps,.output-grid,.tech-grid,.pricing-grid,.metric-grid,.compact-steps{grid-template-columns:repeat(2,1fr)}.create-panel{padding:28px}.editor-sidebar{order:2}}@media (max-width:680px){.site-header{align-items:flex-start}.header-action{display:none}.hero,.problem-solution,.content-section,.create-panel,.app-demo{width:min(100% - 24px,1180px)}.hero-media,.hero-media img{min-height:600px}.hero-overlay{max-width:calc(100% - 40px);left:20px;right:20px}.hero-overlay h1{overflow-wrap:anywhere;font-size:clamp(2rem,10vw,2.45rem)}.summary-grid,.steps,.output-grid,.tech-grid,.pricing-grid,.policy-grid,.metric-grid,.compact-steps,.two-column,.fingering-grid{grid-template-columns:1fr}.saas-topbar,.panel-header,.project-row,.project-card{flex-direction:column;grid-template-columns:1fr;align-items:flex-start}.projects-toolbar{flex-direction:column;align-items:stretch}.project-search input{width:100%;min-width:0}.project-card-actions{flex-wrap:wrap;justify-content:flex-start;width:100%}.preview-shell{padding:16px}.create-workspace,.guide-start-choice,.two-field-grid,.three-field-grid,.source-measure-row,.part-row,.scale-rhythm-settings,.project-detail-hero,.project-detail-hero dl,.project-detail-grid,.saved-parts-list,.selected-source-grid{grid-template-columns:1fr}.guided-scan-intro{flex-direction:column;align-items:flex-start}.setup-wizard-actions{grid-template-columns:1fr 1fr}.setup-wizard-actions p{grid-area:1/1/auto/-1}.setup-wizard-actions button{width:100%}.part-toolbar,.part-row,.other-part-panel div{align-items:stretch}.part-toolbar{flex-direction:column}.part-row-actions,.part-toolbar div{grid-template-columns:1fr 1fr;display:grid}.remove-part-button{width:100%}.other-part-panel select{max-width:none}.wizard-steps{grid-template-columns:repeat(2,1fr)}.preview-toolbar,.sheet-header,.site-footer{flex-direction:column;align-items:flex-start}.paper-preview{min-height:auto;padding:22px}.page-tabs{width:100%}.page-tabs button{flex:1}}.home-page{min-height:100vh;color:var(--ink);background:radial-gradient(circle at 82% 8%,#1d7e771a,#0000 28rem),#f7f1e6}.home-header{z-index:30;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffdf7f0;border-bottom:1px solid #cfc6b6cc;grid-template-columns:auto 1fr auto;align-items:center;gap:28px;min-height:76px;padding:12px max(24px,50vw - 620px);display:grid;position:sticky;top:0}.home-nav,.home-account-actions,.home-hero-actions,.home-cta-actions{align-items:center;gap:18px;display:flex}.home-nav{justify-content:center}.home-nav a{color:#4d5556;font-weight:750}.home-account-actions,.home-hero-actions,.home-cta-actions{gap:10px}.home-hero{grid-template-columns:minmax(0,1.15fr) minmax(360px,.65fr);align-items:center;gap:clamp(30px,4vw,56px);width:min(1400px,100% - 40px);min-height:620px;margin:0 auto;padding:48px 0;display:grid}.home-hero-copy h1{letter-spacing:0;max-width:880px;margin:10px 0 24px;font-size:clamp(3.4rem,5.2vw,5.4rem);line-height:1.02}.home-hero-lede{color:#526061;max-width:680px;font-size:clamp(1.1rem,1.8vw,1.35rem);line-height:1.55}.home-hero-actions{flex-wrap:wrap;margin-top:30px}.home-path-note{color:#465153;max-width:650px;margin-top:18px;font-size:.92rem}.home-hero-result{filter:drop-shadow(0 28px 42px #2c302f33);justify-self:end;width:min(470px,100%)}.home-section,.home-demo-section{width:min(1240px,100% - 40px);margin:0 auto;padding:92px 0}.home-section-heading{max-width:780px;margin-bottom:36px}.home-section-heading h2,.home-cta h2{letter-spacing:0;margin:8px 0 12px;font-size:clamp(2.35rem,4.2vw,4.25rem);line-height:1}.home-section-heading>p:last-child,.home-cta p{color:#465153;font-size:1.08rem}.home-start-grid,.home-benefit-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.home-start-grid article,.home-benefit-grid article{border:1px solid var(--line);background:#fffdf8;border-radius:12px;min-height:260px;padding:28px;position:relative}.home-start-grid article>span{color:#fff;background:var(--teal);border-radius:50%;place-items:center;width:38px;height:38px;margin-bottom:28px;font-weight:900;display:grid}.home-start-grid h3,.home-benefit-grid h3{margin:8px 0 12px;font-size:1.45rem}.home-start-grid article>p:not(.eyebrow),.home-benefit-grid p{color:#465153}.home-start-grid article>a{color:var(--teal);margin-top:18px;font-weight:850;display:inline-block}.home-demo-section{background:#e9dfcf;width:100%;max-width:none;padding-left:max(20px,50vw - 700px);padding-right:max(20px,50vw - 700px)}.home-demo-section>.home-section-heading{width:min(1240px,100%);margin-left:auto;margin-right:auto}.home-guide-explorer{background:#f8f3ea;border:1px solid #c8bcaa;border-radius:16px;grid-template-columns:minmax(220px,.62fr) minmax(500px,1.38fr) minmax(220px,.58fr);min-height:800px;display:grid;overflow:hidden;box-shadow:0 28px 70px #2c302f26}.home-guide-controls{background:#fffdf8;border-right:1px solid #c8bcaa;align-content:start;gap:18px;min-width:0;padding:26px;display:grid}.home-guide-controls h3{margin:3px 0 8px;font-size:1.55rem}.home-guide-controls p:not(.eyebrow){margin:0}.home-guide-controls>label{color:#465153;gap:7px;font-weight:850;display:grid}.home-guide-controls input:not([type=checkbox]){width:100%;min-height:42px;color:var(--ink);background:#fff;border:1px solid #cfc6b6;border-radius:8px;padding:8px 10px}.home-guide-section-options{gap:8px;display:grid}.home-guide-section-options label{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:8px;grid-template-columns:18px minmax(0,1fr);align-items:center;gap:10px;padding:10px;font-weight:800;display:grid}.home-guide-callouts{background:#fffdf8;border-left:1px solid #c8bcaa;align-content:center;gap:18px;padding:26px 24px 26px 34px;display:grid}.home-guide-callouts article{background:#edf8f5;border:1px solid #9fc8c3;border-radius:10px;padding:18px;position:relative}.home-guide-callouts article:before{content:"";background:var(--teal);width:22px;height:2px;position:absolute;top:24px;left:-22px}.home-guide-callouts article:after{content:"";border-style:solid;border-width:6px 8px 6px 0;border-color:transparent var(--teal) transparent transparent;position:absolute;top:19px;left:-23px}.home-guide-callouts strong{color:#155f59;margin-bottom:6px;display:block}.home-guide-callouts p{margin:0}.home-review-demo{background:#f8f3ea;border:1px solid #c8bcaa;border-radius:16px;grid-template-columns:minmax(350px,.68fr) minmax(600px,1.32fr);min-height:800px;display:grid;overflow:hidden;box-shadow:0 28px 70px #2c302f26}.home-review-panel{background:#fffdf8;border-right:1px solid #c8bcaa;flex-direction:column;min-width:0;padding:26px;display:flex}.home-review-heading,.home-preview-toolbar{justify-content:space-between;align-items:center;gap:18px;display:flex}.home-review-heading h3{margin:3px 0 0;font-size:1.55rem}.home-review-heading>span,.home-preview-toolbar>span{color:#17665f;background:#dcefeb;border-radius:999px;padding:6px 10px;font-size:.75rem;font-weight:850}.home-review-steps{gap:6px;margin:24px 0;display:grid}.home-review-steps button{color:#586161;font:inherit;text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;grid-template-columns:28px 1fr;align-items:center;gap:10px;padding:9px 11px;font-size:.86rem;font-weight:800;display:grid}.home-review-steps button>span{color:#465153;background:#ede7dc;border-radius:50%;place-items:center;width:26px;height:26px;font-size:.75rem;display:grid}.home-review-steps button.active{color:#155f59;background:#edf8f5;border-color:#99c8c2}.home-review-steps button.active>span,.home-review-steps button.complete>span{color:#fff;background:var(--teal)}.home-review-fields{border-top:1px solid var(--line);align-content:start;gap:14px;min-height:350px;padding-top:20px;display:grid}.home-review-fields h4{margin:0;font-size:1.25rem}.home-review-fields>p{color:#465153;margin:-4px 0 4px;font-size:.9rem}.home-review-fields>label{color:#4d5556;gap:6px;font-size:.8rem;font-weight:800;display:grid}.home-review-fields input:not([type=checkbox]),.home-review-fields select{width:100%;min-height:42px;color:var(--ink);font:inherit;background:#fff;border:1px solid #cfc6b6;border-radius:8px;padding:0 11px}.home-review-fields .home-check-row{border:1px solid var(--line);border-radius:8px;align-items:center;gap:9px;padding:11px;display:flex}.home-option-list,.home-note-list{gap:8px;display:grid}.home-option-list label{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:8px;grid-template-columns:18px 1fr;align-items:start;gap:10px;padding:10px;display:grid}.home-option-list span{gap:2px;display:grid}.home-option-list small,.home-note-list small{color:#465153}.home-note-list{grid-template-columns:repeat(2,1fr)}.home-note-list button{color:#155f59;font:inherit;background:#edf8f5;border:1px solid #a9d0cb;border-radius:8px;justify-content:space-between;align-items:center;padding:10px;font-weight:850;display:flex}.home-note-list>div{color:#155f59;background:#edf8f5;border:1px solid #a9d0cb;border-radius:8px;justify-content:space-between;align-items:center;gap:8px;padding:10px;display:flex}.home-verified-facts{flex-wrap:wrap;gap:7px;display:flex}.home-verified-facts span{color:#4e5958;background:#ece6da;border-radius:999px;padding:6px 9px;font-size:.75rem;font-weight:800}.home-review-summary{border:1px solid var(--line);background:#fff;border-radius:8px;gap:3px;padding:11px;display:grid}.home-review-summary span,.home-review-fields>small{color:#465153;font-size:.82rem}.home-review-term-list{flex-wrap:wrap;gap:7px;display:flex}.home-review-term-list span{color:#155f59;background:#edf8f5;border:1px solid #a9d0cb;border-radius:7px;padding:7px 9px;font-size:.78rem;font-weight:800}.home-review-actions{justify-content:space-between;gap:10px;margin-top:auto;padding-top:20px;display:flex}.home-review-actions button:disabled{opacity:.45}.home-project-preview{background:#ded3c2;min-width:0;padding:26px}.home-preview-toolbar{justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;display:flex}.home-preview-toolbar .eyebrow{margin:0 0 3px}.home-preview-pages{min-width:0}.home-preview-page-controls{align-items:center;gap:8px;display:flex}.home-preview-page-controls span{text-align:center;min-width:88px;font-weight:800}.home-preview-page-controls button{min-height:36px;padding:6px 10px}.home-preview-page-controls button:disabled{opacity:.45}.home-real-guide{grid-template-columns:minmax(0,1fr);align-items:start;gap:18px;width:min(100%,760px);margin:0 auto;display:grid;container-type:inline-size}.home-real-guide.compact{display:block}.home-real-guide-page{aspect-ratio:8.5/11;color:#111;background:#fff;align-content:start;gap:2.2cqw;min-width:0;padding:5.15cqw;font-family:Arial,Helvetica,sans-serif;display:grid;box-shadow:0 12px 28px #2a2a2829}.home-real-guide.compact .home-real-guide-page{aspect-ratio:8.5/10.25}.home-real-guide-header{border-bottom:3px solid #111;grid-template-columns:minmax(0,1fr) 13.72cqw;align-items:start;gap:2.94cqw;padding-bottom:2.45cqw;display:grid}.home-real-guide-header .recording-qr-block{gap:.8cqw}.home-real-guide-header .recording-qr-block .qr-code{width:11.76cqw;height:11.76cqw}.home-real-guide-header .recording-qr-block span{font-size:1.47cqw}.home-real-guide-header h3,.home-real-guide-header p{margin:0}.home-real-guide-header h3{font-size:5.88cqw;line-height:.98}.home-real-guide-header p{margin-bottom:1.22cqw;font-size:2.25cqw;font-weight:750}.home-real-guide-header strong{letter-spacing:.08em;text-transform:uppercase;font-size:1.76cqw}.home-real-guide-header>span{white-space:nowrap;font-size:1.6cqw;font-weight:800}.home-real-section{grid-template-columns:4.4cqw minmax(0,1fr);align-items:start;gap:1.72cqw;display:grid}.home-real-section-number{color:#fff;background:#111;border-radius:50%;place-items:center;width:3.68cqw;height:3.68cqw;font-size:1.96cqw;font-weight:900;display:grid}.home-real-section h4{text-transform:uppercase;margin:0 0 1.72cqw;font-size:2.25cqw}.home-real-fingering-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:1.22cqw;display:grid}.home-real-guide.compact .home-real-fingering-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-real-fingering-grid article{background:#fff;border:1px solid #111;place-items:center;min-width:0;display:grid}.home-real-fingering-grid img{width:100%;height:auto;display:block}.home-real-term-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.22cqw;display:grid}.home-real-term-grid>article{border:1px solid #111;grid-template-columns:8.2cqw minmax(0,1fr);gap:0 .98cqw;min-height:10.9cqw;padding:.61cqw 3.43cqw .61cqw .61cqw;display:grid;overflow:hidden}.home-real-term-grid>article>div{place-items:center;width:8.2cqw;min-width:0;height:5.9cqw;padding:.49cqw;display:grid}.home-real-term-grid .definition-symbol-display{width:100%;height:100%;min-height:0}.home-real-term-grid .definition-symbol-vexflow,.home-real-term-grid .definition-symbol-vexflow svg{width:100%;max-width:100%}.home-real-term-grid>article>span{align-content:center;gap:.5cqw;padding:.86cqw;display:grid}.home-real-term-grid strong{font-family:Georgia,Times New Roman,serif;font-size:1.76cqw}.home-real-term-grid .definition-print-text{color:#111;margin:0;font-size:1.45cqw;line-height:1.14}.home-real-notation .scale-notation-preview,.home-real-notation .flat-rendered-notation-preview{min-width:0;width:100%!important}.home-real-notation .flat-rendered-notation-stage{min-height:86px}.home-real-notation .scale-notation-stage{min-height:104px}.home-real-notation h4:not(:first-child){margin-top:18px}.home-guide-page{aspect-ratio:8.5/11;color:#111;background:#fff;align-content:start;gap:14px;min-width:0;padding:clamp(18px,2.2vw,32px);font-family:Arial,Helvetica,sans-serif;display:grid;box-shadow:0 12px 28px #2a2a2829}.home-guide-page.compact{aspect-ratio:8.5/10.25}.home-guide-page>header{border-bottom:3px solid #111;justify-content:space-between;align-items:start;gap:12px;padding-bottom:12px;display:flex}.home-guide-page h3{margin:0;font-size:clamp(1.05rem,1.5vw,1.55rem)}.home-guide-page header p,.home-guide-composer{color:#333;margin:3px 0 0;font-size:clamp(.65rem,.9vw,.82rem)}.home-guide-composer{margin:-8px 0 0}.home-qr,.home-page-number{border:2px solid #111;flex:none;place-items:center;width:38px;height:38px;font-size:.7rem;font-weight:900;display:grid}.home-page-number{color:#fff;background:#111;border:0;border-radius:50%;font-size:1rem}.home-guide-page section{border-top:1px solid #333;gap:9px;padding-top:9px;display:grid}.home-guide-page section:first-of-type{border-top:0}.home-guide-page h4{text-transform:uppercase;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(.78rem,1vw,1rem)}.home-fingering-row{grid-template-columns:repeat(4,1fr);gap:6px;display:grid}.home-fingering-row.home-six-note-row{grid-template-columns:repeat(3,1fr)}.home-fingering-row>div,.home-term-grid>div{text-align:center;border:1px solid #111;min-width:0;padding:7px 4px;display:grid}.home-fingering-row strong{font-size:clamp(.78rem,1.1vw,1rem)}.home-fingering-row span,.home-term-grid span{text-overflow:ellipsis;font-size:clamp(.5rem,.7vw,.68rem);overflow:hidden}.home-term-grid{grid-template-columns:repeat(2,1fr);gap:7px;display:grid}.home-term-grid>div{text-align:left;gap:3px}.home-term-grid strong{font-family:Georgia,Times New Roman,serif;font-size:clamp(.66rem,.9vw,.86rem)}.home-music-line{min-height:82px;position:relative;overflow:hidden}.home-staff-lines{gap:7px;display:grid;position:absolute;inset:12px 0 auto}.home-staff-lines i{background:#111;height:1px}.home-note-names{z-index:1;text-align:center;grid-template-columns:repeat(8,1fr);align-items:end;min-height:69px;padding:0 4px;font-size:clamp(.48rem,.65vw,.65rem);font-weight:850;display:grid;position:relative}.home-note-names span:before{content:"";background:#111;border-radius:50%;width:9px;height:9px;margin:0 auto 16px;display:block}.home-rhythm-line{border-top:1px solid #111;border-bottom:1px solid #111;justify-content:space-around;align-items:center;min-height:54px;font-size:clamp(1rem,1.7vw,1.5rem);display:flex}.home-counting{text-align:center;margin:0;font-size:clamp(.55rem,.8vw,.75rem);font-weight:800}.home-benefits{padding-bottom:70px}.home-benefit-grid article{min-height:190px}.home-cta{color:#fff;background:#29302f;border-radius:16px;justify-content:space-between;align-items:center;gap:40px;width:min(1240px,100% - 40px);margin:0 auto 90px;padding:clamp(32px,5vw,64px);display:flex}.home-cta>div:first-child{max-width:780px}.home-cta h2{color:#fff}.home-cta p{color:#d6d9d7}.home-cta .secondary-outline{color:#fff;border-color:#ffffff73}.home-footer{color:#d9ddda;background:#202423;justify-content:space-between;gap:20px;padding:26px max(24px,50vw - 620px);display:flex}@media (max-width:1050px){.home-header{grid-template-columns:1fr auto}.home-nav{display:none}.home-hero{grid-template-columns:1fr;min-height:0}.home-hero-copy{max-width:800px}.home-hero-result{width:min(620px,100%);margin:0 auto}.home-review-demo,.home-guide-explorer{grid-template-columns:1fr}.home-guide-controls{border-bottom:1px solid #c8bcaa;border-right:0}.home-guide-callouts{border-top:1px solid #c8bcaa;border-left:0;grid-template-columns:repeat(2,minmax(0,1fr));padding:24px}.home-guide-callouts article:before,.home-guide-callouts article:after{display:none}.home-preview-pages,.home-real-guide{grid-template-columns:1fr}.home-real-guide-page{width:min(100%,540px);margin:0 auto}.home-guide-page{max-width:540px;margin:0 auto}}@media (max-width:780px){.home-header{min-height:66px;padding:10px 16px}.home-account-actions .secondary-outline{display:none}.home-account-actions .primary-button{padding:10px 12px;font-size:.82rem}.home-hero,.home-section,.home-cta{width:min(100% - 28px,1240px)}.home-hero{gap:48px;padding:55px 0 70px}.home-hero-copy h1{font-size:clamp(3rem,15vw,4.8rem)}.home-start-grid,.home-benefit-grid{grid-template-columns:1fr}.home-start-grid article{min-height:0}.home-demo-section{padding:70px 14px}.home-review-demo,.home-guide-callouts{grid-template-columns:1fr}.home-review-panel{border-bottom:1px solid #c8bcaa;border-right:0}.home-review-steps{grid-template-columns:repeat(5,minmax(48px,1fr))}.home-review-steps button{text-align:center;grid-template-columns:1fr;justify-items:center;padding:7px 3px;font-size:.75rem}.home-review-fields{min-height:0}.home-project-preview{padding:18px 10px 24px}.home-preview-pages{gap:12px}.home-guide-page,.home-real-guide-page{width:100%}.home-cta{margin-bottom:50px;display:grid}.home-cta-actions{flex-wrap:wrap}.home-footer{padding:24px 18px;display:grid}}.learning-consent-backdrop{z-index:1000;background:#151e1d94;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.learning-consent-dialog{border:1px solid var(--line);background:var(--paper);border-radius:20px;width:min(560px,100%);padding:30px;box-shadow:0 28px 80px #0f18174d}.learning-consent-dialog h2{margin:6px 0 12px}.learning-consent-dialog>p:not(.eyebrow){color:var(--muted);line-height:1.55}.learning-consent-actions{grid-template-columns:1fr 1fr;gap:12px;margin-top:24px;display:grid}.learning-privacy-panel{margin-top:20px}.learning-privacy-panel h2{margin:4px 0 10px}.learning-toggle{align-items:center;gap:10px;margin-top:12px;font-weight:800;display:inline-flex}.learning-toggle input{width:22px;height:22px}.learning-privacy-status{color:var(--muted)}@media (max-width:640px){.learning-consent-actions{grid-template-columns:1fr}}.legal-page{background:var(--background);min-height:100vh;padding:40px max(24px,50vw - 450px)}.legal-page>article{border:1px solid var(--line);background:var(--paper);border-radius:24px;margin-top:36px;padding:clamp(24px,5vw,56px)}.legal-header{justify-content:space-between;align-items:center;gap:24px;display:flex}.legal-header nav,.legal-footer{flex-wrap:wrap;align-items:center;gap:12px 24px;display:flex}.legal-header nav a,.legal-footer a{color:var(--teal);font-weight:800}.legal-header nav a[aria-current=page]{color:var(--ink);text-underline-offset:5px;text-decoration:underline}.legal-page h1{max-width:760px}.legal-page section{margin-top:30px}.legal-page p{max-width:760px;color:var(--muted);line-height:1.65}.legal-page li{max-width:760px;margin:10px 0;line-height:1.6}.legal-page a{text-underline-offset:3px;text-decoration-thickness:1.5px}.legal-meta{font-weight:750}.legal-footer{border-top:1px solid var(--line);margin-top:42px;padding-top:24px}.auth-legal-copy{color:var(--muted);margin:0;font-size:1rem;line-height:1.5}@media (max-width:640px){.legal-page{padding:24px 16px}.legal-header{flex-direction:column;align-items:flex-start}}.eyebrow,.nav-links,.processing-progress-panel p,.processing-progress-panel li,.plan-card span,.plan-card p,.project-row small,.project-row>span,.preview-toolbar span,.diagnostic-card span,.admin-scan-toggle strong,.admin-only-divider,.admin-diagnostics-grid span,.admin-diagnostics-list pre,.guide-start-choice span,.guide-start-choice strong,.wizard-steps li,.tool-status-grid span,.project-detail-grid span,.guide-music-size-control,.guide-source-step-controls label,.instrument-preview-toolbar label,.guide-card-size-controls label,.guide-card-size-controls small,.guide-source-controls label,.guide-source-controls>p,.editor-sidebar label,.instrument-label-note,.pdf-file-list,.scan-warning-list p,.job-status,.review-live-note,.review-no-note-search,.live-part-empty,.note-inventory-fallback span,.part-page-row label,.part-page-actions button,.part-page-options summary,.part-page-options button,.part-page-error,.part-page-excluded,.review-part-name span,.review-part-name strong,.definition-manager>summary span,.definition-manager-search,.definition-manager-edit-button,.definition-manager-edit-panel label,.definition-symbol-drop span,.definition-symbol-drop strong,.definition-category-input,.definition-library-category,.definition-library-panel h3,.guide-card-undo,.term-slider-fixture-control span,.custom-definition-form label,.definition-library-add-mark,.definition-editor-status,.selected-source-grid span,.review-stage-steps button,.review-section-inclusion,.active-guide-source label,.additional-instruments>summary span,.selected-instrument-score header p,.instrument-library header p,.setup-recovery-link,.setup-dropdown>summary span,.instrument-columns,.live-part-review label,.review-part-list-heading span,.review-part-list-heading strong,.detected-term-group>strong,.detected-term-quick-add button,.detected-parts-panel span,.flat-note-inventory-status,.tool-status-grid strong,.detected-parts-panel small,.part-row label,.source-measure-row small,.guide-note-card-filters label,.live-part-review-toolbar span,.metric-grid span,.review-save-status,.review-score-group>header span,.review-source-waiting,.home-path-note,.home-review-fields>p,.home-review-steps button,.home-account-actions .primary-button,.home-result-label,.home-preview-toolbar>span,.home-review-steps button>span,.home-review-fields>label,.home-review-fields>small,.home-verified-facts span,.home-review-term-list span{font-size:1rem;line-height:1.35}.setup-stage-steps small{font-size:1rem;line-height:1.2}.setup-wizard-page>header p{font-size:1rem}.setup-grid label,.custom-instrument-add label,.selected-instrument-score li label,.custom-instrument-library label{font-size:1rem;line-height:1.3}.setup-grid input,.setup-grid select,.selected-instrument-score input,.custom-instrument-library input,.custom-instrument-library select,.instrument-library summary span{font-size:1rem}.setup-wizard-page input:not([type=file]):not([type=checkbox]):not([type=radio]),.setup-wizard-page select{background:#fff;border:1px solid #aaa395;border-radius:8px;min-height:48px;padding:11px 13px;font-size:1rem}.selected-instrument-score header p,.selected-instrument-score li label{font-size:1rem;line-height:normal}.setup-wizard-page .selected-instrument-score li .instrument-name-input{height:24px;min-height:24px;padding:0 7px;font-size:1rem}.setup-wizard-page .selected-instrument-score li .instrument-page-count-input{height:24px;min-height:24px;font-size:inherit;padding:0 6px}.measure-selection-warning{color:#9f3f24;margin:.4rem 0 0;font-weight:700}.instrument-range-settings-row{border:1px solid var(--line);background:var(--warm);border-radius:12px;justify-content:space-between;align-items:center;gap:18px;padding:16px;display:flex}.instrument-range-settings-row p{color:var(--muted);margin:4px 0 0}.instrument-range-settings-row button{flex:none}.instrument-range-modal-backdrop{z-index:1000;background:#191e1e94;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.instrument-range-modal{background:#fff;border-radius:16px;gap:18px;width:min(900px,100%);max-height:calc(100vh - 48px);padding:24px;display:grid;overflow:auto;box-shadow:0 24px 70px #1419194d}.instrument-range-modal>header,.instrument-range-modal>footer{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.instrument-range-modal h2,.instrument-range-modal header p{margin:0}.instrument-range-modal header p{color:var(--muted);margin-top:4px}.instrument-range-select{gap:6px;font-weight:850;display:grid}.instrument-range-select select{min-height:46px}.instrument-range-staff-wrap{border:1px solid var(--line);background:#fff;border-radius:12px;min-height:270px;padding:8px;position:relative;overflow:auto}.instrument-range-vexflow{width:640px;height:230px}.instrument-range-vexflow svg{width:640px;height:230px;display:block}.instrument-range-staff{touch-action:none;width:640px;height:230px;display:block;position:absolute;inset:8px auto auto 8px;overflow:visible}.instrument-range-staff circle{fill:#0000;stroke:#0000;stroke-width:3px;cursor:ns-resize;outline:none}.instrument-range-staff g.is-selected circle,.instrument-range-staff circle:focus-visible{stroke:var(--teal)}.instrument-range-note-label{text-anchor:middle;font-family:inherit;font-size:15px;font-weight:850}.instrument-range-controls{gap:10px;display:grid}.instrument-range-playable-limit{color:var(--muted);margin:0;font-weight:800}.instrument-range-controls>div{flex-wrap:wrap;gap:8px;display:flex}.instrument-range-controls button{min-height:42px;color:var(--ink);font:inherit;cursor:pointer;background:#fff;border:1px solid #cfc6b6;border-radius:8px;padding:8px 12px;font-weight:800}.instrument-range-controls button.is-selected{color:#fff;border-color:var(--teal);background:var(--teal)}.instrument-range-summary{color:var(--muted);font-weight:750}@media (max-width:700px){.instrument-range-settings-row{flex-direction:column;align-items:stretch}.instrument-range-modal-backdrop{padding:8px}.instrument-range-modal{max-height:calc(100vh - 16px);padding:16px}}
