{"version":3,"file":"StepperInput.module.cjs","names":[],"sources":["../../../src/components/StepperInput/StepperInput.module.css"],"sourcesContent":[".wrapper {\n    display: inline-flex;\n    flex-direction: column;\n    gap: var(--tempest-space-1);\n    font-family: var(--tempest-font-sans);\n}\n\n.label {\n    font-size: var(--tempest-text-sm);\n    font-weight: var(--tempest-weight-medium);\n    color: var(--tempest-text);\n}\n\n.row {\n    display: inline-flex;\n    align-items: center;\n    border: 1px solid var(--tempest-border);\n    border-radius: var(--tempest-radius-md);\n    background: var(--tempest-surface);\n    overflow: hidden;\n}\n\n.row.sm {\n    font-size: var(--tempest-text-sm);\n}\n.row.md {\n    font-size: var(--tempest-text-md);\n}\n.row.lg {\n    font-size: var(--tempest-text-lg);\n}\n\n.row.disabled {\n    opacity: 0.5;\n}\n\n.btn {\n    background: transparent;\n    border: 0;\n    color: var(--tempest-text);\n    cursor: pointer;\n    line-height: 1;\n    font: inherit;\n    font-weight: var(--tempest-weight-semibold);\n}\n\n.row.sm .btn {\n    width: 28px;\n    height: 28px;\n}\n\n.row.md .btn {\n    width: 36px;\n    height: 36px;\n}\n\n.row.lg .btn {\n    width: 44px;\n    height: 44px;\n}\n\n.btn:hover:not(:disabled) {\n    background: var(--tempest-surface-2);\n}\n\n.btn:disabled {\n    color: var(--tempest-text-muted);\n    cursor: not-allowed;\n}\n\n.value {\n    min-width: 2ch;\n    padding: 0 var(--tempest-space-3);\n    text-align: center;\n    font-variant-numeric: tabular-nums;\n}\n"],"mappings":";"}