*{box-sizing:border-box}html{font-size:19px}body{margin:0;font-family:Arial,Helvetica,sans-serif;background:#dbe3ec}a,body{color:#0f172a}a{text-decoration:none}a:hover{text-decoration:underline}nav{width:100%;display:flex;justify-content:center;gap:22px;padding:18px 24px 8px;font-size:1.05rem;font-weight:600}nav a{color:#0f172a;text-decoration:none}nav a:hover{text-decoration:underline}body>a,body>header a,header a{font-size:1.05rem;font-weight:600;color:#0f172a}.homeShell{min-height:100vh;padding:18px 24px 32px;display:flex;justify-content:center}.hero{width:100%;max-width:1200px}.title{font-size:3rem;font-weight:700;margin:6px 0 10px}.subtitle,.title{text-align:center}.subtitle{font-size:1.15rem;color:#475569;margin:0 0 24px}.kpiRow{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:14px;gap:14px;margin-bottom:18px}.kpi{background:#f8fafc;border:1px solid #c3cedb;border-radius:10px;padding:16px 18px;text-align:center}.kpiLabel{font-size:.95rem;color:#64748b;margin-bottom:8px}.kpiValue{font-size:2rem;font-weight:700;line-height:1.15;color:#0f172a}.kpiValue.pos{color:#166534}.kpiValue.neg{color:#b91c1c}.chartBox{background:#f8fafc;border:1px solid #c3cedb;border-radius:10px;overflow:hidden}.chartHeader{text-align:center;font-size:1.2rem;font-weight:700;padding:12px 14px;border-bottom:1px solid #c3cedb;background:#eef2f7}.performanceImage{width:100%;max-width:1180px;height:auto;display:block;margin:14px auto 0}.performanceImage+.performanceImage{margin-top:14px;margin-bottom:14px}button,div,input,label,li,main,p,section,select,td,textarea,th{font-size:1rem}h1{font-size:2.2rem}h2{font-size:1.6rem}h3{font-size:1.25rem}@media (max-width:900px){html{font-size:17px}nav{flex-wrap:wrap;gap:14px;font-size:1rem}.kpiRow{grid-template-columns:1fr}.title{font-size:2.3rem}.subtitle{font-size:1.05rem}.kpiValue{font-size:1.7rem}.performanceImage{max-width:100%}}