.invoice-check{display:flex;flex-direction:column;gap:2rem}.invoice-check-section{background:var(--theme-elevation-50);border:1px solid var(--theme-elevation-150);border-radius:8px;padding:1.5rem}.invoice-check-section h2{margin:0 0 .5rem;font-size:1.1rem;font-weight:600;color:var(--theme-text)}.invoice-check-description{margin:0 0 1rem;color:var(--theme-elevation-800);font-size:.9rem}.invoice-check-upload{position:relative}.invoice-check-upload input[type=file]{position:absolute;opacity:0;width:100%;height:100%;cursor:pointer}.invoice-check-upload-label{display:inline-block;padding:.75rem 1.5rem;background:var(--theme-elevation-100);border:2px dashed var(--theme-elevation-300);border-radius:6px;cursor:pointer;transition:all .2s;color:var(--theme-elevation-800)}.invoice-check-upload-label:hover{background:var(--theme-elevation-150);border-color:var(--theme-elevation-500)}.invoice-check-file-info{display:flex;align-items:center;gap:.5rem;margin-top:1rem;padding:.75rem;background:#d4edda;border-radius:6px;color:#155724}.invoice-check-file-icon{font-weight:700;color:#28a745}.invoice-check-button{padding:.75rem 2rem;background:#007bff;color:white;border:none;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;transition:background .2s}.invoice-check-button:hover:not(:disabled){background:#0056b3}.invoice-check-button:disabled{background:#6c757d;cursor:not-allowed;opacity:.6}.invoice-check-download{background:#28a745}.invoice-check-download:hover:not(:disabled){background:#1e7e34}.invoice-check-error{padding:1rem;background:#f8d7da;border:1px solid #f5c6cb;border-radius:6px;color:#721c24}.invoice-check-results{background:var(--theme-elevation-50);border:1px solid var(--theme-elevation-150);border-radius:8px;padding:1.5rem}.invoice-check-results h2{margin:0 0 1rem;font-size:1.25rem;font-weight:600}.invoice-check-stats{display:flex;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.invoice-check-stat{display:flex;flex-direction:column;align-items:center;padding:1rem 1.5rem;border-radius:8px;min-width:100px}.stat-value{font-size:2rem;font-weight:700}.stat-label{font-size:.85rem;font-weight:500;opacity:.8}.stat-ok{background:#d4edda;color:#155724}.stat-diff{background:#fff3cd;color:#856404}.stat-not-found{background:#f8d7da;color:#721c24}.stat-multi{background:#cce5ff;color:#004085}.invoice-check-table-container{margin-top:1.5rem;overflow-x:auto}.invoice-check-table{width:100%;border-collapse:collapse;font-size:.9rem}.invoice-check-table td,.invoice-check-table th{padding:.6rem .8rem;text-align:left;border-bottom:1px solid var(--theme-elevation-200)}.invoice-check-table th{font-weight:600;position:-webkit-sticky;position:sticky;top:0}.invoice-check-table th,.invoice-check-table tr:hover{background:var(--theme-elevation-100)}.row-ok{background:#f8fff8}.row-diff{background:#fffef5}.row-not_found{background:#fff5f5}.cell-ok{color:#28a745;font-weight:600}.cell-diff{color:#856404;font-weight:600}.cell-not_found{color:#dc3545;font-weight:600}.cell-multi{color:#007bff;font-size:.85rem}.invoice-check-password{margin-top:1rem;display:flex;flex-direction:column;gap:.5rem}.invoice-check-password label{font-size:.9rem;color:var(--theme-elevation-800)}.invoice-check-password-input{padding:.6rem .8rem;border:1px solid var(--theme-elevation-300);border-radius:6px;font-size:.9rem;max-width:200px;background:var(--theme-elevation-50);color:var(--theme-text)}.invoice-check-password-input:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px rgba(0,123,255,.15)}.invoice-check-page{padding:var(--base) var(--gutter-h);max-width:1400px}.invoice-check-header{margin-bottom:var(--base)}.invoice-check-header h1{margin:0 0 calc(var(--base) / 2) 0;font-size:var(--font-size-h2);font-weight:600;color:var(--theme-text)}.invoice-check-header p{margin:0;color:var(--theme-elevation-800);font-size:var(--font-size-base)}