:root { color-scheme: dark; font-family: Inter, "SF Pro Display", "PingFang SC", sans-serif; color: #edf5f4; background: #07111b; }
* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; background: radial-gradient(circle at 78% 5%, rgba(15, 211, 166, .14), transparent 28rem), #07111b; }
.page { width: min(940px, calc(100% - 32px)); margin: 0 auto; padding: 28px 0 64px; }
nav { display: flex; justify-content: space-between; align-items: center; color: #80949e; font-size: 13px; }
nav a { color: #b9cbc9; text-decoration: none; }
header { padding: 82px 0 46px; }
.kicker, .section-label { color: #27e2b1; font-size: 11px; font-weight: 800; letter-spacing: .18em; }
h1 { margin: 13px 0 18px; font-size: clamp(46px, 8vw, 78px); line-height: .96; letter-spacing: -.06em; }
header p { max-width: 680px; margin: 0; color: #92a7ad; font-size: 17px; line-height: 1.8; }
.drop-zone { position: relative; display: grid; place-items: center; min-height: 290px; padding: 40px; text-align: center; border: 1px dashed #32515b; border-radius: 24px; background: rgba(11, 28, 40, .75); transition: border-color .2s, background .2s; }
.drop-zone.dragging { border-color: #27e2b1; background: rgba(20, 57, 60, .8); }
.drop-zone input { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: pointer; }
.plus { display: grid; place-items: center; width: 64px; height: 64px; border-radius: 50%; background: #27e2b1; color: #08221c; font-size: 38px; }
.drop-zone h2 { margin: 20px 0 4px; font-size: 25px; }
.drop-zone p { margin: 0; color: #7f959d; }
.progress { margin-top: 22px; padding: 20px; border-radius: 16px; background: #0d1d29; }
.progress > div:first-child { display: flex; justify-content: space-between; gap: 12px; }
.track { height: 7px; margin-top: 15px; border-radius: 99px; background: #1b3340; overflow: hidden; }
.track i { display: block; width: 0; height: 100%; background: #27e2b1; transition: width .2s ease; }
.results-section { margin-top: 52px; }
.results-head { display: flex; justify-content: space-between; gap: 24px; align-items: end; margin-bottom: 20px; }
.results-head h2 { margin: 7px 0 0; font-size: 30px; }
.actions { display: flex; gap: 10px; }
button, .download { padding: 11px 16px; border: 1px solid #2b4652; border-radius: 10px; background: #102430; color: #eaf4f2; font: inherit; cursor: pointer; text-decoration: none; }
button.primary, .download { border-color: transparent; background: #27e2b1; color: #092119; font-weight: 800; }
button:disabled { opacity: .45; cursor: wait; }
.results { display: grid; gap: 10px; }
.result { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 18px; align-items: center; padding: 17px 18px; border: 1px solid #183440; border-radius: 14px; background: #0b1924; }
.result h3 { overflow: hidden; margin: 0 0 5px; font-size: 16px; text-overflow: ellipsis; white-space: nowrap; }
.result p { margin: 0; color: #789099; font-size: 13px; }
.result audio { width: min(330px, 100%); height: 32px; margin-top: 10px; }
.notice { min-height: 24px; margin-top: 18px; color: #f4b36a; }
@media (max-width: 640px) { header { padding-top: 58px; } nav span { display: none; } .results-head { align-items: stretch; flex-direction: column; } .result { grid-template-columns: 1fr; } .download { text-align: center; } }
