/* Shared styles extracted from stats.html */
:root { color-scheme: light dark; }
* { box-sizing: border-box; }
body { font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif; margin: 0; padding: 16px; line-height: 1.5; }
header { max-width: 900px; margin: 0 auto 16px; display: flex; align-items: center; gap: 8px; }
h1 { font-size: 1.5rem; margin: 0; }
.container { max-width: 900px; margin: 0 auto; }
.grid { display: grid; grid-template-columns: repeat(2, minmax(240px, 1fr)); gap: 16px; }
.card { border: 2px solid #1440af; border-radius: 17px; padding: 16px; box-shadow: 0 1px 3px rgba(0,0,0,0.06); }
.title { font-size: 18px; margin-bottom: 8px; }
.value { font-size: 28px; font-weight: 600; }
a { color: #2563eb; text-decoration: none; }
a:hover { text-decoration: underline; }