42card numeral
```
- Rendered variants: `{DOMAIN}/molecule/card-numeral/card-numeral.render.html`
### card-stat
Service-colored statistics card used on overview dashboards, selectable like a tab.
- Base class: `araxxe-card-stat`
- Modifiers: `-block`, `-selected`, `-service-a2psms`, `-service-a2psms-faded`, `-service-ctq`, `-service-ctq-faded`, `-service-ebv`, `-service-ebv-faded`, `-service-qos`, `-service-qos-faded`, `-service-simbox`, `-service-simbox-faded`, `-vertical-expand`
- Elements: `araxxe-card-stat--collapsible` (mods: `-opened`), `araxxe-card-stat--collapsible--content`, `araxxe-card-stat--collapsible--trigger`, `araxxe-card-stat--footer` (mods: `-left`), `araxxe-card-stat--header`, `araxxe-card-stat--separator`, `araxxe-card-stat--slot` (mods: `-inverted`)
- Quark modifier families: cursor, heights (`-h
`), paddings (`-s/-v/-h`), text - values in quarks.md
- Pug mixin (library-internal): `+araxxe-card-stat(options)` - props: logoFooter, service, selected. (+3 more in `card-stat.mixin.pug`)
- Example:
```html
Speech bubble text in multiple lines.
Date
```
(trimmed - full showcase at `{DOMAIN}/molecule/chat-message/chat-message.render.html`)
- Rendered variants: `{DOMAIN}/molecule/chat-message/chat-message.render.html`
### column-sorting
Table column header cell with sort toggle arrows.
- Base class: `araxxe-column-sorting`
- Elements: `araxxe-column-sorting--sort` (structural, no own styles), `araxxe-column-sorting--text`
- Pug mixin (library-internal): `+araxxe-column-sorting(options)` - props: sort, ellipsis; accepts block content.
- Example:
```html
```
(trimmed - full showcase at `{DOMAIN}/molecule/column-sorting/column-sorting.render.html`)
- Rendered variants: `{DOMAIN}/molecule/column-sorting/column-sorting.render.html`
### contextual-entry
Selectable row of a contextual menu (icon + text slots) with hover and disabled states.
- Base class: `araxxe-contextual-entry`
- Modifiers: `-highlighted`
- Elements: `araxxe-contextual-entry--slot` (mods: `-expand`)
- States: `:active`, `:disabled`, `:hover`
- Quark modifier families: cursor, heights (`-h
`), paddings (`-s/-v/-h`), widths (`-w`) - values in quarks.md
- Pug mixin (library-internal): `+araxxe-contextual-entry(options)` - props: height, highlighted, disabled, draggable; accepts block content. (+3 more in `contextual-entry.mixin.pug`)
- Example:
```html
```
(trimmed - full showcase at `{DOMAIN}/molecule/contextual-entry/contextual-entry.render.html`)
- Rendered variants: `{DOMAIN}/molecule/contextual-entry/contextual-entry.render.html`
### date-range
From/to date pair built from text-date atoms, used for period selection.
- Base class: `araxxe-date-range`
- Elements: `araxxe-date-range--between`, `araxxe-date-range--from` (structural, no own styles), `araxxe-date-range--to` (structural, no own styles)
- Pug mixin (library-internal): `+araxxe-date-range`.
- Example:
```html
```
- Rendered variants: `{DOMAIN}/molecule/date-range/date-range.render.html`
### dot-flagged
Dot avatar with a small flag pinned to one corner, indicating a network role.
- Base class: `araxxe-dot-flagged`
- Modifiers: `-left`, `-right`, `-top`
- Elements: `araxxe-dot-flagged--dot` (structural, no own styles), `araxxe-dot-flagged--flag`
- Pug mixin (library-internal): `+araxxe-dot-flagged(positionOptions, dotOptions, flag0ptions)` - props: top, right, left; accepts block content.
- Example:
```html
```
(trimmed - full showcase at `{DOMAIN}/molecule/dot-flagged/dot-flagged.render.html`)
- Rendered variants: `{DOMAIN}/molecule/dot-flagged/dot-flagged.render.html`
### dotted-circle
Dotted-outline circle around centered content (number + text), used for aggregate or empty states.
- Base class: `araxxe-dotted-circle`
- Quark modifier families: text - values in quarks.md
- Pug mixin (library-internal): `+araxxe-dotted-circle(options)`.
- Example:
```html
```
- Rendered variants: `{DOMAIN}/molecule/dotted-circle/dotted-circle.render.html`
### dropdown
Generic dropdown: a trigger `--button` plus an absolutely-positioned `--area` panel toggled with `ion--open`/`ion--close`.
Swap `ion--close` ↔ `ion--open` on the root to hide/show the panel (plain `display` toggle, no animation). Add `-left` on the root to align the panel with the left edge of the trigger.
- Base class: `araxxe-dropdown`
- Modifiers: `-block`, `-foregrounded`, `-right`, `-top`
- Elements: `araxxe-dropdown--area`, `araxxe-dropdown--button` (structural, no own styles)
- States: `ion--close`, `ion--open`
- Quark modifier families: widths (`-w`) - values in quarks.md
- Pug mixin (library-internal): `+araxxe-dropdown(state, options)` - props: position, top, maxHeight; accepts block content. (+1 more in `dropdown.mixin.pug`)
- Example:
```html