.dedupe-layout{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:22px}.dedupe-panel{padding:22px;background:#fff;border:1px solid var(--line);border-radius:var(--radius)}.dedupe-panel textarea{min-height:310px;line-height:1.5;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:.95rem}.dedupe-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:16px}.dedupe-option{display:flex;align-items:flex-start;gap:10px;min-height:50px;padding:12px;border:1px solid var(--line);border-radius:9px;cursor:pointer}.dedupe-option input{width:19px;height:19px;min-height:19px;margin:2px 0 0;flex:0 0 auto}.dedupe-option span{font-weight:700}.dedupe-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.dedupe-actions .button--primary{margin-right:auto}.dedupe-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:16px}.dedupe-stat{padding:15px;border:1px solid var(--line);border-radius:10px;background:#fafbfd}.dedupe-stat__label{display:block;color:var(--muted);font-size:.78rem;font-weight:750}.dedupe-stat__value{display:block;margin-top:2px;font-size:1.55rem;line-height:1.2}.output-field textarea{background:#fafbfd}.result-feedback{min-height:1.5em;margin:10px 0 0;color:var(--success);font-size:.88rem;font-weight:700}.dedupe-empty{display:grid;place-items:center;min-height:310px;padding:30px;text-align:center;border:1px dashed #b9c4d1;border-radius:10px;color:var(--muted);background:#fafbfd}.dedupe-empty p{max-width:300px;margin:0}@media(max-width:800px){.dedupe-layout{grid-template-columns:1fr}.dedupe-panel textarea,.dedupe-empty{min-height:230px}}@media(max-width:520px){.dedupe-options,.dedupe-stats{grid-template-columns:1fr}.dedupe-panel{padding:16px}.dedupe-actions .button{flex:1 1 calc(50% - 10px)}.dedupe-actions .button--primary{flex-basis:100%;margin-right:0}}
