:root{color-scheme:dark;--bg:#101519;--panel:#192126;--border:#303b40;--text:#f0f3ef;--muted:#a5b2b7;--accent:#c4f36b}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-family:Segoe UI,Arial,sans-serif;font-size:16px}button,input{font:inherit}button,label.button{cursor:pointer}button:disabled{opacity:.4;cursor:default}a{color:inherit}header{height:88px;padding:0 5%;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:12px;text-decoration:none;font-weight:750;letter-spacing:2px}.logo{font-size:34px;color:var(--accent)}.subbrand{font-size:12px;font-weight:400;color:var(--muted);border-left:1px solid var(--border);padding-left:15px}.privacy{font-size:13px;color:var(--muted)}.privacy span{color:var(--accent);margin:0 10px}main{max-width:1280px;padding:48px 36px 20px;margin:auto}.heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}.eyebrow{font-size:12px;letter-spacing:1.8px;color:var(--accent);font-weight:650}h1{font-size:clamp(32px,4vw,48px);letter-spacing:-1.8px;line-height:1.15;margin:12px 0}p{color:var(--muted);line-height:1.6;margin:8px 0}h2{font-size:19px;margin:0;letter-spacing:-.3px}.badge,.estimate{font-size:12px;letter-spacing:1px;color:var(--muted)}.badge{border:1px solid var(--border);padding:9px 12px;border-radius:4px}.drop{display:flex;align-items:center;gap:22px;padding:28px;border:1px dashed #62744c;border-radius:12px;background:#1a211c}.drop.hover{background:#283522;border-color:var(--accent)}.dropicon{font-size:36px;color:var(--accent);width:52px;height:52px;display:grid;place-items:center;border:1px solid #46513c;border-radius:50%}.drop p{font-size:14px}.fileactions{margin-left:auto;display:flex;flex-direction:column;gap:10px;align-items:center}.button{border-radius:6px;padding:12px 22px;display:inline-block;white-space:nowrap}.primary{background:var(--accent);color:#182014;font-weight:700}.textbutton{color:var(--muted);background:none;border:0;font-size:13px;text-decoration:underline;text-underline-offset:4px}#file{position:absolute;width:1px;height:1px;opacity:0}label:has(+input:focus-visible){outline:3px solid white}#status{font-size:13px;color:var(--muted);min-height:40px;padding:10px 0}#status.error{color:#ffada1}progress{width:100%;height:5px;accent-color:var(--accent);margin-bottom:14px}#results{border:1px solid var(--border);background:var(--panel);border-radius:12px;overflow:hidden}.fileline{padding:22px 26px;display:flex;justify-content:space-between;gap:20px;align-items:center;border-bottom:1px solid var(--border)}.fileline .eyebrow{font-size:11px;color:var(--muted)}#filename{font-size:16px;margin-top:8px;overflow-wrap:anywhere}#format{color:var(--muted);font-size:13px;white-space:nowrap}.metrics{display:grid;grid-template-columns:repeat(4,1fr)}.metrics article{padding:24px 26px;border-right:1px solid var(--border)}.metrics article:last-child{border:0}.metrics article>span{font-size:14px;color:var(--muted)}em{font-size:11px;font-style:normal;display:inline-block;color:#aabb8b}.metrics strong{font-size:43px;letter-spacing:-1.5px;font-weight:550;font-variant-numeric:tabular-nums}.metrics article>div{margin-top:10px}.metrics small{font-size:13px;color:var(--muted)}.metrics p{font-size:12px}.wavewrap{margin:0 26px;border-top:1px solid var(--border);padding-top:14px}canvas{width:100%;height:94px;display:block}.wavemeta{font-size:10px;letter-spacing:1px;display:flex;justify-content:space-between;color:var(--muted)}.listen{display:flex;align-items:center;gap:16px;padding:20px 26px}.play{width:38px;height:38px;border:0;border-radius:50%;background:var(--accent);color:#172014}.listen>span{font-size:13px;font-variant-numeric:tabular-nums;white-space:nowrap}#seek{flex:1;min-width:40px;accent-color:var(--accent);height:4px}.switch{display:flex;border:1px solid #435056;padding:3px;border-radius:6px}.switch button{background:none;color:var(--muted);border:0;padding:7px 12px;border-radius:3px;font-size:13px}.switch .active{background:#39464b;color:white}#gainLabel{color:var(--accent);min-width:54px}.platformSection{margin-top:34px}.sectionhead{display:flex;justify-content:space-between;align-items:center;gap:20px}.sectionhead p{font-size:14px}.platforms{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:18px}.platform{background:#171e22;border:1px solid var(--border);border-radius:10px;text-align:left;padding:20px;color:var(--text)}.platform.selected{border-color:var(--accent);background:#212b20}.platformhead{display:flex;justify-content:space-between;font-weight:650}.platformhead small{font-weight:400;color:var(--muted);font-size:12px}.adjustment{font-size:32px;display:block;font-weight:500;margin:16px 0 8px;letter-spacing:-1px}.adjustment small{font-size:14px;color:var(--muted);letter-spacing:0}.platformnote{font-size:12px;color:var(--muted)}.verdict{border-left:2px solid var(--accent);background:#19211b;padding:16px 20px;font-size:14px;line-height:1.6;margin-top:18px}details{margin-top:24px;padding:18px 0;border-top:1px solid var(--border);color:var(--muted);font-size:14px}summary{cursor:pointer;color:var(--text)}details p{max-width:950px}footer{display:flex;justify-content:space-between;padding:24px 0;font-size:11px;color:#809094;letter-spacing:1px}button:focus-visible,summary:focus-visible,a:focus-visible{outline:2px solid var(--accent);outline-offset:4px}@media(max-width:800px){header{height:72px;padding:0 20px}.privacy{display:none}main{padding:28px 18px}.heading{gap:12px}.badge{display:none}.drop{flex-wrap:wrap;padding:20px;gap:14px}.dropicon{display:none}.fileactions{margin:6px 0 0;flex-direction:row;flex-wrap:wrap}.metrics{grid-template-columns:repeat(2,1fr)}.metrics article{padding:20px;border-bottom:1px solid var(--border)}.metrics article:last-child{border-bottom:1px solid var(--border)}.metrics strong{font-size:35px}.fileline{align-items:flex-start;flex-direction:column;gap:8px;padding:20px}.listen{flex-wrap:wrap;padding:18px}.listen #seek{min-width:45%}.sectionhead{display:block}.estimate{display:block;margin-top:12px}.platforms{grid-template-columns:1fr}.platform{padding:16px}.adjustment{margin:10px 0}.subbrand{font-size:10px}footer{gap:20px}.wavewrap{margin:0 18px}}

/* Keep the upload symbol centered independently of font metrics. */
.dropicon{flex:0 0 52px;line-height:1}.dropicon svg{display:block}

.play{display:grid;place-items:center;padding:0;flex:0 0 38px;line-height:1}.play svg{display:block}.play .pause-symbol{display:none}.play.is-playing .play-symbol{display:none}.play.is-playing .pause-symbol{display:block}

.site-footer{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:28px;padding:28px 0 32px;border-top:1px solid var(--border);font-size:13px;letter-spacing:0}.footer-brand,.footer-label{font-size:11px;letter-spacing:1.4px;color:var(--text)}.footer-about p{font-size:13px;margin:10px 0 8px}.footer-about small{font-size:12px}.footer-contact,.footer-social{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.footer-contact>a{color:var(--text);text-underline-offset:4px}.footer-note{font-size:12px;color:var(--muted);line-height:1.5}.facebook-link{display:inline-flex;align-items:center;gap:9px;color:var(--text);text-decoration:none}.facebook-link svg{flex:none}.facebook-link:hover,.footer-contact>a:hover{color:var(--accent)}@media(max-width:800px){.site-footer{grid-template-columns:1fr;gap:24px}}
/* Consistent interactive feedback without moving the layout. */
.site-footer a,.primary,.platform,.textbutton{transition:color .16s ease,background-color .16s ease,border-color .16s ease,box-shadow .16s ease}
.footer-about a{text-underline-offset:4px}
.site-footer a:focus-visible,.textbutton:focus-visible{color:var(--accent)}
.primary:has(+input:focus-visible){background:#d5ff87;box-shadow:0 0 18px #c4f36b30}
.platform.selected{box-shadow:inset 0 0 0 1px var(--accent)}
.platform:focus-visible{border-color:var(--accent);background:#263126;box-shadow:0 0 16px #c4f36b18}
.platform.selected:focus-visible{background:#303d28;box-shadow:inset 0 0 0 1px var(--accent),0 0 16px #c4f36b25}
@media(hover:hover){
 .site-footer a:hover,.textbutton:not(:disabled):hover{color:var(--accent)}
 .primary:hover{background:#d5ff87;box-shadow:0 0 18px #c4f36b30}
 .platform:not(:disabled):hover{border-color:var(--accent);background:#263126;box-shadow:0 0 16px #c4f36b18}
 .platform.selected:not(:disabled):hover{background:#303d28;box-shadow:inset 0 0 0 1px var(--accent),0 0 16px #c4f36b25}
}
@media(prefers-reduced-motion:reduce){.site-footer a,.primary,.platform,.textbutton{transition:none}}
/* Artist branding belongs above the tool, beneath the site header. */
main{padding-top:24px}
.artist-intro{display:flex;align-items:center;justify-content:center;min-height:112px;margin-bottom:28px}
.engraved-mark{display:block;width:min(484px,85%);aspect-ratio:2211/441}
h1{font-size:clamp(28px,3.2vw,38px);letter-spacing:-1.2px}
@media(max-width:800px){main{padding-top:18px}.artist-intro{min-height:96px;margin-bottom:22px}.engraved-mark{width:min(360px,90%)}}.artist-intro{flex-direction:column;gap:18px;padding:12px 0 6px}
.artist-subtitle{color:#829399;font-size:14px;font-weight:500;letter-spacing:.55em;text-indent:.55em;line-height:1.5;text-align:center}
@media(max-width:800px){.artist-intro{gap:14px}.artist-subtitle{font-size:11px;letter-spacing:.45em;text-indent:.45em}}
/* Flat, neutral subtitle with understated side rules. */
.artist-subtitle{display:flex;align-items:center;justify-content:center;gap:22px;width:min(484px,90%);color:#a8aaad;font-size:20px;letter-spacing:.45em;text-indent:.45em;white-space:nowrap;text-shadow:none}
.artist-subtitle::before,.artist-subtitle::after{content:"";flex:1;min-width:24px;height:1px;background:#45494d;box-shadow:none}
@media(max-width:800px){.artist-subtitle{width:min(360px,95%);font-size:13px;gap:14px;letter-spacing:.4em;text-indent:.4em}}
/* Static dark artwork; no colour animation. */
.logo-ink{flood-color:#091115}
.previewnote{margin:0;padding:0 26px 20px;font-size:13px;color:var(--muted)}
