:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;--primary-color: #213547;--secondary-color: #0aed69}body{margin:0;min-width:320px;min-height:100vh}@media (prefers-color-scheme: light){:root{color:var(--primary-color);background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.data-stats{padding:0;margin:0}.data-stats>li{display:flex;justify-content:space-between;border:solid grey 1px;border-radius:4px;margin:8px 0;padding:8px;list-style:none}.reports-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:16px}.report-card{border:1px solid #e0e0e0;border-radius:8px;padding:16px;background-color:#fff;box-shadow:0 2px 8px #0000001a;transition:transform .2s,box-shadow .2s;text-align:center}.report-card:hover{transform:translateY(-5px);box-shadow:0 4px 16px #0003}.report-card h2{font-size:1.2em;margin:0 0 8px;color:#333}.report-card p{font-size:.9em;color:#666}.report-card a{border-radius:4px;text-decoration:none;transition:background-color .2s}
