*{box-sizing:border-box}
:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
body{margin:0;min-height:100vh;background:#080a0d;color:#f7f8fa}
body:before{content:"";position:fixed;inset:0;background:radial-gradient(circle at 50% -10%,rgba(255,255,255,.095),transparent 36%);pointer-events:none}
.page{width:min(920px,calc(100% - 30px));margin:0 auto;padding:10vh 0 7vh}
.hero{text-align:center}
.eyebrow{display:inline-flex;align-items:center;gap:8px;border:1px solid #252a32;background:#101319;padding:7px 11px;border-radius:999px;color:#929dab;font-size:12px}
.dot{width:7px;height:7px;border-radius:50%;background:#78e08f;box-shadow:0 0 18px rgba(120,224,143,.65)}
h1{font-size:clamp(54px,10vw,96px);line-height:.9;letter-spacing:-.07em;margin:28px 0 22px}
h1 span{color:#7d8795}
.lead{max-width:650px;margin:0 auto 34px;color:#8993a1;font-size:16px;line-height:1.6}
.search{display:grid;grid-template-columns:auto 1fr auto;gap:8px;border:1px solid #262c35;background:#11151a;padding:8px;border-radius:19px;box-shadow:0 28px 90px rgba(0,0,0,.4)}
input,button,select{border:0;outline:0;font:inherit}
input{min-width:0;background:transparent;color:#fff;padding:16px;font-size:15px}
button{min-width:110px;border-radius:12px;background:#f5f7f9;color:#090b0e;font-weight:800;cursor:pointer;padding:0 20px}
button:disabled{opacity:.55;cursor:wait}
.status{min-height:34px;padding-top:14px;font-size:13px;color:#8590a1}
.status.error{color:#ff9c9c}
.media-card{margin-top:18px;border:1px solid #252b34;background:#10141a;border-radius:20px;overflow:hidden;text-align:left}
.hidden{display:none!important}
.thumb{display:block;width:100%;max-height:360px;object-fit:cover;background:#0c0f13}
.media-body{padding:22px}
.provider{font-size:11px;letter-spacing:.12em;color:#748196;font-weight:800}
h2{font-size:22px;letter-spacing:-.025em;margin:7px 0 18px;line-height:1.25}
.downloads{display:grid;gap:8px}
.download{display:flex;align-items:center;justify-content:space-between;gap:14px;border:1px solid #2a303a;background:#151a21;border-radius:13px;padding:13px 14px;color:#eef2f7;text-decoration:none}
.download:hover{background:#191f27}
.download small{color:#7f8b9d}
.download b{font-size:13px}
.features{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:38px;text-align:left}
.features div{border-top:1px solid #242a33;padding:15px 3px}
.features b,.features span{display:block}
.features b{font-size:13px;margin-bottom:5px}
.features span{font-size:12px;color:#778294;line-height:1.5}
footer{margin-top:32px;color:#5f6978;font-size:11px;line-height:1.7}
footer a{color:#8e99aa;margin-left:8px}
@media(max-width:650px){
 .page{padding-top:7vh}
 .search{grid-template-columns:1fr}
 button{min-height:50px}
 .features{grid-template-columns:1fr}
 h1{font-size:clamp(50px,17vw,74px)}
}

select{background:#171c23;color:#c7cfda;border-radius:12px;padding:0 12px;min-width:120px}

.source-hint{margin-top:10px;color:#667386;font-size:12px;line-height:1.5}
select{cursor:pointer}
@media(max-width:650px){
  .search{grid-template-columns:1fr!important}
  .search select,.search input,.search button{width:100%}
}

.author{font-size:13px;color:#7f8b9d;margin:-10px 0 16px}.author.hidden{display:none}
