@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap";:root{font-family:DM Sans,sans-serif;color:#17202b;background:#f8fafc;font-synthesis:none;--blue: #2864dc;--blue-dark: #194dbb;--muted: #657184;--border: #dfe5ec;--surface: #fff;--surface-soft: #fbfdff;--surface-muted: #f9fafb;--text: #17202b;--text-soft: #374151;--shadow: rgba(40,62,90,.09);--header-bg: rgba(248,250,252,.78);color-scheme:light}:root[data-theme=dark]{--muted: #9aa8ba;--border: #283548;--surface: #121b28;--surface-soft: #101925;--surface-muted: #182333;--text: #edf3fb;--text-soft: #d1dae6;--shadow: rgba(0,0,0,.35);--header-bg: rgba(10,16,25,.78);color-scheme:dark}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;color:var(--text);background:#f8fafc;transition:color .3s,background .3s}:root[data-theme=dark] body{background:#0b111a}button,select,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}.site-header{position:sticky;z-index:10;top:0;height:74px;max-width:100%;margin:0 auto;padding:0 max(24px,calc((100vw - 1132px)/2));display:flex;align-items:center;justify-content:space-between;background:var(--header-bg);border-bottom:1px solid color-mix(in srgb,var(--border) 70%,transparent);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.brand{display:inline-flex;align-items:center;gap:9px;font-family:Manrope,sans-serif;font-weight:800;font-size:21px;letter-spacing:-.7px}.brand-mark{width:29px;height:29px;display:grid;place-items:center;border-radius:9px;color:#fff;background:var(--blue)}.brand-mark svg{width:17px;stroke-width:2.8}nav{display:flex;gap:34px;margin-left:82px}nav a{color:#5b6572;font-size:14px;font-weight:600;transition:color .2s}nav a:hover{color:var(--blue)}.header-actions{display:flex;align-items:center;gap:9px}.theme-toggle:hover{border-color:#8caef1;transform:translateY(-1px);box-shadow:0 7px 18px var(--shadow)}.theme-toggle{position:relative;width:38px;height:38px;display:grid;place-items:center;overflow:hidden;border:1px solid var(--border);border-radius:10px;color:var(--text);background:var(--surface);cursor:pointer;transition:.2s}.theme-toggle svg{position:absolute;width:17px;transition:transform .35s cubic-bezier(.2,.8,.2,1),opacity .25s}.moon-icon{opacity:1;transform:rotate(0) scale(1)}.sun-icon{opacity:0;transform:rotate(-90deg) scale(.5)}:root[data-theme=dark] .moon-icon{opacity:0;transform:rotate(90deg) scale(.5)}:root[data-theme=dark] .sun-icon{opacity:1;transform:rotate(0) scale(1);color:#ffd166}.hero{position:relative;overflow:hidden;padding:94px 24px 68px;text-align:center;background:radial-gradient(circle at 50% 12%,#e8f1ff 0,#f8fafc 42%,#f8fafc);transition:background .3s}:root[data-theme=dark] .hero{background:radial-gradient(circle at 50% 5%,#172b50 0,#0b111a 42%,#0b111a)}.hero:before,.hero:after{content:"";position:absolute;border:1px solid #e5ebf2;border-radius:50%;pointer-events:none}.hero:before{width:740px;height:740px;top:-460px;left:calc(50% - 370px)}.hero:after{width:1050px;height:1050px;top:-615px;left:calc(50% - 525px)}.eyebrow,.section-label{position:relative;z-index:1;color:var(--blue);font-size:11px;font-weight:800;letter-spacing:1.45px}.eyebrow{display:flex;justify-content:center;align-items:center;gap:8px}.eyebrow span{width:6px;height:6px;background:var(--blue);border-radius:99px;box-shadow:0 0 0 5px #dbe8ff}.hero h1{position:relative;z-index:1;max-width:820px;margin:23px auto 16px;font:800 clamp(42px,6vw,68px)/1.08 Manrope,sans-serif;letter-spacing:-3.9px}.hero h1 em{color:transparent;font-style:normal;background:linear-gradient(100deg,#2864dc,#6b8cff);background-clip:text;-webkit-background-clip:text}.hero>p{position:relative;z-index:1;margin:0 auto 36px;color:var(--muted);line-height:1.65;font-size:16px}.converter-card{position:relative;z-index:2;max-width:850px;margin:auto;padding:10px;border:1px solid var(--border);border-radius:20px;background:color-mix(in srgb,var(--surface) 80%,transparent);box-shadow:0 22px 60px var(--shadow),0 1px #ffffff80 inset;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.dropzone{min-height:307px;display:flex;flex-direction:column;justify-content:center;align-items:center;border:1.5px dashed #91a5bf;border-radius:13px;background:var(--surface-soft);outline:none;transition:.22s ease;cursor:pointer}.dropzone:hover,.dropzone.dragover,.dropzone:focus-visible{border-color:var(--blue);background:#f4f8ff;box-shadow:inset 0 0 0 1px var(--blue)}.upload-icon{width:54px;height:54px;margin-bottom:16px;display:grid;place-items:center;color:var(--blue);background:#eaf1ff;border-radius:15px}.upload-icon svg{width:26px;height:26px}.dropzone h2{margin:0 0 7px;font:700 18px Manrope,sans-serif}.dropzone p{margin:0 0 22px;color:var(--muted);font-size:13px}.select-button,.convert-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;color:#fff;background:var(--blue);border-radius:9px;font-weight:700;cursor:pointer;box-shadow:0 8px 20px #2864dc33;transition:.2s}.select-button{height:44px;padding:0 19px;font-size:13px}.select-button:hover,.convert-button:hover{background:var(--blue-dark);transform:translateY(-1px)}.select-button svg,.convert-button svg{width:16px}.dropzone small{margin-top:19px;color:#8b95a3;font-size:11px}.queue-panel{padding:22px;text-align:left;background:var(--surface);border-radius:12px}.queue-heading,.queue-footer,.file-row{display:flex;align-items:center;justify-content:space-between}.queue-heading h2{margin:0 0 3px;font:700 18px Manrope,sans-serif}.queue-heading p{margin:0;color:var(--muted);font-size:12px}.text-button{display:flex;align-items:center;gap:5px;border:0;color:var(--blue);background:none;font-weight:700;font-size:12px;cursor:pointer}.text-button svg{width:15px}.file-list{display:grid;gap:9px;margin:20px 0}.file-row{gap:12px;padding:12px;border:1px solid var(--border);border-radius:10px;background:var(--surface-soft)}.file-type-icon{flex:0 0 auto;width:38px;height:38px;display:grid;place-items:center;color:var(--blue);background:#eaf1ff;border-radius:9px}.file-type-icon svg{width:18px}.file-meta{min-width:0;flex:1}.file-name{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:700}.file-size{color:#8a94a3;font-size:11px}.format-select{height:35px;padding:0 28px 0 10px;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--text-soft);font-size:12px;font-weight:700;text-transform:uppercase}.remove-file,.download-file{width:34px;height:34px;display:grid;place-items:center;border:0;border-radius:8px;color:#8b95a3;background:transparent;cursor:pointer}.remove-file:hover{color:#dc3545;background:#fff0f1}.download-file{color:#fff;background:#1ca66d}.remove-file svg,.download-file svg{width:17px}.progress{height:3px;margin-top:6px;overflow:hidden;background:#e5eaf0;border-radius:5px}.progress span{display:block;width:0;height:100%;background:var(--blue);transition:width .2s}.file-row.done .file-type-icon{color:#16845a;background:#e4f8ef}.file-row.error .file-type-icon{color:#c63d48;background:#fdecef}.queue-footer{gap:20px;padding-top:17px;border-top:1px solid #edf0f4}.privacy-note{display:flex;align-items:center;gap:9px;color:#6a7481;font-size:11px}.privacy-note svg{width:23px;color:#23986b}.privacy-note span{display:grid}.privacy-note strong{color:var(--text-soft);font-size:12px}.convert-button{min-width:190px;height:44px;padding:0 18px;font-size:13px}.convert-button:disabled{opacity:.6;cursor:wait;transform:none}.trust-row{display:flex;justify-content:center;gap:38px;margin-top:24px;color:#677384;font-size:11px;font-weight:600}.trust-row span{display:flex;align-items:center;gap:6px}.trust-row svg{width:15px;color:#2a9b70}.formats-section,.steps-section{padding:92px 24px;text-align:center;transition:background .3s}.formats-section h2,.steps-section h2{margin:13px 0 8px;font:800 35px Manrope,sans-serif;letter-spacing:-1.5px}.formats-section>p{margin:0;color:var(--muted);font-size:14px}.format-grid{max-width:1050px;margin:43px auto 0;display:grid;grid-template-columns:repeat(3,1fr);gap:17px;text-align:left}.format-card{position:relative;overflow:hidden;min-height:235px;padding:26px;display:flex;flex-direction:column;align-items:flex-start;border:1px solid var(--border);border-radius:16px;background:var(--surface);box-shadow:0 10px 30px var(--shadow);transition:transform .2s,box-shadow .2s,border-color .2s}.format-card:after{content:"";position:absolute;right:-50px;top:-55px;width:120px;height:120px;border-radius:50%;background:currentColor;opacity:.035}.format-card:hover{transform:translateY(-4px);box-shadow:0 18px 42px #1f314b17}.format-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:11px}.format-icon svg{width:20px}.image-card .format-icon{color:#2864dc;background:#e9f1ff}.video-card .format-icon{color:#7b4bd1;background:#f0eaff}.audio-card .format-icon{color:#dd6c2b;background:#fff0e5}.format-card h3{margin:19px 0 7px;font:700 18px Manrope,sans-serif}.format-card p{margin:0;color:var(--muted);font-size:12px;line-height:1.55}.chips{display:flex;flex-wrap:wrap;gap:6px;margin-top:auto;padding-top:21px}.chips span{padding:5px 8px;border:1px solid var(--border);border-radius:6px;color:var(--muted);background:var(--surface-muted);font:700 9px Manrope,sans-serif}.steps-section{background:var(--surface)}.steps{position:relative;max-width:920px;margin:49px auto 0;display:grid;grid-template-columns:repeat(3,1fr);gap:70px}.steps:before{content:"";position:absolute;top:39px;left:16%;right:16%;border-top:1px dashed #cbd5e1}.steps article{position:relative;z-index:1}.steps article>span{position:absolute;top:-6px;left:calc(50% + 26px);display:grid;place-items:center;width:21px;height:21px;color:var(--blue);background:#e9f1ff;border:2px solid white;border-radius:99px;font-size:8px;font-weight:800}.step-icon{width:78px;height:78px;margin:auto;display:grid;place-items:center;color:var(--blue);background:color-mix(in srgb,var(--blue) 11%,var(--surface));border:7px solid var(--surface);border-radius:22px;box-shadow:0 4px 18px var(--shadow)}.step-icon svg{width:26px}.steps h3{margin:20px 0 8px;font:700 15px Manrope,sans-serif}.steps p{margin:0;color:var(--muted);font-size:12px;line-height:1.6}footer{max-width:1050px;margin:auto;min-height:115px;padding:30px 24px;display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--border);color:#7a8492;font-size:11px}.footer-brand{color:var(--text);font-size:17px}.footer-brand .brand-mark{width:25px;height:25px;border-radius:7px}.footer-brand svg{width:14px}.toast{position:fixed;z-index:20;right:24px;bottom:24px;max-width:360px;padding:13px 17px;color:#fff;background:#17202b;border-radius:10px;box-shadow:0 15px 40px #0003;font-size:13px;opacity:0;transform:translateY(12px);pointer-events:none;transition:.25s}.toast.show{opacity:1;transform:translateY(0)}:root[data-theme=dark] .hero:before,:root[data-theme=dark] .hero:after{border-color:#1d2e47}:root[data-theme=dark] .dropzone:hover,:root[data-theme=dark] .dropzone.dragover,:root[data-theme=dark] .dropzone:focus-visible{background:#13223a}:root[data-theme=dark] .upload-icon,:root[data-theme=dark] .file-type-icon{background:#172c50}:root[data-theme=dark] .image-card .format-icon{background:#172c50}:root[data-theme=dark] .video-card .format-icon{background:#2b2148}:root[data-theme=dark] .audio-card .format-icon{background:#3d291e}:root[data-theme=dark] .steps article>span{border-color:var(--surface);background:#172c50}:root[data-theme=dark] .steps:before{border-color:#304056}:root[data-theme=dark] .select-button,:root[data-theme=dark] .convert-button{box-shadow:0 8px 25px #2864dc57}@media(max-width:760px){.site-header{height:64px}nav{display:none}.hero{padding:70px 15px 50px}.hero h1{margin-top:19px;font-size:43px;letter-spacing:-2.7px}.desktop-only{display:none}.converter-card{padding:7px}.dropzone{min-height:290px;padding:25px 15px}.queue-panel{padding:16px 10px}.file-row{gap:8px;padding:10px 8px}.file-type-icon{width:34px;height:34px}.format-select{max-width:80px}.queue-footer{flex-direction:column;align-items:stretch}.convert-button{width:100%}.trust-row{gap:14px;flex-wrap:wrap}.format-grid,.steps{grid-template-columns:1fr}.format-grid{max-width:430px}.format-card{min-height:220px}.steps{max-width:310px;gap:45px}.steps:before{top:40px;bottom:40px;left:50%;right:auto;height:auto;border-top:0;border-left:1px dashed #cbd5e1}.steps article{background:var(--surface)}footer{flex-direction:column;gap:18px;text-align:center}}
