@koehler8/cms-theme-swamp 1.0.2

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.
package/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026 koehler8
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md ADDED
@@ -0,0 +1,44 @@
1
+ # @koehler8/cms-theme-swamp — Swamp Nocturne
2
+
3
+ - **Slug**: `swamp`
4
+ - **Version**: 1.0.1
5
+ - **Author**: koehler8
6
+
7
+ ## Install
8
+
9
+ ```bash
10
+ npm install @koehler8/cms-theme-swamp
11
+ ```
12
+
13
+ ```js
14
+ // vite.config.js
15
+ import cms from '@koehler8/cms/vite';
16
+
17
+ export default {
18
+ plugins: cms({ siteDir: './site', themes: ['@koehler8/cms-theme-swamp'] }),
19
+ };
20
+ ```
21
+
22
+ Set `site.theme` to `"swamp"` in your site config. External fonts ship via Google Fonts — self-host if your deployment forbids remote imports.
23
+
24
+ ## Visual Direction
25
+ - Dark, moody palette with toxic greens, deep forest shadows, and violet undertones.
26
+ - CTA/hero gradients push lime → mint → violet; cards and helper rails use heavy glows and glassy overlays.
27
+ - Ideal for sci-fi/hacker drops or anything that wants a bio-luminescent feel.
28
+
29
+ ## Token Highlights
30
+ - Field/tab/helper tokens tuned for very dark canvases; chip/outline colors stick to the neon-green family.
31
+ - Status/headline/chart tokens embrace the venom green accent for countdowns and KPI ribbons.
32
+ - Generous radii and strong shadows pair with the theme’s dense backdrop gradients.
33
+
34
+ ## Compatibility Notes
35
+ - Background layers are intense; avoid stacking additional full-bleed imagery without testing contrast.
36
+ - Theme CSS scopes to `[data-site-theme="swamp"]` and touches hero/status/CTA shells—keep further overrides colocated here to prevent spillover into other themes.
37
+
38
+ ## Contributing
39
+
40
+ See [CONTRIBUTING.md](./CONTRIBUTING.md) for guidelines.
41
+
42
+ ## License
43
+
44
+ [MIT](./LICENSE)
package/index.js ADDED
@@ -0,0 +1,5 @@
1
+ import manifest from './theme.config.js';
2
+ import css from './theme.css?inline';
3
+
4
+ export default { manifest, css };
5
+ export { manifest };
package/package.json ADDED
@@ -0,0 +1,31 @@
1
+ {
2
+ "name": "@koehler8/cms-theme-swamp",
3
+ "version": "1.0.2",
4
+ "description": "Swamp Nocturne theme for Vertex CMS — dark green/neon palette with moss and glow effects",
5
+ "author": "koehler8",
6
+ "license": "MIT",
7
+ "keywords": ["cms", "theme", "koehler8", "swamp", "dark-theme"],
8
+ "homepage": "https://github.com/koehler8/cms-theme-swamp#readme",
9
+ "bugs": {
10
+ "url": "https://github.com/koehler8/cms-theme-swamp/issues"
11
+ },
12
+ "type": "module",
13
+ "exports": {
14
+ ".": "./index.js",
15
+ "./config": "./theme.config.js"
16
+ },
17
+ "files": [
18
+ "index.js",
19
+ "theme.config.js",
20
+ "theme.css",
21
+ "README.md",
22
+ "LICENSE"
23
+ ],
24
+ "peerDependencies": {
25
+ "@koehler8/cms": "^1.0.0-beta.1"
26
+ },
27
+ "repository": {
28
+ "type": "git",
29
+ "url": "git+https://github.com/koehler8/cms-theme-swamp.git"
30
+ }
31
+ }
@@ -0,0 +1,212 @@
1
+ export default {
2
+ "slug": "swamp",
3
+ "meta": {
4
+ "name": "Swamp Nocturne",
5
+ "version": "1.0.0",
6
+ "author": "koehler8"
7
+ },
8
+ "tokens": {
9
+ "palette": {
10
+ "primary": "#6cff4f",
11
+ "primaryAccent": "#b3ffd9",
12
+ "secondary": "#132b1d",
13
+ "accent": "#44ff9a",
14
+ "accentSoft": "rgba(108, 255, 79, 0.18)",
15
+ "neutral": "#050f09",
16
+ "neutralStrong": "#edffe9",
17
+ "neutralSoft": "#92c7ac",
18
+ "inverse": "#ffffff",
19
+ "success": "#6cff4f",
20
+ "info": "#27f3ff",
21
+ "warning": "#f7d77d",
22
+ "critical": "#ff6f6f",
23
+ "criticalSoft": "rgba(255, 111, 111, 0.22)"
24
+ },
25
+ "text": {
26
+ "primary": "#edffe9",
27
+ "muted": "#92c7ac",
28
+ "mutedStrong": "#c8f5d8",
29
+ "inverse": "#ffffff",
30
+ "accent": "#6cff4f",
31
+ "onAccent": "#041209"
32
+ },
33
+ "surfaces": {
34
+ "base": "#050f09",
35
+ "baseAlt": "#0a1d15",
36
+ "raised": "#112a1e",
37
+ "sunken": "#0a1d15",
38
+ "callout": "rgba(68, 255, 154, 0.14)",
39
+ "card": "rgba(10, 26, 18, 0.92)",
40
+ "cardAlt": "rgba(10, 26, 18, 0.92)",
41
+ "overlay": "rgba(8, 26, 18, 0.95)",
42
+ "backdrop": "rgba(3, 10, 7, 0.86)",
43
+ "border": "rgba(108, 255, 79, 0.32)",
44
+ "divider": "rgba(108, 255, 79, 0.42)",
45
+ "input": "rgba(8, 24, 18, 0.92)",
46
+ "chip": "rgba(108, 255, 79, 0.22)",
47
+ "chipAccent": "#94ffbc",
48
+ "helper": {
49
+ "background": "rgba(68, 255, 154, 0.14)",
50
+ "hover": "rgba(108, 255, 79, 0.26)",
51
+ "text": "#edffe9",
52
+ "border": "rgba(108, 255, 79, 0.24)",
53
+ "heading": "#edffe9",
54
+ "body": "rgba(200, 245, 216, 0.88)",
55
+ "hoverColor": "#6cff4f"
56
+ },
57
+ "tabs": {
58
+ "background": "rgba(7, 20, 14, 0.92)",
59
+ "border": "rgba(108, 255, 79, 0.24)",
60
+ "shadow": "0 24px 52px rgba(2, 9, 6, 0.58)",
61
+ "tabColor": "#c8f5d8",
62
+ "activeBackground": "rgba(108, 255, 79, 0.24)",
63
+ "activeColor": "#041209",
64
+ "activeShadow": "0 24px 52px rgba(2, 9, 6, 0.58), inset 0 1px 0 rgba(108, 255, 79, 0.22)",
65
+ "stepBackground": "rgba(108, 255, 79, 0.12)",
66
+ "stepBorder": "rgba(108, 255, 79, 0.24)",
67
+ "stepColor": "#b3ffd9",
68
+ "activeStepBackground": "rgba(108, 255, 79, 0.3)",
69
+ "activeStepBorder": "rgba(108, 255, 79, 0.5)",
70
+ "activeStepColor": "#041209"
71
+ },
72
+ "field": {
73
+ "background": "rgba(8, 24, 18, 0.92)",
74
+ "border": "rgba(108, 255, 79, 0.25)",
75
+ "shadow": "0 26px 60px rgba(4, 15, 9, 0.6)",
76
+ "addonBackground": "rgba(7, 20, 14, 0.92)",
77
+ "addonBorder": "rgba(108, 255, 79, 0.24)",
78
+ "addonColor": "#b3ffd9",
79
+ "inputColor": "#edffe9",
80
+ "inputPlaceholder": "rgba(146, 199, 172, 0.58)"
81
+ },
82
+ "strip": {
83
+ "background": "rgba(7, 24, 15, 0.9)",
84
+ "border": "rgba(108, 255, 79, 0.22)",
85
+ "text": "#edffe9"
86
+ },
87
+ "chrome": {
88
+ "background": "rgba(5, 15, 10, 0.95)",
89
+ "text": "#edffe9",
90
+ "shadow": "0 24px 60px rgba(3, 9, 6, 0.68)",
91
+ "compactShadow": "0 18px 40px rgba(3, 9, 6, 0.72)"
92
+ },
93
+ "backdropPrimary": {
94
+ "background": "radial-gradient(circle at 20% 18%, rgba(108, 255, 79, 0.24), rgba(3, 15, 9, 0.94) 60%), radial-gradient(circle at 80% 82%, rgba(91, 44, 139, 0.32), rgba(5, 19, 12, 0.88) 62%), linear-gradient(170deg, rgba(4, 14, 9, 0.96), rgba(10, 29, 21, 0.92))",
95
+ "before": "radial-gradient(circle, rgba(108, 255, 79, 0.26), rgba(0, 0, 0, 0))",
96
+ "after": "radial-gradient(circle, rgba(108, 255, 79, 0.26), rgba(0, 0, 0, 0))"
97
+ },
98
+ "backdropSecondary": {
99
+ "background": "radial-gradient(circle at 20% 18%, rgba(108, 255, 79, 0.24), rgba(3, 15, 9, 0.94) 60%), radial-gradient(circle at 80% 82%, rgba(91, 44, 139, 0.32), rgba(5, 19, 12, 0.88) 62%), linear-gradient(170deg, rgba(4, 14, 9, 0.96), rgba(10, 29, 21, 0.92))",
100
+ "before": "radial-gradient(circle, rgba(108, 255, 79, 0.26), rgba(0, 0, 0, 0))",
101
+ "after": "radial-gradient(circle, rgba(108, 255, 79, 0.26), rgba(0, 0, 0, 0))"
102
+ }
103
+ },
104
+ "typography": {
105
+ "bodyFamily": "\"Inter\", \"Segoe UI\", system-ui, -apple-system, BlinkMacSystemFont, sans-serif",
106
+ "headingFamily": "\"Clash Display\", \"Inter\", \"Segoe UI\", system-ui, -apple-system, BlinkMacSystemFont, sans-serif",
107
+ "monoFamily": "\"JetBrains Mono\", \"SFMono-Regular\", Menlo, Consolas, monospace",
108
+ "baseSize": "16px",
109
+ "scale": 1.125,
110
+ "weightRegular": 400,
111
+ "weightMedium": 500,
112
+ "weightBold": 600,
113
+ "letterSpacingTight": "-0.015em",
114
+ "letterSpacingWide": "0.08em"
115
+ },
116
+ "ctas": {
117
+ "primary": {
118
+ "bg": "linear-gradient(135deg, #6cff4f 0%, #44ff9a 50%, #5b2c8b 100%)",
119
+ "text": "#041209",
120
+ "border": "1px solid rgba(68, 255, 154, 0.35)",
121
+ "hoverBg": "linear-gradient(135deg, #6cff4f 0%, #44ff9a 50%, #5b2c8b 100%)",
122
+ "hoverBorder": "1px solid rgba(68, 255, 154, 0.35)",
123
+ "shadow": "0 20px 46px rgba(68, 255, 154, 0.28)"
124
+ },
125
+ "secondary": {
126
+ "bg": "rgba(10, 26, 18, 0.92)",
127
+ "text": "#edffe9",
128
+ "border": "rgba(108, 255, 79, 0.24)",
129
+ "hoverBg": "rgba(68, 255, 154, 0.14)",
130
+ "hoverBorder": "rgba(108, 255, 79, 0.24)",
131
+ "shadow": "0 26px 60px rgba(4, 15, 9, 0.6)"
132
+ },
133
+ "ghost": {
134
+ "bg": "transparent",
135
+ "text": "#6cff4f",
136
+ "border": "rgba(108, 255, 79, 0.24)",
137
+ "hoverBg": "rgba(68, 255, 154, 0.14)",
138
+ "hoverBorder": "rgba(108, 255, 79, 0.24)",
139
+ "shadow": "none"
140
+ },
141
+ "link": {
142
+ "text": "#6cff4f",
143
+ "hoverText": "#44ff9a",
144
+ "underline": "rgba(108, 255, 79, 0.24)"
145
+ }
146
+ },
147
+ "chips": {
148
+ "neutral": {
149
+ "bg": "rgba(108, 255, 79, 0.22)",
150
+ "text": "#edffe9",
151
+ "border": "rgba(108, 255, 79, 0.24)"
152
+ },
153
+ "accent": {
154
+ "bg": "rgba(108, 255, 79, 0.18)",
155
+ "text": "#ffffff",
156
+ "border": "rgba(108, 255, 79, 0.24)"
157
+ },
158
+ "outline": {
159
+ "bg": "transparent",
160
+ "text": "#6cff4f",
161
+ "border": "rgba(108, 255, 79, 0.24)"
162
+ }
163
+ },
164
+ "focus": {
165
+ "ring": "0 0 0 2px rgba(108, 255, 79, 0.4)",
166
+ "ringMuted": "0 0 0 1px rgba(108, 255, 79, 0.4)",
167
+ "outline": "rgba(108, 255, 79, 0.55)",
168
+ "shadowInset": "0 0 26px rgba(68, 255, 154, 0.36)"
169
+ },
170
+ "radii": {
171
+ "sm": "8px",
172
+ "md": "16px",
173
+ "lg": "28px",
174
+ "pill": "999px",
175
+ "full": "50%"
176
+ },
177
+ "elevation": {
178
+ "flat": "0 26px 60px rgba(4, 15, 9, 0.6)",
179
+ "raised": "0 20px 46px rgba(68, 255, 154, 0.28)",
180
+ "overlay": "0 28px 60px rgba(91, 44, 139, 0.35)"
181
+ },
182
+ "utility": {
183
+ "divider": "rgba(108, 255, 79, 0.24)",
184
+ "inputBorder": "rgba(108, 255, 79, 0.25)",
185
+ "inputText": "#edffe9",
186
+ "inputPlaceholder": "rgba(146, 199, 172, 0.58)",
187
+ "selectionBg": "rgba(108, 255, 79, 0.18)",
188
+ "selectionText": "#ffffff",
189
+ "gradientHero": "radial-gradient(circle at 20% 18%, rgba(108, 255, 79, 0.24), rgba(3, 15, 9, 0.94) 60%), radial-gradient(circle at 80% 82%, rgba(91, 44, 139, 0.32), rgba(5, 19, 12, 0.88) 62%), linear-gradient(170deg, rgba(4, 14, 9, 0.96), rgba(10, 29, 21, 0.92))",
190
+ "gradientPromo": "radial-gradient(circle at 20% 18%, rgba(108, 255, 79, 0.24), rgba(3, 15, 9, 0.94) 60%), radial-gradient(circle at 80% 82%, rgba(91, 44, 139, 0.32), rgba(5, 19, 12, 0.88) 62%), linear-gradient(170deg, rgba(4, 14, 9, 0.96), rgba(10, 29, 21, 0.92))",
191
+ "bodyBackground": [
192
+ "radial-gradient(circle at 18% 16%, rgba(108, 255, 79, 0.1), transparent 55%)",
193
+ "radial-gradient(circle at 74% 12%, rgba(91, 44, 139, 0.18), transparent 60%)",
194
+ "linear-gradient(160deg, #020805 0%, #0a1d15 100%)"
195
+ ],
196
+ "modalSurface": "rgba(8, 26, 18, 0.95)",
197
+ "modalBorder": "rgba(108, 255, 79, 0.26)",
198
+ "modalShadow": "0 30px 72px rgba(3, 10, 7, 0.62)",
199
+ "modalRadius": "28px",
200
+ "chartTrack": "rgba(8, 24, 18, 0.68)",
201
+ "chartCenterText": "#edffe9",
202
+ "statusHeadline": {
203
+ "background": "linear-gradient(120deg, rgba(108, 255, 79, 0.16), rgba(91, 44, 139, 0.22))",
204
+ "color": "var(--brand-fg-100)",
205
+ "shadow": "0 16px 34px rgba(2, 10, 6, 0.5), inset 0 1px 0 rgba(108, 255, 79, 0.18)"
206
+ }
207
+ }
208
+ },
209
+ "assets": {
210
+ "css": "./theme.css"
211
+ }
212
+ };
package/theme.css ADDED
@@ -0,0 +1,263 @@
1
+ @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Space+Grotesk:wght@400;600;700&display=swap');
2
+
3
+ :root[data-site-theme="swamp"] {
4
+ --swamp-venom: #6cff4f;
5
+ --swamp-mist: #b3ffd9;
6
+ --swamp-silt: #132b1d;
7
+ --swamp-deep: #050f09;
8
+ --swamp-poison: #44ff9a;
9
+ --swamp-shadow: rgba(3, 12, 8, 0.78);
10
+ --swamp-bruise: #411b46;
11
+
12
+ --brand-bg-900: #050f09;
13
+ --brand-bg-800: #0a1d15;
14
+ --brand-bg-700: #112a1e;
15
+ --brand-fg-100: #edffe9;
16
+ --brand-fg-200: #c8f5d8;
17
+ --brand-fg-300: #92c7ac;
18
+
19
+ --brand-radius-sm: 8px;
20
+ --brand-radius-md: 16px;
21
+ --brand-radius-lg: 28px;
22
+
23
+ --brand-gradient-ignition: linear-gradient(135deg, #6cff4f 0%, #44ff9a 50%, #5b2c8b 100%);
24
+ --brand-shadow-glow: 0 20px 46px rgba(68, 255, 154, 0.28);
25
+ --brand-shadow-glow-strong: 0 28px 60px rgba(91, 44, 139, 0.35);
26
+ --brand-chart-track: rgba(8, 24, 18, 0.68);
27
+ --brand-chart-center-text: var(--brand-fg-100);
28
+ --brand-cta-text: #041209;
29
+
30
+ --brand-accent-electric: #6cff4f;
31
+ --brand-accent-electric-soft: rgba(108, 255, 79, 0.18);
32
+ --brand-accent-warm: #f6a53d;
33
+
34
+ --brand-card-soft: rgba(10, 26, 18, 0.92);
35
+ --brand-card-border: rgba(108, 255, 79, 0.32);
36
+ --brand-card-shadow: 0 26px 60px rgba(4, 15, 9, 0.6);
37
+
38
+ --brand-primary-cta-gradient: var(--brand-gradient-ignition);
39
+ --brand-primary-cta-text: var(--brand-cta-text);
40
+ --brand-primary-cta-shadow: var(--brand-shadow-glow);
41
+ --brand-primary-cta-hover-shadow: var(--brand-shadow-glow-strong);
42
+ --brand-primary-cta-hover-translate: translateY(-3px);
43
+
44
+ --brand-surface-card-bg: rgba(10, 26, 18, 0.92);
45
+ --brand-surface-card-border: rgba(108, 255, 79, 0.28);
46
+ --brand-surface-card-shadow: 0 28px 68px rgba(3, 11, 8, 0.62);
47
+ --brand-surface-helper-bg: rgba(108, 255, 79, 0.16);
48
+ --brand-surface-helper-hover-bg: rgba(108, 255, 79, 0.26);
49
+ --brand-card-radius: 28px;
50
+ --brand-button-radius: 999px;
51
+
52
+ --brand-icon-badge-bg: rgba(108, 255, 79, 0.22);
53
+ --brand-icon-badge-color: #94ffbc;
54
+
55
+ --brand-pill-gradient: linear-gradient(135deg, #44ff9a 0%, #6cff4f 50%, #471d57 100%);
56
+ --brand-pill-alt-gradient: linear-gradient(135deg, #471d57 0%, #1f4737 100%);
57
+ --brand-pill-contrast: #041209;
58
+
59
+ --brand-border-highlight: rgba(108, 255, 79, 0.42);
60
+ --brand-border-glow: rgba(68, 255, 154, 0.48);
61
+
62
+ --brand-status-success: #6cff4f;
63
+ --brand-status-error: #ff6f6f;
64
+ --brand-status-error-soft: rgba(255, 111, 111, 0.22);
65
+
66
+ --brand-input-bg: rgba(8, 24, 18, 0.92);
67
+ --brand-input-border: rgba(108, 255, 79, 0.25);
68
+ --brand-input-border-active: rgba(108, 255, 79, 0.55);
69
+ --brand-input-text: var(--brand-fg-100);
70
+ --brand-input-placeholder: rgba(146, 199, 172, 0.58);
71
+ --brand-focus-ring: 0 0 0 2px rgba(108, 255, 79, 0.4);
72
+ --brand-focus-glow: 0 0 26px rgba(68, 255, 154, 0.36);
73
+
74
+ --brand-modal-backdrop: rgba(3, 10, 7, 0.86);
75
+ --brand-modal-surface: rgba(8, 26, 18, 0.95);
76
+ --brand-modal-border: rgba(108, 255, 79, 0.26);
77
+ --brand-modal-shadow: 0 30px 72px rgba(3, 10, 7, 0.62);
78
+ --brand-modal-radius: 28px;
79
+
80
+ --brand-countdown-digit: #b3ffd9;
81
+ --brand-countdown-label: rgba(179, 255, 217, 0.82);
82
+ }
83
+
84
+ [data-site-theme="swamp"] body {
85
+ background:
86
+ radial-gradient(circle at 18% 16%, rgba(108, 255, 79, 0.1), transparent 55%),
87
+ radial-gradient(circle at 74% 12%, rgba(91, 44, 139, 0.18), transparent 60%),
88
+ linear-gradient(160deg, #020805 0%, #0a1d15 100%);
89
+ color: var(--brand-fg-100);
90
+ }
91
+
92
+ [data-site-theme="swamp"] a {
93
+ color: var(--brand-accent-electric, #6cff4f);
94
+ }
95
+
96
+ [data-site-theme="swamp"] a:hover,
97
+ [data-site-theme="swamp"] a:focus {
98
+ color: var(--brand-bruise, #411b46);
99
+ }
100
+
101
+ [data-site-theme="swamp"] .brand-card {
102
+ backdrop-filter: blur(12px);
103
+ }
104
+
105
+ [data-site-theme="swamp"] .status-card__line--headline {
106
+ background: linear-gradient(120deg, rgba(108, 255, 79, 0.16), rgba(91, 44, 139, 0.22));
107
+ color: var(--brand-fg-100);
108
+ box-shadow:
109
+ 0 16px 34px rgba(2, 10, 6, 0.5),
110
+ inset 0 1px 0 rgba(108, 255, 79, 0.18);
111
+ }
112
+
113
+ [data-site-theme="swamp"] .status-metric {
114
+ background: rgba(7, 20, 14, 0.9);
115
+ border-color: rgba(108, 255, 79, 0.24);
116
+ box-shadow:
117
+ 0 24px 58px rgba(2, 9, 6, 0.6),
118
+ inset 0 1px 0 rgba(108, 255, 79, 0.12);
119
+ }
120
+
121
+ [data-site-theme="swamp"] .status-metric--personal {
122
+ background: linear-gradient(135deg, rgba(108, 255, 79, 0.12), rgba(91, 44, 139, 0.24));
123
+ border-color: rgba(108, 255, 79, 0.42);
124
+ box-shadow:
125
+ 0 30px 68px rgba(3, 9, 6, 0.58),
126
+ inset 0 0 0 1px rgba(108, 255, 79, 0.32);
127
+ }
128
+
129
+ [data-site-theme="swamp"] .status-card__price-value {
130
+ color: #b3ffd9;
131
+ text-shadow:
132
+ 0 0 22px rgba(108, 255, 79, 0.45),
133
+ 0 0 48px rgba(91, 44, 139, 0.38);
134
+ }
135
+
136
+ [data-site-theme="swamp"] .countdown {
137
+ background: rgba(7, 20, 14, 0.92);
138
+ border-color: rgba(108, 255, 79, 0.24);
139
+ box-shadow: 0 24px 52px rgba(2, 9, 6, 0.58);
140
+ }
141
+
142
+ [data-site-theme="swamp"] .countdown__value {
143
+ color: #b3ffd9;
144
+ text-shadow:
145
+ 0 0 16px rgba(108, 255, 79, 0.4),
146
+ 0 0 36px rgba(91, 44, 139, 0.32);
147
+ }
148
+
149
+ [data-site-theme="swamp"] .status-countdown--loading {
150
+ background: rgba(7, 20, 14, 0.92);
151
+ border-color: rgba(108, 255, 79, 0.24);
152
+ box-shadow:
153
+ 0 24px 52px rgba(2, 9, 6, 0.58),
154
+ inset 0 1px 0 rgba(108, 255, 79, 0.08);
155
+ }
156
+
157
+ [data-site-theme="swamp"] .brand-chip,
158
+
159
+ [data-site-theme="swamp"] .primary-button,
160
+ [data-site-theme="swamp"] .header-wallet__button {
161
+ background: var(--brand-gradient-ignition);
162
+ color: var(--brand-cta-text);
163
+ border: none;
164
+ box-shadow:
165
+ 0 24px 60px rgba(3, 9, 6, 0.65),
166
+ 0 0 0 1px rgba(108, 255, 79, 0.2);
167
+ }
168
+
169
+ [data-site-theme="swamp"] .primary-button:hover,
170
+ [data-site-theme="swamp"] .primary-button:focus-visible,
171
+ [data-site-theme="swamp"] .header-wallet__button:hover,
172
+ [data-site-theme="swamp"] .header-wallet__button:focus-visible {
173
+ box-shadow:
174
+ 0 30px 72px rgba(3, 9, 6, 0.7),
175
+ 0 0 0 1px rgba(108, 255, 79, 0.32);
176
+ transform: var(--brand-primary-cta-hover-translate, translateY(-3px));
177
+ }
178
+
179
+ [data-site-theme="swamp"] .stake-card__button--primary {
180
+ background: var(--brand-gradient-ignition);
181
+ border: none;
182
+ color: var(--brand-cta-text);
183
+ box-shadow:
184
+ 0 24px 60px rgba(3, 9, 6, 0.68),
185
+ 0 0 0 1px rgba(108, 255, 79, 0.24);
186
+ }
187
+
188
+ [data-site-theme="swamp"] .stake-card__button--primary:hover,
189
+ [data-site-theme="swamp"] .stake-card__button--primary:focus {
190
+ box-shadow:
191
+ 0 32px 72px rgba(3, 9, 6, 0.72),
192
+ 0 0 0 1px rgba(108, 255, 79, 0.32);
193
+ transform: translateY(-2px);
194
+ }
195
+
196
+ [data-site-theme="swamp"] .form-alert {
197
+ background: rgba(7, 20, 14, 0.92);
198
+ border-left-color: rgba(108, 255, 79, 0.32);
199
+ color: var(--brand-fg-100);
200
+ }
201
+
202
+ [data-site-theme="swamp"] .form-alert--error {
203
+ border-left-color: #ff6f6f;
204
+ background: rgba(51, 12, 17, 0.82);
205
+ }
206
+
207
+ [data-site-theme="swamp"] .form-alert--success {
208
+ border-left-color: #6cff4f;
209
+ background: rgba(6, 21, 12, 0.82);
210
+ }
211
+
212
+
213
+ [data-site-theme="swamp"] .about-section {
214
+ position: relative;
215
+ overflow: hidden;
216
+ }
217
+
218
+ [data-site-theme="swamp"] .about-section .about-text-overlay {
219
+ background: rgba(5, 15, 10, 0.9);
220
+ padding: 22px 26px;
221
+ border-radius: 26px;
222
+ box-shadow:
223
+ 0 22px 50px rgba(3, 9, 6, 0.65),
224
+ inset 0 1px 0 rgba(108, 255, 79, 0.18);
225
+ }
226
+
227
+ [data-site-theme="swamp"] .about-section .about-heading {
228
+ color: rgba(240, 255, 237, 0.96) !important;
229
+ }
230
+
231
+ [data-site-theme="swamp"] .about-section .about-copy {
232
+ color: rgba(179, 255, 217, 0.88) !important;
233
+ margin-bottom: 0;
234
+ }
235
+
236
+ [data-site-theme="swamp"] .about-section .about-cta,
237
+ [data-site-theme="swamp"] .about-section .primary-button {
238
+ background: var(--brand-gradient-ignition);
239
+ color: var(--brand-cta-text);
240
+ box-shadow:
241
+ 0 20px 50px rgba(3, 9, 6, 0.62),
242
+ 0 0 0 1px rgba(108, 255, 79, 0.24);
243
+ }
244
+
245
+ [data-site-theme="swamp"] .about-section .about-cta:hover,
246
+ [data-site-theme="swamp"] .about-section .about-cta:focus-visible,
247
+ [data-site-theme="swamp"] .about-section .primary-button:hover,
248
+ [data-site-theme="swamp"] .about-section .primary-button:focus-visible {
249
+ box-shadow:
250
+ 0 28px 64px rgba(3, 9, 6, 0.68),
251
+ 0 0 0 1px rgba(108, 255, 79, 0.32);
252
+ }
253
+
254
+ [data-site-theme="swamp"] .about-section .responsive-picture-shell {
255
+ box-shadow: 0 24px 60px rgba(3, 9, 6, 0.68);
256
+ border-radius: 30px;
257
+ }
258
+
259
+
260
+ [data-site-theme="swamp"] .footer {
261
+ background: rgba(4, 12, 8, 0.95);
262
+ color: var(--brand-fg-200);
263
+ }