@jaimevalasek/aioson 1.30.0 → 1.30.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/CHANGELOG.md +18 -0
- package/docs/design-previews/cognitive-core-ui-auth.html +95 -0
- package/docs/design-previews/cognitive-core-ui-kanban.html +231 -0
- package/docs/design-previews/cognitive-core-ui-list-detail.html +174 -0
- package/docs/design-previews/cognitive-core-ui-preview.css +1315 -0
- package/docs/design-previews/cognitive-core-ui-settings.html +142 -0
- package/docs/design-previews/cognitive-core-ui-website.html +190 -1009
- package/docs/design-previews/cognitive-core-ui.html +281 -463
- package/docs/design-previews/index.html +83 -31
- package/package.json +1 -1
- package/src/constants.js +578 -514
- package/template/.aioson/docs/integrations/dashboard-app-form-publish-mapping.md +183 -0
- package/template/.aioson/docs/play/README.md +74 -0
- package/template/.aioson/docs/play/agent-usage-guide.md +112 -0
- package/template/.aioson/docs/play/app-compatibility-guide.md +117 -0
- package/template/.aioson/docs/play/auth-services-and-testing.md +235 -0
- package/template/.aioson/docs/play/llm-data-and-bindings.md +238 -0
- package/template/.aioson/docs/play/manifest-and-runtime.md +267 -0
- package/template/.aioson/docs/play/source-map.md +104 -0
- package/template/.aioson/skills/design/aurora-command-ui/SKILL.md +266 -243
- package/template/.aioson/skills/design/aurora-command-ui/references/art-direction.md +293 -293
- package/template/.aioson/skills/design/aurora-command-ui/references/components.md +827 -827
- package/template/.aioson/skills/design/aurora-command-ui/references/dashboards.md +250 -250
- package/template/.aioson/skills/design/aurora-command-ui/references/design-tokens.md +585 -585
- package/template/.aioson/skills/design/aurora-command-ui/references/motion.md +365 -365
- package/template/.aioson/skills/design/aurora-command-ui/references/patterns.md +485 -482
- package/template/.aioson/skills/design/aurora-command-ui/references/websites.md +386 -387
- package/template/.aioson/skills/design/bold-editorial-ui/SKILL.md +228 -205
- package/template/.aioson/skills/design/bold-editorial-ui/references/art-direction.md +338 -338
- package/template/.aioson/skills/design/bold-editorial-ui/references/components.md +977 -977
- package/template/.aioson/skills/design/bold-editorial-ui/references/dashboards.md +218 -218
- package/template/.aioson/skills/design/bold-editorial-ui/references/design-tokens.md +326 -326
- package/template/.aioson/skills/design/bold-editorial-ui/references/motion.md +461 -461
- package/template/.aioson/skills/design/bold-editorial-ui/references/patterns.md +293 -293
- package/template/.aioson/skills/design/bold-editorial-ui/references/websites.md +352 -352
- package/template/.aioson/skills/design/clean-saas-ui/SKILL.md +233 -210
- package/template/.aioson/skills/design/clean-saas-ui/references/art-direction.md +319 -319
- package/template/.aioson/skills/design/clean-saas-ui/references/components.md +365 -365
- package/template/.aioson/skills/design/clean-saas-ui/references/dashboards.md +196 -196
- package/template/.aioson/skills/design/clean-saas-ui/references/design-tokens.md +244 -244
- package/template/.aioson/skills/design/clean-saas-ui/references/motion.md +235 -235
- package/template/.aioson/skills/design/clean-saas-ui/references/patterns.md +215 -215
- package/template/.aioson/skills/design/clean-saas-ui/references/websites.md +295 -295
- package/template/.aioson/skills/design/cognitive-core-ui/SKILL.md +239 -203
- package/template/.aioson/skills/design/cognitive-core-ui/references/art-direction.md +339 -339
- package/template/.aioson/skills/design/cognitive-core-ui/references/components.md +417 -407
- package/template/.aioson/skills/design/cognitive-core-ui/references/dashboards.md +289 -272
- package/template/.aioson/skills/design/cognitive-core-ui/references/design-tokens.md +525 -524
- package/template/.aioson/skills/design/cognitive-core-ui/references/motion.md +279 -279
- package/template/.aioson/skills/design/cognitive-core-ui/references/patterns.md +355 -289
- package/template/.aioson/skills/design/cognitive-core-ui/references/websites.md +443 -437
- package/template/.aioson/skills/design/glassmorphism-ui/SKILL.md +245 -222
- package/template/.aioson/skills/design/glassmorphism-ui/references/art-direction.md +159 -159
- package/template/.aioson/skills/design/glassmorphism-ui/references/components.md +498 -498
- package/template/.aioson/skills/design/glassmorphism-ui/references/dashboards.md +236 -236
- package/template/.aioson/skills/design/glassmorphism-ui/references/design-tokens.md +274 -274
- package/template/.aioson/skills/design/glassmorphism-ui/references/motion.md +355 -355
- package/template/.aioson/skills/design/glassmorphism-ui/references/patterns.md +198 -198
- package/template/.aioson/skills/design/glassmorphism-ui/references/websites.md +307 -307
- package/template/.aioson/skills/design/interface-design/SKILL.md +68 -47
- package/template/.aioson/skills/design/interface-design/references/components-and-states.md +105 -105
- package/template/.aioson/skills/design/interface-design/references/design-directions.md +101 -101
- package/template/.aioson/skills/design/interface-design/references/handoff-and-quality.md +92 -71
- package/template/.aioson/skills/design/interface-design/references/intent-and-domain.md +74 -74
- package/template/.aioson/skills/design/interface-design/references/tokens-and-depth.md +173 -173
- package/template/.aioson/skills/design/neo-brutalist-ui/SKILL.md +236 -213
- package/template/.aioson/skills/design/neo-brutalist-ui/references/art-direction.md +228 -228
- package/template/.aioson/skills/design/neo-brutalist-ui/references/components.md +855 -855
- package/template/.aioson/skills/design/neo-brutalist-ui/references/dashboards.md +334 -334
- package/template/.aioson/skills/design/neo-brutalist-ui/references/design-tokens.md +342 -342
- package/template/.aioson/skills/design/neo-brutalist-ui/references/motion.md +286 -286
- package/template/.aioson/skills/design/neo-brutalist-ui/references/patterns.md +458 -458
- package/template/.aioson/skills/design/neo-brutalist-ui/references/websites.md +723 -723
- package/template/.aioson/skills/design/premium-command-center-ui/SKILL.md +83 -62
- package/template/.aioson/skills/design/premium-command-center-ui/references/operations.md +74 -74
- package/template/.aioson/skills/design/premium-command-center-ui/references/patterns.md +116 -116
- package/template/.aioson/skills/design/premium-command-center-ui/references/validation.md +47 -47
- package/template/.aioson/skills/design/premium-command-center-ui/references/visual-system.md +215 -215
- package/template/.aioson/skills/design/pt.squarespace.com/.skill-meta.json +31 -31
- package/template/.aioson/skills/design/pt.squarespace.com/SKILL.md +94 -66
- package/template/.aioson/skills/design/pt.squarespace.com/references/components.md +366 -366
- package/template/.aioson/skills/design/pt.squarespace.com/references/design-tokens.md +150 -150
- package/template/.aioson/skills/design/pt.squarespace.com/references/motion.md +270 -270
- package/template/.aioson/skills/design/pt.squarespace.com/references/patterns.md +189 -189
- package/template/.aioson/skills/design/pt.squarespace.com/references/websites.md +161 -161
- package/template/.aioson/skills/design/warm-craft-ui/SKILL.md +232 -209
- package/template/.aioson/skills/design/warm-craft-ui/references/art-direction.md +324 -324
- package/template/.aioson/skills/design/warm-craft-ui/references/components.md +508 -508
- package/template/.aioson/skills/design/warm-craft-ui/references/dashboards.md +223 -223
- package/template/.aioson/skills/design/warm-craft-ui/references/design-tokens.md +374 -374
- package/template/.aioson/skills/design/warm-craft-ui/references/motion.md +356 -356
- package/template/.aioson/skills/design/warm-craft-ui/references/patterns.md +288 -288
- package/template/.aioson/skills/design/warm-craft-ui/references/websites.md +289 -289
|
@@ -1,150 +1,150 @@
|
|
|
1
|
-
# Design Tokens — pt.squarespace.com
|
|
2
|
-
|
|
3
|
-
```css
|
|
4
|
-
:root {
|
|
5
|
-
/* === COLORS === */
|
|
6
|
-
|
|
7
|
-
/* Background hierarchy */
|
|
8
|
-
--bg-base: rgb(255, 255, 255); /* White page background */
|
|
9
|
-
--bg-surface: rgb(245, 245, 244); /* Off-white section background */
|
|
10
|
-
--bg-elevated: rgb(223, 221, 216); /* Light gray surfaces */
|
|
11
|
-
--bg-inverse: rgb(0, 0, 0); /* Black — hero, footer */
|
|
12
|
-
--bg-charcoal: rgb(26, 26, 26); /* Dark sections */
|
|
13
|
-
--bg-teal: rgb(30, 76, 65); /* Teal accent sections */
|
|
14
|
-
|
|
15
|
-
/* Text hierarchy */
|
|
16
|
-
--text-primary: rgb(0, 0, 0); /* Primary text on light */
|
|
17
|
-
--text-muted: rgb(137, 137, 137); /* Secondary/muted text */
|
|
18
|
-
--text-inverse: rgb(255, 255, 255); /* Text on dark backgrounds */
|
|
19
|
-
--text-light-gray: rgb(221, 221, 221);/* Light gray text */
|
|
20
|
-
|
|
21
|
-
/* Brand / Accent */
|
|
22
|
-
--accent: rgb(30, 76, 65); /* Teal accent color */
|
|
23
|
-
--accent-hover: rgb(50, 50, 50); /* Darker shade for hover */
|
|
24
|
-
|
|
25
|
-
/* Borders */
|
|
26
|
-
--border: rgb(221, 221, 221); /* Default border color */
|
|
27
|
-
--border-dark: rgb(50, 50, 50); /* Dark section borders */
|
|
28
|
-
|
|
29
|
-
/* Semantic */
|
|
30
|
-
--success: rgb(30, 76, 65); /* Teal as success */
|
|
31
|
-
--error: rgb(32, 6, 3); /* Dark red for errors */
|
|
32
|
-
--warning: rgb(137, 137, 137); /* Gray for warnings */
|
|
33
|
-
|
|
34
|
-
/* Overlays */
|
|
35
|
-
--overlay-light: rgba(255, 255, 255, 0.1);
|
|
36
|
-
--overlay-dark: rgba(0, 0, 0, 0.52); /* Hero video overlay — real value from index.css */
|
|
37
|
-
|
|
38
|
-
/* === TYPOGRAPHY === */
|
|
39
|
-
|
|
40
|
-
/* Font families */
|
|
41
|
-
--font-display: 'Clarkson', Helvetica, sans-serif;
|
|
42
|
-
--font-body: 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
|
43
|
-
--font-serif: 'Clarkson Serif', Georgia, serif;
|
|
44
|
-
--font-mono: 'Courier New', monospace;
|
|
45
|
-
|
|
46
|
-
/* Type scale (based on observed values) */
|
|
47
|
-
--text-xs: 12px;
|
|
48
|
-
--text-sm: 14px;
|
|
49
|
-
--text-base: 16px;
|
|
50
|
-
--text-lg: 20px;
|
|
51
|
-
--text-xl: 26px;
|
|
52
|
-
--text-2xl: 34px;
|
|
53
|
-
--text-3xl: 42px; /* Hero headline size */
|
|
54
|
-
|
|
55
|
-
/* Font weights */
|
|
56
|
-
--font-light: 300;
|
|
57
|
-
--font-normal: 400;
|
|
58
|
-
--font-medium: 500;
|
|
59
|
-
--font-semibold: 600;
|
|
60
|
-
--font-bold: 700;
|
|
61
|
-
|
|
62
|
-
/* Line heights */
|
|
63
|
-
--leading-tight: 1.2;
|
|
64
|
-
--leading-normal: 1.5;
|
|
65
|
-
--leading-relaxed: 1.75;
|
|
66
|
-
|
|
67
|
-
/* Letter spacing */
|
|
68
|
-
--tracking-tight:
|
|
69
|
-
--tracking-normal: 0;
|
|
70
|
-
--tracking-wide: 0.05em;
|
|
71
|
-
|
|
72
|
-
/* === SPACING === */
|
|
73
|
-
|
|
74
|
-
/* Base unit: 4px */
|
|
75
|
-
--space-1: 4px;
|
|
76
|
-
--space-2: 8px;
|
|
77
|
-
--space-3: 12px;
|
|
78
|
-
--space-4: 16px;
|
|
79
|
-
--space-5: 24px;
|
|
80
|
-
--space-6: 32px;
|
|
81
|
-
--space-8: 48px;
|
|
82
|
-
--space-10: 64px;
|
|
83
|
-
--space-12: 96px;
|
|
84
|
-
--space-16: 128px;
|
|
85
|
-
--space-20: 160px;
|
|
86
|
-
|
|
87
|
-
/* Section-specific spacing */
|
|
88
|
-
--section-padding-y: 80px;
|
|
89
|
-
--section-padding-x: 24px;
|
|
90
|
-
--hero-padding-y: 120px;
|
|
91
|
-
|
|
92
|
-
/* === RADIUS === */
|
|
93
|
-
|
|
94
|
-
/* Sharp corners — signature Squarespace aesthetic */
|
|
95
|
-
--radius-none: 0px; /* Default — sharp corners */
|
|
96
|
-
--radius-sm: 0px;
|
|
97
|
-
--radius-md: 0px;
|
|
98
|
-
--radius-lg: 0px;
|
|
99
|
-
--radius-full: 9999px; /* Only for pills/avatars if ever needed */
|
|
100
|
-
|
|
101
|
-
/* === SHADOWS === */
|
|
102
|
-
|
|
103
|
-
/* Minimal shadow usage — only when functionally necessary */
|
|
104
|
-
--shadow-sm: none;
|
|
105
|
-
--shadow-md: none;
|
|
106
|
-
--shadow-lg: none;
|
|
107
|
-
--shadow-xl: none;
|
|
108
|
-
|
|
109
|
-
/* === MOTION === */
|
|
110
|
-
|
|
111
|
-
/* Timing functions — verbatim from pt.squarespace.com/css/index.css */
|
|
112
|
-
--ease-default: cubic-bezier(0.455, 0.03, 0.515, 0.955); /* General transitions */
|
|
113
|
-
--ease-sqsp-reveal: cubic-bezier(0.23, 1, 0.32, 1); /* Scroll reveals, stats — Squarespace signature ease */
|
|
114
|
-
--ease-sqsp-cta: cubic-bezier(0.645, 0.045, 0.355, 1); /* CTA hover, mobile menu, dropdowns */
|
|
115
|
-
--ease-sqsp-menu: cubic-bezier(0.165, 0.84, 0.44, 1); /* Mobile menu swipe, accordion */
|
|
116
|
-
--ease-out: ease-out;
|
|
117
|
-
--ease-in: ease-in;
|
|
118
|
-
--ease-in-out: ease-in-out;
|
|
119
|
-
|
|
120
|
-
/* Durations */
|
|
121
|
-
--transition-fast: 100ms; /* Micro color changes */
|
|
122
|
-
--transition-base: 200ms; /* Standard hover */
|
|
123
|
-
--transition-medium: 300ms; /* Nav dropdowns, CTA hover overlay */
|
|
124
|
-
--transition-slow: 400ms; /* Layout transitions */
|
|
125
|
-
--transition-reveal: 800ms; /* Scroll-triggered section reveals */
|
|
126
|
-
--transition-reveal-slow: 1200ms; /* Stats card reveal */
|
|
127
|
-
|
|
128
|
-
/* Full transition shorthand */
|
|
129
|
-
--transition-all: all var(--transition-medium) var(--ease-default);
|
|
130
|
-
--transition-colors: color var(--transition-base) var(--ease-default),
|
|
131
|
-
background-color var(--transition-base) var(--ease-default);
|
|
132
|
-
|
|
133
|
-
/* === LAYOUT === */
|
|
134
|
-
|
|
135
|
-
--container-max: 1200px;
|
|
136
|
-
--container-narrow: 800px;
|
|
137
|
-
--grid-gap: 32px;
|
|
138
|
-
--global-nav-height: 80px; /* Sticky nav height — used for hero padding-top offset */
|
|
139
|
-
--grid-gutter-width: 40px; /* Column gutter observed in content sections */
|
|
140
|
-
|
|
141
|
-
/* === Z-INDEX === */
|
|
142
|
-
|
|
143
|
-
--z-base: 0;
|
|
144
|
-
--z-dropdown: 100;
|
|
145
|
-
--z-sticky: 200;
|
|
146
|
-
--z-overlay: 300;
|
|
147
|
-
--z-modal: 400;
|
|
148
|
-
--z-toast: 500;
|
|
149
|
-
}
|
|
150
|
-
```
|
|
1
|
+
# Design Tokens — pt.squarespace.com
|
|
2
|
+
|
|
3
|
+
```css
|
|
4
|
+
:root {
|
|
5
|
+
/* === COLORS === */
|
|
6
|
+
|
|
7
|
+
/* Background hierarchy */
|
|
8
|
+
--bg-base: rgb(255, 255, 255); /* White page background */
|
|
9
|
+
--bg-surface: rgb(245, 245, 244); /* Off-white section background */
|
|
10
|
+
--bg-elevated: rgb(223, 221, 216); /* Light gray surfaces */
|
|
11
|
+
--bg-inverse: rgb(0, 0, 0); /* Black — hero, footer */
|
|
12
|
+
--bg-charcoal: rgb(26, 26, 26); /* Dark sections */
|
|
13
|
+
--bg-teal: rgb(30, 76, 65); /* Teal accent sections */
|
|
14
|
+
|
|
15
|
+
/* Text hierarchy */
|
|
16
|
+
--text-primary: rgb(0, 0, 0); /* Primary text on light */
|
|
17
|
+
--text-muted: rgb(137, 137, 137); /* Secondary/muted text */
|
|
18
|
+
--text-inverse: rgb(255, 255, 255); /* Text on dark backgrounds */
|
|
19
|
+
--text-light-gray: rgb(221, 221, 221);/* Light gray text */
|
|
20
|
+
|
|
21
|
+
/* Brand / Accent */
|
|
22
|
+
--accent: rgb(30, 76, 65); /* Teal accent color */
|
|
23
|
+
--accent-hover: rgb(50, 50, 50); /* Darker shade for hover */
|
|
24
|
+
|
|
25
|
+
/* Borders */
|
|
26
|
+
--border: rgb(221, 221, 221); /* Default border color */
|
|
27
|
+
--border-dark: rgb(50, 50, 50); /* Dark section borders */
|
|
28
|
+
|
|
29
|
+
/* Semantic */
|
|
30
|
+
--success: rgb(30, 76, 65); /* Teal as success */
|
|
31
|
+
--error: rgb(32, 6, 3); /* Dark red for errors */
|
|
32
|
+
--warning: rgb(137, 137, 137); /* Gray for warnings */
|
|
33
|
+
|
|
34
|
+
/* Overlays */
|
|
35
|
+
--overlay-light: rgba(255, 255, 255, 0.1);
|
|
36
|
+
--overlay-dark: rgba(0, 0, 0, 0.52); /* Hero video overlay — real value from index.css */
|
|
37
|
+
|
|
38
|
+
/* === TYPOGRAPHY === */
|
|
39
|
+
|
|
40
|
+
/* Font families */
|
|
41
|
+
--font-display: 'Clarkson', Helvetica, sans-serif;
|
|
42
|
+
--font-body: 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
|
43
|
+
--font-serif: 'Clarkson Serif', Georgia, serif;
|
|
44
|
+
--font-mono: 'Courier New', monospace;
|
|
45
|
+
|
|
46
|
+
/* Type scale (based on observed values) */
|
|
47
|
+
--text-xs: 12px;
|
|
48
|
+
--text-sm: 14px;
|
|
49
|
+
--text-base: 16px;
|
|
50
|
+
--text-lg: 20px;
|
|
51
|
+
--text-xl: 26px;
|
|
52
|
+
--text-2xl: 34px;
|
|
53
|
+
--text-3xl: 42px; /* Hero headline size */
|
|
54
|
+
|
|
55
|
+
/* Font weights */
|
|
56
|
+
--font-light: 300;
|
|
57
|
+
--font-normal: 400;
|
|
58
|
+
--font-medium: 500;
|
|
59
|
+
--font-semibold: 600;
|
|
60
|
+
--font-bold: 700;
|
|
61
|
+
|
|
62
|
+
/* Line heights */
|
|
63
|
+
--leading-tight: 1.2;
|
|
64
|
+
--leading-normal: 1.5;
|
|
65
|
+
--leading-relaxed: 1.75;
|
|
66
|
+
|
|
67
|
+
/* Letter spacing */
|
|
68
|
+
--tracking-tight: 0;
|
|
69
|
+
--tracking-normal: 0;
|
|
70
|
+
--tracking-wide: 0.05em;
|
|
71
|
+
|
|
72
|
+
/* === SPACING === */
|
|
73
|
+
|
|
74
|
+
/* Base unit: 4px */
|
|
75
|
+
--space-1: 4px;
|
|
76
|
+
--space-2: 8px;
|
|
77
|
+
--space-3: 12px;
|
|
78
|
+
--space-4: 16px;
|
|
79
|
+
--space-5: 24px;
|
|
80
|
+
--space-6: 32px;
|
|
81
|
+
--space-8: 48px;
|
|
82
|
+
--space-10: 64px;
|
|
83
|
+
--space-12: 96px;
|
|
84
|
+
--space-16: 128px;
|
|
85
|
+
--space-20: 160px;
|
|
86
|
+
|
|
87
|
+
/* Section-specific spacing */
|
|
88
|
+
--section-padding-y: 80px;
|
|
89
|
+
--section-padding-x: 24px;
|
|
90
|
+
--hero-padding-y: 120px;
|
|
91
|
+
|
|
92
|
+
/* === RADIUS === */
|
|
93
|
+
|
|
94
|
+
/* Sharp corners — signature Squarespace aesthetic */
|
|
95
|
+
--radius-none: 0px; /* Default — sharp corners */
|
|
96
|
+
--radius-sm: 0px;
|
|
97
|
+
--radius-md: 0px;
|
|
98
|
+
--radius-lg: 0px;
|
|
99
|
+
--radius-full: 9999px; /* Only for pills/avatars if ever needed */
|
|
100
|
+
|
|
101
|
+
/* === SHADOWS === */
|
|
102
|
+
|
|
103
|
+
/* Minimal shadow usage — only when functionally necessary */
|
|
104
|
+
--shadow-sm: none;
|
|
105
|
+
--shadow-md: none;
|
|
106
|
+
--shadow-lg: none;
|
|
107
|
+
--shadow-xl: none;
|
|
108
|
+
|
|
109
|
+
/* === MOTION === */
|
|
110
|
+
|
|
111
|
+
/* Timing functions — verbatim from pt.squarespace.com/css/index.css */
|
|
112
|
+
--ease-default: cubic-bezier(0.455, 0.03, 0.515, 0.955); /* General transitions */
|
|
113
|
+
--ease-sqsp-reveal: cubic-bezier(0.23, 1, 0.32, 1); /* Scroll reveals, stats — Squarespace signature ease */
|
|
114
|
+
--ease-sqsp-cta: cubic-bezier(0.645, 0.045, 0.355, 1); /* CTA hover, mobile menu, dropdowns */
|
|
115
|
+
--ease-sqsp-menu: cubic-bezier(0.165, 0.84, 0.44, 1); /* Mobile menu swipe, accordion */
|
|
116
|
+
--ease-out: ease-out;
|
|
117
|
+
--ease-in: ease-in;
|
|
118
|
+
--ease-in-out: ease-in-out;
|
|
119
|
+
|
|
120
|
+
/* Durations */
|
|
121
|
+
--transition-fast: 100ms; /* Micro color changes */
|
|
122
|
+
--transition-base: 200ms; /* Standard hover */
|
|
123
|
+
--transition-medium: 300ms; /* Nav dropdowns, CTA hover overlay */
|
|
124
|
+
--transition-slow: 400ms; /* Layout transitions */
|
|
125
|
+
--transition-reveal: 800ms; /* Scroll-triggered section reveals */
|
|
126
|
+
--transition-reveal-slow: 1200ms; /* Stats card reveal */
|
|
127
|
+
|
|
128
|
+
/* Full transition shorthand */
|
|
129
|
+
--transition-all: all var(--transition-medium) var(--ease-default);
|
|
130
|
+
--transition-colors: color var(--transition-base) var(--ease-default),
|
|
131
|
+
background-color var(--transition-base) var(--ease-default);
|
|
132
|
+
|
|
133
|
+
/* === LAYOUT === */
|
|
134
|
+
|
|
135
|
+
--container-max: 1200px;
|
|
136
|
+
--container-narrow: 800px;
|
|
137
|
+
--grid-gap: 32px;
|
|
138
|
+
--global-nav-height: 80px; /* Sticky nav height — used for hero padding-top offset */
|
|
139
|
+
--grid-gutter-width: 40px; /* Column gutter observed in content sections */
|
|
140
|
+
|
|
141
|
+
/* === Z-INDEX === */
|
|
142
|
+
|
|
143
|
+
--z-base: 0;
|
|
144
|
+
--z-dropdown: 100;
|
|
145
|
+
--z-sticky: 200;
|
|
146
|
+
--z-overlay: 300;
|
|
147
|
+
--z-modal: 400;
|
|
148
|
+
--z-toast: 500;
|
|
149
|
+
}
|
|
150
|
+
```
|