:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;font-weight:400;color:#333;background-color:#f8f9fa;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;min-height:100vh;background-color:#f8f9fa;color:#333;font-size:14px}#root{width:100%}.app{height:100vh;display:flex;flex-direction:column}.main-content-wrapper{flex:1;overflow:auto;padding:24px}.page-title{font-size:1.25rem;font-weight:600;margin-bottom:1.5rem;color:#1a1a1a}.metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem;margin-bottom:1.5rem}.metric{background:#fff;border-radius:12px;padding:1.25rem;box-shadow:0 2px 8px #00000014;display:flex;flex-direction:column;gap:.25rem}.metric__value{font-size:1.75rem;font-weight:600;color:#1a1a1a}.metric__label{font-size:.75rem;color:#888;text-transform:uppercase;letter-spacing:.03em}.card{background:#fff;border-radius:12px;padding:1.25rem;box-shadow:0 2px 8px #00000014;margin-bottom:1.5rem}.card-title{font-size:1rem;font-weight:600;margin-bottom:1rem;color:#1a1a1a}
