:root{color-scheme:light dark;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.4}*{box-sizing:border-box}body{margin:0;background:#101319;color:#f5f6f7}.container{max-width:1200px;margin:0 auto;padding:1rem}.subtitle{opacity:.8;margin-top:-.4rem}.card{background:#1a2029;border:1px solid #2e3642;border-radius:10px;padding:1rem;margin-bottom:1rem}.row{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.grid3{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.75rem}label{display:flex;flex-direction:column;gap:.35rem}input,select,button{border-radius:8px;border:1px solid #3f4958;background:#0f141d;color:inherit;padding:.5rem .65rem}button{cursor:pointer}button:disabled{opacity:.6;cursor:not-allowed}.info{opacity:.8}.table-wrap{overflow:auto;margin-top:.75rem;border:1px solid #2e3642;border-radius:8px}table{width:100%;border-collapse:collapse;min-width:700px}th,td{border-bottom:1px solid #2e3642;text-align:left;padding:.45rem .6rem;white-space:nowrap}th{background:#232b38}.mapping-row{display:flex;gap:.75rem;align-items:center;margin:.45rem 0;flex-wrap:wrap}.merge-box{display:flex;flex-direction:column;gap:.4rem}.checkbox-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.35rem}.checkbox-grid label{flex-direction:row;align-items:center}.group-mapping{margin-top:1rem}.result{margin-top:1rem;border:1px solid #384458;border-radius:8px;padding:.8rem}.status{border:1px solid #384458;background:#1d2533;border-radius:8px;padding:.8rem;white-space:pre-line}.debug-panel{margin-top:.75rem;border:1px solid #384458;border-radius:8px;padding:.6rem .8rem;background:#131a24}.debug-panel summary{cursor:pointer;font-weight:600}.debug-actions{margin-top:.65rem}.debug-panel pre{margin:.75rem 0 0;white-space:pre-wrap;word-break:break-word}
