feat(sim): real ring zoom transitions + Dev Mode + cosmos → Webb Cosmic Cliffs #21

Merged
benstull merged 7 commits from feature/ring-transitions-real into main 2026-06-25 19:31:22 +00:00
Showing only changes of commit 0928988abc - Show all commits
+3
View File
@@ -80,6 +80,9 @@ input[type=range], select { width: 100%; }
.dev-switch input:focus-visible + .dev-switch-track { outline: 2px solid #9af; outline-offset: 1px; }
.dev-switch-label { color: #9af; font-weight: 600; letter-spacing: 0.3px; }
.dev-panel { display: flex; flex-direction: column; gap: 0.8rem; }
/* Beat the generic `.hidden` (defined earlier, equal specificity): two classes
win, so the panel truly collapses when Dev Mode is off. */
.dev-panel.hidden { display: none; }
.dev-panel legend { color: #4e9; }
.dev-btn { margin-top: 0.5rem; width: 100%; padding: 0.4rem; cursor: pointer;
background: #182028; color: #cde; border: 1px solid #2c3c5c; border-radius: 4px; }