:root{--c-bg: #f0fdf4;--c-bg2: #ffffff;--c-bg3: #f0fdf4;--c-surface: #ffffff;--c-border: #d1fae5;--c-border2: #a7f3d0;--c-text: #052e16;--c-text2: #166534;--c-muted: #4ade80;--c-accent: #16a34a;--c-accent2: #15803d;--c-accent-bg: #dcfce7;--c-accent-glow: rgba(22, 163, 74, .18);--c-err: #dc2626;--c-err-bg: #fef2f2;--c-err-border: #fca5a5;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .06), 0 1px 2px rgba(0, 0, 0, .04);--shadow: 0 4px 16px rgba(0, 0, 0, .07), 0 1px 3px rgba(0, 0, 0, .05);--shadow-brand: 0 0 0 1px rgba(22, 163, 74, .3), 0 4px 20px rgba(22, 163, 74, .15);--radius: 14px;--radius-sm: 9px;--radius-lg: 20px;--grid: rgba(22, 163, 74, .06);--header-h: 64px}.dark{--c-bg: #030712;--c-bg2: #0a1628;--c-bg3: #071018;--c-surface: #0f1e30;--c-border: #0d2b18;--c-border2: #14532d;--c-text: #f0fdf4;--c-text2: #86efac;--c-muted: #4ade80;--c-accent: #22c55e;--c-accent2: #4ade80;--c-accent-bg: #052e16;--c-accent-glow: rgba(34, 197, 94, .2);--c-err: #f87171;--c-err-bg: #1c0505;--c-err-border: #7f1d1d;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .3);--shadow: 0 4px 24px rgba(0, 0, 0, .4);--shadow-brand: 0 0 0 1px rgba(34, 197, 94, .4), 0 4px 24px rgba(34, 197, 94, .2);--grid: rgba(34, 197, 94, .05)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased}html,body{background:var(--c-bg);margin:0;padding:0}body{font-family:Plus Jakarta Sans,system-ui,sans-serif;background:var(--c-bg);color:var(--c-text);line-height:1.65;transition:background .2s,color .2s;min-height:100vh;display:flex;flex-direction:column;padding-top:var(--header-h)}main{flex:1}img,svg{display:block}button{font-family:inherit;cursor:pointer;border:none;background:none}input,select{font-family:inherit}:focus-visible{outline:2px solid var(--c-accent);outline-offset:2px;border-radius:4px}.wrap{max-width:1140px;margin:0 auto;padding:0 20px}.wrap-sm{max-width:760px;margin:0 auto;padding:0 20px}.grid-bg{background-image:linear-gradient(var(--grid) 1px,transparent 1px),linear-gradient(90deg,var(--grid) 1px,transparent 1px);background-size:36px 36px}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:var(--c-bg3)}::-webkit-scrollbar-thumb{background:var(--c-border2);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--c-accent)}.font-serif{font-family:"Instrument Serif",Georgia,serif}.font-mono{font-family:JetBrains Mono,monospace}.text-accent{color:var(--c-accent)}.text-muted{color:var(--c-text2)}@keyframes fade-up{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes stripe-move{0%{background-position:0 0}to{background-position:40px 0}}@keyframes glow-pulse{0%,to{box-shadow:0 0 0 0 var(--c-accent-glow),var(--shadow-brand)}50%{box-shadow:0 0 0 8px transparent,var(--shadow-brand)}}.anim-fade-up{animation:fade-up .55s ease both}.anim-fade-in{animation:fade-in .4s ease both}.d1{animation-delay:.1s}.d2{animation-delay:.2s}.d3{animation-delay:.3s}.d4{animation-delay:.4s}.d5{animation-delay:.5s}.site-header{position:fixed;top:0;left:0;right:0;width:100%;height:var(--header-h);z-index:100;border-bottom:1px solid var(--c-border);background:var(--c-bg2)}.header-inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 20px;max-width:1140px;margin:0 auto;gap:16px;height:100%}.logo{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--c-text);font-weight:700;font-size:.95rem}.logo-icon{width:34px;height:34px;border-radius:9px;background:var(--c-accent);display:grid;place-items:center;color:#fff;flex-shrink:0;box-shadow:0 2px 8px var(--c-accent-glow)}.logo-icon svg{width:17px;height:17px}.logo-text{line-height:1.2}.logo-text strong{display:block;font-size:.9rem}.logo-text span{font-size:.72rem;color:var(--c-text2);font-weight:500}@media (max-width: 480px){.logo-text{display:none}}.nav-links{display:flex;gap:24px;justify-self:center}.nav-links a{font-size:.88rem;font-weight:500;color:var(--c-text2);text-decoration:none;transition:color .15s}.nav-links a:hover{color:var(--c-accent)}@media (max-width: 600px){.nav-links{display:none}}.header-actions{justify-self:end;display:flex;align-items:center}.hero{padding:24px 20px 0;position:relative;overflow:hidden}.hero-blob{position:absolute;border-radius:50%;filter:blur(80px);pointer-events:none;opacity:.7}.hero-blob-1{width:500px;height:500px;top:-160px;left:-120px;background:radial-gradient(circle,rgba(22,163,74,.12),transparent 70%)}.hero-blob-2{width:400px;height:400px;bottom:0;right:-100px;background:radial-gradient(circle,rgba(16,185,129,.09),transparent 70%)}.hero-content{position:relative;z-index:1;text-align:center}.trust-badge{display:inline-flex;align-items:center;gap:7px;padding:6px 16px;border-radius:999px;border:1px solid var(--c-border2);background:var(--c-accent-bg);font-size:.75rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--c-accent2);margin-bottom:16px}.trust-badge-dot{width:7px;height:7px;border-radius:50%;background:var(--c-accent);animation:glow-pulse 2s ease infinite}h1{font-family:"Instrument Serif",Georgia,serif;font-size:clamp(2rem,5.5vw,4rem);line-height:1.1;letter-spacing:-.02em;color:var(--c-text);font-weight:400;margin-bottom:20px}h1 em{font-style:italic;color:var(--c-accent)}.hero-sub{max-width:560px;margin:0 auto 18px;font-size:1.05rem;color:var(--c-text2);line-height:1.7}.trust-strip{display:flex;flex-wrap:wrap;justify-content:center;gap:10px 18px;padding:16px 24px;margin:0 auto 16px;max-width:700px;border-radius:var(--radius);background:var(--c-surface);border:1px solid var(--c-border);box-shadow:var(--shadow-sm)}.trust-item{display:flex;align-items:center;gap:6px;font-size:.8rem;font-weight:500;color:var(--c-text2)}.trust-item svg{color:var(--c-accent);width:14px;height:14px}.tool-card{background:var(--c-surface);border:1px solid var(--c-border);border-radius:var(--radius-lg);box-shadow:var(--shadow);padding:28px;max-width:780px;margin:0 auto;position:relative;z-index:2}#drop-zone{border:2px dashed var(--c-border2);border-radius:var(--radius);padding:44px 24px;text-align:center;cursor:pointer;transition:border-color .2s,background .2s,transform .15s;background:var(--c-bg3)}#drop-zone:hover,#drop-zone.active{border-color:var(--c-accent);background:var(--c-accent-bg)}#drop-zone.active{transform:scale(1.01)}.drop-icon{width:48px;height:48px;margin:0 auto 14px;color:var(--c-muted);transition:color .2s}#drop-zone:hover .drop-icon,#drop-zone.active .drop-icon{color:var(--c-accent)}.drop-title{font-size:1rem;font-weight:700;margin-bottom:6px}.drop-sub{font-size:.82rem;color:var(--c-text2);margin-bottom:16px}.drop-btn{display:inline-flex;align-items:center;gap:7px;padding:9px 20px;border-radius:var(--radius-sm);background:var(--c-accent);color:#fff;font-size:.85rem;font-weight:700;letter-spacing:.02em;box-shadow:0 2px 8px var(--c-accent-glow);transition:background .15s,transform .1s}.drop-btn:hover{background:var(--c-accent2);transform:translateY(-1px)}.drop-btn svg{width:15px;height:15px}#file-list-section{display:none;margin-top:20px}.file-list-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.file-list-title{font-size:.85rem;font-weight:700}.clear-btn{font-size:.78rem;color:var(--c-text2);padding:3px 8px;border-radius:5px;transition:color .15s,background .15s}.clear-btn:hover{color:var(--c-err);background:var(--c-err-bg)}#file-list{display:grid;gap:8px}.file-item{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:var(--radius-sm);border:1px solid var(--c-border);background:var(--c-bg3);animation:fade-up .25s ease both;transition:border-color .15s}.file-item:hover{border-color:var(--c-border2)}.file-item.error{border-color:var(--c-err-border);background:var(--c-err-bg)}.file-icon{color:var(--c-accent);flex-shrink:0}.file-icon svg{width:18px;height:18px}.file-item.error .file-icon{color:var(--c-err)}.file-info{flex:1;min-width:0}.file-name{font-family:JetBrains Mono,monospace;font-size:.78rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.file-meta{font-size:.72rem;color:var(--c-text2);margin-top:2px}.file-err{font-size:.72rem;color:var(--c-err);margin-top:2px}.file-remove{width:28px;height:28px;border-radius:6px;flex-shrink:0;color:var(--c-text2);display:grid;place-items:center;transition:background .15s,color .15s}.file-remove:hover{background:var(--c-err-bg);color:var(--c-err)}.file-remove svg{width:14px;height:14px}.add-more-btn{width:100%;margin-top:8px;padding:9px;border:1.5px dashed var(--c-border2);border-radius:var(--radius-sm);font-size:.82rem;color:var(--c-text2);text-align:center;transition:border-color .15s,color .15s}.add-more-btn:hover{border-color:var(--c-accent);color:var(--c-accent)}#options-section{display:none;margin-top:20px}.options-card{border:1px solid var(--c-border);border-radius:var(--radius);overflow:hidden}.options-section-inner{padding:18px 20px}.options-divider{height:1px;background:var(--c-border)}.options-label{font-size:.82rem;font-weight:700;margin-bottom:14px}.mode-cards{display:flex;flex-direction:column;gap:8px}.mode-card{position:relative;display:flex;align-items:flex-start;gap:11px;padding:12px 14px;border-radius:var(--radius-sm);border:1.5px solid var(--c-border);cursor:pointer;transition:border-color .15s,background .15s}.mode-card:hover{border-color:var(--c-border2)}.mode-card.checked{border-color:var(--c-accent);background:var(--c-accent-bg)}.mode-radio{width:18px;height:18px;border-radius:50%;flex-shrink:0;border:2px solid var(--c-border2);margin-top:2px;display:grid;place-items:center;transition:border-color .15s}.mode-card.checked .mode-radio{border-color:var(--c-accent)}.mode-radio-dot{width:8px;height:8px;border-radius:50%;background:var(--c-accent);display:none}.mode-card.checked .mode-radio-dot{display:block}.mode-card:has(.mode-input:focus-visible){outline:2px solid var(--c-accent);outline-offset:2px}.mode-title{font-size:.85rem;font-weight:700;margin-bottom:2px}.mode-desc{font-size:.75rem;color:var(--c-text2);line-height:1.5}.bottom-opts{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:14px}.chk-label{position:relative;display:flex;align-items:center;gap:10px;cursor:pointer}.chk-label:has(#dedup-checkbox:focus-visible){outline:2px solid var(--c-accent);outline-offset:3px;border-radius:var(--radius-sm)}.chk-box{width:20px;height:20px;border-radius:5px;flex-shrink:0;border:2px solid var(--c-border2);background:var(--c-bg3);display:grid;place-items:center;transition:border-color .15s,background .15s}.chk-label:hover .chk-box{border-color:var(--c-accent)}.chk-box.checked{border-color:var(--c-accent);background:var(--c-accent)}.chk-box svg{width:12px;height:12px;color:#fff;display:none}.chk-box.checked svg{display:block}.visually-hidden-input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.chk-text{font-size:.83rem}.chk-text strong{display:block;font-weight:600}.chk-text small{color:var(--c-text2);font-size:.73rem}.fmt-group{display:flex;gap:6px}.fmt-btn{padding:6px 14px;border-radius:var(--radius-sm);border:1.5px solid var(--c-border2);font-size:.78rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--c-text2);transition:border-color .15s,background .15s,color .15s}.fmt-btn:hover{border-color:var(--c-accent);color:var(--c-accent)}.fmt-btn.active{border-color:var(--c-accent);background:var(--c-accent);color:#fff}#progress-section{display:none;margin-top:18px}.progress-box{padding:14px 18px;border-radius:var(--radius);border:1px solid var(--c-border2);background:var(--c-accent-bg)}.progress-row{display:flex;justify-content:space-between;margin-bottom:8px}.progress-phase{font-size:.83rem;font-weight:600;color:var(--c-accent2)}.progress-pct{font-family:JetBrains Mono,monospace;font-size:.78rem;color:var(--c-text2)}.progress-track{height:6px;border-radius:3px;background:var(--c-border2);overflow:hidden}.progress-fill{height:100%;border-radius:3px;background:var(--c-accent);transition:width .3s ease;background-image:linear-gradient(90deg,var(--c-accent) 0%,color-mix(in srgb,var(--c-accent) 70%,white) 50%,var(--c-accent) 100%);background-size:200% 100%;animation:stripe-move 1.5s linear infinite}.banner{display:none;margin-top:16px;padding:13px 16px;border-radius:var(--radius);border:1px solid;font-size:.85rem;line-height:1.5;animation:fade-in .3s ease both;align-items:flex-start;gap:10px}.banner.visible{display:flex}.banner-err{border-color:var(--c-err-border);background:var(--c-err-bg);color:var(--c-err)}.banner-ok{border-color:var(--c-border2);background:var(--c-accent-bg);color:var(--c-accent2)}.banner svg{width:18px;height:18px;flex-shrink:0;margin-top:1px}#merge-btn{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;margin-top:18px;padding:16px 24px;border-radius:var(--radius);font-size:1.05rem;font-weight:800;letter-spacing:-.01em;background:var(--c-accent);color:#fff;box-shadow:var(--shadow-brand);transition:background .15s,transform .1s,opacity .15s;animation:glow-pulse 3s ease infinite}#merge-btn:hover:not(:disabled){background:var(--c-accent2);transform:translateY(-1px)}#merge-btn:active:not(:disabled){transform:scale(.99)}#merge-btn:disabled{opacity:.4;cursor:not-allowed;animation:none;box-shadow:none}#merge-btn svg{width:20px;height:20px}.spinner{animation:spin .8s linear infinite}.file-count-badge{padding:2px 10px;border-radius:999px;background:#ffffff38;font-size:.78rem;font-weight:700}.privacy-note{margin-top:12px;text-align:center;font-size:.75rem;color:var(--c-text2);display:flex;align-items:center;justify-content:center;gap:5px}.privacy-note svg{width:12px;height:12px;color:var(--c-accent)}.section{padding:80px 20px}.section-sm{padding:60px 20px}.divider{height:1px;background:linear-gradient(90deg,transparent,var(--c-border),transparent);margin:0 auto;max-width:1140px}.section-label{font-size:.72rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--c-accent);margin-bottom:10px}.section-title{font-family:"Instrument Serif",Georgia,serif;font-size:clamp(1.6rem,3.5vw,2.6rem);line-height:1.15;letter-spacing:-.02em;font-weight:400;margin-bottom:14px}.section-sub{max-width:540px;color:var(--c-text2);font-size:.95rem;line-height:1.7}.section-header{margin-bottom:48px}.section-header.center{text-align:center}.section-header.center .section-sub{margin:0 auto}.steps{display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.benefits-compact{margin-top:34px}.benefits-title{text-align:center;font-size:1.05rem;font-weight:700;margin-bottom:14px}.benefits-grid{display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.benefit-card{list-style:none;padding:15px 16px;border-radius:var(--radius-sm);border:1px solid var(--c-border);background:var(--c-surface);color:var(--c-text2);font-size:.84rem;line-height:1.55;box-shadow:var(--shadow-sm)}.step-card{padding:28px 24px;border-radius:var(--radius);border:1px solid var(--c-border);background:var(--c-surface);box-shadow:var(--shadow-sm);position:relative;overflow:hidden}.step-card:before{content:attr(data-step);position:absolute;top:12px;right:16px;font-family:"Instrument Serif",serif;font-size:4.5rem;font-weight:400;color:var(--c-border2);line-height:1;pointer-events:none;user-select:none}.step-icon{width:44px;height:44px;border-radius:11px;background:var(--c-accent-bg);color:var(--c-accent);display:grid;place-items:center;margin-bottom:16px}.step-icon svg{width:22px;height:22px}.step-title{font-size:1rem;font-weight:700;margin-bottom:8px}.step-desc{font-size:.85rem;color:var(--c-text2);line-height:1.6}.features-grid{display:grid;gap:18px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.use-cases{margin-top:40px;padding-top:28px;border-top:1px solid var(--c-border)}.use-cases-title{text-align:center;font-family:"Instrument Serif",Georgia,serif;font-size:clamp(1.3rem,2.8vw,1.9rem);line-height:1.2;letter-spacing:-.01em;font-weight:400;margin-bottom:18px}.use-cases-grid{display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.use-case-card{list-style:none;padding:16px;border-radius:var(--radius-sm);border:1px solid var(--c-border);background:var(--c-surface);color:var(--c-text2);font-size:.84rem;line-height:1.55;box-shadow:var(--shadow-sm)}.feat-card{display:flex;gap:14px;padding:20px;border-radius:var(--radius);border:1px solid var(--c-border);background:var(--c-surface);box-shadow:var(--shadow-sm);transition:border-color .15s}.feat-card:hover{border-color:var(--c-border2)}.feat-icon{width:38px;height:38px;border-radius:9px;flex-shrink:0;background:var(--c-accent-bg);color:var(--c-accent);display:grid;place-items:center}.feat-icon svg{width:19px;height:19px}.feat-title{font-size:.88rem;font-weight:700;margin-bottom:4px}.feat-desc{font-size:.8rem;color:var(--c-text2);line-height:1.55}.faq-list{display:flex;flex-direction:column;gap:10px}details.faq-item{border-radius:var(--radius);border:1px solid var(--c-border);background:var(--c-surface);overflow:hidden;transition:border-color .15s}details.faq-item[open]{border-color:var(--c-border2);box-shadow:var(--shadow-sm)}details.faq-item summary{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:17px 20px;font-size:.92rem;font-weight:700;cursor:pointer;list-style:none;user-select:none;transition:color .15s}details.faq-item summary::-webkit-details-marker{display:none}details.faq-item summary:hover{color:var(--c-accent)}.faq-chevron{width:20px;height:20px;flex-shrink:0;border-radius:50%;border:1.5px solid var(--c-border2);background:var(--c-bg3);display:grid;place-items:center;transition:transform .2s,border-color .15s}.faq-chevron svg{width:10px;height:10px}details.faq-item[open] .faq-chevron{transform:rotate(180deg);border-color:var(--c-accent)}.faq-body{padding:14px 20px 18px;font-size:.88rem;color:var(--c-text2);line-height:1.7;border-top:1px solid var(--c-border)}.faq-body strong{color:var(--c-text)}.site-footer{border-top:1px solid var(--c-border);padding:28px 20px;background:var(--c-surface)}.footer-inner{max-width:1140px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px}.footer-brand{display:flex;align-items:center;gap:8px}.footer-brand-icon{width:26px;height:26px;border-radius:7px;background:var(--c-accent);display:grid;place-items:center;color:#fff}.footer-brand-icon svg{width:13px;height:13px}.footer-brand-name{font-size:.83rem;font-weight:700}.footer-pills{display:flex;flex-wrap:wrap;gap:6px;align-items:center;font-size:.75rem;color:var(--c-text2)}.footer-pill{padding:3px 10px;border-radius:999px;border:1px solid var(--c-border);background:var(--c-bg3)}.footer-links{display:flex;gap:12px;font-size:.75rem}.footer-links a{color:var(--c-text2);text-decoration:none}.footer-links a:hover{color:var(--c-accent)}.footer-credits{font-size:.75rem;color:var(--c-text2)}.footer-credits a{color:var(--c-accent);text-decoration:none}.footer-credits a:hover{text-decoration:underline}@media (max-width: 640px){.hero{padding:20px 16px 0}.tool-card{padding:18px}.section,.section-sm{padding:56px 16px}.bottom-opts{flex-direction:column;align-items:flex-start}h1{font-size:1.9rem}}
