/* MIDI to MP3 — page-specific styles */
header{height:auto;min-height:76px;flex-wrap:wrap;gap:12px;padding:12px 5%}
header nav{display:flex;flex-wrap:wrap;gap:8px 20px}
header nav a{display:inline-flex;align-items:center;min-height:44px;color:#b9f56a;text-decoration:none}
.settings{display:flex;flex-direction:column;gap:16px;margin-bottom:18px}
.field{display:flex;flex-direction:column;gap:6px}
.field-label{font-size:12px;letter-spacing:.14em;color:#99a9be}
.field small{font-size:12px;color:#9bacc1;margin-top:4px}
select{background:#182536;color:#e9eef5;border:1px solid #2a3649;border-radius:7px;padding:10px 32px 10px 12px;font:inherit;font-size:14px;cursor:pointer;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23b9f56a' stroke-width='2' fill='none'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center}
select:focus-visible{outline:2px solid #b9f56a;outline-offset:2px}
input[type=range]{width:100%;height:36px;accent-color:#b9f56a;cursor:pointer}
