Spaces:
Build error
Build error
| body { | |
| font-family: Arial, sans-serif; | |
| } | |
| .card-grid { | |
| display: grid; | |
| grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); | |
| gap: 12px; | |
| margin-bottom: 16px; | |
| } | |
| .card { | |
| background: #ffffff; | |
| border: 1px solid #e5e7eb; | |
| border-radius: 14px; | |
| padding: 14px; | |
| text-align: center; | |
| box-shadow: 0 1px 4px rgba(0,0,0,0.06); | |
| } | |
| .card .label { | |
| font-size: 12px; | |
| color: #6b7280; | |
| margin-bottom: 6px; | |
| text-transform: uppercase; | |
| letter-spacing: 0.04em; | |
| } | |
| .card .value { | |
| font-size: 22px; | |
| font-weight: 700; | |
| color: #111827; | |
| } | |