[hidden]{display:none!important}
:root{color-scheme:dark;--bg:#08111f;--panel:#0f172a;--panel-deep:#07111f;--line:rgba(148,163,184,.24);--text:#f8fafc;--muted:#94a3b8;--soft:#e0f2fe;--accent:#60a5fa;--success:#34d399;--danger:#fb7185}
*{box-sizing:border-box}
body{margin:0;min-height:100vh;background:#08111f;color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
button,input{font:inherit}
.page{width:min(1120px,calc(100% - 32px));margin:0 auto;padding:18px 0 36px}
.topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:30px}
.brand{color:var(--text);font-weight:900;text-decoration:none}
.lang{display:inline-flex;gap:5px;padding:5px;border:1px solid var(--line);border-radius:999px;background:var(--panel)}
.lang a{min-width:48px;padding:8px 12px;border-radius:999px;color:var(--muted);text-align:center;text-decoration:none;font-size:13px;font-weight:800}
.lang .active{background:#f8fafc;color:#0f172a}
.hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(270px,.55fr);gap:22px;align-items:end;margin-bottom:20px}
.eyebrow{margin:0 0 10px;color:var(--success);font-size:12px;font-weight:900;text-transform:uppercase}
h1{margin:0;font-size:clamp(36px,5.6vw,64px);line-height:1;text-wrap:balance}
.summary{margin:14px 0 0;max-width:720px;color:var(--soft);font-size:16px;line-height:1.65;text-wrap:pretty}
.trust{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}
.trust span{border:1px solid rgba(96,165,250,.3);border-radius:999px;background:rgba(96,165,250,.08);padding:7px 10px;font-size:12px;font-weight:800}
.card{border:1px solid var(--line);border-radius:16px;background:var(--panel);box-shadow:0 24px 80px rgba(0,0,0,.22)}
.format-card{padding:18px}
.format-card strong{display:block;color:var(--accent);font-size:14px}
.format-card p{margin:8px 0 0;color:var(--muted);line-height:1.6;text-wrap:pretty}
.converter{display:grid;grid-template-columns:minmax(320px,430px) minmax(0,1fr);gap:18px;align-items:start}
.controls{display:grid;gap:14px;padding:18px}
.drop{display:grid;place-items:center;min-height:240px;border:1.5px dashed rgba(96,165,250,.48);border-radius:14px;background:var(--panel-deep);padding:22px;text-align:center}
.drop.hot{border-color:var(--success);background:rgba(52,211,153,.07)}
.file-icon{display:grid;place-items:center;width:64px;height:64px;margin:0 auto 16px;border-radius:14px;background:var(--accent);color:#06111f;font-size:18px;font-weight:950}
.drop strong{display:block;font-size:21px;text-wrap:balance}
.drop p{margin:8px auto 0;max-width:330px;color:var(--muted);font-size:14px;line-height:1.55;text-wrap:pretty}
.picker{display:inline-flex;margin-top:18px;border:0;border-radius:10px;background:var(--accent);color:#06111f;padding:12px 17px;font-weight:900;cursor:pointer}
.picker input{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}
.selected{display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid rgba(148,163,184,.2);border-radius:12px;background:var(--panel-deep);padding:12px}
.selected-copy{min-width:0}
.selected strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.selected span{display:block;margin-top:5px;color:var(--muted);font-size:12px}
.remove{border:1px solid rgba(148,163,184,.28);border-radius:9px;background:#111827;color:var(--text);padding:8px 10px;cursor:pointer}
.action{width:100%;min-height:48px;border:0;border-radius:10px;background:var(--success);color:#052e2b;font-weight:950;cursor:pointer}
.action:disabled{opacity:.48;cursor:not-allowed}
.privacy{margin:0;color:var(--muted);font-size:13px;line-height:1.55;text-wrap:pretty}
.status{display:grid;gap:14px;padding:18px}
.status-head{display:flex;align-items:center;justify-content:space-between;gap:12px}
.status h2{margin:0;font-size:20px;text-wrap:balance}
.badge{border-radius:999px;background:rgba(96,165,250,.12);color:var(--accent);padding:7px 10px;font-size:12px;font-weight:850}
.status-box{display:grid;place-items:center;min-height:235px;border:1px solid rgba(148,163,184,.18);border-radius:14px;background:var(--panel-deep);padding:22px;text-align:center}
.status-mark{display:grid;place-items:center;width:58px;height:58px;margin:0 auto 14px;border-radius:50%;border:1px solid rgba(96,165,250,.42);color:var(--accent);font-size:25px;font-weight:900}
.status-box strong{font-size:19px}
.status-box p{margin:8px 0 0;color:var(--muted);line-height:1.6;text-wrap:pretty}
.status-box.error .status-mark{border-color:rgba(251,113,133,.5);color:var(--danger)}
.status-box.done .status-mark{border-color:rgba(52,211,153,.5);color:var(--success)}
.download{display:inline-flex;justify-content:center;margin-top:16px;border-radius:10px;background:var(--success);color:#052e2b;padding:12px 16px;font-weight:900;text-decoration:none}
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:20px}
.step{padding:18px}
.step span{display:grid;place-items:center;width:34px;height:34px;border-radius:9px;background:rgba(96,165,250,.14);color:var(--accent);font-weight:900;font-variant-numeric:tabular-nums}
.step h2{margin:13px 0 8px;font-size:17px;text-wrap:balance}
.step p{margin:0;color:var(--muted);font-size:14px;line-height:1.6;text-wrap:pretty}
.lab-simple-footer{margin-top:24px;text-align:center}.lab-simple-footer a{color:var(--muted)}
@media(max-width:860px){.hero,.converter{grid-template-columns:1fr}.steps{grid-template-columns:1fr}}
@media(max-width:540px){.page{width:min(100% - 22px,1120px)}.topbar{margin-bottom:22px}.drop{min-height:215px}.selected{align-items:flex-start;flex-direction:column}.remove{width:100%}}
