:root,[data-theme=indigo]{--bg: #f9fafb;--surface: #ffffff;--inset: #f3f4f6;--border: #e5e7eb;--border-hover: #c7d2fe;--text: #111827;--muted: #4b5563;--muted-light: #6b7280;--primary: #6366f1;--primary-text: #4f46e5;--primary-hover: #4338ca;--success: #10b981;--processing: #6366f1;--warning: #f59e0b;--ring: rgba(99, 102, 241, .15);--done-bg: #ecfdf5;--done-border: rgba(16, 185, 129, .25);--processing-bg: #eef2ff;--processing-border: rgba(99, 102, 241, .3);--download-bg: #eef2ff;--download-hover-bg: #c7d2fe;--danger: #ef4444;--danger-light: #fef2f2;--danger-border: rgba(239, 68, 68, .3);--selection-bg: #c7d2fe;--selection-color: #4338ca;--badge-bg: #eef2ff;--badge-color: var(--primary-text);--link-hover-color: var(--primary-text);--link-hover-bg: #eef2ff;--tab-active-color: var(--primary-text);--cta-bg: var(--primary);--cta-hover: var(--primary-hover);--dragover-bg: rgba(99, 102, 241, .03);--progress-color: var(--primary);--footer-hover: var(--primary-text);--chevron-stroke: %239CA3AF}[data-theme=warm]{--bg: #faf9f7;--surface: #ffffff;--inset: #f5f3f0;--border: #e3e0dc;--border-hover: #ccc8c1;--text: #1c1917;--muted: #78716c;--muted-light: #78716c;--primary: #e5484d;--primary-text: #dc2626;--primary-hover: #ce2c31;--success: #0d9488;--processing: #3b82f6;--warning: #d97706;--ring: rgba(229, 72, 77, .08);--done-bg: #f0fdfa;--done-border: rgba(13, 148, 136, .25);--processing-bg: #eff6ff;--processing-border: rgba(59, 130, 246, .3);--download-bg: #fef2f2;--download-hover-bg: #fecaca;--danger: #dc2626;--danger-light: #fef2f2;--danger-border: rgba(220, 38, 38, .3);--selection-bg: #ffe5e5;--selection-color: #ce2c31;--badge-bg: var(--inset);--badge-color: var(--muted);--link-hover-color: var(--text);--link-hover-bg: var(--inset);--tab-active-color: var(--text);--cta-bg: var(--primary);--cta-hover: var(--primary-hover);--dragover-bg: rgba(229, 72, 77, .08);--progress-color: var(--processing);--footer-hover: var(--text);--chevron-stroke: %23A8A29E}::selection{background:var(--selection-bg);color:var(--selection-color)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Geist Sans,Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg);color:var(--text);min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:14px;line-height:1.5}header{border-bottom:1px solid var(--border);background:var(--surface);position:sticky;top:0;z-index:40}.header-inner{max-width:1080px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;height:56px}.logo{display:flex;align-items:center;gap:8px;text-decoration:none;cursor:pointer}.logo-mark{width:28px;height:28px;border-radius:8px;background:var(--primary);display:flex;align-items:center;justify-content:center}.logo-mark span{color:#fff;font-weight:700;font-size:12px;letter-spacing:-.02em}.logo-text{font-size:15px;font-weight:600;color:var(--text);letter-spacing:-.02em}.logo-accent{color:var(--primary-text)}.header-nav{display:flex;align-items:center;gap:4px}.header-nav a{color:var(--muted);text-decoration:none;font-size:13px;font-weight:500;transition:color .1s,background .1s;padding:6px 12px;border-radius:8px}.header-nav a:hover{color:var(--link-hover-color);background:var(--link-hover-bg)}.header-nav-pill{display:inline-flex;align-items:center;gap:4px;color:var(--muted);text-decoration:none;font-size:13px;font-weight:500;padding:6px 12px;border-radius:8px;border:none;background:none;cursor:pointer;font-family:Geist Sans,Inter,sans-serif;transition:color .1s,background .1s}.header-nav-pill:hover{color:var(--link-hover-color);background:var(--link-hover-bg)}.header-nav-pill.active{color:var(--text);background:var(--inset);font-weight:600}.nav-dropdown{position:relative}.nav-dropdown-trigger{display:inline-flex;align-items:center;gap:4px}.nav-chevron{transition:transform .15s;flex-shrink:0;opacity:.6}.nav-dropdown.open .nav-chevron{transform:rotate(180deg)}.nav-dropdown-menu{display:none;position:absolute;top:calc(100% + 6px);left:0;min-width:240px;background:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:0 8px 24px #0000001a;padding:6px;z-index:200}.nav-dropdown.open .nav-dropdown-menu{display:block}.nav-dropdown-header{display:block;padding:8px 10px;font-size:12px;font-weight:600;color:var(--primary-text);text-decoration:none;border-radius:8px;transition:background .1s}.nav-dropdown-header:hover{background:var(--inset);color:var(--primary-text)}.nav-dropdown-divider{height:1px;background:var(--border);margin:4px 0}.nav-dropdown-item{display:flex;align-items:flex-start;gap:8px;padding:8px 10px;font-size:12.5px;color:var(--muted);text-decoration:none;border-radius:8px;transition:background .1s,color .1s;line-height:1.4}.nav-dropdown-item:hover{background:var(--inset);color:var(--text)}.nav-dropdown-dot{width:5px;height:5px;border-radius:50%;background:var(--border-hover);flex-shrink:0;margin-top:5px}.nav-dropdown-item-title{flex:1}.header-right{display:flex;align-items:center;gap:8px}.theme-dropdown{position:relative}.theme-trigger{display:flex;align-items:center;gap:5px;padding:5px 10px;border:1px solid var(--border);border-radius:8px;background:var(--surface);cursor:pointer;font-size:12px;font-weight:500;font-family:Geist Sans,Inter,sans-serif;color:var(--muted);transition:border-color .1s}.theme-trigger:hover{border-color:var(--border-hover)}.theme-trigger .swatch{width:10px;height:10px;border-radius:50%;flex-shrink:0;border:1.5px solid var(--border)}.theme-trigger .chevron{width:12px;height:12px;color:var(--muted-light);transition:transform .15s}.theme-dropdown.open .theme-trigger .chevron{transform:rotate(180deg)}.theme-menu{display:none;position:absolute;top:calc(100% + 4px);right:0;background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:4px;min-width:140px;box-shadow:0 4px 12px #00000014;z-index:50}.theme-dropdown.open .theme-menu{display:block}.theme-option{display:flex;align-items:center;gap:8px;width:100%;padding:7px 10px;border:none;background:none;border-radius:6px;cursor:pointer;font-size:13px;font-weight:500;font-family:Geist Sans,Inter,sans-serif;color:var(--muted);transition:background .1s,color .1s}.theme-option:hover{background:var(--inset);color:var(--text)}.theme-option.active{color:var(--text);font-weight:600}.theme-option .swatch{width:12px;height:12px;border-radius:50%;flex-shrink:0;border:1.5px solid var(--border)}.theme-option .check-icon{margin-left:auto;width:14px;height:14px;color:var(--primary);display:none}.theme-option.active .check-icon{display:block}.swatch-indigo{background:#6366f1!important;border-color:#4338ca!important}.swatch-warm{background:#e5484d!important;border-color:#ce2c31!important}.menu-btn{display:none;align-items:center;justify-content:center;padding:8px;margin-right:-8px;background:none;border:none;color:var(--muted);cursor:pointer;border-radius:8px;transition:color .1s,background .1s}.menu-btn:hover{color:var(--text);background:var(--inset)}.menu-icon-close,.menu-btn[aria-expanded=true] .menu-icon-open{display:none}.menu-btn[aria-expanded=true] .menu-icon-close{display:block}.mobile-menu{display:none;border-top:1px solid var(--border);background:var(--surface);padding:12px 24px 20px}.mobile-menu.open{display:block}.mobile-menu-nav{display:flex;flex-direction:column;gap:2px;margin-bottom:16px}.mobile-menu-nav a{display:block;padding:10px 12px;color:var(--text);text-decoration:none;font-size:15px;font-weight:500;border-radius:8px;transition:background .1s}.mobile-menu-nav a:hover{background:var(--inset)}.mobile-menu-section{padding-top:12px;border-top:1px solid var(--border)}.mobile-menu-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--muted-light);padding:0 12px;margin-bottom:8px}.mobile-menu-themes{display:flex;gap:8px;padding:0 12px}.mobile-theme-option{display:flex;align-items:center;gap:6px;padding:6px 14px;border:1px solid var(--border);border-radius:8px;background:none;cursor:pointer;font-size:13px;font-weight:500;font-family:Geist Sans,Inter,sans-serif;color:var(--muted);transition:border-color .15s,color .15s,background .15s}.mobile-theme-option:hover{border-color:var(--border-hover);color:var(--text)}.mobile-theme-option.active{border-color:var(--primary);color:var(--text);background:var(--inset);font-weight:600}.mobile-theme-option .swatch{width:10px;height:10px;border-radius:50%;flex-shrink:0;border:1.5px solid var(--border)}.format-nav{background:var(--surface);border-bottom:1px solid var(--border);overflow-x:auto;scrollbar-width:none}.format-nav::-webkit-scrollbar{display:none}.format-tabs{max-width:1080px;margin:0 auto;padding:0 24px;display:flex;gap:0;min-width:max-content}.format-tab{padding:10px 16px;font-size:13px;font-weight:500;color:var(--muted);text-decoration:none;border-bottom:2px solid transparent;transition:color .1s,border-color .1s;white-space:nowrap}.format-tab:hover{color:var(--text)}.format-tab.active{color:var(--tab-active-color);border-bottom-color:var(--primary)}.tool-pills{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:48px}.tool-pills::-webkit-scrollbar{display:none}.tool-pill{padding:6px 14px;font-size:13px;font-weight:500;color:var(--muted);text-decoration:none;border-radius:999px;border:1px solid var(--border);background:var(--surface);transition:color .1s,border-color .1s,background .1s;white-space:nowrap}.tool-pill:hover{color:var(--primary);border-color:var(--border-hover);background:var(--badge-bg)}.tool-pill.active{color:#fff;background:var(--primary-text);border-color:var(--primary-text);font-weight:600}main{max-width:1080px;margin:0 auto;padding:24px 24px 64px;position:relative;z-index:1}.page-title-block{margin-bottom:24px}h1{font-size:28px;font-weight:650;letter-spacing:-.035em;line-height:1.15;color:var(--text);margin-bottom:8px}h1 em{font-style:normal;color:var(--text)}.page-desc{font-size:14px;color:var(--muted);line-height:1.6;max-width:520px;font-weight:400}.converter-wrap{background:var(--inset);border-radius:16px;padding:1px;margin-bottom:12px}.converter-card{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:28px}.fmt-row{display:grid;grid-template-columns:1fr 32px 1fr;gap:12px;align-items:end;padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid var(--border)}.fmt-label{display:block;font-size:10px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);margin-bottom:5px}.fmt-select{width:100%;appearance:none;background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:10px 32px 10px 14px;font-family:Geist Sans,Inter,sans-serif;font-size:14px;font-weight:500;color:var(--text);cursor:pointer;transition:border-color .1s,box-shadow .1s;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='var(--chevron-stroke)' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center}.fmt-select:hover{border-color:var(--border-hover)}.fmt-select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 2px var(--ring)}.fmt-arrow{display:flex;align-items:center;justify-content:center;padding-bottom:6px;color:var(--muted-light);font-size:16px}.drop-zone{border:2px dashed var(--border);border-radius:12px;padding:36px 20px;text-align:center;cursor:pointer;transition:border-color .1s,background .1s;background:var(--surface)}.drop-zone:hover{border-color:var(--border-hover)}.drop-zone:focus-within{border-color:var(--primary);outline:2px solid var(--ring);outline-offset:2px}.drop-zone.dragover{border-color:var(--primary);background:var(--dragover-bg)}.drop-icon{width:36px;height:36px;margin:0 auto 10px;color:var(--muted-light);display:flex;align-items:center;justify-content:center}.drop-icon svg{width:20px;height:20px;stroke:var(--muted-light)}.drop-title{font-size:13px;font-weight:500;color:var(--muted);margin-bottom:4px}.drop-sub{font-size:12px;color:var(--muted-light);margin-bottom:14px}.btn-upload{display:inline-flex;align-items:center;gap:6px;background:var(--primary-text);color:#fff;border:none;padding:0 16px;height:36px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;font-family:Geist Sans,Inter,sans-serif;transition:background .1s}.btn-upload:hover{background:var(--primary-hover)}.btn-upload:focus-visible{outline:2px solid var(--ring);outline-offset:2px}.drop-limit{font-size:11px;color:var(--muted-light);margin-top:10px;font-family:Geist Mono,SF Mono,Cascadia Code,monospace}.file-list{display:none;flex-direction:column;gap:6px;margin-top:16px}.file-list.has-files{display:flex}.file-list-header{display:flex;align-items:center;justify-content:space-between;padding:0 2px;margin-bottom:2px}.file-list-count{font-size:12px;color:var(--muted);font-weight:500;font-family:Geist Mono,SF Mono,Cascadia Code,monospace}.btn-clear-all{font-size:12px;color:var(--muted);background:none;border:none;cursor:pointer;padding:2px 6px;border-radius:4px;font-family:inherit;font-weight:500;transition:color .15s,background .15s}.btn-clear-all:hover{color:var(--danger);background:var(--danger-light)}.file-item{display:flex;align-items:center;gap:10px;padding:10px 14px;background:var(--bg);border:1px solid var(--border);border-radius:10px;transition:border-color .1s}.file-item:hover{border-color:var(--border-hover)}.file-item.item-done{border-color:var(--done-border)}.file-item.item-processing{border-color:var(--processing-border)}.file-thumb{width:32px;height:32px;border-radius:8px;overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:var(--surface);border:1px solid var(--border)}.file-thumb.thumb-done{background:var(--done-bg);border-color:transparent}.file-thumb.thumb-done svg,.file-thumb.thumb-done i{color:var(--success)}.file-thumb.thumb-processing{background:var(--processing-bg);border-color:transparent}.file-thumb.thumb-processing svg,.file-thumb.thumb-processing i{color:var(--primary)}.file-thumb.thumb-waiting{background:var(--bg);border:1px solid var(--border)}.file-thumb.thumb-waiting svg{color:var(--muted-light)}.file-thumb img{width:100%;height:100%;object-fit:cover}.file-info{flex:1;min-width:0}.file-name{font-size:13px;font-weight:500;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.file-meta{font-size:12px;color:var(--muted-light);font-family:Geist Mono,SF Mono,Cascadia Code,monospace}.file-status{display:flex;align-items:center;gap:6px;flex-shrink:0}.status-badge{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:600;padding:3px 8px;border-radius:999px;white-space:nowrap}.status-badge.badge-done{background:var(--done-bg);color:var(--success)}.status-badge.badge-processing{background:var(--processing-bg);color:var(--primary-text)}.status-badge.badge-waiting{color:var(--muted-light);background:transparent;font-weight:500;font-size:12px;padding:0}.status-badge svg{flex-shrink:0}@keyframes spin{to{transform:rotate(360deg)}}.status-badge .spinner{animation:spin .8s linear infinite}.btn-download{display:inline-flex;align-items:center;gap:4px;font-size:12px;font-weight:600;font-family:Geist Sans,Inter,sans-serif;padding:4px 10px;border-radius:8px;cursor:pointer;border:none;background:var(--download-bg);color:var(--primary-text);transition:background .1s,color .1s}.btn-download:hover{background:var(--download-hover-bg);color:var(--primary-hover)}.btn-download:focus-visible{outline:2px solid var(--ring);outline-offset:2px}.btn-remove{background:none;border:none;color:var(--muted-light);cursor:pointer;padding:4px;border-radius:4px;transition:color .1s,background .1s;display:flex;align-items:center}.btn-remove:hover{color:var(--danger);background:var(--danger-light)}.btn-remove:focus-visible{outline:2px solid var(--ring);outline-offset:1px;border-radius:4px}.progress-bar{width:48px;height:3px;background:var(--border);border-radius:2px;overflow:hidden}.progress-fill{height:100%;border-radius:2px;background:var(--progress-color);transition:width .3s}.settings-row{display:none;grid-template-columns:1.2fr 1fr;gap:10px;margin-top:0;transition:opacity .2s;overflow:hidden}.setting-card{background:var(--surface);padding:14px 16px;border:1px solid var(--border);border-radius:10px}.setting-label{font-size:11px;font-weight:500;color:var(--muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px}.setting-control{display:flex;align-items:center;gap:8px}.range-input{flex:1;-webkit-appearance:none;appearance:none;height:3px;border-radius:2px;background:var(--border);outline:none}.range-input::-webkit-slider-thumb{-webkit-appearance:none;width:12px;height:12px;border-radius:50%;background:var(--primary);cursor:pointer;border:2px solid var(--surface);box-shadow:0 0 0 1px var(--primary)}.range-input:focus-visible::-webkit-slider-thumb{box-shadow:0 0 0 1px var(--primary),0 0 0 3px var(--ring)}.range-value{font-size:13px;font-weight:500;font-family:Geist Mono,SF Mono,Cascadia Code,monospace;color:var(--text);min-width:28px;text-align:right}.select-input{width:100%;background:var(--surface);border:1px solid var(--border);border-radius:6px;padding:5px 8px;color:var(--text);font-size:13px;font-family:Geist Sans,Inter,sans-serif;outline:none;cursor:pointer;transition:border-color .1s}.select-input:hover{border-color:var(--border-hover)}.select-input:focus{border-color:var(--primary);box-shadow:0 0 0 2px var(--ring)}.toggle-row{display:flex;align-items:center;justify-content:space-between}.toggle-row span{font-size:13px;color:var(--text);font-weight:400}.toggle{position:relative;width:30px;height:16px}.toggle input{opacity:0;width:0;height:0;position:absolute}.toggle-slider{position:absolute;inset:0;background:var(--border);border-radius:16px;cursor:pointer;transition:background .1s}.toggle-slider:before{content:"";position:absolute;left:2px;top:2px;width:12px;height:12px;border-radius:50%;background:#fff;transition:transform .1s;box-shadow:0 1px 2px #0000001a}.toggle input:checked+.toggle-slider{background:var(--primary)}.toggle input:checked+.toggle-slider:before{transform:translate(14px)}.toggle input:focus-visible+.toggle-slider{box-shadow:0 0 0 2px var(--ring)}.action-bar{display:flex;flex-direction:column;gap:10px;margin-top:14px}.action-bar.is-offscreen{transform:translateY(100%);opacity:0;pointer-events:none;transition:transform .25s ease,opacity .2s ease}.action-bar-status{display:flex;align-items:center;justify-content:center}.action-bar-primary{display:flex}.action-bar-primary .btn-cta{flex:1;justify-content:center;height:48px;font-size:15px;border-radius:10px;gap:8px}.action-bar-secondary{display:flex;align-items:center;gap:6px}.action-info{font-size:12px;color:var(--muted);font-family:Geist Mono,SF Mono,Cascadia Code,monospace}.action-info strong{color:var(--text);font-weight:500}.btn{display:inline-flex;align-items:center;gap:6px;padding:0 14px;height:44px;border-radius:10px;font-size:14px;font-weight:500;cursor:pointer;border:none;font-family:Geist Sans,Inter,sans-serif;transition:border-color .15s,color .15s,background .15s,box-shadow .15s;white-space:nowrap}.btn:focus-visible{outline:2px solid var(--ring);outline-offset:2px}.btn-cta{background:var(--cta-bg);color:#fff;font-weight:600;box-shadow:0 1px 3px #0000001f,0 0 0 1px #0000000a}.btn-cta:hover{background:var(--cta-hover);box-shadow:0 2px 6px #00000026,0 0 0 1px #0000000f}.btn-cta:active{transform:scale(.98)}.btn-secondary{background:var(--surface);color:var(--text);border:1px solid var(--border);box-shadow:0 1px 2px #0000000a}.btn-secondary:hover{border-color:var(--border-hover);background:var(--inset);box-shadow:0 1px 3px #00000014}.dl-label-short{display:none}#btnDownloadZip,#btnConvert{transition:background .2s,color .2s,border-color .2s,box-shadow .2s,font-weight 0s}.btn-ghost{background:transparent;color:var(--muted);border:1px solid transparent}.btn-ghost:hover{color:var(--danger);background:var(--danger-light);border-color:var(--danger-border)}.trust-strip{display:flex;flex-wrap:wrap;justify-content:center;gap:16px;padding:14px 0;font-size:12px;color:var(--muted-light)}.trust-item{display:flex;align-items:center;gap:5px}.trust-dot{width:5px;height:5px;border-radius:50%}.trust-dot.green{background:var(--success)}.trust-dot.yellow{background:var(--warning)}.trust-dot.blue{background:var(--primary)}.section-divider{display:flex;align-items:center;gap:10px;margin:40px 0 16px;font-size:11px;font-weight:500;color:var(--muted-light);text-transform:uppercase;letter-spacing:.06em}.section-divider:after{content:"";flex:1;height:1px;background:var(--border)}.info-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.info-card{background:var(--surface);padding:22px;border:1px solid var(--border);border-radius:14px}.info-card h2{font-size:14px;font-weight:600;margin-bottom:8px;letter-spacing:-.01em;color:var(--text)}.info-card p,.info-card li{font-size:13px;color:var(--muted);line-height:1.65}.info-card ul{padding-left:14px;display:flex;flex-direction:column;gap:4px}.info-card li strong{color:var(--text);font-weight:500}.faq-list{display:flex;flex-direction:column;border:1px solid var(--border);border-radius:14px;overflow:hidden}.faq-item{border-bottom:1px solid var(--border)}.faq-item:last-child{border-bottom:none}.faq-q{padding:12px 16px;font-size:13px;font-weight:500;cursor:pointer;display:flex;justify-content:space-between;align-items:center;background:var(--surface);transition:background .1s;color:var(--text)}.faq-q:hover{background:var(--inset)}.faq-q:focus-visible{outline:2px solid var(--ring);outline-offset:-2px}.faq-a{padding:0 16px 12px;font-size:13px;color:var(--muted);line-height:1.65;background:var(--surface);display:none}.faq-item.open .faq-a{display:block}.faq-arrow{transition:transform .1s;flex-shrink:0;color:var(--muted-light)}.faq-item.open .faq-arrow{transform:rotate(180deg)}footer{border-top:1px solid var(--border);padding:48px 24px 28px;font-size:13px;color:var(--muted);background:var(--surface)}footer a{color:var(--muted);text-decoration:none;transition:color .1s}footer a:hover{color:var(--footer-hover)}.footer-inner{max-width:1080px;margin:0 auto}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;margin-bottom:40px}.footer-logo{display:inline-flex;align-items:center;gap:8px;text-decoration:none;margin-bottom:12px}.footer-logo-mark{width:24px;height:24px;background:var(--primary);border-radius:6px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:11px;font-weight:700;letter-spacing:-.02em;flex-shrink:0}.footer-logo-text{font-size:14px;font-weight:600;color:var(--text);letter-spacing:-.02em}.footer-logo-accent{color:var(--primary-text)}.footer-tagline{font-size:13px;color:var(--muted);line-height:1.6;margin:0 0 14px;max-width:260px}.footer-badge{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:600;color:var(--primary-text);background:color-mix(in srgb,var(--primary) 10%,transparent);border:1px solid color-mix(in srgb,var(--primary) 20%,transparent);border-radius:20px;padding:4px 10px;letter-spacing:.01em}.footer-col{display:flex;flex-direction:column;gap:10px}.footer-col-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--muted-light);margin-bottom:4px}.footer-col-link{font-size:13px;font-weight:400;color:var(--muted);text-decoration:none;transition:color .1s;line-height:1.4}.footer-col-link:hover{color:var(--footer-hover)}.footer-bottom{border-top:1px solid var(--border);padding-top:20px;display:flex;justify-content:space-between;align-items:center}.footer-copy{margin:0;font-size:12px;color:var(--muted-light)}.footer-socials{display:flex;gap:12px}.footer-social{color:var(--muted-light);transition:color .15s;display:flex;align-items:center;justify-content:center}.footer-social:hover{color:var(--primary)}.mobile-learn-links{display:flex;flex-direction:column;gap:2px}.mobile-learn-item{display:block;padding:10px 12px;color:var(--text);text-decoration:none;font-size:14px;font-weight:500;border-radius:8px;transition:background .1s;line-height:1.3}.mobile-learn-item:hover{background:var(--inset)}.mobile-learn-all{display:block;padding:8px 12px;font-size:12px;font-weight:600;color:var(--primary-text);text-decoration:none;border-radius:8px;transition:background .1s}.mobile-learn-all:hover{background:var(--inset)}.mobile-menu-nav-link{display:block;padding:10px 12px;color:var(--text);text-decoration:none;font-size:15px;font-weight:500;border-radius:8px;transition:background .1s}.mobile-menu-nav-link:hover{background:var(--inset)}.mobile-menu-nav-link.active{color:var(--primary-text);background:color-mix(in srgb,var(--primary) 8%,transparent)}@media(min-width:769px){.action-bar{flex-direction:row;align-items:center;gap:8px;background:var(--inset);border:1px solid var(--border);border-radius:12px;padding:8px 8px 8px 16px;margin-top:14px}.action-bar-status{order:0;flex-shrink:0}.action-bar-secondary{display:none}.action-bar-primary{order:2;flex:0 0 auto;display:flex;align-items:center;gap:6px;margin-left:auto}.action-bar-primary #btnDownloadZip{height:34px;font-size:13px;border-radius:8px;padding:0 12px;gap:5px}.action-bar-primary .btn-cta{flex:none;height:38px;font-size:14px;font-weight:600;padding:0 24px;border-radius:10px}#settingsRowInline{display:grid;margin-top:10px}#settingsRowInline:empty{display:none}}@media(max-width:768px){main{padding:16px 14px 130px}h1{font-size:22px}.converter-card{padding:16px}.drop-zone{padding:28px 14px}.settings-row,.info-grid{grid-template-columns:1fr}.header-nav,.theme-dropdown{display:none}.menu-btn{display:flex}.tool-pills{flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none;margin-left:-14px;margin-right:-14px;padding-left:14px;padding-right:14px}.footer-grid{grid-template-columns:1fr 1fr;gap:28px}.footer-brand{grid-column:1 / -1}.footer-tagline{max-width:100%}}@media(max-width:520px){.fmt-row{grid-template-columns:1fr;gap:8px}.fmt-arrow{display:none}.footer-grid{grid-template-columns:1fr}}:focus-visible{outline:2px solid var(--ring);outline-offset:2px}:focus:not(:focus-visible){outline:none}.kbd{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 5px;font-size:11px;font-family:Geist Mono,SF Mono,Cascadia Code,monospace;font-weight:500;color:var(--muted);background:var(--inset);border:1px solid var(--border);border-radius:4px;line-height:1}.file-input-hidden{display:none}.setting-card-disabled{opacity:.4}.setting-hint{font-size:11px;color:var(--muted-light);margin-top:6px}.quality-slider-area{margin-top:4px;transition:opacity .15s,max-height .2s;max-height:60px;overflow:hidden}.quality-slider-area.slider-hidden{opacity:0;max-height:0;margin-top:0;pointer-events:none}.quality-range-labels{display:flex;justify-content:space-between;font-size:10px;color:var(--muted-light);margin-top:2px;padding:0 2px}.setting-options-col{display:flex;flex-direction:column;gap:6px}.kbd-cta{background:#ffffff26;border-color:#fff3;color:#fffc}.faq-section-gap{margin-top:36px}.badge-error{background:#ef44441a;color:var(--danger)}.badge-warning{background:#f59e0b1a;color:var(--warning)}.format-notice{display:flex;align-items:center;gap:8px;padding:10px 14px;margin-bottom:12px;background:#f59e0b14;border:1px solid rgba(245,158,11,.25);border-radius:10px;font-size:13px;color:var(--text)}.format-notice svg{flex-shrink:0;color:var(--warning)}.format-notice a{color:var(--primary-text);text-decoration:none;font-weight:500;margin-left:auto;white-space:nowrap}.format-notice a:hover{text-decoration:underline}.setting-resize-grid{display:flex;align-items:center;gap:6px}.resize-field{display:flex;align-items:center;gap:4px;flex:1}.resize-field-label{font-size:11px;font-weight:600;color:var(--muted-light);flex-shrink:0;min-width:14px}.resize-input{width:100%;min-width:0;background:var(--surface);border:1px solid var(--border);border-radius:6px;padding:5px 6px;color:var(--text);font-size:13px;font-family:Geist Mono,SF Mono,Cascadia Code,monospace;outline:none;transition:border-color .1s;-moz-appearance:textfield}.resize-input::-webkit-inner-spin-button,.resize-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.resize-input:hover{border-color:var(--border-hover)}.resize-input:focus{border-color:var(--primary);box-shadow:0 0 0 2px var(--ring)}.resize-input::placeholder{color:var(--muted-light);font-weight:400}.resize-times{font-size:12px;color:var(--muted-light);flex-shrink:0}.resize-fit-select{background:var(--surface);border:1px solid var(--border);border-radius:6px;padding:5px 6px;color:var(--text);font-size:12px;font-family:Geist Sans,Inter,sans-serif;outline:none;cursor:pointer;transition:border-color .1s;flex-shrink:0}.resize-fit-select:hover{border-color:var(--border-hover)}.resize-fit-select:focus{border-color:var(--primary);box-shadow:0 0 0 2px var(--ring)}.settings-collapsed{display:none}@media(max-width:560px){.settings-row{grid-template-columns:1fr}}.settings-sheet-overlay{position:fixed;inset:0;z-index:2000;background:#0006;backdrop-filter:blur(2px);opacity:0;pointer-events:none;transition:opacity .2s}.settings-sheet-overlay.visible{opacity:1;pointer-events:auto}.settings-sheet{position:fixed;bottom:0;left:0;right:0;z-index:2001;background:var(--surface);border-top-left-radius:16px;border-top-right-radius:16px;box-shadow:0 -4px 24px #0000001f;transform:translateY(100%);transition:transform .25s cubic-bezier(.32,.72,0,1);max-height:85vh;overflow-y:auto}.settings-sheet-overlay.visible .settings-sheet{transform:translateY(0)}.settings-sheet-handle{width:36px;height:4px;border-radius:2px;background:var(--border);margin:10px auto 0}.settings-sheet-header{display:flex;align-items:center;justify-content:space-between;padding:14px 20px 12px;border-bottom:1px solid var(--border)}.settings-sheet-header h3{font-size:16px;font-weight:600;color:var(--text);margin:0}.settings-sheet-close{background:none;border:none;color:var(--muted);cursor:pointer;padding:4px;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:color .1s,background .1s}.settings-sheet-close:hover{color:var(--text);background:var(--inset)}.settings-sheet-body{padding:16px 20px 20px;display:flex;flex-direction:column;gap:16px}.settings-sheet-body .setting-card{border:1px solid var(--border);border-radius:12px;padding:16px;background:var(--surface)}.settings-sheet-footer{padding:0 20px 20px;display:flex}.settings-sheet-footer .btn-cta{flex:1;justify-content:center;height:44px;font-size:14px;border-radius:10px}@media(min-width:769px){.settings-sheet{inset:50% auto auto 50%;transform:translate(-50%,-50%) scale(.96);border-radius:16px;max-width:480px;width:90%;max-height:80vh;opacity:0;transition:transform .2s,opacity .2s}.settings-sheet-overlay.visible .settings-sheet{transform:translate(-50%,-50%) scale(1);opacity:1}.settings-sheet-handle{display:none}}.btn-settings{display:inline-flex;align-items:center;justify-content:center;background:transparent;color:var(--muted);border:1px solid transparent;padding:0;width:34px;height:34px;border-radius:8px;cursor:pointer;transition:border-color .15s,color .15s,background .15s}.btn-settings span{display:none}.btn-settings svg{width:16px;height:16px;flex-shrink:0}.btn-settings:hover{background:var(--inset);border-color:var(--border);color:var(--text)}.btn-settings:focus-visible{outline:2px solid var(--ring);outline-offset:2px}@media(max-width:768px){.action-bar{position:fixed;bottom:0;left:0;right:0;z-index:50;background:var(--surface);border-top:1px solid var(--border);border-radius:0;padding:10px 14px;padding-bottom:calc(10px + env(safe-area-inset-bottom,0px));margin-top:0;gap:8px;box-shadow:0 -1px 8px #0000000a;flex-direction:row;align-items:center;transition:transform .25s ease,opacity .2s ease}.action-bar-status,.action-bar-secondary{display:none}.action-bar-primary{display:flex;width:100%;gap:8px;align-items:center}.action-bar-primary .btn-cta{flex:1;height:48px;font-size:15px;font-weight:600;gap:8px;border-radius:12px}.action-bar-primary #btnDownloadZip{flex:1;height:48px;font-size:15px;font-weight:500;padding:0 16px;gap:6px;border-radius:12px;justify-content:center}#settingsRowInline{display:none!important}.dl-label-full{display:none}.dl-label-short{display:inline}}.fab-stack{display:none}@media(max-width:768px){.fab-stack{position:fixed;right:14px;bottom:calc(80px + env(safe-area-inset-bottom,0px));z-index:49;display:flex;flex-direction:column;gap:10px;align-items:center;opacity:0;pointer-events:none;transform:translateY(12px);transition:opacity .2s ease,transform .2s ease}.fab-stack.visible{opacity:1;pointer-events:auto;transform:translateY(0)}.fab-btn{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;border:none;cursor:pointer;box-shadow:0 2px 8px #00000020,0 0 0 1px #0000000a;transition:transform .15s,box-shadow .15s,background .15s}.fab-btn:active{transform:scale(.93)}.fab-btn svg{width:20px;height:20px}.fab-add{background:var(--primary);color:#fff}.fab-add:hover{background:var(--primary-hover);box-shadow:0 4px 12px #00000030,0 0 0 1px #0000000a}.fab-settings{background:var(--surface);color:var(--muted);border:1px solid var(--border);box-shadow:0 2px 8px #00000014,0 0 0 1px #0000000a}.fab-settings:hover{background:var(--inset);color:var(--text);border-color:var(--border-hover)}}.btn-secondary[disabled],.btn-secondary:disabled{opacity:.4;cursor:not-allowed;pointer-events:none}.action-bar.cta-swapped #btnDownloadZip{background:var(--cta-bg);color:#fff;font-weight:600;border-color:transparent;box-shadow:0 1px 3px #0000001f,0 0 0 1px #0000000a;opacity:1;pointer-events:auto;cursor:pointer}.action-bar.cta-swapped #btnDownloadZip:hover{background:var(--cta-hover);box-shadow:0 2px 6px #00000026,0 0 0 1px #0000000f}.action-bar.cta-swapped #btnConvert{background:var(--surface);color:var(--text);border:1px solid var(--border);font-weight:500;box-shadow:0 1px 2px #0000000a}.action-bar.cta-swapped #btnConvert:hover{border-color:var(--border-hover);background:var(--inset);box-shadow:0 1px 3px #00000014}.btn-upload-group{display:inline-flex;border-radius:8px;overflow:hidden}.btn-upload-group .btn-upload{border-radius:8px 0 0 8px}.btn-upload-chevron{display:inline-flex;align-items:center;justify-content:center;width:28px;background:var(--primary-text);color:#fff;border:none;border-left:1px solid rgba(255,255,255,.2);border-radius:0 8px 8px 0;cursor:pointer;transition:background .1s;padding:0}.btn-upload-chevron:hover{background:var(--primary-hover)}.btn-upload-chevron:focus-visible{outline:2px solid var(--ring);outline-offset:2px}.btn-addmore-group{display:inline-flex;border-radius:10px;overflow:hidden}.btn-addmore-group .btn{border-radius:10px 0 0 10px;border-right:none}.btn-addmore-chevron{display:inline-flex;align-items:center;border-radius:0 10px 10px 0!important;padding:0 8px!important;min-width:30px;border-left:1px solid var(--border)!important;justify-content:center}.btn-addmore-chevron svg{opacity:.5;transition:opacity .15s}.btn-addmore-chevron:hover svg{opacity:1}.import-dropdown{position:fixed;z-index:1000;min-width:200px;background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:4px;box-shadow:0 8px 24px #0000001f,0 2px 8px #0000000f;opacity:0;transform:translateY(-4px);transition:opacity .12s,transform .12s;pointer-events:none}.import-dropdown-open{opacity:1;transform:translateY(0);pointer-events:auto}.import-dropdown-item{display:flex;align-items:center;gap:10px;width:100%;padding:8px 12px;border:none;background:none;border-radius:7px;color:var(--text);font-size:13px;font-family:Geist Sans,Inter,sans-serif;cursor:pointer;transition:background 80ms;text-align:left}.import-dropdown-item:hover{background:var(--inset)}.import-dropdown-item:focus-visible{outline:2px solid var(--ring);outline-offset:-2px}.import-dropdown-item svg{flex-shrink:0;color:var(--muted)}.import-modal-overlay{position:fixed;inset:0;z-index:2000;background:#0006;display:flex;align-items:center;justify-content:center;padding:24px;opacity:0;transition:opacity .15s}.import-modal-visible{opacity:1}.import-modal{background:var(--surface);border:1px solid var(--border);border-radius:14px;width:100%;max-width:460px;box-shadow:0 20px 60px #0003;transform:scale(.96);transition:transform .15s}.import-modal-visible .import-modal{transform:scale(1)}.import-modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px 12px;border-bottom:1px solid var(--border)}.import-modal-header h3{font-size:15px;font-weight:600;color:var(--text);margin:0}.import-modal-close{background:none;border:none;font-size:20px;color:var(--muted);cursor:pointer;padding:0 4px;line-height:1;border-radius:4px;transition:color 80ms}.import-modal-close:hover{color:var(--text)}.import-modal-body{padding:16px 20px}.import-modal-label{display:block;font-size:13px;font-weight:500;color:var(--muted);margin-bottom:8px}.import-modal-input{width:100%;padding:10px 12px;border:1px solid var(--border);border-radius:8px;font-size:13px;font-family:Geist Mono,SF Mono,monospace;color:var(--text);background:var(--inset);outline:none;transition:border-color .1s,box-shadow .1s;box-sizing:border-box}.import-modal-input:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--ring)}.import-modal-input:disabled{opacity:.6;cursor:not-allowed}.import-modal-error{font-size:12px;color:var(--danger);margin-top:8px;min-height:16px;opacity:0;transition:opacity .1s}.import-modal-error.visible{opacity:1}.import-modal-footer{display:flex;align-items:center;justify-content:flex-end;gap:8px;padding:12px 20px 16px}.error-page{text-align:center;padding:80px 24px;max-width:480px;margin:0 auto}.error-code{font-size:96px;font-weight:700;color:var(--border);line-height:1;margin-bottom:16px;letter-spacing:-.05em}.error-page h1{font-size:24px;font-weight:600;color:var(--text);margin-bottom:12px}.error-message{font-size:15px;color:var(--muted);line-height:1.6;margin-bottom:32px}.error-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.error-actions .btn{min-width:140px}.static-page{max-width:720px;margin:0 auto;padding:48px 24px 80px}.static-page h1{font-size:28px;font-weight:650;color:var(--text);margin-bottom:24px;letter-spacing:-.02em}.static-page-content{font-size:15px;line-height:1.75;color:var(--muted)}.static-page-content h2{font-size:18px;font-weight:600;color:var(--text);margin-top:32px;margin-bottom:12px}.static-page-content p{margin-bottom:16px}.static-page-content ul,.static-page-content ol{padding-left:24px;margin-bottom:16px}.static-page-content li{margin-bottom:8px}.static-page-content a{color:var(--primary-text);text-decoration:underline;text-decoration-color:var(--border);text-underline-offset:2px}.static-page-content a:hover{text-decoration-color:var(--primary)}.static-page-content strong{font-weight:600;color:var(--text)}@media(max-width:768px){.error-code{font-size:72px}.error-page h1{font-size:20px}.static-page{padding:32px 20px 60px}.static-page h1{font-size:24px}}.changelog-footer{display:flex;justify-content:center;padding:24px 0 8px}.changelog-trigger{display:inline-flex;align-items:center;gap:8px;background:none;border:none;cursor:pointer;font-family:Geist Mono,SF Mono,monospace;font-size:12px;color:var(--muted-light);padding:6px 12px;border-radius:6px;transition:color .15s,background .15s}.changelog-trigger:hover{color:var(--muted);background:var(--inset)}.changelog-trigger svg{flex-shrink:0}.changelog-label{text-transform:uppercase;letter-spacing:.06em;font-weight:500}.changelog-version{background:var(--inset);border:1px solid var(--border);padding:1px 6px;border-radius:4px;font-size:11px;font-weight:600;color:var(--muted)}.changelog-date{color:var(--muted-light)}.changelog-overlay{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;background:#0006;backdrop-filter:blur(4px);opacity:0;pointer-events:none;transition:opacity .2s}.changelog-overlay.visible{opacity:1;pointer-events:auto}.changelog-modal{background:var(--surface);border:1px solid var(--border);border-radius:16px;width:90%;max-width:520px;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #00000026;transform:scale(.96);transition:transform .2s}.changelog-overlay.visible .changelog-modal{transform:scale(1)}.changelog-modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--border)}.changelog-modal-title{display:flex;align-items:center;gap:8px;font-family:Geist Mono,SF Mono,monospace;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text)}.changelog-modal-close{background:none;border:none;cursor:pointer;color:var(--muted-light);padding:4px;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:color .15s}.changelog-modal-close:hover{color:var(--text)}.changelog-modal-body{overflow-y:auto;padding:8px 20px 20px}.changelog-entry{padding:20px 0;border-bottom:1px solid var(--border)}.changelog-entry:last-child{border-bottom:none}.changelog-entry-header{display:flex;align-items:center;gap:10px;margin-bottom:12px}.changelog-entry-version{background:var(--inset);border:1px solid var(--border);padding:2px 8px;border-radius:4px;font-family:Geist Mono,SF Mono,monospace;font-size:13px;font-weight:600;color:var(--text)}.changelog-entry-date{font-family:Geist Mono,SF Mono,monospace;font-size:12px;color:var(--muted-light)}.changelog-entry-body{font-size:14px;line-height:1.6;color:var(--muted)}.changelog-entry-body ul{list-style:disc;padding-left:20px;margin:0}.changelog-entry-body li{margin-bottom:6px}.changelog-entry-body li:last-child{margin-bottom:0}@media(max-width:768px){.changelog-modal{width:95%;max-height:85vh;border-radius:12px}.changelog-trigger{font-size:11px}.changelog-date{display:none}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{transition-duration:0ms!important}}@keyframes fmt-nudge{0%,to{border-color:var(--border);box-shadow:none}25%,75%{border-color:var(--primary);box-shadow:0 0 0 3px var(--ring)}}.fmt-select-nudge{animation:fmt-nudge .6s ease 2}
