@import "https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&display=swap";:root{--teal:#0d9b6a;--teal-light:#e6f7f1;--teal-dark:#0a7d55;--red:#dc2626;--red-light:#fef2f2;--amber:#f59e0b;--amber-light:#fffbeb;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--gray-900:#111827;--white:#fff;--shadow-sm:0 1px 2px #0000000d;--shadow:0 1px 3px #0000001a, 0 1px 2px #0000000f;--radius:10px}*{box-sizing:border-box;margin:0;padding:0}body{color:var(--gray-700);background:var(--gray-50);-webkit-font-smoothing:antialiased;font-family:DM Sans,system-ui,-apple-system,sans-serif;font-size:14px;line-height:1.5}#root{text-align:left;border:none;width:100%;max-width:100%;min-height:100vh;display:flex}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(350%)}}.app{min-height:100vh;display:flex}.sidebar{background:var(--white);border-right:1px solid var(--gray-200);z-index:10;flex-direction:column;align-items:center;width:72px;padding:16px 0;display:flex;position:fixed;top:0;bottom:0;left:0}.sidebar-logo{color:var(--teal);letter-spacing:2px;margin-bottom:32px;font-size:11px;font-weight:700}.sidebar-item{cursor:pointer;color:var(--gray-400);text-align:center;border-radius:8px;flex-direction:column;align-items:center;gap:4px;width:60px;margin:4px 0;padding:10px 8px;font-size:10px;font-weight:500;transition:all .15s;display:flex}.sidebar-item:hover{color:var(--gray-600);background:var(--gray-50)}.sidebar-item.active{color:var(--teal);background:var(--teal-light)}.sidebar-item svg{width:20px;height:20px}.main{flex-direction:column;flex:1;margin-left:72px;display:flex}.topbar{background:var(--white);border-bottom:1px solid var(--gray-200);z-index:5;justify-content:space-between;align-items:center;height:56px;padding:0 24px;display:flex;position:sticky;top:0}.topbar-left{align-items:center;gap:16px;display:flex}.topbar-brand{color:var(--teal);letter-spacing:3px;font-size:16px;font-weight:700}.topbar-title{color:var(--gray-500);font-size:14px;font-weight:400}.topbar-right{align-items:center;gap:12px;display:flex}.topbar-timestamp{color:var(--gray-400);font-size:12px}.avatar{background:var(--teal-light);width:32px;height:32px;color:var(--teal);border-radius:50%;justify-content:center;align-items:center;font-size:12px;font-weight:600;display:flex}.content{padding:24px}.stat-cards{flex-wrap:wrap;gap:16px;margin-bottom:24px;display:flex}.stat-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);flex:1;min-width:150px;padding:16px 20px}.stat-card-label{color:var(--gray-400);text-transform:uppercase;letter-spacing:.5px;font-size:11px;font-weight:600}.stat-card-value{color:var(--gray-900);margin:4px 0 2px;font-size:28px;font-weight:700}.stat-card-sub{color:var(--gray-400);font-size:12px}.stat-card.confirmed .stat-card-value{color:var(--teal)}.stat-card.flagged .stat-card-value{color:var(--red)}.stat-card.pending .stat-card-value{color:var(--amber)}.filters{flex-wrap:wrap;gap:8px;margin-bottom:20px;display:flex}.filter-pill{border:1px solid var(--gray-200);background:var(--white);color:var(--gray-500);cursor:pointer;border-radius:20px;padding:6px 16px;font-size:13px;font-weight:500;transition:all .15s}.filter-pill:hover{border-color:var(--gray-300);color:var(--gray-700)}.filter-pill.active{background:var(--teal);color:var(--white);border-color:var(--teal)}.filter-pill .count{opacity:.7;margin-left:6px;font-size:11px}.table-wrapper{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);margin-bottom:24px;overflow:hidden}.table-header{border-bottom:1px solid var(--gray-200);justify-content:space-between;align-items:center;padding:14px 20px;display:flex}.table-title{color:var(--gray-800);font-size:14px;font-weight:600}.table-count{color:var(--gray-400);font-size:12px}table{border-collapse:collapse;width:100%}th{text-align:left;color:var(--gray-400);text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid var(--gray-200);background:var(--gray-50);padding:10px 16px;font-size:11px;font-weight:600}td{border-bottom:1px solid var(--gray-100);padding:10px 16px;font-size:13px}tr:nth-child(2n) td{background:var(--gray-50)}tr:hover td{background:var(--teal-light)}.badge{border-radius:12px;align-items:center;gap:4px;padding:2px 10px;font-size:11px;font-weight:600;display:inline-flex}.badge.confirmed{background:var(--teal-light);color:var(--teal)}.badge.confirmed_with_fee{color:#065f46;background:#d1fae5}.badge.fee_offset{background:var(--teal-light);color:var(--teal-dark)}.badge.mismatch,.badge.flagged{background:var(--red-light);color:var(--red)}.badge.pending,.badge.polling{background:var(--amber-light);color:var(--amber)}.badge.not_found,.badge.no_price,.badge.no_url,.badge.no_vdp_url,.badge.expired{background:var(--gray-100);color:var(--gray-500)}.badge-dot{border-radius:50%;width:6px;height:6px}.badge.confirmed .badge-dot{background:var(--teal)}.badge.confirmed_with_fee .badge-dot{background:#065f46}.badge.fee_offset .badge-dot{background:var(--teal)}.badge.mismatch .badge-dot,.badge.flagged .badge-dot{background:var(--red)}.badge.pending .badge-dot,.badge.polling .badge-dot{background:var(--amber)}.badge.not_found .badge-dot,.badge.no_price .badge-dot,.badge.no_url .badge-dot,.badge.no_vdp_url .badge-dot{background:var(--gray-400)}a{color:var(--teal);text-decoration:none}a:hover{text-decoration:underline}.price{font-variant-numeric:tabular-nums}.price-match{color:var(--teal)}.price-mismatch,.delta-positive{color:var(--red)}.delta-negative{color:var(--teal)}.delta-zero{color:var(--gray-400)}.method-badge{background:var(--gray-100);color:var(--gray-500);text-transform:uppercase;border-radius:4px;padding:2px 6px;font-size:10px;font-weight:500}.section-header{color:var(--gray-800);align-items:center;gap:8px;margin:24px 0 12px;font-size:16px;font-weight:600;display:flex}.section-count{color:var(--gray-400);font-size:12px;font-weight:400}.exception-group{margin-bottom:32px}.exception-group-header{align-items:center;gap:10px;margin-bottom:12px;padding:0 4px;display:flex}.exception-group-title{color:var(--gray-700);font-size:14px;font-weight:600}.pagination{justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.pagination-info{color:var(--gray-400);font-size:12px}.pagination-buttons{gap:4px;display:flex}.pagination-btn{border:1px solid var(--gray-200);background:var(--white);color:var(--gray-600);cursor:pointer;border-radius:6px;padding:4px 12px;font-size:12px}.pagination-btn:hover{background:var(--gray-50)}.pagination-btn:disabled{opacity:.4;cursor:not-allowed}.dealer-bar{border-radius:3px;height:6px;display:flex;overflow:hidden}.dealer-bar-segment{height:100%}.dealer-bar-segment.confirmed{background:var(--teal)}.dealer-bar-segment.flagged{background:var(--red)}.dealer-bar-segment.polling{background:var(--amber)}.dealer-bar-segment.other{background:var(--gray-300)}
