@bongos/core 1.19.725 → 1.19.727

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 (229) hide show
  1. package/.bongos-core.json +179 -494
  2. package/.devcontainer/Dockerfile +1 -1
  3. package/.devcontainer/devcontainer.json +2 -2
  4. package/.devcontainer/healthcheck.sh +1 -1
  5. package/.devcontainer/init-firewall.sh +1 -1
  6. package/.devcontainer/post-create.sh +2 -2
  7. package/.env.local.example +1 -1
  8. package/Dockerfile +1 -1
  9. package/docs/copy-inventory.md +1 -1
  10. package/docs/copy-registry.json +9 -9
  11. package/docs/module-api-changelog.md +4 -0
  12. package/docs/recipes/devbox-app-release.md +4 -4
  13. package/modules/dev-box/app/scripts/dmgbuild-settings.py +5 -5
  14. package/modules/dev-box/app/scripts/gen-brand.js +1 -1
  15. package/modules/dev-box/app/src/brand.js +1 -1
  16. package/modules/dev-box/app/test/unit.mjs +16 -16
  17. package/modules/dev-box/box-access.js +1 -1
  18. package/modules/dev-box/routes/box.js +1 -1
  19. package/modules/discord/discord-approvals.js +1 -1
  20. package/modules/grading/grader-model.js +1 -1
  21. package/modules/grading/grader-prompt.js +1 -1
  22. package/modules/grading/grader-workers/quality.js +1 -1
  23. package/modules/hall-ui/module.json +1 -1
  24. package/modules/hall-ui/public/brand-apply.js +1 -1
  25. package/modules/hall-ui/public/shell.js +1 -1
  26. package/modules/hall-ui/public/work.js +1 -1
  27. package/modules/lifecycle/conflict-resolve.js +1 -1
  28. package/modules/lifecycle/db-analytics.js +1 -1
  29. package/modules/lifecycle/routes/analytics.js +1 -1
  30. package/modules/onboarding/approval-broadcast.js +1 -1
  31. package/modules/onboarding/onboarding.js +1 -1
  32. package/modules/provisioning/tests/liveness.mjs +1 -1
  33. package/modules/public-landing/public/index.html +1 -1
  34. package/modules/public-landing/public/projects-floor.states.json +2 -2
  35. package/modules/public-landing/public/projects.probes.json +4 -4
  36. package/modules/public-landing/public/projects.states.json +2 -2
  37. package/modules/status-ui/module.json +1 -1
  38. package/modules/status-ui/public/status.js +4 -4
  39. package/modules/status-ui/public/style.css +1 -1
  40. package/modules/ui-design/kit/fixtures/cost-summary.json +1 -1
  41. package/modules/ui-design/kit/fixtures/featured-hub.json +1 -1
  42. package/modules/ui-design/kit/fixtures/featured.json +1 -1
  43. package/modules/ui-design/kit/fixtures/leaderboard.json +1 -1
  44. package/modules/ui-design/kit/fixtures/my-projects.json +1 -1
  45. package/modules/ui-design/kit/fixtures/progress.json +1 -1
  46. package/modules/ui-design/kit/fixtures/recent-shipped.json +1 -1
  47. package/package-lock.json +2 -2
  48. package/package.json +1 -1
  49. package/scripts/cron/style_guide_audit.sh +1 -1
  50. package/scripts/discord/lib.js +1 -1
  51. package/scripts/discord/post.js +1 -1
  52. package/scripts/gds/audit-authorship.sh +1 -1
  53. package/scripts/gds/audit-replay.sh +29 -2
  54. package/scripts/gds/audit-ships.js +1 -1
  55. package/scripts/gds/backfill-sessions.js +2 -2
  56. package/scripts/gds/cf-tunnel.js +4 -4
  57. package/scripts/gds/claude-materialize.js +2 -2
  58. package/scripts/gds/cli-lib.js +6 -6
  59. package/scripts/gds/cutover-codemod.js +1 -1
  60. package/scripts/gds/dev-lib.js +2 -2
  61. package/scripts/gds/diagnose-achievements.js +2 -2
  62. package/scripts/gds/fitness-checks-identity.js +6 -4
  63. package/scripts/gds/gate-review.js +14 -6
  64. package/scripts/gds/gen-diagrams.js +1 -1
  65. package/scripts/gds/leak-scan-allowlist.js +293 -0
  66. package/scripts/gds/learning-capture.js +1 -1
  67. package/scripts/gds/linkify-refs.js +2 -2
  68. package/scripts/gds/local-preview-lib.js +1 -1
  69. package/scripts/gds/mirror-lineage-check.js +1 -1
  70. package/scripts/gds/mirror-redact.js +17 -2
  71. package/scripts/gds/newcomer-floor.templates.json +1 -1
  72. package/scripts/gds/package-core.js +18 -1
  73. package/scripts/gds/paste-token.js +1 -1
  74. package/scripts/gds/provision-units.js +2 -2
  75. package/scripts/gds/publish-manifest.js +15 -0
  76. package/scripts/gds/repo-metrics.js +1 -1
  77. package/scripts/gds/sandbox-stage.js +1 -1
  78. package/scripts/gds/seed-bongos-coreB-tranche1-tasks.js +1 -1
  79. package/scripts/gds/seed-bongos-coreB-tranche2-tasks.js +1 -1
  80. package/scripts/gds/seed-bongos-goal-hierarchy-tasks.js +1 -1
  81. package/scripts/gds/seed-bongos-tasks.js +2 -2
  82. package/scripts/gds/seed-gds-v4-tasks.js +1 -1
  83. package/scripts/gds/seed-medusa-tasks.js +10 -10
  84. package/scripts/gds/seed-module-upstreaming.js +1 -1
  85. package/scripts/gds/seed-productization-tasks.js +6 -6
  86. package/scripts/gds/seed-provisioning-tasks.js +2 -2
  87. package/scripts/gds/seed-staging.sh +19 -6
  88. package/scripts/gds/ship-deploy-target.js +1 -1
  89. package/scripts/gds/ship-flow.js +1 -1
  90. package/scripts/gds/smoke-gds.js +1 -1
  91. package/scripts/status-probe.mjs +2 -2
  92. package/src/bongos/auth-discord.js +2 -2
  93. package/src/bongos/live-channel.js +1 -1
  94. package/src/bongos/permission-path-check.js +80 -3
  95. package/src/bongos/pool.js +1 -1
  96. package/src/bongos/routes/auth.js +11 -11
  97. package/src/bongos/routes/security.js +1 -1
  98. package/src/bongos/routes.js +1 -1
  99. package/src/branding.js +1 -1
  100. package/src/devbox-downloads.js +1 -1
  101. package/src/instance-config.js +2 -2
  102. package/src/module-api.js +1 -1
  103. package/src/module-loader/provenance.js +2 -2
  104. package/tests/art_stage.mjs +2 -2
  105. package/tests/auth_anthropic_identity.mjs +1 -1
  106. package/tests/auth_duplicate_cookie.mjs +1 -1
  107. package/tests/auth_error_brand.mjs +1 -1
  108. package/tests/auth_inactive_builder.mjs +1 -1
  109. package/tests/backup_cli.mjs +4 -4
  110. package/tests/bongos_box_connect.mjs +2 -2
  111. package/tests/bongos_downloads.mjs +2 -2
  112. package/tests/bongos_login.mjs +5 -5
  113. package/tests/box_connect_e2e.mjs +2 -2
  114. package/tests/box_dns_repoint.mjs +10 -10
  115. package/tests/box_host_keys.mjs +1 -1
  116. package/tests/box_onboard.mjs +9 -9
  117. package/tests/box_scope_session.mjs +1 -1
  118. package/tests/box_terminal_ssrf.mjs +7 -7
  119. package/tests/boxes.mjs +9 -9
  120. package/tests/branding.mjs +2 -2
  121. package/tests/bump_version.mjs +2 -2
  122. package/tests/cf_tunnel.mjs +40 -40
  123. package/tests/cli_token_reissue.mjs +7 -7
  124. package/tests/cloud_bongos_pack.mjs +1 -1
  125. package/tests/currency_label.mjs +8 -8
  126. package/tests/dev_lib.mjs +4 -4
  127. package/tests/devbox_dmg_backdrop.mjs +1 -1
  128. package/tests/devbox_downloads.mjs +2 -2
  129. package/tests/devbox_icons.mjs +1 -1
  130. package/tests/discord_approvals.mjs +1 -1
  131. package/tests/discord_oauth.mjs +2 -2
  132. package/tests/executed_closure.mjs +6 -1
  133. package/tests/first_admin_bootstrap.mjs +1 -1
  134. package/tests/gate_approvals.mjs +5 -5
  135. package/tests/government_protected_surfaces.mjs +137 -0
  136. package/tests/grade_aggregates_unavailable.mjs +1 -1
  137. package/tests/hook_user_agents.mjs +2 -2
  138. package/tests/init.mjs +6 -6
  139. package/tests/instance_config.mjs +1 -1
  140. package/tests/instance_manifest.mjs +5 -5
  141. package/tests/instance_mismatch_guard.mjs +13 -13
  142. package/tests/leak_scan_allowlist.mjs +94 -0
  143. package/tests/migrate_root_resolution.mjs +4 -4
  144. package/tests/mirror_redact.mjs +28 -4
  145. package/tests/module_catalog.mjs +5 -5
  146. package/tests/module_submissions.mjs +3 -3
  147. package/tests/package_core.mjs +1 -1
  148. package/tests/parallel-load.mjs +6 -6
  149. package/tests/projects_hub.mjs +2 -2
  150. package/tests/provision.mjs +50 -50
  151. package/tests/provisioning_github_app_routes.mjs +1 -1
  152. package/tests/provisioning_onboard_mode.mjs +2 -2
  153. package/tests/publish_reconciler.mjs +4 -4
  154. package/tests/sandbox_stage.mjs +1 -1
  155. package/tests/scrubber_corpus.mjs +3 -3
  156. package/tests/search_isolation.mjs +1 -1
  157. package/tests/session_records.mjs +1 -1
  158. package/tests/ship_card.mjs +6 -6
  159. package/tests/ship_ci_deploy.mjs +1 -1
  160. package/tests/single_host_hall.mjs +9 -9
  161. package/tests/smoke_preflight.mjs +1 -1
  162. package/tests/smoke_target.mjs +1 -1
  163. package/tests/status-probe.mjs +1 -1
  164. package/tests/status_mirror_sync.mjs +1 -1
  165. package/docs/adr/0004-amazonprimea-name-and-trademark-acceptance.md +0 -45
  166. package/docs/design/mocks/_schemes.css +0 -604
  167. package/docs/design/mocks/component-sheet.html +0 -428
  168. package/docs/design/mocks/hall/_tokens.css +0 -370
  169. package/docs/design/mocks/hall/board/v1.html +0 -846
  170. package/docs/design/mocks/hall/board/v2.html +0 -858
  171. package/docs/design/mocks/hall/board/v3.html +0 -884
  172. package/docs/design/mocks/hall/goals/v1.html +0 -1212
  173. package/docs/design/mocks/hall/goals/v2.html +0 -1192
  174. package/docs/design/mocks/hall/goals/v3.html +0 -1205
  175. package/docs/design/mocks/hall/hall-sheet.html +0 -244
  176. package/docs/design/mocks/hall/reading/v1.html +0 -1125
  177. package/docs/design/mocks/hall/reading/v2.html +0 -1177
  178. package/docs/design/mocks/hall/reading/v3.html +0 -1150
  179. package/docs/design/mocks/hall/settings/v1.html +0 -1238
  180. package/docs/design/mocks/hall/settings/v2.html +0 -1235
  181. package/docs/design/mocks/hall/settings/v3.html +0 -1299
  182. package/docs/design/mocks/hall/task/v1.html +0 -633
  183. package/docs/design/mocks/hall/task/v2.html +0 -646
  184. package/docs/design/mocks/hall/task/v3.html +0 -647
  185. package/docs/design/mocks/hub/assets/r3-space-deepfield-half.jpg +0 -0
  186. package/docs/design/mocks/hub/assets/r3-space-deepfield-half.jpg.json +0 -13
  187. package/docs/design/mocks/hub/assets/r3-space-dust-half.jpg +0 -0
  188. package/docs/design/mocks/hub/assets/r3-space-dust-half.jpg.json +0 -13
  189. package/docs/design/mocks/hub/assets/r3-space-nebula-half.jpg +0 -0
  190. package/docs/design/mocks/hub/assets/r3-space-nebula-half.jpg.json +0 -13
  191. package/docs/design/mocks/hub/assets/r3-space-starfield-half.jpg +0 -0
  192. package/docs/design/mocks/hub/assets/r3-space-starfield-half.jpg.json +0 -13
  193. package/docs/design/mocks/hub/hub-sheet.html +0 -192
  194. package/docs/design/mocks/hub/mine.html +0 -465
  195. package/docs/design/mocks/hub/picker.html +0 -421
  196. package/docs/design/mocks/hub/planets.html +0 -356
  197. package/docs/design/mocks/hub/v1.html +0 -1209
  198. package/docs/design/mocks/hub/v2.html +0 -1257
  199. package/docs/design/mocks/hub/v3.html +0 -1496
  200. package/docs/design/mocks/hub/wizard.html +0 -421
  201. package/docs/design/mocks/landing/landing-sheet.html +0 -131
  202. package/docs/design/mocks/landing/v1.html +0 -956
  203. package/docs/design/mocks/landing/v2.html +0 -708
  204. package/docs/design/mocks/landing/v3.html +0 -911
  205. package/docs/design/mocks/landing-page-mock.html +0 -687
  206. package/docs/design/mocks/landing-palettes.html +0 -103
  207. package/docs/design/mocks/projects-hub-mock.html +0 -991
  208. package/docs/design/mocks/projects-hub-variants.html +0 -146
  209. package/docs/design/mocks/projects-page-mock.html +0 -167
  210. package/docs/design/mocks/world/blue-hud/_tokens.css +0 -246
  211. package/docs/design/mocks/world/blue-hud/hall.html +0 -595
  212. package/docs/design/mocks/world/blue-hud/landing.html +0 -424
  213. package/docs/design/mocks/world/blue-hud/status.html +0 -410
  214. package/docs/design/mocks/world/chrome-blobs/_tokens.css +0 -479
  215. package/docs/design/mocks/world/chrome-blobs/hall.html +0 -553
  216. package/docs/design/mocks/world/chrome-blobs/landing-b.html +0 -581
  217. package/docs/design/mocks/world/chrome-blobs/landing.html +0 -328
  218. package/docs/design/mocks/world/chrome-blobs/status.html +0 -416
  219. package/docs/design/mocks/world/natgeo-editorial/_tokens.css +0 -377
  220. package/docs/design/mocks/world/natgeo-editorial/hall.html +0 -649
  221. package/docs/design/mocks/world/natgeo-editorial/landing-b.html +0 -743
  222. package/docs/design/mocks/world/natgeo-editorial/landing.html +0 -475
  223. package/docs/design/mocks/world/natgeo-editorial/status.html +0 -437
  224. package/docs/design/mocks/world/organic-cards/_tokens.css +0 -462
  225. package/docs/design/mocks/world/organic-cards/hall.html +0 -625
  226. package/docs/design/mocks/world/organic-cards/landing-b.html +0 -736
  227. package/docs/design/mocks/world/organic-cards/landing.html +0 -420
  228. package/docs/design/mocks/world/organic-cards/status.html +0 -458
  229. package/docs/design/mocks/world/world-sheet.html +0 -156
@@ -1,377 +0,0 @@
1
- /* Cloud Bongos world candidate: natgeo-editorial, "The expedition".
2
- World: a dark editorial expedition journal. A neutral near black page (sampled #0c0c0c to
3
- #101010 off the owner's template), a printed halftone screen laid over ground AND photograph
4
- alike, a hairline frame instead of a grid, very large bold neo grotesque headlines in white,
5
- small neutral grey secondary text set in narrow columns.
6
- Palette strategy: RESTRAINED. Neutrals carry every surface; one lamp yellow (#ffd214, sampled
7
- from the template's mark and its round button) lights only the mark frame, the primary door,
8
- the current item and the live step. Nothing else is coloured, callouts included.
9
- Faces: Archivo 300/400/500/600/700, the closest obtainable neo grotesque to the template's
10
- Helvetica-class headline lettering (Hanken Grotesk stays in the stack for pages that load it);
11
- JetBrains Mono 400 for the light hall's labels. Figures tabular.
12
- Materials: near black ground + halftone screen + hairline frame; r2-planet-limb bleeding past
13
- the hero as a lit limb (lighten on dark, an inverted engraving multiplied on paper); the
14
- rendered bongo pair as the specimen plate below it; forest-mist under the dark hall's glass.
15
- Light mode is paper, not an inversion: warm off white, ink hairlines, photographs only as
16
- printed negatives.
17
- Corners: pill for buttons, discs and inputs; 0 for every container. The dark hall's floating
18
- glass shell is the one rounded object (an object over a photograph, not a container).
19
- Derived from the contract: everything under DERIVED. --accent/--accent-deep/--sea/--terracotta
20
- are set once in :root and are never re-pinned inside a dark block. */
21
-
22
- :root {
23
- /* ---- CONTRACT (a host instance overrides exactly these) ---- */
24
- --bg: #f4f3ef;
25
- --bg-card: #ffffff;
26
- --bg-deep: #e9e7e0;
27
- --bg-frame: #eceae3;
28
- --ink: #141412;
29
- --ink-soft: #55544f;
30
- --ink-faint: #6f6d64;
31
- --rule: #d9d7cf;
32
- --rule-soft: #e8e6df;
33
- --accent: #ffd214;
34
- --accent-deep: #7f6209;
35
- --sea: #2c5464;
36
- --terracotta: #b4592f;
37
- --font-display: 'Archivo', 'Hanken Grotesk', 'Helvetica Neue', Helvetica, Arial, sans-serif;
38
- --font-body: 'Archivo', 'Hanken Grotesk', 'Helvetica Neue', Helvetica, Arial, sans-serif;
39
-
40
- /* ---- DERIVED ---- */
41
- --font-mono: 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
42
- /* labels and hall navigation take the mono face on paper; the dark hall keeps the grotesque */
43
- --font-label: var(--font-mono);
44
-
45
- --line: 1px;
46
- --radius: 0;
47
- --radius-sm: 0;
48
- --radius-pill: 999px;
49
- --shell-radius: 0;
50
- --shell-inset: 20px;
51
-
52
- /* accent jobs. --mark-bg is the mark's frame colour; the drums inside it are ink, never
53
- accent, so the whole mark reads as one yellow rectangle with a specimen in it. */
54
- --mark-bg: var(--accent);
55
- --accent-text: var(--accent-deep); /* the accent wherever it carries words */
56
- --ink-on-accent: #171200; /* words that sit on the accent */
57
- --accent-tint: rgba(255, 210, 20, .18);
58
- --accent-tint-soft: rgba(255, 210, 20, .10);
59
- --accent-track: #dedbd0;
60
-
61
- /* page materials */
62
- --grid-line: rgba(20, 20, 18, .10);
63
- --dots: rgba(20, 20, 18, .085);
64
- --dot-r: .9px;
65
- --dot-pitch: 5px;
66
- --plate: none; /* the hall's ground photograph */
67
- --plate-filter: none;
68
- --plate-scrim: transparent;
69
- --hatch: repeating-linear-gradient(45deg, rgba(255,210,20,.34) 0 5px, transparent 5px 11px);
70
- --hatch-bg: #fffbe6;
71
- --band-hatch: repeating-linear-gradient(45deg, rgba(20,20,18,.045) 0 1px, transparent 1px 6px);
72
-
73
- /* the planet: kept for pages that draw it as a disc */
74
- --planet-plate: url("../../../../../.impeccable/mocks/world-assets/natgeo-planet.jpg");
75
- --planet-plate-op: 0; /* paper carries no photograph */
76
- --planet-filter: none;
77
- --planet-body: #eceae2;
78
- --planet-rim: rgba(40, 38, 32, .26);
79
- --planet-glow: transparent;
80
- --planet-lift: rgba(40, 38, 32, .10);
81
- --planet-halo: rgba(120, 116, 100, .16);
82
-
83
- /* the round-2 limb bleeding past the hero, and the rendered specimen below it.
84
- On paper both are printed as inverted engravings and multiplied into the sheet. */
85
- --limb-plate: url("../../../../../.impeccable/mocks/world-assets/r2-planet-limb.jpg");
86
- --limb-blend: multiply;
87
- --limb-filter: invert(1) grayscale(1) contrast(1.04) brightness(1.02);
88
- --limb-op: .34;
89
- --bongo-plate: url("../../../../../.impeccable/mocks/world-assets/r2-bongos-natgeo-a.jpg");
90
- --bongo-blend: multiply;
91
- --bongo-filter: invert(1) grayscale(1) contrast(1.14) brightness(.98);
92
- --bongo-op: .72;
93
-
94
- /* the hall's glass shell */
95
- --glass: var(--bg);
96
- --glass-edge: var(--rule);
97
- --glass-blur: 0px;
98
- --glass-dim: 1; /* how far the shell darkens what it sits on */
99
- --glass-shadow: 0 1px 0 rgba(20, 20, 18, .035);
100
-
101
- /* the hall's surfaces */
102
- --side-fill: var(--bg-card);
103
- --topbar-fill: var(--bg-card);
104
- --head-fill: var(--bg-deep);
105
- --row-hover: rgba(20, 20, 18, .035);
106
- --panel: var(--bg-card);
107
- --panel-edge: var(--rule);
108
- --field: #ffffff;
109
- --check-edge: #b6b3a8;
110
- --primary-fill: var(--ink);
111
- --primary-ink: var(--bg);
112
- --nav-case: uppercase;
113
- --cur-fill: var(--accent-tint);
114
- --cur-ink: var(--ink);
115
- --cur-mark: var(--accent-deep);
116
- --cur-dot: var(--accent);
117
- --cur-dot-size: 6px;
118
- --chip-fill: transparent;
119
- --chip-ink: var(--ink-soft);
120
- --chip-edge: var(--rule);
121
- /* the hero's narrow column sits over the lit limb, so it carries its own ink */
122
- --lede-ink: #3f3e39;
123
-
124
- /* the ledger's world map */
125
- --map-land: #d2cdbd;
126
- --map-edge: #cdc8b8;
127
-
128
- /* the inherited bongo mark, drawn in ink inside the yellow frame */
129
- --mark-drum: #1b1a17;
130
- --mark-drum-deep: #000000;
131
- --mark-drum-2: #2c2a26;
132
- --mark-skin-hi: #d9d5c9;
133
- --mark-skin-mid: #b3ad9d;
134
- --mark-skin-lo: #7c7667;
135
- --skin-hi: #f7f0e0;
136
- --skin-mid: #e3d4b6;
137
- --skin-lo: #b89d74;
138
- --drum-shadow: #141412;
139
-
140
- /* state */
141
- --ok: #3d7a4b;
142
- --warn: #7f6209;
143
- --err: #a3341c;
144
- --focus: var(--accent-deep);
145
- --shadow-card: 0 1px 0 rgba(20, 20, 18, .04);
146
-
147
- /* browser surfaces */
148
- --sel-bg: var(--accent);
149
- --sel-ink: var(--ink-on-accent);
150
- --scroll-thumb: #cbc8be;
151
- --scroll-track: transparent;
152
-
153
- /* mode toggle glyphs */
154
- --moon-display: none;
155
- --sun-display: inline;
156
-
157
- /* the ledger's text size control */
158
- --zoom: 1;
159
- }
160
-
161
- /* The mark: a hairline yellow rectangle with the bongo pair drawn inside it in ink.
162
- Scoped token override, never a :root redefinition. */
163
- .mark-plate {
164
- --accent: var(--mark-drum);
165
- --accent-deep: var(--mark-drum-deep);
166
- --terracotta: var(--mark-drum-2);
167
- --ink: var(--mark-drum-deep);
168
- --skin-hi: var(--mark-skin-hi);
169
- --skin-mid: var(--mark-skin-mid);
170
- --skin-lo: var(--mark-skin-lo);
171
- }
172
-
173
- :root[data-mode="dark"] {
174
- --bg: #0e0e0e;
175
- --bg-card: #131313;
176
- --bg-deep: #090909;
177
- --bg-frame: #111111;
178
- --ink: #ffffff;
179
- --ink-soft: #b0b0b0;
180
- --ink-faint: #8a8a8a;
181
- --rule: #272727;
182
- --rule-soft: #1a1a1a;
183
-
184
- --font-label: var(--font-body);
185
-
186
- --shell-radius: 14px;
187
- --shell-inset: 56px;
188
-
189
- --accent-text: var(--accent);
190
- --accent-tint: rgba(255, 210, 20, .16);
191
- --accent-tint-soft: rgba(255, 210, 20, .07);
192
- --accent-track: #2b2b2b;
193
-
194
- --grid-line: rgba(255, 255, 255, .075);
195
- --dots: rgba(255, 255, 255, .10);
196
- --dot-r: 1px;
197
- --dot-pitch: 4.5px;
198
- --plate: url("../../../../../.impeccable/mocks/world-assets/forest-mist.jpg");
199
- --plate-filter: blur(2px) saturate(.8) contrast(1.06) brightness(.98);
200
- --plate-scrim: rgba(8, 9, 10, .34);
201
- --hatch: repeating-linear-gradient(45deg, rgba(255,210,20,.20) 0 5px, transparent 5px 11px);
202
- --hatch-bg: rgba(255, 210, 20, .045);
203
- --band-hatch: repeating-linear-gradient(45deg, rgba(255,255,255,.045) 0 1px, transparent 1px 6px);
204
-
205
- --planet-plate-op: 1;
206
- --planet-filter: brightness(1.5) contrast(1.05);
207
- --planet-body: #020303;
208
- --planet-rim: rgba(216, 230, 250, .80);
209
- --planet-glow: rgba(196, 218, 248, .55);
210
- --planet-lift: rgba(164, 186, 220, .26);
211
- --planet-halo: rgba(96, 122, 164, .17);
212
-
213
- --limb-blend: lighten;
214
- --limb-filter: brightness(.62) contrast(2.1) saturate(.85);
215
- --limb-op: 1;
216
- --bongo-blend: lighten;
217
- --bongo-filter: brightness(1.02) contrast(1.02);
218
- --bongo-op: 1;
219
-
220
- --glass: rgba(14, 17, 20, .72);
221
- --glass-edge: rgba(255, 255, 255, .22);
222
- --glass-blur: 18px;
223
- --glass-dim: .34;
224
- --glass-shadow: 0 20px 46px rgba(0, 0, 0, .36);
225
-
226
- --side-fill: rgba(255, 255, 255, .028);
227
- --topbar-fill: rgba(255, 255, 255, .02);
228
- --head-fill: rgba(255, 255, 255, .055);
229
- --row-hover: rgba(255, 255, 255, .045);
230
- --panel: rgba(6, 8, 10, .42);
231
- --panel-edge: rgba(255, 255, 255, .10);
232
- --field: rgba(255, 255, 255, .05);
233
- --check-edge: rgba(255, 255, 255, .30);
234
- --primary-fill: var(--accent);
235
- --primary-ink: var(--ink-on-accent);
236
- --nav-case: none;
237
- --cur-fill: var(--accent);
238
- --cur-ink: var(--ink-on-accent);
239
- --cur-mark: var(--ink-on-accent);
240
- --cur-dot: transparent;
241
- --cur-dot-size: 0px;
242
- --chip-fill: rgba(255, 255, 255, .06);
243
- --chip-ink: var(--ink-soft);
244
- --chip-edge: rgba(255, 255, 255, .16);
245
- --lede-ink: #e6e6e6;
246
-
247
- --map-land: #303030;
248
- --map-edge: #3a3a3a;
249
-
250
- --mark-drum: #f1f1f1;
251
- --mark-drum-deep: #6b6b6b;
252
- --mark-drum-2: #d2d2d2;
253
- --mark-skin-hi: #ffffff;
254
- --mark-skin-mid: #dcdcdc;
255
- --mark-skin-lo: #9b9b9b;
256
- --skin-hi: #f2ead8;
257
- --skin-mid: #d8c8a6;
258
- --skin-lo: #9d8259;
259
- --drum-shadow: #000000;
260
-
261
- --ok: #7fbf8b;
262
- --warn: #ffd214;
263
- --err: #e0664c;
264
- --focus: var(--accent);
265
- --shadow-card: 0 18px 60px rgba(0, 0, 0, .5);
266
-
267
- --scroll-thumb: #3a3a3a;
268
-
269
- --moon-display: inline;
270
- --sun-display: none;
271
- }
272
-
273
- @media (prefers-color-scheme: dark) {
274
- :root:not([data-mode="light"]) {
275
- --bg: #0e0e0e;
276
- --bg-card: #131313;
277
- --bg-deep: #090909;
278
- --bg-frame: #111111;
279
- --ink: #ffffff;
280
- --ink-soft: #b0b0b0;
281
- --ink-faint: #8a8a8a;
282
- --rule: #272727;
283
- --rule-soft: #1a1a1a;
284
-
285
- --font-label: var(--font-body);
286
-
287
- --shell-radius: 14px;
288
- --shell-inset: 56px;
289
-
290
- --accent-text: var(--accent);
291
- --accent-tint: rgba(255, 210, 20, .16);
292
- --accent-tint-soft: rgba(255, 210, 20, .07);
293
- --accent-track: #2b2b2b;
294
-
295
- --grid-line: rgba(255, 255, 255, .075);
296
- --dots: rgba(255, 255, 255, .10);
297
- --dot-r: 1px;
298
- --dot-pitch: 4.5px;
299
- --plate: url("../../../../../.impeccable/mocks/world-assets/forest-mist.jpg");
300
- --plate-filter: blur(2px) saturate(.8) contrast(1.06) brightness(.98);
301
- --plate-scrim: rgba(8, 9, 10, .34);
302
- --hatch: repeating-linear-gradient(45deg, rgba(255,210,20,.20) 0 5px, transparent 5px 11px);
303
- --hatch-bg: rgba(255, 210, 20, .045);
304
- --band-hatch: repeating-linear-gradient(45deg, rgba(255,255,255,.045) 0 1px, transparent 1px 6px);
305
-
306
- --planet-plate-op: 1;
307
- --planet-filter: brightness(1.5) contrast(1.05);
308
- --planet-body: #020303;
309
- --planet-rim: rgba(216, 230, 250, .80);
310
- --planet-glow: rgba(196, 218, 248, .55);
311
- --planet-lift: rgba(164, 186, 220, .26);
312
- --planet-halo: rgba(96, 122, 164, .17);
313
-
314
- --limb-blend: lighten;
315
- --limb-filter: brightness(.62) contrast(2.1) saturate(.85);
316
- --limb-op: 1;
317
- --bongo-blend: lighten;
318
- --bongo-filter: brightness(1.02) contrast(1.02);
319
- --bongo-op: 1;
320
-
321
- --glass: rgba(14, 17, 20, .72);
322
- --glass-edge: rgba(255, 255, 255, .22);
323
- --glass-blur: 18px;
324
- --glass-dim: .34;
325
- --glass-shadow: 0 20px 46px rgba(0, 0, 0, .36);
326
-
327
- --side-fill: rgba(255, 255, 255, .028);
328
- --topbar-fill: rgba(255, 255, 255, .02);
329
- --head-fill: rgba(255, 255, 255, .055);
330
- --row-hover: rgba(255, 255, 255, .045);
331
- --panel: rgba(6, 8, 10, .42);
332
- --panel-edge: rgba(255, 255, 255, .10);
333
- --field: rgba(255, 255, 255, .05);
334
- --check-edge: rgba(255, 255, 255, .30);
335
- --primary-fill: var(--accent);
336
- --primary-ink: var(--ink-on-accent);
337
- --nav-case: none;
338
- --cur-fill: var(--accent);
339
- --cur-ink: var(--ink-on-accent);
340
- --cur-mark: var(--ink-on-accent);
341
- --cur-dot: transparent;
342
- --cur-dot-size: 0px;
343
- --chip-fill: rgba(255, 255, 255, .06);
344
- --chip-ink: var(--ink-soft);
345
- --chip-edge: rgba(255, 255, 255, .16);
346
- --lede-ink: #e6e6e6;
347
-
348
- --map-land: #303030;
349
- --map-edge: #3a3a3a;
350
-
351
- --mark-drum: #f1f1f1;
352
- --mark-drum-deep: #6b6b6b;
353
- --mark-drum-2: #d2d2d2;
354
- --mark-skin-hi: #ffffff;
355
- --mark-skin-mid: #dcdcdc;
356
- --mark-skin-lo: #9b9b9b;
357
- --skin-hi: #f2ead8;
358
- --skin-mid: #d8c8a6;
359
- --skin-lo: #9d8259;
360
- --drum-shadow: #000000;
361
-
362
- --ok: #7fbf8b;
363
- --warn: #ffd214;
364
- --err: #e0664c;
365
- --focus: var(--accent);
366
- --shadow-card: 0 18px 60px rgba(0, 0, 0, .5);
367
-
368
- --scroll-thumb: #3a3a3a;
369
-
370
- --moon-display: inline;
371
- --sun-display: none;
372
- }
373
- }
374
-
375
- @media (prefers-reduced-motion: reduce) {
376
- *, *::before, *::after { animation: none !important; transition: none !important; }
377
- }