.compare-page{max-width:900px;margin:0 auto;padding:2rem}.compare-page h1{margin-bottom:1.5rem}.compare-inputs{display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem;margin-bottom:2rem}.input-group{background:#f8f8f8;border:1px solid #ddd;border-radius:8px;padding:1.5rem}.input-group h2{margin-top:0;margin-bottom:1rem;font-size:1.1rem}.input-group label{display:block;font-weight:600;margin-bottom:.3rem;font-size:.9rem}.input-group input{width:100%;padding:.5rem;border:1px solid #ccc;border-radius:4px;font-size:.95rem;margin-bottom:.75rem;box-sizing:border-box}.compare-actions{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.compare-actions button{padding:.6rem 1.2rem;border:none;border-radius:6px;cursor:pointer;font-size:.95rem;font-weight:600;transition:background .2s}.btn-quick{background:#0070f3;color:white}.btn-quick:hover{background:#005bb5}.btn-full{background:#7928ca;color:white}.btn-full:hover{background:#5a1d9e}.btn-custom{background:#ff6b00;color:white}.btn-custom:hover{background:#cc5500}.compare-actions button:disabled{opacity:.5;cursor:not-allowed}.compare-results{border:1px solid #ddd;border-radius:8px;padding:1.5rem;background:#fafafa}.compare-results h2{margin-top:0;margin-bottom:1rem}.check-list{list-style:none;padding:0;margin:0}.check-item{border-bottom:1px solid #eee;font-size:.95rem}.check-item:last-child{border-bottom:none}.check-item-header{display:flex;align-items:center;gap:.75rem;padding:.6rem 0;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.check-item-header:hover{background:rgba(0,0,0,.02)}.check-progress-circle{width:22px;height:22px;transform:rotate(-90deg)}.check-progress-track{fill:none;stroke:rgba(0,0,0,.12);stroke-width:2.5}.check-progress-indicator{fill:none;stroke:rgba(59,130,246,.8);stroke-width:2.5;stroke-linecap:round;transition:stroke-dasharray .3s ease}.check-expand-arrow{width:16px;font-size:.7rem;color:#999;flex-shrink:0;transition:transform .15s}.check-expand-arrow.expanded{transform:rotate(90deg)}.check-logs{margin:0 0 .5rem 38px;padding:.75rem 1rem;background:#1e1e1e;border-radius:6px;font-family:SF Mono,Fira Code,Consolas,monospace;font-size:.8rem;line-height:1.6;color:#d4d4d4;overflow-x:auto;max-height:400px;overflow-y:auto}.check-logs .log-line{white-space:pre}.check-logs .log-ts{color:#6a9955;margin-right:.5rem}.check-logs .log-msg{color:#d4d4d4}.check-logs .log-msg.error{color:#f48771}.check-logs .log-msg.match{color:#6a9955}.check-logs .log-msg.mismatch{color:#f48771}.check-icon{width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;color:white;flex-shrink:0}.check-icon.pending{background:#ccc}.check-icon.running{background:transparent;color:#3b82f6}.check-icon.pass{background:#22c55e}.check-icon.fail{background:#ef4444}.check-label{flex:1 1}.check-label.pending{color:#999}.check-label.pass{color:#16a34a}.check-label.fail{color:#dc2626}.pointer{cursor:pointer}.modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:white;border-radius:10px;padding:2rem;min-width:400px;max-width:500px;box-shadow:0 10px 40px rgba(0,0,0,.2)}.modal-content h2{margin-top:0;margin-bottom:.5rem}.modal-content p{color:#666;font-size:.9rem;margin-bottom:1rem}.custom-mode-options{display:grid;grid-template-columns:1fr 1fr;grid-gap:.75rem;gap:.75rem;margin-bottom:1rem}.mode-option{display:flex;align-items:center;gap:.5rem;border:1px solid #ddd;border-radius:8px;padding:.75rem;cursor:pointer;transition:border-color .2s,background .2s}.mode-option.active{border-color:#ff6b00;background:#fff6ef}.mode-option input{margin:0}.file-drop-zone{border:2px dashed #ccc;border-radius:8px;padding:2rem;text-align:center;color:#999;margin-bottom:1rem;cursor:pointer;transition:border-color .2s}.file-drop-zone:hover{border-color:#ff6b00}.file-drop-zone.has-file{border-color:#22c55e;color:#16a34a}.random-config{border:1px solid #eee;border-radius:8px;padding:1rem;margin-bottom:1rem}.random-config label{display:block;font-weight:600;margin-bottom:.4rem}.random-config input{width:100%;box-sizing:border-box;padding:.5rem;border:1px solid #ccc;border-radius:6px;margin-bottom:.75rem}.btn-randomize{background:#111827;color:white;border:none;border-radius:6px;padding:.45rem .8rem;font-size:.85rem;cursor:pointer}.btn-randomize:hover{background:#1f2937}.random-preview{margin-top:.9rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;padding:.75rem;max-height:170px;overflow-y:auto}.random-preview-title{font-weight:600;margin-bottom:.4rem}.random-preview-item{font-size:.85rem;color:#374151;margin-bottom:.25rem}.custom-checks-config{border:1px solid #eee;border-radius:8px;padding:1rem;margin-bottom:1rem}.custom-checks-header{display:flex;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.5rem}.custom-checks-header label{font-weight:600}.custom-checks-actions{display:flex;gap:.4rem}.btn-check-action{border:1px solid #d1d5db;border-radius:6px;background:#fff;color:#374151;font-size:.8rem;padding:.25rem .45rem;cursor:pointer}.btn-check-action:hover{background:#f9fafb}.custom-checks-list{max-height:220px;overflow-y:auto;border:1px solid #f1f5f9;border-radius:6px}.custom-check-item{display:flex;align-items:center;gap:.55rem;padding:.45rem .6rem;border-bottom:1px solid #f1f5f9;font-size:.88rem}.custom-check-item:last-child{border-bottom:none}.custom-check-item.selected{background:#fff6ef}.custom-check-item input{margin:0}.custom-checks-warning{margin-top:.55rem;color:#b45309;font-size:.82rem}.report-actions{margin-top:.75rem}.btn-download-report{background:#111827;color:white;border:none;border-radius:6px;padding:.55rem .95rem;font-weight:600;cursor:pointer}.btn-download-report:hover{background:#1f2937}.modal-actions{display:flex;gap:.75rem;justify-content:flex-end}.modal-actions button{padding:.5rem 1rem;border:none;border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:600}.btn-cancel{background:#eee;color:#333}.btn-cancel:hover{background:#ddd}.btn-upload{background:#ff6b00;color:white}.btn-upload:hover{background:#cc5500}.btn-upload:disabled{opacity:.5;cursor:not-allowed}.compare-summary{margin-top:1rem;padding:.75rem 1rem;border-radius:6px;font-weight:600;font-size:.95rem}.compare-summary.all-pass{background:#dcfce7;color:#16a34a}.compare-summary.has-failures{background:#fef2f2;color:#dc2626}@media (max-width:700px){.compare-inputs{grid-template-columns:1fr}.modal-content{min-width:auto;width:calc(100vw - 2rem);max-width:500px}.custom-mode-options{grid-template-columns:1fr}}