{"version":3,"file":"Stat.module.cjs","names":[],"sources":["../../../src/components/Stat/Stat.module.css"],"sourcesContent":[".stat {\n    display: flex;\n    flex-direction: column;\n    gap: var(--tempest-space-1);\n    padding: var(--tempest-space-4);\n    background: var(--tempest-surface);\n    border: 1px solid var(--tempest-border);\n    border-radius: var(--tempest-radius-lg);\n    font-family: var(--tempest-font-sans);\n    min-width: 0;\n}\n\n.header {\n    display: flex;\n    align-items: center;\n    gap: var(--tempest-space-2);\n    color: var(--tempest-text-muted);\n    font-size: var(--tempest-text-sm);\n}\n\n.icon {\n    display: inline-flex;\n    align-items: center;\n}\n\n.label {\n    line-height: var(--tempest-leading-snug);\n}\n\n.row {\n    display: flex;\n    align-items: baseline;\n    gap: var(--tempest-space-2);\n    flex-wrap: wrap;\n}\n\n.value {\n    font-size: var(--tempest-text-2xl);\n    font-weight: var(--tempest-weight-semibold);\n    color: var(--tempest-text);\n    line-height: var(--tempest-leading-tight);\n}\n\n.delta {\n    font-size: var(--tempest-text-sm);\n    font-weight: var(--tempest-weight-medium);\n    color: var(--tempest-text-muted);\n}\n\n.delta.up {\n    color: var(--tempest-success-fg);\n}\n\n.delta.down {\n    color: var(--tempest-danger-fg);\n}\n\n.delta.flat {\n    color: var(--tempest-text-muted);\n}\n\n.hint {\n    margin: 0;\n    font-size: var(--tempest-text-xs);\n    color: var(--tempest-text-muted);\n}\n"],"mappings":";"}