:root{--theme-background:var(--paper);--theme-surface:var(--card);--theme-text:var(--ink);--theme-muted:var(--muted);--theme-border:var(--line);--theme-primary:var(--accent);--theme-primary-hover:var(--accent2);--theme-header-bg:rgba(247,245,239,.92);--theme-input-bg:#fff;--theme-input-border:#cbc6ba;--theme-danger-bg:#fae5df;--theme-danger-border:#e9ae9f;--theme-success-bg:#e2f2e9;--theme-success-border:#9dceb0;--theme-heading-font:Georgia,"Times New Roman",serif;--theme-body-font:Inter,ui-sans-serif,system-ui,sans-serif;--theme-body-line-height:1.55;--theme-lyrics-line-height:1.85;--theme-radius:4px;--theme-button-radius:3px;--theme-shadow:0 12px 35px rgba(23,32,29,.07);--theme-page-width:1100px;--theme-reading-width:760px;--theme-header-height:76px;--theme-card-padding:28px;--theme-transition:.15s}body{background:var(--theme-background);color:var(--theme-text);font-family:var(--theme-body-font);line-height:var(--theme-body-line-height)}header{height:var(--theme-header-height);background:var(--theme-header-bg);border-color:var(--theme-border)}.brand,h1,h2,h3,.lyrics{font-family:var(--theme-heading-font)}main{max-width:var(--theme-page-width)}.lyrics-page{max-width:var(--theme-reading-width)}.lyrics{line-height:var(--theme-lyrics-line-height)}.search-card,.panel,.song-card,.lyrics{background:var(--theme-surface);border-color:var(--theme-border);border-radius:var(--theme-radius)}.search-card,.panel{padding:var(--theme-card-padding);box-shadow:var(--theme-shadow)}input,textarea,select{background:var(--theme-input-bg);border-color:var(--theme-input-border);color:var(--theme-text);border-radius:var(--theme-button-radius)}button{background:var(--theme-primary);border-radius:var(--theme-button-radius)}button:hover{background:var(--theme-primary-hover)}.eyebrow,.song-card span,.meta,.form-note a{color:var(--theme-primary)}.song-card p,.lede,.back,.form-note,small,footer{color:var(--theme-muted)}.section-title,.accounts,.account,footer{border-color:var(--theme-border)}.alert{background:var(--theme-danger-bg);border-color:var(--theme-danger-border)}.success{background:var(--theme-success-bg);border-color:var(--theme-success-border)}.song-card{transition:var(--theme-transition)}
