:root{--brand-dark: #31424e;--brand-light: #e0e7ed;--brand-accent: #2563eb;--brand-accent-hover: #1d4ed8;--text: #1a1a1a;--text-muted: #6b7280;--bg: #ffffff;--bg-alt: #f8fafc;--border: #e5e7eb;--max-width: 1120px;--radius: 12px;--radius-sm: 8px}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:var(--text);background:var(--bg);line-height:1.6;-webkit-font-smoothing:antialiased}a{color:var(--brand-accent);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;height:auto;display:block}.container{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.header{padding:1.25rem 0;border-bottom:1px solid var(--border);position:sticky;top:0;background:#fffffff2;backdrop-filter:blur(8px);z-index:10}.header-inner{display:flex;justify-content:space-between;align-items:center;gap:2rem}.logo{display:flex;align-items:center;gap:.5rem}.logo img{height:32px;width:auto}.nav{display:flex;gap:1.5rem;align-items:center}.nav a{color:var(--text);font-weight:500;font-size:.95rem}.nav .lang-switch{color:var(--text-muted);font-size:.9rem}.hero{padding:4rem 0 3rem;background:linear-gradient(180deg,var(--brand-light) 0%,var(--bg) 100%)}.hero-inner{text-align:center;max-width:780px;margin:0 auto}.hero h1{font-size:clamp(2rem,5vw,3.25rem);font-weight:800;line-height:1.15;color:var(--brand-dark);margin-bottom:1rem;letter-spacing:-.02em}.hero .subhead{font-size:clamp(1.05rem,2vw,1.25rem);color:var(--text-muted);margin-bottom:2rem;max-width:620px;margin-left:auto;margin-right:auto}.hero-ctas{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.75rem;border-radius:var(--radius-sm);font-weight:600;font-size:1rem;transition:all .15s ease;cursor:pointer;border:none;text-decoration:none}.btn-primary{background:var(--brand-accent);color:#fff}.btn-primary:hover{background:var(--brand-accent-hover);text-decoration:none;transform:translateY(-1px)}.btn-secondary{background:#fff;color:var(--brand-dark);border:1px solid var(--border)}.btn-secondary:hover{background:var(--bg-alt);text-decoration:none}.btn-large{padding:1.125rem 2.25rem;font-size:1.1rem}.btn svg{width:20px;height:20px}.section{padding:4rem 0}.section-alt{background:var(--bg-alt)}.section h2{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;text-align:center;margin-bottom:.75rem;color:var(--brand-dark);letter-spacing:-.01em}.section .section-sub{text-align:center;color:var(--text-muted);max-width:640px;margin:0 auto 3rem;font-size:1.05rem}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem}.feature{padding:1.75rem;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);transition:all .15s ease}.feature:hover{border-color:var(--brand-dark);transform:translateY(-2px)}.feature-icon{font-size:2rem;margin-bottom:.75rem}.feature h3{font-size:1.15rem;color:var(--brand-dark);margin-bottom:.5rem}.feature p{color:var(--text-muted);font-size:.95rem}@media(max-width:640px){.feature{text-align:center}.feature-icon{font-size:2.4rem}}.formats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}.format-group{padding:1.5rem;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius)}.format-group h3{color:var(--brand-dark);margin-bottom:.75rem;font-size:1.1rem}.format-list{display:flex;flex-wrap:wrap;gap:.4rem}.format-tag{display:inline-block;padding:.25rem .6rem;background:var(--brand-light);color:var(--brand-dark);border-radius:4px;font-size:.85rem;font-family:SF Mono,Monaco,Consolas,monospace;font-weight:500}.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem}.step{text-align:center}.step-number{display:inline-flex;width:48px;height:48px;background:var(--brand-dark);color:#fff;border-radius:50%;align-items:center;justify-content:center;font-weight:700;font-size:1.25rem;margin-bottom:1rem}.step h3{color:var(--brand-dark);margin-bottom:.5rem;font-size:1.15rem}.step p{color:var(--text-muted);font-size:.95rem}.screenshots{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem}.screenshot{border-radius:var(--radius);overflow:hidden;border:1px solid var(--border);background:var(--bg-alt)}.screenshot-placeholder{aspect-ratio:9 / 16;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1.5rem;text-align:center;color:var(--text-muted);background:repeating-linear-gradient(45deg,var(--bg-alt) 0 10px,#eef2f7 10px 20px)}.screenshot-placeholder-title{color:var(--brand-dark);font-weight:700;margin-bottom:.5rem}.screenshot-placeholder-desc{font-size:.85rem;line-height:1.4}.screenshot img{width:100%;display:block}.screenshot-caption{padding:.75rem 1rem;border-top:1px solid var(--border);font-size:.85rem;color:var(--text-muted);text-align:center;background:#fff}.pricing{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;max-width:900px;margin:0 auto}.price-card{padding:2rem 1.5rem;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);text-align:center;display:flex;flex-direction:column}.price-card ul{flex:1 0 auto}.price-card.featured{border-color:var(--brand-accent);border-width:2px;transform:scale(1.02)}.price-card h3{color:var(--brand-dark);font-size:1.25rem;margin-bottom:.5rem}.price-card .price{font-size:2rem;font-weight:800;color:var(--brand-dark);margin-bottom:.25rem}.price-card .price-subtext{color:var(--text-muted);font-size:.85rem;margin-bottom:.25rem}.price-card .price-period{color:var(--text-muted);font-size:.9rem;margin-bottom:1.25rem}.price-card ul{list-style:none;text-align:left;margin-bottom:0}.price-card li{padding:.4rem 0;color:var(--text);font-size:.95rem}.price-card li:before{content:"✓ ";color:var(--brand-accent);font-weight:700}.pricing-split{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;max-width:800px;margin:0 auto;align-items:stretch}@media(max-width:640px){.pricing-split{grid-template-columns:1fr}}.pack-table{width:100%;border-collapse:collapse;margin-top:1rem;margin-bottom:.5rem}.pack-table tr{border-bottom:1px solid var(--border)}.pack-table tr:last-child{border-bottom:none}.pack-table td{padding:.5rem .4rem;font-size:.9rem}.pack-stars{font-weight:700;color:var(--brand-dark);white-space:nowrap}.pack-tokens{color:var(--text);white-space:nowrap}.pack-bonus{color:var(--brand-accent);font-weight:600;font-size:.8rem}.pack-usd{color:var(--text-muted);font-size:.85rem;text-align:right;white-space:nowrap}.price-footnote{margin-top:1rem;text-align:center;color:var(--text-muted);font-size:.8rem;line-height:1.4}.faq{max-width:760px;margin:0 auto}.faq-item{border-bottom:1px solid var(--border);padding:1.25rem 0}.faq-item h3{color:var(--brand-dark);margin-bottom:.5rem;font-size:1.05rem}.faq-item p{color:var(--text-muted);font-size:.95rem}.cta-section{padding:4rem 0;background:var(--brand-dark);color:#fff;text-align:center}.cta-section h2{color:#fff;font-size:clamp(1.75rem,4vw,2.5rem);margin-bottom:.75rem}.cta-section p{color:#fffc;margin-bottom:2rem;font-size:1.1rem}.footer{padding:2rem 0;border-top:1px solid var(--border);color:var(--text-muted);font-size:.9rem}.footer-inner{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-links,.footer-contacts{display:flex;gap:1.25rem;flex-wrap:wrap;justify-content:flex-end}.footer-links a,.footer-contacts a{color:var(--text-muted)}.cap-table-wrap{max-width:560px;margin:0 auto;overflow-x:auto}.cap-table{width:100%;border-collapse:collapse}.cap-table th{color:var(--brand-dark);font-weight:700;font-size:.9rem;padding:.6rem .75rem;text-align:center;border-bottom:2px solid var(--border)}.cap-table th:first-child{text-align:left}.cap-table td{padding:.5rem .75rem;border-bottom:1px solid var(--border)}.cap-op{font-weight:500;font-size:.95rem;color:var(--text);white-space:nowrap}.cap-cell{text-align:center;font-size:1rem;color:var(--brand-accent);font-weight:700}.cap-table tr:last-child td{border-bottom:none}.converter-widget{max-width:600px;margin:0 auto}.drop-zone{border:2px dashed var(--border);border-radius:var(--radius);padding:3rem 2rem;text-align:center;cursor:pointer;transition:border-color .2s,background .2s;background:var(--bg)}.drop-zone:hover,.drop-zone--active{border-color:var(--brand-accent);background:#f0f5ff}.drop-zone--disabled{opacity:.5;cursor:not-allowed}.drop-zone-input{display:none}.drop-zone-icon{font-size:2.5rem;margin-bottom:.75rem}.drop-zone-text{font-size:1.1rem;font-weight:600;color:var(--text);margin-bottom:.25rem}.drop-zone-browse{color:var(--brand-accent);font-size:.95rem}.drop-zone-hint{color:var(--text-muted);font-size:.8rem;margin-top:.5rem}.converter-file-info{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:var(--bg-alt);border-radius:var(--radius-sm);margin-bottom:1rem;font-size:.95rem}.converter-file-size{color:var(--text-muted)}.converter-change{margin-left:auto;background:none;border:none;font-size:1.1rem;cursor:pointer;color:var(--text-muted)}.converter-change:hover{color:var(--text)}.converter-meta{text-align:center;color:var(--text-muted);font-size:.9rem;margin-bottom:1rem;background:var(--bg-alt);padding:.5rem 1rem;border-radius:var(--radius-sm)}.chain-panel{margin-top:1.5rem;padding:1.25rem;border:1px solid var(--brand-accent);border-radius:var(--radius);background:#f5f7ff}.chain-panel-title{font-weight:600;font-size:1rem;margin-bottom:1rem;color:var(--brand-dark)}.chain-step{display:flex;flex-direction:column;margin-bottom:.6rem;background:#fff;border:1px solid var(--border);border-radius:var(--radius-sm);overflow:hidden}.chain-step-row{display:flex;align-items:center;gap:.6rem;padding:.7rem .9rem}.chain-step-toggle{flex-shrink:0;width:1.5rem;height:1.5rem;background:transparent;border:none;cursor:pointer;font-size:.85rem;color:var(--text-muted);display:inline-flex;align-items:center;justify-content:center}.chain-step-toggle:hover{color:var(--brand-accent)}.chain-step-preview{padding:.5rem .9rem .9rem;border-top:1px dashed var(--border);display:flex;justify-content:center}.chain-preview-img,.chain-preview-video{max-width:100%;max-height:360px;border-radius:var(--radius-sm);background:var(--bg-alt)}.chain-preview-audio{width:100%}.chain-preview-placeholder{width:100%;padding:1.5rem 1rem;background:var(--bg-alt);border-radius:var(--radius-sm);display:flex;flex-direction:column;align-items:center;gap:.4rem;text-align:center}.chain-preview-placeholder-icon{font-size:2.5rem;line-height:1}.chain-preview-placeholder-fmt{font-weight:600;font-size:.95rem;color:var(--brand-dark);font-family:SF Mono,Monaco,Consolas,monospace}.chain-preview-placeholder-hint{font-size:.82rem;color:var(--text-muted)}.chain-step-num{flex-shrink:0;width:1.75rem;height:1.75rem;display:inline-flex;align-items:center;justify-content:center;background:var(--brand-accent);color:#fff;border-radius:50%;font-size:.8rem;font-weight:600}.chain-step-body{flex:1;min-width:0}.chain-step-pipeline{font-size:.92rem;font-weight:500}.chain-step-meta{font-size:.78rem;color:var(--text-muted);margin-top:.15rem}.chain-step-dl{flex-shrink:0;padding:.45rem .75rem;font-size:1rem}.chain-step--original{background:#fafafa;border-style:dashed}.chain-step--original .chain-step-num{background:var(--text-muted);font-size:1rem}.chain-rewind-btn{flex-shrink:0;padding:.45rem .7rem;font-size:.85rem;white-space:nowrap}.chain-status{padding:.75rem 0;text-align:center;color:var(--text-muted);font-size:.95rem}.chain-error{padding:.75rem;background:#fef2f2;border:1px solid #fca5a5;border-radius:var(--radius-sm);color:#991b1b;display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.chain-picker{margin-top:.5rem;padding-top:1rem;border-top:1px dashed var(--border)}.chain-picker-label{font-size:.85rem;color:var(--text-muted);margin-bottom:.6rem}.chain-meta-warn{color:#b45309;font-style:italic}.chain-reset{display:block;margin:1.5rem auto 0;padding:.55rem 1.1rem;font-size:.95rem}.rc-btn-continue{border-color:var(--brand-accent);color:var(--brand-accent)}.direct-action{display:flex;flex-direction:column;align-items:center;gap:.55rem;padding:.75rem 0 .25rem}.direct-action-btn{min-width:14rem;font-size:1.05rem;padding:.85rem 1.75rem}.direct-action-hint{font-size:.82rem;color:var(--text-muted)}.mismatch-card{text-align:center;padding:1.5rem 1.25rem;border:1px solid var(--border);border-radius:var(--radius);background:#fffaf0}.mismatch-title{font-weight:600;margin-bottom:.5rem}.mismatch-body{color:var(--text-muted);margin:0 0 1rem;font-size:.95rem}.converter-new-file{display:block;margin:1.75rem auto 0;padding:.6rem 1.25rem;font-size:.95rem;font-weight:500;background:#fff;border:1px solid var(--brand-accent);border-radius:var(--radius-sm);color:var(--brand-accent);cursor:pointer;transition:background .15s ease}.converter-new-file:hover{background:#2563eb0d}.op-picker{margin-top:.5rem}.op-picker-label{font-weight:500;margin-bottom:.5rem;color:var(--text)}.op-picker-grid{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.op-btn{padding:.65rem 1.25rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg);cursor:pointer;font-size:1rem;transition:border-color .15s,background .15s;min-height:48px}.op-btn:hover{border-color:var(--brand-accent)}.op-btn--active{border-color:var(--brand-accent);background:#eef4ff;font-weight:600}.op-btn--small{padding:.5rem 1rem;font-size:.95rem;min-height:44px}@media(max-width:480px){.op-picker-grid{flex-direction:column}.op-btn{width:100%;text-align:left;padding:.75rem 1rem;font-size:1.05rem}.op-btn--small{width:100%;text-align:center}}.op-picker-format{margin-bottom:1rem}.bc{display:flex;align-items:center;justify-content:space-between;background:var(--bg-alt);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.5rem .75rem;margin-bottom:1rem;font-size:.9rem;min-height:40px}.bc-trail{display:flex;align-items:center;flex-wrap:wrap;gap:.25rem}.bc-sep{color:var(--text-muted);margin:0 .15rem}.bc-link{background:none;border:none;color:var(--brand-accent);cursor:pointer;font-size:.9rem;padding:.15rem .3rem;border-radius:4px}.bc-link:hover{background:#eef4ff;text-decoration:underline}.bc-current{color:var(--text-muted);font-weight:500}.bc-close{background:none;border:none;color:var(--text-muted);cursor:pointer;font-size:1.1rem;padding:.2rem .4rem;margin-left:.5rem;border-radius:4px}.bc-close:hover{background:#fee2e2;color:#b91c1c}.op-sub{margin-top:.75rem;margin-bottom:.5rem}.op-sub-form{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;margin-top:.6rem;padding:.5rem .6rem;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm)}.op-sub-form-label{font-size:.85rem;color:var(--text-muted)}.op-sub-form-x{color:var(--text-muted);font-size:.9rem}.op-sub-input{width:5.5rem;padding:.4rem .5rem;border:1px solid var(--border);border-radius:var(--radius-sm);font-size:.9rem;outline:none}.op-sub-input:focus{border-color:var(--brand-accent, #8b5cf6)}.op-sub-input--invalid{border-color:#dc2626;background:#dc26260f}.op-sub-input--invalid:focus{border-color:#dc2626}.op-sub-form-error{flex:1 0 100%;margin-top:.3rem;font-size:.78rem;color:#dc2626}.op-sub-apply{padding:.45rem .9rem;font-size:.9rem;margin-left:auto}.op-sub-hint{font-size:.78rem;color:var(--text-muted);margin-top:.4rem}@media(max-width:480px){.op-sub-form{flex-direction:row}.op-sub-apply{margin-left:0;width:100%}}.op-btn-desc{display:block;font-size:.8rem;color:var(--text-muted);font-weight:400;margin-top:.15rem}.op-picker-error{background:#fef2f2;border:1px solid #fecaca;color:#b91c1c;padding:.6rem 1rem;border-radius:var(--radius-sm);font-size:.9rem;margin-bottom:.75rem;text-align:left}.progress-section{margin-top:1rem}.progress-bar-track{height:8px;background:var(--border);border-radius:4px;overflow:hidden}.progress-bar-fill{height:100%;background:var(--brand-accent);border-radius:4px;transition:width .3s ease}.progress-info{display:flex;justify-content:space-between;align-items:center;margin-top:.5rem;font-size:.9rem;color:var(--text-muted)}.progress-cancel{background:none;border:none;color:var(--text-muted);cursor:pointer;font-size:.85rem;text-decoration:underline}.rc-card{max-width:480px;margin:-.5rem auto 0;border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;text-align:center;background:var(--bg)}.rc-steps{margin:0 0 1rem;padding:.6rem .75rem;background:#f7f5ff;border-left:3px solid #8b5cf6;border-radius:var(--radius-sm);text-align:left}.rc-steps-label{font-size:.72rem;font-weight:600;color:#6b46c1;margin-bottom:.3rem;text-transform:uppercase;letter-spacing:.04em}.step-chain{font-size:.9rem;line-height:1.5;color:var(--text);max-height:160px;overflow-y:auto}.step-chain-sep{color:var(--text-muted)}.rc-preview{margin-bottom:1rem}.rc-preview-img{max-width:100%;max-height:280px;border-radius:var(--radius-sm);object-fit:contain;display:block;margin:0 auto}.rc-preview-video{max-width:100%;max-height:280px;border-radius:var(--radius-sm);background:#000}.rc-preview-audio{width:100%;max-width:100%}.rc-summary{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.4rem;margin-bottom:1.25rem;font-size:.95rem;color:var(--text-muted)}.rc-conversion{background:var(--bg-alt);padding:.2rem .6rem;border-radius:var(--radius-sm);font-weight:700;color:var(--brand-dark);font-size:.9rem;letter-spacing:.02em}.rc-sizes,.rc-time{color:var(--text-muted)}.rc-buttons{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.rc-btn{width:100%;min-height:48px;font-size:1rem;display:flex;align-items:center;justify-content:center;gap:.4rem}.rc-ttl{color:#92400e;background:#fef3c7;font-size:.9rem;border-radius:var(--radius-sm);padding:.6rem 1rem;text-align:center;margin-bottom:1rem}.converter-disconnected{text-align:center;padding:2rem 0}.converter-disconnected p{margin-bottom:.5rem}.converter-disconnected-hint{color:var(--text-muted);font-size:.9rem;margin-bottom:1.25rem}.converter-disconnected-actions{display:flex;justify-content:center;gap:.75rem}.converter-error{text-align:center;padding:2rem 0;color:var(--text)}.converter-error p{margin-bottom:1rem}.legal-page{max-width:760px;margin:0 auto}.legal-page h1{font-size:2rem;margin-bottom:.5rem}.legal-effective{color:var(--text-muted);font-size:.9rem;margin-bottom:1.5rem}.legal-intro{margin-bottom:1.5rem}.legal-section{margin-bottom:2rem}.legal-section h2{font-size:1.25rem;color:var(--brand-dark);margin-bottom:.75rem}.legal-section p{margin-bottom:.75rem}.legal-section ul{margin:.5rem 0 .75rem 1.25rem;list-style:disc}.legal-section li{margin-bottom:.4rem}.text-center{text-align:center}.mt-4{margin-top:2rem}@media(max-width:640px){.nav{gap:1rem}.nav a:not(.btn){display:none}.nav .lang-switch{display:inline}.hero{padding:3rem 0 2rem}.section{padding:3rem 0}.footer-inner{flex-direction:column;text-align:center;gap:.6rem}.footer-links,.footer-contacts{justify-content:center;gap:.75rem 1rem}}
