@aceshooting/lyra-ui 14.3.2 → 15.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (216) hide show
  1. package/CHANGELOG.md +103 -0
  2. package/custom-elements.json +1 -1
  3. package/design-tokens.json +1 -1
  4. package/dist/cli/migration-contract.json +1 -1
  5. package/dist/components/agent-tools/activity-feed/activity-feed.class.d.ts +4 -0
  6. package/dist/components/agent-tools/activity-feed/activity-feed.class.js +3 -3
  7. package/dist/components/agent-tools/approval-queue/approval-queue.class.js +3 -2
  8. package/dist/components/agent-tools/artifact-panel/artifact-panel.styles.js +1 -1
  9. package/dist/components/agent-tools/commit-card/commit-card.styles.js +1 -1
  10. package/dist/components/agent-tools/compare-panel/compare-panel.styles.js +1 -1
  11. package/dist/components/agent-tools/confirm-bar/confirm-bar.class.js +8 -3
  12. package/dist/components/agent-tools/eval-dataset/eval-dataset.class.d.ts +3 -1
  13. package/dist/components/agent-tools/eval-dataset/eval-dataset.class.js +10 -1
  14. package/dist/components/agent-tools/eval-dataset/eval-dataset.styles.js +1 -1
  15. package/dist/components/agent-tools/span-waterfall/span-waterfall.class.js +1 -1
  16. package/dist/components/agent-tools/subagent-panel/subagent-panel.class.d.ts +19 -1
  17. package/dist/components/agent-tools/subagent-panel/subagent-panel.class.js +4 -4
  18. package/dist/components/agent-tools/subagent-panel/subagent-panel.styles.js +1 -1
  19. package/dist/components/agent-tools/task-list/task-list.class.d.ts +5 -0
  20. package/dist/components/agent-tools/task-list/task-list.class.js +3 -3
  21. package/dist/components/agent-tools/terminal/terminal.class.d.ts +1 -1
  22. package/dist/components/agent-tools/terminal/terminal.styles.js +1 -1
  23. package/dist/components/agent-tools/test-results/test-results.class.js +1 -1
  24. package/dist/components/agent-tools/tool-param-form/tool-param-form.class.d.ts +10 -7
  25. package/dist/components/agent-tools/tool-param-form/tool-param-form.class.js +15 -14
  26. package/dist/components/agent-tools/tool-param-form/tool-param-form.d.ts +1 -1
  27. package/dist/components/agent-tools/tool-param-form/tool-param-form.js +1 -1
  28. package/dist/components/agent-tools/tool-param-form/tool-param-form.styles.js +1 -1
  29. package/dist/components/agent-tools/tool-result-dialog/tool-result-dialog.class.d.ts +5 -2
  30. package/dist/components/agent-tools/tool-result-dialog/tool-result-dialog.class.js +1 -1
  31. package/dist/components/agent-tools/tool-select-dialog/tool-select-dialog.class.d.ts +3 -1
  32. package/dist/components/agent-tools/tool-select-dialog/tool-select-dialog.class.js +9 -1
  33. package/dist/components/agent-tools/tool-select-dialog/tool-select-dialog.styles.js +1 -1
  34. package/dist/components/charts/chart/box-plot.class.d.ts +64 -4
  35. package/dist/components/charts/chart/box-plot.class.js +5 -5
  36. package/dist/components/charts/chart/chart-colors.d.ts +10 -0
  37. package/dist/components/charts/chart/chart-colors.js +1 -1
  38. package/dist/components/charts/chart/chart.class.d.ts +35 -10
  39. package/dist/components/charts/chart/chart.class.js +4 -4
  40. package/dist/components/charts/chart/lite-chart.class.d.ts +10 -2
  41. package/dist/components/charts/chart/lite-chart.styles.js +1 -1
  42. package/dist/components/conversation/markdown/markdown.class.d.ts +9 -1
  43. package/dist/components/conversation/markdown/markdown.class.js +1 -1
  44. package/dist/components/conversation/message-parts/message-parts.class.d.ts +18 -1
  45. package/dist/components/conversation/message-parts/message-parts.class.js +4 -4
  46. package/dist/components/conversation/model-select/model-select.class.d.ts +6 -2
  47. package/dist/components/conversation/model-select/model-select.class.js +3 -3
  48. package/dist/components/conversation/prompt-input/prompt-input.styles.js +1 -1
  49. package/dist/components/conversation/selection-toolbar/selection-toolbar.class.d.ts +5 -1
  50. package/dist/components/conversation/selection-toolbar/selection-toolbar.class.js +1 -1
  51. package/dist/components/data/calendar/calendar.class.js +2 -2
  52. package/dist/components/data/context-meter/context-meter.styles.js +1 -1
  53. package/dist/components/data/data-grid/data-grid-types.d.ts +8 -2
  54. package/dist/components/data/data-grid/data-grid.class.d.ts +16 -3
  55. package/dist/components/data/data-grid/data-grid.class.js +3 -2
  56. package/dist/components/data/env-list/env-list.styles.js +1 -1
  57. package/dist/components/data/flow-canvas/flow-canvas.class.d.ts +22 -2
  58. package/dist/components/data/flow-canvas/flow-canvas.class.js +1 -1
  59. package/dist/components/data/flow-minimap/flow-minimap.class.d.ts +12 -4
  60. package/dist/components/data/flow-minimap/flow-minimap.class.js +2 -2
  61. package/dist/components/data/flow-minimap/flow-minimap.styles.js +1 -1
  62. package/dist/components/data/graph-query-builder/graph-query-builder.class.d.ts +5 -1
  63. package/dist/components/data/graph-query-builder/graph-query-builder.class.js +1 -1
  64. package/dist/components/data/heatmap/heatmap.class.d.ts +12 -1
  65. package/dist/components/data/heatmap/heatmap.class.js +3 -3
  66. package/dist/components/data/heatmap/heatmap.styles.js +1 -1
  67. package/dist/components/forms/code-editor/code-editor.class.js +1 -1
  68. package/dist/components/forms/combobox/combobox.class.js +1 -1
  69. package/dist/components/forms/combobox/combobox.styles.js +1 -1
  70. package/dist/components/forms/date-picker/date-input.class.js +1 -1
  71. package/dist/components/forms/date-picker/date-picker.class.d.ts +12 -1
  72. package/dist/components/forms/date-picker/date-picker.class.js +1 -1
  73. package/dist/components/forms/icon-button/icon-button.class.d.ts +27 -5
  74. package/dist/components/forms/icon-button/icon-button.class.js +7 -3
  75. package/dist/components/forms/input/input.styles.js +1 -1
  76. package/dist/components/forms/input/time-input.class.d.ts +13 -2
  77. package/dist/components/forms/input/time-input.class.js +1 -1
  78. package/dist/components/forms/otp-input/otp-input.class.d.ts +8 -1
  79. package/dist/components/forms/otp-input/otp-input.class.js +1 -1
  80. package/dist/components/forms/rubric-form/rubric-form.class.d.ts +1 -1
  81. package/dist/components/forms/rubric-form/rubric-form.class.js +1 -1
  82. package/dist/components/forms/select/select.class.d.ts +1 -1
  83. package/dist/components/forms/select/select.class.js +1 -1
  84. package/dist/components/forms/slider/slider.class.d.ts +4 -1
  85. package/dist/components/forms/slider/slider.class.js +1 -1
  86. package/dist/components/forms/textarea/textarea.class.d.ts +9 -4
  87. package/dist/components/forms/textarea/textarea.class.js +1 -1
  88. package/dist/components/forms/time-range/time-range.class.js +1 -1
  89. package/dist/components/layout/app-rail/app-rail.class.d.ts +7 -2
  90. package/dist/components/layout/app-rail/app-rail.class.js +1 -1
  91. package/dist/components/layout/card/card.class.js +2 -2
  92. package/dist/components/layout/card/card.styles.js +1 -1
  93. package/dist/components/layout/control-group/control-group.class.js +1 -1
  94. package/dist/components/layout/dashboard-grid/dashboard-grid.styles.js +1 -1
  95. package/dist/components/layout/details/details.styles.js +1 -1
  96. package/dist/components/layout/filter-bar/filter-bar.class.d.ts +13 -3
  97. package/dist/components/layout/filter-bar/filter-bar.class.js +1 -1
  98. package/dist/components/layout/menu/dropdown-item.class.d.ts +2 -0
  99. package/dist/components/layout/menu/menu-item.class.d.ts +28 -1
  100. package/dist/components/layout/menu/menu-item.class.js +45 -35
  101. package/dist/components/layout/menu/menu-item.styles.js +1 -1
  102. package/dist/components/layout/menu/menu.class.js +1 -1
  103. package/dist/components/layout/multi-split/multi-split.class.d.ts +12 -2
  104. package/dist/components/layout/multi-split/multi-split.class.js +1 -1
  105. package/dist/components/layout/page/page.class.js +2 -1
  106. package/dist/components/layout/page/page.styles.js +1 -1
  107. package/dist/components/layout/responsive-panel/responsive-panel.class.d.ts +6 -4
  108. package/dist/components/layout/responsive-panel/responsive-panel.class.js +2 -2
  109. package/dist/components/layout/responsive-panel/responsive-panel.styles.js +1 -1
  110. package/dist/components/layout/stepper/stepper.class.js +2 -2
  111. package/dist/components/layout/virtual-list/virtual-list.class.js +2 -2
  112. package/dist/components/layout/widget/widget.class.d.ts +12 -2
  113. package/dist/components/layout/widget/widget.class.js +2 -2
  114. package/dist/components/media/attachment-trigger/attachment-trigger.class.d.ts +1 -1
  115. package/dist/components/media/attachment-trigger/attachment-trigger.class.js +3 -3
  116. package/dist/components/media/file-icon/file-icon.class.d.ts +3 -1
  117. package/dist/components/media/file-icon/file-icon.class.js +1 -1
  118. package/dist/components/media/file-input/file-input.class.d.ts +1 -1
  119. package/dist/components/media/file-input/file-input.class.js +1 -1
  120. package/dist/components/media/flag/flag.styles.js +1 -1
  121. package/dist/components/media/image-comparer/image-comparer.class.d.ts +5 -5
  122. package/dist/components/media/image-comparer/image-comparer.class.js +1 -1
  123. package/dist/components/media/image-comparer/image-comparer.styles.js +1 -1
  124. package/dist/components/media/lightbox/lightbox.styles.js +1 -1
  125. package/dist/components/media/map/map.styles.js +1 -1
  126. package/dist/components/media/sequence-playback/sequence-playback.class.js +1 -1
  127. package/dist/components/media/video-playlist/video-playlist.class.js +1 -1
  128. package/dist/components/media/video-playlist/video-playlist.styles.js +1 -1
  129. package/dist/components/overlays/alert/alert.class.d.ts +6 -0
  130. package/dist/components/overlays/alert/alert.styles.js +1 -1
  131. package/dist/components/overlays/empty/empty.class.js +2 -2
  132. package/dist/components/overlays/kbd/kbd.styles.js +1 -1
  133. package/dist/components/overlays/progress/progress-ring.class.d.ts +4 -1
  134. package/dist/components/overlays/progress/progress.styles.js +1 -1
  135. package/dist/components/overlays/toast/toast.styles.js +1 -1
  136. package/dist/components/retrieval/graph/graph-canvas.js +1 -1
  137. package/dist/components/retrieval/graph/graph.class.d.ts +10 -3
  138. package/dist/components/retrieval/graph/graph.class.js +1 -1
  139. package/dist/components/retrieval/graph/graph.styles.js +1 -1
  140. package/dist/components/retrieval/ingestion-queue/ingestion-queue.class.d.ts +1 -1
  141. package/dist/components/retrieval/ingestion-queue/ingestion-queue.class.js +6 -6
  142. package/dist/components/retrieval/knowledge-base-admin/knowledge-base-admin.class.js +2 -2
  143. package/dist/components/retrieval/mind-map/mind-map.styles.js +1 -1
  144. package/dist/components/retrieval/neighbor-list/neighbor-list.class.d.ts +3 -3
  145. package/dist/components/retrieval/neighbor-list/neighbor-list.class.js +3 -3
  146. package/dist/components/retrieval/node-palette/node-palette.class.d.ts +7 -1
  147. package/dist/components/retrieval/node-palette/node-palette.class.js +23 -13
  148. package/dist/components/retrieval/node-palette/node-palette.styles.js +1 -1
  149. package/dist/components/retrieval/rag-eval-dashboard/rag-eval-dashboard.class.d.ts +4 -1
  150. package/dist/components/retrieval/rag-eval-dashboard/rag-eval-dashboard.class.js +1 -1
  151. package/dist/components/retrieval/retrieval-results/retrieval-results.class.js +1 -1
  152. package/dist/components/retrieval/retrieval-search/retrieval-search.class.js +4 -3
  153. package/dist/components/retrieval/retrieval-trace/retrieval-trace.class.js +1 -1
  154. package/dist/components/retrieval/source-list/source-list.class.d.ts +7 -1
  155. package/dist/components/retrieval/source-list/source-list.class.js +1 -1
  156. package/dist/components/utility/export-button/export-button.class.d.ts +14 -2
  157. package/dist/components/utility/export-button/export-button.class.js +3 -3
  158. package/dist/components/utility/export-button/export-button.styles.js +1 -1
  159. package/dist/components/utility/json-viewer/json-viewer.styles.js +1 -1
  160. package/dist/components/utility/known-date/known-date.class.js +1 -1
  161. package/dist/components/utility/mention-popover/mention-popover.class.d.ts +4 -2
  162. package/dist/components/utility/mention-popover/mention-popover.class.js +1 -1
  163. package/dist/components/viewers/csv-viewer/csv-viewer.class.d.ts +9 -1
  164. package/dist/components/viewers/csv-viewer/csv-viewer.class.js +4 -4
  165. package/dist/components/viewers/dataset-viewer/dataset-viewer.class.d.ts +1 -1
  166. package/dist/components/viewers/dataset-viewer/dataset-viewer.class.js +4 -4
  167. package/dist/components/viewers/document-compare/document-compare.class.d.ts +5 -0
  168. package/dist/components/viewers/document-compare/document-compare.class.js +9 -4
  169. package/dist/components/viewers/document-compare/document-compare.styles.js +1 -1
  170. package/dist/components/viewers/document-preview/document-preview.class.d.ts +9 -1
  171. package/dist/components/viewers/document-preview/document-preview.class.js +2 -1
  172. package/dist/components/viewers/notebook-viewer/notebook-viewer.class.d.ts +5 -0
  173. package/dist/components/viewers/notebook-viewer/notebook-viewer.class.js +1 -1
  174. package/dist/components/viewers/pdf-viewer/pdf-viewer.class.d.ts +5 -0
  175. package/dist/components/viewers/spreadsheet-viewer/spreadsheet-viewer.class.d.ts +1 -1
  176. package/dist/components/viewers/spreadsheet-viewer/spreadsheet-viewer.class.js +3 -3
  177. package/dist/components/viewers/xml-viewer/xml-viewer.styles.js +1 -1
  178. package/dist/custom-elements-jsx.d.ts +1 -1
  179. package/dist/events.d.ts +5 -4
  180. package/dist/internal/package-metadata.d.ts +1 -1
  181. package/dist/internal/package-metadata.js +1 -1
  182. package/dist/lyra.d.ts +1 -1
  183. package/dist/svelte.d.ts +1 -1
  184. package/dist/vue.d.ts +1 -1
  185. package/llms/components/lr-alert.md +11 -3
  186. package/llms/components/lr-box-plot.md +21 -4
  187. package/llms/components/lr-chart.md +13 -4
  188. package/llms/components/lr-code-block.md +5 -4
  189. package/llms/components/lr-data-grid.md +24 -10
  190. package/llms/components/lr-document-compare.md +5 -0
  191. package/llms/components/lr-dropdown-item.md +24 -0
  192. package/llms/components/lr-eval-dataset.md +5 -4
  193. package/llms/components/lr-export-button.md +10 -5
  194. package/llms/components/lr-filter-bar.md +4 -1
  195. package/llms/components/lr-flow-minimap.md +7 -1
  196. package/llms/components/lr-icon-button.md +6 -1
  197. package/llms/components/lr-lite-chart.md +2 -1
  198. package/llms/components/lr-markdown.md +2 -2
  199. package/llms/components/lr-menu-item.md +24 -0
  200. package/llms/components/lr-menu.md +24 -0
  201. package/llms/components/lr-message-parts.md +7 -0
  202. package/llms/components/lr-model-settings-panel.md +4 -1
  203. package/llms/components/lr-node-palette.md +5 -4
  204. package/llms/components/lr-pdf-viewer.md +7 -0
  205. package/llms/components/lr-responsive-panel.md +2 -2
  206. package/llms/components/lr-subagent-panel.md +17 -2
  207. package/llms/components/lr-thinking-panel.md +4 -0
  208. package/llms/components/lr-timeline-item.md +1 -1
  209. package/llms/components/lr-timeline.md +1 -1
  210. package/llms/components/lr-tool-select-dialog.md +4 -3
  211. package/llms/components/lr-virtual-list.md +11 -11
  212. package/llms-full.txt +205 -59
  213. package/package.json +3 -3
  214. package/vscode-css-data.json +1 -1
  215. package/vscode-html-data.json +1 -1
  216. package/web-types.json +1 -1
@@ -1 +1 @@
1
- {"$schema":"https://www.designtokens.org/schemas/2025.10/format.json","$extensions":{"com.aceshooting.lyra":{"schemaVersion":1,"authority":"tokens/canonical-tokens.json","cleanRoom":true}},"border":{"width":{"medium":{"$type":"string","$value":"var(--lr-theme-border-width-medium, 2px)","$description":"Canonical shared component token for border width medium.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-border-width-medium","cssType":"dimension","scope":"shared","group":"border","themeInput":"--lr-theme-border-width-medium"}}},"thick":{"$type":"string","$value":"var(--lr-theme-border-width-thick, 3px)","$description":"Canonical shared component token for border width thick.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-border-width-thick","cssType":"dimension","scope":"shared","group":"border","themeInput":"--lr-theme-border-width-thick"}}},"thin":{"$type":"string","$value":"var(--lr-theme-border-width-thin, 1px)","$description":"Canonical shared component token for border width thin.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-border-width-thin","cssType":"dimension","scope":"shared","group":"border","themeInput":"--lr-theme-border-width-thin"}}}}},"color":{"border":{"$root":{"$type":"string","$value":"var(--lr-theme-color-surface-border, #8a8a90)","$description":"Canonical shared component token for color border.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-border","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-surface-border"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-surface-border, #6b6b74)","forcedColors":"ButtonText"}}},"strong":{"$type":"string","$value":"var(--lr-theme-color-border-strong, #4b5563)","$description":"Canonical shared component token for color border strong.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-border-strong","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-border-strong"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-border-strong, #c4c9d1)"}}}},"brand":{"$root":{"$type":"string","$value":"var(--lr-color-brand-fill-loud)","$description":"Canonical shared component token for color brand.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-brand","cssType":"color","scope":"shared","group":"color"},"com.aceshooting.lyra.modes":{"forcedColors":"LinkText"}}},"border":{"loud":{"$type":"string","$value":"var(--lr-theme-color-brand-border-loud, var(--lr-ramp-brand-40))","$description":"Canonical shared component token for color brand border loud.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-brand-border-loud","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-brand-border-loud"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-brand-border-loud, var(--lr-ramp-brand-70))"}}},"normal":{"$type":"string","$value":"var(--lr-theme-color-brand-border-normal, var(--lr-ramp-brand-60))","$description":"Canonical shared component token for color brand border normal.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-brand-border-normal","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-brand-border-normal"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-brand-border-normal, var(--lr-ramp-brand-60))"}}},"quiet":{"$type":"string","$value":"var(--lr-theme-color-brand-border-quiet, var(--lr-ramp-brand-80))","$description":"Canonical shared component token for color brand border quiet.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-brand-border-quiet","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-brand-border-quiet"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-brand-border-quiet, var(--lr-ramp-brand-30))"}}}},"fill":{"loud":{"$type":"string","$value":"var(--lr-theme-color-brand-fill-loud, var(--lr-ramp-brand-50))","$description":"Canonical shared component token for color brand fill loud.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-brand-fill-loud","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-brand-fill-loud"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-brand-fill-loud, var(--lr-ramp-brand-70))"}}},"normal":{"$type":"string","$value":"var(--lr-theme-color-brand-fill-normal, var(--lr-ramp-brand-80))","$description":"Canonical shared component token for color brand fill normal.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-brand-fill-normal","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-brand-fill-normal"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-brand-fill-normal, var(--lr-ramp-brand-50))"}}},"quiet":{"$type":"string","$value":"var(--lr-theme-color-brand-fill-quiet, var(--lr-ramp-brand-95))","$description":"Canonical shared component token for color brand fill quiet.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-brand-fill-quiet","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-brand-fill-quiet"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-brand-fill-quiet, var(--lr-ramp-brand-30))"}}}},"on":{"loud":{"$type":"string","$value":"var(--lr-theme-color-brand-on-loud, var(--lr-ramp-neutral-95))","$description":"Canonical shared component token for color brand on loud.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-brand-on-loud","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-brand-on-loud"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-brand-on-loud, var(--lr-ramp-neutral-05))"}}},"normal":{"$type":"string","$value":"var(--lr-theme-color-brand-on-normal, var(--lr-ramp-neutral-05))","$description":"Canonical shared component token for color brand on normal.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-brand-on-normal","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-brand-on-normal"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-brand-on-normal, var(--lr-ramp-neutral-95))"}}},"quiet":{"$type":"string","$value":"var(--lr-theme-color-brand-on-quiet, var(--lr-ramp-neutral-05))","$description":"Canonical shared component token for color brand on quiet.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-brand-on-quiet","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-brand-on-quiet"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-brand-on-quiet, var(--lr-ramp-neutral-95))"}}}},"quiet":{"$type":"string","$value":"var(--lr-color-brand-fill-quiet)","$description":"Canonical shared component token for color brand quiet.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-brand-quiet","cssType":"color","scope":"shared","group":"color"},"com.aceshooting.lyra.modes":{"forcedColors":"Canvas"}}}},"chart":{"1":{"$type":"string","$value":"var(--lr-theme-color-chart-1, #0e006e)","$description":"Canonical shared component token for color chart 1.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-chart-1","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-chart-1"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-chart-1, #bbff94)","forcedColors":"Highlight"}}},"2":{"$type":"string","$value":"var(--lr-theme-color-chart-2, #4d011a)","$description":"Canonical shared component token for color chart 2.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-chart-2","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-chart-2"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-chart-2, #ffbce8)","forcedColors":"LinkText"}}},"3":{"$type":"string","$value":"var(--lr-theme-color-chart-3, #862002)","$description":"Canonical shared component token for color chart 3.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-chart-3","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-chart-3"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-chart-3, #2bd66a)","forcedColors":"CanvasText"}}},"4":{"$type":"string","$value":"var(--lr-theme-color-chart-4, #503983)","$description":"Canonical shared component token for color chart 4.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-chart-4","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-chart-4"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-chart-4, #bb99cb)","forcedColors":"Highlight"}}},"5":{"$type":"string","$value":"var(--lr-theme-color-chart-5, #315fdd)","$description":"Canonical shared component token for color chart 5.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-chart-5","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-chart-5"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-chart-5, #7888fe)","forcedColors":"LinkText"}}},"6":{"$type":"string","$value":"var(--lr-theme-color-chart-6, #935e7c)","$description":"Canonical shared component token for color chart 6.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-chart-6","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-chart-6"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-chart-6, #9b6b90)","forcedColors":"CanvasText"}}},"7":{"$type":"string","$value":"var(--lr-theme-color-chart-7, #de6906)","$description":"Canonical shared component token for color chart 7.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-chart-7","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-chart-7"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-chart-7, #db3a29)","forcedColors":"Highlight"}}},"8":{"$type":"string","$value":"var(--lr-theme-color-chart-8, #8f81d3)","$description":"Canonical shared component token for color chart 8.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-chart-8","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-chart-8"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-chart-8, #555de3)","forcedColors":"LinkText"}}}},"danger":{"$root":{"$type":"string","$value":"var(--lr-color-danger-fill-loud)","$description":"Canonical shared component token for color danger.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-danger","cssType":"color","scope":"shared","group":"color"},"com.aceshooting.lyra.modes":{"forcedColors":"LinkText"}}},"border":{"loud":{"$type":"string","$value":"var(--lr-theme-color-danger-border-loud, var(--lr-ramp-danger-40))","$description":"Canonical shared component token for color danger border loud.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-danger-border-loud","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-danger-border-loud"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-danger-border-loud, var(--lr-ramp-danger-70))"}}},"normal":{"$type":"string","$value":"var(--lr-theme-color-danger-border-normal, var(--lr-ramp-danger-60))","$description":"Canonical shared component token for color danger border normal.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-danger-border-normal","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-danger-border-normal"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-danger-border-normal, var(--lr-ramp-danger-60))"}}},"quiet":{"$type":"string","$value":"var(--lr-theme-color-danger-border-quiet, var(--lr-ramp-danger-80))","$description":"Canonical shared component token for color danger border quiet.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-danger-border-quiet","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-danger-border-quiet"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-danger-border-quiet, var(--lr-ramp-danger-30))"}}}},"fill":{"loud":{"$type":"string","$value":"var(--lr-theme-color-danger-fill-loud, var(--lr-ramp-danger-50))","$description":"Canonical shared component token for color danger fill loud.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-danger-fill-loud","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-danger-fill-loud"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-danger-fill-loud, var(--lr-ramp-danger-70))"}}},"normal":{"$type":"string","$value":"var(--lr-theme-color-danger-fill-normal, var(--lr-ramp-danger-80))","$description":"Canonical shared component token for color danger fill normal.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-danger-fill-normal","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-danger-fill-normal"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-danger-fill-normal, var(--lr-ramp-danger-50))"}}},"quiet":{"$type":"string","$value":"var(--lr-theme-color-danger-fill-quiet, var(--lr-ramp-danger-95))","$description":"Canonical shared component token for color danger fill quiet.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-danger-fill-quiet","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-danger-fill-quiet"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-danger-fill-quiet, var(--lr-ramp-danger-30))"}}}},"on":{"loud":{"$type":"string","$value":"var(--lr-theme-color-danger-on-loud, var(--lr-ramp-neutral-95))","$description":"Canonical shared component token for color danger on loud.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-danger-on-loud","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-danger-on-loud"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-danger-on-loud, var(--lr-ramp-neutral-05))"}}},"normal":{"$type":"string","$value":"var(--lr-theme-color-danger-on-normal, var(--lr-ramp-neutral-05))","$description":"Canonical shared component token for color danger on normal.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-danger-on-normal","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-danger-on-normal"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-danger-on-normal, var(--lr-ramp-neutral-95))"}}},"quiet":{"$type":"string","$value":"var(--lr-theme-color-danger-on-quiet, var(--lr-ramp-neutral-05))","$description":"Canonical shared component token for color danger on quiet.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-danger-on-quiet","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-danger-on-quiet"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-danger-on-quiet, var(--lr-ramp-neutral-95))"}}}},"quiet":{"$type":"string","$value":"var(--lr-color-danger-fill-quiet)","$description":"Canonical shared component token for color danger quiet.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-danger-quiet","cssType":"color","scope":"shared","group":"color"},"com.aceshooting.lyra.modes":{"forcedColors":"Canvas"}}}},"mix":{"active":{"$type":"string","$value":"var(--lr-theme-color-mix-active, 22%)","$description":"Canonical shared component token for color mix active.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-mix-active","cssType":"number","scope":"shared","group":"color","themeInput":"--lr-theme-color-mix-active"}}},"hover":{"$type":"string","$value":"var(--lr-theme-color-mix-hover, 12%)","$description":"Canonical shared component token for color mix hover.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-mix-hover","cssType":"number","scope":"shared","group":"color","themeInput":"--lr-theme-color-mix-hover"}}},"partner":{"$type":"string","$value":"var(--lr-theme-color-mix-partner, var(--lr-color-text))","$description":"Canonical shared component token for color mix partner.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-mix-partner","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-mix-partner"}}}},"neutral":{"$root":{"$type":"string","$value":"var(--lr-color-neutral-fill-loud)","$description":"Canonical shared component token for color neutral.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-neutral","cssType":"color","scope":"shared","group":"color"},"com.aceshooting.lyra.modes":{"forcedColors":"ButtonText"}}},"border":{"loud":{"$type":"string","$value":"var(--lr-theme-color-neutral-border-loud, var(--lr-ramp-neutral-40))","$description":"Canonical shared component token for color neutral border loud.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-neutral-border-loud","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-neutral-border-loud"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-neutral-border-loud, var(--lr-ramp-neutral-70))"}}},"normal":{"$type":"string","$value":"var(--lr-theme-color-neutral-border-normal, var(--lr-ramp-neutral-60))","$description":"Canonical shared component token for color neutral border normal.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-neutral-border-normal","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-neutral-border-normal"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-neutral-border-normal, var(--lr-ramp-neutral-60))"}}},"quiet":{"$type":"string","$value":"var(--lr-theme-color-neutral-border-quiet, var(--lr-ramp-neutral-80))","$description":"Canonical shared component token for color neutral border quiet.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-neutral-border-quiet","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-neutral-border-quiet"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-neutral-border-quiet, var(--lr-ramp-neutral-30))"}}}},"fill":{"loud":{"$type":"string","$value":"var(--lr-theme-color-neutral-fill-loud, var(--lr-ramp-neutral-50))","$description":"Canonical shared component token for color neutral fill loud.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-neutral-fill-loud","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-neutral-fill-loud"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-neutral-fill-loud, var(--lr-ramp-neutral-70))"}}},"normal":{"$type":"string","$value":"var(--lr-theme-color-neutral-fill-normal, var(--lr-ramp-neutral-80))","$description":"Canonical shared component token for color neutral fill normal.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-neutral-fill-normal","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-neutral-fill-normal"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-neutral-fill-normal, var(--lr-ramp-neutral-50))"}}},"quiet":{"$type":"string","$value":"var(--lr-theme-color-neutral-fill-quiet, var(--lr-ramp-neutral-95))","$description":"Canonical shared component token for color neutral fill quiet.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-neutral-fill-quiet","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-neutral-fill-quiet"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-neutral-fill-quiet, var(--lr-ramp-neutral-30))"}}}},"on":{"loud":{"$type":"string","$value":"var(--lr-theme-color-neutral-on-loud, var(--lr-ramp-neutral-95))","$description":"Canonical shared component token for color neutral on loud.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-neutral-on-loud","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-neutral-on-loud"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-neutral-on-loud, var(--lr-ramp-neutral-05))"}}},"normal":{"$type":"string","$value":"var(--lr-theme-color-neutral-on-normal, var(--lr-ramp-neutral-05))","$description":"Canonical shared component token for color neutral on normal.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-neutral-on-normal","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-neutral-on-normal"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-neutral-on-normal, var(--lr-ramp-neutral-95))"}}},"quiet":{"$type":"string","$value":"var(--lr-theme-color-neutral-on-quiet, var(--lr-ramp-neutral-05))","$description":"Canonical shared component token for color neutral on quiet.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-neutral-on-quiet","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-neutral-on-quiet"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-neutral-on-quiet, var(--lr-ramp-neutral-95))"}}}}},"no":{"data":{"$type":"string","$value":"var(--lr-theme-color-no-data, rgb(128 128 128 / 25%))","$description":"Canonical shared component token for color no data.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-no-data","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-no-data"}}}},"on":{"brand":{"$type":"string","$value":"var(--lr-color-brand-on-loud)","$description":"Canonical shared component token for color on brand.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-on-brand","cssType":"color","scope":"shared","group":"color"},"com.aceshooting.lyra.modes":{"forcedColors":"Canvas"}}},"danger":{"$type":"string","$value":"var(--lr-color-danger-on-loud)","$description":"Canonical shared component token for color on danger.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-on-danger","cssType":"color","scope":"shared","group":"color"},"com.aceshooting.lyra.modes":{"forcedColors":"Canvas"}}},"neutral":{"$type":"string","$value":"var(--lr-color-neutral-on-loud)","$description":"Canonical shared component token for color on neutral.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-on-neutral","cssType":"color","scope":"shared","group":"color"},"com.aceshooting.lyra.modes":{"forcedColors":"Canvas"}}},"strong":{"overlay":{"$type":"string","$value":"var(--lr-theme-color-on-strong-overlay, #fff)","$description":"Canonical shared component token for color on strong overlay.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-on-strong-overlay","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-on-strong-overlay"},"com.aceshooting.lyra.modes":{"forcedColors":"CanvasText"}}}},"success":{"$type":"string","$value":"var(--lr-color-success-on-loud)","$description":"Canonical shared component token for color on success.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-on-success","cssType":"color","scope":"shared","group":"color"},"com.aceshooting.lyra.modes":{"forcedColors":"Canvas"}}},"warning":{"$type":"string","$value":"var(--lr-color-warning-on-loud)","$description":"Canonical shared component token for color on warning.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-on-warning","cssType":"color","scope":"shared","group":"color"},"com.aceshooting.lyra.modes":{"forcedColors":"Canvas"}}}},"overlay":{"$root":{"$type":"string","$value":"var(--lr-theme-color-overlay, rgb(0 0 0 / 0.5))","$description":"Canonical shared component token for color overlay.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-overlay","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-overlay"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-overlay, rgb(0 0 0 / 0.72))"}}},"strong":{"$type":"string","$value":"var(--lr-theme-color-overlay-strong, var(--lr-theme-color-overlay, rgb(0 0 0 / 0.92)))","$description":"Canonical shared component token for color overlay strong.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-overlay-strong","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-overlay-strong"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-overlay-strong, var(--lr-theme-color-overlay, rgb(0 0 0 / 0.95)))"}}}},"shadow":{"$type":"string","$value":"var(--lr-theme-color-shadow, #000)","$description":"Canonical shared component token for color shadow.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-shadow","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-shadow"}}},"success":{"$root":{"$type":"string","$value":"var(--lr-color-success-fill-loud)","$description":"Canonical shared component token for color success.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-success","cssType":"color","scope":"shared","group":"color"},"com.aceshooting.lyra.modes":{"forcedColors":"LinkText"}}},"border":{"loud":{"$type":"string","$value":"var(--lr-theme-color-success-border-loud, var(--lr-ramp-success-40))","$description":"Canonical shared component token for color success border loud.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-success-border-loud","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-success-border-loud"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-success-border-loud, var(--lr-ramp-success-70))"}}},"normal":{"$type":"string","$value":"var(--lr-theme-color-success-border-normal, var(--lr-ramp-success-60))","$description":"Canonical shared component token for color success border normal.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-success-border-normal","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-success-border-normal"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-success-border-normal, var(--lr-ramp-success-60))"}}},"quiet":{"$type":"string","$value":"var(--lr-theme-color-success-border-quiet, var(--lr-ramp-success-80))","$description":"Canonical shared component token for color success border quiet.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-success-border-quiet","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-success-border-quiet"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-success-border-quiet, var(--lr-ramp-success-30))"}}}},"fill":{"loud":{"$type":"string","$value":"var(--lr-theme-color-success-fill-loud, var(--lr-ramp-success-50))","$description":"Canonical shared component token for color success fill loud.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-success-fill-loud","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-success-fill-loud"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-success-fill-loud, var(--lr-ramp-success-70))"}}},"normal":{"$type":"string","$value":"var(--lr-theme-color-success-fill-normal, var(--lr-ramp-success-80))","$description":"Canonical shared component token for color success fill normal.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-success-fill-normal","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-success-fill-normal"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-success-fill-normal, var(--lr-ramp-success-50))"}}},"quiet":{"$type":"string","$value":"var(--lr-theme-color-success-fill-quiet, var(--lr-ramp-success-95))","$description":"Canonical shared component token for color success fill quiet.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-success-fill-quiet","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-success-fill-quiet"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-success-fill-quiet, var(--lr-ramp-success-30))"}}}},"on":{"loud":{"$type":"string","$value":"var(--lr-theme-color-success-on-loud, var(--lr-ramp-neutral-95))","$description":"Canonical shared component token for color success on loud.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-success-on-loud","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-success-on-loud"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-success-on-loud, var(--lr-ramp-neutral-05))"}}},"normal":{"$type":"string","$value":"var(--lr-theme-color-success-on-normal, var(--lr-ramp-neutral-05))","$description":"Canonical shared component token for color success on normal.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-success-on-normal","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-success-on-normal"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-success-on-normal, var(--lr-ramp-neutral-95))"}}},"quiet":{"$type":"string","$value":"var(--lr-theme-color-success-on-quiet, var(--lr-ramp-neutral-05))","$description":"Canonical shared component token for color success on quiet.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-success-on-quiet","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-success-on-quiet"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-success-on-quiet, var(--lr-ramp-neutral-95))"}}}},"quiet":{"$type":"string","$value":"var(--lr-color-success-fill-quiet)","$description":"Canonical shared component token for color success quiet.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-success-quiet","cssType":"color","scope":"shared","group":"color"},"com.aceshooting.lyra.modes":{"forcedColors":"Canvas"}}}},"surface":{"$root":{"$type":"string","$value":"var(--lr-theme-color-surface-default, #fff)","$description":"Canonical shared component token for color surface.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-surface","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-surface-default"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-surface-default, #1a1a1a)","forcedColors":"Canvas"}}},"overlay":{"$type":"string","$value":"var(--lr-theme-color-surface-overlay, var(--lr-color-surface))","$description":"Canonical shared component token for color surface overlay.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-surface-overlay","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-surface-overlay"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-surface-overlay, #2b3038)"}}},"raised":{"$type":"string","$value":"var(--lr-theme-color-surface-raised, #f6f8fa)","$description":"Canonical shared component token for color surface raised.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-surface-raised","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-surface-raised"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-surface-raised, #22272e)","forcedColors":"Canvas"}}}},"text":{"$root":{"$type":"string","$value":"var(--lr-theme-color-text-normal, #1a1a1a)","$description":"Canonical shared component token for color text.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-text","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-text-normal"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-text-normal, #f2f2f2)","forcedColors":"CanvasText"}}},"quiet":{"$type":"string","$value":"var(--lr-theme-color-text-quiet, #6b7280)","$description":"Canonical shared component token for color text quiet.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-text-quiet","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-text-quiet"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-text-quiet, #9aa1ac)","forcedColors":"CanvasText"}}}},"warning":{"$root":{"$type":"string","$value":"var(--lr-color-warning-fill-loud)","$description":"Canonical shared component token for color warning.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-warning","cssType":"color","scope":"shared","group":"color"},"com.aceshooting.lyra.modes":{"forcedColors":"CanvasText"}}},"border":{"loud":{"$type":"string","$value":"var(--lr-theme-color-warning-border-loud, var(--lr-ramp-warning-40))","$description":"Canonical shared component token for color warning border loud.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-warning-border-loud","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-warning-border-loud"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-warning-border-loud, var(--lr-ramp-warning-70))"}}},"normal":{"$type":"string","$value":"var(--lr-theme-color-warning-border-normal, var(--lr-ramp-warning-60))","$description":"Canonical shared component token for color warning border normal.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-warning-border-normal","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-warning-border-normal"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-warning-border-normal, var(--lr-ramp-warning-60))"}}},"quiet":{"$type":"string","$value":"var(--lr-theme-color-warning-border-quiet, var(--lr-ramp-warning-80))","$description":"Canonical shared component token for color warning border quiet.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-warning-border-quiet","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-warning-border-quiet"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-warning-border-quiet, var(--lr-ramp-warning-30))"}}}},"fill":{"loud":{"$type":"string","$value":"var(--lr-theme-color-warning-fill-loud, var(--lr-ramp-warning-50))","$description":"Canonical shared component token for color warning fill loud.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-warning-fill-loud","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-warning-fill-loud"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-warning-fill-loud, var(--lr-ramp-warning-70))"}}},"normal":{"$type":"string","$value":"var(--lr-theme-color-warning-fill-normal, var(--lr-ramp-warning-80))","$description":"Canonical shared component token for color warning fill normal.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-warning-fill-normal","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-warning-fill-normal"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-warning-fill-normal, var(--lr-ramp-warning-50))"}}},"quiet":{"$type":"string","$value":"var(--lr-theme-color-warning-fill-quiet, var(--lr-ramp-warning-95))","$description":"Canonical shared component token for color warning fill quiet.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-warning-fill-quiet","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-warning-fill-quiet"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-warning-fill-quiet, var(--lr-ramp-warning-30))"}}}},"on":{"loud":{"$type":"string","$value":"var(--lr-theme-color-warning-on-loud, var(--lr-ramp-neutral-95))","$description":"Canonical shared component token for color warning on loud.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-warning-on-loud","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-warning-on-loud"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-warning-on-loud, var(--lr-ramp-neutral-05))"}}},"normal":{"$type":"string","$value":"var(--lr-theme-color-warning-on-normal, var(--lr-ramp-neutral-05))","$description":"Canonical shared component token for color warning on normal.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-warning-on-normal","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-warning-on-normal"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-warning-on-normal, var(--lr-ramp-neutral-95))"}}},"quiet":{"$type":"string","$value":"var(--lr-theme-color-warning-on-quiet, var(--lr-ramp-neutral-05))","$description":"Canonical shared component token for color warning on quiet.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-warning-on-quiet","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-warning-on-quiet"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-warning-on-quiet, var(--lr-ramp-neutral-95))"}}}},"quiet":{"$type":"string","$value":"var(--lr-color-warning-fill-quiet)","$description":"Canonical shared component token for color warning quiet.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-warning-quiet","cssType":"color","scope":"shared","group":"color"},"com.aceshooting.lyra.modes":{"forcedColors":"Canvas"}}}}},"duration":{"ambient":{"$type":"string","$value":"var(--lr-theme-duration-slow, 1.8s)","$description":"Canonical shared component token for duration ambient.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-duration-ambient","cssType":"duration","scope":"shared","group":"motion","themeInput":"--lr-theme-duration-slow"},"com.aceshooting.lyra.modes":{"reducedMotion":{"value":0.001,"unit":"ms"}}}},"base":{"$type":"string","$value":"var(--lr-theme-duration-normal, 180ms)","$description":"Canonical shared component token for duration base.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-duration-base","cssType":"duration","scope":"shared","group":"motion","themeInput":"--lr-theme-duration-normal"},"com.aceshooting.lyra.modes":{"reducedMotion":{"value":0.001,"unit":"ms"}}}},"fast":{"$type":"string","$value":"var(--lr-theme-duration-fast, 120ms)","$description":"Canonical shared component token for duration fast.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-duration-fast","cssType":"duration","scope":"shared","group":"motion","themeInput":"--lr-theme-duration-fast"},"com.aceshooting.lyra.modes":{"reducedMotion":{"value":0.001,"unit":"ms"}}}},"icon":{"$type":"string","$value":"var(--lr-theme-duration-icon, 1s)","$description":"Canonical shared component token for duration icon.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-duration-icon","cssType":"duration","scope":"shared","group":"motion","themeInput":"--lr-theme-duration-icon"},"com.aceshooting.lyra.modes":{"reducedMotion":{"value":0.001,"unit":"ms"}}}}},"easing":{"emphasized":{"$type":"string","$value":"var(--lr-theme-easing-emphasized, ease-in-out)","$description":"Canonical shared component token for easing emphasized.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-easing-emphasized","cssType":"dimension","scope":"shared","group":"motion","themeInput":"--lr-theme-easing-emphasized"},"com.aceshooting.lyra.modes":{"reducedMotion":"linear"}}},"linear":{"$type":"string","$value":"var(--lr-theme-easing-linear, linear)","$description":"Canonical shared component token for easing linear.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-easing-linear","cssType":"string","scope":"shared","group":"motion","themeInput":"--lr-theme-easing-linear"}}},"standard":{"$type":"string","$value":"var(--lr-theme-easing-standard, ease-out)","$description":"Canonical shared component token for easing standard.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-easing-standard","cssType":"string","scope":"shared","group":"motion","themeInput":"--lr-theme-easing-standard"},"com.aceshooting.lyra.modes":{"reducedMotion":"linear"}}}},"focus":{"ring":{"$root":{"$type":"string","$value":"var(--lr-focus-ring-width) solid var(--lr-focus-ring-color)","$description":"Composite focus-ring outline shorthand, derived from the width and color parts. Mirrors the ready-made outline value Web Awesome exposes as --wa-focus-ring so a migrating consumer has a one-to-one target instead of hand-expanding every site. Offset stays separate because outline-offset is its own property.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-focus-ring","cssType":"string","scope":"shared","group":"focus"}}},"color":{"$type":"string","$value":"var(--lr-theme-color-focus, var(--lr-color-brand))","$description":"Canonical shared component token for focus ring color.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-focus-ring-color","cssType":"color","scope":"shared","group":"focus","themeInput":"--lr-theme-color-focus"},"com.aceshooting.lyra.modes":{"forcedColors":"Highlight"}}},"offset":{"$type":"string","$value":"var(--lr-theme-focus-ring-offset, 2px)","$description":"Canonical shared component token for focus ring offset.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-focus-ring-offset","cssType":"dimension","scope":"shared","group":"focus","themeInput":"--lr-theme-focus-ring-offset"}}},"width":{"$type":"string","$value":"var(--lr-theme-focus-ring-width, 2px)","$description":"Canonical shared component token for focus ring width.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-focus-ring-width","cssType":"dimension","scope":"shared","group":"focus","themeInput":"--lr-theme-focus-ring-width"}}}}},"font":{"$root":{"$type":"string","$value":"var(--lr-theme-font-family-body, system-ui, sans-serif)","$description":"Canonical shared component token for font.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-font","cssType":"fontFamily","scope":"shared","group":"typography","themeInput":"--lr-theme-font-family-body"}}},"mono":{"$type":"string","$value":"var(--lr-theme-font-family-mono, ui-monospace, SFMono-Regular, Menlo, Consolas, monospace)","$description":"Canonical shared component token for font mono.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-font-mono","cssType":"string","scope":"shared","group":"typography","themeInput":"--lr-theme-font-family-mono"}}},"size":{"2xl":{"$type":"string","$value":"var(--lr-theme-font-size-2xl, 1.75rem)","$description":"Canonical shared component token for font size 2xl.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-font-size-2xl","cssType":"dimension","scope":"shared","group":"typography","themeInput":"--lr-theme-font-size-2xl"}}},"2xs":{"$type":"string","$value":"var(--lr-theme-font-size-2xs, 0.625rem)","$description":"Canonical shared component token for font size 2xs.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-font-size-2xs","cssType":"dimension","scope":"shared","group":"typography","themeInput":"--lr-theme-font-size-2xs"}}},"3xl":{"$type":"string","$value":"var(--lr-theme-font-size-3xl, 2rem)","$description":"Canonical shared component token for font size 3xl.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-font-size-3xl","cssType":"dimension","scope":"shared","group":"typography","themeInput":"--lr-theme-font-size-3xl"}}},"3xs":{"$type":"string","$value":"var(--lr-theme-font-size-3xs, 0.5rem)","$description":"Canonical shared component token for font size 3xs.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-font-size-3xs","cssType":"dimension","scope":"shared","group":"typography","themeInput":"--lr-theme-font-size-3xs"}}},"lg":{"$type":"string","$value":"var(--lr-theme-font-size-lg, 1.125rem)","$description":"Canonical shared component token for font size lg.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-font-size-lg","cssType":"dimension","scope":"shared","group":"typography","themeInput":"--lr-theme-font-size-lg"}}},"m":{"$type":"string","$value":"var(--lr-theme-font-size-m, 1rem)","$description":"Canonical shared component token for font size m.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-font-size-m","cssType":"dimension","scope":"shared","group":"typography","themeInput":"--lr-theme-font-size-m"}}},"md":{"sm":{"$type":"string","$value":"var(--lr-theme-font-size-md-sm, 0.875rem)","$description":"Canonical shared component token for font size md sm.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-font-size-md-sm","cssType":"dimension","scope":"shared","group":"typography","themeInput":"--lr-theme-font-size-md-sm"}}}},"sm":{"$type":"string","$value":"var(--lr-theme-font-size-sm, 0.8125rem)","$description":"Canonical shared component token for font size sm.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-font-size-sm","cssType":"dimension","scope":"shared","group":"typography","themeInput":"--lr-theme-font-size-sm"}}},"xl":{"$type":"string","$value":"var(--lr-theme-font-size-xl, 1.25rem)","$description":"Canonical shared component token for font size xl.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-font-size-xl","cssType":"dimension","scope":"shared","group":"typography","themeInput":"--lr-theme-font-size-xl"}}},"xs":{"$type":"string","$value":"var(--lr-theme-font-size-xs, 0.75rem)","$description":"Canonical shared component token for font size xs.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-font-size-xs","cssType":"dimension","scope":"shared","group":"typography","themeInput":"--lr-theme-font-size-xs"}}}},"weight":{"bold":{"$type":"string","$value":"var(--lr-theme-font-weight-bold, 700)","$description":"Canonical shared component token for font weight bold.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-font-weight-bold","cssType":"fontWeight","scope":"shared","group":"typography","themeInput":"--lr-theme-font-weight-bold"}}},"medium":{"$type":"string","$value":"var(--lr-theme-font-weight-medium, 500)","$description":"Canonical shared component token for font weight medium.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-font-weight-medium","cssType":"fontWeight","scope":"shared","group":"typography","themeInput":"--lr-theme-font-weight-medium"}}},"normal":{"$type":"string","$value":"var(--lr-theme-font-weight-normal, 400)","$description":"Canonical shared component token for font weight normal.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-font-weight-normal","cssType":"fontWeight","scope":"shared","group":"typography","themeInput":"--lr-theme-font-weight-normal"}}},"semibold":{"$type":"string","$value":"var(--lr-theme-font-weight-semibold, 600)","$description":"Canonical shared component token for font weight semibold.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-font-weight-semibold","cssType":"fontWeight","scope":"shared","group":"typography","themeInput":"--lr-theme-font-weight-semibold"}}}}},"graph":{"cat":{"1":{"$type":"string","$value":"var(--lr-theme-graph-cat-1, #8250df)","$description":"Canonical shared component token for graph cat 1.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-graph-cat-1","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-graph-cat-1"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-graph-cat-1, #b58cff)","forcedColors":"Highlight"}}},"2":{"$type":"string","$value":"var(--lr-theme-graph-cat-2, #bf3989)","$description":"Canonical shared component token for graph cat 2.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-graph-cat-2","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-graph-cat-2"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-graph-cat-2, #ff7ab2)","forcedColors":"LinkText"}}},"3":{"$type":"string","$value":"var(--lr-theme-graph-cat-3, #0a7d91)","$description":"Canonical shared component token for graph cat 3.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-graph-cat-3","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-graph-cat-3"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-graph-cat-3, #4fd1c5)","forcedColors":"CanvasText"}}},"4":{"$type":"string","$value":"var(--lr-theme-graph-cat-4, #57606a)","$description":"Canonical shared component token for graph cat 4.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-graph-cat-4","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-graph-cat-4"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-graph-cat-4, #aab4c4)","forcedColors":"Highlight"}}},"5":{"$type":"string","$value":"var(--lr-theme-graph-cat-5, #b083f5)","$description":"Canonical shared component token for graph cat 5.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-graph-cat-5","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-graph-cat-5"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-graph-cat-5, #d4a7ff)","forcedColors":"LinkText"}}},"6":{"$type":"string","$value":"var(--lr-theme-graph-cat-6, #f470b8)","$description":"Canonical shared component token for graph cat 6.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-graph-cat-6","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-graph-cat-6"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-graph-cat-6, #ff91c8)","forcedColors":"CanvasText"}}},"7":{"$type":"string","$value":"var(--lr-theme-graph-cat-7, #52d6e8)","$description":"Canonical shared component token for graph cat 7.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-graph-cat-7","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-graph-cat-7"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-graph-cat-7, #79e2ef)","forcedColors":"Highlight"}}},"8":{"$type":"string","$value":"var(--lr-theme-graph-cat-8, #c9d1d9)","$description":"Canonical shared component token for graph cat 8.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-graph-cat-8","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-graph-cat-8"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-graph-cat-8, #e4e7eb)","forcedColors":"LinkText"}}}}},"hover":{"brightness":{"$type":"string","$value":"var(--lr-theme-hover-brightness, 1.08)","$description":"Canonical shared component token for hover brightness.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-hover-brightness","cssType":"number","scope":"shared","group":"interaction","themeInput":"--lr-theme-hover-brightness"}}}},"icon":{"button":{"size":{"$type":"string","$value":"var(--lr-theme-icon-button-size, 2.5rem)","$description":"Canonical shared component token for icon button size.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-icon-button-size","cssType":"dimension","scope":"shared","group":"control","themeInput":"--lr-theme-icon-button-size"}}}}},"layer":{"base":{"$type":"string","$value":"var(--lr-theme-z-index-base, 0)","$description":"Canonical shared component token for layer base.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-layer-base","cssType":"number","scope":"shared","group":"layer","themeInput":"--lr-theme-z-index-base"}}},"content":{"$type":"string","$value":"var(--lr-theme-z-index-content, 1)","$description":"Canonical shared component token for layer content.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-layer-content","cssType":"number","scope":"shared","group":"layer","themeInput":"--lr-theme-z-index-content"}}},"dropdown":{"$type":"string","$value":"var(--lr-theme-z-index-dropdown, 900)","$description":"Canonical shared component token for layer dropdown.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-layer-dropdown","cssType":"number","scope":"shared","group":"layer","themeInput":"--lr-theme-z-index-dropdown"}}},"modal":{"$type":"string","$value":"var(--lr-theme-z-index-modal, 1000)","$description":"Canonical shared component token for layer modal.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-layer-modal","cssType":"number","scope":"shared","group":"layer","themeInput":"--lr-theme-z-index-modal"}}},"popover":{"$type":"string","$value":"var(--lr-theme-z-index-popover, 1000)","$description":"Canonical shared component token for layer popover.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-layer-popover","cssType":"number","scope":"shared","group":"layer","themeInput":"--lr-theme-z-index-popover"}}},"toast":{"$type":"string","$value":"var(--lr-theme-z-index-toast, 9999)","$description":"Canonical shared component token for layer toast.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-layer-toast","cssType":"number","scope":"shared","group":"layer","themeInput":"--lr-theme-z-index-toast"}}}},"line":{"height":{"1":{"4":{"$type":"string","$value":"var(--lr-theme-line-height-1-4, 1.4)","$description":"Canonical shared component token for line height 1 4.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-line-height-1-4","cssType":"number","scope":"shared","group":"typography","themeInput":"--lr-theme-line-height-1-4"}}}},"compact":{"$type":"string","$value":"var(--lr-theme-line-height-compact, 1.25)","$description":"Canonical shared component token for line height compact.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-line-height-compact","cssType":"number","scope":"shared","group":"typography","themeInput":"--lr-theme-line-height-compact"}}},"loose":{"$type":"string","$value":"var(--lr-theme-line-height-loose, 1.6)","$description":"Canonical shared component token for line height loose.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-line-height-loose","cssType":"number","scope":"shared","group":"typography","themeInput":"--lr-theme-line-height-loose"}}},"none":{"$type":"string","$value":"var(--lr-theme-line-height-none, 1)","$description":"Canonical shared component token for line height none.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-line-height-none","cssType":"number","scope":"shared","group":"typography","themeInput":"--lr-theme-line-height-none"}}},"normal":{"$type":"string","$value":"var(--lr-theme-line-height-normal, 1.5)","$description":"Canonical shared component token for line height normal.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-line-height-normal","cssType":"number","scope":"shared","group":"typography","themeInput":"--lr-theme-line-height-normal"}}},"snug":{"$type":"string","$value":"var(--lr-theme-line-height-snug, 1.3)","$description":"Canonical shared component token for line height snug.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-line-height-snug","cssType":"number","scope":"shared","group":"typography","themeInput":"--lr-theme-line-height-snug"}}}}},"mask":{"opaque":{"$type":"color","$value":{"colorSpace":"srgb","components":[0,0,0],"alpha":1,"hex":"#000000"},"$description":"Canonical shared component token for mask opaque.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-mask-opaque","cssType":"color","scope":"shared","group":"mask"}}}},"opacity":{"disabled":{"$type":"string","$value":"var(--lr-theme-opacity-disabled, 0.5)","$description":"Canonical shared component token for opacity disabled.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-opacity-disabled","cssType":"number","scope":"shared","group":"opacity","themeInput":"--lr-theme-opacity-disabled"}}},"muted":{"$type":"string","$value":"var(--lr-theme-opacity-muted, 0.85)","$description":"Canonical shared component token for opacity muted.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-opacity-muted","cssType":"number","scope":"shared","group":"opacity","themeInput":"--lr-theme-opacity-muted"}}}},"otp":{"input":{"segment":{"size":{"$type":"string","$value":"var(--lr-theme-otp-input-segment-size, 2.5em)","$description":"Canonical shared component token for otp input segment size.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-otp-input-segment-size","cssType":"dimension","scope":"shared","group":"control","themeInput":"--lr-theme-otp-input-segment-size"}}}}}},"popover":{"viewport":{"clamp":{"$type":"string","$value":"var(--lr-theme-popover-viewport-clamp, 92vw)","$description":"Canonical shared component token for popover viewport clamp.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-popover-viewport-clamp","cssType":"dimension","scope":"shared","group":"layout","themeInput":"--lr-theme-popover-viewport-clamp"}}}}},"radius":{"$root":{"$type":"string","$value":"var(--lr-theme-border-radius-m, 0.375rem)","$description":"Canonical shared component token for radius.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-radius","cssType":"dimension","scope":"shared","group":"radius","themeInput":"--lr-theme-border-radius-m"}}},"pill":{"$type":"string","$value":"var(--lr-theme-border-radius-pill, 999px)","$description":"Canonical shared component token for radius pill.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-radius-pill","cssType":"dimension","scope":"shared","group":"radius","themeInput":"--lr-theme-border-radius-pill"}}},"xs":{"$type":"string","$value":"var(--lr-theme-border-radius-xs, 2px)","$description":"Canonical shared component token for radius xs.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-radius-xs","cssType":"dimension","scope":"shared","group":"radius","themeInput":"--lr-theme-border-radius-xs"}}}},"ramp":{"brand":{"10":{"$type":"color","$value":{"colorSpace":"srgb","components":[0,0.011765,0.058824],"alpha":1,"hex":"#00030f"},"$description":"Canonical shared component token for ramp brand 10.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-ramp-brand-10","cssType":"color","scope":"shared","group":"color"}}},"20":{"$type":"color","$value":{"colorSpace":"srgb","components":[0,0.078431,0.211765],"alpha":1,"hex":"#001436"},"$description":"Canonical shared component token for ramp brand 20.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-ramp-brand-20","cssType":"color","scope":"shared","group":"color"}}},"30":{"$type":"color","$value":{"colorSpace":"srgb","components":[0,0.168627,0.384314],"alpha":1,"hex":"#002b62"},"$description":"Canonical shared component token for ramp brand 30.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-ramp-brand-30","cssType":"color","scope":"shared","group":"color"}}},"40":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.011765,0.266667,0.572549],"alpha":1,"hex":"#034492"},"$description":"Canonical shared component token for ramp brand 40.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-ramp-brand-40","cssType":"color","scope":"shared","group":"color"}}},"50":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.011765,0.368627,0.776471],"alpha":1,"hex":"#035ec6"},"$description":"Canonical shared component token for ramp brand 50.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-ramp-brand-50","cssType":"color","scope":"shared","group":"color"}}},"60":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.176471,0.490196,0.913725],"alpha":1,"hex":"#2d7de9"},"$description":"Canonical shared component token for ramp brand 60.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-ramp-brand-60","cssType":"color","scope":"shared","group":"color"}}},"70":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.356863,0.619608,1],"alpha":1,"hex":"#5b9eff"},"$description":"Canonical shared component token for ramp brand 70.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-ramp-brand-70","cssType":"color","scope":"shared","group":"color"}}},"80":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.584314,0.752941,0.996078],"alpha":1,"hex":"#95c0fe"},"$description":"Canonical shared component token for ramp brand 80.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-ramp-brand-80","cssType":"color","scope":"shared","group":"color"}}},"90":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.792157,0.878431,1],"alpha":1,"hex":"#cae0ff"},"$description":"Canonical shared component token for ramp brand 90.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-ramp-brand-90","cssType":"color","scope":"shared","group":"color"}}},"95":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.898039,0.937255,1],"alpha":1,"hex":"#e5efff"},"$description":"Canonical shared component token for ramp brand 95.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-ramp-brand-95","cssType":"color","scope":"shared","group":"color"}}},"05":{"$type":"color","$value":{"colorSpace":"srgb","components":[0,0,0.007843],"alpha":1,"hex":"#000002"},"$description":"Canonical shared component token for ramp brand 05.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-ramp-brand-05","cssType":"color","scope":"shared","group":"color"}}}},"danger":{"10":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.05098,0,0],"alpha":1,"hex":"#0d0000"},"$description":"Canonical shared component token for ramp danger 10.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-ramp-danger-10","cssType":"color","scope":"shared","group":"color"}}},"20":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.196078,0,0.011765],"alpha":1,"hex":"#320003"},"$description":"Canonical shared component token for ramp danger 20.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-ramp-danger-20","cssType":"color","scope":"shared","group":"color"}}},"30":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.360784,0.003922,0.039216],"alpha":1,"hex":"#5c010a"},"$description":"Canonical shared component token for ramp danger 30.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-ramp-danger-30","cssType":"color","scope":"shared","group":"color"}}},"40":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.537255,0.015686,0.082353],"alpha":1,"hex":"#890415"},"$description":"Canonical shared component token for ramp danger 40.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-ramp-danger-40","cssType":"color","scope":"shared","group":"color"}}},"50":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.733333,0.011765,0.12549],"alpha":1,"hex":"#bb0320"},"$description":"Canonical shared component token for ramp danger 50.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-ramp-danger-50","cssType":"color","scope":"shared","group":"color"}}},"60":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.862745,0.243137,0.254902],"alpha":1,"hex":"#dc3e41"},"$description":"Canonical shared component token for ramp danger 60.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-ramp-danger-60","cssType":"color","scope":"shared","group":"color"}}},"70":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.972549,0.419608,0.4],"alpha":1,"hex":"#f86b66"},"$description":"Canonical shared component token for ramp danger 70.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-ramp-danger-70","cssType":"color","scope":"shared","group":"color"}}},"80":{"$type":"color","$value":{"colorSpace":"srgb","components":[1,0.627451,0.6],"alpha":1,"hex":"#ffa099"},"$description":"Canonical shared component token for ramp danger 80.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-ramp-danger-80","cssType":"color","scope":"shared","group":"color"}}},"90":{"$type":"color","$value":{"colorSpace":"srgb","components":[1,0.823529,0.803922],"alpha":1,"hex":"#ffd2cd"},"$description":"Canonical shared component token for ramp danger 90.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-ramp-danger-90","cssType":"color","scope":"shared","group":"color"}}},"95":{"$type":"color","$value":{"colorSpace":"srgb","components":[1,0.913725,0.901961],"alpha":1,"hex":"#ffe9e6"},"$description":"Canonical shared component token for ramp danger 95.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-ramp-danger-95","cssType":"color","scope":"shared","group":"color"}}},"05":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.007843,0,0],"alpha":1,"hex":"#020000"},"$description":"Canonical shared component token for ramp danger 05.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-ramp-danger-05","cssType":"color","scope":"shared","group":"color"}}}},"neutral":{"10":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.011765,0.011765,0.015686],"alpha":1,"hex":"#030304"},"$description":"Canonical shared component token for ramp neutral 10.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-ramp-neutral-10","cssType":"color","scope":"shared","group":"color"}}},"20":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.082353,0.086275,0.098039],"alpha":1,"hex":"#151619"},"$description":"Canonical shared component token for ramp neutral 20.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-ramp-neutral-20","cssType":"color","scope":"shared","group":"color"}}},"30":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.172549,0.180392,0.192157],"alpha":1,"hex":"#2c2e31"},"$description":"Canonical shared component token for ramp neutral 30.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-ramp-neutral-30","cssType":"color","scope":"shared","group":"color"}}},"40":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.27451,0.282353,0.298039],"alpha":1,"hex":"#46484c"},"$description":"Canonical shared component token for ramp neutral 40.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-ramp-neutral-40","cssType":"color","scope":"shared","group":"color"}}},"50":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.380392,0.388235,0.407843],"alpha":1,"hex":"#616368"},"$description":"Canonical shared component token for ramp neutral 50.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-ramp-neutral-50","cssType":"color","scope":"shared","group":"color"}}},"60":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.494118,0.501961,0.521569],"alpha":1,"hex":"#7e8085"},"$description":"Canonical shared component token for ramp neutral 60.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-ramp-neutral-60","cssType":"color","scope":"shared","group":"color"}}},"70":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.611765,0.619608,0.639216],"alpha":1,"hex":"#9c9ea3"},"$description":"Canonical shared component token for ramp neutral 70.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-ramp-neutral-70","cssType":"color","scope":"shared","group":"color"}}},"80":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.737255,0.745098,0.756863],"alpha":1,"hex":"#bcbec1"},"$description":"Canonical shared component token for ramp neutral 80.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-ramp-neutral-80","cssType":"color","scope":"shared","group":"color"}}},"90":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.862745,0.870588,0.882353],"alpha":1,"hex":"#dcdee1"},"$description":"Canonical shared component token for ramp neutral 90.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-ramp-neutral-90","cssType":"color","scope":"shared","group":"color"}}},"95":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.929412,0.933333,0.945098],"alpha":1,"hex":"#edeef1"},"$description":"Canonical shared component token for ramp neutral 95.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-ramp-neutral-95","cssType":"color","scope":"shared","group":"color"}}},"05":{"$type":"color","$value":{"colorSpace":"srgb","components":[0,0,0.003922],"alpha":1,"hex":"#000001"},"$description":"Canonical shared component token for ramp neutral 05.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-ramp-neutral-05","cssType":"color","scope":"shared","group":"color"}}}},"success":{"10":{"$type":"color","$value":{"colorSpace":"srgb","components":[0,0.019608,0.003922],"alpha":1,"hex":"#000501"},"$description":"Canonical shared component token for ramp success 10.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-ramp-success-10","cssType":"color","scope":"shared","group":"color"}}},"20":{"$type":"color","$value":{"colorSpace":"srgb","components":[0,0.113725,0.023529],"alpha":1,"hex":"#001d06"},"$description":"Canonical shared component token for ramp success 20.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-ramp-success-20","cssType":"color","scope":"shared","group":"color"}}},"30":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.003922,0.223529,0.070588],"alpha":1,"hex":"#013912"},"$description":"Canonical shared component token for ramp success 30.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-ramp-success-30","cssType":"color","scope":"shared","group":"color"}}},"40":{"$type":"color","$value":{"colorSpace":"srgb","components":[0,0.341176,0.121569],"alpha":1,"hex":"#00571f"},"$description":"Canonical shared component token for ramp success 40.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-ramp-success-40","cssType":"color","scope":"shared","group":"color"}}},"50":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.047059,0.470588,0.188235],"alpha":1,"hex":"#0c7830"},"$description":"Canonical shared component token for ramp success 50.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-ramp-success-50","cssType":"color","scope":"shared","group":"color"}}},"60":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.243137,0.584314,0.313725],"alpha":1,"hex":"#3e9550"},"$description":"Canonical shared component token for ramp success 60.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-ramp-success-60","cssType":"color","scope":"shared","group":"color"}}},"70":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.403922,0.701961,0.454902],"alpha":1,"hex":"#67b374"},"$description":"Canonical shared component token for ramp success 70.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-ramp-success-70","cssType":"color","scope":"shared","group":"color"}}},"80":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.568627,0.815686,0.603922],"alpha":1,"hex":"#91d09a"},"$description":"Canonical shared component token for ramp success 80.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-ramp-success-80","cssType":"color","scope":"shared","group":"color"}}},"90":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.741176,0.92549,0.760784],"alpha":1,"hex":"#bdecc2"},"$description":"Canonical shared component token for ramp success 90.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-ramp-success-90","cssType":"color","scope":"shared","group":"color"}}},"95":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.827451,0.984314,0.847059],"alpha":1,"hex":"#d3fbd8"},"$description":"Canonical shared component token for ramp success 95.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-ramp-success-95","cssType":"color","scope":"shared","group":"color"}}},"05":{"$type":"color","$value":{"colorSpace":"srgb","components":[0,0.003922,0],"alpha":1,"hex":"#000100"},"$description":"Canonical shared component token for ramp success 05.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-ramp-success-05","cssType":"color","scope":"shared","group":"color"}}}},"warning":{"10":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.023529,0.011765,0],"alpha":1,"hex":"#060300"},"$description":"Canonical shared component token for ramp warning 10.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-ramp-warning-10","cssType":"color","scope":"shared","group":"color"}}},"20":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.129412,0.07451,0],"alpha":1,"hex":"#211300"},"$description":"Canonical shared component token for ramp warning 20.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-ramp-warning-20","cssType":"color","scope":"shared","group":"color"}}},"30":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.25098,0.156863,0.003922],"alpha":1,"hex":"#402801"},"$description":"Canonical shared component token for ramp warning 30.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-ramp-warning-30","cssType":"color","scope":"shared","group":"color"}}},"40":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.384314,0.25098,0.003922],"alpha":1,"hex":"#624001"},"$description":"Canonical shared component token for ramp warning 40.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-ramp-warning-40","cssType":"color","scope":"shared","group":"color"}}},"50":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.521569,0.34902,0.019608],"alpha":1,"hex":"#855905"},"$description":"Canonical shared component token for ramp warning 50.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-ramp-warning-50","cssType":"color","scope":"shared","group":"color"}}},"60":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.654902,0.458824,0.14902],"alpha":1,"hex":"#a77526"},"$description":"Canonical shared component token for ramp warning 60.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-ramp-warning-60","cssType":"color","scope":"shared","group":"color"}}},"70":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.764706,0.584314,0.329412],"alpha":1,"hex":"#c39554"},"$description":"Canonical shared component token for ramp warning 70.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-ramp-warning-70","cssType":"color","scope":"shared","group":"color"}}},"80":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.866667,0.717647,0.505882],"alpha":1,"hex":"#ddb781"},"$description":"Canonical shared component token for ramp warning 80.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-ramp-warning-80","cssType":"color","scope":"shared","group":"color"}}},"90":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.968627,0.85098,0.690196],"alpha":1,"hex":"#f7d9b0"},"$description":"Canonical shared component token for ramp warning 90.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-ramp-warning-90","cssType":"color","scope":"shared","group":"color"}}},"95":{"$type":"color","$value":{"colorSpace":"srgb","components":[1,0.921569,0.823529],"alpha":1,"hex":"#ffebd2"},"$description":"Canonical shared component token for ramp warning 95.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-ramp-warning-95","cssType":"color","scope":"shared","group":"color"}}},"05":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.003922,0,0],"alpha":1,"hex":"#010000"},"$description":"Canonical shared component token for ramp warning 05.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-ramp-warning-05","cssType":"color","scope":"shared","group":"color"}}}}},"safe":{"area":{"bottom":{"$type":"string","$value":"env(safe-area-inset-bottom, 0px)","$description":"Canonical shared component token for safe area bottom.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-safe-area-bottom","cssType":"dimension","scope":"shared","group":"safe-area"}}},"inline":{"end":{"$type":"string","$value":"env(safe-area-inset-right, 0px)","$description":"Canonical shared component token for safe area inline end.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-safe-area-inline-end","cssType":"dimension","scope":"shared","group":"safe-area"}}},"start":{"$type":"string","$value":"env(safe-area-inset-left, 0px)","$description":"Canonical shared component token for safe area inline start.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-safe-area-inline-start","cssType":"dimension","scope":"shared","group":"safe-area"}}}},"top":{"$type":"string","$value":"env(safe-area-inset-top, 0px)","$description":"Canonical shared component token for safe area top.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-safe-area-top","cssType":"dimension","scope":"shared","group":"safe-area"}}}}},"scroll":{"fade":{"size":{"$type":"string","$value":"var(--lr-theme-scroll-fade-size, 2rem)","$description":"Canonical shared component token for scroll fade size.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-scroll-fade-size","cssType":"dimension","scope":"shared","group":"layout","themeInput":"--lr-theme-scroll-fade-size"}}}}},"shadow":{"$root":{"$type":"string","$value":"var(--lr-shadow-m)","$description":"Canonical shared component token for shadow.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-shadow","cssType":"shadow","scope":"shared","group":"elevation"}}},"color":{"$type":"string","$value":"var(--lr-theme-shadow-color, 0 0 0)","$description":"Canonical shared component token for shadow color.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-shadow-color","cssType":"string","scope":"shared","group":"elevation","themeInput":"--lr-theme-shadow-color"}}},"l":{"$type":"string","$value":"var(--lr-theme-shadow-l, 0 6px 16px rgb(var(--lr-shadow-color) / 0.18))","$description":"Canonical shared component token for shadow l.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-shadow-l","cssType":"shadow","scope":"shared","group":"elevation","themeInput":"--lr-theme-shadow-l"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-shadow-l, 0 8px 20px rgb(var(--lr-shadow-color) / 0.56))"}}},"m":{"$type":"string","$value":"var(--lr-theme-shadow-m, 0 2px 8px rgb(var(--lr-shadow-color) / 0.15))","$description":"Canonical shared component token for shadow m.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-shadow-m","cssType":"shadow","scope":"shared","group":"elevation","themeInput":"--lr-theme-shadow-m"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-shadow-m, 0 2px 8px rgb(var(--lr-shadow-color) / 0.46))"}}},"s":{"$type":"string","$value":"var(--lr-theme-shadow-s, 0 1px 4px rgb(var(--lr-shadow-color) / 0.14))","$description":"Canonical shared component token for shadow s.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-shadow-s","cssType":"shadow","scope":"shared","group":"elevation","themeInput":"--lr-theme-shadow-s"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-shadow-s, 0 1px 4px rgb(var(--lr-shadow-color) / 0.4))"}}},"xl":{"$type":"string","$value":"var(--lr-theme-shadow-xl, 0 12px 32px rgb(var(--lr-shadow-color) / 0.22))","$description":"Canonical shared component token for shadow xl.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-shadow-xl","cssType":"shadow","scope":"shared","group":"elevation","themeInput":"--lr-theme-shadow-xl"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-shadow-xl, 0 16px 40px rgb(var(--lr-shadow-color) / 0.66))"}}},"xs":{"$type":"string","$value":"var(--lr-theme-shadow-xs, 0 1px 2px rgb(var(--lr-shadow-color) / 0.12))","$description":"Canonical shared component token for shadow xs.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-shadow-xs","cssType":"shadow","scope":"shared","group":"elevation","themeInput":"--lr-theme-shadow-xs"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-shadow-xs, 0 1px 2px rgb(var(--lr-shadow-color) / 0.34))"}}}},"size":{"0":{"02em":{"$type":"string","$value":"var(--lr-theme-size-0-02em, 0.02em)","$description":"Canonical shared component token for size 0 02em.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-0-02em","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-0-02em","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-0-02em","status":"retained"},"evidence":["src/components/agent-tools/compare-panel/compare-panel.styles.ts","src/components/agent-tools/eval-result/eval-result.styles.ts","src/components/conversation/code-block/code-block.styles.ts","src/components/viewers/document-compare/document-compare.styles.ts"]}}},"03em":{"$type":"string","$value":"var(--lr-theme-size-0-03em, 0.03em)","$description":"Canonical shared component token for size 0 03em.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-0-03em","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-0-03em","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-0-03em","status":"retained"},"evidence":["src/components/agent-tools/tool-call-chip/tool-call-chip.styles.ts","src/components/agent-tools/tool-timeline/tool-timeline.styles.ts"]}}},"04em":{"$type":"string","$value":"var(--lr-theme-size-0-04em, 0.04em)","$description":"Canonical shared component token for size 0 04em.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-0-04em","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-0-04em","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-0-04em","status":"retained"},"evidence":["src/components/agent-tools/tool-call-chip/tool-call-chip.styles.ts","src/components/agent-tools/tool-select-dialog/tool-select-dialog.styles.ts","src/components/conversation/model-select/model-select.styles.ts","src/components/conversation/model-settings-panel/model-settings-panel.styles.ts","src/components/conversation/voice-picker/voice-picker.styles.ts","src/components/data/stat/stat.styles.ts","src/components/forms/combobox/combobox.styles.ts","src/components/forms/select/select.styles.ts","src/components/retrieval/grounding-summary/grounding-summary.styles.ts"]}}},"05rem":{"$type":"string","$value":"var(--lr-theme-size-0-05rem, 0.05rem)","$description":"Canonical shared component token for size 0 05rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-0-05rem","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-0-05rem","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-0-05rem","status":"retained"},"evidence":["src/components/data/stat/stat.styles.ts","src/components/forms/combobox/combobox.styles.ts"]}}},"0625rem":{"$type":"string","$value":"var(--lr-theme-size-0-0625rem, 0.0625rem)","$description":"Canonical shared component token for size 0 0625rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-0-0625rem","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-0-0625rem","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-0-0625rem","status":"retained"},"evidence":["src/components/conversation/code-block/code-block.styles.ts","src/components/forms/locale-picker/locale-picker.styles.ts","src/components/forms/token-input/token-input.styles.ts","src/components/overlays/chip/chip.styles.ts","src/components/overlays/kbd/kbd.styles.ts"]}}},"09375rem":{"$type":"string","$value":"var(--lr-theme-size-0-09375rem, 0.09375rem)","$description":"Canonical shared component token for size 0 09375rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-0-09375rem","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-0-09375rem","valueNameClassification":"component-role","compatibility":{"name":"--lr-size-0-09375rem","status":"retained","aliasOf":"--lr-typing-cursor-width"},"evidence":["src/components/conversation/typing-indicator/typing-indicator.styles.ts"]}}},"125rem":{"$type":"string","$value":"var(--lr-theme-size-0-125rem, 0.125rem)","$description":"Canonical shared component token for size 0 125rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-0-125rem","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-0-125rem","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-0-125rem","status":"retained"},"evidence":["src/components/agent-tools/context-inspector/context-inspector.styles.ts","src/components/agent-tools/tool-result-dialog/tool-result-dialog.styles.ts","src/components/agent-tools/tool-select-dialog/tool-select-dialog.styles.ts","src/components/conversation/chat-message/chat-message.styles.ts","src/components/conversation/conversation-item/conversation-item.styles.ts","src/components/conversation/markdown/markdown.styles.ts","src/components/conversation/streaming-text/streaming-text.class.ts","src/components/conversation/streaming-text/streaming-text.styles.ts","src/components/conversation/typing-indicator/typing-indicator.styles.ts","src/components/data/stat/stat.styles.ts","src/components/forms/locale-picker/locale-picker.styles.ts","src/components/forms/token-input/token-input.styles.ts","src/components/layout/segmented/segmented.class.ts","src/components/layout/segmented/segmented.styles.ts","src/components/layout/widget/widget.styles.ts","src/components/media/attachment-chip/attachment-chip.styles.ts","src/components/overlays/chip/chip.styles.ts","src/components/retrieval/knowledge-base/knowledge-base.styles.ts","src/components/utility/diff-view/diff-view.styles.ts","src/components/utility/json-viewer/json-viewer.styles.ts","src/components/utility/poll-status/poll-status.styles.ts","src/components/viewers/xml-viewer/xml-viewer.styles.ts"]}}},"15rem":{"$type":"string","$value":"var(--lr-theme-size-0-15rem, 0.15rem)","$description":"Canonical shared component token for size 0 15rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-0-15rem","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-0-15rem","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-0-15rem","status":"retained"},"evidence":["src/components/charts/chart/chart.styles.ts","src/components/forms/button/button.styles.ts","src/components/forms/combobox/combobox.styles.ts"]}}},"1875rem":{"$type":"string","$value":"var(--lr-theme-size-0-1875rem, 0.1875rem)","$description":"Canonical shared component token for size 0 1875rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-0-1875rem","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-0-1875rem","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-0-1875rem","status":"retained"},"evidence":["src/components/conversation/code-block/code-block.styles.ts","src/components/conversation/typing-indicator/typing-indicator.styles.ts","src/components/overlays/badge/badge.class.ts","src/components/overlays/badge/badge.styles.ts","src/components/overlays/kbd/kbd.styles.ts","src/components/utility/json-viewer/json-viewer.styles.ts","src/components/viewers/xml-viewer/xml-viewer.styles.ts"]}}},"1rem":{"$type":"string","$value":"var(--lr-theme-size-0-1rem, 0.1rem)","$description":"Canonical shared component token for size 0 1rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-0-1rem","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-0-1rem","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-0-1rem","status":"retained"},"evidence":["src/components/agent-tools/tool-timeline/tool-timeline.styles.ts","src/components/forms/combobox/combobox.styles.ts"]}}},"25rem":{"$type":"string","$value":"var(--lr-theme-size-0-25rem, 0.25rem)","$description":"Canonical shared component token for size 0 25rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-0-25rem","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-0-25rem","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-0-25rem","status":"retained"},"evidence":["src/components/agent-tools/agent-run/agent-run.styles.ts","src/components/agent-tools/subagent-panel/subagent-panel.styles.ts","src/components/agent-tools/tool-call-chip/tool-call-chip.styles.ts","src/components/agent-tools/tool-result-dialog/tool-result-dialog.styles.ts","src/components/conversation/checkpoint/checkpoint.styles.ts","src/components/forms/combobox/combobox.styles.ts","src/components/layout/app-rail/app-rail-item.styles.ts","src/components/media/attachment-chip/attachment-chip.class.ts","src/components/media/attachment-chip/attachment-chip.styles.ts","src/components/media/video/video.styles.ts","src/components/overlays/badge/badge.class.ts","src/components/overlays/badge/badge.styles.ts","src/components/overlays/chip/chip-group.styles.ts","src/components/overlays/chip/chip.class.ts","src/components/overlays/chip/chip.styles.ts","src/components/retrieval/ingestion-queue/ingestion-queue.styles.ts"]}}},"3125rem":{"$type":"string","$value":"var(--lr-theme-size-0-3125rem, 0.3125rem)","$description":"Canonical shared component token for size 0 3125rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-0-3125rem","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-0-3125rem","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-0-3125rem","status":"retained"},"evidence":["src/components/conversation/markdown/markdown.styles.ts","src/components/forms/combobox/combobox.styles.ts"]}}},"35em":{"$type":"string","$value":"var(--lr-theme-size-0-35em, 0.35em)","$description":"Canonical shared component token for size 0 35em.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-0-35em","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-0-35em","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-0-35em","status":"retained"},"evidence":["src/components/agent-tools/thinking-panel/thinking-panel.styles.ts","src/components/charts/chart/lite-chart.styles.ts","src/components/conversation/checkpoint/checkpoint.styles.ts","src/components/retrieval/ingestion-queue/ingestion-queue.styles.ts"]}}},"375rem":{"$type":"string","$value":"var(--lr-theme-size-0-375rem, 0.375rem)","$description":"Canonical shared component token for size 0 375rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-0-375rem","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-0-375rem","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-0-375rem","status":"retained"},"evidence":["src/components/agent-tools/thinking-panel/thinking-panel.styles.ts","src/components/conversation/typing-indicator/typing-indicator.styles.ts","src/components/overlays/badge/badge.styles.ts","src/components/overlays/chip/chip.styles.ts","src/components/overlays/overlay/dropdown.class.ts","src/components/overlays/overlay/overlay-arrow.ts","src/components/overlays/overlay/overlay.styles.ts","src/components/overlays/overlay/popover.class.ts","src/components/overlays/overlay/tooltip.class.ts","src/components/overlays/popup/popup.class.ts","src/components/overlays/popup/popup.styles.ts","src/components/utility/poll-status/poll-status.styles.ts"]}}},"3em":{"$type":"string","$value":"var(--lr-theme-size-0-3em, 0.3em)","$description":"Canonical shared component token for size 0 3em.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-0-3em","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-0-3em","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-0-3em","status":"retained"},"evidence":["src/components/agent-tools/tool-call-chip/tool-call-chip.styles.ts","src/components/agent-tools/tool-timeline/tool-timeline.styles.ts","src/components/retrieval/citation-badge/citation-badge.styles.ts"]}}},"4375rem":{"$type":"string","$value":"var(--lr-theme-size-0-4375rem, 0.4375rem)","$description":"Canonical shared component token for size 0 4375rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-0-4375rem","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-0-4375rem","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-0-4375rem","status":"retained"},"evidence":["src/components/conversation/code-block/code-block.styles.ts"]}}},"4em":{"$type":"string","$value":"var(--lr-theme-size-0-4em, 0.4em)","$description":"Canonical shared component token for size 0 4em.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-0-4em","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-0-4em","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-0-4em","status":"retained"},"evidence":["src/components/agent-tools/agent-run/agent-run.styles.ts","src/components/agent-tools/tool-call-chip/tool-call-chip.styles.ts","src/components/conversation/generation-metrics/generation-metrics.styles.ts","src/components/conversation/usage-badge/usage-badge.styles.ts"]}}},"4rem":{"$type":"string","$value":"var(--lr-theme-size-0-4rem, 0.4rem)","$description":"Canonical shared component token for size 0 4rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-0-4rem","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-0-4rem","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-0-4rem","status":"retained"},"evidence":["src/components/data/stat/stat.styles.ts","src/components/forms/combobox/combobox.styles.ts"]}}},"5em":{"$type":"string","$value":"var(--lr-theme-size-0-5em, 0.5em)","$description":"Canonical shared component token for size 0 5em.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-0-5em","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-0-5em","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-0-5em","status":"retained"},"evidence":["src/components/utility/icon/icon.class.ts","src/components/utility/icon/icon.styles.ts","src/components/utility/random-content/random-content.class.ts","src/components/utility/random-content/random-content.styles.ts"]}}},"5rem":{"$type":"string","$value":"var(--lr-theme-size-0-5rem, 0.5rem)","$description":"Canonical shared component token for size 0 5rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-0-5rem","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-0-5rem","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-0-5rem","status":"retained"},"evidence":["src/components/agent-tools/activity-feed/activity-feed.styles.ts","src/components/agent-tools/trace-tree/trace-tree.styles.ts","src/components/charts/chart/chart.styles.ts","src/components/conversation/chat-message/chat-message.styles.ts","src/components/conversation/stream-status/stream-status.styles.ts","src/components/data/context-meter/context-meter.styles.ts","src/components/data/flow-canvas/flow-canvas.class.ts","src/components/data/flow-canvas/flow-canvas.styles.ts","src/components/data/flow-node/flow-node.styles.ts","src/components/data/flow-run-status/flow-run-status.styles.ts","src/components/data/gauge/gauge.styles.ts","src/components/data/heatmap/heatmap.styles.ts","src/components/data/table/table.styles.ts","src/components/forms/color-picker/color-picker.class.ts","src/components/forms/color-picker/color-picker.styles.ts","src/components/forms/combobox/combobox.styles.ts","src/components/forms/select/select.styles.ts","src/components/forms/swatch-picker/swatch-picker.class.ts","src/components/forms/swatch-picker/swatch-picker.styles.ts","src/components/layout/carousel/carousel.styles.ts","src/components/layout/details/accordion-item.styles.ts","src/components/overlays/dialog/dialog.class.ts","src/components/utility/tour/tour.styles.ts"]}}},"625rem":{"$type":"string","$value":"var(--lr-theme-size-0-625rem, 0.625rem)","$description":"Canonical shared component token for size 0 625rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-0-625rem","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-0-625rem","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-0-625rem","status":"retained"},"evidence":["src/components/agent-tools/tool-timeline/tool-timeline.class.ts","src/components/agent-tools/tool-timeline/tool-timeline.styles.ts","src/components/data/sequence-strip/sequence-strip.class.ts","src/components/data/sequence-strip/sequence-strip.styles.ts","src/components/forms/combobox/combobox.styles.ts"]}}},"6875rem":{"$type":"string","$value":"var(--lr-theme-size-0-6875rem, 0.6875rem)","$description":"Canonical shared component token for size 0 6875rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-0-6875rem","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-0-6875rem","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-0-6875rem","status":"retained"},"evidence":["src/components/agent-tools/tool-call-chip/tool-call-chip.styles.ts","src/components/conversation/code-block/code-block.styles.ts","src/components/conversation/model-select/model-select.styles.ts","src/components/conversation/model-settings-panel/model-settings-panel.styles.ts","src/components/conversation/voice-picker/voice-picker.styles.ts","src/components/forms/combobox/combobox.styles.ts","src/components/forms/select/select.styles.ts"]}}},"6rem":{"$type":"string","$value":"var(--lr-theme-size-0-6rem, 0.6rem)","$description":"Canonical shared component token for size 0 6rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-0-6rem","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-0-6rem","valueNameClassification":"component-role","compatibility":{"name":"--lr-size-0-6rem","status":"retained","aliasOf":"--lr-heatmap-mark-size"},"evidence":["src/components/data/heatmap/heatmap.styles.ts"]}}},"75em":{"$type":"string","$value":"var(--lr-theme-size-0-75em, 0.75em)","$description":"Canonical shared component token for size 0 75em.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-0-75em","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-0-75em","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-0-75em","status":"retained"},"evidence":["src/components/forms/button/button.class.ts","src/components/forms/button/button.styles.ts","src/components/media/attachment-trigger/attachment-trigger.styles.ts","src/components/overlays/chip/chip.styles.ts","src/components/overlays/kbd/kbd.styles.ts","src/components/retrieval/citation-badge/citation-badge.styles.ts"]}}},"75rem":{"$type":"string","$value":"var(--lr-theme-size-0-75rem, 0.75rem)","$description":"Canonical shared component token for size 0 75rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-0-75rem","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-0-75rem","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-0-75rem","status":"retained"},"evidence":["src/components/data/word-cloud/word-cloud.styles.ts","src/components/forms/color-picker/color-picker.class.ts","src/components/forms/color-picker/color-picker.styles.ts","src/components/forms/swatch-picker/swatch-picker.styles.ts","src/components/media/image-comparer/image-comparer.styles.ts","src/components/media/map/map.styles.ts","src/components/media/video/video.styles.ts","src/components/retrieval/graph/graph.styles.ts"]}}},"7em":{"$type":"string","$value":"var(--lr-theme-size-0-7em, 0.7em)","$description":"Canonical shared component token for size 0 7em.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-0-7em","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-0-7em","valueNameClassification":"component-role","compatibility":{"name":"--lr-size-0-7em","status":"retained","aliasOf":"--lr-lite-chart-legend-marker-size"},"evidence":["src/components/charts/chart/lite-chart.styles.ts"]}}},"875em":{"$type":"string","$value":"var(--lr-theme-size-0-875em, 0.875em)","$description":"Canonical shared component token for size 0 875em.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-0-875em","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-0-875em","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-0-875em","status":"retained"},"evidence":["src/components/agent-tools/tool-timeline/tool-timeline.styles.ts","src/components/conversation/chat-message/chat-message.styles.ts","src/components/conversation/markdown/markdown.styles.ts","src/components/layout/virtual-list/virtual-list.styles.ts","src/components/retrieval/entity-chip/entity-chip.styles.ts"]}}},"8rem":{"$type":"string","$value":"var(--lr-theme-size-0-8rem, 0.8rem)","$description":"Canonical shared component token for size 0 8rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-0-8rem","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-0-8rem","valueNameClassification":"component-role","compatibility":{"name":"--lr-size-0-8rem","status":"retained","aliasOf":"--lr-lite-chart-legend-font-size"},"evidence":["src/components/charts/chart/lite-chart.styles.ts"]}}},"9375rem":{"$type":"string","$value":"var(--lr-theme-size-0-9375rem, 0.9375rem)","$description":"Canonical shared component token for size 0 9375rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-0-9375rem","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-0-9375rem","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-0-9375rem","status":"retained"},"evidence":["src/components/data/stat/stat.styles.ts","src/components/forms/date-picker/date-picker.styles.ts","src/components/overlays/badge/badge.styles.ts"]}}}},"1":{"0625rem":{"$type":"string","$value":"var(--lr-theme-size-1-0625rem, 1.0625rem)","$description":"Canonical shared component token for size 1 0625rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-1-0625rem","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-1-0625rem","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-1-0625rem","status":"retained"},"evidence":["src/components/agent-tools/tool-approval-dialog/tool-approval-dialog.styles.ts","src/components/overlays/dialog/confirm.ts"]}}},"1rem":{"$type":"string","$value":"var(--lr-theme-size-1-1rem, 1.1rem)","$description":"Canonical shared component token for size 1 1rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-1-1rem","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-1-1rem","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-1-1rem","status":"retained"},"evidence":["src/components/forms/date-picker/date-picker.styles.ts","src/components/overlays/badge/badge.styles.ts"]}}},"25rem":{"$type":"string","$value":"var(--lr-theme-size-1-25rem, 1.25rem)","$description":"Canonical shared component token for size 1 25rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-1-25rem","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-1-25rem","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-1-25rem","status":"retained"},"evidence":["src/components/agent-tools/span-waterfall/span-waterfall.styles.ts","src/components/agent-tools/trace-tree/trace-tree.styles.ts","src/components/conversation/code-block/code-block.styles.ts","src/components/conversation/model-select/model-select.styles.ts","src/components/data/data-grid/data-grid.class.ts","src/components/data/data-grid/data-grid.styles.ts","src/components/data/timeline/timeline-item.class.ts","src/components/data/timeline/timeline-item.styles.ts","src/components/forms/color-picker/color-picker.class.ts","src/components/forms/color-picker/color-picker.styles.ts","src/components/forms/combobox/combobox.styles.ts","src/components/forms/icon-button/icon-button.styles.ts","src/components/forms/locale-picker/locale-picker.styles.ts","src/components/forms/select/select.styles.ts","src/components/forms/swatch-picker/swatch-picker.styles.ts","src/components/layout/command-palette/command-palette.styles.ts","src/components/overlays/badge/badge.class.ts","src/components/overlays/badge/badge.styles.ts","src/components/overlays/spinner/spinner.class.ts","src/components/overlays/spinner/spinner.styles.ts","src/components/retrieval/neighbor-list/neighbor-list.styles.ts","src/components/utility/json-viewer/json-viewer.styles.ts","src/components/viewers/xml-viewer/xml-viewer.styles.ts","src/internal/contextual-vocabulary.styles.ts"]}}},"5em":{"$type":"string","$value":"var(--lr-theme-size-1-5em, 1.5em)","$description":"Canonical shared component token for size 1 5em.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-1-5em","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-1-5em","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-1-5em","status":"retained"},"evidence":["src/components/data/gauge/gauge.styles.ts","src/components/media/image-viewer/image-viewer.styles.ts","src/components/overlays/kbd/kbd.styles.ts","src/components/utility/icon/icon.class.ts","src/components/utility/icon/icon.styles.ts"]}}},"5rem":{"$type":"string","$value":"var(--lr-theme-size-1-5rem, 1.5rem)","$description":"Canonical shared component token for size 1 5rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-1-5rem","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-1-5rem","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-1-5rem","status":"retained"},"evidence":["src/components/conversation/branch-picker/branch-picker.styles.ts","src/components/conversation/conversation-item/conversation-item.styles.ts","src/components/conversation/thread-list/thread-list.styles.ts","src/components/data/calendar/calendar.styles.ts","src/components/data/sequence-strip/sequence-strip.class.ts","src/components/data/sequence-strip/sequence-strip.styles.ts","src/components/forms/color-picker/color-picker.class.ts","src/components/forms/color-picker/color-picker.styles.ts","src/components/forms/date-picker/date-picker.styles.ts","src/components/forms/emoji-picker/emoji-picker.styles.ts","src/components/forms/radio/radio-button.styles.ts","src/components/forms/swatch-picker/swatch-picker.class.ts","src/components/forms/swatch-picker/swatch-picker.styles.ts","src/components/forms/time-range/time-range.styles.ts","src/components/layout/segmented/segmented.styles.ts","src/components/layout/stepper/stepper.styles.ts","src/components/media/avatar/avatar.styles.ts","src/components/media/avatar-group/avatar-group.styles.ts","src/components/overlays/badge/badge.styles.ts","src/components/overlays/callout/callout.styles.ts","src/components/overlays/chip/chip.class.ts","src/components/overlays/chip/chip.styles.ts","src/internal/contextual-vocabulary.styles.ts"]}}},"75rem":{"$type":"string","$value":"var(--lr-theme-size-1-75rem, 1.75rem)","$description":"Canonical shared component token for size 1 75rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-1-75rem","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-1-75rem","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-1-75rem","status":"retained"},"evidence":["src/components/agent-tools/agent-run/agent-run.styles.ts","src/components/agent-tools/span-waterfall/span-waterfall.styles.ts","src/components/conversation/message-actions/message-actions.styles.ts","src/components/conversation/message-feedback/message-feedback.styles.ts","src/components/conversation/model-select/model-select.class.ts","src/components/conversation/model-select/model-select.styles.ts","src/components/data/tree/tree-item.styles.ts","src/components/forms/combobox/combobox.styles.ts","src/components/forms/date-picker/date-picker.styles.ts","src/components/forms/emoji-picker/emoji-picker.styles.ts","src/components/forms/locale-picker/locale-picker.styles.ts","src/components/forms/select/select.styles.ts","src/components/forms/swatch-picker/swatch-picker.styles.ts","src/components/media/attachment-chip/attachment-chip.class.ts","src/components/media/attachment-chip/attachment-chip.styles.ts","src/components/media/attachment-trigger/attachment-trigger.styles.ts","src/components/overlays/badge/badge.styles.ts","src/components/overlays/chip/chip.styles.ts"]}}},"875rem":{"$type":"string","$value":"var(--lr-theme-size-1-875rem, 1.875rem)","$description":"Canonical shared component token for size 1 875rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-1-875rem","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-1-875rem","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-1-875rem","status":"retained"},"evidence":["src/internal/contextual-vocabulary.styles.ts"]}}}},"2":{"25rem":{"$type":"string","$value":"var(--lr-theme-size-2-25rem, 2.25rem)","$description":"Canonical shared component token for size 2 25rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-2-25rem","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-2-25rem","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-2-25rem","status":"retained"},"evidence":["src/components/agent-tools/tool-select-dialog/tool-select-dialog.styles.ts","src/components/forms/date-picker/date-picker.styles.ts"]}}},"5ch":{"$type":"string","$value":"var(--lr-theme-size-2-5ch, 2.5ch)","$description":"Canonical shared component token for size 2 5ch.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-2-5ch","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-2-5ch","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-2-5ch","status":"retained"},"evidence":["src/components/conversation/code-block/code-block.styles.ts","src/components/conversation/model-settings-panel/model-settings-panel.styles.ts","src/components/forms/input/time-input.styles.ts","src/components/forms/slider/slider.styles.ts"]}}},"5rem":{"$type":"string","$value":"var(--lr-theme-size-2-5rem, 2.5rem)","$description":"Canonical shared component token for size 2 5rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-2-5rem","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-2-5rem","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-2-5rem","status":"retained"},"evidence":["src/components/agent-tools/tool-param-form/tool-param-form.styles.ts","src/components/conversation/message-feedback/message-feedback.styles.ts","src/components/conversation/suggestion-chips/suggestion-chips.styles.ts","src/components/data/pagination/pagination.styles.ts","src/components/forms/color-picker/color-picker.class.ts","src/components/forms/color-picker/color-picker.styles.ts","src/components/forms/date-picker/date-picker.styles.ts","src/components/forms/swatch-picker/swatch-picker.class.ts","src/components/forms/swatch-picker/swatch-picker.styles.ts","src/components/layout/segmented/segmented.styles.ts","src/components/layout/stepper/stepper.styles.ts","src/components/media/avatar/avatar.styles.ts","src/components/media/avatar-group/avatar-group.styles.ts","src/components/overlays/progress/progress-ring.class.ts","src/components/overlays/progress/progress.styles.ts","src/internal/contextual-vocabulary.styles.ts"]}}}},"3":{"5em":{"$type":"string","$value":"var(--lr-theme-size-3-5em, 3.5em)","$description":"Canonical shared component token for size 3 5em.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-3-5em","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-3-5em","valueNameClassification":"component-role","compatibility":{"name":"--lr-size-3-5em","status":"retained","aliasOf":"--lr-known-date-day-field-width"},"evidence":["src/components/utility/known-date/known-date.class.ts","src/components/utility/known-date/known-date.styles.ts"]}}},"5rem":{"$type":"string","$value":"var(--lr-theme-size-3-5rem, 3.5rem)","$description":"Canonical shared component token for size 3 5rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-3-5rem","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-3-5rem","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-3-5rem","status":"retained"},"evidence":["src/components/agent-tools/trace-tree/trace-tree.styles.ts","src/components/data/data-grid/data-grid.class.ts","src/components/data/data-grid/data-grid.styles.ts","src/components/forms/emoji-picker/emoji-picker.styles.ts","src/components/forms/swatch-picker/swatch-picker.styles.ts","src/components/media/attachment-chip/attachment-chip.styles.ts","src/internal/contextual-vocabulary.styles.ts"]}}}},"10px":{"$type":"string","$value":"var(--lr-theme-size-10px, 10px)","$description":"Canonical shared component token for size 10px.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-10px","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-10px","valueNameClassification":"component-role","compatibility":{"name":"--lr-size-10px","status":"retained","aliasOf":"--lr-heatmap-label-font-size"},"evidence":["src/components/data/heatmap/heatmap.styles.ts"]}}},"10rem":{"$type":"string","$value":"var(--lr-theme-size-10rem, 10rem)","$description":"Canonical shared component token for size 10rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-10rem","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-10rem","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-10rem","status":"retained"},"evidence":["src/components/agent-tools/agent-eval-dashboard/agent-eval-dashboard.styles.ts","src/components/agent-tools/tool-approval-dialog/tool-approval-dialog.styles.ts","src/components/conversation/model-settings-panel/model-settings-panel.styles.ts","src/components/data/document-library/document-library.styles.ts","src/components/data/flow-node/flow-node.class.ts","src/components/data/flow-node/flow-node.styles.ts","src/components/data/graph-query-builder/graph-query-builder.styles.ts","src/components/forms/slider/slider.class.ts","src/components/forms/slider/slider.styles.ts","src/components/layout/menu/menu.styles.ts","src/components/layout/scroller/scroller.class.ts","src/components/layout/scroller/scroller.styles.ts","src/components/media/image-viewer/image-viewer.styles.ts","src/components/media/pan-zoom/pan-zoom.styles.ts","src/components/media/video/video.styles.ts","src/components/retrieval/grounding-summary/grounding-summary.styles.ts","src/components/retrieval/rag-eval-dashboard/rag-eval-dashboard.styles.ts","src/components/viewers/document-preview/document-preview.styles.ts","src/components/viewers/ebook-viewer/ebook-viewer.styles.ts","src/components/viewers/html-viewer/html-viewer.styles.ts","src/components/viewers/pptx-viewer/pptx-viewer.styles.ts","src/components/viewers/svg-viewer/svg-viewer.styles.ts"]}}},"12em":{"$type":"string","$value":"var(--lr-theme-size-12em, 12em)","$description":"Canonical shared component token for size 12em.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-12em","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-12em","valueNameClassification":"component-role","compatibility":{"name":"--lr-size-12em","status":"retained","aliasOf":"--lr-gauge-default-inline-size"},"evidence":["src/components/data/gauge/gauge.styles.ts"]}}},"12rem":{"$type":"string","$value":"var(--lr-theme-size-12rem, 12rem)","$description":"Canonical shared component token for size 12rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-12rem","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-12rem","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-12rem","status":"retained"},"evidence":["src/components/agent-tools/evaluation-run/evaluation-run.styles.ts","src/components/agent-tools/prompt-studio/prompt-studio.styles.ts","src/components/conversation/model-select/model-select.styles.ts","src/components/conversation/model-settings-panel/model-settings-panel.styles.ts","src/components/conversation/prompt-input/prompt-input.styles.ts","src/components/conversation/voice-picker/voice-picker.styles.ts","src/components/data/data-grid/data-grid.styles.ts","src/components/data/document-library/document-library.styles.ts","src/components/data/flow-minimap/flow-minimap.class.ts","src/components/data/flow-minimap/flow-minimap.styles.ts","src/components/data/graph-query-builder/graph-query-builder.styles.ts","src/components/forms/combobox/combobox.styles.ts","src/components/forms/locale-picker/locale-picker.styles.ts","src/components/forms/select/select.class.ts","src/components/forms/select/select.styles.ts","src/components/layout/filter-bar/filter-bar.styles.ts","src/components/retrieval/embedding-explorer/embedding-explorer.styles.ts","src/components/retrieval/entity-dossier/entity-dossier.styles.ts","src/components/retrieval/knowledge-graph-explorer/knowledge-graph-explorer.styles.ts","src/components/retrieval/retrieval-search/retrieval-search.styles.ts","src/components/viewers/document-viewer/document-viewer.styles.ts"]}}},"14px":{"$type":"string","$value":"var(--lr-theme-size-14px, 14px)","$description":"Canonical shared component token for size 14px.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-14px","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-14px","valueNameClassification":"component-role","compatibility":{"name":"--lr-size-14px","status":"retained","aliasOf":"--lr-time-range-dot-size"},"evidence":["src/components/forms/time-range/time-range.styles.ts"]}}},"14rem":{"$type":"string","$value":"var(--lr-theme-size-14rem, 14rem)","$description":"Canonical shared component token for size 14rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-14rem","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-14rem","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-14rem","status":"retained"},"evidence":["src/components/agent-tools/eval-dataset/eval-dataset.styles.ts","src/components/data/condition-builder/condition-builder.styles.ts","src/components/retrieval/retrieval-compare/retrieval-compare.styles.ts","src/components/utility/mention-popover/mention-popover.styles.ts"]}}},"15rem":{"$type":"string","$value":"var(--lr-theme-size-15rem, 15rem)","$description":"Canonical shared component token for size 15rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-15rem","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-15rem","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-15rem","status":"retained"},"evidence":["src/components/forms/color-picker/color-picker.class.ts","src/components/forms/color-picker/color-picker.styles.ts","src/components/layout/app-rail/app-rail.class.ts","src/components/layout/app-rail/app-rail.styles.ts","src/components/media/video-playlist/video-playlist.styles.ts"]}}},"16px":{"$type":"string","$value":"var(--lr-theme-size-16px, 16px)","$description":"Canonical shared component token for size 16px.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-16px","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-16px","valueNameClassification":"component-role","compatibility":{"name":"--lr-size-16px","status":"retained","aliasOf":"--lr-browser-frame-control-size"},"evidence":["src/components/agent-tools/browser-frame/browser-frame.styles.ts"]}}},"16rem":{"$type":"string","$value":"var(--lr-theme-size-16rem, 16rem)","$description":"Canonical shared component token for size 16rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-16rem","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-16rem","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-16rem","status":"retained"},"evidence":["src/components/agent-tools/activity-feed/activity-feed.styles.ts","src/components/agent-tools/agent-run/agent-run.styles.ts","src/components/agent-tools/thinking-panel/thinking-panel.class.ts","src/components/agent-tools/thinking-panel/thinking-panel.styles.ts","src/components/conversation/agent-workspace/agent-workspace.styles.ts","src/components/conversation/suggestion-chips/suggestion-chips.styles.ts","src/components/forms/emoji-picker/emoji-picker.styles.ts","src/components/media/av-player/av-player.class.ts","src/components/media/av-player/av-player.styles.ts","src/components/media/image-viewer/image-viewer.styles.ts","src/components/media/video/video.styles.ts","src/components/retrieval/entity-dossier/entity-dossier.styles.ts","src/components/retrieval/retrieval-compare/retrieval-compare.styles.ts","src/components/utility/mention-popover/mention-popover.styles.ts"]}}},"18rem":{"$type":"string","$value":"var(--lr-theme-size-18rem, 18rem)","$description":"Canonical shared component token for size 18rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-18rem","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-18rem","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-18rem","status":"retained"},"evidence":["src/components/conversation/model-select/model-select.styles.ts","src/components/conversation/voice-picker/voice-picker.styles.ts","src/components/forms/combobox/combobox.styles.ts","src/components/forms/locale-picker/locale-picker.styles.ts","src/components/forms/select/select.styles.ts","src/components/layout/app-rail/app-rail.class.ts","src/components/layout/app-rail/app-rail.styles.ts","src/components/layout/page/page.styles.ts","src/components/media/video-playlist/video-playlist.styles.ts"]}}},"1em":{"$type":"string","$value":"var(--lr-theme-size-1em, 1em)","$description":"Canonical shared component token for size 1em.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-1em","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-1em","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-1em","status":"retained"},"evidence":["src/components/agent-tools/activity-feed/activity-feed.styles.ts","src/components/agent-tools/test-results/test-results.styles.ts","src/components/agent-tools/tool-result-dialog/tool-result-dialog.styles.ts","src/components/agent-tools/trace-tree/trace-tree.styles.ts","src/components/conversation/streaming-text/streaming-text.class.ts","src/components/conversation/streaming-text/streaming-text.styles.ts","src/components/conversation/typing-indicator/typing-indicator.styles.ts","src/components/data/graph-query-builder/graph-query-builder.styles.ts","src/components/data/sparkline/sparkline.styles.ts","src/components/layout/command-palette/command-palette.styles.ts","src/components/layout/segmented/segmented.styles.ts","src/components/layout/stepper/stepper.styles.ts","src/components/media/flag/flag.styles.ts","src/components/overlays/skeleton/skeleton.class.ts","src/components/overlays/skeleton/skeleton.styles.ts","src/components/overlays/toast/toast-item.styles.ts","src/components/utility/icon/icon.class.ts","src/components/utility/icon/icon.styles.ts","src/components/viewers/archive-viewer/archive-viewer.styles.ts"]}}},"1px":{"$type":"string","$value":"var(--lr-theme-size-1px, 1px)","$description":"Canonical shared component token for size 1px.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-1px","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-1px","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-1px","status":"retained"},"evidence":["src/components/agent-tools/artifact-panel/artifact-panel.styles.ts","src/components/agent-tools/browser-frame/browser-frame.styles.ts","src/components/agent-tools/commit-card/commit-card.styles.ts","src/components/agent-tools/terminal/terminal.styles.ts","src/components/agent-tools/test-results/test-results.styles.ts","src/components/data/env-list/env-list.styles.ts","src/components/data/flow-canvas/flow-canvas.styles.ts","src/components/data/heatmap/heatmap.styles.ts","src/components/data/pagination/pagination.styles.ts","src/components/data/sequence-strip/sequence-strip.styles.ts","src/components/data/table/table.styles.ts","src/components/forms/slider/slider.styles.ts","src/components/forms/textarea/textarea.styles.ts","src/components/forms/token-input/token-input.styles.ts","src/components/layout/app-rail/app-rail-item.styles.ts","src/components/media/flag/flag.styles.ts","src/components/media/image-comparer/image-comparer.class.ts","src/components/media/image-comparer/image-comparer.styles.ts","src/components/overlays/spinner/spinner.styles.ts","src/components/retrieval/graph/graph-canvas.ts","src/components/retrieval/graph/graph.styles.ts","src/components/utility/copy-button/copy-button.styles.ts","src/components/utility/export-button/export-button.styles.ts"]}}},"1rem":{"$type":"string","$value":"var(--lr-theme-size-1rem, 1rem)","$description":"Canonical shared component token for size 1rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-1rem","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-1rem","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-1rem","status":"retained"},"evidence":["src/components/conversation/checkpoint/checkpoint.styles.ts","src/components/conversation/model-select/model-select.styles.ts","src/components/conversation/thread-list/thread-list.styles.ts","src/components/data/flow-node/flow-node.class.ts","src/components/data/flow-node/flow-node.styles.ts","src/components/data/tree/tree-item.styles.ts","src/components/forms/color-picker/color-picker.class.ts","src/components/forms/color-picker/color-picker.styles.ts","src/components/forms/combobox/combobox.styles.ts","src/components/forms/locale-picker/locale-picker.styles.ts","src/components/forms/select/select.styles.ts","src/components/forms/swatch-picker/swatch-picker.styles.ts","src/components/layout/details/details.styles.ts","src/components/media/attachment-chip/attachment-chip.styles.ts","src/components/overlays/badge/badge.styles.ts","src/components/overlays/drawer/drawer.class.ts","src/components/overlays/drawer/drawer.styles.ts","src/components/overlays/progress/progress-bar.class.ts","src/components/overlays/progress/progress.styles.ts","src/components/retrieval/source-picker/source-picker.styles.ts"]}}},"20rem":{"$type":"string","$value":"var(--lr-theme-size-20rem, 20rem)","$description":"Canonical shared component token for size 20rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-20rem","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-20rem","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-20rem","status":"retained"},"evidence":["src/components/agent-tools/terminal/terminal.class.ts","src/components/agent-tools/terminal/terminal.styles.ts","src/components/data/data-grid/data-grid.styles.ts","src/components/layout/menu/menu.styles.ts","src/components/media/animated-image/animated-image.class.ts","src/components/media/animated-image/animated-image.styles.ts","src/components/media/media-card/media-card.class.ts","src/components/media/media-card/media-card.styles.ts","src/components/overlays/overlay/dropdown.class.ts","src/components/overlays/overlay/overlay.styles.ts","src/components/overlays/overlay/popover.class.ts","src/components/overlays/overlay/tooltip.class.ts","src/components/utility/export-button/export-button.styles.ts","src/components/viewers/csv-viewer/csv-viewer.styles.ts","src/components/viewers/dataset-viewer/dataset-viewer.styles.ts","src/components/viewers/spreadsheet-viewer/spreadsheet-viewer.styles.ts"]}}},"22rem":{"$type":"string","$value":"var(--lr-theme-size-22rem, 22rem)","$description":"Canonical shared component token for size 22rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-22rem","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-22rem","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-22rem","status":"retained"},"evidence":["src/components/retrieval/citation-badge/citation-badge.styles.ts","src/components/retrieval/entity-chip/entity-chip.styles.ts","src/components/utility/tour/tour.class.ts","src/components/utility/tour/tour.styles.ts"]}}},"24px":{"$type":"string","$value":"var(--lr-theme-size-24px, 24px)","$description":"Canonical shared component token for size 24px.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-24px","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-24px","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-24px","status":"retained"},"evidence":["src/components/agent-tools/span-waterfall/span-waterfall.styles.ts","src/components/agent-tools/trace-tree/trace-tree.styles.ts","src/components/forms/combobox/option.styles.ts","src/components/forms/time-range/time-range.styles.ts","src/components/layout/menu/menu-item.styles.ts","src/components/overlays/toast/toast-item.styles.ts","src/components/retrieval/embedding-explorer/embedding-explorer.styles.ts","src/components/retrieval/graph/graph-canvas.ts","src/components/retrieval/graph/graph.class.ts","src/components/retrieval/graph/graph.styles.ts","src/components/utility/known-date/known-date.class.ts","src/components/utility/known-date/known-date.styles.ts"]}}},"24rem":{"$type":"string","$value":"var(--lr-theme-size-24rem, 24rem)","$description":"Canonical shared component token for size 24rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-24rem","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-24rem","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-24rem","status":"retained"},"evidence":["src/components/agent-tools/compare-panel/compare-panel.class.ts","src/components/agent-tools/compare-panel/compare-panel.styles.ts","src/components/agent-tools/tool-call-chip/tool-call-chip.styles.ts","src/components/conversation/agent-workspace/agent-workspace.styles.ts","src/components/conversation/handoff-divider/handoff-divider.styles.ts","src/components/conversation/model-select/model-select.styles.ts","src/components/conversation/usage-badge/usage-badge.styles.ts","src/components/conversation/voice-picker/voice-picker.styles.ts","src/components/data/graph-query-builder/graph-query-builder.styles.ts","src/components/layout/virtual-list/virtual-list.class.ts","src/components/layout/virtual-list/virtual-list.styles.ts","src/components/media/map/map.styles.ts","src/components/overlays/drawer/drawer.styles.ts","src/components/retrieval/ingestion-queue/ingestion-queue.styles.ts","src/components/retrieval/knowledge-graph-explorer/knowledge-graph-explorer.styles.ts","src/components/utility/mention-popover/mention-popover.styles.ts","src/components/viewers/document-compare/document-compare.class.ts","src/components/viewers/document-compare/document-compare.styles.ts","src/components/viewers/page-rail/page-rail.class.ts","src/components/viewers/page-rail/page-rail.styles.ts","src/components/viewers/pdf-viewer/pdf-viewer.class.ts","src/components/viewers/pdf-viewer/pdf-viewer.styles.ts"]}}},"280px":{"$type":"string","$value":"var(--lr-theme-size-280px, 280px)","$description":"Canonical shared component token for size 280px.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-280px","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-280px","valueNameClassification":"component-role","compatibility":{"name":"--lr-size-280px","status":"retained","aliasOf":"--lr-chart-height"},"evidence":["src/components/charts/chart/box-plot.styles.ts","src/components/charts/chart/chart.class.ts","src/components/charts/chart/chart.styles.ts","src/components/charts/chart/lite-chart.styles.ts"]}}},"28px":{"$type":"string","$value":"var(--lr-theme-size-28px, 28px)","$description":"Canonical shared component token for size 28px.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-28px","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-28px","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-28px","status":"retained"},"evidence":["src/components/forms/slider/slider.styles.ts","src/components/forms/time-range/time-range.styles.ts"]}}},"28rem":{"$type":"string","$value":"var(--lr-theme-size-28rem, 28rem)","$description":"Canonical shared component token for size 28rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-28rem","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-28rem","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-28rem","status":"retained"},"evidence":["src/components/conversation/model-select/model-select.styles.ts","src/components/conversation/model-settings-panel/model-settings-panel.styles.ts","src/components/conversation/voice-picker/voice-picker.styles.ts","src/components/forms/combobox/combobox.styles.ts","src/components/forms/date-picker/date-input.styles.ts","src/components/forms/locale-picker/locale-picker.styles.ts","src/components/forms/select/select.styles.ts","src/components/overlays/toast/toast.class.ts","src/components/overlays/toast/toast.styles.ts"]}}},"2px":{"$type":"string","$value":"var(--lr-theme-size-2px, 2px)","$description":"Canonical shared component token for size 2px.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-2px","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-2px","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-2px","status":"retained"},"evidence":["src/components/agent-tools/browser-frame/browser-frame.styles.ts","src/components/agent-tools/terminal/terminal.class.ts","src/components/charts/chart/lite-chart.styles.ts","src/components/conversation/conversation-item/conversation-item.class.ts","src/components/conversation/conversation-item/conversation-item.styles.ts","src/components/data/flow-canvas/flow-canvas.styles.ts","src/components/data/flow-node/flow-node.styles.ts","src/components/data/heatmap/heatmap.styles.ts","src/components/data/sequence-strip/sequence-strip.styles.ts","src/components/forms/color-picker/color-picker.styles.ts","src/components/forms/switch/switch.class.ts","src/components/forms/switch/switch.styles.ts","src/components/forms/time-range/time-range.styles.ts","src/components/layout/dashboard-grid/dashboard-grid.styles.ts","src/components/layout/menu/menu-item.styles.ts","src/components/media/map/map.styles.ts","src/components/retrieval/chunk-inspector/chunk-inspector.styles.ts","src/components/retrieval/graph/graph.styles.ts","src/components/retrieval/graph-legend/graph-legend.styles.ts","src/components/retrieval/knowledge-graph-explorer/knowledge-graph-explorer.styles.ts","src/components/retrieval/neighbor-list/neighbor-list.styles.ts","src/components/retrieval/node-palette/node-palette.styles.ts","src/components/retrieval/path-strip/path-strip.styles.ts"]}}},"2rem":{"$type":"string","$value":"var(--lr-theme-size-2rem, 2rem)","$description":"Canonical shared component token for size 2rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-2rem","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-2rem","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-2rem","status":"retained"},"evidence":["src/components/forms/date-picker/date-picker.styles.ts","src/components/forms/emoji-picker/emoji-picker.styles.ts","src/components/forms/swatch-picker/swatch-picker.styles.ts","src/components/layout/command-palette/command-palette.class.ts","src/components/layout/command-palette/command-palette.styles.ts","src/components/layout/scroller/scroller.class.ts","src/components/layout/scroller/scroller.styles.ts","src/components/media/avatar/avatar.styles.ts","src/components/media/avatar-group/avatar-group.styles.ts","src/components/media/file-icon/file-icon.class.ts","src/components/media/file-icon/file-icon.styles.ts","src/components/overlays/chip/chip.styles.ts","src/components/viewers/document-preview/document-preview.styles.ts","src/components/viewers/document-viewer/document-viewer.styles.ts","src/components/viewers/pptx-viewer/pptx-viewer.styles.ts"]}}},"30rem":{"$type":"string","$value":"var(--lr-theme-size-30rem, 30rem)","$description":"Canonical shared component token for size 30rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-30rem","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-30rem","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-30rem","status":"retained"},"evidence":["src/components/agent-tools/tool-select-dialog/tool-select-dialog.styles.ts","src/components/data/data-grid/data-grid.class.ts","src/components/data/data-grid/data-grid.styles.ts","src/components/media/video-playlist/video-playlist.styles.ts"]}}},"32rem":{"$type":"string","$value":"var(--lr-theme-size-32rem, 32rem)","$description":"Canonical shared component token for size 32rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-32rem","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-32rem","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-32rem","status":"retained"},"evidence":["src/components/agent-tools/tool-approval-dialog/tool-approval-dialog.styles.ts","src/components/forms/rubric-form/rubric-form.styles.ts","src/components/overlays/dialog/dialog.class.ts","src/components/overlays/dialog/dialog.styles.ts"]}}},"36rem":{"$type":"string","$value":"var(--lr-theme-size-36rem, 36rem)","$description":"Canonical shared component token for size 36rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-36rem","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-36rem","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-36rem","status":"retained"},"evidence":["src/components/agent-tools/tool-approval-dialog/tool-approval-dialog.styles.ts","src/components/media/video/video.styles.ts"]}}},"38rem":{"$type":"string","$value":"var(--lr-theme-size-38rem, 38rem)","$description":"Canonical shared component token for size 38rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-38rem","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-38rem","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-38rem","status":"retained"},"evidence":["src/components/agent-tools/tool-select-dialog/tool-select-dialog.styles.ts"]}}},"3ch":{"$type":"string","$value":"var(--lr-theme-size-3ch, 3ch)","$description":"Canonical shared component token for size 3ch.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-3ch","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-3ch","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-3ch","status":"retained"},"evidence":["src/components/agent-tools/activity-feed/activity-feed.styles.ts","src/components/agent-tools/tool-call-chip/tool-call-chip.styles.ts"]}}},"3px":{"$type":"string","$value":"var(--lr-theme-size-3px, 3px)","$description":"Canonical shared component token for size 3px.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-3px","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-3px","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-3px","status":"retained"},"evidence":["src/components/data/flow-canvas/flow-canvas.styles.ts","src/components/data/heatmap/heatmap.styles.ts","src/components/layout/app-rail/app-rail.styles.ts","src/components/layout/card/card.styles.ts","src/components/layout/dock-panel/dock-panel.styles.ts","src/components/layout/multi-split/multi-split.class.ts","src/components/layout/multi-split/multi-split.styles.ts","src/components/retrieval/graph/graph-canvas.ts","src/components/retrieval/graph/graph.styles.ts","src/components/viewers/document-preview/document-preview.styles.ts"]}}},"3rem":{"$type":"string","$value":"var(--lr-theme-size-3rem, 3rem)","$description":"Canonical shared component token for size 3rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-3rem","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-3rem","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-3rem","status":"retained"},"evidence":["src/components/conversation/audio-visualizer/audio-visualizer.class.ts","src/components/conversation/audio-visualizer/audio-visualizer.styles.ts","src/components/conversation/push-to-talk/push-to-talk.class.ts","src/components/conversation/push-to-talk/push-to-talk.styles.ts","src/components/data/table/table.class.ts","src/components/data/table/table.styles.ts","src/components/forms/date-picker/date-picker.styles.ts","src/components/forms/emoji-picker/emoji-picker.styles.ts","src/components/forms/swatch-picker/swatch-picker.styles.ts","src/components/layout/command-palette/command-palette.class.ts","src/components/layout/command-palette/command-palette.styles.ts","src/components/media/av-player/av-player.styles.ts","src/components/media/avatar/avatar.class.ts","src/components/media/avatar/avatar.styles.ts","src/components/media/avatar-group/avatar-group.styles.ts","src/internal/contextual-vocabulary.styles.ts"]}}},"48rem":{"$type":"string","$value":"var(--lr-theme-size-48rem, 48rem)","$description":"Canonical shared component token for size 48rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-48rem","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-48rem","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-48rem","status":"retained"},"evidence":["src/components/agent-tools/tool-result-dialog/tool-result-dialog.styles.ts","src/components/conversation/agent-workspace/agent-workspace.styles.ts","src/components/layout/command-palette/command-palette.class.ts","src/components/layout/command-palette/command-palette.styles.ts"]}}},"4ch":{"$type":"string","$value":"var(--lr-theme-size-4ch, 4ch)","$description":"Canonical shared component token for size 4ch.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-4ch","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-4ch","valueNameClassification":"component-role","compatibility":{"name":"--lr-size-4ch","status":"retained","aliasOf":"--lr-combobox-min-content-width"},"evidence":["src/components/forms/combobox/combobox.styles.ts"]}}},"4px":{"$type":"string","$value":"var(--lr-theme-size-4px, 4px)","$description":"Canonical shared component token for size 4px.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-4px","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-4px","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-4px","status":"retained"},"evidence":["src/components/conversation/push-to-talk/push-to-talk.styles.ts","src/components/conversation/transcript-feed/transcript-feed.styles.ts","src/components/data/flow-node/flow-node.styles.ts","src/components/forms/time-range/time-range.styles.ts","src/components/layout/menu/menu-item.styles.ts","src/components/layout/split-panel/split-panel.styles.ts","src/components/overlays/alert/alert.styles.ts","src/components/overlays/progress/progress-ring.class.ts","src/components/overlays/progress/progress.styles.ts","src/components/overlays/toast/toast-item.class.ts","src/components/overlays/toast/toast-item.styles.ts","src/components/overlays/toast/toast.class.ts","src/components/retrieval/chunk-inspector/chunk-inspector.styles.ts","src/components/retrieval/source-picker/source-picker.styles.ts"]}}},"4rem":{"$type":"string","$value":"var(--lr-theme-size-4rem, 4rem)","$description":"Canonical shared component token for size 4rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-4rem","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-4rem","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-4rem","status":"retained"},"evidence":["src/components/agent-tools/trace-tree/trace-tree.styles.ts","src/components/data/calendar/calendar.class.ts","src/components/data/calendar/calendar.styles.ts","src/components/forms/token-input/token-input.class.ts","src/components/forms/token-input/token-input.styles.ts","src/components/layout/app-rail/app-rail.class.ts","src/components/layout/app-rail/app-rail.styles.ts","src/components/viewers/notebook-viewer/notebook-viewer.styles.ts","src/components/viewers/page-rail/page-rail.styles.ts"]}}},"5em":{"$type":"string","$value":"var(--lr-theme-size-5em, 5em)","$description":"Canonical shared component token for size 5em.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-5em","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-5em","valueNameClassification":"component-role","compatibility":{"name":"--lr-size-5em","status":"retained","aliasOf":"--lr-known-date-year-field-width"},"evidence":["src/components/utility/known-date/known-date.class.ts","src/components/utility/known-date/known-date.styles.ts"]}}},"5rem":{"$type":"string","$value":"var(--lr-theme-size-5rem, 5rem)","$description":"Canonical shared component token for size 5rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-5rem","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-5rem","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-5rem","status":"retained"},"evidence":["src/components/forms/combobox/combobox.class.ts","src/components/forms/combobox/combobox.styles.ts","src/components/layout/dashboard-grid/dashboard-grid.styles.ts","src/components/media/video/video.styles.ts"]}}},"6ch":{"$type":"string","$value":"var(--lr-theme-size-6ch, 6ch)","$description":"Canonical shared component token for size 6ch.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-6ch","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-6ch","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-6ch","status":"retained"},"evidence":["src/components/agent-tools/policy-summary/policy-summary.styles.ts","src/components/agent-tools/thinking-panel/thinking-panel.styles.ts","src/components/agent-tools/tool-call-chip/tool-call-chip.styles.ts","src/components/forms/combobox/combobox.styles.ts","src/components/media/video/video.styles.ts","src/components/retrieval/memory-panel/memory-panel.styles.ts"]}}},"6em":{"$type":"string","$value":"var(--lr-theme-size-6em, 6em)","$description":"Canonical shared component token for size 6em.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-6em","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-6em","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-6em","status":"retained"},"evidence":["No production call site remains; --lr-size-6em is retained for v8 compatibility."]}}},"6px":{"$type":"string","$value":"var(--lr-theme-size-6px, 6px)","$description":"Canonical shared component token for size 6px.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-6px","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-6px","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-6px","status":"retained"},"evidence":["src/components/agent-tools/span-waterfall/span-waterfall.styles.ts","src/components/agent-tools/trace-tree/trace-tree.styles.ts","src/components/data/heatmap/heatmap.styles.ts","src/components/data/sequence-strip/sequence-strip.styles.ts","src/components/retrieval/entity-chip/entity-chip.styles.ts","src/components/retrieval/graph/graph.styles.ts","src/components/viewers/page-rail/page-rail.styles.ts"]}}},"6rem":{"$type":"string","$value":"var(--lr-theme-size-6rem, 6rem)","$description":"Canonical shared component token for size 6rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-6rem","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-6rem","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-6rem","status":"retained"},"evidence":["src/components/agent-tools/prompt-studio/prompt-studio.styles.ts","src/components/agent-tools/trace-tree/trace-tree.styles.ts","src/components/data/calendar/calendar.class.ts","src/components/data/calendar/calendar.styles.ts","src/components/data/heatmap/heatmap.styles.ts","src/components/forms/token-input/token-input.class.ts","src/components/forms/token-input/token-input.styles.ts","src/components/retrieval/chunk-inspector/chunk-inspector.styles.ts","src/components/retrieval/mind-map/mind-map.styles.ts"]}}},"7rem":{"$type":"string","$value":"var(--lr-theme-size-7rem, 7rem)","$description":"Canonical shared component token for size 7rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-7rem","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-7rem","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-7rem","status":"retained"},"evidence":["src/components/data/data-grid/data-grid.class.ts","src/components/data/graph-query-builder/graph-query-builder.styles.ts","src/components/media/video-playlist/video-playlist.styles.ts"]}}},"8em":{"$type":"string","$value":"var(--lr-theme-size-8em, 8em)","$description":"Canonical shared component token for size 8em.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-8em","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-8em","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-8em","status":"retained"},"evidence":["src/components/data/context-meter/context-meter.styles.ts","src/components/data/gauge/gauge.styles.ts"]}}},"8rem":{"$type":"string","$value":"var(--lr-theme-size-8rem, 8rem)","$description":"Canonical shared component token for size 8rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-8rem","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-8rem","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-8rem","status":"retained"},"evidence":["src/components/agent-tools/span-waterfall/span-waterfall.styles.ts","src/components/conversation/code-block/code-block.styles.ts","src/components/conversation/realtime-session/realtime-session.styles.ts","src/components/data/flow-minimap/flow-minimap.class.ts","src/components/data/flow-minimap/flow-minimap.styles.ts","src/components/data/table/table.styles.ts","src/components/data/tree/tree-item.class.ts","src/components/data/tree/tree-item.styles.ts","src/components/forms/code-editor/code-editor.class.ts","src/components/forms/code-editor/code-editor.styles.ts","src/components/forms/color-picker/color-picker.class.ts","src/components/forms/color-picker/color-picker.styles.ts","src/components/forms/token-input/token-input.class.ts","src/components/forms/token-input/token-input.styles.ts","src/components/media/video/video.styles.ts","src/components/retrieval/knowledge-base/knowledge-base.styles.ts","src/components/utility/export-button/export-button.styles.ts","src/components/viewers/csv-viewer/csv-viewer.class.ts","src/components/viewers/dataset-viewer/dataset-viewer.styles.ts","src/components/viewers/spreadsheet-viewer/spreadsheet-viewer.class.ts"]}}},"neg":{"0":{"15rem":{"$type":"string","$value":"var(--lr-theme-size-neg-0-15rem, -0.15rem)","$description":"Canonical shared component token for size neg 0 15rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-neg-0-15rem","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-neg-0-15rem","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-neg-0-15rem","status":"retained"},"evidence":["No production call site remains; --lr-size-neg-0-15rem is retained for v8 compatibility."]}}},"25rem":{"$type":"string","$value":"var(--lr-theme-size-neg-0-25rem, -0.25rem)","$description":"Canonical shared component token for size neg 0 25rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-neg-0-25rem","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-neg-0-25rem","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-neg-0-25rem","status":"retained"},"evidence":["src/components/conversation/model-select/model-select.styles.ts","src/components/conversation/voice-picker/voice-picker.styles.ts","src/components/forms/combobox/combobox.styles.ts","src/components/forms/date-picker/date-input.styles.ts","src/components/forms/input/time-input.styles.ts","src/components/forms/locale-picker/locale-picker.styles.ts","src/components/forms/select/select.styles.ts","src/components/layout/menu/menu.styles.ts","src/components/overlays/overlay/overlay.styles.ts","src/components/overlays/overlay/popover.class.ts","src/components/utility/mention-popover/mention-popover.styles.ts"]}}}},"1px":{"$type":"string","$value":"var(--lr-theme-size-neg-1px, -1px)","$description":"Canonical shared component token for size neg 1px.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-neg-1px","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-neg-1px","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-neg-1px","status":"retained"},"evidence":["src/components/data/pagination/pagination.styles.ts","src/components/forms/date-picker/date-picker.styles.ts","src/components/forms/textarea/textarea.styles.ts","src/components/layout/app-rail/app-rail-item.styles.ts","src/components/layout/tab-group/tab-group.styles.ts","src/components/overlays/kbd/kbd.styles.ts","src/components/utility/copy-button/copy-button.styles.ts"]}}},"4px":{"$type":"string","$value":"var(--lr-theme-size-neg-4px, -4px)","$description":"Canonical shared component token for size neg 4px.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-neg-4px","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-neg-4px","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-neg-4px","status":"retained"},"evidence":["src/components/data/pagination/pagination.styles.ts","src/components/media/avatar-group/avatar-group.styles.ts","src/components/utility/export-button/export-button.styles.ts"]}}},"6px":{"$type":"string","$value":"var(--lr-theme-size-neg-6px, -6px)","$description":"Canonical shared component token for size neg 6px.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-neg-6px","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-neg-6px","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-neg-6px","status":"retained"},"evidence":["src/components/data/heatmap/heatmap.styles.ts","src/components/layout/dock-panel/dock-panel.styles.ts","src/components/media/avatar-group/avatar-group.class.ts","src/components/media/avatar-group/avatar-group.styles.ts"]}}},"8px":{"$type":"string","$value":"var(--lr-theme-size-neg-8px, -8px)","$description":"Canonical shared component token for size neg 8px.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-neg-8px","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-neg-8px","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-neg-8px","status":"retained"},"evidence":["src/components/media/avatar-group/avatar-group.styles.ts","src/components/overlays/alert/alert.styles.ts","src/components/overlays/toast/toast-item.styles.ts"]}}}}},"space":{"2xl":{"$type":"string","$value":"var(--lr-theme-space-2xl, 2rem)","$description":"Canonical shared component token for space 2xl.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-space-2xl","cssType":"dimension","scope":"shared","group":"spacing","themeInput":"--lr-theme-space-2xl"}}},"2xs":{"$type":"string","$value":"var(--lr-theme-space-2xs, 0.125rem)","$description":"Canonical shared component token for space 2xs.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-space-2xs","cssType":"dimension","scope":"shared","group":"spacing","themeInput":"--lr-theme-space-2xs"}}},"l":{"$type":"string","$value":"var(--lr-theme-space-l, 1rem)","$description":"Canonical shared component token for space l.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-space-l","cssType":"dimension","scope":"shared","group":"spacing","themeInput":"--lr-theme-space-l"}}},"m":{"$type":"string","$value":"var(--lr-theme-space-m, 0.75rem)","$description":"Canonical shared component token for space m.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-space-m","cssType":"dimension","scope":"shared","group":"spacing","themeInput":"--lr-theme-space-m"}}},"s":{"$type":"string","$value":"var(--lr-theme-space-s, 0.5rem)","$description":"Canonical shared component token for space s.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-space-s","cssType":"dimension","scope":"shared","group":"spacing","themeInput":"--lr-theme-space-s"}}},"xs":{"$type":"string","$value":"var(--lr-theme-space-xs, 0.25rem)","$description":"Canonical shared component token for space xs.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-space-xs","cssType":"dimension","scope":"shared","group":"spacing","themeInput":"--lr-theme-space-xs"}}}},"terminal":{"bg":{"black":{"$type":"string","$value":"var(--lr-theme-terminal-bg-black, #868686)","$description":"Canonical shared component token for terminal bg black.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-terminal-bg-black","cssType":"string","scope":"shared","group":"color","themeInput":"--lr-theme-terminal-bg-black"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-terminal-bg-black, #292929)"}}},"blue":{"$type":"string","$value":"var(--lr-theme-terminal-bg-blue, #88a6d4)","$description":"Canonical shared component token for terminal bg blue.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-terminal-bg-blue","cssType":"string","scope":"shared","group":"color","themeInput":"--lr-theme-terminal-bg-blue"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-terminal-bg-blue, #324e76)"}}},"bright":{"black":{"$type":"string","$value":"var(--lr-theme-terminal-bg-bright-black, #9e9e9e)","$description":"Canonical shared component token for terminal bg bright black.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-terminal-bg-bright-black","cssType":"string","scope":"shared","group":"color","themeInput":"--lr-theme-terminal-bg-bright-black"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-terminal-bg-bright-black, #3d3d3d)"}}},"blue":{"$type":"string","$value":"var(--lr-theme-terminal-bg-bright-blue, #a2c6fb)","$description":"Canonical shared component token for terminal bg bright blue.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-terminal-bg-bright-blue","cssType":"string","scope":"shared","group":"color","themeInput":"--lr-theme-terminal-bg-bright-blue"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-terminal-bg-bright-blue, #446493)"}}},"cyan":{"$type":"string","$value":"var(--lr-theme-terminal-bg-bright-cyan, #8dd2da)","$description":"Canonical shared component token for terminal bg bright cyan.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-terminal-bg-bright-cyan","cssType":"string","scope":"shared","group":"color","themeInput":"--lr-theme-terminal-bg-bright-cyan"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-terminal-bg-bright-cyan, #286f76)"}}},"green":{"$type":"string","$value":"var(--lr-theme-terminal-bg-bright-green, #a4d2a4)","$description":"Canonical shared component token for terminal bg bright green.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-terminal-bg-bright-green","cssType":"string","scope":"shared","group":"color","themeInput":"--lr-theme-terminal-bg-bright-green"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-terminal-bg-bright-green, #456f46)"}}},"magenta":{"$type":"string","$value":"var(--lr-theme-terminal-bg-bright-magenta, #d6b4f0)","$description":"Canonical shared component token for terminal bg bright magenta.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-terminal-bg-bright-magenta","cssType":"string","scope":"shared","group":"color","themeInput":"--lr-theme-terminal-bg-bright-magenta"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-terminal-bg-bright-magenta, #73548a)"}}},"red":{"$type":"string","$value":"var(--lr-theme-terminal-bg-bright-red, #f9aea5)","$description":"Canonical shared component token for terminal bg bright red.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-terminal-bg-bright-red","cssType":"string","scope":"shared","group":"color","themeInput":"--lr-theme-terminal-bg-bright-red"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-terminal-bg-bright-red, #904e47)"}}},"white":{"$type":"string","$value":"var(--lr-theme-terminal-bg-bright-white, #d1d1d1)","$description":"Canonical shared component token for terminal bg bright white.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-terminal-bg-bright-white","cssType":"string","scope":"shared","group":"color","themeInput":"--lr-theme-terminal-bg-bright-white"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-terminal-bg-bright-white, #696969)"}}},"yellow":{"$type":"string","$value":"var(--lr-theme-terminal-bg-bright-yellow, #d8c288)","$description":"Canonical shared component token for terminal bg bright yellow.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-terminal-bg-bright-yellow","cssType":"string","scope":"shared","group":"color","themeInput":"--lr-theme-terminal-bg-bright-yellow"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-terminal-bg-bright-yellow, #756127)"}}}},"cyan":{"$type":"string","$value":"var(--lr-theme-terminal-bg-cyan, #77b0b6)","$description":"Canonical shared component token for terminal bg cyan.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-terminal-bg-cyan","cssType":"string","scope":"shared","group":"color","themeInput":"--lr-theme-terminal-bg-cyan"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-terminal-bg-cyan, #1c565d)"}}},"green":{"$type":"string","$value":"var(--lr-theme-terminal-bg-green, #89b18a)","$description":"Canonical shared component token for terminal bg green.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-terminal-bg-green","cssType":"string","scope":"shared","group":"color","themeInput":"--lr-theme-terminal-bg-green"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-terminal-bg-green, #335735)"}}},"magenta":{"$type":"string","$value":"var(--lr-theme-terminal-bg-magenta, #b497cb)","$description":"Canonical shared component token for terminal bg magenta.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-terminal-bg-magenta","cssType":"string","scope":"shared","group":"color","themeInput":"--lr-theme-terminal-bg-magenta"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-terminal-bg-magenta, #5a406e)"}}},"red":{"$type":"string","$value":"var(--lr-theme-terminal-bg-red, #d2918a)","$description":"Canonical shared component token for terminal bg red.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-terminal-bg-red","cssType":"string","scope":"shared","group":"color","themeInput":"--lr-theme-terminal-bg-red"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-terminal-bg-red, #733a35)"}}},"white":{"$type":"string","$value":"var(--lr-theme-terminal-bg-white, #b7b7b7)","$description":"Canonical shared component token for terminal bg white.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-terminal-bg-white","cssType":"string","scope":"shared","group":"color","themeInput":"--lr-theme-terminal-bg-white"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-terminal-bg-white, #525252)"}}},"yellow":{"$type":"string","$value":"var(--lr-theme-terminal-bg-yellow, #b6a372)","$description":"Canonical shared component token for terminal bg yellow.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-terminal-bg-yellow","cssType":"string","scope":"shared","group":"color","themeInput":"--lr-theme-terminal-bg-yellow"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-terminal-bg-yellow, #5c4b1a)"}}}},"color":{"black":{"$type":"string","$value":"var(--lr-theme-terminal-color-black, #2b2b2b)","$description":"Canonical shared component token for terminal color black.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-terminal-color-black","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-terminal-color-black"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-terminal-color-black, #929292)"}}},"blue":{"$type":"string","$value":"var(--lr-theme-terminal-color-blue, #06489c)","$description":"Canonical shared component token for terminal color blue.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-terminal-color-blue","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-terminal-color-blue"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-terminal-color-blue, #69a5fe)"}}},"bright":{"black":{"$type":"string","$value":"var(--lr-theme-terminal-color-bright-black, #404040)","$description":"Canonical shared component token for terminal color bright black.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-terminal-color-bright-black","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-terminal-color-bright-black"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-terminal-color-bright-black, #ababab)"}}},"blue":{"$type":"string","$value":"var(--lr-theme-terminal-color-bright-blue, #145ec1)","$description":"Canonical shared component token for terminal color bright blue.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-terminal-color-bright-blue","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-terminal-color-bright-blue"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-terminal-color-bright-blue, #a0c6fe)"}}},"cyan":{"$type":"string","$value":"var(--lr-theme-terminal-color-bright-cyan, #04717a)","$description":"Canonical shared component token for terminal color bright cyan.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-terminal-color-bright-cyan","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-terminal-color-bright-cyan"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-terminal-color-bright-cyan, #00ddef)"}}},"green":{"$type":"string","$value":"var(--lr-theme-terminal-color-bright-green, #01791e)","$description":"Canonical shared component token for terminal color bright green.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-terminal-color-bright-green","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-terminal-color-bright-green"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-terminal-color-bright-green, #7cdf81)"}}},"magenta":{"$type":"string","$value":"var(--lr-theme-terminal-color-bright-magenta, #823bae)","$description":"Canonical shared component token for terminal color bright magenta.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-terminal-color-bright-magenta","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-terminal-color-bright-magenta"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-terminal-color-bright-magenta, #dcaefe)"}}},"red":{"$type":"string","$value":"var(--lr-theme-terminal-color-bright-red, #b32322)","$description":"Canonical shared component token for terminal color bright red.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-terminal-color-bright-red","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-terminal-color-bright-red"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-terminal-color-bright-red, #ffaba1)"}}},"white":{"$type":"string","$value":"var(--lr-theme-terminal-color-bright-white, #6c6c6c)","$description":"Canonical shared component token for terminal color bright white.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-terminal-color-bright-white","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-terminal-color-bright-white"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-terminal-color-bright-white, #dedede)"}}},"yellow":{"$type":"string","$value":"var(--lr-theme-terminal-color-bright-yellow, #796005)","$description":"Canonical shared component token for terminal color bright yellow.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-terminal-color-bright-yellow","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-terminal-color-bright-yellow"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-terminal-color-bright-yellow, #ecbe24)"}}}},"cyan":{"$type":"string","$value":"var(--lr-theme-terminal-color-cyan, #02585f)","$description":"Canonical shared component token for terminal color cyan.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-terminal-color-cyan","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-terminal-color-cyan"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-terminal-color-cyan, #17bac8)"}}},"green":{"$type":"string","$value":"var(--lr-theme-terminal-color-green, #015e15)","$description":"Canonical shared component token for terminal color green.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-terminal-color-green","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-terminal-color-green"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-terminal-color-green, #67bb6b)"}}},"magenta":{"$type":"string","$value":"var(--lr-theme-terminal-color-magenta, #67298c)","$description":"Canonical shared component token for terminal color magenta.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-terminal-color-magenta","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-terminal-color-magenta"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-terminal-color-magenta, #c385ef)"}}},"red":{"$type":"string","$value":"var(--lr-theme-terminal-color-red, #901114)","$description":"Canonical shared component token for terminal color red.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-terminal-color-red","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-terminal-color-red"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-terminal-color-red, #f9786c)"}}},"white":{"$type":"string","$value":"var(--lr-theme-terminal-color-white, #555555)","$description":"Canonical shared component token for terminal color white.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-terminal-color-white","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-terminal-color-white"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-terminal-color-white, #c4c4c4)"}}},"yellow":{"$type":"string","$value":"var(--lr-theme-terminal-color-yellow, #5f4a03)","$description":"Canonical shared component token for terminal color yellow.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-terminal-color-yellow","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-terminal-color-yellow"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-terminal-color-yellow, #c7a01e)"}}}}},"theme":{"border":{"radius":{"m":{"$type":"dimension","$value":{"value":0.375,"unit":"rem"},"$description":"Canonical application theme input for border radius m.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-border-radius-m","cssType":"dimension","scope":"theme-input","group":"border"}}},"pill":{"$type":"dimension","$value":{"value":999,"unit":"px"},"$description":"Application theme input for --lr-radius-pill.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-border-radius-pill","cssType":"dimension","scope":"theme-input","group":"radius"}}},"xs":{"$type":"dimension","$value":{"value":2,"unit":"px"},"$description":"Application theme input for --lr-radius-xs.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-border-radius-xs","cssType":"dimension","scope":"theme-input","group":"radius"}}}},"width":{"medium":{"$type":"dimension","$value":{"value":2,"unit":"px"},"$description":"Application theme input for --lr-border-width-medium.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-border-width-medium","cssType":"dimension","scope":"theme-input","group":"border"}}},"thick":{"$type":"dimension","$value":{"value":3,"unit":"px"},"$description":"Application theme input for --lr-border-width-thick.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-border-width-thick","cssType":"dimension","scope":"theme-input","group":"border"}}},"thin":{"$type":"dimension","$value":{"value":1,"unit":"px"},"$description":"Application theme input for --lr-border-width-thin.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-border-width-thin","cssType":"dimension","scope":"theme-input","group":"border"}}}}},"color":{"border":{"strong":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.294118,0.333333,0.388235],"alpha":1,"hex":"#4b5563"},"$description":"Canonical application theme input for color border strong.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-border-strong","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.768627,0.788235,0.819608],"alpha":1,"hex":"#c4c9d1"}}}}},"brand":{"border":{"loud":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.011765,0.266667,0.572549],"alpha":1,"hex":"#034492"},"$description":"Canonical application theme input for color brand border loud.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-brand-border-loud","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.356863,0.619608,1],"alpha":1,"hex":"#5b9eff"}}}},"normal":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.176471,0.490196,0.913725],"alpha":1,"hex":"#2d7de9"},"$description":"Canonical application theme input for color brand border normal.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-brand-border-normal","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.176471,0.490196,0.913725],"alpha":1,"hex":"#2d7de9"}}}},"quiet":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.584314,0.752941,0.996078],"alpha":1,"hex":"#95c0fe"},"$description":"Canonical application theme input for color brand border quiet.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-brand-border-quiet","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0,0.168627,0.384314],"alpha":1,"hex":"#002b62"}}}}},"fill":{"loud":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.011765,0.368627,0.776471],"alpha":1,"hex":"#035ec6"},"$description":"Canonical application theme input for color brand fill loud.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-brand-fill-loud","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.356863,0.619608,1],"alpha":1,"hex":"#5b9eff"}}}},"normal":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.584314,0.752941,0.996078],"alpha":1,"hex":"#95c0fe"},"$description":"Canonical application theme input for color brand fill normal.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-brand-fill-normal","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.011765,0.368627,0.776471],"alpha":1,"hex":"#035ec6"}}}},"quiet":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.898039,0.937255,1],"alpha":1,"hex":"#e5efff"},"$description":"Canonical application theme input for color brand fill quiet.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-brand-fill-quiet","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0,0.168627,0.384314],"alpha":1,"hex":"#002b62"}}}}},"on":{"loud":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.929412,0.933333,0.945098],"alpha":1,"hex":"#edeef1"},"$description":"Canonical application theme input for color brand on loud.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-brand-on-loud","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0,0,0.003922],"alpha":1,"hex":"#000001"}}}},"normal":{"$type":"color","$value":{"colorSpace":"srgb","components":[0,0,0.003922],"alpha":1,"hex":"#000001"},"$description":"Canonical application theme input for color brand on normal.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-brand-on-normal","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.929412,0.933333,0.945098],"alpha":1,"hex":"#edeef1"}}}},"quiet":{"$type":"color","$value":{"colorSpace":"srgb","components":[0,0,0.003922],"alpha":1,"hex":"#000001"},"$description":"Canonical application theme input for color brand on quiet.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-brand-on-quiet","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.929412,0.933333,0.945098],"alpha":1,"hex":"#edeef1"}}}}}},"chart":{"1":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.054902,0,0.431373],"alpha":1,"hex":"#0e006e"},"$description":"Canonical application theme input for color chart 1.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-chart-1","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.733333,1,0.580392],"alpha":1,"hex":"#bbff94"}}}},"2":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.301961,0.003922,0.101961],"alpha":1,"hex":"#4d011a"},"$description":"Canonical application theme input for color chart 2.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-chart-2","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[1,0.737255,0.909804],"alpha":1,"hex":"#ffbce8"}}}},"3":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.52549,0.12549,0.007843],"alpha":1,"hex":"#862002"},"$description":"Canonical application theme input for color chart 3.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-chart-3","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.168627,0.839216,0.415686],"alpha":1,"hex":"#2bd66a"}}}},"4":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.313725,0.223529,0.513725],"alpha":1,"hex":"#503983"},"$description":"Canonical application theme input for color chart 4.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-chart-4","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.733333,0.6,0.796078],"alpha":1,"hex":"#bb99cb"}}}},"5":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.192157,0.372549,0.866667],"alpha":1,"hex":"#315fdd"},"$description":"Canonical application theme input for color chart 5.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-chart-5","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.470588,0.533333,0.996078],"alpha":1,"hex":"#7888fe"}}}},"6":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.576471,0.368627,0.486275],"alpha":1,"hex":"#935e7c"},"$description":"Canonical application theme input for color chart 6.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-chart-6","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.607843,0.419608,0.564706],"alpha":1,"hex":"#9b6b90"}}}},"7":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.870588,0.411765,0.023529],"alpha":1,"hex":"#de6906"},"$description":"Canonical application theme input for color chart 7.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-chart-7","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.858824,0.227451,0.160784],"alpha":1,"hex":"#db3a29"}}}},"8":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.560784,0.505882,0.827451],"alpha":1,"hex":"#8f81d3"},"$description":"Canonical application theme input for color chart 8.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-chart-8","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.333333,0.364706,0.890196],"alpha":1,"hex":"#555de3"}}}}},"danger":{"border":{"loud":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.537255,0.015686,0.082353],"alpha":1,"hex":"#890415"},"$description":"Canonical application theme input for color danger border loud.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-danger-border-loud","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.972549,0.419608,0.4],"alpha":1,"hex":"#f86b66"}}}},"normal":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.862745,0.243137,0.254902],"alpha":1,"hex":"#dc3e41"},"$description":"Canonical application theme input for color danger border normal.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-danger-border-normal","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.862745,0.243137,0.254902],"alpha":1,"hex":"#dc3e41"}}}},"quiet":{"$type":"color","$value":{"colorSpace":"srgb","components":[1,0.627451,0.6],"alpha":1,"hex":"#ffa099"},"$description":"Canonical application theme input for color danger border quiet.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-danger-border-quiet","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.360784,0.003922,0.039216],"alpha":1,"hex":"#5c010a"}}}}},"fill":{"loud":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.733333,0.011765,0.12549],"alpha":1,"hex":"#bb0320"},"$description":"Canonical application theme input for color danger fill loud.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-danger-fill-loud","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.972549,0.419608,0.4],"alpha":1,"hex":"#f86b66"}}}},"normal":{"$type":"color","$value":{"colorSpace":"srgb","components":[1,0.627451,0.6],"alpha":1,"hex":"#ffa099"},"$description":"Canonical application theme input for color danger fill normal.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-danger-fill-normal","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.733333,0.011765,0.12549],"alpha":1,"hex":"#bb0320"}}}},"quiet":{"$type":"color","$value":{"colorSpace":"srgb","components":[1,0.913725,0.901961],"alpha":1,"hex":"#ffe9e6"},"$description":"Canonical application theme input for color danger fill quiet.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-danger-fill-quiet","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.360784,0.003922,0.039216],"alpha":1,"hex":"#5c010a"}}}}},"on":{"loud":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.929412,0.933333,0.945098],"alpha":1,"hex":"#edeef1"},"$description":"Canonical application theme input for color danger on loud.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-danger-on-loud","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0,0,0.003922],"alpha":1,"hex":"#000001"}}}},"normal":{"$type":"color","$value":{"colorSpace":"srgb","components":[0,0,0.003922],"alpha":1,"hex":"#000001"},"$description":"Canonical application theme input for color danger on normal.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-danger-on-normal","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.929412,0.933333,0.945098],"alpha":1,"hex":"#edeef1"}}}},"quiet":{"$type":"color","$value":{"colorSpace":"srgb","components":[0,0,0.003922],"alpha":1,"hex":"#000001"},"$description":"Canonical application theme input for color danger on quiet.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-danger-on-quiet","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.929412,0.933333,0.945098],"alpha":1,"hex":"#edeef1"}}}}}},"focus":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.011765,0.368627,0.776471],"alpha":1,"hex":"#035ec6"},"$description":"Canonical application theme input for color focus.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-focus","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.356863,0.619608,1],"alpha":1,"hex":"#5b9eff"}}}},"mix":{"active":{"$type":"string","$value":"22%","$description":"Application theme input for --lr-color-mix-active.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-mix-active","cssType":"number","scope":"theme-input","group":"color"}}},"hover":{"$type":"string","$value":"12%","$description":"Application theme input for --lr-color-mix-hover.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-mix-hover","cssType":"number","scope":"theme-input","group":"color"}}},"partner":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.101961,0.101961,0.101961],"alpha":1,"hex":"#1a1a1a"},"$description":"Application theme input for --lr-color-mix-partner.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-mix-partner","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.94902,0.94902,0.94902],"alpha":1,"hex":"#f2f2f2"}}}}},"neutral":{"border":{"loud":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.27451,0.282353,0.298039],"alpha":1,"hex":"#46484c"},"$description":"Canonical application theme input for color neutral border loud.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-neutral-border-loud","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.611765,0.619608,0.639216],"alpha":1,"hex":"#9c9ea3"}}}},"normal":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.494118,0.501961,0.521569],"alpha":1,"hex":"#7e8085"},"$description":"Canonical application theme input for color neutral border normal.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-neutral-border-normal","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.494118,0.501961,0.521569],"alpha":1,"hex":"#7e8085"}}}},"quiet":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.737255,0.745098,0.756863],"alpha":1,"hex":"#bcbec1"},"$description":"Canonical application theme input for color neutral border quiet.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-neutral-border-quiet","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.172549,0.180392,0.192157],"alpha":1,"hex":"#2c2e31"}}}}},"fill":{"loud":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.380392,0.388235,0.407843],"alpha":1,"hex":"#616368"},"$description":"Canonical application theme input for color neutral fill loud.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-neutral-fill-loud","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.611765,0.619608,0.639216],"alpha":1,"hex":"#9c9ea3"}}}},"normal":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.737255,0.745098,0.756863],"alpha":1,"hex":"#bcbec1"},"$description":"Canonical application theme input for color neutral fill normal.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-neutral-fill-normal","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.380392,0.388235,0.407843],"alpha":1,"hex":"#616368"}}}},"quiet":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.929412,0.933333,0.945098],"alpha":1,"hex":"#edeef1"},"$description":"Canonical application theme input for color neutral fill quiet.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-neutral-fill-quiet","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.172549,0.180392,0.192157],"alpha":1,"hex":"#2c2e31"}}}}},"on":{"loud":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.929412,0.933333,0.945098],"alpha":1,"hex":"#edeef1"},"$description":"Canonical application theme input for color neutral on loud.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-neutral-on-loud","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0,0,0.003922],"alpha":1,"hex":"#000001"}}}},"normal":{"$type":"color","$value":{"colorSpace":"srgb","components":[0,0,0.003922],"alpha":1,"hex":"#000001"},"$description":"Canonical application theme input for color neutral on normal.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-neutral-on-normal","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.929412,0.933333,0.945098],"alpha":1,"hex":"#edeef1"}}}},"quiet":{"$type":"color","$value":{"colorSpace":"srgb","components":[0,0,0.003922],"alpha":1,"hex":"#000001"},"$description":"Canonical application theme input for color neutral on quiet.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-neutral-on-quiet","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.929412,0.933333,0.945098],"alpha":1,"hex":"#edeef1"}}}}}},"no":{"data":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.501961,0.501961,0.501961],"alpha":0.25,"hex":"#808080"},"$description":"Canonical application theme input for color no data.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-no-data","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.705882,0.705882,0.705882],"alpha":0.3,"hex":"#b4b4b4"}}}}},"on":{"strong":{"overlay":{"$type":"color","$value":{"colorSpace":"srgb","components":[1,1,1],"alpha":1,"hex":"#ffffff"},"$description":"Canonical application theme input for color on strong overlay.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-on-strong-overlay","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[1,1,1],"alpha":1,"hex":"#ffffff"}}}}}},"overlay":{"$root":{"$type":"color","$value":{"colorSpace":"srgb","components":[0,0,0],"alpha":0.5,"hex":"#000000"},"$description":"Canonical application theme input for color overlay.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-overlay","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0,0,0],"alpha":0.72,"hex":"#000000"}}}},"strong":{"$type":"color","$value":{"colorSpace":"srgb","components":[0,0,0],"alpha":0.92,"hex":"#000000"},"$description":"Canonical application theme input for color overlay strong.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-overlay-strong","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0,0,0],"alpha":0.95,"hex":"#000000"}}}}},"shadow":{"$type":"color","$value":{"colorSpace":"srgb","components":[0,0,0],"alpha":1,"hex":"#000000"},"$description":"Application theme input for --lr-color-shadow.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-shadow","cssType":"color","scope":"theme-input","group":"color"}}},"success":{"border":{"loud":{"$type":"color","$value":{"colorSpace":"srgb","components":[0,0.341176,0.121569],"alpha":1,"hex":"#00571f"},"$description":"Canonical application theme input for color success border loud.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-success-border-loud","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.403922,0.701961,0.454902],"alpha":1,"hex":"#67b374"}}}},"normal":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.243137,0.584314,0.313725],"alpha":1,"hex":"#3e9550"},"$description":"Canonical application theme input for color success border normal.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-success-border-normal","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.243137,0.584314,0.313725],"alpha":1,"hex":"#3e9550"}}}},"quiet":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.568627,0.815686,0.603922],"alpha":1,"hex":"#91d09a"},"$description":"Canonical application theme input for color success border quiet.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-success-border-quiet","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.003922,0.223529,0.070588],"alpha":1,"hex":"#013912"}}}}},"fill":{"loud":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.047059,0.470588,0.188235],"alpha":1,"hex":"#0c7830"},"$description":"Canonical application theme input for color success fill loud.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-success-fill-loud","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.403922,0.701961,0.454902],"alpha":1,"hex":"#67b374"}}}},"normal":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.568627,0.815686,0.603922],"alpha":1,"hex":"#91d09a"},"$description":"Canonical application theme input for color success fill normal.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-success-fill-normal","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.047059,0.470588,0.188235],"alpha":1,"hex":"#0c7830"}}}},"quiet":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.827451,0.984314,0.847059],"alpha":1,"hex":"#d3fbd8"},"$description":"Canonical application theme input for color success fill quiet.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-success-fill-quiet","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.003922,0.223529,0.070588],"alpha":1,"hex":"#013912"}}}}},"on":{"loud":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.929412,0.933333,0.945098],"alpha":1,"hex":"#edeef1"},"$description":"Canonical application theme input for color success on loud.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-success-on-loud","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0,0,0.003922],"alpha":1,"hex":"#000001"}}}},"normal":{"$type":"color","$value":{"colorSpace":"srgb","components":[0,0,0.003922],"alpha":1,"hex":"#000001"},"$description":"Canonical application theme input for color success on normal.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-success-on-normal","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.929412,0.933333,0.945098],"alpha":1,"hex":"#edeef1"}}}},"quiet":{"$type":"color","$value":{"colorSpace":"srgb","components":[0,0,0.003922],"alpha":1,"hex":"#000001"},"$description":"Canonical application theme input for color success on quiet.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-success-on-quiet","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.929412,0.933333,0.945098],"alpha":1,"hex":"#edeef1"}}}}}},"surface":{"border":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.541176,0.541176,0.564706],"alpha":1,"hex":"#8a8a90"},"$description":"Canonical application theme input for color surface border.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-surface-border","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.419608,0.419608,0.454902],"alpha":1,"hex":"#6b6b74"}}}},"default":{"$type":"color","$value":{"colorSpace":"srgb","components":[1,1,1],"alpha":1,"hex":"#ffffff"},"$description":"Canonical application theme input for color surface default.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-surface-default","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.101961,0.101961,0.101961],"alpha":1,"hex":"#1a1a1a"}}}},"overlay":{"$type":"color","$value":{"colorSpace":"srgb","components":[1,1,1],"alpha":1,"hex":"#ffffff"},"$description":"Canonical application theme input for color surface overlay.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-surface-overlay","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.168627,0.188235,0.219608],"alpha":1,"hex":"#2b3038"}}}},"raised":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.964706,0.972549,0.980392],"alpha":1,"hex":"#f6f8fa"},"$description":"Canonical application theme input for color surface raised.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-surface-raised","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.133333,0.152941,0.180392],"alpha":1,"hex":"#22272e"}}}}},"text":{"normal":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.101961,0.101961,0.101961],"alpha":1,"hex":"#1a1a1a"},"$description":"Canonical application theme input for color text normal.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-text-normal","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.94902,0.94902,0.94902],"alpha":1,"hex":"#f2f2f2"}}}},"quiet":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.419608,0.447059,0.501961],"alpha":1,"hex":"#6b7280"},"$description":"Canonical application theme input for color text quiet.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-text-quiet","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.603922,0.631373,0.67451],"alpha":1,"hex":"#9aa1ac"}}}}},"warning":{"border":{"loud":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.384314,0.25098,0.003922],"alpha":1,"hex":"#624001"},"$description":"Canonical application theme input for color warning border loud.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-warning-border-loud","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.764706,0.584314,0.329412],"alpha":1,"hex":"#c39554"}}}},"normal":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.654902,0.458824,0.14902],"alpha":1,"hex":"#a77526"},"$description":"Canonical application theme input for color warning border normal.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-warning-border-normal","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.654902,0.458824,0.14902],"alpha":1,"hex":"#a77526"}}}},"quiet":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.866667,0.717647,0.505882],"alpha":1,"hex":"#ddb781"},"$description":"Canonical application theme input for color warning border quiet.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-warning-border-quiet","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.25098,0.156863,0.003922],"alpha":1,"hex":"#402801"}}}}},"fill":{"loud":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.521569,0.34902,0.019608],"alpha":1,"hex":"#855905"},"$description":"Canonical application theme input for color warning fill loud.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-warning-fill-loud","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.764706,0.584314,0.329412],"alpha":1,"hex":"#c39554"}}}},"normal":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.866667,0.717647,0.505882],"alpha":1,"hex":"#ddb781"},"$description":"Canonical application theme input for color warning fill normal.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-warning-fill-normal","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.521569,0.34902,0.019608],"alpha":1,"hex":"#855905"}}}},"quiet":{"$type":"color","$value":{"colorSpace":"srgb","components":[1,0.921569,0.823529],"alpha":1,"hex":"#ffebd2"},"$description":"Canonical application theme input for color warning fill quiet.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-warning-fill-quiet","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.25098,0.156863,0.003922],"alpha":1,"hex":"#402801"}}}}},"on":{"loud":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.929412,0.933333,0.945098],"alpha":1,"hex":"#edeef1"},"$description":"Canonical application theme input for color warning on loud.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-warning-on-loud","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0,0,0.003922],"alpha":1,"hex":"#000001"}}}},"normal":{"$type":"color","$value":{"colorSpace":"srgb","components":[0,0,0.003922],"alpha":1,"hex":"#000001"},"$description":"Canonical application theme input for color warning on normal.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-warning-on-normal","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.929412,0.933333,0.945098],"alpha":1,"hex":"#edeef1"}}}},"quiet":{"$type":"color","$value":{"colorSpace":"srgb","components":[0,0,0.003922],"alpha":1,"hex":"#000001"},"$description":"Canonical application theme input for color warning on quiet.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-warning-on-quiet","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.929412,0.933333,0.945098],"alpha":1,"hex":"#edeef1"}}}}}}},"duration":{"fast":{"$type":"duration","$value":{"value":120,"unit":"ms"},"$description":"Application theme input for --lr-duration-fast.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-duration-fast","cssType":"duration","scope":"theme-input","group":"motion"}}},"icon":{"$type":"duration","$value":{"value":1,"unit":"s"},"$description":"Application theme input for --lr-duration-icon.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-duration-icon","cssType":"duration","scope":"theme-input","group":"motion"}}},"normal":{"$type":"duration","$value":{"value":180,"unit":"ms"},"$description":"Application theme input for --lr-duration-base.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-duration-normal","cssType":"duration","scope":"theme-input","group":"motion"}}},"slow":{"$type":"duration","$value":{"value":1.8,"unit":"s"},"$description":"Application theme input for --lr-duration-ambient.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-duration-slow","cssType":"duration","scope":"theme-input","group":"motion"}}}},"easing":{"emphasized":{"$type":"string","$value":"ease-in-out","$description":"Application theme input for --lr-easing-emphasized.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-easing-emphasized","cssType":"dimension","scope":"theme-input","group":"motion"}}},"linear":{"$type":"string","$value":"linear","$description":"Application theme input for --lr-easing-linear.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-easing-linear","cssType":"string","scope":"theme-input","group":"motion"}}},"standard":{"$type":"string","$value":"ease-out","$description":"Application theme input for --lr-easing-standard.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-easing-standard","cssType":"string","scope":"theme-input","group":"motion"}}}},"focus":{"ring":{"offset":{"$type":"dimension","$value":{"value":2,"unit":"px"},"$description":"Canonical application theme input for focus ring offset.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-focus-ring-offset","cssType":"dimension","scope":"theme-input","group":"focus"}}},"width":{"$type":"dimension","$value":{"value":2,"unit":"px"},"$description":"Canonical application theme input for focus ring width.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-focus-ring-width","cssType":"dimension","scope":"theme-input","group":"focus"}}}}},"font":{"family":{"body":{"$type":"fontFamily","$value":["system-ui","sans-serif"],"$description":"Canonical application theme input for font family body.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-font-family-body","cssType":"fontFamily","scope":"theme-input","group":"typography"}}},"mono":{"$type":"fontFamily","$value":["ui-monospace","SFMono-Regular","Menlo","Consolas","monospace"],"$description":"Canonical application theme input for font family mono.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-font-family-mono","cssType":"fontFamily","scope":"theme-input","group":"typography"}}}},"size":{"2xl":{"$type":"dimension","$value":{"value":1.75,"unit":"rem"},"$description":"Canonical application theme input for font size 2xl.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-font-size-2xl","cssType":"dimension","scope":"theme-input","group":"typography"}}},"2xs":{"$type":"dimension","$value":{"value":0.625,"unit":"rem"},"$description":"Canonical application theme input for font size 2xs.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-font-size-2xs","cssType":"dimension","scope":"theme-input","group":"typography"}}},"3xl":{"$type":"dimension","$value":{"value":2,"unit":"rem"},"$description":"Canonical application theme input for font size 3xl.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-font-size-3xl","cssType":"dimension","scope":"theme-input","group":"typography"}}},"3xs":{"$type":"dimension","$value":{"value":0.5,"unit":"rem"},"$description":"Canonical application theme input for font size 3xs.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-font-size-3xs","cssType":"dimension","scope":"theme-input","group":"typography"}}},"lg":{"$type":"dimension","$value":{"value":1.125,"unit":"rem"},"$description":"Canonical application theme input for font size lg.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-font-size-lg","cssType":"dimension","scope":"theme-input","group":"typography"}}},"m":{"$type":"dimension","$value":{"value":1,"unit":"rem"},"$description":"Canonical application theme input for font size m.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-font-size-m","cssType":"dimension","scope":"theme-input","group":"typography"}}},"md":{"sm":{"$type":"dimension","$value":{"value":0.875,"unit":"rem"},"$description":"Canonical application theme input for font size md sm.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-font-size-md-sm","cssType":"dimension","scope":"theme-input","group":"typography"}}}},"sm":{"$type":"dimension","$value":{"value":0.8125,"unit":"rem"},"$description":"Canonical application theme input for font size sm.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-font-size-sm","cssType":"dimension","scope":"theme-input","group":"typography"}}},"xl":{"$type":"dimension","$value":{"value":1.25,"unit":"rem"},"$description":"Canonical application theme input for font size xl.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-font-size-xl","cssType":"dimension","scope":"theme-input","group":"typography"}}},"xs":{"$type":"dimension","$value":{"value":0.75,"unit":"rem"},"$description":"Canonical application theme input for font size xs.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-font-size-xs","cssType":"dimension","scope":"theme-input","group":"typography"}}}},"weight":{"bold":{"$type":"fontWeight","$value":700,"$description":"Application theme input for --lr-font-weight-bold.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-font-weight-bold","cssType":"fontWeight","scope":"theme-input","group":"typography"}}},"medium":{"$type":"fontWeight","$value":500,"$description":"Application theme input for --lr-font-weight-medium.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-font-weight-medium","cssType":"fontWeight","scope":"theme-input","group":"typography"}}},"normal":{"$type":"fontWeight","$value":400,"$description":"Application theme input for --lr-font-weight-normal.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-font-weight-normal","cssType":"fontWeight","scope":"theme-input","group":"typography"}}},"semibold":{"$type":"fontWeight","$value":600,"$description":"Application theme input for --lr-font-weight-semibold.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-font-weight-semibold","cssType":"fontWeight","scope":"theme-input","group":"typography"}}}}},"graph":{"cat":{"1":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.509804,0.313725,0.87451],"alpha":1,"hex":"#8250df"},"$description":"Canonical application theme input for graph cat 1.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-graph-cat-1","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.709804,0.54902,1],"alpha":1,"hex":"#b58cff"}}}},"2":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.74902,0.223529,0.537255],"alpha":1,"hex":"#bf3989"},"$description":"Canonical application theme input for graph cat 2.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-graph-cat-2","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[1,0.478431,0.698039],"alpha":1,"hex":"#ff7ab2"}}}},"3":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.039216,0.490196,0.568627],"alpha":1,"hex":"#0a7d91"},"$description":"Canonical application theme input for graph cat 3.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-graph-cat-3","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.309804,0.819608,0.772549],"alpha":1,"hex":"#4fd1c5"}}}},"4":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.341176,0.376471,0.415686],"alpha":1,"hex":"#57606a"},"$description":"Canonical application theme input for graph cat 4.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-graph-cat-4","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.666667,0.705882,0.768627],"alpha":1,"hex":"#aab4c4"}}}},"5":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.690196,0.513725,0.960784],"alpha":1,"hex":"#b083f5"},"$description":"Canonical application theme input for graph cat 5.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-graph-cat-5","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.831373,0.654902,1],"alpha":1,"hex":"#d4a7ff"}}}},"6":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.956863,0.439216,0.721569],"alpha":1,"hex":"#f470b8"},"$description":"Canonical application theme input for graph cat 6.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-graph-cat-6","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[1,0.568627,0.784314],"alpha":1,"hex":"#ff91c8"}}}},"7":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.321569,0.839216,0.909804],"alpha":1,"hex":"#52d6e8"},"$description":"Canonical application theme input for graph cat 7.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-graph-cat-7","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.47451,0.886275,0.937255],"alpha":1,"hex":"#79e2ef"}}}},"8":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.788235,0.819608,0.85098],"alpha":1,"hex":"#c9d1d9"},"$description":"Canonical application theme input for graph cat 8.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-graph-cat-8","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.894118,0.905882,0.921569],"alpha":1,"hex":"#e4e7eb"}}}}}},"hover":{"brightness":{"$type":"number","$value":1.08,"$description":"Application theme input for --lr-hover-brightness.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-hover-brightness","cssType":"number","scope":"theme-input","group":"interaction"}}}},"icon":{"button":{"size":{"$type":"dimension","$value":{"value":2.5,"unit":"rem"},"$description":"Canonical application theme input for icon button size.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-icon-button-size","cssType":"dimension","scope":"theme-input","group":"control"}}}}},"line":{"height":{"1":{"4":{"$type":"number","$value":1.4,"$description":"Application theme input for --lr-line-height-1-4.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-line-height-1-4","cssType":"number","scope":"theme-input","group":"typography"}}}},"compact":{"$type":"number","$value":1.25,"$description":"Application theme input for --lr-line-height-compact.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-line-height-compact","cssType":"number","scope":"theme-input","group":"typography"}}},"loose":{"$type":"number","$value":1.6,"$description":"Application theme input for --lr-line-height-loose.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-line-height-loose","cssType":"number","scope":"theme-input","group":"typography"}}},"none":{"$type":"number","$value":1,"$description":"Application theme input for --lr-line-height-none.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-line-height-none","cssType":"number","scope":"theme-input","group":"typography"}}},"normal":{"$type":"number","$value":1.5,"$description":"Application theme input for --lr-line-height-normal.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-line-height-normal","cssType":"number","scope":"theme-input","group":"typography"}}},"snug":{"$type":"number","$value":1.3,"$description":"Application theme input for --lr-line-height-snug.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-line-height-snug","cssType":"number","scope":"theme-input","group":"typography"}}}}},"opacity":{"disabled":{"$type":"number","$value":0.5,"$description":"Application theme input for --lr-opacity-disabled.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-opacity-disabled","cssType":"number","scope":"theme-input","group":"opacity"}}},"muted":{"$type":"number","$value":0.85,"$description":"Application theme input for --lr-opacity-muted.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-opacity-muted","cssType":"number","scope":"theme-input","group":"opacity"}}}},"otp":{"input":{"segment":{"size":{"$type":"string","$value":"2.5em","$description":"Application theme input for --lr-otp-input-segment-size.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-otp-input-segment-size","cssType":"dimension","scope":"theme-input","group":"control"}}}}}},"popover":{"viewport":{"clamp":{"$type":"string","$value":"92vw","$description":"Application theme input for --lr-popover-viewport-clamp.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-popover-viewport-clamp","cssType":"dimension","scope":"theme-input","group":"layout"}}}}},"scroll":{"fade":{"size":{"$type":"dimension","$value":{"value":2,"unit":"rem"},"$description":"Application theme input for --lr-scroll-fade-size.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-scroll-fade-size","cssType":"dimension","scope":"theme-input","group":"layout"}}}}},"shadow":{"color":{"$type":"string","$value":"0 0 0","$description":"Canonical application theme input for shadow color.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-shadow-color","cssType":"string","scope":"theme-input","group":"elevation"}}},"l":{"$type":"string","$value":"0 6px 16px rgb(var(--lr-theme-shadow-color) / 0.18)","$description":"Canonical application theme input for shadow l.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-shadow-l","cssType":"shadow","scope":"theme-input","group":"elevation"},"com.aceshooting.lyra.modes":{"dark":"0 8px 20px rgb(var(--lr-theme-shadow-color) / 0.56)"}}},"m":{"$type":"string","$value":"0 2px 8px rgb(var(--lr-theme-shadow-color) / 0.15)","$description":"Canonical application theme input for shadow m.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-shadow-m","cssType":"shadow","scope":"theme-input","group":"elevation"},"com.aceshooting.lyra.modes":{"dark":"0 2px 8px rgb(var(--lr-theme-shadow-color) / 0.46)"}}},"s":{"$type":"string","$value":"0 1px 4px rgb(var(--lr-theme-shadow-color) / 0.14)","$description":"Canonical application theme input for shadow s.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-shadow-s","cssType":"shadow","scope":"theme-input","group":"elevation"},"com.aceshooting.lyra.modes":{"dark":"0 1px 4px rgb(var(--lr-theme-shadow-color) / 0.4)"}}},"xl":{"$type":"string","$value":"0 12px 32px rgb(var(--lr-theme-shadow-color) / 0.22)","$description":"Canonical application theme input for shadow xl.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-shadow-xl","cssType":"shadow","scope":"theme-input","group":"elevation"},"com.aceshooting.lyra.modes":{"dark":"0 16px 40px rgb(var(--lr-theme-shadow-color) / 0.66)"}}},"xs":{"$type":"string","$value":"0 1px 2px rgb(var(--lr-theme-shadow-color) / 0.12)","$description":"Canonical application theme input for shadow xs.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-shadow-xs","cssType":"shadow","scope":"theme-input","group":"elevation"},"com.aceshooting.lyra.modes":{"dark":"0 1px 2px rgb(var(--lr-theme-shadow-color) / 0.34)"}}}},"size":{"0":{"02em":{"$type":"string","$value":"0.02em","$description":"Application theme input for --lr-size-0-02em.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-0-02em","cssType":"dimension","scope":"theme-input","group":"size"}}},"03em":{"$type":"string","$value":"0.03em","$description":"Application theme input for --lr-size-0-03em.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-0-03em","cssType":"dimension","scope":"theme-input","group":"size"}}},"04em":{"$type":"string","$value":"0.04em","$description":"Application theme input for --lr-size-0-04em.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-0-04em","cssType":"dimension","scope":"theme-input","group":"size"}}},"05rem":{"$type":"dimension","$value":{"value":0.05,"unit":"rem"},"$description":"Application theme input for --lr-size-0-05rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-0-05rem","cssType":"dimension","scope":"theme-input","group":"size"}}},"0625rem":{"$type":"dimension","$value":{"value":0.0625,"unit":"rem"},"$description":"Application theme input for --lr-size-0-0625rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-0-0625rem","cssType":"dimension","scope":"theme-input","group":"size"}}},"09375rem":{"$type":"dimension","$value":{"value":0.09375,"unit":"rem"},"$description":"Application theme input for --lr-size-0-09375rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-0-09375rem","cssType":"dimension","scope":"theme-input","group":"size"}}},"125rem":{"$type":"dimension","$value":{"value":0.125,"unit":"rem"},"$description":"Application theme input for --lr-size-0-125rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-0-125rem","cssType":"dimension","scope":"theme-input","group":"size"}}},"15rem":{"$type":"dimension","$value":{"value":0.15,"unit":"rem"},"$description":"Application theme input for --lr-size-0-15rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-0-15rem","cssType":"dimension","scope":"theme-input","group":"size"}}},"1875rem":{"$type":"dimension","$value":{"value":0.1875,"unit":"rem"},"$description":"Application theme input for --lr-size-0-1875rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-0-1875rem","cssType":"dimension","scope":"theme-input","group":"size"}}},"1rem":{"$type":"dimension","$value":{"value":0.1,"unit":"rem"},"$description":"Application theme input for --lr-size-0-1rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-0-1rem","cssType":"dimension","scope":"theme-input","group":"size"}}},"25rem":{"$type":"dimension","$value":{"value":0.25,"unit":"rem"},"$description":"Application theme input for --lr-size-0-25rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-0-25rem","cssType":"dimension","scope":"theme-input","group":"size"}}},"3125rem":{"$type":"dimension","$value":{"value":0.3125,"unit":"rem"},"$description":"Application theme input for --lr-size-0-3125rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-0-3125rem","cssType":"dimension","scope":"theme-input","group":"size"}}},"35em":{"$type":"string","$value":"0.35em","$description":"Application theme input for --lr-size-0-35em.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-0-35em","cssType":"dimension","scope":"theme-input","group":"size"}}},"375rem":{"$type":"dimension","$value":{"value":0.375,"unit":"rem"},"$description":"Application theme input for --lr-size-0-375rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-0-375rem","cssType":"dimension","scope":"theme-input","group":"size"}}},"3em":{"$type":"string","$value":"0.3em","$description":"Application theme input for --lr-size-0-3em.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-0-3em","cssType":"dimension","scope":"theme-input","group":"size"}}},"4375rem":{"$type":"dimension","$value":{"value":0.4375,"unit":"rem"},"$description":"Application theme input for --lr-size-0-4375rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-0-4375rem","cssType":"dimension","scope":"theme-input","group":"size"}}},"4em":{"$type":"string","$value":"0.4em","$description":"Application theme input for --lr-size-0-4em.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-0-4em","cssType":"dimension","scope":"theme-input","group":"size"}}},"4rem":{"$type":"dimension","$value":{"value":0.4,"unit":"rem"},"$description":"Application theme input for --lr-size-0-4rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-0-4rem","cssType":"dimension","scope":"theme-input","group":"size"}}},"5em":{"$type":"string","$value":"0.5em","$description":"Application theme input for --lr-size-0-5em.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-0-5em","cssType":"dimension","scope":"theme-input","group":"size"}}},"5rem":{"$type":"dimension","$value":{"value":0.5,"unit":"rem"},"$description":"Application theme input for --lr-size-0-5rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-0-5rem","cssType":"dimension","scope":"theme-input","group":"size"}}},"625rem":{"$type":"dimension","$value":{"value":0.625,"unit":"rem"},"$description":"Application theme input for --lr-size-0-625rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-0-625rem","cssType":"dimension","scope":"theme-input","group":"size"}}},"6875rem":{"$type":"dimension","$value":{"value":0.6875,"unit":"rem"},"$description":"Application theme input for --lr-size-0-6875rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-0-6875rem","cssType":"dimension","scope":"theme-input","group":"size"}}},"6rem":{"$type":"dimension","$value":{"value":0.6,"unit":"rem"},"$description":"Application theme input for --lr-size-0-6rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-0-6rem","cssType":"dimension","scope":"theme-input","group":"size"}}},"75em":{"$type":"string","$value":"0.75em","$description":"Application theme input for --lr-size-0-75em.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-0-75em","cssType":"dimension","scope":"theme-input","group":"size"}}},"75rem":{"$type":"dimension","$value":{"value":0.75,"unit":"rem"},"$description":"Application theme input for --lr-size-0-75rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-0-75rem","cssType":"dimension","scope":"theme-input","group":"size"}}},"7em":{"$type":"string","$value":"0.7em","$description":"Application theme input for --lr-size-0-7em.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-0-7em","cssType":"dimension","scope":"theme-input","group":"size"}}},"875em":{"$type":"string","$value":"0.875em","$description":"Application theme input for --lr-size-0-875em.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-0-875em","cssType":"dimension","scope":"theme-input","group":"size"}}},"8rem":{"$type":"dimension","$value":{"value":0.8,"unit":"rem"},"$description":"Application theme input for --lr-size-0-8rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-0-8rem","cssType":"dimension","scope":"theme-input","group":"size"}}},"9375rem":{"$type":"dimension","$value":{"value":0.9375,"unit":"rem"},"$description":"Application theme input for --lr-size-0-9375rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-0-9375rem","cssType":"dimension","scope":"theme-input","group":"size"}}}},"1":{"0625rem":{"$type":"dimension","$value":{"value":1.0625,"unit":"rem"},"$description":"Application theme input for --lr-size-1-0625rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-1-0625rem","cssType":"dimension","scope":"theme-input","group":"size"}}},"1rem":{"$type":"dimension","$value":{"value":1.1,"unit":"rem"},"$description":"Application theme input for --lr-size-1-1rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-1-1rem","cssType":"dimension","scope":"theme-input","group":"size"}}},"25rem":{"$type":"dimension","$value":{"value":1.25,"unit":"rem"},"$description":"Application theme input for --lr-size-1-25rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-1-25rem","cssType":"dimension","scope":"theme-input","group":"size"}}},"5em":{"$type":"string","$value":"1.5em","$description":"Application theme input for --lr-size-1-5em.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-1-5em","cssType":"dimension","scope":"theme-input","group":"size"}}},"5rem":{"$type":"dimension","$value":{"value":1.5,"unit":"rem"},"$description":"Application theme input for --lr-size-1-5rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-1-5rem","cssType":"dimension","scope":"theme-input","group":"size"}}},"75rem":{"$type":"dimension","$value":{"value":1.75,"unit":"rem"},"$description":"Application theme input for --lr-size-1-75rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-1-75rem","cssType":"dimension","scope":"theme-input","group":"size"}}},"875rem":{"$type":"dimension","$value":{"value":1.875,"unit":"rem"},"$description":"Application theme input for --lr-size-1-875rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-1-875rem","cssType":"dimension","scope":"theme-input","group":"size"}}}},"2":{"25rem":{"$type":"dimension","$value":{"value":2.25,"unit":"rem"},"$description":"Application theme input for --lr-size-2-25rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-2-25rem","cssType":"dimension","scope":"theme-input","group":"size"}}},"5ch":{"$type":"string","$value":"2.5ch","$description":"Application theme input for --lr-size-2-5ch.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-2-5ch","cssType":"dimension","scope":"theme-input","group":"size"}}},"5rem":{"$type":"dimension","$value":{"value":2.5,"unit":"rem"},"$description":"Application theme input for --lr-size-2-5rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-2-5rem","cssType":"dimension","scope":"theme-input","group":"size"}}}},"3":{"5em":{"$type":"string","$value":"3.5em","$description":"Application theme input for --lr-size-3-5em.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-3-5em","cssType":"dimension","scope":"theme-input","group":"size"}}},"5rem":{"$type":"dimension","$value":{"value":3.5,"unit":"rem"},"$description":"Application theme input for --lr-size-3-5rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-3-5rem","cssType":"dimension","scope":"theme-input","group":"size"}}}},"10px":{"$type":"dimension","$value":{"value":10,"unit":"px"},"$description":"Application theme input for --lr-size-10px.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-10px","cssType":"dimension","scope":"theme-input","group":"size"}}},"10rem":{"$type":"dimension","$value":{"value":10,"unit":"rem"},"$description":"Application theme input for --lr-size-10rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-10rem","cssType":"dimension","scope":"theme-input","group":"size"}}},"12em":{"$type":"string","$value":"12em","$description":"Application theme input for --lr-size-12em.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-12em","cssType":"dimension","scope":"theme-input","group":"size"}}},"12rem":{"$type":"dimension","$value":{"value":12,"unit":"rem"},"$description":"Application theme input for --lr-size-12rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-12rem","cssType":"dimension","scope":"theme-input","group":"size"}}},"14px":{"$type":"dimension","$value":{"value":14,"unit":"px"},"$description":"Application theme input for --lr-size-14px.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-14px","cssType":"dimension","scope":"theme-input","group":"size"}}},"14rem":{"$type":"dimension","$value":{"value":14,"unit":"rem"},"$description":"Application theme input for --lr-size-14rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-14rem","cssType":"dimension","scope":"theme-input","group":"size"}}},"15rem":{"$type":"dimension","$value":{"value":15,"unit":"rem"},"$description":"Application theme input for --lr-size-15rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-15rem","cssType":"dimension","scope":"theme-input","group":"size"}}},"16px":{"$type":"dimension","$value":{"value":16,"unit":"px"},"$description":"Application theme input for --lr-size-16px.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-16px","cssType":"dimension","scope":"theme-input","group":"size"}}},"16rem":{"$type":"dimension","$value":{"value":16,"unit":"rem"},"$description":"Application theme input for --lr-size-16rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-16rem","cssType":"dimension","scope":"theme-input","group":"size"}}},"18rem":{"$type":"dimension","$value":{"value":18,"unit":"rem"},"$description":"Application theme input for --lr-size-18rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-18rem","cssType":"dimension","scope":"theme-input","group":"size"}}},"1em":{"$type":"string","$value":"1em","$description":"Application theme input for --lr-size-1em.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-1em","cssType":"dimension","scope":"theme-input","group":"size"}}},"1px":{"$type":"dimension","$value":{"value":1,"unit":"px"},"$description":"Application theme input for --lr-size-1px.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-1px","cssType":"dimension","scope":"theme-input","group":"size"}}},"1rem":{"$type":"dimension","$value":{"value":1,"unit":"rem"},"$description":"Application theme input for --lr-size-1rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-1rem","cssType":"dimension","scope":"theme-input","group":"size"}}},"20rem":{"$type":"dimension","$value":{"value":20,"unit":"rem"},"$description":"Application theme input for --lr-size-20rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-20rem","cssType":"dimension","scope":"theme-input","group":"size"}}},"22rem":{"$type":"dimension","$value":{"value":22,"unit":"rem"},"$description":"Application theme input for --lr-size-22rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-22rem","cssType":"dimension","scope":"theme-input","group":"size"}}},"24px":{"$type":"dimension","$value":{"value":24,"unit":"px"},"$description":"Application theme input for --lr-size-24px.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-24px","cssType":"dimension","scope":"theme-input","group":"size"}}},"24rem":{"$type":"dimension","$value":{"value":24,"unit":"rem"},"$description":"Application theme input for --lr-size-24rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-24rem","cssType":"dimension","scope":"theme-input","group":"size"}}},"280px":{"$type":"dimension","$value":{"value":280,"unit":"px"},"$description":"Application theme input for --lr-size-280px.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-280px","cssType":"dimension","scope":"theme-input","group":"size"}}},"28px":{"$type":"dimension","$value":{"value":28,"unit":"px"},"$description":"Application theme input for --lr-size-28px.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-28px","cssType":"dimension","scope":"theme-input","group":"size"}}},"28rem":{"$type":"dimension","$value":{"value":28,"unit":"rem"},"$description":"Application theme input for --lr-size-28rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-28rem","cssType":"dimension","scope":"theme-input","group":"size"}}},"2px":{"$type":"dimension","$value":{"value":2,"unit":"px"},"$description":"Application theme input for --lr-size-2px.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-2px","cssType":"dimension","scope":"theme-input","group":"size"}}},"2rem":{"$type":"dimension","$value":{"value":2,"unit":"rem"},"$description":"Application theme input for --lr-size-2rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-2rem","cssType":"dimension","scope":"theme-input","group":"size"}}},"30rem":{"$type":"dimension","$value":{"value":30,"unit":"rem"},"$description":"Application theme input for --lr-size-30rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-30rem","cssType":"dimension","scope":"theme-input","group":"size"}}},"32rem":{"$type":"dimension","$value":{"value":32,"unit":"rem"},"$description":"Application theme input for --lr-size-32rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-32rem","cssType":"dimension","scope":"theme-input","group":"size"}}},"36rem":{"$type":"dimension","$value":{"value":36,"unit":"rem"},"$description":"Application theme input for --lr-size-36rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-36rem","cssType":"dimension","scope":"theme-input","group":"size"}}},"38rem":{"$type":"dimension","$value":{"value":38,"unit":"rem"},"$description":"Application theme input for --lr-size-38rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-38rem","cssType":"dimension","scope":"theme-input","group":"size"}}},"3ch":{"$type":"string","$value":"3ch","$description":"Application theme input for --lr-size-3ch.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-3ch","cssType":"dimension","scope":"theme-input","group":"size"}}},"3px":{"$type":"dimension","$value":{"value":3,"unit":"px"},"$description":"Application theme input for --lr-size-3px.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-3px","cssType":"dimension","scope":"theme-input","group":"size"}}},"3rem":{"$type":"dimension","$value":{"value":3,"unit":"rem"},"$description":"Application theme input for --lr-size-3rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-3rem","cssType":"dimension","scope":"theme-input","group":"size"}}},"48rem":{"$type":"dimension","$value":{"value":48,"unit":"rem"},"$description":"Application theme input for --lr-size-48rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-48rem","cssType":"dimension","scope":"theme-input","group":"size"}}},"4ch":{"$type":"string","$value":"4ch","$description":"Application theme input for --lr-size-4ch.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-4ch","cssType":"dimension","scope":"theme-input","group":"size"}}},"4px":{"$type":"dimension","$value":{"value":4,"unit":"px"},"$description":"Application theme input for --lr-size-4px.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-4px","cssType":"dimension","scope":"theme-input","group":"size"}}},"4rem":{"$type":"dimension","$value":{"value":4,"unit":"rem"},"$description":"Application theme input for --lr-size-4rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-4rem","cssType":"dimension","scope":"theme-input","group":"size"}}},"5em":{"$type":"string","$value":"5em","$description":"Application theme input for --lr-size-5em.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-5em","cssType":"dimension","scope":"theme-input","group":"size"}}},"5rem":{"$type":"dimension","$value":{"value":5,"unit":"rem"},"$description":"Application theme input for --lr-size-5rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-5rem","cssType":"dimension","scope":"theme-input","group":"size"}}},"6ch":{"$type":"string","$value":"6ch","$description":"Application theme input for --lr-size-6ch.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-6ch","cssType":"dimension","scope":"theme-input","group":"size"}}},"6em":{"$type":"string","$value":"6em","$description":"Application theme input for --lr-size-6em.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-6em","cssType":"dimension","scope":"theme-input","group":"size"}}},"6px":{"$type":"dimension","$value":{"value":6,"unit":"px"},"$description":"Application theme input for --lr-size-6px.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-6px","cssType":"dimension","scope":"theme-input","group":"size"}}},"6rem":{"$type":"dimension","$value":{"value":6,"unit":"rem"},"$description":"Application theme input for --lr-size-6rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-6rem","cssType":"dimension","scope":"theme-input","group":"size"}}},"7rem":{"$type":"dimension","$value":{"value":7,"unit":"rem"},"$description":"Application theme input for --lr-size-7rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-7rem","cssType":"dimension","scope":"theme-input","group":"size"}}},"8em":{"$type":"string","$value":"8em","$description":"Application theme input for --lr-size-8em.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-8em","cssType":"dimension","scope":"theme-input","group":"size"}}},"8rem":{"$type":"dimension","$value":{"value":8,"unit":"rem"},"$description":"Application theme input for --lr-size-8rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-8rem","cssType":"dimension","scope":"theme-input","group":"size"}}},"neg":{"0":{"15rem":{"$type":"dimension","$value":{"value":-0.15,"unit":"rem"},"$description":"Application theme input for --lr-size-neg-0-15rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-neg-0-15rem","cssType":"dimension","scope":"theme-input","group":"size"}}},"25rem":{"$type":"dimension","$value":{"value":-0.25,"unit":"rem"},"$description":"Application theme input for --lr-size-neg-0-25rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-neg-0-25rem","cssType":"dimension","scope":"theme-input","group":"size"}}}},"1px":{"$type":"dimension","$value":{"value":-1,"unit":"px"},"$description":"Application theme input for --lr-size-neg-1px.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-neg-1px","cssType":"dimension","scope":"theme-input","group":"size"}}},"4px":{"$type":"dimension","$value":{"value":-4,"unit":"px"},"$description":"Application theme input for --lr-size-neg-4px.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-neg-4px","cssType":"dimension","scope":"theme-input","group":"size"}}},"6px":{"$type":"dimension","$value":{"value":-6,"unit":"px"},"$description":"Application theme input for --lr-size-neg-6px.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-neg-6px","cssType":"dimension","scope":"theme-input","group":"size"}}},"8px":{"$type":"dimension","$value":{"value":-8,"unit":"px"},"$description":"Application theme input for --lr-size-neg-8px.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-neg-8px","cssType":"dimension","scope":"theme-input","group":"size"}}}}},"space":{"2xl":{"$type":"dimension","$value":{"value":2,"unit":"rem"},"$description":"Canonical application theme input for space 2xl.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-space-2xl","cssType":"dimension","scope":"theme-input","group":"spacing"}}},"2xs":{"$type":"dimension","$value":{"value":0.125,"unit":"rem"},"$description":"Canonical application theme input for space 2xs.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-space-2xs","cssType":"dimension","scope":"theme-input","group":"spacing"}}},"l":{"$type":"dimension","$value":{"value":1,"unit":"rem"},"$description":"Canonical application theme input for space l.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-space-l","cssType":"dimension","scope":"theme-input","group":"spacing"}}},"m":{"$type":"dimension","$value":{"value":0.75,"unit":"rem"},"$description":"Canonical application theme input for space m.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-space-m","cssType":"dimension","scope":"theme-input","group":"spacing"}}},"s":{"$type":"dimension","$value":{"value":0.5,"unit":"rem"},"$description":"Canonical application theme input for space s.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-space-s","cssType":"dimension","scope":"theme-input","group":"spacing"}}},"xs":{"$type":"dimension","$value":{"value":0.25,"unit":"rem"},"$description":"Canonical application theme input for space xs.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-space-xs","cssType":"dimension","scope":"theme-input","group":"spacing"}}}},"terminal":{"bg":{"black":{"$type":"string","$value":"#868686","$description":"Canonical application theme input for terminal bg black.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-terminal-bg-black","cssType":"string","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":"#292929"}}},"blue":{"$type":"string","$value":"#88a6d4","$description":"Canonical application theme input for terminal bg blue.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-terminal-bg-blue","cssType":"string","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":"#324e76"}}},"bright":{"black":{"$type":"string","$value":"#9e9e9e","$description":"Canonical application theme input for terminal bg bright black.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-terminal-bg-bright-black","cssType":"string","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":"#3d3d3d"}}},"blue":{"$type":"string","$value":"#a2c6fb","$description":"Canonical application theme input for terminal bg bright blue.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-terminal-bg-bright-blue","cssType":"string","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":"#446493"}}},"cyan":{"$type":"string","$value":"#8dd2da","$description":"Canonical application theme input for terminal bg bright cyan.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-terminal-bg-bright-cyan","cssType":"string","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":"#286f76"}}},"green":{"$type":"string","$value":"#a4d2a4","$description":"Canonical application theme input for terminal bg bright green.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-terminal-bg-bright-green","cssType":"string","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":"#456f46"}}},"magenta":{"$type":"string","$value":"#d6b4f0","$description":"Canonical application theme input for terminal bg bright magenta.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-terminal-bg-bright-magenta","cssType":"string","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":"#73548a"}}},"red":{"$type":"string","$value":"#f9aea5","$description":"Canonical application theme input for terminal bg bright red.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-terminal-bg-bright-red","cssType":"string","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":"#904e47"}}},"white":{"$type":"string","$value":"#d1d1d1","$description":"Canonical application theme input for terminal bg bright white.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-terminal-bg-bright-white","cssType":"string","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":"#696969"}}},"yellow":{"$type":"string","$value":"#d8c288","$description":"Canonical application theme input for terminal bg bright yellow.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-terminal-bg-bright-yellow","cssType":"string","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":"#756127"}}}},"cyan":{"$type":"string","$value":"#77b0b6","$description":"Canonical application theme input for terminal bg cyan.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-terminal-bg-cyan","cssType":"string","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":"#1c565d"}}},"green":{"$type":"string","$value":"#89b18a","$description":"Canonical application theme input for terminal bg green.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-terminal-bg-green","cssType":"string","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":"#335735"}}},"magenta":{"$type":"string","$value":"#b497cb","$description":"Canonical application theme input for terminal bg magenta.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-terminal-bg-magenta","cssType":"string","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":"#5a406e"}}},"red":{"$type":"string","$value":"#d2918a","$description":"Canonical application theme input for terminal bg red.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-terminal-bg-red","cssType":"string","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":"#733a35"}}},"white":{"$type":"string","$value":"#b7b7b7","$description":"Canonical application theme input for terminal bg white.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-terminal-bg-white","cssType":"string","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":"#525252"}}},"yellow":{"$type":"string","$value":"#b6a372","$description":"Canonical application theme input for terminal bg yellow.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-terminal-bg-yellow","cssType":"string","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":"#5c4b1a"}}}},"color":{"black":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.168627,0.168627,0.168627],"alpha":1,"hex":"#2b2b2b"},"$description":"Canonical application theme input for terminal color black.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-terminal-color-black","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.572549,0.572549,0.572549],"alpha":1,"hex":"#929292"}}}},"blue":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.023529,0.282353,0.611765],"alpha":1,"hex":"#06489c"},"$description":"Canonical application theme input for terminal color blue.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-terminal-color-blue","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.411765,0.647059,0.996078],"alpha":1,"hex":"#69a5fe"}}}},"bright":{"black":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.25098,0.25098,0.25098],"alpha":1,"hex":"#404040"},"$description":"Canonical application theme input for terminal color bright black.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-terminal-color-bright-black","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.670588,0.670588,0.670588],"alpha":1,"hex":"#ababab"}}}},"blue":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.078431,0.368627,0.756863],"alpha":1,"hex":"#145ec1"},"$description":"Canonical application theme input for terminal color bright blue.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-terminal-color-bright-blue","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.627451,0.776471,0.996078],"alpha":1,"hex":"#a0c6fe"}}}},"cyan":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.015686,0.443137,0.478431],"alpha":1,"hex":"#04717a"},"$description":"Canonical application theme input for terminal color bright cyan.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-terminal-color-bright-cyan","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0,0.866667,0.937255],"alpha":1,"hex":"#00ddef"}}}},"green":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.003922,0.47451,0.117647],"alpha":1,"hex":"#01791e"},"$description":"Canonical application theme input for terminal color bright green.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-terminal-color-bright-green","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.486275,0.87451,0.505882],"alpha":1,"hex":"#7cdf81"}}}},"magenta":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.509804,0.231373,0.682353],"alpha":1,"hex":"#823bae"},"$description":"Canonical application theme input for terminal color bright magenta.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-terminal-color-bright-magenta","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.862745,0.682353,0.996078],"alpha":1,"hex":"#dcaefe"}}}},"red":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.701961,0.137255,0.133333],"alpha":1,"hex":"#b32322"},"$description":"Canonical application theme input for terminal color bright red.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-terminal-color-bright-red","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[1,0.670588,0.631373],"alpha":1,"hex":"#ffaba1"}}}},"white":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.423529,0.423529,0.423529],"alpha":1,"hex":"#6c6c6c"},"$description":"Canonical application theme input for terminal color bright white.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-terminal-color-bright-white","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.870588,0.870588,0.870588],"alpha":1,"hex":"#dedede"}}}},"yellow":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.47451,0.376471,0.019608],"alpha":1,"hex":"#796005"},"$description":"Canonical application theme input for terminal color bright yellow.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-terminal-color-bright-yellow","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.92549,0.745098,0.141176],"alpha":1,"hex":"#ecbe24"}}}}},"cyan":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.007843,0.345098,0.372549],"alpha":1,"hex":"#02585f"},"$description":"Canonical application theme input for terminal color cyan.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-terminal-color-cyan","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.090196,0.729412,0.784314],"alpha":1,"hex":"#17bac8"}}}},"green":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.003922,0.368627,0.082353],"alpha":1,"hex":"#015e15"},"$description":"Canonical application theme input for terminal color green.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-terminal-color-green","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.403922,0.733333,0.419608],"alpha":1,"hex":"#67bb6b"}}}},"magenta":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.403922,0.160784,0.54902],"alpha":1,"hex":"#67298c"},"$description":"Canonical application theme input for terminal color magenta.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-terminal-color-magenta","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.764706,0.521569,0.937255],"alpha":1,"hex":"#c385ef"}}}},"red":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.564706,0.066667,0.078431],"alpha":1,"hex":"#901114"},"$description":"Canonical application theme input for terminal color red.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-terminal-color-red","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.976471,0.470588,0.423529],"alpha":1,"hex":"#f9786c"}}}},"white":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.333333,0.333333,0.333333],"alpha":1,"hex":"#555555"},"$description":"Canonical application theme input for terminal color white.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-terminal-color-white","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.768627,0.768627,0.768627],"alpha":1,"hex":"#c4c4c4"}}}},"yellow":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.372549,0.290196,0.011765],"alpha":1,"hex":"#5f4a03"},"$description":"Canonical application theme input for terminal color yellow.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-terminal-color-yellow","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.780392,0.627451,0.117647],"alpha":1,"hex":"#c7a01e"}}}}}},"transition":{"fast":{"$type":"string","$value":"120ms ease-out","$description":"Application theme input for --lr-transition-fast.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-transition-fast","cssType":"duration","scope":"theme-input","group":"motion"}}},"normal":{"$type":"string","$value":"180ms ease-out","$description":"Application theme input for --lr-transition-base.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-transition-normal","cssType":"duration","scope":"theme-input","group":"motion"}}},"slow":{"$type":"string","$value":"1.8s ease-in-out","$description":"Application theme input for --lr-transition-ambient.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-transition-slow","cssType":"duration","scope":"theme-input","group":"motion"}}}},"z":{"index":{"base":{"$type":"number","$value":0,"$description":"Canonical application theme input for z index base.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-z-index-base","cssType":"number","scope":"theme-input","group":"z"}}},"content":{"$type":"number","$value":1,"$description":"Canonical application theme input for z index content.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-z-index-content","cssType":"number","scope":"theme-input","group":"z"}}},"dropdown":{"$type":"number","$value":900,"$description":"Canonical application theme input for z index dropdown.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-z-index-dropdown","cssType":"number","scope":"theme-input","group":"z"}}},"modal":{"$type":"number","$value":1000,"$description":"Canonical application theme input for z index modal.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-z-index-modal","cssType":"number","scope":"theme-input","group":"z"}}},"popover":{"$type":"number","$value":1000,"$description":"Canonical application theme input for z index popover.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-z-index-popover","cssType":"number","scope":"theme-input","group":"z"}}},"toast":{"$type":"number","$value":9999,"$description":"Canonical application theme input for z index toast.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-z-index-toast","cssType":"number","scope":"theme-input","group":"z"}}}}}},"transition":{"ambient":{"$type":"string","$value":"var(--lr-theme-transition-slow, var(--lr-duration-ambient) var(--lr-easing-emphasized))","$description":"Canonical shared component token for transition ambient.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-transition-ambient","cssType":"duration","scope":"shared","group":"motion","themeInput":"--lr-theme-transition-slow"},"com.aceshooting.lyra.modes":{"reducedMotion":"0.001ms linear"}}},"base":{"$type":"string","$value":"var(--lr-theme-transition-normal, var(--lr-duration-base) var(--lr-easing-standard))","$description":"Canonical shared component token for transition base.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-transition-base","cssType":"duration","scope":"shared","group":"motion","themeInput":"--lr-theme-transition-normal"},"com.aceshooting.lyra.modes":{"reducedMotion":"0.001ms linear"}}},"fast":{"$type":"string","$value":"var(--lr-theme-transition-fast, var(--lr-duration-fast) var(--lr-easing-standard))","$description":"Canonical shared component token for transition fast.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-transition-fast","cssType":"duration","scope":"shared","group":"motion","themeInput":"--lr-theme-transition-fast"},"com.aceshooting.lyra.modes":{"reducedMotion":"0.001ms linear"}}}}}
1
+ {"$schema":"https://www.designtokens.org/schemas/2025.10/format.json","$extensions":{"com.aceshooting.lyra":{"schemaVersion":1,"authority":"tokens/canonical-tokens.json","cleanRoom":true}},"border":{"width":{"medium":{"$type":"string","$value":"var(--lr-theme-border-width-medium, 2px)","$description":"Canonical shared component token for border width medium.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-border-width-medium","cssType":"dimension","scope":"shared","group":"border","themeInput":"--lr-theme-border-width-medium"}}},"thick":{"$type":"string","$value":"var(--lr-theme-border-width-thick, 3px)","$description":"Canonical shared component token for border width thick.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-border-width-thick","cssType":"dimension","scope":"shared","group":"border","themeInput":"--lr-theme-border-width-thick"}}},"thin":{"$type":"string","$value":"var(--lr-theme-border-width-thin, 1px)","$description":"Canonical shared component token for border width thin.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-border-width-thin","cssType":"dimension","scope":"shared","group":"border","themeInput":"--lr-theme-border-width-thin"}}}}},"color":{"border":{"$root":{"$type":"string","$value":"var(--lr-theme-color-surface-border, #8a8a90)","$description":"Canonical shared component token for color border.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-border","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-surface-border"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-surface-border, #6b6b74)","forcedColors":"ButtonText"}}},"strong":{"$type":"string","$value":"var(--lr-theme-color-border-strong, #4b5563)","$description":"Canonical shared component token for color border strong.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-border-strong","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-border-strong"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-border-strong, #c4c9d1)"}}}},"brand":{"$root":{"$type":"string","$value":"var(--lr-color-brand-fill-loud)","$description":"Canonical shared component token for color brand.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-brand","cssType":"color","scope":"shared","group":"color"},"com.aceshooting.lyra.modes":{"forcedColors":"LinkText"}}},"border":{"loud":{"$type":"string","$value":"var(--lr-theme-color-brand-border-loud, var(--lr-ramp-brand-40))","$description":"Canonical shared component token for color brand border loud.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-brand-border-loud","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-brand-border-loud"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-brand-border-loud, var(--lr-ramp-brand-70))"}}},"normal":{"$type":"string","$value":"var(--lr-theme-color-brand-border-normal, var(--lr-ramp-brand-60))","$description":"Canonical shared component token for color brand border normal.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-brand-border-normal","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-brand-border-normal"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-brand-border-normal, var(--lr-ramp-brand-60))"}}},"quiet":{"$type":"string","$value":"var(--lr-theme-color-brand-border-quiet, var(--lr-ramp-brand-80))","$description":"Canonical shared component token for color brand border quiet.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-brand-border-quiet","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-brand-border-quiet"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-brand-border-quiet, var(--lr-ramp-brand-30))"}}}},"fill":{"loud":{"$type":"string","$value":"var(--lr-theme-color-brand-fill-loud, var(--lr-ramp-brand-50))","$description":"Canonical shared component token for color brand fill loud.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-brand-fill-loud","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-brand-fill-loud"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-brand-fill-loud, var(--lr-ramp-brand-70))"}}},"normal":{"$type":"string","$value":"var(--lr-theme-color-brand-fill-normal, var(--lr-ramp-brand-80))","$description":"Canonical shared component token for color brand fill normal.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-brand-fill-normal","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-brand-fill-normal"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-brand-fill-normal, var(--lr-ramp-brand-50))"}}},"quiet":{"$type":"string","$value":"var(--lr-theme-color-brand-fill-quiet, var(--lr-ramp-brand-95))","$description":"Canonical shared component token for color brand fill quiet.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-brand-fill-quiet","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-brand-fill-quiet"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-brand-fill-quiet, var(--lr-ramp-brand-30))"}}}},"on":{"loud":{"$type":"string","$value":"var(--lr-theme-color-brand-on-loud, var(--lr-ramp-neutral-95))","$description":"Canonical shared component token for color brand on loud.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-brand-on-loud","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-brand-on-loud"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-brand-on-loud, var(--lr-ramp-neutral-05))"}}},"normal":{"$type":"string","$value":"var(--lr-theme-color-brand-on-normal, var(--lr-ramp-neutral-05))","$description":"Canonical shared component token for color brand on normal.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-brand-on-normal","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-brand-on-normal"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-brand-on-normal, var(--lr-ramp-neutral-95))"}}},"quiet":{"$type":"string","$value":"var(--lr-theme-color-brand-on-quiet, var(--lr-ramp-neutral-05))","$description":"Canonical shared component token for color brand on quiet.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-brand-on-quiet","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-brand-on-quiet"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-brand-on-quiet, var(--lr-ramp-neutral-95))"}}}},"quiet":{"$type":"string","$value":"var(--lr-color-brand-fill-quiet)","$description":"Canonical shared component token for color brand quiet.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-brand-quiet","cssType":"color","scope":"shared","group":"color"},"com.aceshooting.lyra.modes":{"forcedColors":"Canvas"}}}},"chart":{"1":{"$type":"string","$value":"var(--lr-theme-color-chart-1, #0e006e)","$description":"Canonical shared component token for color chart 1.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-chart-1","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-chart-1"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-chart-1, #bbff94)","forcedColors":"Highlight"}}},"2":{"$type":"string","$value":"var(--lr-theme-color-chart-2, #4d011a)","$description":"Canonical shared component token for color chart 2.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-chart-2","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-chart-2"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-chart-2, #ffbce8)","forcedColors":"LinkText"}}},"3":{"$type":"string","$value":"var(--lr-theme-color-chart-3, #862002)","$description":"Canonical shared component token for color chart 3.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-chart-3","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-chart-3"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-chart-3, #2bd66a)","forcedColors":"CanvasText"}}},"4":{"$type":"string","$value":"var(--lr-theme-color-chart-4, #503983)","$description":"Canonical shared component token for color chart 4.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-chart-4","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-chart-4"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-chart-4, #bb99cb)","forcedColors":"Highlight"}}},"5":{"$type":"string","$value":"var(--lr-theme-color-chart-5, #315fdd)","$description":"Canonical shared component token for color chart 5.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-chart-5","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-chart-5"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-chart-5, #7888fe)","forcedColors":"LinkText"}}},"6":{"$type":"string","$value":"var(--lr-theme-color-chart-6, #935e7c)","$description":"Canonical shared component token for color chart 6.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-chart-6","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-chart-6"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-chart-6, #9b6b90)","forcedColors":"CanvasText"}}},"7":{"$type":"string","$value":"var(--lr-theme-color-chart-7, #de6906)","$description":"Canonical shared component token for color chart 7.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-chart-7","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-chart-7"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-chart-7, #db3a29)","forcedColors":"Highlight"}}},"8":{"$type":"string","$value":"var(--lr-theme-color-chart-8, #8f81d3)","$description":"Canonical shared component token for color chart 8.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-chart-8","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-chart-8"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-chart-8, #555de3)","forcedColors":"LinkText"}}}},"danger":{"$root":{"$type":"string","$value":"var(--lr-color-danger-fill-loud)","$description":"Canonical shared component token for color danger.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-danger","cssType":"color","scope":"shared","group":"color"},"com.aceshooting.lyra.modes":{"forcedColors":"LinkText"}}},"border":{"loud":{"$type":"string","$value":"var(--lr-theme-color-danger-border-loud, var(--lr-ramp-danger-40))","$description":"Canonical shared component token for color danger border loud.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-danger-border-loud","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-danger-border-loud"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-danger-border-loud, var(--lr-ramp-danger-70))"}}},"normal":{"$type":"string","$value":"var(--lr-theme-color-danger-border-normal, var(--lr-ramp-danger-60))","$description":"Canonical shared component token for color danger border normal.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-danger-border-normal","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-danger-border-normal"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-danger-border-normal, var(--lr-ramp-danger-60))"}}},"quiet":{"$type":"string","$value":"var(--lr-theme-color-danger-border-quiet, var(--lr-ramp-danger-80))","$description":"Canonical shared component token for color danger border quiet.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-danger-border-quiet","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-danger-border-quiet"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-danger-border-quiet, var(--lr-ramp-danger-30))"}}}},"fill":{"loud":{"$type":"string","$value":"var(--lr-theme-color-danger-fill-loud, var(--lr-ramp-danger-50))","$description":"Canonical shared component token for color danger fill loud.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-danger-fill-loud","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-danger-fill-loud"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-danger-fill-loud, var(--lr-ramp-danger-70))"}}},"normal":{"$type":"string","$value":"var(--lr-theme-color-danger-fill-normal, var(--lr-ramp-danger-80))","$description":"Canonical shared component token for color danger fill normal.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-danger-fill-normal","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-danger-fill-normal"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-danger-fill-normal, var(--lr-ramp-danger-50))"}}},"quiet":{"$type":"string","$value":"var(--lr-theme-color-danger-fill-quiet, var(--lr-ramp-danger-95))","$description":"Canonical shared component token for color danger fill quiet.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-danger-fill-quiet","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-danger-fill-quiet"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-danger-fill-quiet, var(--lr-ramp-danger-30))"}}}},"on":{"loud":{"$type":"string","$value":"var(--lr-theme-color-danger-on-loud, var(--lr-ramp-neutral-95))","$description":"Canonical shared component token for color danger on loud.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-danger-on-loud","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-danger-on-loud"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-danger-on-loud, var(--lr-ramp-neutral-05))"}}},"normal":{"$type":"string","$value":"var(--lr-theme-color-danger-on-normal, var(--lr-ramp-neutral-05))","$description":"Canonical shared component token for color danger on normal.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-danger-on-normal","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-danger-on-normal"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-danger-on-normal, var(--lr-ramp-neutral-95))"}}},"quiet":{"$type":"string","$value":"var(--lr-theme-color-danger-on-quiet, var(--lr-ramp-neutral-05))","$description":"Canonical shared component token for color danger on quiet.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-danger-on-quiet","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-danger-on-quiet"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-danger-on-quiet, var(--lr-ramp-neutral-95))"}}}},"quiet":{"$type":"string","$value":"var(--lr-color-danger-fill-quiet)","$description":"Canonical shared component token for color danger quiet.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-danger-quiet","cssType":"color","scope":"shared","group":"color"},"com.aceshooting.lyra.modes":{"forcedColors":"Canvas"}}}},"mix":{"active":{"$type":"string","$value":"var(--lr-theme-color-mix-active, 22%)","$description":"Canonical shared component token for color mix active.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-mix-active","cssType":"number","scope":"shared","group":"color","themeInput":"--lr-theme-color-mix-active"}}},"hover":{"$type":"string","$value":"var(--lr-theme-color-mix-hover, 12%)","$description":"Canonical shared component token for color mix hover.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-mix-hover","cssType":"number","scope":"shared","group":"color","themeInput":"--lr-theme-color-mix-hover"}}},"partner":{"$type":"string","$value":"var(--lr-theme-color-mix-partner, var(--lr-color-text))","$description":"Canonical shared component token for color mix partner.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-mix-partner","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-mix-partner"}}}},"neutral":{"$root":{"$type":"string","$value":"var(--lr-color-neutral-fill-loud)","$description":"Canonical shared component token for color neutral.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-neutral","cssType":"color","scope":"shared","group":"color"},"com.aceshooting.lyra.modes":{"forcedColors":"ButtonText"}}},"border":{"loud":{"$type":"string","$value":"var(--lr-theme-color-neutral-border-loud, var(--lr-ramp-neutral-40))","$description":"Canonical shared component token for color neutral border loud.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-neutral-border-loud","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-neutral-border-loud"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-neutral-border-loud, var(--lr-ramp-neutral-70))"}}},"normal":{"$type":"string","$value":"var(--lr-theme-color-neutral-border-normal, var(--lr-ramp-neutral-60))","$description":"Canonical shared component token for color neutral border normal.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-neutral-border-normal","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-neutral-border-normal"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-neutral-border-normal, var(--lr-ramp-neutral-60))"}}},"quiet":{"$type":"string","$value":"var(--lr-theme-color-neutral-border-quiet, var(--lr-ramp-neutral-80))","$description":"Canonical shared component token for color neutral border quiet.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-neutral-border-quiet","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-neutral-border-quiet"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-neutral-border-quiet, var(--lr-ramp-neutral-30))"}}}},"fill":{"loud":{"$type":"string","$value":"var(--lr-theme-color-neutral-fill-loud, var(--lr-ramp-neutral-50))","$description":"Canonical shared component token for color neutral fill loud.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-neutral-fill-loud","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-neutral-fill-loud"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-neutral-fill-loud, var(--lr-ramp-neutral-70))"}}},"normal":{"$type":"string","$value":"var(--lr-theme-color-neutral-fill-normal, var(--lr-ramp-neutral-80))","$description":"Canonical shared component token for color neutral fill normal.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-neutral-fill-normal","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-neutral-fill-normal"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-neutral-fill-normal, var(--lr-ramp-neutral-50))"}}},"quiet":{"$type":"string","$value":"var(--lr-theme-color-neutral-fill-quiet, var(--lr-ramp-neutral-95))","$description":"Canonical shared component token for color neutral fill quiet.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-neutral-fill-quiet","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-neutral-fill-quiet"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-neutral-fill-quiet, var(--lr-ramp-neutral-30))"}}}},"on":{"loud":{"$type":"string","$value":"var(--lr-theme-color-neutral-on-loud, var(--lr-ramp-neutral-95))","$description":"Canonical shared component token for color neutral on loud.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-neutral-on-loud","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-neutral-on-loud"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-neutral-on-loud, var(--lr-ramp-neutral-05))"}}},"normal":{"$type":"string","$value":"var(--lr-theme-color-neutral-on-normal, var(--lr-ramp-neutral-05))","$description":"Canonical shared component token for color neutral on normal.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-neutral-on-normal","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-neutral-on-normal"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-neutral-on-normal, var(--lr-ramp-neutral-95))"}}},"quiet":{"$type":"string","$value":"var(--lr-theme-color-neutral-on-quiet, var(--lr-ramp-neutral-05))","$description":"Canonical shared component token for color neutral on quiet.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-neutral-on-quiet","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-neutral-on-quiet"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-neutral-on-quiet, var(--lr-ramp-neutral-95))"}}}}},"no":{"data":{"$type":"string","$value":"var(--lr-theme-color-no-data, rgb(128 128 128 / 25%))","$description":"Canonical shared component token for color no data.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-no-data","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-no-data"}}}},"on":{"brand":{"$type":"string","$value":"var(--lr-color-brand-on-loud)","$description":"Canonical shared component token for color on brand.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-on-brand","cssType":"color","scope":"shared","group":"color"},"com.aceshooting.lyra.modes":{"forcedColors":"Canvas"}}},"danger":{"$type":"string","$value":"var(--lr-color-danger-on-loud)","$description":"Canonical shared component token for color on danger.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-on-danger","cssType":"color","scope":"shared","group":"color"},"com.aceshooting.lyra.modes":{"forcedColors":"Canvas"}}},"neutral":{"$type":"string","$value":"var(--lr-color-neutral-on-loud)","$description":"Canonical shared component token for color on neutral.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-on-neutral","cssType":"color","scope":"shared","group":"color"},"com.aceshooting.lyra.modes":{"forcedColors":"Canvas"}}},"strong":{"overlay":{"$type":"string","$value":"var(--lr-theme-color-on-strong-overlay, #fff)","$description":"Canonical shared component token for color on strong overlay.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-on-strong-overlay","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-on-strong-overlay"},"com.aceshooting.lyra.modes":{"forcedColors":"CanvasText"}}}},"success":{"$type":"string","$value":"var(--lr-color-success-on-loud)","$description":"Canonical shared component token for color on success.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-on-success","cssType":"color","scope":"shared","group":"color"},"com.aceshooting.lyra.modes":{"forcedColors":"Canvas"}}},"warning":{"$type":"string","$value":"var(--lr-color-warning-on-loud)","$description":"Canonical shared component token for color on warning.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-on-warning","cssType":"color","scope":"shared","group":"color"},"com.aceshooting.lyra.modes":{"forcedColors":"Canvas"}}}},"overlay":{"$root":{"$type":"string","$value":"var(--lr-theme-color-overlay, rgb(0 0 0 / 0.5))","$description":"Canonical shared component token for color overlay.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-overlay","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-overlay"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-overlay, rgb(0 0 0 / 0.72))"}}},"strong":{"$type":"string","$value":"var(--lr-theme-color-overlay-strong, var(--lr-theme-color-overlay, rgb(0 0 0 / 0.92)))","$description":"Canonical shared component token for color overlay strong.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-overlay-strong","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-overlay-strong"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-overlay-strong, var(--lr-theme-color-overlay, rgb(0 0 0 / 0.95)))"}}}},"shadow":{"$type":"string","$value":"var(--lr-theme-color-shadow, #000)","$description":"Canonical shared component token for color shadow.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-shadow","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-shadow"}}},"success":{"$root":{"$type":"string","$value":"var(--lr-color-success-fill-loud)","$description":"Canonical shared component token for color success.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-success","cssType":"color","scope":"shared","group":"color"},"com.aceshooting.lyra.modes":{"forcedColors":"LinkText"}}},"border":{"loud":{"$type":"string","$value":"var(--lr-theme-color-success-border-loud, var(--lr-ramp-success-40))","$description":"Canonical shared component token for color success border loud.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-success-border-loud","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-success-border-loud"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-success-border-loud, var(--lr-ramp-success-70))"}}},"normal":{"$type":"string","$value":"var(--lr-theme-color-success-border-normal, var(--lr-ramp-success-60))","$description":"Canonical shared component token for color success border normal.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-success-border-normal","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-success-border-normal"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-success-border-normal, var(--lr-ramp-success-60))"}}},"quiet":{"$type":"string","$value":"var(--lr-theme-color-success-border-quiet, var(--lr-ramp-success-80))","$description":"Canonical shared component token for color success border quiet.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-success-border-quiet","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-success-border-quiet"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-success-border-quiet, var(--lr-ramp-success-30))"}}}},"fill":{"loud":{"$type":"string","$value":"var(--lr-theme-color-success-fill-loud, var(--lr-ramp-success-50))","$description":"Canonical shared component token for color success fill loud.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-success-fill-loud","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-success-fill-loud"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-success-fill-loud, var(--lr-ramp-success-70))"}}},"normal":{"$type":"string","$value":"var(--lr-theme-color-success-fill-normal, var(--lr-ramp-success-80))","$description":"Canonical shared component token for color success fill normal.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-success-fill-normal","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-success-fill-normal"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-success-fill-normal, var(--lr-ramp-success-50))"}}},"quiet":{"$type":"string","$value":"var(--lr-theme-color-success-fill-quiet, var(--lr-ramp-success-95))","$description":"Canonical shared component token for color success fill quiet.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-success-fill-quiet","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-success-fill-quiet"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-success-fill-quiet, var(--lr-ramp-success-30))"}}}},"on":{"loud":{"$type":"string","$value":"var(--lr-theme-color-success-on-loud, var(--lr-ramp-neutral-95))","$description":"Canonical shared component token for color success on loud.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-success-on-loud","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-success-on-loud"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-success-on-loud, var(--lr-ramp-neutral-05))"}}},"normal":{"$type":"string","$value":"var(--lr-theme-color-success-on-normal, var(--lr-ramp-neutral-05))","$description":"Canonical shared component token for color success on normal.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-success-on-normal","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-success-on-normal"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-success-on-normal, var(--lr-ramp-neutral-95))"}}},"quiet":{"$type":"string","$value":"var(--lr-theme-color-success-on-quiet, var(--lr-ramp-neutral-05))","$description":"Canonical shared component token for color success on quiet.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-success-on-quiet","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-success-on-quiet"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-success-on-quiet, var(--lr-ramp-neutral-95))"}}}},"quiet":{"$type":"string","$value":"var(--lr-color-success-fill-quiet)","$description":"Canonical shared component token for color success quiet.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-success-quiet","cssType":"color","scope":"shared","group":"color"},"com.aceshooting.lyra.modes":{"forcedColors":"Canvas"}}}},"surface":{"$root":{"$type":"string","$value":"var(--lr-theme-color-surface-default, #fff)","$description":"Canonical shared component token for color surface.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-surface","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-surface-default"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-surface-default, #1a1a1a)","forcedColors":"Canvas"}}},"overlay":{"$type":"string","$value":"var(--lr-theme-color-surface-overlay, var(--lr-color-surface))","$description":"Canonical shared component token for color surface overlay.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-surface-overlay","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-surface-overlay"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-surface-overlay, #2b3038)"}}},"raised":{"$type":"string","$value":"var(--lr-theme-color-surface-raised, #f6f8fa)","$description":"Canonical shared component token for color surface raised.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-surface-raised","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-surface-raised"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-surface-raised, #22272e)","forcedColors":"Canvas"}}}},"text":{"$root":{"$type":"string","$value":"var(--lr-theme-color-text-normal, #1a1a1a)","$description":"Canonical shared component token for color text.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-text","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-text-normal"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-text-normal, #f2f2f2)","forcedColors":"CanvasText"}}},"quiet":{"$type":"string","$value":"var(--lr-theme-color-text-quiet, #6b7280)","$description":"Canonical shared component token for color text quiet.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-text-quiet","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-text-quiet"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-text-quiet, #9aa1ac)","forcedColors":"CanvasText"}}}},"warning":{"$root":{"$type":"string","$value":"var(--lr-color-warning-fill-loud)","$description":"Canonical shared component token for color warning.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-warning","cssType":"color","scope":"shared","group":"color"},"com.aceshooting.lyra.modes":{"forcedColors":"CanvasText"}}},"border":{"loud":{"$type":"string","$value":"var(--lr-theme-color-warning-border-loud, var(--lr-ramp-warning-40))","$description":"Canonical shared component token for color warning border loud.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-warning-border-loud","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-warning-border-loud"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-warning-border-loud, var(--lr-ramp-warning-70))"}}},"normal":{"$type":"string","$value":"var(--lr-theme-color-warning-border-normal, var(--lr-ramp-warning-60))","$description":"Canonical shared component token for color warning border normal.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-warning-border-normal","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-warning-border-normal"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-warning-border-normal, var(--lr-ramp-warning-60))"}}},"quiet":{"$type":"string","$value":"var(--lr-theme-color-warning-border-quiet, var(--lr-ramp-warning-80))","$description":"Canonical shared component token for color warning border quiet.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-warning-border-quiet","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-warning-border-quiet"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-warning-border-quiet, var(--lr-ramp-warning-30))"}}}},"fill":{"loud":{"$type":"string","$value":"var(--lr-theme-color-warning-fill-loud, var(--lr-ramp-warning-50))","$description":"Canonical shared component token for color warning fill loud.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-warning-fill-loud","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-warning-fill-loud"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-warning-fill-loud, var(--lr-ramp-warning-70))"}}},"normal":{"$type":"string","$value":"var(--lr-theme-color-warning-fill-normal, var(--lr-ramp-warning-80))","$description":"Canonical shared component token for color warning fill normal.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-warning-fill-normal","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-warning-fill-normal"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-warning-fill-normal, var(--lr-ramp-warning-50))"}}},"quiet":{"$type":"string","$value":"var(--lr-theme-color-warning-fill-quiet, var(--lr-ramp-warning-95))","$description":"Canonical shared component token for color warning fill quiet.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-warning-fill-quiet","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-warning-fill-quiet"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-warning-fill-quiet, var(--lr-ramp-warning-30))"}}}},"on":{"loud":{"$type":"string","$value":"var(--lr-theme-color-warning-on-loud, var(--lr-ramp-neutral-95))","$description":"Canonical shared component token for color warning on loud.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-warning-on-loud","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-warning-on-loud"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-warning-on-loud, var(--lr-ramp-neutral-05))"}}},"normal":{"$type":"string","$value":"var(--lr-theme-color-warning-on-normal, var(--lr-ramp-neutral-05))","$description":"Canonical shared component token for color warning on normal.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-warning-on-normal","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-warning-on-normal"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-warning-on-normal, var(--lr-ramp-neutral-95))"}}},"quiet":{"$type":"string","$value":"var(--lr-theme-color-warning-on-quiet, var(--lr-ramp-neutral-05))","$description":"Canonical shared component token for color warning on quiet.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-warning-on-quiet","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-color-warning-on-quiet"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-color-warning-on-quiet, var(--lr-ramp-neutral-95))"}}}},"quiet":{"$type":"string","$value":"var(--lr-color-warning-fill-quiet)","$description":"Canonical shared component token for color warning quiet.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-color-warning-quiet","cssType":"color","scope":"shared","group":"color"},"com.aceshooting.lyra.modes":{"forcedColors":"Canvas"}}}}},"duration":{"ambient":{"$type":"string","$value":"var(--lr-theme-duration-slow, 1.8s)","$description":"Canonical shared component token for duration ambient.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-duration-ambient","cssType":"duration","scope":"shared","group":"motion","themeInput":"--lr-theme-duration-slow"},"com.aceshooting.lyra.modes":{"reducedMotion":{"value":0.001,"unit":"ms"}}}},"base":{"$type":"string","$value":"var(--lr-theme-duration-normal, 180ms)","$description":"Canonical shared component token for duration base.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-duration-base","cssType":"duration","scope":"shared","group":"motion","themeInput":"--lr-theme-duration-normal"},"com.aceshooting.lyra.modes":{"reducedMotion":{"value":0.001,"unit":"ms"}}}},"fast":{"$type":"string","$value":"var(--lr-theme-duration-fast, 120ms)","$description":"Canonical shared component token for duration fast.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-duration-fast","cssType":"duration","scope":"shared","group":"motion","themeInput":"--lr-theme-duration-fast"},"com.aceshooting.lyra.modes":{"reducedMotion":{"value":0.001,"unit":"ms"}}}},"icon":{"$type":"string","$value":"var(--lr-theme-duration-icon, 1s)","$description":"Canonical shared component token for duration icon.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-duration-icon","cssType":"duration","scope":"shared","group":"motion","themeInput":"--lr-theme-duration-icon"},"com.aceshooting.lyra.modes":{"reducedMotion":{"value":0.001,"unit":"ms"}}}}},"easing":{"emphasized":{"$type":"string","$value":"var(--lr-theme-easing-emphasized, ease-in-out)","$description":"Canonical shared component token for easing emphasized.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-easing-emphasized","cssType":"dimension","scope":"shared","group":"motion","themeInput":"--lr-theme-easing-emphasized"},"com.aceshooting.lyra.modes":{"reducedMotion":"linear"}}},"linear":{"$type":"string","$value":"var(--lr-theme-easing-linear, linear)","$description":"Canonical shared component token for easing linear.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-easing-linear","cssType":"string","scope":"shared","group":"motion","themeInput":"--lr-theme-easing-linear"}}},"standard":{"$type":"string","$value":"var(--lr-theme-easing-standard, ease-out)","$description":"Canonical shared component token for easing standard.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-easing-standard","cssType":"string","scope":"shared","group":"motion","themeInput":"--lr-theme-easing-standard"},"com.aceshooting.lyra.modes":{"reducedMotion":"linear"}}}},"focus":{"ring":{"$root":{"$type":"string","$value":"var(--lr-focus-ring-width) solid var(--lr-focus-ring-color)","$description":"Composite focus-ring outline shorthand, derived from the width and color parts. Mirrors the ready-made outline value Web Awesome exposes as --wa-focus-ring so a migrating consumer has a one-to-one target instead of hand-expanding every site. Offset stays separate because outline-offset is its own property.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-focus-ring","cssType":"string","scope":"shared","group":"focus"}}},"color":{"$type":"string","$value":"var(--lr-theme-color-focus, var(--lr-color-brand))","$description":"Canonical shared component token for focus ring color.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-focus-ring-color","cssType":"color","scope":"shared","group":"focus","themeInput":"--lr-theme-color-focus"},"com.aceshooting.lyra.modes":{"forcedColors":"Highlight"}}},"offset":{"$type":"string","$value":"var(--lr-theme-focus-ring-offset, 2px)","$description":"Canonical shared component token for focus ring offset.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-focus-ring-offset","cssType":"dimension","scope":"shared","group":"focus","themeInput":"--lr-theme-focus-ring-offset"}}},"width":{"$type":"string","$value":"var(--lr-theme-focus-ring-width, 2px)","$description":"Canonical shared component token for focus ring width.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-focus-ring-width","cssType":"dimension","scope":"shared","group":"focus","themeInput":"--lr-theme-focus-ring-width"}}}}},"font":{"$root":{"$type":"string","$value":"var(--lr-theme-font-family-body, system-ui, sans-serif)","$description":"Canonical shared component token for font.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-font","cssType":"fontFamily","scope":"shared","group":"typography","themeInput":"--lr-theme-font-family-body"}}},"mono":{"$type":"string","$value":"var(--lr-theme-font-family-mono, ui-monospace, SFMono-Regular, Menlo, Consolas, monospace)","$description":"Canonical shared component token for font mono.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-font-mono","cssType":"string","scope":"shared","group":"typography","themeInput":"--lr-theme-font-family-mono"}}},"size":{"2xl":{"$type":"string","$value":"var(--lr-theme-font-size-2xl, 1.75rem)","$description":"Canonical shared component token for font size 2xl.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-font-size-2xl","cssType":"dimension","scope":"shared","group":"typography","themeInput":"--lr-theme-font-size-2xl"}}},"2xs":{"$type":"string","$value":"var(--lr-theme-font-size-2xs, 0.625rem)","$description":"Canonical shared component token for font size 2xs.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-font-size-2xs","cssType":"dimension","scope":"shared","group":"typography","themeInput":"--lr-theme-font-size-2xs"}}},"3xl":{"$type":"string","$value":"var(--lr-theme-font-size-3xl, 2rem)","$description":"Canonical shared component token for font size 3xl.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-font-size-3xl","cssType":"dimension","scope":"shared","group":"typography","themeInput":"--lr-theme-font-size-3xl"}}},"3xs":{"$type":"string","$value":"var(--lr-theme-font-size-3xs, 0.5rem)","$description":"Canonical shared component token for font size 3xs.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-font-size-3xs","cssType":"dimension","scope":"shared","group":"typography","themeInput":"--lr-theme-font-size-3xs"}}},"lg":{"$type":"string","$value":"var(--lr-theme-font-size-lg, 1.125rem)","$description":"Canonical shared component token for font size lg.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-font-size-lg","cssType":"dimension","scope":"shared","group":"typography","themeInput":"--lr-theme-font-size-lg"}}},"m":{"$type":"string","$value":"var(--lr-theme-font-size-m, 1rem)","$description":"Canonical shared component token for font size m.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-font-size-m","cssType":"dimension","scope":"shared","group":"typography","themeInput":"--lr-theme-font-size-m"}}},"md":{"sm":{"$type":"string","$value":"var(--lr-theme-font-size-md-sm, 0.875rem)","$description":"Canonical shared component token for font size md sm.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-font-size-md-sm","cssType":"dimension","scope":"shared","group":"typography","themeInput":"--lr-theme-font-size-md-sm"}}}},"sm":{"$type":"string","$value":"var(--lr-theme-font-size-sm, 0.8125rem)","$description":"Canonical shared component token for font size sm.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-font-size-sm","cssType":"dimension","scope":"shared","group":"typography","themeInput":"--lr-theme-font-size-sm"}}},"xl":{"$type":"string","$value":"var(--lr-theme-font-size-xl, 1.25rem)","$description":"Canonical shared component token for font size xl.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-font-size-xl","cssType":"dimension","scope":"shared","group":"typography","themeInput":"--lr-theme-font-size-xl"}}},"xs":{"$type":"string","$value":"var(--lr-theme-font-size-xs, 0.75rem)","$description":"Canonical shared component token for font size xs.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-font-size-xs","cssType":"dimension","scope":"shared","group":"typography","themeInput":"--lr-theme-font-size-xs"}}}},"weight":{"bold":{"$type":"string","$value":"var(--lr-theme-font-weight-bold, 700)","$description":"Canonical shared component token for font weight bold.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-font-weight-bold","cssType":"fontWeight","scope":"shared","group":"typography","themeInput":"--lr-theme-font-weight-bold"}}},"medium":{"$type":"string","$value":"var(--lr-theme-font-weight-medium, 500)","$description":"Canonical shared component token for font weight medium.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-font-weight-medium","cssType":"fontWeight","scope":"shared","group":"typography","themeInput":"--lr-theme-font-weight-medium"}}},"normal":{"$type":"string","$value":"var(--lr-theme-font-weight-normal, 400)","$description":"Canonical shared component token for font weight normal.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-font-weight-normal","cssType":"fontWeight","scope":"shared","group":"typography","themeInput":"--lr-theme-font-weight-normal"}}},"semibold":{"$type":"string","$value":"var(--lr-theme-font-weight-semibold, 600)","$description":"Canonical shared component token for font weight semibold.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-font-weight-semibold","cssType":"fontWeight","scope":"shared","group":"typography","themeInput":"--lr-theme-font-weight-semibold"}}}}},"graph":{"cat":{"1":{"$type":"string","$value":"var(--lr-theme-graph-cat-1, #8250df)","$description":"Canonical shared component token for graph cat 1.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-graph-cat-1","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-graph-cat-1"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-graph-cat-1, #b58cff)","forcedColors":"Highlight"}}},"2":{"$type":"string","$value":"var(--lr-theme-graph-cat-2, #bf3989)","$description":"Canonical shared component token for graph cat 2.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-graph-cat-2","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-graph-cat-2"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-graph-cat-2, #ff7ab2)","forcedColors":"LinkText"}}},"3":{"$type":"string","$value":"var(--lr-theme-graph-cat-3, #0a7d91)","$description":"Canonical shared component token for graph cat 3.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-graph-cat-3","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-graph-cat-3"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-graph-cat-3, #4fd1c5)","forcedColors":"CanvasText"}}},"4":{"$type":"string","$value":"var(--lr-theme-graph-cat-4, #57606a)","$description":"Canonical shared component token for graph cat 4.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-graph-cat-4","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-graph-cat-4"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-graph-cat-4, #aab4c4)","forcedColors":"Highlight"}}},"5":{"$type":"string","$value":"var(--lr-theme-graph-cat-5, #b083f5)","$description":"Canonical shared component token for graph cat 5.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-graph-cat-5","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-graph-cat-5"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-graph-cat-5, #d4a7ff)","forcedColors":"LinkText"}}},"6":{"$type":"string","$value":"var(--lr-theme-graph-cat-6, #f470b8)","$description":"Canonical shared component token for graph cat 6.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-graph-cat-6","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-graph-cat-6"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-graph-cat-6, #ff91c8)","forcedColors":"CanvasText"}}},"7":{"$type":"string","$value":"var(--lr-theme-graph-cat-7, #52d6e8)","$description":"Canonical shared component token for graph cat 7.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-graph-cat-7","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-graph-cat-7"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-graph-cat-7, #79e2ef)","forcedColors":"Highlight"}}},"8":{"$type":"string","$value":"var(--lr-theme-graph-cat-8, #c9d1d9)","$description":"Canonical shared component token for graph cat 8.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-graph-cat-8","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-graph-cat-8"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-graph-cat-8, #e4e7eb)","forcedColors":"LinkText"}}}}},"hover":{"brightness":{"$type":"string","$value":"var(--lr-theme-hover-brightness, 1.08)","$description":"Canonical shared component token for hover brightness.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-hover-brightness","cssType":"number","scope":"shared","group":"interaction","themeInput":"--lr-theme-hover-brightness"}}}},"icon":{"button":{"size":{"$type":"string","$value":"var(--lr-theme-icon-button-size, 2.5rem)","$description":"Canonical shared component token for icon button size.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-icon-button-size","cssType":"dimension","scope":"shared","group":"control","themeInput":"--lr-theme-icon-button-size"}}}}},"layer":{"base":{"$type":"string","$value":"var(--lr-theme-z-index-base, 0)","$description":"Canonical shared component token for layer base.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-layer-base","cssType":"number","scope":"shared","group":"layer","themeInput":"--lr-theme-z-index-base"}}},"content":{"$type":"string","$value":"var(--lr-theme-z-index-content, 1)","$description":"Canonical shared component token for layer content.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-layer-content","cssType":"number","scope":"shared","group":"layer","themeInput":"--lr-theme-z-index-content"}}},"dropdown":{"$type":"string","$value":"var(--lr-theme-z-index-dropdown, 900)","$description":"Canonical shared component token for layer dropdown.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-layer-dropdown","cssType":"number","scope":"shared","group":"layer","themeInput":"--lr-theme-z-index-dropdown"}}},"modal":{"$type":"string","$value":"var(--lr-theme-z-index-modal, 1000)","$description":"Canonical shared component token for layer modal.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-layer-modal","cssType":"number","scope":"shared","group":"layer","themeInput":"--lr-theme-z-index-modal"}}},"popover":{"$type":"string","$value":"var(--lr-theme-z-index-popover, 1000)","$description":"Canonical shared component token for layer popover.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-layer-popover","cssType":"number","scope":"shared","group":"layer","themeInput":"--lr-theme-z-index-popover"}}},"toast":{"$type":"string","$value":"var(--lr-theme-z-index-toast, 9999)","$description":"Canonical shared component token for layer toast.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-layer-toast","cssType":"number","scope":"shared","group":"layer","themeInput":"--lr-theme-z-index-toast"}}}},"line":{"height":{"1":{"4":{"$type":"string","$value":"var(--lr-theme-line-height-1-4, 1.4)","$description":"Canonical shared component token for line height 1 4.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-line-height-1-4","cssType":"number","scope":"shared","group":"typography","themeInput":"--lr-theme-line-height-1-4"}}}},"compact":{"$type":"string","$value":"var(--lr-theme-line-height-compact, 1.25)","$description":"Canonical shared component token for line height compact.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-line-height-compact","cssType":"number","scope":"shared","group":"typography","themeInput":"--lr-theme-line-height-compact"}}},"loose":{"$type":"string","$value":"var(--lr-theme-line-height-loose, 1.6)","$description":"Canonical shared component token for line height loose.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-line-height-loose","cssType":"number","scope":"shared","group":"typography","themeInput":"--lr-theme-line-height-loose"}}},"none":{"$type":"string","$value":"var(--lr-theme-line-height-none, 1)","$description":"Canonical shared component token for line height none.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-line-height-none","cssType":"number","scope":"shared","group":"typography","themeInput":"--lr-theme-line-height-none"}}},"normal":{"$type":"string","$value":"var(--lr-theme-line-height-normal, 1.5)","$description":"Canonical shared component token for line height normal.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-line-height-normal","cssType":"number","scope":"shared","group":"typography","themeInput":"--lr-theme-line-height-normal"}}},"snug":{"$type":"string","$value":"var(--lr-theme-line-height-snug, 1.3)","$description":"Canonical shared component token for line height snug.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-line-height-snug","cssType":"number","scope":"shared","group":"typography","themeInput":"--lr-theme-line-height-snug"}}}}},"mask":{"opaque":{"$type":"color","$value":{"colorSpace":"srgb","components":[0,0,0],"alpha":1,"hex":"#000000"},"$description":"Canonical shared component token for mask opaque.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-mask-opaque","cssType":"color","scope":"shared","group":"mask"}}}},"opacity":{"disabled":{"$type":"string","$value":"var(--lr-theme-opacity-disabled, 0.5)","$description":"Canonical shared component token for opacity disabled.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-opacity-disabled","cssType":"number","scope":"shared","group":"opacity","themeInput":"--lr-theme-opacity-disabled"}}},"muted":{"$type":"string","$value":"var(--lr-theme-opacity-muted, 0.85)","$description":"Canonical shared component token for opacity muted.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-opacity-muted","cssType":"number","scope":"shared","group":"opacity","themeInput":"--lr-theme-opacity-muted"}}}},"otp":{"input":{"segment":{"size":{"$type":"string","$value":"var(--lr-theme-otp-input-segment-size, 2.5em)","$description":"Canonical shared component token for otp input segment size.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-otp-input-segment-size","cssType":"dimension","scope":"shared","group":"control","themeInput":"--lr-theme-otp-input-segment-size"}}}}}},"popover":{"viewport":{"clamp":{"$type":"string","$value":"var(--lr-theme-popover-viewport-clamp, 92vw)","$description":"Canonical shared component token for popover viewport clamp.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-popover-viewport-clamp","cssType":"dimension","scope":"shared","group":"layout","themeInput":"--lr-theme-popover-viewport-clamp"}}}}},"radius":{"$root":{"$type":"string","$value":"var(--lr-theme-border-radius-m, 0.375rem)","$description":"Canonical shared component token for radius.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-radius","cssType":"dimension","scope":"shared","group":"radius","themeInput":"--lr-theme-border-radius-m"}}},"pill":{"$type":"string","$value":"var(--lr-theme-border-radius-pill, 999px)","$description":"Canonical shared component token for radius pill.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-radius-pill","cssType":"dimension","scope":"shared","group":"radius","themeInput":"--lr-theme-border-radius-pill"}}},"xs":{"$type":"string","$value":"var(--lr-theme-border-radius-xs, 2px)","$description":"Canonical shared component token for radius xs.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-radius-xs","cssType":"dimension","scope":"shared","group":"radius","themeInput":"--lr-theme-border-radius-xs"}}}},"ramp":{"brand":{"10":{"$type":"color","$value":{"colorSpace":"srgb","components":[0,0.011765,0.058824],"alpha":1,"hex":"#00030f"},"$description":"Canonical shared component token for ramp brand 10.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-ramp-brand-10","cssType":"color","scope":"shared","group":"color"}}},"20":{"$type":"color","$value":{"colorSpace":"srgb","components":[0,0.078431,0.211765],"alpha":1,"hex":"#001436"},"$description":"Canonical shared component token for ramp brand 20.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-ramp-brand-20","cssType":"color","scope":"shared","group":"color"}}},"30":{"$type":"color","$value":{"colorSpace":"srgb","components":[0,0.168627,0.384314],"alpha":1,"hex":"#002b62"},"$description":"Canonical shared component token for ramp brand 30.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-ramp-brand-30","cssType":"color","scope":"shared","group":"color"}}},"40":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.011765,0.266667,0.572549],"alpha":1,"hex":"#034492"},"$description":"Canonical shared component token for ramp brand 40.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-ramp-brand-40","cssType":"color","scope":"shared","group":"color"}}},"50":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.011765,0.368627,0.776471],"alpha":1,"hex":"#035ec6"},"$description":"Canonical shared component token for ramp brand 50.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-ramp-brand-50","cssType":"color","scope":"shared","group":"color"}}},"60":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.176471,0.490196,0.913725],"alpha":1,"hex":"#2d7de9"},"$description":"Canonical shared component token for ramp brand 60.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-ramp-brand-60","cssType":"color","scope":"shared","group":"color"}}},"70":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.356863,0.619608,1],"alpha":1,"hex":"#5b9eff"},"$description":"Canonical shared component token for ramp brand 70.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-ramp-brand-70","cssType":"color","scope":"shared","group":"color"}}},"80":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.584314,0.752941,0.996078],"alpha":1,"hex":"#95c0fe"},"$description":"Canonical shared component token for ramp brand 80.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-ramp-brand-80","cssType":"color","scope":"shared","group":"color"}}},"90":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.792157,0.878431,1],"alpha":1,"hex":"#cae0ff"},"$description":"Canonical shared component token for ramp brand 90.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-ramp-brand-90","cssType":"color","scope":"shared","group":"color"}}},"95":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.898039,0.937255,1],"alpha":1,"hex":"#e5efff"},"$description":"Canonical shared component token for ramp brand 95.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-ramp-brand-95","cssType":"color","scope":"shared","group":"color"}}},"05":{"$type":"color","$value":{"colorSpace":"srgb","components":[0,0,0.007843],"alpha":1,"hex":"#000002"},"$description":"Canonical shared component token for ramp brand 05.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-ramp-brand-05","cssType":"color","scope":"shared","group":"color"}}}},"danger":{"10":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.05098,0,0],"alpha":1,"hex":"#0d0000"},"$description":"Canonical shared component token for ramp danger 10.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-ramp-danger-10","cssType":"color","scope":"shared","group":"color"}}},"20":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.196078,0,0.011765],"alpha":1,"hex":"#320003"},"$description":"Canonical shared component token for ramp danger 20.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-ramp-danger-20","cssType":"color","scope":"shared","group":"color"}}},"30":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.360784,0.003922,0.039216],"alpha":1,"hex":"#5c010a"},"$description":"Canonical shared component token for ramp danger 30.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-ramp-danger-30","cssType":"color","scope":"shared","group":"color"}}},"40":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.537255,0.015686,0.082353],"alpha":1,"hex":"#890415"},"$description":"Canonical shared component token for ramp danger 40.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-ramp-danger-40","cssType":"color","scope":"shared","group":"color"}}},"50":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.733333,0.011765,0.12549],"alpha":1,"hex":"#bb0320"},"$description":"Canonical shared component token for ramp danger 50.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-ramp-danger-50","cssType":"color","scope":"shared","group":"color"}}},"60":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.862745,0.243137,0.254902],"alpha":1,"hex":"#dc3e41"},"$description":"Canonical shared component token for ramp danger 60.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-ramp-danger-60","cssType":"color","scope":"shared","group":"color"}}},"70":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.972549,0.419608,0.4],"alpha":1,"hex":"#f86b66"},"$description":"Canonical shared component token for ramp danger 70.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-ramp-danger-70","cssType":"color","scope":"shared","group":"color"}}},"80":{"$type":"color","$value":{"colorSpace":"srgb","components":[1,0.627451,0.6],"alpha":1,"hex":"#ffa099"},"$description":"Canonical shared component token for ramp danger 80.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-ramp-danger-80","cssType":"color","scope":"shared","group":"color"}}},"90":{"$type":"color","$value":{"colorSpace":"srgb","components":[1,0.823529,0.803922],"alpha":1,"hex":"#ffd2cd"},"$description":"Canonical shared component token for ramp danger 90.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-ramp-danger-90","cssType":"color","scope":"shared","group":"color"}}},"95":{"$type":"color","$value":{"colorSpace":"srgb","components":[1,0.913725,0.901961],"alpha":1,"hex":"#ffe9e6"},"$description":"Canonical shared component token for ramp danger 95.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-ramp-danger-95","cssType":"color","scope":"shared","group":"color"}}},"05":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.007843,0,0],"alpha":1,"hex":"#020000"},"$description":"Canonical shared component token for ramp danger 05.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-ramp-danger-05","cssType":"color","scope":"shared","group":"color"}}}},"neutral":{"10":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.011765,0.011765,0.015686],"alpha":1,"hex":"#030304"},"$description":"Canonical shared component token for ramp neutral 10.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-ramp-neutral-10","cssType":"color","scope":"shared","group":"color"}}},"20":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.082353,0.086275,0.098039],"alpha":1,"hex":"#151619"},"$description":"Canonical shared component token for ramp neutral 20.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-ramp-neutral-20","cssType":"color","scope":"shared","group":"color"}}},"30":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.172549,0.180392,0.192157],"alpha":1,"hex":"#2c2e31"},"$description":"Canonical shared component token for ramp neutral 30.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-ramp-neutral-30","cssType":"color","scope":"shared","group":"color"}}},"40":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.27451,0.282353,0.298039],"alpha":1,"hex":"#46484c"},"$description":"Canonical shared component token for ramp neutral 40.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-ramp-neutral-40","cssType":"color","scope":"shared","group":"color"}}},"50":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.380392,0.388235,0.407843],"alpha":1,"hex":"#616368"},"$description":"Canonical shared component token for ramp neutral 50.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-ramp-neutral-50","cssType":"color","scope":"shared","group":"color"}}},"60":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.494118,0.501961,0.521569],"alpha":1,"hex":"#7e8085"},"$description":"Canonical shared component token for ramp neutral 60.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-ramp-neutral-60","cssType":"color","scope":"shared","group":"color"}}},"70":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.611765,0.619608,0.639216],"alpha":1,"hex":"#9c9ea3"},"$description":"Canonical shared component token for ramp neutral 70.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-ramp-neutral-70","cssType":"color","scope":"shared","group":"color"}}},"80":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.737255,0.745098,0.756863],"alpha":1,"hex":"#bcbec1"},"$description":"Canonical shared component token for ramp neutral 80.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-ramp-neutral-80","cssType":"color","scope":"shared","group":"color"}}},"90":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.862745,0.870588,0.882353],"alpha":1,"hex":"#dcdee1"},"$description":"Canonical shared component token for ramp neutral 90.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-ramp-neutral-90","cssType":"color","scope":"shared","group":"color"}}},"95":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.929412,0.933333,0.945098],"alpha":1,"hex":"#edeef1"},"$description":"Canonical shared component token for ramp neutral 95.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-ramp-neutral-95","cssType":"color","scope":"shared","group":"color"}}},"05":{"$type":"color","$value":{"colorSpace":"srgb","components":[0,0,0.003922],"alpha":1,"hex":"#000001"},"$description":"Canonical shared component token for ramp neutral 05.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-ramp-neutral-05","cssType":"color","scope":"shared","group":"color"}}}},"success":{"10":{"$type":"color","$value":{"colorSpace":"srgb","components":[0,0.019608,0.003922],"alpha":1,"hex":"#000501"},"$description":"Canonical shared component token for ramp success 10.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-ramp-success-10","cssType":"color","scope":"shared","group":"color"}}},"20":{"$type":"color","$value":{"colorSpace":"srgb","components":[0,0.113725,0.023529],"alpha":1,"hex":"#001d06"},"$description":"Canonical shared component token for ramp success 20.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-ramp-success-20","cssType":"color","scope":"shared","group":"color"}}},"30":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.003922,0.223529,0.070588],"alpha":1,"hex":"#013912"},"$description":"Canonical shared component token for ramp success 30.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-ramp-success-30","cssType":"color","scope":"shared","group":"color"}}},"40":{"$type":"color","$value":{"colorSpace":"srgb","components":[0,0.341176,0.121569],"alpha":1,"hex":"#00571f"},"$description":"Canonical shared component token for ramp success 40.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-ramp-success-40","cssType":"color","scope":"shared","group":"color"}}},"50":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.047059,0.470588,0.188235],"alpha":1,"hex":"#0c7830"},"$description":"Canonical shared component token for ramp success 50.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-ramp-success-50","cssType":"color","scope":"shared","group":"color"}}},"60":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.243137,0.584314,0.313725],"alpha":1,"hex":"#3e9550"},"$description":"Canonical shared component token for ramp success 60.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-ramp-success-60","cssType":"color","scope":"shared","group":"color"}}},"70":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.403922,0.701961,0.454902],"alpha":1,"hex":"#67b374"},"$description":"Canonical shared component token for ramp success 70.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-ramp-success-70","cssType":"color","scope":"shared","group":"color"}}},"80":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.568627,0.815686,0.603922],"alpha":1,"hex":"#91d09a"},"$description":"Canonical shared component token for ramp success 80.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-ramp-success-80","cssType":"color","scope":"shared","group":"color"}}},"90":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.741176,0.92549,0.760784],"alpha":1,"hex":"#bdecc2"},"$description":"Canonical shared component token for ramp success 90.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-ramp-success-90","cssType":"color","scope":"shared","group":"color"}}},"95":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.827451,0.984314,0.847059],"alpha":1,"hex":"#d3fbd8"},"$description":"Canonical shared component token for ramp success 95.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-ramp-success-95","cssType":"color","scope":"shared","group":"color"}}},"05":{"$type":"color","$value":{"colorSpace":"srgb","components":[0,0.003922,0],"alpha":1,"hex":"#000100"},"$description":"Canonical shared component token for ramp success 05.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-ramp-success-05","cssType":"color","scope":"shared","group":"color"}}}},"warning":{"10":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.023529,0.011765,0],"alpha":1,"hex":"#060300"},"$description":"Canonical shared component token for ramp warning 10.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-ramp-warning-10","cssType":"color","scope":"shared","group":"color"}}},"20":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.129412,0.07451,0],"alpha":1,"hex":"#211300"},"$description":"Canonical shared component token for ramp warning 20.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-ramp-warning-20","cssType":"color","scope":"shared","group":"color"}}},"30":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.25098,0.156863,0.003922],"alpha":1,"hex":"#402801"},"$description":"Canonical shared component token for ramp warning 30.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-ramp-warning-30","cssType":"color","scope":"shared","group":"color"}}},"40":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.384314,0.25098,0.003922],"alpha":1,"hex":"#624001"},"$description":"Canonical shared component token for ramp warning 40.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-ramp-warning-40","cssType":"color","scope":"shared","group":"color"}}},"50":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.521569,0.34902,0.019608],"alpha":1,"hex":"#855905"},"$description":"Canonical shared component token for ramp warning 50.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-ramp-warning-50","cssType":"color","scope":"shared","group":"color"}}},"60":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.654902,0.458824,0.14902],"alpha":1,"hex":"#a77526"},"$description":"Canonical shared component token for ramp warning 60.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-ramp-warning-60","cssType":"color","scope":"shared","group":"color"}}},"70":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.764706,0.584314,0.329412],"alpha":1,"hex":"#c39554"},"$description":"Canonical shared component token for ramp warning 70.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-ramp-warning-70","cssType":"color","scope":"shared","group":"color"}}},"80":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.866667,0.717647,0.505882],"alpha":1,"hex":"#ddb781"},"$description":"Canonical shared component token for ramp warning 80.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-ramp-warning-80","cssType":"color","scope":"shared","group":"color"}}},"90":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.968627,0.85098,0.690196],"alpha":1,"hex":"#f7d9b0"},"$description":"Canonical shared component token for ramp warning 90.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-ramp-warning-90","cssType":"color","scope":"shared","group":"color"}}},"95":{"$type":"color","$value":{"colorSpace":"srgb","components":[1,0.921569,0.823529],"alpha":1,"hex":"#ffebd2"},"$description":"Canonical shared component token for ramp warning 95.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-ramp-warning-95","cssType":"color","scope":"shared","group":"color"}}},"05":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.003922,0,0],"alpha":1,"hex":"#010000"},"$description":"Canonical shared component token for ramp warning 05.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-ramp-warning-05","cssType":"color","scope":"shared","group":"color"}}}}},"safe":{"area":{"bottom":{"$type":"string","$value":"env(safe-area-inset-bottom, 0px)","$description":"Canonical shared component token for safe area bottom.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-safe-area-bottom","cssType":"dimension","scope":"shared","group":"safe-area"}}},"inline":{"end":{"$type":"string","$value":"env(safe-area-inset-right, 0px)","$description":"Canonical shared component token for safe area inline end.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-safe-area-inline-end","cssType":"dimension","scope":"shared","group":"safe-area"}}},"start":{"$type":"string","$value":"env(safe-area-inset-left, 0px)","$description":"Canonical shared component token for safe area inline start.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-safe-area-inline-start","cssType":"dimension","scope":"shared","group":"safe-area"}}}},"top":{"$type":"string","$value":"env(safe-area-inset-top, 0px)","$description":"Canonical shared component token for safe area top.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-safe-area-top","cssType":"dimension","scope":"shared","group":"safe-area"}}}}},"scroll":{"fade":{"size":{"$type":"string","$value":"var(--lr-theme-scroll-fade-size, 2rem)","$description":"Canonical shared component token for scroll fade size.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-scroll-fade-size","cssType":"dimension","scope":"shared","group":"layout","themeInput":"--lr-theme-scroll-fade-size"}}}}},"shadow":{"$root":{"$type":"string","$value":"var(--lr-shadow-m)","$description":"Canonical shared component token for shadow.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-shadow","cssType":"shadow","scope":"shared","group":"elevation"}}},"color":{"$type":"string","$value":"var(--lr-theme-shadow-color, 0 0 0)","$description":"Canonical shared component token for shadow color.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-shadow-color","cssType":"string","scope":"shared","group":"elevation","themeInput":"--lr-theme-shadow-color"}}},"l":{"$type":"string","$value":"var(--lr-theme-shadow-l, 0 6px 16px rgb(var(--lr-shadow-color) / 0.18))","$description":"Canonical shared component token for shadow l.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-shadow-l","cssType":"shadow","scope":"shared","group":"elevation","themeInput":"--lr-theme-shadow-l"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-shadow-l, 0 8px 20px rgb(var(--lr-shadow-color) / 0.56))"}}},"m":{"$type":"string","$value":"var(--lr-theme-shadow-m, 0 2px 8px rgb(var(--lr-shadow-color) / 0.15))","$description":"Canonical shared component token for shadow m.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-shadow-m","cssType":"shadow","scope":"shared","group":"elevation","themeInput":"--lr-theme-shadow-m"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-shadow-m, 0 2px 8px rgb(var(--lr-shadow-color) / 0.46))"}}},"s":{"$type":"string","$value":"var(--lr-theme-shadow-s, 0 1px 4px rgb(var(--lr-shadow-color) / 0.14))","$description":"Canonical shared component token for shadow s.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-shadow-s","cssType":"shadow","scope":"shared","group":"elevation","themeInput":"--lr-theme-shadow-s"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-shadow-s, 0 1px 4px rgb(var(--lr-shadow-color) / 0.4))"}}},"xl":{"$type":"string","$value":"var(--lr-theme-shadow-xl, 0 12px 32px rgb(var(--lr-shadow-color) / 0.22))","$description":"Canonical shared component token for shadow xl.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-shadow-xl","cssType":"shadow","scope":"shared","group":"elevation","themeInput":"--lr-theme-shadow-xl"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-shadow-xl, 0 16px 40px rgb(var(--lr-shadow-color) / 0.66))"}}},"xs":{"$type":"string","$value":"var(--lr-theme-shadow-xs, 0 1px 2px rgb(var(--lr-shadow-color) / 0.12))","$description":"Canonical shared component token for shadow xs.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-shadow-xs","cssType":"shadow","scope":"shared","group":"elevation","themeInput":"--lr-theme-shadow-xs"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-shadow-xs, 0 1px 2px rgb(var(--lr-shadow-color) / 0.34))"}}}},"size":{"0":{"02em":{"$type":"string","$value":"var(--lr-theme-size-0-02em, 0.02em)","$description":"Canonical shared component token for size 0 02em.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-0-02em","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-0-02em","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-0-02em","status":"retained"},"evidence":["src/components/agent-tools/compare-panel/compare-panel.styles.ts","src/components/agent-tools/eval-result/eval-result.styles.ts","src/components/conversation/code-block/code-block.styles.ts","src/components/viewers/document-compare/document-compare.styles.ts"]}}},"03em":{"$type":"string","$value":"var(--lr-theme-size-0-03em, 0.03em)","$description":"Canonical shared component token for size 0 03em.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-0-03em","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-0-03em","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-0-03em","status":"retained"},"evidence":["src/components/agent-tools/tool-call-chip/tool-call-chip.styles.ts","src/components/agent-tools/tool-timeline/tool-timeline.styles.ts"]}}},"04em":{"$type":"string","$value":"var(--lr-theme-size-0-04em, 0.04em)","$description":"Canonical shared component token for size 0 04em.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-0-04em","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-0-04em","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-0-04em","status":"retained"},"evidence":["src/components/agent-tools/tool-call-chip/tool-call-chip.styles.ts","src/components/agent-tools/tool-select-dialog/tool-select-dialog.styles.ts","src/components/conversation/model-select/model-select.styles.ts","src/components/conversation/model-settings-panel/model-settings-panel.styles.ts","src/components/conversation/voice-picker/voice-picker.styles.ts","src/components/data/stat/stat.styles.ts","src/components/forms/combobox/combobox.styles.ts","src/components/forms/select/select.styles.ts","src/components/retrieval/grounding-summary/grounding-summary.styles.ts"]}}},"05rem":{"$type":"string","$value":"var(--lr-theme-size-0-05rem, 0.05rem)","$description":"Canonical shared component token for size 0 05rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-0-05rem","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-0-05rem","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-0-05rem","status":"retained"},"evidence":["src/components/data/stat/stat.styles.ts","src/components/forms/combobox/combobox.styles.ts"]}}},"0625rem":{"$type":"string","$value":"var(--lr-theme-size-0-0625rem, 0.0625rem)","$description":"Canonical shared component token for size 0 0625rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-0-0625rem","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-0-0625rem","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-0-0625rem","status":"retained"},"evidence":["src/components/conversation/code-block/code-block.styles.ts","src/components/forms/locale-picker/locale-picker.styles.ts","src/components/forms/token-input/token-input.styles.ts","src/components/overlays/chip/chip.styles.ts","src/components/overlays/kbd/kbd.styles.ts"]}}},"09375rem":{"$type":"string","$value":"var(--lr-theme-size-0-09375rem, 0.09375rem)","$description":"Canonical shared component token for size 0 09375rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-0-09375rem","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-0-09375rem","valueNameClassification":"component-role","compatibility":{"name":"--lr-size-0-09375rem","status":"retained","aliasOf":"--lr-typing-cursor-width"},"evidence":["src/components/conversation/typing-indicator/typing-indicator.styles.ts"]}}},"125rem":{"$type":"string","$value":"var(--lr-theme-size-0-125rem, 0.125rem)","$description":"Canonical shared component token for size 0 125rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-0-125rem","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-0-125rem","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-0-125rem","status":"retained"},"evidence":["src/components/agent-tools/context-inspector/context-inspector.styles.ts","src/components/agent-tools/tool-result-dialog/tool-result-dialog.styles.ts","src/components/agent-tools/tool-select-dialog/tool-select-dialog.styles.ts","src/components/conversation/chat-message/chat-message.styles.ts","src/components/conversation/conversation-item/conversation-item.styles.ts","src/components/conversation/markdown/markdown.styles.ts","src/components/conversation/streaming-text/streaming-text.class.ts","src/components/conversation/streaming-text/streaming-text.styles.ts","src/components/conversation/typing-indicator/typing-indicator.styles.ts","src/components/data/stat/stat.styles.ts","src/components/forms/locale-picker/locale-picker.styles.ts","src/components/forms/token-input/token-input.styles.ts","src/components/layout/segmented/segmented.class.ts","src/components/layout/segmented/segmented.styles.ts","src/components/layout/widget/widget.styles.ts","src/components/media/attachment-chip/attachment-chip.styles.ts","src/components/overlays/chip/chip.styles.ts","src/components/retrieval/knowledge-base/knowledge-base.styles.ts","src/components/utility/diff-view/diff-view.styles.ts","src/components/utility/json-viewer/json-viewer.styles.ts","src/components/utility/poll-status/poll-status.styles.ts","src/components/viewers/xml-viewer/xml-viewer.styles.ts"]}}},"15rem":{"$type":"string","$value":"var(--lr-theme-size-0-15rem, 0.15rem)","$description":"Canonical shared component token for size 0 15rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-0-15rem","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-0-15rem","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-0-15rem","status":"retained"},"evidence":["src/components/charts/chart/chart.styles.ts","src/components/forms/button/button.styles.ts","src/components/forms/combobox/combobox.styles.ts"]}}},"1875rem":{"$type":"string","$value":"var(--lr-theme-size-0-1875rem, 0.1875rem)","$description":"Canonical shared component token for size 0 1875rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-0-1875rem","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-0-1875rem","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-0-1875rem","status":"retained"},"evidence":["src/components/conversation/code-block/code-block.styles.ts","src/components/conversation/typing-indicator/typing-indicator.styles.ts","src/components/overlays/badge/badge.class.ts","src/components/overlays/badge/badge.styles.ts","src/components/overlays/kbd/kbd.styles.ts","src/components/utility/json-viewer/json-viewer.styles.ts","src/components/viewers/xml-viewer/xml-viewer.styles.ts"]}}},"1rem":{"$type":"string","$value":"var(--lr-theme-size-0-1rem, 0.1rem)","$description":"Canonical shared component token for size 0 1rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-0-1rem","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-0-1rem","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-0-1rem","status":"retained"},"evidence":["src/components/agent-tools/tool-timeline/tool-timeline.styles.ts","src/components/forms/combobox/combobox.styles.ts"]}}},"25rem":{"$type":"string","$value":"var(--lr-theme-size-0-25rem, 0.25rem)","$description":"Canonical shared component token for size 0 25rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-0-25rem","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-0-25rem","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-0-25rem","status":"retained"},"evidence":["src/components/agent-tools/agent-run/agent-run.styles.ts","src/components/agent-tools/subagent-panel/subagent-panel.styles.ts","src/components/agent-tools/tool-call-chip/tool-call-chip.styles.ts","src/components/agent-tools/tool-result-dialog/tool-result-dialog.styles.ts","src/components/conversation/checkpoint/checkpoint.styles.ts","src/components/forms/combobox/combobox.styles.ts","src/components/layout/app-rail/app-rail-item.styles.ts","src/components/media/attachment-chip/attachment-chip.class.ts","src/components/media/attachment-chip/attachment-chip.styles.ts","src/components/media/video/video.styles.ts","src/components/overlays/badge/badge.class.ts","src/components/overlays/badge/badge.styles.ts","src/components/overlays/chip/chip-group.styles.ts","src/components/overlays/chip/chip.class.ts","src/components/overlays/chip/chip.styles.ts","src/components/retrieval/ingestion-queue/ingestion-queue.styles.ts"]}}},"3125rem":{"$type":"string","$value":"var(--lr-theme-size-0-3125rem, 0.3125rem)","$description":"Canonical shared component token for size 0 3125rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-0-3125rem","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-0-3125rem","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-0-3125rem","status":"retained"},"evidence":["src/components/conversation/markdown/markdown.styles.ts","src/components/forms/combobox/combobox.styles.ts"]}}},"35em":{"$type":"string","$value":"var(--lr-theme-size-0-35em, 0.35em)","$description":"Canonical shared component token for size 0 35em.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-0-35em","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-0-35em","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-0-35em","status":"retained"},"evidence":["src/components/agent-tools/thinking-panel/thinking-panel.styles.ts","src/components/charts/chart/lite-chart.styles.ts","src/components/conversation/checkpoint/checkpoint.styles.ts","src/components/retrieval/ingestion-queue/ingestion-queue.styles.ts"]}}},"375rem":{"$type":"string","$value":"var(--lr-theme-size-0-375rem, 0.375rem)","$description":"Canonical shared component token for size 0 375rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-0-375rem","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-0-375rem","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-0-375rem","status":"retained"},"evidence":["src/components/agent-tools/thinking-panel/thinking-panel.styles.ts","src/components/conversation/typing-indicator/typing-indicator.styles.ts","src/components/overlays/badge/badge.styles.ts","src/components/overlays/chip/chip.styles.ts","src/components/overlays/overlay/dropdown.class.ts","src/components/overlays/overlay/overlay-arrow.ts","src/components/overlays/overlay/overlay.styles.ts","src/components/overlays/overlay/popover.class.ts","src/components/overlays/overlay/tooltip.class.ts","src/components/overlays/popup/popup.class.ts","src/components/overlays/popup/popup.styles.ts","src/components/utility/poll-status/poll-status.styles.ts"]}}},"3em":{"$type":"string","$value":"var(--lr-theme-size-0-3em, 0.3em)","$description":"Canonical shared component token for size 0 3em.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-0-3em","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-0-3em","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-0-3em","status":"retained"},"evidence":["src/components/agent-tools/tool-call-chip/tool-call-chip.styles.ts","src/components/agent-tools/tool-timeline/tool-timeline.styles.ts","src/components/retrieval/citation-badge/citation-badge.styles.ts"]}}},"4375rem":{"$type":"string","$value":"var(--lr-theme-size-0-4375rem, 0.4375rem)","$description":"Canonical shared component token for size 0 4375rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-0-4375rem","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-0-4375rem","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-0-4375rem","status":"retained"},"evidence":["src/components/conversation/code-block/code-block.styles.ts"]}}},"4em":{"$type":"string","$value":"var(--lr-theme-size-0-4em, 0.4em)","$description":"Canonical shared component token for size 0 4em.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-0-4em","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-0-4em","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-0-4em","status":"retained"},"evidence":["src/components/agent-tools/agent-run/agent-run.styles.ts","src/components/agent-tools/tool-call-chip/tool-call-chip.styles.ts","src/components/conversation/generation-metrics/generation-metrics.styles.ts","src/components/conversation/usage-badge/usage-badge.styles.ts"]}}},"4rem":{"$type":"string","$value":"var(--lr-theme-size-0-4rem, 0.4rem)","$description":"Canonical shared component token for size 0 4rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-0-4rem","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-0-4rem","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-0-4rem","status":"retained"},"evidence":["src/components/data/stat/stat.styles.ts","src/components/forms/combobox/combobox.styles.ts"]}}},"5em":{"$type":"string","$value":"var(--lr-theme-size-0-5em, 0.5em)","$description":"Canonical shared component token for size 0 5em.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-0-5em","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-0-5em","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-0-5em","status":"retained"},"evidence":["src/components/utility/icon/icon.class.ts","src/components/utility/icon/icon.styles.ts","src/components/utility/random-content/random-content.class.ts","src/components/utility/random-content/random-content.styles.ts"]}}},"5rem":{"$type":"string","$value":"var(--lr-theme-size-0-5rem, 0.5rem)","$description":"Canonical shared component token for size 0 5rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-0-5rem","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-0-5rem","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-0-5rem","status":"retained"},"evidence":["src/components/agent-tools/activity-feed/activity-feed.styles.ts","src/components/agent-tools/trace-tree/trace-tree.styles.ts","src/components/charts/chart/chart.styles.ts","src/components/conversation/chat-message/chat-message.styles.ts","src/components/conversation/stream-status/stream-status.styles.ts","src/components/data/context-meter/context-meter.styles.ts","src/components/data/flow-canvas/flow-canvas.class.ts","src/components/data/flow-canvas/flow-canvas.styles.ts","src/components/data/flow-node/flow-node.styles.ts","src/components/data/flow-run-status/flow-run-status.styles.ts","src/components/data/gauge/gauge.styles.ts","src/components/data/heatmap/heatmap.styles.ts","src/components/data/table/table.styles.ts","src/components/forms/color-picker/color-picker.class.ts","src/components/forms/color-picker/color-picker.styles.ts","src/components/forms/combobox/combobox.styles.ts","src/components/forms/select/select.styles.ts","src/components/forms/swatch-picker/swatch-picker.class.ts","src/components/forms/swatch-picker/swatch-picker.styles.ts","src/components/layout/carousel/carousel.styles.ts","src/components/layout/details/accordion-item.styles.ts","src/components/overlays/dialog/dialog.class.ts","src/components/utility/tour/tour.styles.ts"]}}},"625rem":{"$type":"string","$value":"var(--lr-theme-size-0-625rem, 0.625rem)","$description":"Canonical shared component token for size 0 625rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-0-625rem","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-0-625rem","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-0-625rem","status":"retained"},"evidence":["src/components/agent-tools/tool-timeline/tool-timeline.class.ts","src/components/agent-tools/tool-timeline/tool-timeline.styles.ts","src/components/data/sequence-strip/sequence-strip.class.ts","src/components/data/sequence-strip/sequence-strip.styles.ts","src/components/forms/combobox/combobox.styles.ts"]}}},"6875rem":{"$type":"string","$value":"var(--lr-theme-size-0-6875rem, 0.6875rem)","$description":"Canonical shared component token for size 0 6875rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-0-6875rem","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-0-6875rem","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-0-6875rem","status":"retained"},"evidence":["src/components/agent-tools/tool-call-chip/tool-call-chip.styles.ts","src/components/conversation/code-block/code-block.styles.ts","src/components/conversation/model-select/model-select.styles.ts","src/components/conversation/model-settings-panel/model-settings-panel.styles.ts","src/components/conversation/voice-picker/voice-picker.styles.ts","src/components/forms/combobox/combobox.styles.ts","src/components/forms/select/select.styles.ts"]}}},"6rem":{"$type":"string","$value":"var(--lr-theme-size-0-6rem, 0.6rem)","$description":"Canonical shared component token for size 0 6rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-0-6rem","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-0-6rem","valueNameClassification":"component-role","compatibility":{"name":"--lr-size-0-6rem","status":"retained","aliasOf":"--lr-heatmap-mark-size"},"evidence":["src/components/data/heatmap/heatmap.styles.ts"]}}},"75em":{"$type":"string","$value":"var(--lr-theme-size-0-75em, 0.75em)","$description":"Canonical shared component token for size 0 75em.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-0-75em","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-0-75em","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-0-75em","status":"retained"},"evidence":["src/components/forms/button/button.class.ts","src/components/forms/button/button.styles.ts","src/components/media/attachment-trigger/attachment-trigger.styles.ts","src/components/overlays/chip/chip.styles.ts","src/components/overlays/kbd/kbd.styles.ts","src/components/retrieval/citation-badge/citation-badge.styles.ts"]}}},"75rem":{"$type":"string","$value":"var(--lr-theme-size-0-75rem, 0.75rem)","$description":"Canonical shared component token for size 0 75rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-0-75rem","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-0-75rem","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-0-75rem","status":"retained"},"evidence":["src/components/data/word-cloud/word-cloud.styles.ts","src/components/forms/color-picker/color-picker.class.ts","src/components/forms/color-picker/color-picker.styles.ts","src/components/forms/swatch-picker/swatch-picker.styles.ts","src/components/media/image-comparer/image-comparer.styles.ts","src/components/media/map/map.styles.ts","src/components/media/video/video.styles.ts","src/components/retrieval/graph/graph.styles.ts"]}}},"7em":{"$type":"string","$value":"var(--lr-theme-size-0-7em, 0.7em)","$description":"Canonical shared component token for size 0 7em.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-0-7em","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-0-7em","valueNameClassification":"component-role","compatibility":{"name":"--lr-size-0-7em","status":"retained","aliasOf":"--lr-lite-chart-legend-marker-size"},"evidence":["src/components/charts/chart/lite-chart.styles.ts"]}}},"875em":{"$type":"string","$value":"var(--lr-theme-size-0-875em, 0.875em)","$description":"Canonical shared component token for size 0 875em.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-0-875em","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-0-875em","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-0-875em","status":"retained"},"evidence":["src/components/agent-tools/tool-timeline/tool-timeline.styles.ts","src/components/conversation/chat-message/chat-message.styles.ts","src/components/conversation/markdown/markdown.styles.ts","src/components/layout/virtual-list/virtual-list.styles.ts","src/components/retrieval/entity-chip/entity-chip.styles.ts"]}}},"8rem":{"$type":"string","$value":"var(--lr-theme-size-0-8rem, 0.8rem)","$description":"Canonical shared component token for size 0 8rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-0-8rem","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-0-8rem","valueNameClassification":"component-role","compatibility":{"name":"--lr-size-0-8rem","status":"retained","aliasOf":"--lr-lite-chart-legend-font-size"},"evidence":["src/components/charts/chart/lite-chart.styles.ts"]}}},"9375rem":{"$type":"string","$value":"var(--lr-theme-size-0-9375rem, 0.9375rem)","$description":"Canonical shared component token for size 0 9375rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-0-9375rem","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-0-9375rem","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-0-9375rem","status":"retained"},"evidence":["src/components/data/stat/stat.styles.ts","src/components/forms/date-picker/date-picker.styles.ts","src/components/overlays/badge/badge.styles.ts"]}}}},"1":{"0625rem":{"$type":"string","$value":"var(--lr-theme-size-1-0625rem, 1.0625rem)","$description":"Canonical shared component token for size 1 0625rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-1-0625rem","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-1-0625rem","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-1-0625rem","status":"retained"},"evidence":["src/components/agent-tools/tool-approval-dialog/tool-approval-dialog.styles.ts","src/components/overlays/dialog/confirm.ts"]}}},"1rem":{"$type":"string","$value":"var(--lr-theme-size-1-1rem, 1.1rem)","$description":"Canonical shared component token for size 1 1rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-1-1rem","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-1-1rem","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-1-1rem","status":"retained"},"evidence":["src/components/forms/date-picker/date-picker.styles.ts","src/components/overlays/badge/badge.styles.ts"]}}},"25rem":{"$type":"string","$value":"var(--lr-theme-size-1-25rem, 1.25rem)","$description":"Canonical shared component token for size 1 25rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-1-25rem","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-1-25rem","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-1-25rem","status":"retained"},"evidence":["src/components/agent-tools/span-waterfall/span-waterfall.styles.ts","src/components/agent-tools/trace-tree/trace-tree.styles.ts","src/components/conversation/code-block/code-block.styles.ts","src/components/conversation/model-select/model-select.styles.ts","src/components/data/data-grid/data-grid.class.ts","src/components/data/data-grid/data-grid.styles.ts","src/components/data/timeline/timeline-item.class.ts","src/components/data/timeline/timeline-item.styles.ts","src/components/forms/color-picker/color-picker.class.ts","src/components/forms/color-picker/color-picker.styles.ts","src/components/forms/combobox/combobox.styles.ts","src/components/forms/icon-button/icon-button.styles.ts","src/components/forms/locale-picker/locale-picker.styles.ts","src/components/forms/select/select.styles.ts","src/components/forms/swatch-picker/swatch-picker.styles.ts","src/components/layout/command-palette/command-palette.styles.ts","src/components/overlays/badge/badge.class.ts","src/components/overlays/badge/badge.styles.ts","src/components/overlays/spinner/spinner.class.ts","src/components/overlays/spinner/spinner.styles.ts","src/components/retrieval/neighbor-list/neighbor-list.styles.ts","src/components/utility/json-viewer/json-viewer.styles.ts","src/components/viewers/xml-viewer/xml-viewer.styles.ts","src/internal/contextual-vocabulary.styles.ts"]}}},"5em":{"$type":"string","$value":"var(--lr-theme-size-1-5em, 1.5em)","$description":"Canonical shared component token for size 1 5em.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-1-5em","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-1-5em","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-1-5em","status":"retained"},"evidence":["src/components/data/gauge/gauge.styles.ts","src/components/media/image-viewer/image-viewer.styles.ts","src/components/overlays/kbd/kbd.styles.ts","src/components/utility/icon/icon.class.ts","src/components/utility/icon/icon.styles.ts"]}}},"5rem":{"$type":"string","$value":"var(--lr-theme-size-1-5rem, 1.5rem)","$description":"Canonical shared component token for size 1 5rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-1-5rem","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-1-5rem","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-1-5rem","status":"retained"},"evidence":["src/components/conversation/branch-picker/branch-picker.styles.ts","src/components/conversation/conversation-item/conversation-item.styles.ts","src/components/conversation/thread-list/thread-list.styles.ts","src/components/data/calendar/calendar.styles.ts","src/components/data/sequence-strip/sequence-strip.class.ts","src/components/data/sequence-strip/sequence-strip.styles.ts","src/components/forms/color-picker/color-picker.class.ts","src/components/forms/color-picker/color-picker.styles.ts","src/components/forms/date-picker/date-picker.styles.ts","src/components/forms/emoji-picker/emoji-picker.styles.ts","src/components/forms/radio/radio-button.styles.ts","src/components/forms/swatch-picker/swatch-picker.class.ts","src/components/forms/swatch-picker/swatch-picker.styles.ts","src/components/forms/time-range/time-range.styles.ts","src/components/layout/segmented/segmented.styles.ts","src/components/layout/stepper/stepper.styles.ts","src/components/media/avatar/avatar.styles.ts","src/components/media/avatar-group/avatar-group.styles.ts","src/components/overlays/badge/badge.styles.ts","src/components/overlays/callout/callout.styles.ts","src/components/overlays/chip/chip.class.ts","src/components/overlays/chip/chip.styles.ts","src/internal/contextual-vocabulary.styles.ts"]}}},"75rem":{"$type":"string","$value":"var(--lr-theme-size-1-75rem, 1.75rem)","$description":"Canonical shared component token for size 1 75rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-1-75rem","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-1-75rem","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-1-75rem","status":"retained"},"evidence":["src/components/agent-tools/agent-run/agent-run.styles.ts","src/components/agent-tools/span-waterfall/span-waterfall.styles.ts","src/components/conversation/message-actions/message-actions.styles.ts","src/components/conversation/message-feedback/message-feedback.styles.ts","src/components/conversation/model-select/model-select.class.ts","src/components/conversation/model-select/model-select.styles.ts","src/components/data/tree/tree-item.styles.ts","src/components/forms/combobox/combobox.styles.ts","src/components/forms/date-picker/date-picker.styles.ts","src/components/forms/emoji-picker/emoji-picker.styles.ts","src/components/forms/locale-picker/locale-picker.styles.ts","src/components/forms/select/select.styles.ts","src/components/forms/swatch-picker/swatch-picker.styles.ts","src/components/media/attachment-chip/attachment-chip.class.ts","src/components/media/attachment-chip/attachment-chip.styles.ts","src/components/media/attachment-trigger/attachment-trigger.styles.ts","src/components/overlays/badge/badge.styles.ts","src/components/overlays/chip/chip.styles.ts"]}}},"875rem":{"$type":"string","$value":"var(--lr-theme-size-1-875rem, 1.875rem)","$description":"Canonical shared component token for size 1 875rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-1-875rem","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-1-875rem","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-1-875rem","status":"retained"},"evidence":["src/internal/contextual-vocabulary.styles.ts"]}}}},"2":{"25rem":{"$type":"string","$value":"var(--lr-theme-size-2-25rem, 2.25rem)","$description":"Canonical shared component token for size 2 25rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-2-25rem","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-2-25rem","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-2-25rem","status":"retained"},"evidence":["src/components/agent-tools/tool-select-dialog/tool-select-dialog.styles.ts","src/components/forms/date-picker/date-picker.styles.ts"]}}},"5ch":{"$type":"string","$value":"var(--lr-theme-size-2-5ch, 2.5ch)","$description":"Canonical shared component token for size 2 5ch.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-2-5ch","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-2-5ch","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-2-5ch","status":"retained"},"evidence":["src/components/conversation/code-block/code-block.styles.ts","src/components/conversation/model-settings-panel/model-settings-panel.styles.ts","src/components/forms/input/time-input.styles.ts","src/components/forms/slider/slider.styles.ts"]}}},"5rem":{"$type":"string","$value":"var(--lr-theme-size-2-5rem, 2.5rem)","$description":"Canonical shared component token for size 2 5rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-2-5rem","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-2-5rem","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-2-5rem","status":"retained"},"evidence":["src/components/agent-tools/tool-param-form/tool-param-form.styles.ts","src/components/conversation/message-feedback/message-feedback.styles.ts","src/components/conversation/suggestion-chips/suggestion-chips.styles.ts","src/components/data/pagination/pagination.styles.ts","src/components/forms/color-picker/color-picker.class.ts","src/components/forms/color-picker/color-picker.styles.ts","src/components/forms/date-picker/date-picker.styles.ts","src/components/forms/swatch-picker/swatch-picker.class.ts","src/components/forms/swatch-picker/swatch-picker.styles.ts","src/components/layout/segmented/segmented.styles.ts","src/components/layout/stepper/stepper.styles.ts","src/components/media/avatar/avatar.styles.ts","src/components/media/avatar-group/avatar-group.styles.ts","src/components/overlays/progress/progress-ring.class.ts","src/components/overlays/progress/progress.styles.ts","src/internal/contextual-vocabulary.styles.ts"]}}}},"3":{"5em":{"$type":"string","$value":"var(--lr-theme-size-3-5em, 3.5em)","$description":"Canonical shared component token for size 3 5em.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-3-5em","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-3-5em","valueNameClassification":"component-role","compatibility":{"name":"--lr-size-3-5em","status":"retained","aliasOf":"--lr-known-date-day-field-width"},"evidence":["src/components/utility/known-date/known-date.class.ts","src/components/utility/known-date/known-date.styles.ts"]}}},"5rem":{"$type":"string","$value":"var(--lr-theme-size-3-5rem, 3.5rem)","$description":"Canonical shared component token for size 3 5rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-3-5rem","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-3-5rem","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-3-5rem","status":"retained"},"evidence":["src/components/agent-tools/trace-tree/trace-tree.styles.ts","src/components/data/data-grid/data-grid.class.ts","src/components/data/data-grid/data-grid.styles.ts","src/components/forms/emoji-picker/emoji-picker.styles.ts","src/components/forms/swatch-picker/swatch-picker.styles.ts","src/components/media/attachment-chip/attachment-chip.styles.ts","src/internal/contextual-vocabulary.styles.ts"]}}}},"10px":{"$type":"string","$value":"var(--lr-theme-size-10px, 10px)","$description":"Canonical shared component token for size 10px.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-10px","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-10px","valueNameClassification":"component-role","compatibility":{"name":"--lr-size-10px","status":"retained","aliasOf":"--lr-heatmap-label-font-size"},"evidence":["src/components/data/heatmap/heatmap.styles.ts"]}}},"10rem":{"$type":"string","$value":"var(--lr-theme-size-10rem, 10rem)","$description":"Canonical shared component token for size 10rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-10rem","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-10rem","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-10rem","status":"retained"},"evidence":["src/components/agent-tools/agent-eval-dashboard/agent-eval-dashboard.styles.ts","src/components/agent-tools/tool-approval-dialog/tool-approval-dialog.styles.ts","src/components/conversation/model-settings-panel/model-settings-panel.styles.ts","src/components/data/document-library/document-library.styles.ts","src/components/data/flow-node/flow-node.class.ts","src/components/data/flow-node/flow-node.styles.ts","src/components/data/graph-query-builder/graph-query-builder.styles.ts","src/components/forms/slider/slider.class.ts","src/components/forms/slider/slider.styles.ts","src/components/layout/menu/menu.styles.ts","src/components/layout/scroller/scroller.class.ts","src/components/layout/scroller/scroller.styles.ts","src/components/media/image-viewer/image-viewer.styles.ts","src/components/media/pan-zoom/pan-zoom.styles.ts","src/components/media/video/video.styles.ts","src/components/retrieval/grounding-summary/grounding-summary.styles.ts","src/components/retrieval/rag-eval-dashboard/rag-eval-dashboard.styles.ts","src/components/viewers/document-preview/document-preview.styles.ts","src/components/viewers/ebook-viewer/ebook-viewer.styles.ts","src/components/viewers/html-viewer/html-viewer.styles.ts","src/components/viewers/pptx-viewer/pptx-viewer.styles.ts","src/components/viewers/svg-viewer/svg-viewer.styles.ts"]}}},"12em":{"$type":"string","$value":"var(--lr-theme-size-12em, 12em)","$description":"Canonical shared component token for size 12em.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-12em","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-12em","valueNameClassification":"component-role","compatibility":{"name":"--lr-size-12em","status":"retained","aliasOf":"--lr-gauge-default-inline-size"},"evidence":["src/components/data/gauge/gauge.styles.ts"]}}},"12rem":{"$type":"string","$value":"var(--lr-theme-size-12rem, 12rem)","$description":"Canonical shared component token for size 12rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-12rem","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-12rem","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-12rem","status":"retained"},"evidence":["src/components/agent-tools/evaluation-run/evaluation-run.styles.ts","src/components/agent-tools/prompt-studio/prompt-studio.styles.ts","src/components/conversation/model-select/model-select.styles.ts","src/components/conversation/model-settings-panel/model-settings-panel.styles.ts","src/components/conversation/prompt-input/prompt-input.styles.ts","src/components/conversation/voice-picker/voice-picker.styles.ts","src/components/data/data-grid/data-grid.styles.ts","src/components/data/document-library/document-library.styles.ts","src/components/data/flow-minimap/flow-minimap.class.ts","src/components/data/flow-minimap/flow-minimap.styles.ts","src/components/data/graph-query-builder/graph-query-builder.styles.ts","src/components/forms/combobox/combobox.styles.ts","src/components/forms/locale-picker/locale-picker.styles.ts","src/components/forms/select/select.class.ts","src/components/forms/select/select.styles.ts","src/components/layout/filter-bar/filter-bar.styles.ts","src/components/retrieval/embedding-explorer/embedding-explorer.styles.ts","src/components/retrieval/entity-dossier/entity-dossier.styles.ts","src/components/retrieval/knowledge-graph-explorer/knowledge-graph-explorer.styles.ts","src/components/retrieval/retrieval-search/retrieval-search.styles.ts","src/components/viewers/document-viewer/document-viewer.styles.ts"]}}},"14px":{"$type":"string","$value":"var(--lr-theme-size-14px, 14px)","$description":"Canonical shared component token for size 14px.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-14px","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-14px","valueNameClassification":"component-role","compatibility":{"name":"--lr-size-14px","status":"retained","aliasOf":"--lr-time-range-dot-size"},"evidence":["src/components/forms/time-range/time-range.styles.ts"]}}},"14rem":{"$type":"string","$value":"var(--lr-theme-size-14rem, 14rem)","$description":"Canonical shared component token for size 14rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-14rem","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-14rem","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-14rem","status":"retained"},"evidence":["src/components/agent-tools/eval-dataset/eval-dataset.styles.ts","src/components/data/condition-builder/condition-builder.styles.ts","src/components/retrieval/retrieval-compare/retrieval-compare.styles.ts","src/components/utility/mention-popover/mention-popover.styles.ts"]}}},"15rem":{"$type":"string","$value":"var(--lr-theme-size-15rem, 15rem)","$description":"Canonical shared component token for size 15rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-15rem","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-15rem","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-15rem","status":"retained"},"evidence":["src/components/forms/color-picker/color-picker.class.ts","src/components/forms/color-picker/color-picker.styles.ts","src/components/layout/app-rail/app-rail.class.ts","src/components/layout/app-rail/app-rail.styles.ts","src/components/media/video-playlist/video-playlist.styles.ts"]}}},"16px":{"$type":"string","$value":"var(--lr-theme-size-16px, 16px)","$description":"Canonical shared component token for size 16px.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-16px","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-16px","valueNameClassification":"component-role","compatibility":{"name":"--lr-size-16px","status":"retained","aliasOf":"--lr-browser-frame-control-size"},"evidence":["src/components/agent-tools/browser-frame/browser-frame.styles.ts"]}}},"16rem":{"$type":"string","$value":"var(--lr-theme-size-16rem, 16rem)","$description":"Canonical shared component token for size 16rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-16rem","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-16rem","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-16rem","status":"retained"},"evidence":["src/components/agent-tools/activity-feed/activity-feed.styles.ts","src/components/agent-tools/agent-run/agent-run.styles.ts","src/components/agent-tools/thinking-panel/thinking-panel.class.ts","src/components/agent-tools/thinking-panel/thinking-panel.styles.ts","src/components/conversation/agent-workspace/agent-workspace.styles.ts","src/components/conversation/suggestion-chips/suggestion-chips.styles.ts","src/components/forms/emoji-picker/emoji-picker.styles.ts","src/components/media/av-player/av-player.class.ts","src/components/media/av-player/av-player.styles.ts","src/components/media/image-viewer/image-viewer.styles.ts","src/components/media/video/video.styles.ts","src/components/retrieval/entity-dossier/entity-dossier.styles.ts","src/components/retrieval/retrieval-compare/retrieval-compare.styles.ts","src/components/utility/mention-popover/mention-popover.styles.ts"]}}},"18rem":{"$type":"string","$value":"var(--lr-theme-size-18rem, 18rem)","$description":"Canonical shared component token for size 18rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-18rem","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-18rem","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-18rem","status":"retained"},"evidence":["src/components/conversation/model-select/model-select.styles.ts","src/components/conversation/voice-picker/voice-picker.styles.ts","src/components/forms/combobox/combobox.styles.ts","src/components/forms/locale-picker/locale-picker.styles.ts","src/components/forms/select/select.styles.ts","src/components/layout/app-rail/app-rail.class.ts","src/components/layout/app-rail/app-rail.styles.ts","src/components/layout/page/page.styles.ts","src/components/media/video-playlist/video-playlist.styles.ts"]}}},"1em":{"$type":"string","$value":"var(--lr-theme-size-1em, 1em)","$description":"Canonical shared component token for size 1em.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-1em","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-1em","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-1em","status":"retained"},"evidence":["src/components/agent-tools/activity-feed/activity-feed.styles.ts","src/components/agent-tools/test-results/test-results.styles.ts","src/components/agent-tools/tool-result-dialog/tool-result-dialog.styles.ts","src/components/agent-tools/trace-tree/trace-tree.styles.ts","src/components/conversation/streaming-text/streaming-text.class.ts","src/components/conversation/streaming-text/streaming-text.styles.ts","src/components/conversation/typing-indicator/typing-indicator.styles.ts","src/components/data/graph-query-builder/graph-query-builder.styles.ts","src/components/data/sparkline/sparkline.styles.ts","src/components/layout/command-palette/command-palette.styles.ts","src/components/layout/segmented/segmented.styles.ts","src/components/layout/stepper/stepper.styles.ts","src/components/media/flag/flag.styles.ts","src/components/overlays/skeleton/skeleton.class.ts","src/components/overlays/skeleton/skeleton.styles.ts","src/components/overlays/toast/toast-item.styles.ts","src/components/utility/icon/icon.class.ts","src/components/utility/icon/icon.styles.ts","src/components/viewers/archive-viewer/archive-viewer.styles.ts"]}}},"1px":{"$type":"string","$value":"var(--lr-theme-size-1px, 1px)","$description":"Canonical shared component token for size 1px.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-1px","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-1px","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-1px","status":"retained"},"evidence":["src/components/agent-tools/browser-frame/browser-frame.styles.ts","src/components/agent-tools/test-results/test-results.styles.ts","src/components/data/flow-canvas/flow-canvas.styles.ts","src/components/data/pagination/pagination.styles.ts","src/components/data/sequence-strip/sequence-strip.styles.ts","src/components/data/table/table.styles.ts","src/components/forms/slider/slider.styles.ts","src/components/forms/textarea/textarea.styles.ts","src/components/forms/token-input/token-input.styles.ts","src/components/layout/app-rail/app-rail-item.styles.ts","src/components/media/image-comparer/image-comparer.class.ts","src/components/media/image-comparer/image-comparer.styles.ts","src/components/overlays/spinner/spinner.styles.ts","src/components/retrieval/graph/graph-canvas.ts","src/components/utility/copy-button/copy-button.styles.ts","src/components/utility/export-button/export-button.styles.ts"]}}},"1rem":{"$type":"string","$value":"var(--lr-theme-size-1rem, 1rem)","$description":"Canonical shared component token for size 1rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-1rem","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-1rem","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-1rem","status":"retained"},"evidence":["src/components/conversation/checkpoint/checkpoint.styles.ts","src/components/conversation/model-select/model-select.styles.ts","src/components/conversation/thread-list/thread-list.styles.ts","src/components/data/flow-node/flow-node.class.ts","src/components/data/flow-node/flow-node.styles.ts","src/components/data/tree/tree-item.styles.ts","src/components/forms/color-picker/color-picker.class.ts","src/components/forms/color-picker/color-picker.styles.ts","src/components/forms/combobox/combobox.styles.ts","src/components/forms/locale-picker/locale-picker.styles.ts","src/components/forms/select/select.styles.ts","src/components/forms/swatch-picker/swatch-picker.styles.ts","src/components/layout/details/details.styles.ts","src/components/media/attachment-chip/attachment-chip.styles.ts","src/components/overlays/badge/badge.styles.ts","src/components/overlays/drawer/drawer.class.ts","src/components/overlays/drawer/drawer.styles.ts","src/components/overlays/progress/progress-bar.class.ts","src/components/overlays/progress/progress.styles.ts","src/components/retrieval/source-picker/source-picker.styles.ts"]}}},"20rem":{"$type":"string","$value":"var(--lr-theme-size-20rem, 20rem)","$description":"Canonical shared component token for size 20rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-20rem","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-20rem","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-20rem","status":"retained"},"evidence":["src/components/agent-tools/terminal/terminal.class.ts","src/components/agent-tools/terminal/terminal.styles.ts","src/components/data/data-grid/data-grid.styles.ts","src/components/layout/menu/menu.styles.ts","src/components/media/animated-image/animated-image.class.ts","src/components/media/animated-image/animated-image.styles.ts","src/components/media/media-card/media-card.class.ts","src/components/media/media-card/media-card.styles.ts","src/components/overlays/overlay/dropdown.class.ts","src/components/overlays/overlay/overlay.styles.ts","src/components/overlays/overlay/popover.class.ts","src/components/overlays/overlay/tooltip.class.ts","src/components/utility/export-button/export-button.styles.ts","src/components/viewers/csv-viewer/csv-viewer.styles.ts","src/components/viewers/dataset-viewer/dataset-viewer.styles.ts","src/components/viewers/spreadsheet-viewer/spreadsheet-viewer.styles.ts"]}}},"22rem":{"$type":"string","$value":"var(--lr-theme-size-22rem, 22rem)","$description":"Canonical shared component token for size 22rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-22rem","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-22rem","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-22rem","status":"retained"},"evidence":["src/components/retrieval/citation-badge/citation-badge.styles.ts","src/components/retrieval/entity-chip/entity-chip.styles.ts","src/components/utility/tour/tour.class.ts","src/components/utility/tour/tour.styles.ts"]}}},"24px":{"$type":"string","$value":"var(--lr-theme-size-24px, 24px)","$description":"Canonical shared component token for size 24px.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-24px","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-24px","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-24px","status":"retained"},"evidence":["src/components/agent-tools/span-waterfall/span-waterfall.styles.ts","src/components/agent-tools/trace-tree/trace-tree.styles.ts","src/components/forms/combobox/option.styles.ts","src/components/forms/time-range/time-range.styles.ts","src/components/layout/menu/menu-item.styles.ts","src/components/overlays/toast/toast-item.styles.ts","src/components/retrieval/embedding-explorer/embedding-explorer.styles.ts","src/components/retrieval/graph/graph-canvas.ts","src/components/retrieval/graph/graph.class.ts","src/components/retrieval/graph/graph.styles.ts","src/components/utility/known-date/known-date.class.ts","src/components/utility/known-date/known-date.styles.ts"]}}},"24rem":{"$type":"string","$value":"var(--lr-theme-size-24rem, 24rem)","$description":"Canonical shared component token for size 24rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-24rem","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-24rem","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-24rem","status":"retained"},"evidence":["src/components/agent-tools/compare-panel/compare-panel.class.ts","src/components/agent-tools/compare-panel/compare-panel.styles.ts","src/components/agent-tools/tool-call-chip/tool-call-chip.styles.ts","src/components/conversation/agent-workspace/agent-workspace.styles.ts","src/components/conversation/handoff-divider/handoff-divider.styles.ts","src/components/conversation/model-select/model-select.styles.ts","src/components/conversation/usage-badge/usage-badge.styles.ts","src/components/conversation/voice-picker/voice-picker.styles.ts","src/components/data/graph-query-builder/graph-query-builder.styles.ts","src/components/layout/virtual-list/virtual-list.class.ts","src/components/layout/virtual-list/virtual-list.styles.ts","src/components/media/map/map.styles.ts","src/components/overlays/drawer/drawer.styles.ts","src/components/retrieval/ingestion-queue/ingestion-queue.styles.ts","src/components/retrieval/knowledge-graph-explorer/knowledge-graph-explorer.styles.ts","src/components/utility/mention-popover/mention-popover.styles.ts","src/components/viewers/document-compare/document-compare.class.ts","src/components/viewers/document-compare/document-compare.styles.ts","src/components/viewers/page-rail/page-rail.class.ts","src/components/viewers/page-rail/page-rail.styles.ts","src/components/viewers/pdf-viewer/pdf-viewer.class.ts","src/components/viewers/pdf-viewer/pdf-viewer.styles.ts"]}}},"280px":{"$type":"string","$value":"var(--lr-theme-size-280px, 280px)","$description":"Canonical shared component token for size 280px.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-280px","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-280px","valueNameClassification":"component-role","compatibility":{"name":"--lr-size-280px","status":"retained","aliasOf":"--lr-chart-height"},"evidence":["src/components/charts/chart/box-plot.styles.ts","src/components/charts/chart/chart.class.ts","src/components/charts/chart/chart.styles.ts","src/components/charts/chart/lite-chart.styles.ts"]}}},"28px":{"$type":"string","$value":"var(--lr-theme-size-28px, 28px)","$description":"Canonical shared component token for size 28px.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-28px","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-28px","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-28px","status":"retained"},"evidence":["src/components/forms/slider/slider.styles.ts","src/components/forms/time-range/time-range.styles.ts"]}}},"28rem":{"$type":"string","$value":"var(--lr-theme-size-28rem, 28rem)","$description":"Canonical shared component token for size 28rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-28rem","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-28rem","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-28rem","status":"retained"},"evidence":["src/components/conversation/model-select/model-select.styles.ts","src/components/conversation/model-settings-panel/model-settings-panel.styles.ts","src/components/conversation/voice-picker/voice-picker.styles.ts","src/components/forms/combobox/combobox.styles.ts","src/components/forms/date-picker/date-input.styles.ts","src/components/forms/locale-picker/locale-picker.styles.ts","src/components/forms/select/select.styles.ts","src/components/overlays/toast/toast.class.ts","src/components/overlays/toast/toast.styles.ts"]}}},"2px":{"$type":"string","$value":"var(--lr-theme-size-2px, 2px)","$description":"Canonical shared component token for size 2px.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-2px","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-2px","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-2px","status":"retained"},"evidence":["src/components/agent-tools/browser-frame/browser-frame.styles.ts","src/components/agent-tools/terminal/terminal.class.ts","src/components/charts/chart/lite-chart.styles.ts","src/components/conversation/conversation-item/conversation-item.class.ts","src/components/conversation/conversation-item/conversation-item.styles.ts","src/components/data/flow-canvas/flow-canvas.styles.ts","src/components/data/flow-node/flow-node.styles.ts","src/components/data/heatmap/heatmap.styles.ts","src/components/data/sequence-strip/sequence-strip.styles.ts","src/components/forms/color-picker/color-picker.styles.ts","src/components/forms/switch/switch.class.ts","src/components/forms/switch/switch.styles.ts","src/components/forms/time-range/time-range.styles.ts","src/components/layout/menu/menu-item.styles.ts","src/components/media/map/map.styles.ts","src/components/retrieval/chunk-inspector/chunk-inspector.styles.ts","src/components/retrieval/graph/graph.styles.ts","src/components/retrieval/graph-legend/graph-legend.styles.ts","src/components/retrieval/knowledge-graph-explorer/knowledge-graph-explorer.styles.ts","src/components/retrieval/neighbor-list/neighbor-list.styles.ts","src/components/retrieval/node-palette/node-palette.styles.ts","src/components/retrieval/path-strip/path-strip.styles.ts"]}}},"2rem":{"$type":"string","$value":"var(--lr-theme-size-2rem, 2rem)","$description":"Canonical shared component token for size 2rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-2rem","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-2rem","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-2rem","status":"retained"},"evidence":["src/components/forms/date-picker/date-picker.styles.ts","src/components/forms/emoji-picker/emoji-picker.styles.ts","src/components/forms/swatch-picker/swatch-picker.styles.ts","src/components/layout/command-palette/command-palette.class.ts","src/components/layout/command-palette/command-palette.styles.ts","src/components/layout/scroller/scroller.class.ts","src/components/layout/scroller/scroller.styles.ts","src/components/media/avatar/avatar.styles.ts","src/components/media/avatar-group/avatar-group.styles.ts","src/components/media/file-icon/file-icon.class.ts","src/components/media/file-icon/file-icon.styles.ts","src/components/overlays/chip/chip.styles.ts","src/components/viewers/document-preview/document-preview.styles.ts","src/components/viewers/document-viewer/document-viewer.styles.ts","src/components/viewers/pptx-viewer/pptx-viewer.styles.ts"]}}},"30rem":{"$type":"string","$value":"var(--lr-theme-size-30rem, 30rem)","$description":"Canonical shared component token for size 30rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-30rem","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-30rem","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-30rem","status":"retained"},"evidence":["src/components/agent-tools/tool-select-dialog/tool-select-dialog.styles.ts","src/components/data/data-grid/data-grid.class.ts","src/components/data/data-grid/data-grid.styles.ts","src/components/media/video-playlist/video-playlist.styles.ts"]}}},"32rem":{"$type":"string","$value":"var(--lr-theme-size-32rem, 32rem)","$description":"Canonical shared component token for size 32rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-32rem","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-32rem","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-32rem","status":"retained"},"evidence":["src/components/agent-tools/tool-approval-dialog/tool-approval-dialog.styles.ts","src/components/forms/rubric-form/rubric-form.styles.ts","src/components/overlays/dialog/dialog.class.ts","src/components/overlays/dialog/dialog.styles.ts"]}}},"36rem":{"$type":"string","$value":"var(--lr-theme-size-36rem, 36rem)","$description":"Canonical shared component token for size 36rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-36rem","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-36rem","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-36rem","status":"retained"},"evidence":["src/components/agent-tools/tool-approval-dialog/tool-approval-dialog.styles.ts","src/components/media/video/video.styles.ts"]}}},"38rem":{"$type":"string","$value":"var(--lr-theme-size-38rem, 38rem)","$description":"Canonical shared component token for size 38rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-38rem","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-38rem","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-38rem","status":"retained"},"evidence":["src/components/agent-tools/tool-select-dialog/tool-select-dialog.styles.ts"]}}},"3ch":{"$type":"string","$value":"var(--lr-theme-size-3ch, 3ch)","$description":"Canonical shared component token for size 3ch.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-3ch","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-3ch","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-3ch","status":"retained"},"evidence":["src/components/agent-tools/activity-feed/activity-feed.styles.ts","src/components/agent-tools/tool-call-chip/tool-call-chip.styles.ts"]}}},"3px":{"$type":"string","$value":"var(--lr-theme-size-3px, 3px)","$description":"Canonical shared component token for size 3px.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-3px","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-3px","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-3px","status":"retained"},"evidence":["src/components/data/flow-canvas/flow-canvas.styles.ts","src/components/data/heatmap/heatmap.styles.ts","src/components/layout/app-rail/app-rail.styles.ts","src/components/layout/dock-panel/dock-panel.styles.ts","src/components/layout/multi-split/multi-split.class.ts","src/components/layout/multi-split/multi-split.styles.ts","src/components/viewers/document-preview/document-preview.styles.ts"]}}},"3rem":{"$type":"string","$value":"var(--lr-theme-size-3rem, 3rem)","$description":"Canonical shared component token for size 3rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-3rem","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-3rem","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-3rem","status":"retained"},"evidence":["src/components/conversation/audio-visualizer/audio-visualizer.class.ts","src/components/conversation/audio-visualizer/audio-visualizer.styles.ts","src/components/conversation/push-to-talk/push-to-talk.class.ts","src/components/conversation/push-to-talk/push-to-talk.styles.ts","src/components/data/table/table.class.ts","src/components/data/table/table.styles.ts","src/components/forms/date-picker/date-picker.styles.ts","src/components/forms/emoji-picker/emoji-picker.styles.ts","src/components/forms/swatch-picker/swatch-picker.styles.ts","src/components/layout/command-palette/command-palette.class.ts","src/components/layout/command-palette/command-palette.styles.ts","src/components/media/av-player/av-player.styles.ts","src/components/media/avatar/avatar.class.ts","src/components/media/avatar/avatar.styles.ts","src/components/media/avatar-group/avatar-group.styles.ts","src/internal/contextual-vocabulary.styles.ts"]}}},"48rem":{"$type":"string","$value":"var(--lr-theme-size-48rem, 48rem)","$description":"Canonical shared component token for size 48rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-48rem","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-48rem","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-48rem","status":"retained"},"evidence":["src/components/agent-tools/tool-result-dialog/tool-result-dialog.styles.ts","src/components/conversation/agent-workspace/agent-workspace.styles.ts","src/components/layout/command-palette/command-palette.class.ts","src/components/layout/command-palette/command-palette.styles.ts"]}}},"4ch":{"$type":"string","$value":"var(--lr-theme-size-4ch, 4ch)","$description":"Canonical shared component token for size 4ch.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-4ch","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-4ch","valueNameClassification":"component-role","compatibility":{"name":"--lr-size-4ch","status":"retained","aliasOf":"--lr-combobox-min-content-width"},"evidence":["src/components/forms/combobox/combobox.styles.ts"]}}},"4px":{"$type":"string","$value":"var(--lr-theme-size-4px, 4px)","$description":"Canonical shared component token for size 4px.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-4px","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-4px","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-4px","status":"retained"},"evidence":["src/components/conversation/push-to-talk/push-to-talk.styles.ts","src/components/conversation/transcript-feed/transcript-feed.styles.ts","src/components/data/flow-node/flow-node.styles.ts","src/components/forms/time-range/time-range.styles.ts","src/components/layout/menu/menu-item.styles.ts","src/components/layout/split-panel/split-panel.styles.ts","src/components/overlays/alert/alert.styles.ts","src/components/overlays/progress/progress-ring.class.ts","src/components/overlays/progress/progress.styles.ts","src/components/overlays/toast/toast-item.class.ts","src/components/overlays/toast/toast-item.styles.ts","src/components/overlays/toast/toast.class.ts","src/components/retrieval/chunk-inspector/chunk-inspector.styles.ts","src/components/retrieval/source-picker/source-picker.styles.ts"]}}},"4rem":{"$type":"string","$value":"var(--lr-theme-size-4rem, 4rem)","$description":"Canonical shared component token for size 4rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-4rem","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-4rem","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-4rem","status":"retained"},"evidence":["src/components/agent-tools/trace-tree/trace-tree.styles.ts","src/components/data/calendar/calendar.class.ts","src/components/data/calendar/calendar.styles.ts","src/components/forms/token-input/token-input.class.ts","src/components/forms/token-input/token-input.styles.ts","src/components/layout/app-rail/app-rail.class.ts","src/components/layout/app-rail/app-rail.styles.ts","src/components/viewers/notebook-viewer/notebook-viewer.styles.ts","src/components/viewers/page-rail/page-rail.styles.ts"]}}},"5em":{"$type":"string","$value":"var(--lr-theme-size-5em, 5em)","$description":"Canonical shared component token for size 5em.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-5em","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-5em","valueNameClassification":"component-role","compatibility":{"name":"--lr-size-5em","status":"retained","aliasOf":"--lr-known-date-year-field-width"},"evidence":["src/components/utility/known-date/known-date.class.ts","src/components/utility/known-date/known-date.styles.ts"]}}},"5rem":{"$type":"string","$value":"var(--lr-theme-size-5rem, 5rem)","$description":"Canonical shared component token for size 5rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-5rem","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-5rem","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-5rem","status":"retained"},"evidence":["src/components/forms/combobox/combobox.class.ts","src/components/forms/combobox/combobox.styles.ts","src/components/layout/dashboard-grid/dashboard-grid.styles.ts","src/components/media/video/video.styles.ts"]}}},"6ch":{"$type":"string","$value":"var(--lr-theme-size-6ch, 6ch)","$description":"Canonical shared component token for size 6ch.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-6ch","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-6ch","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-6ch","status":"retained"},"evidence":["src/components/agent-tools/policy-summary/policy-summary.styles.ts","src/components/agent-tools/thinking-panel/thinking-panel.styles.ts","src/components/agent-tools/tool-call-chip/tool-call-chip.styles.ts","src/components/forms/combobox/combobox.styles.ts","src/components/media/video/video.styles.ts","src/components/retrieval/memory-panel/memory-panel.styles.ts"]}}},"6em":{"$type":"string","$value":"var(--lr-theme-size-6em, 6em)","$description":"Canonical shared component token for size 6em.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-6em","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-6em","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-6em","status":"retained"},"evidence":["No production call site remains; --lr-size-6em is retained for v8 compatibility."]}}},"6px":{"$type":"string","$value":"var(--lr-theme-size-6px, 6px)","$description":"Canonical shared component token for size 6px.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-6px","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-6px","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-6px","status":"retained"},"evidence":["src/components/agent-tools/span-waterfall/span-waterfall.styles.ts","src/components/agent-tools/trace-tree/trace-tree.styles.ts","src/components/data/heatmap/heatmap.styles.ts","src/components/data/sequence-strip/sequence-strip.styles.ts","src/components/retrieval/entity-chip/entity-chip.styles.ts","src/components/retrieval/graph/graph.styles.ts","src/components/viewers/page-rail/page-rail.styles.ts"]}}},"6rem":{"$type":"string","$value":"var(--lr-theme-size-6rem, 6rem)","$description":"Canonical shared component token for size 6rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-6rem","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-6rem","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-6rem","status":"retained"},"evidence":["src/components/agent-tools/prompt-studio/prompt-studio.styles.ts","src/components/agent-tools/trace-tree/trace-tree.styles.ts","src/components/data/calendar/calendar.class.ts","src/components/data/calendar/calendar.styles.ts","src/components/data/heatmap/heatmap.styles.ts","src/components/forms/token-input/token-input.class.ts","src/components/forms/token-input/token-input.styles.ts","src/components/retrieval/chunk-inspector/chunk-inspector.styles.ts","src/components/retrieval/mind-map/mind-map.styles.ts"]}}},"7rem":{"$type":"string","$value":"var(--lr-theme-size-7rem, 7rem)","$description":"Canonical shared component token for size 7rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-7rem","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-7rem","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-7rem","status":"retained"},"evidence":["src/components/data/data-grid/data-grid.class.ts","src/components/data/graph-query-builder/graph-query-builder.styles.ts","src/components/media/video-playlist/video-playlist.styles.ts"]}}},"8em":{"$type":"string","$value":"var(--lr-theme-size-8em, 8em)","$description":"Canonical shared component token for size 8em.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-8em","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-8em","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-8em","status":"retained"},"evidence":["src/components/data/context-meter/context-meter.styles.ts","src/components/data/gauge/gauge.styles.ts"]}}},"8rem":{"$type":"string","$value":"var(--lr-theme-size-8rem, 8rem)","$description":"Canonical shared component token for size 8rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-8rem","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-8rem","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-8rem","status":"retained"},"evidence":["src/components/agent-tools/span-waterfall/span-waterfall.styles.ts","src/components/conversation/code-block/code-block.styles.ts","src/components/conversation/realtime-session/realtime-session.styles.ts","src/components/data/flow-minimap/flow-minimap.class.ts","src/components/data/flow-minimap/flow-minimap.styles.ts","src/components/data/table/table.styles.ts","src/components/data/tree/tree-item.class.ts","src/components/data/tree/tree-item.styles.ts","src/components/forms/code-editor/code-editor.class.ts","src/components/forms/code-editor/code-editor.styles.ts","src/components/forms/color-picker/color-picker.class.ts","src/components/forms/color-picker/color-picker.styles.ts","src/components/forms/token-input/token-input.class.ts","src/components/forms/token-input/token-input.styles.ts","src/components/media/video/video.styles.ts","src/components/retrieval/knowledge-base/knowledge-base.styles.ts","src/components/utility/export-button/export-button.styles.ts","src/components/viewers/csv-viewer/csv-viewer.class.ts","src/components/viewers/dataset-viewer/dataset-viewer.styles.ts","src/components/viewers/spreadsheet-viewer/spreadsheet-viewer.class.ts"]}}},"neg":{"0":{"15rem":{"$type":"string","$value":"var(--lr-theme-size-neg-0-15rem, -0.15rem)","$description":"Canonical shared component token for size neg 0 15rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-neg-0-15rem","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-neg-0-15rem","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-neg-0-15rem","status":"retained"},"evidence":["No production call site remains; --lr-size-neg-0-15rem is retained for v8 compatibility."]}}},"25rem":{"$type":"string","$value":"var(--lr-theme-size-neg-0-25rem, -0.25rem)","$description":"Canonical shared component token for size neg 0 25rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-neg-0-25rem","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-neg-0-25rem","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-neg-0-25rem","status":"retained"},"evidence":["src/components/conversation/model-select/model-select.styles.ts","src/components/conversation/voice-picker/voice-picker.styles.ts","src/components/forms/combobox/combobox.styles.ts","src/components/forms/date-picker/date-input.styles.ts","src/components/forms/input/time-input.styles.ts","src/components/forms/locale-picker/locale-picker.styles.ts","src/components/forms/select/select.styles.ts","src/components/layout/menu/menu.styles.ts","src/components/overlays/overlay/overlay.styles.ts","src/components/overlays/overlay/popover.class.ts","src/components/utility/mention-popover/mention-popover.styles.ts"]}}}},"1px":{"$type":"string","$value":"var(--lr-theme-size-neg-1px, -1px)","$description":"Canonical shared component token for size neg 1px.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-neg-1px","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-neg-1px","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-neg-1px","status":"retained"},"evidence":["src/components/data/pagination/pagination.styles.ts","src/components/forms/date-picker/date-picker.styles.ts","src/components/forms/textarea/textarea.styles.ts","src/components/layout/app-rail/app-rail-item.styles.ts","src/components/layout/tab-group/tab-group.styles.ts","src/components/utility/copy-button/copy-button.styles.ts"]}}},"4px":{"$type":"string","$value":"var(--lr-theme-size-neg-4px, -4px)","$description":"Canonical shared component token for size neg 4px.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-neg-4px","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-neg-4px","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-neg-4px","status":"retained"},"evidence":["src/components/data/pagination/pagination.styles.ts","src/components/media/avatar-group/avatar-group.styles.ts","src/components/utility/export-button/export-button.styles.ts"]}}},"6px":{"$type":"string","$value":"var(--lr-theme-size-neg-6px, -6px)","$description":"Canonical shared component token for size neg 6px.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-neg-6px","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-neg-6px","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-neg-6px","status":"retained"},"evidence":["src/components/data/heatmap/heatmap.styles.ts","src/components/layout/dock-panel/dock-panel.styles.ts","src/components/media/avatar-group/avatar-group.class.ts","src/components/media/avatar-group/avatar-group.styles.ts"]}}},"8px":{"$type":"string","$value":"var(--lr-theme-size-neg-8px, -8px)","$description":"Canonical shared component token for size neg 8px.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-size-neg-8px","cssType":"dimension","scope":"shared","group":"size","themeInput":"--lr-theme-size-neg-8px","valueNameClassification":"audited-fixed-geometry","compatibility":{"name":"--lr-size-neg-8px","status":"retained"},"evidence":["src/components/media/avatar-group/avatar-group.styles.ts","src/components/overlays/alert/alert.styles.ts","src/components/overlays/toast/toast-item.styles.ts"]}}}}},"space":{"2xl":{"$type":"string","$value":"var(--lr-theme-space-2xl, 2rem)","$description":"Canonical shared component token for space 2xl.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-space-2xl","cssType":"dimension","scope":"shared","group":"spacing","themeInput":"--lr-theme-space-2xl"}}},"2xs":{"$type":"string","$value":"var(--lr-theme-space-2xs, 0.125rem)","$description":"Canonical shared component token for space 2xs.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-space-2xs","cssType":"dimension","scope":"shared","group":"spacing","themeInput":"--lr-theme-space-2xs"}}},"l":{"$type":"string","$value":"var(--lr-theme-space-l, 1rem)","$description":"Canonical shared component token for space l.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-space-l","cssType":"dimension","scope":"shared","group":"spacing","themeInput":"--lr-theme-space-l"}}},"m":{"$type":"string","$value":"var(--lr-theme-space-m, 0.75rem)","$description":"Canonical shared component token for space m.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-space-m","cssType":"dimension","scope":"shared","group":"spacing","themeInput":"--lr-theme-space-m"}}},"s":{"$type":"string","$value":"var(--lr-theme-space-s, 0.5rem)","$description":"Canonical shared component token for space s.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-space-s","cssType":"dimension","scope":"shared","group":"spacing","themeInput":"--lr-theme-space-s"}}},"xs":{"$type":"string","$value":"var(--lr-theme-space-xs, 0.25rem)","$description":"Canonical shared component token for space xs.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-space-xs","cssType":"dimension","scope":"shared","group":"spacing","themeInput":"--lr-theme-space-xs"}}}},"terminal":{"bg":{"black":{"$type":"string","$value":"var(--lr-theme-terminal-bg-black, #868686)","$description":"Canonical shared component token for terminal bg black.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-terminal-bg-black","cssType":"string","scope":"shared","group":"color","themeInput":"--lr-theme-terminal-bg-black"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-terminal-bg-black, #292929)"}}},"blue":{"$type":"string","$value":"var(--lr-theme-terminal-bg-blue, #88a6d4)","$description":"Canonical shared component token for terminal bg blue.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-terminal-bg-blue","cssType":"string","scope":"shared","group":"color","themeInput":"--lr-theme-terminal-bg-blue"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-terminal-bg-blue, #324e76)"}}},"bright":{"black":{"$type":"string","$value":"var(--lr-theme-terminal-bg-bright-black, #9e9e9e)","$description":"Canonical shared component token for terminal bg bright black.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-terminal-bg-bright-black","cssType":"string","scope":"shared","group":"color","themeInput":"--lr-theme-terminal-bg-bright-black"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-terminal-bg-bright-black, #3d3d3d)"}}},"blue":{"$type":"string","$value":"var(--lr-theme-terminal-bg-bright-blue, #a2c6fb)","$description":"Canonical shared component token for terminal bg bright blue.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-terminal-bg-bright-blue","cssType":"string","scope":"shared","group":"color","themeInput":"--lr-theme-terminal-bg-bright-blue"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-terminal-bg-bright-blue, #446493)"}}},"cyan":{"$type":"string","$value":"var(--lr-theme-terminal-bg-bright-cyan, #8dd2da)","$description":"Canonical shared component token for terminal bg bright cyan.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-terminal-bg-bright-cyan","cssType":"string","scope":"shared","group":"color","themeInput":"--lr-theme-terminal-bg-bright-cyan"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-terminal-bg-bright-cyan, #286f76)"}}},"green":{"$type":"string","$value":"var(--lr-theme-terminal-bg-bright-green, #a4d2a4)","$description":"Canonical shared component token for terminal bg bright green.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-terminal-bg-bright-green","cssType":"string","scope":"shared","group":"color","themeInput":"--lr-theme-terminal-bg-bright-green"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-terminal-bg-bright-green, #456f46)"}}},"magenta":{"$type":"string","$value":"var(--lr-theme-terminal-bg-bright-magenta, #d6b4f0)","$description":"Canonical shared component token for terminal bg bright magenta.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-terminal-bg-bright-magenta","cssType":"string","scope":"shared","group":"color","themeInput":"--lr-theme-terminal-bg-bright-magenta"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-terminal-bg-bright-magenta, #73548a)"}}},"red":{"$type":"string","$value":"var(--lr-theme-terminal-bg-bright-red, #f9aea5)","$description":"Canonical shared component token for terminal bg bright red.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-terminal-bg-bright-red","cssType":"string","scope":"shared","group":"color","themeInput":"--lr-theme-terminal-bg-bright-red"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-terminal-bg-bright-red, #904e47)"}}},"white":{"$type":"string","$value":"var(--lr-theme-terminal-bg-bright-white, #d1d1d1)","$description":"Canonical shared component token for terminal bg bright white.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-terminal-bg-bright-white","cssType":"string","scope":"shared","group":"color","themeInput":"--lr-theme-terminal-bg-bright-white"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-terminal-bg-bright-white, #696969)"}}},"yellow":{"$type":"string","$value":"var(--lr-theme-terminal-bg-bright-yellow, #d8c288)","$description":"Canonical shared component token for terminal bg bright yellow.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-terminal-bg-bright-yellow","cssType":"string","scope":"shared","group":"color","themeInput":"--lr-theme-terminal-bg-bright-yellow"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-terminal-bg-bright-yellow, #756127)"}}}},"cyan":{"$type":"string","$value":"var(--lr-theme-terminal-bg-cyan, #77b0b6)","$description":"Canonical shared component token for terminal bg cyan.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-terminal-bg-cyan","cssType":"string","scope":"shared","group":"color","themeInput":"--lr-theme-terminal-bg-cyan"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-terminal-bg-cyan, #1c565d)"}}},"green":{"$type":"string","$value":"var(--lr-theme-terminal-bg-green, #89b18a)","$description":"Canonical shared component token for terminal bg green.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-terminal-bg-green","cssType":"string","scope":"shared","group":"color","themeInput":"--lr-theme-terminal-bg-green"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-terminal-bg-green, #335735)"}}},"magenta":{"$type":"string","$value":"var(--lr-theme-terminal-bg-magenta, #b497cb)","$description":"Canonical shared component token for terminal bg magenta.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-terminal-bg-magenta","cssType":"string","scope":"shared","group":"color","themeInput":"--lr-theme-terminal-bg-magenta"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-terminal-bg-magenta, #5a406e)"}}},"red":{"$type":"string","$value":"var(--lr-theme-terminal-bg-red, #d2918a)","$description":"Canonical shared component token for terminal bg red.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-terminal-bg-red","cssType":"string","scope":"shared","group":"color","themeInput":"--lr-theme-terminal-bg-red"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-terminal-bg-red, #733a35)"}}},"white":{"$type":"string","$value":"var(--lr-theme-terminal-bg-white, #b7b7b7)","$description":"Canonical shared component token for terminal bg white.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-terminal-bg-white","cssType":"string","scope":"shared","group":"color","themeInput":"--lr-theme-terminal-bg-white"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-terminal-bg-white, #525252)"}}},"yellow":{"$type":"string","$value":"var(--lr-theme-terminal-bg-yellow, #b6a372)","$description":"Canonical shared component token for terminal bg yellow.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-terminal-bg-yellow","cssType":"string","scope":"shared","group":"color","themeInput":"--lr-theme-terminal-bg-yellow"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-terminal-bg-yellow, #5c4b1a)"}}}},"color":{"black":{"$type":"string","$value":"var(--lr-theme-terminal-color-black, #2b2b2b)","$description":"Canonical shared component token for terminal color black.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-terminal-color-black","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-terminal-color-black"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-terminal-color-black, #929292)"}}},"blue":{"$type":"string","$value":"var(--lr-theme-terminal-color-blue, #06489c)","$description":"Canonical shared component token for terminal color blue.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-terminal-color-blue","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-terminal-color-blue"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-terminal-color-blue, #69a5fe)"}}},"bright":{"black":{"$type":"string","$value":"var(--lr-theme-terminal-color-bright-black, #404040)","$description":"Canonical shared component token for terminal color bright black.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-terminal-color-bright-black","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-terminal-color-bright-black"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-terminal-color-bright-black, #ababab)"}}},"blue":{"$type":"string","$value":"var(--lr-theme-terminal-color-bright-blue, #145ec1)","$description":"Canonical shared component token for terminal color bright blue.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-terminal-color-bright-blue","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-terminal-color-bright-blue"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-terminal-color-bright-blue, #a0c6fe)"}}},"cyan":{"$type":"string","$value":"var(--lr-theme-terminal-color-bright-cyan, #04717a)","$description":"Canonical shared component token for terminal color bright cyan.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-terminal-color-bright-cyan","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-terminal-color-bright-cyan"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-terminal-color-bright-cyan, #00ddef)"}}},"green":{"$type":"string","$value":"var(--lr-theme-terminal-color-bright-green, #01791e)","$description":"Canonical shared component token for terminal color bright green.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-terminal-color-bright-green","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-terminal-color-bright-green"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-terminal-color-bright-green, #7cdf81)"}}},"magenta":{"$type":"string","$value":"var(--lr-theme-terminal-color-bright-magenta, #823bae)","$description":"Canonical shared component token for terminal color bright magenta.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-terminal-color-bright-magenta","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-terminal-color-bright-magenta"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-terminal-color-bright-magenta, #dcaefe)"}}},"red":{"$type":"string","$value":"var(--lr-theme-terminal-color-bright-red, #b32322)","$description":"Canonical shared component token for terminal color bright red.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-terminal-color-bright-red","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-terminal-color-bright-red"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-terminal-color-bright-red, #ffaba1)"}}},"white":{"$type":"string","$value":"var(--lr-theme-terminal-color-bright-white, #6c6c6c)","$description":"Canonical shared component token for terminal color bright white.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-terminal-color-bright-white","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-terminal-color-bright-white"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-terminal-color-bright-white, #dedede)"}}},"yellow":{"$type":"string","$value":"var(--lr-theme-terminal-color-bright-yellow, #796005)","$description":"Canonical shared component token for terminal color bright yellow.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-terminal-color-bright-yellow","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-terminal-color-bright-yellow"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-terminal-color-bright-yellow, #ecbe24)"}}}},"cyan":{"$type":"string","$value":"var(--lr-theme-terminal-color-cyan, #02585f)","$description":"Canonical shared component token for terminal color cyan.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-terminal-color-cyan","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-terminal-color-cyan"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-terminal-color-cyan, #17bac8)"}}},"green":{"$type":"string","$value":"var(--lr-theme-terminal-color-green, #015e15)","$description":"Canonical shared component token for terminal color green.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-terminal-color-green","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-terminal-color-green"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-terminal-color-green, #67bb6b)"}}},"magenta":{"$type":"string","$value":"var(--lr-theme-terminal-color-magenta, #67298c)","$description":"Canonical shared component token for terminal color magenta.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-terminal-color-magenta","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-terminal-color-magenta"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-terminal-color-magenta, #c385ef)"}}},"red":{"$type":"string","$value":"var(--lr-theme-terminal-color-red, #901114)","$description":"Canonical shared component token for terminal color red.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-terminal-color-red","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-terminal-color-red"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-terminal-color-red, #f9786c)"}}},"white":{"$type":"string","$value":"var(--lr-theme-terminal-color-white, #555555)","$description":"Canonical shared component token for terminal color white.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-terminal-color-white","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-terminal-color-white"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-terminal-color-white, #c4c4c4)"}}},"yellow":{"$type":"string","$value":"var(--lr-theme-terminal-color-yellow, #5f4a03)","$description":"Canonical shared component token for terminal color yellow.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-terminal-color-yellow","cssType":"color","scope":"shared","group":"color","themeInput":"--lr-theme-terminal-color-yellow"},"com.aceshooting.lyra.modes":{"dark":"var(--lr-theme-terminal-color-yellow, #c7a01e)"}}}}},"theme":{"border":{"radius":{"m":{"$type":"dimension","$value":{"value":0.375,"unit":"rem"},"$description":"Canonical application theme input for border radius m.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-border-radius-m","cssType":"dimension","scope":"theme-input","group":"border"}}},"pill":{"$type":"dimension","$value":{"value":999,"unit":"px"},"$description":"Application theme input for --lr-radius-pill.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-border-radius-pill","cssType":"dimension","scope":"theme-input","group":"radius"}}},"xs":{"$type":"dimension","$value":{"value":2,"unit":"px"},"$description":"Application theme input for --lr-radius-xs.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-border-radius-xs","cssType":"dimension","scope":"theme-input","group":"radius"}}}},"width":{"medium":{"$type":"dimension","$value":{"value":2,"unit":"px"},"$description":"Application theme input for --lr-border-width-medium.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-border-width-medium","cssType":"dimension","scope":"theme-input","group":"border"}}},"thick":{"$type":"dimension","$value":{"value":3,"unit":"px"},"$description":"Application theme input for --lr-border-width-thick.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-border-width-thick","cssType":"dimension","scope":"theme-input","group":"border"}}},"thin":{"$type":"dimension","$value":{"value":1,"unit":"px"},"$description":"Application theme input for --lr-border-width-thin.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-border-width-thin","cssType":"dimension","scope":"theme-input","group":"border"}}}}},"color":{"border":{"strong":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.294118,0.333333,0.388235],"alpha":1,"hex":"#4b5563"},"$description":"Canonical application theme input for color border strong.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-border-strong","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.768627,0.788235,0.819608],"alpha":1,"hex":"#c4c9d1"}}}}},"brand":{"border":{"loud":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.011765,0.266667,0.572549],"alpha":1,"hex":"#034492"},"$description":"Canonical application theme input for color brand border loud.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-brand-border-loud","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.356863,0.619608,1],"alpha":1,"hex":"#5b9eff"}}}},"normal":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.176471,0.490196,0.913725],"alpha":1,"hex":"#2d7de9"},"$description":"Canonical application theme input for color brand border normal.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-brand-border-normal","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.176471,0.490196,0.913725],"alpha":1,"hex":"#2d7de9"}}}},"quiet":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.584314,0.752941,0.996078],"alpha":1,"hex":"#95c0fe"},"$description":"Canonical application theme input for color brand border quiet.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-brand-border-quiet","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0,0.168627,0.384314],"alpha":1,"hex":"#002b62"}}}}},"fill":{"loud":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.011765,0.368627,0.776471],"alpha":1,"hex":"#035ec6"},"$description":"Canonical application theme input for color brand fill loud.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-brand-fill-loud","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.356863,0.619608,1],"alpha":1,"hex":"#5b9eff"}}}},"normal":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.584314,0.752941,0.996078],"alpha":1,"hex":"#95c0fe"},"$description":"Canonical application theme input for color brand fill normal.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-brand-fill-normal","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.011765,0.368627,0.776471],"alpha":1,"hex":"#035ec6"}}}},"quiet":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.898039,0.937255,1],"alpha":1,"hex":"#e5efff"},"$description":"Canonical application theme input for color brand fill quiet.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-brand-fill-quiet","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0,0.168627,0.384314],"alpha":1,"hex":"#002b62"}}}}},"on":{"loud":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.929412,0.933333,0.945098],"alpha":1,"hex":"#edeef1"},"$description":"Canonical application theme input for color brand on loud.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-brand-on-loud","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0,0,0.003922],"alpha":1,"hex":"#000001"}}}},"normal":{"$type":"color","$value":{"colorSpace":"srgb","components":[0,0,0.003922],"alpha":1,"hex":"#000001"},"$description":"Canonical application theme input for color brand on normal.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-brand-on-normal","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.929412,0.933333,0.945098],"alpha":1,"hex":"#edeef1"}}}},"quiet":{"$type":"color","$value":{"colorSpace":"srgb","components":[0,0,0.003922],"alpha":1,"hex":"#000001"},"$description":"Canonical application theme input for color brand on quiet.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-brand-on-quiet","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.929412,0.933333,0.945098],"alpha":1,"hex":"#edeef1"}}}}}},"chart":{"1":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.054902,0,0.431373],"alpha":1,"hex":"#0e006e"},"$description":"Canonical application theme input for color chart 1.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-chart-1","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.733333,1,0.580392],"alpha":1,"hex":"#bbff94"}}}},"2":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.301961,0.003922,0.101961],"alpha":1,"hex":"#4d011a"},"$description":"Canonical application theme input for color chart 2.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-chart-2","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[1,0.737255,0.909804],"alpha":1,"hex":"#ffbce8"}}}},"3":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.52549,0.12549,0.007843],"alpha":1,"hex":"#862002"},"$description":"Canonical application theme input for color chart 3.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-chart-3","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.168627,0.839216,0.415686],"alpha":1,"hex":"#2bd66a"}}}},"4":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.313725,0.223529,0.513725],"alpha":1,"hex":"#503983"},"$description":"Canonical application theme input for color chart 4.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-chart-4","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.733333,0.6,0.796078],"alpha":1,"hex":"#bb99cb"}}}},"5":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.192157,0.372549,0.866667],"alpha":1,"hex":"#315fdd"},"$description":"Canonical application theme input for color chart 5.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-chart-5","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.470588,0.533333,0.996078],"alpha":1,"hex":"#7888fe"}}}},"6":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.576471,0.368627,0.486275],"alpha":1,"hex":"#935e7c"},"$description":"Canonical application theme input for color chart 6.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-chart-6","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.607843,0.419608,0.564706],"alpha":1,"hex":"#9b6b90"}}}},"7":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.870588,0.411765,0.023529],"alpha":1,"hex":"#de6906"},"$description":"Canonical application theme input for color chart 7.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-chart-7","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.858824,0.227451,0.160784],"alpha":1,"hex":"#db3a29"}}}},"8":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.560784,0.505882,0.827451],"alpha":1,"hex":"#8f81d3"},"$description":"Canonical application theme input for color chart 8.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-chart-8","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.333333,0.364706,0.890196],"alpha":1,"hex":"#555de3"}}}}},"danger":{"border":{"loud":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.537255,0.015686,0.082353],"alpha":1,"hex":"#890415"},"$description":"Canonical application theme input for color danger border loud.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-danger-border-loud","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.972549,0.419608,0.4],"alpha":1,"hex":"#f86b66"}}}},"normal":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.862745,0.243137,0.254902],"alpha":1,"hex":"#dc3e41"},"$description":"Canonical application theme input for color danger border normal.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-danger-border-normal","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.862745,0.243137,0.254902],"alpha":1,"hex":"#dc3e41"}}}},"quiet":{"$type":"color","$value":{"colorSpace":"srgb","components":[1,0.627451,0.6],"alpha":1,"hex":"#ffa099"},"$description":"Canonical application theme input for color danger border quiet.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-danger-border-quiet","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.360784,0.003922,0.039216],"alpha":1,"hex":"#5c010a"}}}}},"fill":{"loud":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.733333,0.011765,0.12549],"alpha":1,"hex":"#bb0320"},"$description":"Canonical application theme input for color danger fill loud.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-danger-fill-loud","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.972549,0.419608,0.4],"alpha":1,"hex":"#f86b66"}}}},"normal":{"$type":"color","$value":{"colorSpace":"srgb","components":[1,0.627451,0.6],"alpha":1,"hex":"#ffa099"},"$description":"Canonical application theme input for color danger fill normal.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-danger-fill-normal","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.733333,0.011765,0.12549],"alpha":1,"hex":"#bb0320"}}}},"quiet":{"$type":"color","$value":{"colorSpace":"srgb","components":[1,0.913725,0.901961],"alpha":1,"hex":"#ffe9e6"},"$description":"Canonical application theme input for color danger fill quiet.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-danger-fill-quiet","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.360784,0.003922,0.039216],"alpha":1,"hex":"#5c010a"}}}}},"on":{"loud":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.929412,0.933333,0.945098],"alpha":1,"hex":"#edeef1"},"$description":"Canonical application theme input for color danger on loud.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-danger-on-loud","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0,0,0.003922],"alpha":1,"hex":"#000001"}}}},"normal":{"$type":"color","$value":{"colorSpace":"srgb","components":[0,0,0.003922],"alpha":1,"hex":"#000001"},"$description":"Canonical application theme input for color danger on normal.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-danger-on-normal","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.929412,0.933333,0.945098],"alpha":1,"hex":"#edeef1"}}}},"quiet":{"$type":"color","$value":{"colorSpace":"srgb","components":[0,0,0.003922],"alpha":1,"hex":"#000001"},"$description":"Canonical application theme input for color danger on quiet.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-danger-on-quiet","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.929412,0.933333,0.945098],"alpha":1,"hex":"#edeef1"}}}}}},"focus":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.011765,0.368627,0.776471],"alpha":1,"hex":"#035ec6"},"$description":"Canonical application theme input for color focus.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-focus","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.356863,0.619608,1],"alpha":1,"hex":"#5b9eff"}}}},"mix":{"active":{"$type":"string","$value":"22%","$description":"Application theme input for --lr-color-mix-active.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-mix-active","cssType":"number","scope":"theme-input","group":"color"}}},"hover":{"$type":"string","$value":"12%","$description":"Application theme input for --lr-color-mix-hover.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-mix-hover","cssType":"number","scope":"theme-input","group":"color"}}},"partner":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.101961,0.101961,0.101961],"alpha":1,"hex":"#1a1a1a"},"$description":"Application theme input for --lr-color-mix-partner.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-mix-partner","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.94902,0.94902,0.94902],"alpha":1,"hex":"#f2f2f2"}}}}},"neutral":{"border":{"loud":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.27451,0.282353,0.298039],"alpha":1,"hex":"#46484c"},"$description":"Canonical application theme input for color neutral border loud.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-neutral-border-loud","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.611765,0.619608,0.639216],"alpha":1,"hex":"#9c9ea3"}}}},"normal":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.494118,0.501961,0.521569],"alpha":1,"hex":"#7e8085"},"$description":"Canonical application theme input for color neutral border normal.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-neutral-border-normal","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.494118,0.501961,0.521569],"alpha":1,"hex":"#7e8085"}}}},"quiet":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.737255,0.745098,0.756863],"alpha":1,"hex":"#bcbec1"},"$description":"Canonical application theme input for color neutral border quiet.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-neutral-border-quiet","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.172549,0.180392,0.192157],"alpha":1,"hex":"#2c2e31"}}}}},"fill":{"loud":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.380392,0.388235,0.407843],"alpha":1,"hex":"#616368"},"$description":"Canonical application theme input for color neutral fill loud.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-neutral-fill-loud","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.611765,0.619608,0.639216],"alpha":1,"hex":"#9c9ea3"}}}},"normal":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.737255,0.745098,0.756863],"alpha":1,"hex":"#bcbec1"},"$description":"Canonical application theme input for color neutral fill normal.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-neutral-fill-normal","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.380392,0.388235,0.407843],"alpha":1,"hex":"#616368"}}}},"quiet":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.929412,0.933333,0.945098],"alpha":1,"hex":"#edeef1"},"$description":"Canonical application theme input for color neutral fill quiet.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-neutral-fill-quiet","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.172549,0.180392,0.192157],"alpha":1,"hex":"#2c2e31"}}}}},"on":{"loud":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.929412,0.933333,0.945098],"alpha":1,"hex":"#edeef1"},"$description":"Canonical application theme input for color neutral on loud.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-neutral-on-loud","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0,0,0.003922],"alpha":1,"hex":"#000001"}}}},"normal":{"$type":"color","$value":{"colorSpace":"srgb","components":[0,0,0.003922],"alpha":1,"hex":"#000001"},"$description":"Canonical application theme input for color neutral on normal.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-neutral-on-normal","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.929412,0.933333,0.945098],"alpha":1,"hex":"#edeef1"}}}},"quiet":{"$type":"color","$value":{"colorSpace":"srgb","components":[0,0,0.003922],"alpha":1,"hex":"#000001"},"$description":"Canonical application theme input for color neutral on quiet.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-neutral-on-quiet","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.929412,0.933333,0.945098],"alpha":1,"hex":"#edeef1"}}}}}},"no":{"data":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.501961,0.501961,0.501961],"alpha":0.25,"hex":"#808080"},"$description":"Canonical application theme input for color no data.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-no-data","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.705882,0.705882,0.705882],"alpha":0.3,"hex":"#b4b4b4"}}}}},"on":{"strong":{"overlay":{"$type":"color","$value":{"colorSpace":"srgb","components":[1,1,1],"alpha":1,"hex":"#ffffff"},"$description":"Canonical application theme input for color on strong overlay.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-on-strong-overlay","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[1,1,1],"alpha":1,"hex":"#ffffff"}}}}}},"overlay":{"$root":{"$type":"color","$value":{"colorSpace":"srgb","components":[0,0,0],"alpha":0.5,"hex":"#000000"},"$description":"Canonical application theme input for color overlay.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-overlay","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0,0,0],"alpha":0.72,"hex":"#000000"}}}},"strong":{"$type":"color","$value":{"colorSpace":"srgb","components":[0,0,0],"alpha":0.92,"hex":"#000000"},"$description":"Canonical application theme input for color overlay strong.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-overlay-strong","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0,0,0],"alpha":0.95,"hex":"#000000"}}}}},"shadow":{"$type":"color","$value":{"colorSpace":"srgb","components":[0,0,0],"alpha":1,"hex":"#000000"},"$description":"Application theme input for --lr-color-shadow.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-shadow","cssType":"color","scope":"theme-input","group":"color"}}},"success":{"border":{"loud":{"$type":"color","$value":{"colorSpace":"srgb","components":[0,0.341176,0.121569],"alpha":1,"hex":"#00571f"},"$description":"Canonical application theme input for color success border loud.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-success-border-loud","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.403922,0.701961,0.454902],"alpha":1,"hex":"#67b374"}}}},"normal":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.243137,0.584314,0.313725],"alpha":1,"hex":"#3e9550"},"$description":"Canonical application theme input for color success border normal.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-success-border-normal","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.243137,0.584314,0.313725],"alpha":1,"hex":"#3e9550"}}}},"quiet":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.568627,0.815686,0.603922],"alpha":1,"hex":"#91d09a"},"$description":"Canonical application theme input for color success border quiet.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-success-border-quiet","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.003922,0.223529,0.070588],"alpha":1,"hex":"#013912"}}}}},"fill":{"loud":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.047059,0.470588,0.188235],"alpha":1,"hex":"#0c7830"},"$description":"Canonical application theme input for color success fill loud.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-success-fill-loud","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.403922,0.701961,0.454902],"alpha":1,"hex":"#67b374"}}}},"normal":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.568627,0.815686,0.603922],"alpha":1,"hex":"#91d09a"},"$description":"Canonical application theme input for color success fill normal.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-success-fill-normal","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.047059,0.470588,0.188235],"alpha":1,"hex":"#0c7830"}}}},"quiet":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.827451,0.984314,0.847059],"alpha":1,"hex":"#d3fbd8"},"$description":"Canonical application theme input for color success fill quiet.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-success-fill-quiet","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.003922,0.223529,0.070588],"alpha":1,"hex":"#013912"}}}}},"on":{"loud":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.929412,0.933333,0.945098],"alpha":1,"hex":"#edeef1"},"$description":"Canonical application theme input for color success on loud.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-success-on-loud","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0,0,0.003922],"alpha":1,"hex":"#000001"}}}},"normal":{"$type":"color","$value":{"colorSpace":"srgb","components":[0,0,0.003922],"alpha":1,"hex":"#000001"},"$description":"Canonical application theme input for color success on normal.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-success-on-normal","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.929412,0.933333,0.945098],"alpha":1,"hex":"#edeef1"}}}},"quiet":{"$type":"color","$value":{"colorSpace":"srgb","components":[0,0,0.003922],"alpha":1,"hex":"#000001"},"$description":"Canonical application theme input for color success on quiet.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-success-on-quiet","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.929412,0.933333,0.945098],"alpha":1,"hex":"#edeef1"}}}}}},"surface":{"border":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.541176,0.541176,0.564706],"alpha":1,"hex":"#8a8a90"},"$description":"Canonical application theme input for color surface border.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-surface-border","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.419608,0.419608,0.454902],"alpha":1,"hex":"#6b6b74"}}}},"default":{"$type":"color","$value":{"colorSpace":"srgb","components":[1,1,1],"alpha":1,"hex":"#ffffff"},"$description":"Canonical application theme input for color surface default.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-surface-default","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.101961,0.101961,0.101961],"alpha":1,"hex":"#1a1a1a"}}}},"overlay":{"$type":"color","$value":{"colorSpace":"srgb","components":[1,1,1],"alpha":1,"hex":"#ffffff"},"$description":"Canonical application theme input for color surface overlay.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-surface-overlay","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.168627,0.188235,0.219608],"alpha":1,"hex":"#2b3038"}}}},"raised":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.964706,0.972549,0.980392],"alpha":1,"hex":"#f6f8fa"},"$description":"Canonical application theme input for color surface raised.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-surface-raised","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.133333,0.152941,0.180392],"alpha":1,"hex":"#22272e"}}}}},"text":{"normal":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.101961,0.101961,0.101961],"alpha":1,"hex":"#1a1a1a"},"$description":"Canonical application theme input for color text normal.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-text-normal","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.94902,0.94902,0.94902],"alpha":1,"hex":"#f2f2f2"}}}},"quiet":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.419608,0.447059,0.501961],"alpha":1,"hex":"#6b7280"},"$description":"Canonical application theme input for color text quiet.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-text-quiet","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.603922,0.631373,0.67451],"alpha":1,"hex":"#9aa1ac"}}}}},"warning":{"border":{"loud":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.384314,0.25098,0.003922],"alpha":1,"hex":"#624001"},"$description":"Canonical application theme input for color warning border loud.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-warning-border-loud","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.764706,0.584314,0.329412],"alpha":1,"hex":"#c39554"}}}},"normal":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.654902,0.458824,0.14902],"alpha":1,"hex":"#a77526"},"$description":"Canonical application theme input for color warning border normal.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-warning-border-normal","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.654902,0.458824,0.14902],"alpha":1,"hex":"#a77526"}}}},"quiet":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.866667,0.717647,0.505882],"alpha":1,"hex":"#ddb781"},"$description":"Canonical application theme input for color warning border quiet.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-warning-border-quiet","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.25098,0.156863,0.003922],"alpha":1,"hex":"#402801"}}}}},"fill":{"loud":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.521569,0.34902,0.019608],"alpha":1,"hex":"#855905"},"$description":"Canonical application theme input for color warning fill loud.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-warning-fill-loud","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.764706,0.584314,0.329412],"alpha":1,"hex":"#c39554"}}}},"normal":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.866667,0.717647,0.505882],"alpha":1,"hex":"#ddb781"},"$description":"Canonical application theme input for color warning fill normal.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-warning-fill-normal","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.521569,0.34902,0.019608],"alpha":1,"hex":"#855905"}}}},"quiet":{"$type":"color","$value":{"colorSpace":"srgb","components":[1,0.921569,0.823529],"alpha":1,"hex":"#ffebd2"},"$description":"Canonical application theme input for color warning fill quiet.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-warning-fill-quiet","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.25098,0.156863,0.003922],"alpha":1,"hex":"#402801"}}}}},"on":{"loud":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.929412,0.933333,0.945098],"alpha":1,"hex":"#edeef1"},"$description":"Canonical application theme input for color warning on loud.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-warning-on-loud","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0,0,0.003922],"alpha":1,"hex":"#000001"}}}},"normal":{"$type":"color","$value":{"colorSpace":"srgb","components":[0,0,0.003922],"alpha":1,"hex":"#000001"},"$description":"Canonical application theme input for color warning on normal.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-warning-on-normal","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.929412,0.933333,0.945098],"alpha":1,"hex":"#edeef1"}}}},"quiet":{"$type":"color","$value":{"colorSpace":"srgb","components":[0,0,0.003922],"alpha":1,"hex":"#000001"},"$description":"Canonical application theme input for color warning on quiet.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-color-warning-on-quiet","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.929412,0.933333,0.945098],"alpha":1,"hex":"#edeef1"}}}}}}},"duration":{"fast":{"$type":"duration","$value":{"value":120,"unit":"ms"},"$description":"Application theme input for --lr-duration-fast.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-duration-fast","cssType":"duration","scope":"theme-input","group":"motion"}}},"icon":{"$type":"duration","$value":{"value":1,"unit":"s"},"$description":"Application theme input for --lr-duration-icon.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-duration-icon","cssType":"duration","scope":"theme-input","group":"motion"}}},"normal":{"$type":"duration","$value":{"value":180,"unit":"ms"},"$description":"Application theme input for --lr-duration-base.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-duration-normal","cssType":"duration","scope":"theme-input","group":"motion"}}},"slow":{"$type":"duration","$value":{"value":1.8,"unit":"s"},"$description":"Application theme input for --lr-duration-ambient.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-duration-slow","cssType":"duration","scope":"theme-input","group":"motion"}}}},"easing":{"emphasized":{"$type":"string","$value":"ease-in-out","$description":"Application theme input for --lr-easing-emphasized.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-easing-emphasized","cssType":"dimension","scope":"theme-input","group":"motion"}}},"linear":{"$type":"string","$value":"linear","$description":"Application theme input for --lr-easing-linear.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-easing-linear","cssType":"string","scope":"theme-input","group":"motion"}}},"standard":{"$type":"string","$value":"ease-out","$description":"Application theme input for --lr-easing-standard.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-easing-standard","cssType":"string","scope":"theme-input","group":"motion"}}}},"focus":{"ring":{"offset":{"$type":"dimension","$value":{"value":2,"unit":"px"},"$description":"Canonical application theme input for focus ring offset.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-focus-ring-offset","cssType":"dimension","scope":"theme-input","group":"focus"}}},"width":{"$type":"dimension","$value":{"value":2,"unit":"px"},"$description":"Canonical application theme input for focus ring width.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-focus-ring-width","cssType":"dimension","scope":"theme-input","group":"focus"}}}}},"font":{"family":{"body":{"$type":"fontFamily","$value":["system-ui","sans-serif"],"$description":"Canonical application theme input for font family body.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-font-family-body","cssType":"fontFamily","scope":"theme-input","group":"typography"}}},"mono":{"$type":"fontFamily","$value":["ui-monospace","SFMono-Regular","Menlo","Consolas","monospace"],"$description":"Canonical application theme input for font family mono.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-font-family-mono","cssType":"fontFamily","scope":"theme-input","group":"typography"}}}},"size":{"2xl":{"$type":"dimension","$value":{"value":1.75,"unit":"rem"},"$description":"Canonical application theme input for font size 2xl.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-font-size-2xl","cssType":"dimension","scope":"theme-input","group":"typography"}}},"2xs":{"$type":"dimension","$value":{"value":0.625,"unit":"rem"},"$description":"Canonical application theme input for font size 2xs.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-font-size-2xs","cssType":"dimension","scope":"theme-input","group":"typography"}}},"3xl":{"$type":"dimension","$value":{"value":2,"unit":"rem"},"$description":"Canonical application theme input for font size 3xl.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-font-size-3xl","cssType":"dimension","scope":"theme-input","group":"typography"}}},"3xs":{"$type":"dimension","$value":{"value":0.5,"unit":"rem"},"$description":"Canonical application theme input for font size 3xs.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-font-size-3xs","cssType":"dimension","scope":"theme-input","group":"typography"}}},"lg":{"$type":"dimension","$value":{"value":1.125,"unit":"rem"},"$description":"Canonical application theme input for font size lg.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-font-size-lg","cssType":"dimension","scope":"theme-input","group":"typography"}}},"m":{"$type":"dimension","$value":{"value":1,"unit":"rem"},"$description":"Canonical application theme input for font size m.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-font-size-m","cssType":"dimension","scope":"theme-input","group":"typography"}}},"md":{"sm":{"$type":"dimension","$value":{"value":0.875,"unit":"rem"},"$description":"Canonical application theme input for font size md sm.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-font-size-md-sm","cssType":"dimension","scope":"theme-input","group":"typography"}}}},"sm":{"$type":"dimension","$value":{"value":0.8125,"unit":"rem"},"$description":"Canonical application theme input for font size sm.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-font-size-sm","cssType":"dimension","scope":"theme-input","group":"typography"}}},"xl":{"$type":"dimension","$value":{"value":1.25,"unit":"rem"},"$description":"Canonical application theme input for font size xl.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-font-size-xl","cssType":"dimension","scope":"theme-input","group":"typography"}}},"xs":{"$type":"dimension","$value":{"value":0.75,"unit":"rem"},"$description":"Canonical application theme input for font size xs.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-font-size-xs","cssType":"dimension","scope":"theme-input","group":"typography"}}}},"weight":{"bold":{"$type":"fontWeight","$value":700,"$description":"Application theme input for --lr-font-weight-bold.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-font-weight-bold","cssType":"fontWeight","scope":"theme-input","group":"typography"}}},"medium":{"$type":"fontWeight","$value":500,"$description":"Application theme input for --lr-font-weight-medium.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-font-weight-medium","cssType":"fontWeight","scope":"theme-input","group":"typography"}}},"normal":{"$type":"fontWeight","$value":400,"$description":"Application theme input for --lr-font-weight-normal.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-font-weight-normal","cssType":"fontWeight","scope":"theme-input","group":"typography"}}},"semibold":{"$type":"fontWeight","$value":600,"$description":"Application theme input for --lr-font-weight-semibold.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-font-weight-semibold","cssType":"fontWeight","scope":"theme-input","group":"typography"}}}}},"graph":{"cat":{"1":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.509804,0.313725,0.87451],"alpha":1,"hex":"#8250df"},"$description":"Canonical application theme input for graph cat 1.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-graph-cat-1","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.709804,0.54902,1],"alpha":1,"hex":"#b58cff"}}}},"2":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.74902,0.223529,0.537255],"alpha":1,"hex":"#bf3989"},"$description":"Canonical application theme input for graph cat 2.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-graph-cat-2","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[1,0.478431,0.698039],"alpha":1,"hex":"#ff7ab2"}}}},"3":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.039216,0.490196,0.568627],"alpha":1,"hex":"#0a7d91"},"$description":"Canonical application theme input for graph cat 3.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-graph-cat-3","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.309804,0.819608,0.772549],"alpha":1,"hex":"#4fd1c5"}}}},"4":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.341176,0.376471,0.415686],"alpha":1,"hex":"#57606a"},"$description":"Canonical application theme input for graph cat 4.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-graph-cat-4","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.666667,0.705882,0.768627],"alpha":1,"hex":"#aab4c4"}}}},"5":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.690196,0.513725,0.960784],"alpha":1,"hex":"#b083f5"},"$description":"Canonical application theme input for graph cat 5.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-graph-cat-5","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.831373,0.654902,1],"alpha":1,"hex":"#d4a7ff"}}}},"6":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.956863,0.439216,0.721569],"alpha":1,"hex":"#f470b8"},"$description":"Canonical application theme input for graph cat 6.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-graph-cat-6","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[1,0.568627,0.784314],"alpha":1,"hex":"#ff91c8"}}}},"7":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.321569,0.839216,0.909804],"alpha":1,"hex":"#52d6e8"},"$description":"Canonical application theme input for graph cat 7.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-graph-cat-7","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.47451,0.886275,0.937255],"alpha":1,"hex":"#79e2ef"}}}},"8":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.788235,0.819608,0.85098],"alpha":1,"hex":"#c9d1d9"},"$description":"Canonical application theme input for graph cat 8.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-graph-cat-8","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.894118,0.905882,0.921569],"alpha":1,"hex":"#e4e7eb"}}}}}},"hover":{"brightness":{"$type":"number","$value":1.08,"$description":"Application theme input for --lr-hover-brightness.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-hover-brightness","cssType":"number","scope":"theme-input","group":"interaction"}}}},"icon":{"button":{"size":{"$type":"dimension","$value":{"value":2.5,"unit":"rem"},"$description":"Canonical application theme input for icon button size.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-icon-button-size","cssType":"dimension","scope":"theme-input","group":"control"}}}}},"line":{"height":{"1":{"4":{"$type":"number","$value":1.4,"$description":"Application theme input for --lr-line-height-1-4.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-line-height-1-4","cssType":"number","scope":"theme-input","group":"typography"}}}},"compact":{"$type":"number","$value":1.25,"$description":"Application theme input for --lr-line-height-compact.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-line-height-compact","cssType":"number","scope":"theme-input","group":"typography"}}},"loose":{"$type":"number","$value":1.6,"$description":"Application theme input for --lr-line-height-loose.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-line-height-loose","cssType":"number","scope":"theme-input","group":"typography"}}},"none":{"$type":"number","$value":1,"$description":"Application theme input for --lr-line-height-none.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-line-height-none","cssType":"number","scope":"theme-input","group":"typography"}}},"normal":{"$type":"number","$value":1.5,"$description":"Application theme input for --lr-line-height-normal.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-line-height-normal","cssType":"number","scope":"theme-input","group":"typography"}}},"snug":{"$type":"number","$value":1.3,"$description":"Application theme input for --lr-line-height-snug.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-line-height-snug","cssType":"number","scope":"theme-input","group":"typography"}}}}},"opacity":{"disabled":{"$type":"number","$value":0.5,"$description":"Application theme input for --lr-opacity-disabled.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-opacity-disabled","cssType":"number","scope":"theme-input","group":"opacity"}}},"muted":{"$type":"number","$value":0.85,"$description":"Application theme input for --lr-opacity-muted.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-opacity-muted","cssType":"number","scope":"theme-input","group":"opacity"}}}},"otp":{"input":{"segment":{"size":{"$type":"string","$value":"2.5em","$description":"Application theme input for --lr-otp-input-segment-size.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-otp-input-segment-size","cssType":"dimension","scope":"theme-input","group":"control"}}}}}},"popover":{"viewport":{"clamp":{"$type":"string","$value":"92vw","$description":"Application theme input for --lr-popover-viewport-clamp.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-popover-viewport-clamp","cssType":"dimension","scope":"theme-input","group":"layout"}}}}},"scroll":{"fade":{"size":{"$type":"dimension","$value":{"value":2,"unit":"rem"},"$description":"Application theme input for --lr-scroll-fade-size.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-scroll-fade-size","cssType":"dimension","scope":"theme-input","group":"layout"}}}}},"shadow":{"color":{"$type":"string","$value":"0 0 0","$description":"Canonical application theme input for shadow color.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-shadow-color","cssType":"string","scope":"theme-input","group":"elevation"}}},"l":{"$type":"string","$value":"0 6px 16px rgb(var(--lr-theme-shadow-color) / 0.18)","$description":"Canonical application theme input for shadow l.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-shadow-l","cssType":"shadow","scope":"theme-input","group":"elevation"},"com.aceshooting.lyra.modes":{"dark":"0 8px 20px rgb(var(--lr-theme-shadow-color) / 0.56)"}}},"m":{"$type":"string","$value":"0 2px 8px rgb(var(--lr-theme-shadow-color) / 0.15)","$description":"Canonical application theme input for shadow m.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-shadow-m","cssType":"shadow","scope":"theme-input","group":"elevation"},"com.aceshooting.lyra.modes":{"dark":"0 2px 8px rgb(var(--lr-theme-shadow-color) / 0.46)"}}},"s":{"$type":"string","$value":"0 1px 4px rgb(var(--lr-theme-shadow-color) / 0.14)","$description":"Canonical application theme input for shadow s.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-shadow-s","cssType":"shadow","scope":"theme-input","group":"elevation"},"com.aceshooting.lyra.modes":{"dark":"0 1px 4px rgb(var(--lr-theme-shadow-color) / 0.4)"}}},"xl":{"$type":"string","$value":"0 12px 32px rgb(var(--lr-theme-shadow-color) / 0.22)","$description":"Canonical application theme input for shadow xl.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-shadow-xl","cssType":"shadow","scope":"theme-input","group":"elevation"},"com.aceshooting.lyra.modes":{"dark":"0 16px 40px rgb(var(--lr-theme-shadow-color) / 0.66)"}}},"xs":{"$type":"string","$value":"0 1px 2px rgb(var(--lr-theme-shadow-color) / 0.12)","$description":"Canonical application theme input for shadow xs.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-shadow-xs","cssType":"shadow","scope":"theme-input","group":"elevation"},"com.aceshooting.lyra.modes":{"dark":"0 1px 2px rgb(var(--lr-theme-shadow-color) / 0.34)"}}}},"size":{"0":{"02em":{"$type":"string","$value":"0.02em","$description":"Application theme input for --lr-size-0-02em.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-0-02em","cssType":"dimension","scope":"theme-input","group":"size"}}},"03em":{"$type":"string","$value":"0.03em","$description":"Application theme input for --lr-size-0-03em.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-0-03em","cssType":"dimension","scope":"theme-input","group":"size"}}},"04em":{"$type":"string","$value":"0.04em","$description":"Application theme input for --lr-size-0-04em.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-0-04em","cssType":"dimension","scope":"theme-input","group":"size"}}},"05rem":{"$type":"dimension","$value":{"value":0.05,"unit":"rem"},"$description":"Application theme input for --lr-size-0-05rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-0-05rem","cssType":"dimension","scope":"theme-input","group":"size"}}},"0625rem":{"$type":"dimension","$value":{"value":0.0625,"unit":"rem"},"$description":"Application theme input for --lr-size-0-0625rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-0-0625rem","cssType":"dimension","scope":"theme-input","group":"size"}}},"09375rem":{"$type":"dimension","$value":{"value":0.09375,"unit":"rem"},"$description":"Application theme input for --lr-size-0-09375rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-0-09375rem","cssType":"dimension","scope":"theme-input","group":"size"}}},"125rem":{"$type":"dimension","$value":{"value":0.125,"unit":"rem"},"$description":"Application theme input for --lr-size-0-125rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-0-125rem","cssType":"dimension","scope":"theme-input","group":"size"}}},"15rem":{"$type":"dimension","$value":{"value":0.15,"unit":"rem"},"$description":"Application theme input for --lr-size-0-15rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-0-15rem","cssType":"dimension","scope":"theme-input","group":"size"}}},"1875rem":{"$type":"dimension","$value":{"value":0.1875,"unit":"rem"},"$description":"Application theme input for --lr-size-0-1875rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-0-1875rem","cssType":"dimension","scope":"theme-input","group":"size"}}},"1rem":{"$type":"dimension","$value":{"value":0.1,"unit":"rem"},"$description":"Application theme input for --lr-size-0-1rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-0-1rem","cssType":"dimension","scope":"theme-input","group":"size"}}},"25rem":{"$type":"dimension","$value":{"value":0.25,"unit":"rem"},"$description":"Application theme input for --lr-size-0-25rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-0-25rem","cssType":"dimension","scope":"theme-input","group":"size"}}},"3125rem":{"$type":"dimension","$value":{"value":0.3125,"unit":"rem"},"$description":"Application theme input for --lr-size-0-3125rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-0-3125rem","cssType":"dimension","scope":"theme-input","group":"size"}}},"35em":{"$type":"string","$value":"0.35em","$description":"Application theme input for --lr-size-0-35em.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-0-35em","cssType":"dimension","scope":"theme-input","group":"size"}}},"375rem":{"$type":"dimension","$value":{"value":0.375,"unit":"rem"},"$description":"Application theme input for --lr-size-0-375rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-0-375rem","cssType":"dimension","scope":"theme-input","group":"size"}}},"3em":{"$type":"string","$value":"0.3em","$description":"Application theme input for --lr-size-0-3em.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-0-3em","cssType":"dimension","scope":"theme-input","group":"size"}}},"4375rem":{"$type":"dimension","$value":{"value":0.4375,"unit":"rem"},"$description":"Application theme input for --lr-size-0-4375rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-0-4375rem","cssType":"dimension","scope":"theme-input","group":"size"}}},"4em":{"$type":"string","$value":"0.4em","$description":"Application theme input for --lr-size-0-4em.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-0-4em","cssType":"dimension","scope":"theme-input","group":"size"}}},"4rem":{"$type":"dimension","$value":{"value":0.4,"unit":"rem"},"$description":"Application theme input for --lr-size-0-4rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-0-4rem","cssType":"dimension","scope":"theme-input","group":"size"}}},"5em":{"$type":"string","$value":"0.5em","$description":"Application theme input for --lr-size-0-5em.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-0-5em","cssType":"dimension","scope":"theme-input","group":"size"}}},"5rem":{"$type":"dimension","$value":{"value":0.5,"unit":"rem"},"$description":"Application theme input for --lr-size-0-5rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-0-5rem","cssType":"dimension","scope":"theme-input","group":"size"}}},"625rem":{"$type":"dimension","$value":{"value":0.625,"unit":"rem"},"$description":"Application theme input for --lr-size-0-625rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-0-625rem","cssType":"dimension","scope":"theme-input","group":"size"}}},"6875rem":{"$type":"dimension","$value":{"value":0.6875,"unit":"rem"},"$description":"Application theme input for --lr-size-0-6875rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-0-6875rem","cssType":"dimension","scope":"theme-input","group":"size"}}},"6rem":{"$type":"dimension","$value":{"value":0.6,"unit":"rem"},"$description":"Application theme input for --lr-size-0-6rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-0-6rem","cssType":"dimension","scope":"theme-input","group":"size"}}},"75em":{"$type":"string","$value":"0.75em","$description":"Application theme input for --lr-size-0-75em.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-0-75em","cssType":"dimension","scope":"theme-input","group":"size"}}},"75rem":{"$type":"dimension","$value":{"value":0.75,"unit":"rem"},"$description":"Application theme input for --lr-size-0-75rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-0-75rem","cssType":"dimension","scope":"theme-input","group":"size"}}},"7em":{"$type":"string","$value":"0.7em","$description":"Application theme input for --lr-size-0-7em.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-0-7em","cssType":"dimension","scope":"theme-input","group":"size"}}},"875em":{"$type":"string","$value":"0.875em","$description":"Application theme input for --lr-size-0-875em.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-0-875em","cssType":"dimension","scope":"theme-input","group":"size"}}},"8rem":{"$type":"dimension","$value":{"value":0.8,"unit":"rem"},"$description":"Application theme input for --lr-size-0-8rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-0-8rem","cssType":"dimension","scope":"theme-input","group":"size"}}},"9375rem":{"$type":"dimension","$value":{"value":0.9375,"unit":"rem"},"$description":"Application theme input for --lr-size-0-9375rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-0-9375rem","cssType":"dimension","scope":"theme-input","group":"size"}}}},"1":{"0625rem":{"$type":"dimension","$value":{"value":1.0625,"unit":"rem"},"$description":"Application theme input for --lr-size-1-0625rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-1-0625rem","cssType":"dimension","scope":"theme-input","group":"size"}}},"1rem":{"$type":"dimension","$value":{"value":1.1,"unit":"rem"},"$description":"Application theme input for --lr-size-1-1rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-1-1rem","cssType":"dimension","scope":"theme-input","group":"size"}}},"25rem":{"$type":"dimension","$value":{"value":1.25,"unit":"rem"},"$description":"Application theme input for --lr-size-1-25rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-1-25rem","cssType":"dimension","scope":"theme-input","group":"size"}}},"5em":{"$type":"string","$value":"1.5em","$description":"Application theme input for --lr-size-1-5em.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-1-5em","cssType":"dimension","scope":"theme-input","group":"size"}}},"5rem":{"$type":"dimension","$value":{"value":1.5,"unit":"rem"},"$description":"Application theme input for --lr-size-1-5rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-1-5rem","cssType":"dimension","scope":"theme-input","group":"size"}}},"75rem":{"$type":"dimension","$value":{"value":1.75,"unit":"rem"},"$description":"Application theme input for --lr-size-1-75rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-1-75rem","cssType":"dimension","scope":"theme-input","group":"size"}}},"875rem":{"$type":"dimension","$value":{"value":1.875,"unit":"rem"},"$description":"Application theme input for --lr-size-1-875rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-1-875rem","cssType":"dimension","scope":"theme-input","group":"size"}}}},"2":{"25rem":{"$type":"dimension","$value":{"value":2.25,"unit":"rem"},"$description":"Application theme input for --lr-size-2-25rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-2-25rem","cssType":"dimension","scope":"theme-input","group":"size"}}},"5ch":{"$type":"string","$value":"2.5ch","$description":"Application theme input for --lr-size-2-5ch.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-2-5ch","cssType":"dimension","scope":"theme-input","group":"size"}}},"5rem":{"$type":"dimension","$value":{"value":2.5,"unit":"rem"},"$description":"Application theme input for --lr-size-2-5rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-2-5rem","cssType":"dimension","scope":"theme-input","group":"size"}}}},"3":{"5em":{"$type":"string","$value":"3.5em","$description":"Application theme input for --lr-size-3-5em.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-3-5em","cssType":"dimension","scope":"theme-input","group":"size"}}},"5rem":{"$type":"dimension","$value":{"value":3.5,"unit":"rem"},"$description":"Application theme input for --lr-size-3-5rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-3-5rem","cssType":"dimension","scope":"theme-input","group":"size"}}}},"10px":{"$type":"dimension","$value":{"value":10,"unit":"px"},"$description":"Application theme input for --lr-size-10px.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-10px","cssType":"dimension","scope":"theme-input","group":"size"}}},"10rem":{"$type":"dimension","$value":{"value":10,"unit":"rem"},"$description":"Application theme input for --lr-size-10rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-10rem","cssType":"dimension","scope":"theme-input","group":"size"}}},"12em":{"$type":"string","$value":"12em","$description":"Application theme input for --lr-size-12em.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-12em","cssType":"dimension","scope":"theme-input","group":"size"}}},"12rem":{"$type":"dimension","$value":{"value":12,"unit":"rem"},"$description":"Application theme input for --lr-size-12rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-12rem","cssType":"dimension","scope":"theme-input","group":"size"}}},"14px":{"$type":"dimension","$value":{"value":14,"unit":"px"},"$description":"Application theme input for --lr-size-14px.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-14px","cssType":"dimension","scope":"theme-input","group":"size"}}},"14rem":{"$type":"dimension","$value":{"value":14,"unit":"rem"},"$description":"Application theme input for --lr-size-14rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-14rem","cssType":"dimension","scope":"theme-input","group":"size"}}},"15rem":{"$type":"dimension","$value":{"value":15,"unit":"rem"},"$description":"Application theme input for --lr-size-15rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-15rem","cssType":"dimension","scope":"theme-input","group":"size"}}},"16px":{"$type":"dimension","$value":{"value":16,"unit":"px"},"$description":"Application theme input for --lr-size-16px.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-16px","cssType":"dimension","scope":"theme-input","group":"size"}}},"16rem":{"$type":"dimension","$value":{"value":16,"unit":"rem"},"$description":"Application theme input for --lr-size-16rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-16rem","cssType":"dimension","scope":"theme-input","group":"size"}}},"18rem":{"$type":"dimension","$value":{"value":18,"unit":"rem"},"$description":"Application theme input for --lr-size-18rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-18rem","cssType":"dimension","scope":"theme-input","group":"size"}}},"1em":{"$type":"string","$value":"1em","$description":"Application theme input for --lr-size-1em.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-1em","cssType":"dimension","scope":"theme-input","group":"size"}}},"1px":{"$type":"dimension","$value":{"value":1,"unit":"px"},"$description":"Application theme input for --lr-size-1px.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-1px","cssType":"dimension","scope":"theme-input","group":"size"}}},"1rem":{"$type":"dimension","$value":{"value":1,"unit":"rem"},"$description":"Application theme input for --lr-size-1rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-1rem","cssType":"dimension","scope":"theme-input","group":"size"}}},"20rem":{"$type":"dimension","$value":{"value":20,"unit":"rem"},"$description":"Application theme input for --lr-size-20rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-20rem","cssType":"dimension","scope":"theme-input","group":"size"}}},"22rem":{"$type":"dimension","$value":{"value":22,"unit":"rem"},"$description":"Application theme input for --lr-size-22rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-22rem","cssType":"dimension","scope":"theme-input","group":"size"}}},"24px":{"$type":"dimension","$value":{"value":24,"unit":"px"},"$description":"Application theme input for --lr-size-24px.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-24px","cssType":"dimension","scope":"theme-input","group":"size"}}},"24rem":{"$type":"dimension","$value":{"value":24,"unit":"rem"},"$description":"Application theme input for --lr-size-24rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-24rem","cssType":"dimension","scope":"theme-input","group":"size"}}},"280px":{"$type":"dimension","$value":{"value":280,"unit":"px"},"$description":"Application theme input for --lr-size-280px.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-280px","cssType":"dimension","scope":"theme-input","group":"size"}}},"28px":{"$type":"dimension","$value":{"value":28,"unit":"px"},"$description":"Application theme input for --lr-size-28px.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-28px","cssType":"dimension","scope":"theme-input","group":"size"}}},"28rem":{"$type":"dimension","$value":{"value":28,"unit":"rem"},"$description":"Application theme input for --lr-size-28rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-28rem","cssType":"dimension","scope":"theme-input","group":"size"}}},"2px":{"$type":"dimension","$value":{"value":2,"unit":"px"},"$description":"Application theme input for --lr-size-2px.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-2px","cssType":"dimension","scope":"theme-input","group":"size"}}},"2rem":{"$type":"dimension","$value":{"value":2,"unit":"rem"},"$description":"Application theme input for --lr-size-2rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-2rem","cssType":"dimension","scope":"theme-input","group":"size"}}},"30rem":{"$type":"dimension","$value":{"value":30,"unit":"rem"},"$description":"Application theme input for --lr-size-30rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-30rem","cssType":"dimension","scope":"theme-input","group":"size"}}},"32rem":{"$type":"dimension","$value":{"value":32,"unit":"rem"},"$description":"Application theme input for --lr-size-32rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-32rem","cssType":"dimension","scope":"theme-input","group":"size"}}},"36rem":{"$type":"dimension","$value":{"value":36,"unit":"rem"},"$description":"Application theme input for --lr-size-36rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-36rem","cssType":"dimension","scope":"theme-input","group":"size"}}},"38rem":{"$type":"dimension","$value":{"value":38,"unit":"rem"},"$description":"Application theme input for --lr-size-38rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-38rem","cssType":"dimension","scope":"theme-input","group":"size"}}},"3ch":{"$type":"string","$value":"3ch","$description":"Application theme input for --lr-size-3ch.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-3ch","cssType":"dimension","scope":"theme-input","group":"size"}}},"3px":{"$type":"dimension","$value":{"value":3,"unit":"px"},"$description":"Application theme input for --lr-size-3px.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-3px","cssType":"dimension","scope":"theme-input","group":"size"}}},"3rem":{"$type":"dimension","$value":{"value":3,"unit":"rem"},"$description":"Application theme input for --lr-size-3rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-3rem","cssType":"dimension","scope":"theme-input","group":"size"}}},"48rem":{"$type":"dimension","$value":{"value":48,"unit":"rem"},"$description":"Application theme input for --lr-size-48rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-48rem","cssType":"dimension","scope":"theme-input","group":"size"}}},"4ch":{"$type":"string","$value":"4ch","$description":"Application theme input for --lr-size-4ch.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-4ch","cssType":"dimension","scope":"theme-input","group":"size"}}},"4px":{"$type":"dimension","$value":{"value":4,"unit":"px"},"$description":"Application theme input for --lr-size-4px.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-4px","cssType":"dimension","scope":"theme-input","group":"size"}}},"4rem":{"$type":"dimension","$value":{"value":4,"unit":"rem"},"$description":"Application theme input for --lr-size-4rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-4rem","cssType":"dimension","scope":"theme-input","group":"size"}}},"5em":{"$type":"string","$value":"5em","$description":"Application theme input for --lr-size-5em.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-5em","cssType":"dimension","scope":"theme-input","group":"size"}}},"5rem":{"$type":"dimension","$value":{"value":5,"unit":"rem"},"$description":"Application theme input for --lr-size-5rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-5rem","cssType":"dimension","scope":"theme-input","group":"size"}}},"6ch":{"$type":"string","$value":"6ch","$description":"Application theme input for --lr-size-6ch.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-6ch","cssType":"dimension","scope":"theme-input","group":"size"}}},"6em":{"$type":"string","$value":"6em","$description":"Application theme input for --lr-size-6em.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-6em","cssType":"dimension","scope":"theme-input","group":"size"}}},"6px":{"$type":"dimension","$value":{"value":6,"unit":"px"},"$description":"Application theme input for --lr-size-6px.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-6px","cssType":"dimension","scope":"theme-input","group":"size"}}},"6rem":{"$type":"dimension","$value":{"value":6,"unit":"rem"},"$description":"Application theme input for --lr-size-6rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-6rem","cssType":"dimension","scope":"theme-input","group":"size"}}},"7rem":{"$type":"dimension","$value":{"value":7,"unit":"rem"},"$description":"Application theme input for --lr-size-7rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-7rem","cssType":"dimension","scope":"theme-input","group":"size"}}},"8em":{"$type":"string","$value":"8em","$description":"Application theme input for --lr-size-8em.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-8em","cssType":"dimension","scope":"theme-input","group":"size"}}},"8rem":{"$type":"dimension","$value":{"value":8,"unit":"rem"},"$description":"Application theme input for --lr-size-8rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-8rem","cssType":"dimension","scope":"theme-input","group":"size"}}},"neg":{"0":{"15rem":{"$type":"dimension","$value":{"value":-0.15,"unit":"rem"},"$description":"Application theme input for --lr-size-neg-0-15rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-neg-0-15rem","cssType":"dimension","scope":"theme-input","group":"size"}}},"25rem":{"$type":"dimension","$value":{"value":-0.25,"unit":"rem"},"$description":"Application theme input for --lr-size-neg-0-25rem.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-neg-0-25rem","cssType":"dimension","scope":"theme-input","group":"size"}}}},"1px":{"$type":"dimension","$value":{"value":-1,"unit":"px"},"$description":"Application theme input for --lr-size-neg-1px.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-neg-1px","cssType":"dimension","scope":"theme-input","group":"size"}}},"4px":{"$type":"dimension","$value":{"value":-4,"unit":"px"},"$description":"Application theme input for --lr-size-neg-4px.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-neg-4px","cssType":"dimension","scope":"theme-input","group":"size"}}},"6px":{"$type":"dimension","$value":{"value":-6,"unit":"px"},"$description":"Application theme input for --lr-size-neg-6px.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-neg-6px","cssType":"dimension","scope":"theme-input","group":"size"}}},"8px":{"$type":"dimension","$value":{"value":-8,"unit":"px"},"$description":"Application theme input for --lr-size-neg-8px.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-size-neg-8px","cssType":"dimension","scope":"theme-input","group":"size"}}}}},"space":{"2xl":{"$type":"dimension","$value":{"value":2,"unit":"rem"},"$description":"Canonical application theme input for space 2xl.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-space-2xl","cssType":"dimension","scope":"theme-input","group":"spacing"}}},"2xs":{"$type":"dimension","$value":{"value":0.125,"unit":"rem"},"$description":"Canonical application theme input for space 2xs.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-space-2xs","cssType":"dimension","scope":"theme-input","group":"spacing"}}},"l":{"$type":"dimension","$value":{"value":1,"unit":"rem"},"$description":"Canonical application theme input for space l.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-space-l","cssType":"dimension","scope":"theme-input","group":"spacing"}}},"m":{"$type":"dimension","$value":{"value":0.75,"unit":"rem"},"$description":"Canonical application theme input for space m.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-space-m","cssType":"dimension","scope":"theme-input","group":"spacing"}}},"s":{"$type":"dimension","$value":{"value":0.5,"unit":"rem"},"$description":"Canonical application theme input for space s.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-space-s","cssType":"dimension","scope":"theme-input","group":"spacing"}}},"xs":{"$type":"dimension","$value":{"value":0.25,"unit":"rem"},"$description":"Canonical application theme input for space xs.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-space-xs","cssType":"dimension","scope":"theme-input","group":"spacing"}}}},"terminal":{"bg":{"black":{"$type":"string","$value":"#868686","$description":"Canonical application theme input for terminal bg black.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-terminal-bg-black","cssType":"string","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":"#292929"}}},"blue":{"$type":"string","$value":"#88a6d4","$description":"Canonical application theme input for terminal bg blue.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-terminal-bg-blue","cssType":"string","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":"#324e76"}}},"bright":{"black":{"$type":"string","$value":"#9e9e9e","$description":"Canonical application theme input for terminal bg bright black.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-terminal-bg-bright-black","cssType":"string","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":"#3d3d3d"}}},"blue":{"$type":"string","$value":"#a2c6fb","$description":"Canonical application theme input for terminal bg bright blue.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-terminal-bg-bright-blue","cssType":"string","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":"#446493"}}},"cyan":{"$type":"string","$value":"#8dd2da","$description":"Canonical application theme input for terminal bg bright cyan.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-terminal-bg-bright-cyan","cssType":"string","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":"#286f76"}}},"green":{"$type":"string","$value":"#a4d2a4","$description":"Canonical application theme input for terminal bg bright green.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-terminal-bg-bright-green","cssType":"string","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":"#456f46"}}},"magenta":{"$type":"string","$value":"#d6b4f0","$description":"Canonical application theme input for terminal bg bright magenta.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-terminal-bg-bright-magenta","cssType":"string","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":"#73548a"}}},"red":{"$type":"string","$value":"#f9aea5","$description":"Canonical application theme input for terminal bg bright red.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-terminal-bg-bright-red","cssType":"string","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":"#904e47"}}},"white":{"$type":"string","$value":"#d1d1d1","$description":"Canonical application theme input for terminal bg bright white.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-terminal-bg-bright-white","cssType":"string","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":"#696969"}}},"yellow":{"$type":"string","$value":"#d8c288","$description":"Canonical application theme input for terminal bg bright yellow.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-terminal-bg-bright-yellow","cssType":"string","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":"#756127"}}}},"cyan":{"$type":"string","$value":"#77b0b6","$description":"Canonical application theme input for terminal bg cyan.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-terminal-bg-cyan","cssType":"string","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":"#1c565d"}}},"green":{"$type":"string","$value":"#89b18a","$description":"Canonical application theme input for terminal bg green.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-terminal-bg-green","cssType":"string","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":"#335735"}}},"magenta":{"$type":"string","$value":"#b497cb","$description":"Canonical application theme input for terminal bg magenta.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-terminal-bg-magenta","cssType":"string","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":"#5a406e"}}},"red":{"$type":"string","$value":"#d2918a","$description":"Canonical application theme input for terminal bg red.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-terminal-bg-red","cssType":"string","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":"#733a35"}}},"white":{"$type":"string","$value":"#b7b7b7","$description":"Canonical application theme input for terminal bg white.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-terminal-bg-white","cssType":"string","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":"#525252"}}},"yellow":{"$type":"string","$value":"#b6a372","$description":"Canonical application theme input for terminal bg yellow.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-terminal-bg-yellow","cssType":"string","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":"#5c4b1a"}}}},"color":{"black":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.168627,0.168627,0.168627],"alpha":1,"hex":"#2b2b2b"},"$description":"Canonical application theme input for terminal color black.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-terminal-color-black","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.572549,0.572549,0.572549],"alpha":1,"hex":"#929292"}}}},"blue":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.023529,0.282353,0.611765],"alpha":1,"hex":"#06489c"},"$description":"Canonical application theme input for terminal color blue.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-terminal-color-blue","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.411765,0.647059,0.996078],"alpha":1,"hex":"#69a5fe"}}}},"bright":{"black":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.25098,0.25098,0.25098],"alpha":1,"hex":"#404040"},"$description":"Canonical application theme input for terminal color bright black.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-terminal-color-bright-black","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.670588,0.670588,0.670588],"alpha":1,"hex":"#ababab"}}}},"blue":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.078431,0.368627,0.756863],"alpha":1,"hex":"#145ec1"},"$description":"Canonical application theme input for terminal color bright blue.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-terminal-color-bright-blue","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.627451,0.776471,0.996078],"alpha":1,"hex":"#a0c6fe"}}}},"cyan":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.015686,0.443137,0.478431],"alpha":1,"hex":"#04717a"},"$description":"Canonical application theme input for terminal color bright cyan.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-terminal-color-bright-cyan","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0,0.866667,0.937255],"alpha":1,"hex":"#00ddef"}}}},"green":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.003922,0.47451,0.117647],"alpha":1,"hex":"#01791e"},"$description":"Canonical application theme input for terminal color bright green.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-terminal-color-bright-green","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.486275,0.87451,0.505882],"alpha":1,"hex":"#7cdf81"}}}},"magenta":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.509804,0.231373,0.682353],"alpha":1,"hex":"#823bae"},"$description":"Canonical application theme input for terminal color bright magenta.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-terminal-color-bright-magenta","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.862745,0.682353,0.996078],"alpha":1,"hex":"#dcaefe"}}}},"red":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.701961,0.137255,0.133333],"alpha":1,"hex":"#b32322"},"$description":"Canonical application theme input for terminal color bright red.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-terminal-color-bright-red","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[1,0.670588,0.631373],"alpha":1,"hex":"#ffaba1"}}}},"white":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.423529,0.423529,0.423529],"alpha":1,"hex":"#6c6c6c"},"$description":"Canonical application theme input for terminal color bright white.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-terminal-color-bright-white","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.870588,0.870588,0.870588],"alpha":1,"hex":"#dedede"}}}},"yellow":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.47451,0.376471,0.019608],"alpha":1,"hex":"#796005"},"$description":"Canonical application theme input for terminal color bright yellow.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-terminal-color-bright-yellow","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.92549,0.745098,0.141176],"alpha":1,"hex":"#ecbe24"}}}}},"cyan":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.007843,0.345098,0.372549],"alpha":1,"hex":"#02585f"},"$description":"Canonical application theme input for terminal color cyan.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-terminal-color-cyan","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.090196,0.729412,0.784314],"alpha":1,"hex":"#17bac8"}}}},"green":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.003922,0.368627,0.082353],"alpha":1,"hex":"#015e15"},"$description":"Canonical application theme input for terminal color green.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-terminal-color-green","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.403922,0.733333,0.419608],"alpha":1,"hex":"#67bb6b"}}}},"magenta":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.403922,0.160784,0.54902],"alpha":1,"hex":"#67298c"},"$description":"Canonical application theme input for terminal color magenta.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-terminal-color-magenta","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.764706,0.521569,0.937255],"alpha":1,"hex":"#c385ef"}}}},"red":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.564706,0.066667,0.078431],"alpha":1,"hex":"#901114"},"$description":"Canonical application theme input for terminal color red.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-terminal-color-red","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.976471,0.470588,0.423529],"alpha":1,"hex":"#f9786c"}}}},"white":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.333333,0.333333,0.333333],"alpha":1,"hex":"#555555"},"$description":"Canonical application theme input for terminal color white.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-terminal-color-white","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.768627,0.768627,0.768627],"alpha":1,"hex":"#c4c4c4"}}}},"yellow":{"$type":"color","$value":{"colorSpace":"srgb","components":[0.372549,0.290196,0.011765],"alpha":1,"hex":"#5f4a03"},"$description":"Canonical application theme input for terminal color yellow.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-terminal-color-yellow","cssType":"color","scope":"theme-input","group":"color"},"com.aceshooting.lyra.modes":{"dark":{"colorSpace":"srgb","components":[0.780392,0.627451,0.117647],"alpha":1,"hex":"#c7a01e"}}}}}},"transition":{"fast":{"$type":"string","$value":"120ms ease-out","$description":"Application theme input for --lr-transition-fast.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-transition-fast","cssType":"duration","scope":"theme-input","group":"motion"}}},"normal":{"$type":"string","$value":"180ms ease-out","$description":"Application theme input for --lr-transition-base.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-transition-normal","cssType":"duration","scope":"theme-input","group":"motion"}}},"slow":{"$type":"string","$value":"1.8s ease-in-out","$description":"Application theme input for --lr-transition-ambient.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-transition-slow","cssType":"duration","scope":"theme-input","group":"motion"}}}},"z":{"index":{"base":{"$type":"number","$value":0,"$description":"Canonical application theme input for z index base.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-z-index-base","cssType":"number","scope":"theme-input","group":"z"}}},"content":{"$type":"number","$value":1,"$description":"Canonical application theme input for z index content.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-z-index-content","cssType":"number","scope":"theme-input","group":"z"}}},"dropdown":{"$type":"number","$value":900,"$description":"Canonical application theme input for z index dropdown.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-z-index-dropdown","cssType":"number","scope":"theme-input","group":"z"}}},"modal":{"$type":"number","$value":1000,"$description":"Canonical application theme input for z index modal.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-z-index-modal","cssType":"number","scope":"theme-input","group":"z"}}},"popover":{"$type":"number","$value":1000,"$description":"Canonical application theme input for z index popover.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-z-index-popover","cssType":"number","scope":"theme-input","group":"z"}}},"toast":{"$type":"number","$value":9999,"$description":"Canonical application theme input for z index toast.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-theme-z-index-toast","cssType":"number","scope":"theme-input","group":"z"}}}}}},"transition":{"ambient":{"$type":"string","$value":"var(--lr-theme-transition-slow, var(--lr-duration-ambient) var(--lr-easing-emphasized))","$description":"Canonical shared component token for transition ambient.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-transition-ambient","cssType":"duration","scope":"shared","group":"motion","themeInput":"--lr-theme-transition-slow"},"com.aceshooting.lyra.modes":{"reducedMotion":"0.001ms linear"}}},"base":{"$type":"string","$value":"var(--lr-theme-transition-normal, var(--lr-duration-base) var(--lr-easing-standard))","$description":"Canonical shared component token for transition base.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-transition-base","cssType":"duration","scope":"shared","group":"motion","themeInput":"--lr-theme-transition-normal"},"com.aceshooting.lyra.modes":{"reducedMotion":"0.001ms linear"}}},"fast":{"$type":"string","$value":"var(--lr-theme-transition-fast, var(--lr-duration-fast) var(--lr-easing-standard))","$description":"Canonical shared component token for transition fast.","$extensions":{"com.aceshooting.lyra":{"cssCustomProperty":"--lr-transition-fast","cssType":"duration","scope":"shared","group":"motion","themeInput":"--lr-theme-transition-fast"},"com.aceshooting.lyra.modes":{"reducedMotion":"0.001ms linear"}}}}}