# POS Terminal — Support Modal ("Texniki dəstək")

**1:1 from `support-modal-spec.md`** — informational modal: call line + QR + system info.
Font **Inter** · radius **8px** · 2 sizes **S 600 / M 800**. Phone / scan / close icons inline SVG verbatim (`currentColor`).

## Anatomy (top → bottom)
- **Container** — w 600(S)/800(M) · white · r8 · shadow `0 8px 32px /.16` · flex column.
- **Header** (h62, pad 16) — title "Texniki dəstək" 700/20 `--text-600`(#030303) + close X (24, stroke #030303 sw2).
- **Call** — wrapper white pad 8×16; inner h108 `--primary-500`(#2684FF) r8 pad16, flex row gap16.
  - icon box 60(S)/66(M) r8 `#46A1FF`, phone glyph 32 white. Text: label 14/16 400 white · number 26/32 700 white ("012 310 22 66").
- **QR** — wrapper white pad 8×16 flex1; inner h388(S)/576(M) `--grey-100`(#F8F8FC) r8 pad 20×40, flex col gap16/20 centered.
  - "QR kod" row: scan glyph 20 `--text-secondary` + label 14/16 500 #666.
  - QR card 260(S)/360(M) r28/r40 white, border 4.4px/6px `--grey-200`(#F2F2F7); QR image 221/306.
  - caption "Bizə yazmaq üçün skan edin" 500/23 center `--text-600`.
- **System bar** (h73, pad 20×16) — pill h33 `--grey-100` r8 pad 6×16, 3 items 400/14 `--text-500` + 2 dividers (1×14 `--grey-400` #D1D1D6): `2.0.1477-A2204` · `Terminal: Samir` · `Venue: Main`.

## Tokens
white `--white-500` · title/caption `--text-600` · call `--primary-500` · call-box `#46A1FF` (literal) · QR area / pill `--grey-100` · QR border `--grey-200` · label `--text-secondary` · system text `--text-500` · divider `--grey-400`.

## Notes
- Phone & scan SVGs use `fill="currentColor"` — recolored via `color` (scan #666 / phone white on the blue box).
- QR image is an inline placeholder (deterministic module pattern with 3 finder patterns) — swap for `assets/qr-support.png` (the venue's support QR).
- Informational only — only the close button is actionable; entrance fade/scale handled by the overlay.
