[hidden]{display:none!important}.card{width:100%;background:#fff;border:1px solid var(--border);border-radius:10px}.card+.card{margin-top:1.5rem}.instructions-card{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap;padding:1.4rem 1.6rem}.instructions-title{margin:0 0 .3rem;font-size:1.05rem;font-weight:700;color:var(--text)}.instructions-desc{margin:0;max-width:620px;font-size:.92rem;line-height:1.5;color:var(--muted)}.instructions-actions{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.card-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.3rem 1.6rem;border-bottom:1px solid var(--border)}.card-title{margin:0;font-size:1.15rem;font-weight:700;color:var(--text)}.card-subtitle{margin:.25rem 0 0;font-size:.88rem;color:var(--muted)}.table-wrapper{width:100%;overflow-x:auto}.data-table{width:100%;border-collapse:collapse;font-size:.92rem}.data-table thead th{text-align:left;padding:.85rem 1.6rem;font-size:.75rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--muted);background:#fafbfc;border-bottom:1px solid var(--border);white-space:nowrap}.data-table tbody td{padding:.95rem 1.6rem;color:var(--text);border-bottom:1px solid var(--border);white-space:nowrap}.data-table tbody tr:last-child td{border-bottom:none}.data-table tbody tr{cursor:pointer}.data-table tbody tr:hover{background:#fafbfc}.table-empty{padding:2rem 1.6rem!important;text-align:center;color:var(--muted);cursor:default}.cell-strong{font-weight:600}.col-actions{width:1%;text-align:right}.row-actions{display:inline-flex;align-items:center;gap:.35rem;justify-content:flex-end}.icon-btn{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;padding:0;color:var(--muted);background:transparent;border:none;border-radius:6px;cursor:pointer;transition:background-color .15s ease,color .15s ease}.icon-btn svg{width:18px;height:18px}.icon-btn:hover{background:var(--bg);color:var(--navy)}.icon-btn-danger:hover{background:#fdecec;color:#c0392b}.badge{display:inline-block;padding:.25rem .65rem;font-size:.78rem;font-weight:700;border-radius:9999px;text-transform:capitalize}.badge-completed{background:#e6f4ec;color:#1f8a4c}.badge-processing{background:#e7eefb;color:var(--navy)}.badge-failed{background:#fdecec;color:#c0392b}.badge-pending{background:#fdf3e3;color:#b9770e}.badge-active{background:#e6f4ec;color:#1f8a4c}.badge-overridden{background:#eceef1;color:var(--muted)}.detail-list{margin:0;display:flex;flex-direction:column;gap:.9rem}.detail-row{display:grid;grid-template-columns:140px 1fr;gap:1rem;align-items:start}.detail-row dt{margin:0;font-size:.85rem;font-weight:700;color:var(--muted)}.detail-row dd{margin:0;font-size:.92rem;color:var(--text);word-break:break-word}.table-footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.6rem;border-top:1px solid var(--border)}.pagination-info{font-size:.85rem;color:var(--muted)}.pagination{display:inline-flex;align-items:center;gap:.3rem}.page-btn{display:inline-flex;align-items:center;justify-content:center;min-width:34px;height:34px;padding:0 .5rem;font-size:.9rem;font-weight:600;color:var(--text);background:#fff;border:1px solid var(--border);border-radius:6px;cursor:pointer;transition:background-color .15s ease,border-color .15s ease}.page-btn svg{width:16px;height:16px}.page-btn:hover:not(:disabled){background:var(--bg)}.page-btn.is-current{background:var(--navy);border-color:var(--navy);color:#fff;cursor:default}.page-btn:disabled{opacity:.45;cursor:not-allowed}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1.1rem;font-size:.92rem;font-weight:700;border-radius:8px;border:1px solid transparent;cursor:pointer;white-space:nowrap;transition:background-color .15s ease,border-color .15s ease,color .15s ease,opacity .15s ease}.btn svg{width:17px;height:17px}.btn-primary{background:var(--navy);color:#fff}.btn-primary:hover{background:var(--navy-dark)}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-secondary{background:#fff;border-color:var(--border);color:var(--text)}.btn-secondary:hover{background:var(--bg)}.btn-link{background:transparent;color:var(--navy);padding-left:.4rem;padding-right:.4rem}.btn-link:hover{text-decoration:underline}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:flex-start;justify-content:center;padding:4rem 1.5rem;background:#14203873;z-index:50;overflow-y:auto}.modal-overlay[hidden]{display:none}.modal{width:100%;max-width:560px;background:#fff;border-radius:12px;box-shadow:0 20px 60px #14203840;overflow:hidden}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--border)}.modal-title{margin:0;font-size:1.2rem;font-weight:700;color:var(--text)}.modal-close{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;color:var(--muted);background:transparent;border:none;border-radius:6px;cursor:pointer;transition:background-color .15s ease,color .15s ease}.modal-close svg{width:20px;height:20px}.modal-close:hover{background:var(--bg);color:var(--text)}.modal-body{padding:1.5rem}.modal-footer{display:flex;align-items:center;justify-content:flex-end;gap:.75rem;padding:1.1rem 1.5rem;border-top:1px solid var(--border)}.placeholder-text{margin:0;color:var(--muted);font-size:.95rem}.form-section-title{margin:0 0 1rem;font-size:.95rem;font-weight:700;color:var(--text)}.form-group{margin-bottom:1.25rem}.form-group:last-child{margin-bottom:0}.form-label{display:block;margin-bottom:.5rem;font-size:.88rem;font-weight:700;color:var(--text)}.form-input{width:100%;padding:.7rem .9rem;font-size:.95rem;font-family:inherit;color:var(--text);background:#fff;border:1px solid var(--border);border-radius:8px;outline:none;resize:vertical;transition:border-color .15s ease,box-shadow .15s ease}.form-input:focus{border-color:var(--navy);box-shadow:0 0 0 1px var(--navy)}.dropzone{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.4rem;padding:1.9rem 1.5rem;text-align:center;background:#fafbfc;border:2px dashed var(--border);border-radius:10px;cursor:pointer;transition:border-color .15s ease,background-color .15s ease}.dropzone:hover,.dropzone:focus-visible{border-color:var(--navy);background:#f4f7fc;outline:none}.dropzone.is-dragover{border-color:var(--navy);background:#eaf1fc}.dropzone-input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.dropzone-icon{width:34px;height:34px;color:var(--navy)}.dropzone-text{margin:0;font-size:.92rem;color:var(--text)}.dropzone-link{color:var(--navy);font-weight:700;text-decoration:underline}.dropzone-hint{margin:0;font-size:.8rem;color:var(--muted)}.dropzone-filename{margin:.4rem 0 0;font-size:.88rem;font-weight:700;color:var(--navy)}.check-results{margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:.85rem}.checking{display:flex;align-items:center;gap:.6rem;font-size:.92rem;font-weight:600;color:var(--muted)}.spinner{width:18px;height:18px;border:2px solid var(--border);border-top-color:var(--navy);border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.status-line{display:flex;align-items:flex-start;gap:.5rem;margin:0;font-size:.92rem;font-weight:600;line-height:1.4}.status-icon{width:19px;height:19px;flex-shrink:0;margin-top:1px}.status-success{color:#1f8a4c}.status-error{color:#c0392b}.dup-list{margin:.1rem 0 0 1.5rem;font-size:.9rem;font-weight:600;color:#c0392b;word-break:break-word}.models-label{margin:0 0 .5rem;font-size:.88rem;font-weight:700;color:var(--text)}.model-chips{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.4rem}.model-chip{padding:.25rem .7rem;font-size:.82rem;font-weight:600;color:var(--navy);background:#1b3a6b14;border-radius:9999px;word-break:break-word}.instructions-intro{margin:0 0 1.25rem;color:var(--muted);font-size:.95rem}.steps{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1.1rem}.step{display:grid;grid-template-columns:auto auto 1fr;align-items:start;gap:.75rem}.step-num{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;font-size:.85rem;font-weight:700;color:#fff;background:var(--navy);border-radius:50%}.step-icon{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;color:var(--navy)}.step-icon svg{width:22px;height:22px}.step-text{font-size:.92rem;line-height:1.5;color:var(--text)}.step-text code{padding:.05rem .35rem;font-size:.85em;background:var(--bg);border:1px solid var(--border);border-radius:4px}.warning-callout{display:flex;align-items:flex-start;gap:.65rem;margin-top:1.5rem;padding:.9rem 1rem;font-size:.9rem;line-height:1.5;color:#8a2a1f;background:#fdecec;border:1px solid #f5c6c6;border-radius:8px}.warning-callout svg{width:22px;height:22px;flex-shrink:0;color:#c0392b}.modal-sm{max-width:460px}.btn-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.5);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}@media (max-width: 720px){.card-header,.instructions-card{flex-direction:column;align-items:stretch}.instructions-actions{flex-wrap:wrap}}
