@font-face{font-family:Inter;font-style:normal;font-weight:400 600;font-display:swap;src:url(/fonts/inter-latin-ext.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:400 600;font-display:swap;src:url(/fonts/inter-latin.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/space-grotesk-latin-ext.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/space-grotesk-latin.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{--bg:#f7f5fa;--surface:#fff;--tint:#efebf5;--border:#e2ddec;--text:#16121f;--muted:#524d64;--on-dark-muted:#cfc9dc;--primary:#5b21f0;--primary-hover:#4315c9;--accent:#e6391c;--display:"Space Grotesk", system-ui, sans-serif}*{box-sizing:border-box}body{background:var(--bg);color:var(--text);margin:0;font-family:Inter,system-ui,sans-serif}a{color:var(--primary);text-decoration:none}a:hover{color:var(--primary-hover)}h1,h2,h3{font-family:var(--display);margin:0}.page{background:var(--bg);flex-direction:column;width:100%;min-height:100vh;display:flex}.page>main{flex:1}.section{width:100%;padding:0 80px}.center{text-align:center;flex-direction:column;align-items:center;display:flex}.band{background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.nav{border-bottom:1px solid var(--border);background:var(--surface);justify-content:space-between;align-items:center;padding:20px 80px;display:flex}.brand{font-family:var(--display);color:var(--text);align-items:center;gap:10px;font-size:22px;font-weight:700;display:inline-flex}.brand:hover{color:var(--text)}.nav-links{align-items:center;gap:40px;display:flex}.nav-link{color:var(--text);font-size:15px;font-weight:500}.nav-link.active{color:var(--primary);font-weight:600}.footer{border-top:1px solid var(--border);color:var(--muted);justify-content:space-between;align-items:center;padding:40px 80px;font-size:14px;display:flex}.footer-links{gap:32px;display:flex}.footer-links a{color:var(--muted);font-size:14px}.btn{cursor:pointer;white-space:nowrap;border:1px solid #0000;border-radius:12px;justify-content:center;align-items:center;padding:14px 28px;font:600 16px Inter,system-ui,sans-serif;display:inline-flex}.btn-sm{padding:10px 20px;font-size:14px}.btn-md{padding:12px 24px;font-size:15px}.btn-primary,.btn-accent,.btn-primary:hover,.btn-accent:hover{color:#fff}.btn-primary{background:var(--primary)}.btn-primary:hover{background:var(--primary-hover)}.btn-accent{background:var(--accent)}.btn-accent:hover{filter:brightness(.92)}.btn-outline{background:var(--surface);color:var(--text);border-color:var(--border)}.btn-outline:hover{color:var(--text);border-color:var(--primary)}.btn-soft{background:var(--bg);color:var(--text);border-color:var(--border)}.btn-soft:hover{color:var(--text);border-color:var(--primary)}.hero{gap:24px;padding:96px 80px}.pill{background:var(--tint);color:var(--primary);border-radius:999px;align-items:center;padding:8px 16px;font-size:13px;font-weight:600;display:inline-flex}.hero h1{max-width:780px;font-size:56px;line-height:60px}.lead{color:var(--muted);max-width:560px;font-size:18px;line-height:26px}.hero-actions{flex-wrap:wrap;justify-content:center;gap:16px;margin-top:8px;display:flex}.tools{flex-direction:column;gap:40px;padding:40px 80px 96px;display:flex}.section-head{text-align:center;flex-direction:column;gap:8px;display:flex}.section-head h2{font-size:36px;line-height:42px}.section-head p{color:var(--muted);margin:0;font-size:16px}.tool-grid{gap:24px}.tool-card{background:var(--surface);border:1px solid var(--border);color:var(--text);border-radius:12px;flex-direction:column;gap:16px;padding:28px;transition:border-color .15s,transform .15s;display:flex}.tool-card:hover{color:var(--text);border-color:var(--primary);transform:translateY(-2px)}.tool-icon{background:var(--tint);border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.tool-card h3{font-family:Inter,system-ui,sans-serif;font-size:18px;font-weight:600}.tool-card p,.card-text{color:var(--muted);margin:0;font-size:14px;line-height:20px}.how{gap:40px;padding:80px}.how h2{font-size:36px;line-height:42px}.steps{gap:40px;width:100%;max-width:1000px}.step{text-align:center;flex-direction:column;align-items:center;gap:12px;display:flex}.step-num{background:var(--primary);color:#fff;width:40px;height:40px;font-family:var(--display);border-radius:999px;justify-content:center;align-items:center;font-weight:700;display:flex}.step h3{font-family:Inter,system-ui,sans-serif;font-size:18px;font-weight:600}.step p{color:var(--muted);margin:0;font-size:14px;line-height:20px}.cta-wrap{justify-content:center;padding:80px;display:flex}.cta{background:var(--text);border-radius:20px;justify-content:space-between;align-items:center;gap:24px;width:100%;max-width:1000px;padding:48px;display:flex}.cta h2{color:#fff;margin-bottom:8px;font-size:28px}.cta p{color:var(--on-dark-muted);margin:0;font-size:15px}.tool-head{gap:16px;padding:48px 80px 32px}.crumbs{color:var(--muted);font-size:14px}.crumbs a{color:var(--muted)}.crumbs a:hover{color:var(--primary)}.tool-head h1{font-size:36px;line-height:42px}.tool-head .lead{max-width:520px;font-size:16px;line-height:24px}.narrow{justify-content:center;display:flex}.dropzone{background:var(--surface);border:2px dashed var(--primary);text-align:center;border-radius:12px;flex-direction:column;align-items:center;gap:16px;width:100%;max-width:720px;padding:56px 40px;display:flex}.dropzone.over{background:var(--tint)}.dropzone .title{font-size:18px;font-weight:600}.dropzone .hint{color:var(--muted);font-size:14px}.drop-icon{background:var(--tint);border-radius:999px;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.file-list{text-align:left;flex-direction:column;gap:8px;width:100%;margin:8px 0 0;padding:0;list-style:none;display:flex}.file-list li{border:1px solid var(--border);border-radius:12px;justify-content:space-between;align-items:center;gap:12px;padding:10px 14px;font-size:14px;display:flex}.file-list .order{background:var(--tint);width:24px;height:24px;color:var(--primary);border-radius:999px;flex:none;justify-content:center;align-items:center;font-size:12px;font-weight:600;display:flex}.file-list .name{flex:1;min-width:0}.row-actions{align-items:center;gap:8px;display:flex}.icon-btn{border:1px solid var(--border);background:var(--surface);width:28px;height:28px;color:var(--text);cursor:pointer;border-radius:8px;font:600 14px Inter,system-ui,sans-serif}.icon-btn:hover:not(:disabled){border-color:var(--primary);color:var(--primary)}.icon-btn:disabled,.btn:disabled,.link-btn:disabled{opacity:.45;cursor:not-allowed}.settings{text-align:left;grid-template-columns:1fr 1fr;gap:16px;width:100%;margin-top:8px;display:grid}.field{color:var(--muted);flex-direction:column;gap:6px;font-size:13px;font-weight:600;display:flex}.field.wide{grid-column:1/-1}.field select{border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:12px;padding:10px 12px;font:500 14px Inter,system-ui,sans-serif}.field input[type=range]{accent-color:var(--primary);width:100%}.result .file-list{margin-top:0}.check{cursor:pointer;align-items:flex-start;gap:10px;font-size:14px;font-weight:500;display:flex}.check.wide{grid-column:1/-1}.check input{accent-color:var(--primary);flex:none;width:18px;height:18px;margin:1px 0 0}.check small{color:var(--muted);margin-top:2px;font-size:12px;font-weight:400;display:block}.code{text-align:left;background:var(--text);color:#e9e5f5;border-radius:12px;width:100%;max-height:260px;margin:0;padding:14px 16px;font:13px/1.5 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;overflow:auto}.thumb{object-fit:contain;border:1px solid var(--border);background:#fff;border-radius:4px;flex:none;width:36px;height:46px}.result{background:var(--tint);border-radius:12px;flex-direction:column;align-items:center;gap:12px;width:100%;margin-top:8px;padding:24px;display:flex}.file-list .name{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.file-list .size{color:var(--muted);white-space:nowrap}.link-btn{color:var(--accent);cursor:pointer;background:0 0;border:none;padding:0;font:600 13px Inter,system-ui,sans-serif}.error{color:var(--accent);font-size:14px}.upsell{background:var(--tint);border-radius:12px;justify-content:space-between;align-items:center;gap:16px;width:100%;max-width:720px;padding:20px 24px;font-size:14px;display:flex}.upsell a{white-space:nowrap;font-weight:600}.private{gap:40px;padding:64px 80px}.private h2,.related h2,.faq h2{font-size:28px;line-height:34px}.private .grid-3{gap:40px;width:100%;max-width:960px}.private h3{margin-bottom:8px;font-family:Inter,system-ui,sans-serif;font-size:16px;font-weight:600}.private p{color:var(--muted);margin:0;font-size:14px;line-height:20px}.related{gap:32px;padding:64px 80px}.related .grid-3{gap:24px;width:100%;max-width:1000px}.related .tool-card{text-align:left;gap:12px;padding:24px}.related .tool-card h3{font-size:16px}.pricing-head{gap:16px;padding:80px 80px 48px}.pricing-head h1{font-size:44px;line-height:50px}.pricing-head .lead{max-width:480px;font-size:16px;line-height:24px}.plans{align-items:stretch;gap:24px;width:100%;max-width:1100px}.plan{background:var(--surface);border:1px solid var(--border);border-radius:20px;flex-direction:column;gap:24px;padding:32px;display:flex;position:relative}.plan.featured{background:var(--text);border-color:var(--text)}.badge{background:var(--accent);color:#fff;border-radius:999px;padding:4px 14px;font-size:12px;font-weight:600;position:absolute;top:-14px;left:32px}.plan-name{font-size:18px;font-weight:600}.price{align-items:baseline;gap:4px;margin:8px 0;display:flex}.price strong{font-family:var(--display);font-size:40px;font-weight:700}.price span{color:var(--muted);font-size:15px}.plan-note{color:var(--muted);font-size:14px}.plan ul{flex-direction:column;gap:12px;margin:8px 0 0;padding:0;font-size:14px;list-style:none;display:flex}.plan li.dim{color:var(--muted)}.plan.featured .plan-name,.plan.featured .price strong,.plan.featured li{color:#fff}.plan.featured .price span,.plan.featured .plan-note{color:var(--on-dark-muted)}.faq{border-top:1px solid var(--border);background:var(--surface);gap:40px;padding:64px 80px 96px}.faq-list{text-align:left;flex-direction:column;gap:24px;width:100%;max-width:700px;display:flex}.faq-item{border-bottom:1px solid var(--border);flex-direction:column;gap:6px;padding-bottom:20px;display:flex}.faq-item:last-child{border-bottom:none;padding-bottom:0}.faq-item h3{font-family:Inter,system-ui,sans-serif;font-size:16px;font-weight:600}.faq-item p{color:var(--muted);margin:0;font-size:14px;line-height:20px}@media (width<=1000px){.grid-3{grid-template-columns:repeat(2,minmax(0,1fr))}.plans{grid-template-columns:1fr;max-width:480px}}@media (width<=720px){.nav,.footer,.hero,.tools,.how,.cta-wrap,.tool-head,.private,.related,.pricing-head,.faq,.section{padding-left:16px;padding-right:16px}.nav{padding-top:16px;padding-bottom:16px}.nav-links{gap:16px}.hero{padding-top:56px;padding-bottom:56px}.hero h1{font-size:36px;line-height:40px}.pricing-head h1{font-size:32px;line-height:38px}.grid-3{grid-template-columns:1fr}.cta{flex-direction:column;align-items:flex-start;padding:28px}.cta-wrap,.how{padding-top:48px;padding-bottom:48px}.dropzone{padding:40px 20px}.upsell,.footer{flex-direction:column;align-items:flex-start}.settings{grid-template-columns:1fr}.file-list li{flex-wrap:wrap}.file-list .name{flex:calc(100% - 40px)}.file-list .size{flex:1}}
