*{box-sizing:border-box}body{margin:0;font-family:Inter,Arial,sans-serif;background:#080a10;color:#f4f6fb}.shell{max-width:980px;margin:auto;padding:28px 18px 50px}header{display:flex;gap:13px;align-items:center;margin-bottom:48px}.logo{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(135deg,#ff315f,#7b5cff);font-weight:900}h1,h2,h3,p{margin-top:0}header h1{margin-bottom:3px;font-size:22px}header p{color:#8f98ab;margin:0}.hero{text-align:center;padding:38px 0 28px}.hero h2{font-size:clamp(32px,6vw,58px);line-height:1.02;margin-bottom:14px}.hero>p{color:#aab2c2;margin-bottom:28px}.inputrow{display:flex;max-width:760px;margin:auto;background:#121621;border:1px solid #293143;border-radius:16px;padding:6px;box-shadow:0 18px 50px #0005}.inputrow input{min-width:0;flex:1;background:transparent;border:0;outline:0;color:#fff;padding:14px;font-size:16px}.inputrow button{border:0;border-radius:11px;padding:0 22px;background:#fff;color:#080a10;font-weight:800;cursor:pointer}.inputrow button:disabled{opacity:.55}.msg{min-height:25px;margin-top:13px;color:#ffbdc9}.card{margin-top:24px;background:#10141e;border:1px solid #252c3a;border-radius:20px;padding:24px}.hidden{display:none}.resulthead{display:flex;justify-content:space-between;gap:20px}.badge{display:inline-block;background:#242b3a;color:#cdd4e2;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:800;text-transform:uppercase}.resulthead h3{margin:13px 0 7px;font-size:21px}.resulthead p{color:#8e98aa}.formats{display:grid;gap:10px;margin-top:20px}.format{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px;border:1px solid #2a3242;border-radius:14px;background:#0c1018}.format .info{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.quality{font-weight:800}.type{color:#8e98aa;font-size:13px}.download{background:#7b5cff;color:#fff;text-decoration:none;border-radius:10px;padding:10px 14px;font-weight:800;white-space:nowrap}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.steps div{display:flex;gap:10px;align-items:center;padding:15px;border-radius:13px;background:#0c1018;color:#c8cfdb}.steps b{width:30px;height:30px;border-radius:50%;background:#252c3a;display:grid;place-items:center}.note{color:#7f899d;font-size:13px;margin:18px 0 0}footer{text-align:center;color:#616b7e;font-size:12px;margin-top:30px}@media(max-width:650px){.inputrow{flex-direction:column;background:transparent;border:0;padding:0}.inputrow input{background:#121621;border:1px solid #293143;border-radius:12px}.inputrow button{height:48px}.steps{grid-template-columns:1fr}.format{align-items:flex-start;flex-direction:column}.download{width:100%;text-align:center}}
