*{box-sizing:border-box}:root{--bg:#f7f8fb;--text:#1f2937;--muted:#6b7280;--card:#ffffff;--border:#e5e7eb;--primary-dark:#152255}body{font-family:"Segoe UI",Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:var(--text);background:var(--bg);max-width:1000px;margin:0 auto;padding:0 16px 32px}.skip-link{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}.skip-link:focus{left:16px;top:16px;width:auto;height:auto;padding:8px 12px;background:var(--primary);color:#fff;border-radius:8px;z-index:1000}header{text-align:center;padding:1.25rem 0;background:linear-gradient(135deg,var(--primary, #1a2a6c),var(--header-end, #2c3e50));color:#fff;border-radius:10px;margin-bottom:1.5rem;box-shadow:0 4px 6px rgba(0,0,0,.1)}header h1{font-size:2rem;margin-bottom:.25rem}.header-content{position:relative}.home-btn{position:absolute;left:1rem;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:rgba(255,255,255,.2);border-radius:8px;border:1px solid rgba(255,255,255,.3);box-shadow:0 2px 8px rgba(0,0,0,.25);transition:all .2s ease;z-index:10;color:#fff}.home-btn:hover{background:rgba(255,255,255,.3);border-color:rgba(255,255,255,.5);transform:translateY(-50%) scale(1.05);box-shadow:0 4px 12px rgba(0,0,0,.35)}.home-btn:focus-visible{outline:3px solid rgba(255,255,255,.8);outline-offset:2px}.home-btn svg{width:20px;height:20px;stroke:#fff}.btn,.subheader{align-items:center;justify-content:center}.subheader{margin-top:.25rem;font-size:1rem;font-weight:500;opacity:.9;display:flex;gap:.5rem}main{display:flex;flex-direction:column;gap:1.25rem}section{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:1.5rem;box-shadow:0 1px 2px rgba(16,24,40,.05)}section h2{margin:0 0 .5rem;color:var(--text);font-size:1.25rem}section p{color:var(--muted)}.btn{display:inline-flex;padding:8px 12px;min-height:40px;border:1px solid var(--btn-border, #24305b);border-radius:8px;background:var(--btn-bg, #10163a);color:var(--btn-fg, #dbe5ff);text-decoration:none;transition:all .15s ease;font-weight:600;cursor:pointer}.btn:hover{border-color:var(--btn-border-hover, #3a4e9f);transform:translateY(-1px)}.btn-primary{background:var(--primary, #1a2a6c);border-color:var(--primary, #1a2a6c);color:#fff}.btn-primary:hover{filter:brightness(1.08)}.btn:disabled{opacity:.6;cursor:not-allowed}.btn:focus-visible{outline:3px solid var(--focus-ring, rgba(26,42,108,.35));outline-offset:2px}.input-group{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem}.input-group.actions{align-items:center;justify-content:center}label.label{font-weight:600;color:#374151}input[type=file],input[type=text],select{appearance:none;width:100%;border:1px solid var(--border);border-radius:8px;background:#fff;color:var(--text);padding:.8rem;font-size:1rem}input:focus-visible,select:focus-visible{outline:3px solid rgba(26,42,108,.25);outline-offset:2px;border-color:var(--primary)}.merge-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:1.5rem;align-items:start}.dropzone{margin-top:.8rem;border:2px dashed #cbd5e1;border-radius:12px;background:#f8fafc;color:#475569;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;padding:1.25rem;text-align:center;transition:border-color .15s ease,background .15s ease}.dropzone:focus-visible{outline:3px solid rgba(26,42,108,.25);outline-offset:2px}.dropzone.dragover{border-color:#64748b;background:#f1f5f9}.dz-icon{font-size:1.4rem}.summary{margin-top:.6rem;color:#334155;font-weight:600}.file-grid{margin-top:.6rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.75rem}.file-card{position:relative;border:1px solid var(--border);border-radius:12px;background:#fff;padding:.8rem .9rem;display:flex;flex-direction:column;gap:.25rem;min-height:84px}.file-title{font-weight:700;color:#0f172a;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.file-meta{color:#64748b;font-size:.9rem}.card-actions{position:absolute;top:6px;right:6px;display:flex;gap:10px}.icon-btn+.icon-btn{margin-left:6px}.icon-btn{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border:1px solid #cbd5e1;border-radius:8px;background:#fff;color:#0f172a;cursor:pointer;transition:transform .12s ease,border-color .12s ease,background .12s ease}.icon-btn:hover{transform:translateY(-1px);border-color:#94a3b8;background:#f8fafc}.icon-btn svg{width:16px;height:16px;stroke:#0f172a;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.file-card[draggable=true]{cursor:grab}.file-card.dragging{opacity:.6}.status{margin-top:.8rem;color:#374151}.status.error{color:#b91c1c}.status.success{color:#166534}@media (max-width:768px){body{max-width:100%;padding:0 15px 24px}header h1{font-size:1.8rem}section{padding:1.1rem;border-radius:12px}.merge-grid{grid-template-columns:1fr;gap:1.25rem}.input-group.actions{flex-direction:column;align-items:stretch;gap:.8rem}.input-group.actions .btn{width:100%}.file-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.gt-theme-inline{gap:.5rem}.gt-swatch{width:24px!important;height:24px!important}}@media (max-width:480px){body{padding:0 10px 20px}header{padding:1rem 0;margin-bottom:1rem}header h1{font-size:1.6rem}.header-content{padding-top:3rem}.home-btn{left:50%;top:.5rem;transform:translateX(-50%)}section{padding:1rem;border-radius:8px}.merge-grid{grid-template-columns:1fr;gap:1rem}.input-group.actions{flex-direction:column;align-items:stretch;gap:.6rem}.input-group.actions .btn{width:100%}.btn,input[type=file],input[type=text],select{padding:.5rem .6rem;font-size:.95rem}.btn{padding:.7rem 1rem}.file-grid{grid-template-columns:1fr}.file-card{min-height:auto;padding:.7rem .8rem}.icon-btn{width:28px;height:28px}.icon-btn svg{width:14px;height:14px}.gt-theme-inline{gap:.4rem}.gt-theme-label{font-size:.85rem;padding:.2rem .5rem}.gt-swatch{width:22px!important;height:22px!important}footer{padding:1rem 0;font-size:.9rem}}@media (min-width:1200px){body{max-width:1200px}}footer{text-align:center;padding:1.25rem 0;margin-top:1.5rem;color:#fff;background:linear-gradient(135deg,var(--primary, #1a2a6c),var(--header-end, #2c3e50));border-radius:10px;box-shadow:0 4px 6px rgba(0,0,0,.1)}:root{--primary:#1a2a6c;--header-end:#2c3e50;--focus-ring:rgba(26,42,108,.35);--btn-bg:#10163a;--btn-border:#24305b;--btn-border-hover:#3a4e9f;--btn-fg:#dbe5ff}.gt-theme-inline{margin:1rem auto 1.25rem;display:flex;align-items:center;justify-content:center;gap:.75rem;flex-wrap:wrap}.gt-theme-label{font-size:.95rem;color:#111827;background:rgba(17,24,39,.08);padding:.25rem .6rem;border-radius:999px;font-weight:600}.gt-swatches{display:flex;gap:10px;flex-wrap:wrap;justify-content:center;max-width:none!important}.gt-swatch{width:28px;height:28px;border-radius:999px;border:3px solid #fff;box-shadow:0 0 0 3px rgba(0,0,0,.12),0 6px 14px rgba(16,24,40,.12);cursor:pointer;transition:transform .12s ease,box-shadow .12s ease}.gt-theme-inline .gt-swatch{width:28px!important;height:28px!important;box-shadow:0 0 0 3px rgba(0,0,0,.12),0 6px 14px rgba(16,24,40,.12)!important}.gt-theme-inline .gt-theme-label{color:#111827!important;background:rgba(17,24,39,.08)!important}.gt-swatch:hover{transform:translateY(-1px) scale(1.05)}.gt-swatch[aria-current=true]{outline:3px solid #111827;outline-offset:2px}.gt-swatch:focus-visible{outline:3px solid var(--focus-ring, rgba(26,42,108,.35));outline-offset:2px}.action-col .input-group{max-width:300px}