:root{color-scheme:light;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;--bg: #f4f6fa;--surface: #ffffff;--surface-muted: #f8fafc;--border: #e2e8f0;--border-strong: #cbd5e1;--text: #0f172a;--muted: #64748b;--brand: #f97316;--brand-soft: #fff7ed;--success: #15803d;--success-soft: #dcfce7;--danger: #b91c1c;--danger-soft: #fee2e2;--shadow-sm: 0 1px 2px rgba(15, 23, 42, .04);--shadow-md: 0 10px 30px rgba(15, 23, 42, .06);--radius-xl: 20px;--radius-lg: 16px;--radius-md: 12px}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button,input,select{font:inherit}button{cursor:pointer}.app-shell{min-height:100vh;padding:32px 24px}.container{max-width:1520px;margin:0 auto;display:grid;gap:16px}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm)}.page-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;flex-wrap:wrap}.page-eyebrow{margin:0 0 6px;font-size:.77rem;line-height:1;letter-spacing:.1em;text-transform:uppercase;font-weight:800;color:var(--brand)}.page-header h1{margin:0;font-size:clamp(1.9rem,3vw,2.5rem);line-height:1.05;letter-spacing:-.04em}.page-subtitle{margin:8px 0 0;color:var(--muted);font-size:1rem}.header-meta{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.meta-badge,.table-chip,.status-pill,.product-tag,.secondary-button{display:inline-flex;align-items:center;gap:8px;border-radius:999px;font-weight:700}.meta-badge{padding:10px 12px;background:var(--surface);border:1px solid var(--border);color:#334155}.toolbar{padding:16px;display:grid;grid-template-columns:minmax(280px,1.3fr) minmax(0,1fr);gap:12px;align-items:center}.search-box{display:flex;align-items:center;gap:10px;min-height:52px;padding:0 16px;background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--radius-lg)}.search-box svg{color:#94a3b8}.search-box input{width:100%;border:none;outline:none;color:var(--text);background:transparent}.filter-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.field-inline{display:flex;flex-direction:column;gap:6px}.field-inline span{display:inline-flex;align-items:center;gap:6px;color:var(--muted);font-size:.76rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.field-inline select,.secondary-button{height:44px;padding:0 14px;border-radius:12px;border:1px solid var(--border-strong);background:var(--surface);color:#0f172a}.secondary-button{justify-content:center}.summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.summary-card{padding:18px;border-radius:var(--radius-lg);border:1px solid var(--border);background:var(--surface)}.summary-card__head{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px;color:var(--muted);font-size:.8rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.summary-card strong{display:block;font-size:clamp(1.5rem,2vw,2rem);line-height:1;letter-spacing:-.03em}.summary-card p{margin:8px 0 0;color:var(--muted);line-height:1.45}.tone-danger{background:linear-gradient(180deg,#fff,#fff5f5);border-color:#fecaca}.tone-danger .summary-card__head{color:var(--danger)}.tone-success{background:linear-gradient(180deg,#fff,#f0fdf4);border-color:#bbf7d0}.tone-success .summary-card__head{color:var(--success)}.table-card{padding:18px;overflow:hidden}.table-toolbar{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;flex-wrap:wrap;margin-bottom:14px}.table-toolbar h2,.priority-card__header h3{margin:0;font-size:1.18rem;letter-spacing:-.02em}.table-toolbar p,.priority-card__header span,.priority-item p,.empty-state p,.metric-cell span{margin:6px 0 0;color:var(--muted)}.table-chip{padding:10px 12px;border:1px solid var(--border);background:var(--surface-muted);color:#334155}.table-wrap{overflow:auto;border:1px solid var(--border);border-radius:18px}.ops-table{width:100%;border-collapse:separate;border-spacing:0;min-width:1440px;background:var(--surface)}.ops-table thead th{position:sticky;top:0;z-index:1;padding:14px 16px;text-align:left;font-size:.76rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);background:#f8fafc;border-bottom:1px solid var(--border)}.ops-table tbody td{padding:16px;border-bottom:1px solid #edf2f7;vertical-align:middle}.ops-table tbody tr:last-child td{border-bottom:none}.ops-table tbody tr.needs-action{background:linear-gradient(90deg,#fef2f2d1,#fff 16%)}.ops-table tbody tr.is-healthy{background:linear-gradient(90deg,#f0fdf4b3,#fff 16%)}.ops-table tbody tr:hover{background-color:#fafcff}.linha-cell{min-width:300px}.linha-cell strong,.metric-cell strong,.priority-item strong{display:block}.linha-cell span{display:block;margin-top:6px;color:var(--muted)}.metric-cell{display:flex;flex-direction:column;gap:4px}.text-positive{color:var(--success);font-weight:800}.text-negative{color:var(--danger);font-weight:800}.status-pill{padding:8px 11px;font-size:.8rem;white-space:nowrap}.status-pill.is-ok{background:var(--success-soft);color:var(--success)}.status-pill.is-off{background:var(--danger-soft);color:var(--danger)}.status-overall{font-weight:800}.product-tag{padding:8px 12px;border:1px solid transparent;font-size:.84rem}.product-tag.recommended{background:#eff6ff;color:#1d4ed8}.product-tag.matched{background:var(--success-soft);color:var(--success)}.product-tag.mismatched{background:var(--danger-soft);color:var(--danger)}.empty-state{padding:36px 12px 20px}.empty-state strong{font-size:1rem}.priority-card{padding:18px}.priority-card__header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;flex-wrap:wrap;margin-bottom:14px}.priority-list{display:grid;gap:10px}.priority-item{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:14px 16px;border:1px solid var(--border);border-radius:16px;background:var(--surface)}.priority-flags{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}@media (max-width: 1220px){.toolbar{grid-template-columns:1fr}.filter-row,.summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 760px){.app-shell{padding:16px}.filter-row,.summary-grid{grid-template-columns:1fr}.priority-item{flex-direction:column;align-items:flex-start}.priority-flags{justify-content:flex-start}}
