:root{color-scheme:light dark;--bg:#fafafa;--surface:#fff;--text:#18181b;--muted:#666670;--line:#e5e5e8;--accent:#171717;--accent-text:#fff;--soft:#f4f4f5;--error:#b42318;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}:root[data-theme=dark]{color-scheme:dark;--bg:#151515;--surface:#1d1d1f;--text:#f4f4f5;--muted:#a1a1aa;--line:#36363a;--accent:#f4f4f5;--accent-text:#18181b;--soft:#28282b;--error:#ffaaa2}@media (prefers-color-scheme:dark){:root[data-theme=system]{--bg:#151515;--surface:#1d1d1f;--text:#f4f4f5;--muted:#a1a1aa;--line:#36363a;--accent:#f4f4f5;--accent-text:#18181b;--soft:#28282b;--error:#ffaaa2}}*{box-sizing:border-box}body{background:var(--bg);min-width:320px;color:var(--text);margin:0;line-height:1.55}a{color:inherit;text-underline-offset:.18em}a:focus-visible,button:focus-visible,input:focus-visible,summary:focus-visible{outline-offset:3px;outline:3px solid #5b9dff}.shell{min-height:100vh;position:relative;overflow:hidden}.route-background{opacity:.23;pointer-events:none;color:#8d8d94;width:100%;height:28rem;position:absolute;inset:0}.route-line{fill:none;stroke:currentColor;stroke-width:1.3px;stroke-linecap:round;stroke-dasharray:5 10;animation:18s linear infinite flow}@keyframes flow{to{stroke-dashoffset:-180px}}@media (prefers-reduced-motion:reduce){.route-line{animation:none}}.container{width:min(100% - 2.5rem,760px);margin:0 auto;position:relative}.topbar{border-bottom:1px solid var(--line)}header{justify-content:space-between;align-items:center;gap:1rem;padding:1rem 0;font-size:.9rem;display:flex}.brand{letter-spacing:-.05em;font-weight:760;text-decoration:none}.nav{align-items:center;gap:.9rem;display:flex}.nav a,.theme-toggle{color:var(--muted);font-size:.86rem;text-decoration:none}.nav a:hover,.theme-toggle:hover{color:var(--text)}.theme-toggle{background:0 0;border:0;min-height:auto;padding:.25rem;font-weight:600}main{padding:clamp(3rem,10vw,7rem) 0 4rem}h1,h2,h3{letter-spacing:-.035em;line-height:1.15}h1{max-width:680px;margin:0;font-size:clamp(2.35rem,6vw,4.15rem)}h2{margin:0;font-size:1.3rem}.intro{max-width:620px;color:var(--muted);margin:1.25rem 0 0;font-size:1.1rem}.tool{border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin-top:clamp(2.5rem,7vw,4rem);padding:1.5rem 0}.file-slots{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin-top:1.25rem;display:grid}.file-slot{border:1px dashed var(--line);background:var(--surface);border-radius:8px;min-height:9.25rem;padding:1rem;transition:border-color .15s,background .15s;position:relative}.file-slot:hover,.file-slot:focus-within,.file-slot.is-dragging{border-color:var(--text);background:var(--soft)}.file-slot input,.trim-file input{opacity:0;width:1px;height:1px;position:absolute;overflow:hidden}.file-slot label{cursor:pointer;text-align:center;place-content:center;min-height:7rem;display:grid}.slot-index,.slot-hint,.slot-preview span{color:var(--muted);font-size:.82rem}.slot-action{margin-top:.35rem;font-weight:650}.slot-preview{text-align:left;grid-template-columns:4.5rem minmax(0,1fr);align-items:center;gap:.75rem;min-height:7rem;display:grid}.slot-preview strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.slot-trace{background:var(--soft);border-radius:6px;width:4.5rem;height:4.5rem}.slot-trace path{fill:none;stroke:var(--text);stroke-width:2.5px;stroke-linecap:round;stroke-linejoin:round}.slot-info{gap:.35rem;min-width:0;display:grid}.remove-file{min-height:auto;color:var(--muted);font:inherit;cursor:pointer;background:0 0;border:0;padding:.3rem;position:absolute;top:.5rem;right:.5rem}.remove-file:hover{background:var(--soft);color:var(--text)}.add-file{min-height:auto;color:var(--text);background:0 0;border-color:#0000;margin-top:.75rem;padding:.3rem 0;font-size:.9rem;font-weight:600}.help,.status,.muted{color:var(--muted);font-size:.92rem}.status{min-height:1.5rem;margin:1rem 0}.status[data-state=error]{color:var(--error)}button,.download{border:1px solid var(--accent);background:var(--accent);min-height:2.75rem;color:var(--accent-text);font:inherit;cursor:pointer;border-radius:7px;justify-content:center;align-items:center;padding:.65rem 1rem;font-weight:650;text-decoration:none;display:inline-flex}button:hover:not(:disabled),.download:hover{opacity:.86}button:disabled{cursor:not-allowed;opacity:.45}#merge-button{margin-right:.65rem}.download{margin-top:.25rem}.merge-preview{border-top:1px solid var(--line);margin-top:1.5rem;padding-top:1.25rem}.merge-preview h3{margin:0 0 .75rem;font-size:1rem}#route-map{border:1px solid var(--line);background:var(--soft);border-radius:7px;width:100%;height:auto;display:block}.preview-route{fill:none;stroke:#62626a;stroke-width:2.5px;stroke-linecap:round;stroke-linejoin:round}.preview-route:nth-of-type(2n){stroke:#9a9aa0}.preview-point{fill:var(--accent)}details{border-top:1px solid var(--line);color:var(--muted);margin-top:1.25rem;padding-top:1rem;font-size:.9rem}summary{cursor:pointer;color:var(--text);font-weight:600}.content{gap:2.5rem;margin-top:clamp(4rem,10vw,7rem);display:grid}.content section{max-width:650px}.content p,.content li{color:var(--muted)}.content ul{padding-left:1.25rem}.faq{border-top:1px solid var(--line);padding-top:1rem}.faq p{margin:.55rem 0 0}.legal{max-width:700px}.legal h1{font-size:clamp(2.2rem,5vw,3.5rem)}.legal section{margin-top:2.75rem}.legal h2{font-size:1.25rem}.legal p,.legal li{color:var(--muted)}.legal .notice{border-left:2px solid var(--text);padding-left:1rem}footer{border-top:1px solid var(--line);color:var(--muted);justify-content:space-between;gap:1rem;padding:1.5rem 0 2.5rem;font-size:.85rem;display:flex}.footer-links{gap:.85rem;display:flex}.footer-links a{color:inherit}@media (width<=600px){.container{width:min(100% - 2rem,760px)}header{align-items:flex-start}.nav{flex-wrap:wrap;justify-content:flex-end;gap:.55rem .8rem}main{padding-top:3rem}.file-slots{grid-template-columns:1fr}}
