:root{--bg:#070a0c;--panel:#101518;--line:#20292d;--text:#f5f7f7;--muted:#8e9ba0;--red:#ff3d2e;--green:#65e691}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-family:'DM Sans',sans-serif;min-height:100vh;overflow-x:hidden}body:before{content:'';position:fixed;inset:0;background-image:linear-gradient(#ffffff05 1px,transparent 1px),linear-gradient(90deg,#ffffff05 1px,transparent 1px);background-size:48px 48px;mask-image:linear-gradient(to bottom,#000,transparent 70%);pointer-events:none}.glow{position:fixed;border-radius:50%;filter:blur(120px);opacity:.15;pointer-events:none}.g1{width:450px;height:450px;background:#ff3427;top:-180px;left:20%}.g2{width:400px;height:400px;background:#1b7e55;right:-180px;top:45%}nav{max-width:1160px;margin:auto;height:88px;padding:0 24px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #ffffff0a}.brand{display:flex;align-items:center;gap:12px;color:white;text-decoration:none;font:800 20px Manrope}.brand>span:last-child span{color:var(--red)}.logo{display:grid;place-items:center;width:38px;height:30px;border-radius:9px;background:var(--red);font-size:14px}.badge{font-size:11px;letter-spacing:1.5px;color:#9eaaa9;border:1px solid var(--line);padding:7px 10px;border-radius:99px}.badge i{display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--green);box-shadow:0 0 10px var(--green);margin-right:6px}main{max-width:1000px;margin:auto;padding:90px 24px 40px}.hero{text-align:center}.eyebrow{font-size:12px;letter-spacing:3px;color:var(--red);font-weight:700}.hero h1{font:800 clamp(38px,6.4vw,72px)/1.08 Manrope;margin:22px 0}.hero h1 em{font-style:normal;color:#879398}.lead{color:var(--muted);font-size:18px;max-width:590px;margin:0 auto 40px;line-height:1.7}.inputbox{display:flex;align-items:center;max-width:800px;margin:auto;background:#12171a;border:1px solid #2b3539;border-radius:15px;padding:7px;box-shadow:0 20px 60px #0008}.inputbox:focus-within{border-color:#5b676b}.link{font-size:20px;color:#69767b;padding:0 14px}.inputbox input{flex:1;min-width:0;border:0;background:transparent;color:white;font-size:16px;outline:0;padding:16px 4px}.inputbox button,.download{border:0;background:var(--red);color:white;font-weight:700;border-radius:10px;padding:16px 23px;cursor:pointer;font-size:15px;text-decoration:none}.inputbox button:disabled{opacity:.6}.inputbox button span{margin-left:12px}.hint{color:#566166;font-size:12px}.features{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:95px}.features article{display:flex;gap:16px;padding:22px;border:1px solid var(--line);border-radius:14px;background:#0c1012cc}.features article>span{display:grid;place-items:center;flex:0 0 40px;height:40px;border-radius:10px;background:#1d2427;color:var(--red)}h3{font-size:15px;margin:2px 0 7px}.features p{font-size:13px;line-height:1.5;color:var(--muted);margin:0}.hidden{display:none!important}.error,.loading,.result,.progress{max-width:800px;margin:32px auto 0;border:1px solid var(--line);background:#0e1316;border-radius:16px}.error{padding:18px;color:#ff9189;border-color:#5a2925}.loading{padding:30px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:7px;color:var(--muted)}.loading strong{color:white}.spinner{width:30px;height:30px;border:3px solid #293136;border-top-color:var(--red);border-radius:50%;animation:spin .7s linear infinite;margin-bottom:5px}@keyframes spin{to{transform:rotate(360deg)}}.result{overflow:hidden}.video{display:flex;gap:20px;padding:20px}.video img{width:180px;aspect-ratio:16/9;object-fit:cover;border-radius:11px;background:#222}.video h2{font:700 18px/1.35 Manrope;margin:7px 0}.video p{color:var(--muted);font-size:13px}.video p b{padding:0 8px}.youtube{font-size:10px;color:var(--red);font-weight:700;letter-spacing:1.5px}.tabs{display:flex;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.tab{flex:1;background:none;border:0;color:#79868b;padding:16px;cursor:pointer;font-weight:700}.tab.active{color:white;background:#ffffff05;box-shadow:inset 0 -2px var(--red)}.format{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:20px;padding:15px 20px;border-bottom:1px solid #1b2225}.format:last-child{border-bottom:0}.format strong{font-size:15px}.meta{color:#718087;font-size:12px;margin-top:4px}.size{font-size:13px;color:#aab4b7;white-space:nowrap}.get{background:#21292c;color:white;border:1px solid #344044;border-radius:8px;padding:10px 14px;cursor:pointer;font-weight:600}.get:hover{background:var(--red);border-color:var(--red)}.progress{padding:24px}.progress-head{display:flex;justify-content:space-between}.pulse{display:inline-block;width:9px;height:9px;background:var(--red);border-radius:50%;margin-right:9px;box-shadow:0 0 12px var(--red)}.bar{height:8px;background:#222a2e;border-radius:8px;margin:20px 0 10px;overflow:hidden}.bar i{display:block;width:0;height:100%;background:linear-gradient(90deg,var(--red),#ff756b);transition:width .3s}.progress p{color:var(--muted);font-size:13px}.progress .download{display:inline-block;margin-top:10px}.download span{margin-left:14px}footer{display:flex;justify-content:space-between;max-width:1160px;margin:70px auto 0;padding:30px 24px;border-top:1px solid #171d20;color:#5e696d;font-size:12px}footer span{font-weight:800;color:#899397}@media(max-width:700px){main{padding-top:55px}.inputbox{flex-wrap:wrap}.inputbox button{width:100%}.link{display:none}.inputbox input{padding-left:10px}.features{grid-template-columns:1fr;margin-top:60px}.video img{width:120px}.format{grid-template-columns:1fr auto;gap:10px}.size{grid-row:2}.get{grid-column:2;grid-row:1/3}.hero h1 br{display:none}footer{display:block}.video{align-items:center}}
