snow-flow 4.2.0 → 4.2.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.
Files changed (81) hide show
  1. package/README.md +186 -554
  2. package/cloudbuild-npm.yaml +132 -0
  3. package/cloudbuild-website.yaml +92 -0
  4. package/cloudbuild.yaml +141 -0
  5. package/dist/agent/interactive.d.ts +11 -0
  6. package/dist/agent/interactive.js +190 -0
  7. package/dist/agent/session.d.ts +12 -0
  8. package/dist/agent/session.js +106 -0
  9. package/dist/cli/auth.d.ts +3 -0
  10. package/dist/cli/auth.js +59 -0
  11. package/dist/cli/session.d.ts +3 -0
  12. package/dist/cli/session.js +46 -0
  13. package/dist/cli.js +81 -0
  14. package/dist/config/llm-config-loader.d.ts +45 -0
  15. package/dist/config/llm-config-loader.js +49 -0
  16. package/dist/index.js +1 -3
  17. package/dist/intelligence/performance-recommendations-engine.js +0 -1
  18. package/dist/llm/keys.d.ts +5 -0
  19. package/dist/llm/keys.js +29 -0
  20. package/dist/llm/providers.d.ts +11 -0
  21. package/dist/llm/providers.js +77 -0
  22. package/dist/mcp/advanced/servicenow-advanced-features-mcp.js +12 -12
  23. package/dist/mcp/bridge.d.ts +10 -0
  24. package/dist/mcp/bridge.js +31 -0
  25. package/dist/mcp/servicenow-development-assistant-mcp.js +1 -1
  26. package/dist/mcp/servicenow-machine-learning-mcp.js +2 -2
  27. package/dist/mcp/servicenow-reporting-analytics-mcp.js +1 -1
  28. package/dist/mcp/shared/mcp-types.d.ts +37 -0
  29. package/dist/mcp/shared/mcp-types.js +7 -0
  30. package/dist/mcp/shared/response-limiter.js +1 -1
  31. package/dist/memory/hierarchical-memory-system.d.ts +42 -0
  32. package/dist/memory/hierarchical-memory-system.js +60 -0
  33. package/dist/memory/memory-system.d.ts +34 -0
  34. package/dist/memory/memory-system.js +36 -0
  35. package/dist/memory/snow-flow-memory-patterns.d.ts +47 -28
  36. package/dist/memory/snow-flow-memory-patterns.js +46 -25
  37. package/dist/session/store.d.ts +47 -0
  38. package/dist/session/store.js +74 -0
  39. package/dist/snow-flow-system.js +0 -1
  40. package/dist/testing/integration-test-suite.js +0 -1
  41. package/dist/utils/artifact-local-sync.js +17 -0
  42. package/dist/utils/artifact-sync/artifact-registry.js +11 -11
  43. package/dist/utils/chunking-manager.d.ts +39 -0
  44. package/dist/utils/chunking-manager.js +143 -0
  45. package/dist/utils/smart-field-fetcher.js +11 -9
  46. package/package.json +3 -3
  47. package/website/Dockerfile +3 -2
  48. package/website/cloudbuild.yaml +4 -3
  49. package/website/complete-mcp-reference.html +1040 -0
  50. package/website/components/hero/Hero.html +9 -9
  51. package/website/components/hero/Hero.jsx +3 -3
  52. package/website/css/button-contrast-fixes.css +133 -0
  53. package/website/css/button-fixes.css +49 -0
  54. package/website/css/enterprise-section-update.css +38 -0
  55. package/website/css/font-standardization.css +54 -0
  56. package/website/css/footer-hero-styling.css +73 -0
  57. package/website/css/hero-compact-spacing.css +60 -0
  58. package/website/css/hero-contrast-fixes.css +195 -0
  59. package/website/css/hero-inspired-design.css +135 -0
  60. package/website/css/hero-size-optimization.css +146 -0
  61. package/website/css/hero-spacing-improvements.css +139 -0
  62. package/website/css/hero-stats-visibility.css +98 -0
  63. package/website/css/mobile-hero-fix.css +215 -0
  64. package/website/css/navbar-hero-styling.css +70 -0
  65. package/website/css/reference-text-contrast.css +101 -0
  66. package/website/css/scroll-overlap-nuclear-fix.css +127 -0
  67. package/website/css/section-layering-fix.css +85 -0
  68. package/website/css/style.css +37 -10
  69. package/website/css/title-layout-fix.css +58 -0
  70. package/website/css/ultimate-overlap-fix.css +101 -0
  71. package/website/css/website-hero-consistency.css +101 -0
  72. package/website/enterprise-features.html +147 -0
  73. package/website/index.html +268 -43
  74. package/website/js/animations.js +20 -23
  75. package/website/js/main.js +73 -7
  76. package/website/mcp-reference-link.html +16 -0
  77. package/website/mcp-servers.html +2 -2
  78. package/website/tools.js +125 -6
  79. package/website/what-is-snow-flow-section.html +142 -0
  80. package/assets/logo.txt +0 -8
  81. package/assets/snow-flow-logo.svg +0 -51
@@ -0,0 +1,215 @@
1
+ /* =========================================
2
+ MOBILE HERO FIXES - Complete Mobile Redesign
3
+ ========================================= */
4
+
5
+ /* Mobile hero specific improvements */
6
+ @media (max-width: 768px) {
7
+ /* Hero container - better mobile proportions */
8
+ .hero {
9
+ min-height: 100vh !important;
10
+ padding: var(--space-4) 0 !important;
11
+ }
12
+
13
+ /* Hero content - mobile optimized */
14
+ .hero-content {
15
+ padding: var(--space-8) var(--space-3) var(--space-6) !important;
16
+ width: 100% !important;
17
+ max-width: 100% !important;
18
+ }
19
+
20
+ /* SNOW-FLOW title - much better mobile sizing */
21
+ .hero-title {
22
+ font-size: clamp(var(--font-2xl), 8vw, var(--font-4xl)) !important;
23
+ margin: var(--space-4) 0 var(--space-6) !important;
24
+ line-height: 1.1 !important;
25
+ /* Better mobile letter spacing */
26
+ letter-spacing: -0.01em !important;
27
+ }
28
+
29
+ /* Title letters - mobile optimized */
30
+ .title-letter {
31
+ margin-right: 0.08em !important; /* Better mobile spacing */
32
+ }
33
+
34
+ /* Version badge - mobile friendly */
35
+ .version-badge {
36
+ font-size: var(--font-sm) !important;
37
+ padding: var(--space-1) var(--space-3) !important;
38
+ top: -10px !important;
39
+ right: -15px !important;
40
+ transform: rotate(-3deg) scale(0.9) !important;
41
+ }
42
+
43
+ /* Hero subtitle - mobile optimized */
44
+ .hero-subtitle {
45
+ font-size: clamp(var(--font-sm), 4vw, var(--font-lg)) !important;
46
+ margin-bottom: var(--space-6) !important;
47
+ padding: 0 var(--space-2) !important;
48
+ line-height: var(--leading-relaxed) !important;
49
+ }
50
+
51
+ /* Feature pills - mobile stack */
52
+ .feature-pills {
53
+ flex-direction: column !important;
54
+ gap: var(--space-2) !important;
55
+ margin: var(--space-6) 0 !important;
56
+ align-items: center !important;
57
+ }
58
+
59
+ .pill {
60
+ width: 100% !important;
61
+ max-width: 280px !important;
62
+ justify-content: center !important;
63
+ font-size: var(--font-sm) !important;
64
+ padding: var(--space-2) var(--space-4) !important;
65
+ }
66
+
67
+ /* CTA buttons - mobile stack */
68
+ .hero-actions {
69
+ flex-direction: column !important;
70
+ gap: var(--space-3) !important;
71
+ margin: var(--space-8) 0 !important;
72
+ width: 100% !important;
73
+ }
74
+
75
+ .btn-hero-primary,
76
+ .btn-hero-secondary {
77
+ width: 100% !important;
78
+ max-width: 300px !important;
79
+ padding: var(--space-3) var(--space-6) !important;
80
+ font-size: var(--font-base) !important;
81
+ justify-content: center !important;
82
+ }
83
+
84
+ /* Hero stats - mobile optimized */
85
+ .hero-stats {
86
+ flex-direction: column !important;
87
+ gap: var(--space-3) !important;
88
+ padding: var(--space-4) !important;
89
+ margin: var(--space-8) auto var(--space-6) !important;
90
+ max-width: 320px !important;
91
+ }
92
+
93
+ .stat-item {
94
+ width: 100% !important;
95
+ padding: var(--space-3) !important;
96
+ border: 1px solid rgba(255, 255, 255, 0.2) !important;
97
+ border-radius: var(--radius-lg) !important;
98
+ background: rgba(255, 255, 255, 0.05) !important;
99
+ }
100
+
101
+ .stat-divider {
102
+ width: 80% !important;
103
+ height: 1px !important;
104
+ margin: 0 auto !important;
105
+ }
106
+
107
+ .stat-icon {
108
+ font-size: var(--font-lg) !important;
109
+ margin-bottom: var(--space-1) !important;
110
+ }
111
+
112
+ .stat-number {
113
+ font-size: var(--font-2xl) !important;
114
+ margin-bottom: var(--space-1) !important;
115
+ }
116
+
117
+ .stat-label {
118
+ font-size: var(--font-xs) !important;
119
+ margin-top: var(--space-1) !important;
120
+ }
121
+
122
+ /* Mobile floating orbs - reduce interference */
123
+ .floating-orb {
124
+ opacity: 0.1 !important; /* Much more subtle on mobile */
125
+ filter: blur(60px) !important; /* More blur to reduce visual noise */
126
+ }
127
+
128
+ /* Mobile navigation spacing */
129
+ .navbar {
130
+ padding: var(--space-2) 0 !important;
131
+ }
132
+
133
+ .navbar-container {
134
+ padding: 0 var(--space-3) !important;
135
+ }
136
+ }
137
+
138
+ /* Extra small screens - ultra mobile optimization */
139
+ @media (max-width: 480px) {
140
+ .hero {
141
+ min-height: 100vh !important;
142
+ padding: var(--space-2) 0 !important;
143
+ }
144
+
145
+ .hero-content {
146
+ padding: var(--space-6) var(--space-2) var(--space-4) !important;
147
+ }
148
+
149
+ .hero-title {
150
+ font-size: clamp(var(--font-lg), 6vw, var(--font-2xl)) !important;
151
+ margin: var(--space-3) 0 var(--space-4) !important;
152
+ }
153
+
154
+ .title-letter {
155
+ margin-right: 0.04em !important;
156
+ }
157
+
158
+ .version-badge {
159
+ font-size: var(--font-xs) !important;
160
+ padding: 4px 8px !important;
161
+ top: -8px !important;
162
+ right: -10px !important;
163
+ }
164
+
165
+ .hero-subtitle {
166
+ font-size: var(--font-sm) !important;
167
+ padding: 0 var(--space-1) !important;
168
+ margin-bottom: var(--space-4) !important;
169
+ }
170
+
171
+ .feature-pills {
172
+ gap: var(--space-1) !important;
173
+ margin: var(--space-4) 0 var(--space-6) !important;
174
+ }
175
+
176
+ .pill {
177
+ max-width: 240px !important;
178
+ font-size: var(--font-xs) !important;
179
+ padding: var(--space-1) var(--space-3) !important;
180
+ }
181
+
182
+ .hero-actions {
183
+ margin: var(--space-6) 0 var(--space-8) !important;
184
+ gap: var(--space-2) !important;
185
+ }
186
+
187
+ .btn-hero-primary,
188
+ .btn-hero-secondary {
189
+ max-width: 260px !important;
190
+ font-size: var(--font-sm) !important;
191
+ padding: var(--space-2) var(--space-4) !important;
192
+ }
193
+
194
+ .hero-stats {
195
+ max-width: 260px !important;
196
+ padding: var(--space-3) !important;
197
+ margin: var(--space-6) auto var(--space-4) !important;
198
+ }
199
+
200
+ .stat-item {
201
+ padding: var(--space-2) !important;
202
+ }
203
+
204
+ .stat-icon {
205
+ font-size: var(--font-base) !important;
206
+ }
207
+
208
+ .stat-number {
209
+ font-size: var(--font-xl) !important;
210
+ }
211
+
212
+ .stat-label {
213
+ font-size: 10px !important;
214
+ }
215
+ }
@@ -0,0 +1,70 @@
1
+ /* =========================================
2
+ NAVBAR HERO-INSPIRED STYLING
3
+ ========================================= */
4
+
5
+ /* Navbar gets hero glass effect and consistency */
6
+ .navbar {
7
+ background: rgba(0, 0, 0, 0.8) !important;
8
+ backdrop-filter: blur(20px) !important;
9
+ -webkit-backdrop-filter: blur(20px) !important;
10
+ border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
11
+ box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3) !important;
12
+ position: fixed !important;
13
+ top: 0 !important;
14
+ width: 100% !important;
15
+ z-index: 900 !important;
16
+ transition: all 0.3s ease !important;
17
+ }
18
+
19
+ .navbar.scrolled {
20
+ background: rgba(0, 0, 0, 0.95) !important;
21
+ backdrop-filter: blur(25px) !important;
22
+ border-bottom-color: rgba(255, 255, 255, 0.2) !important;
23
+ }
24
+
25
+ /* Navbar logo styling */
26
+ .navbar-logo {
27
+ color: var(--white) !important;
28
+ font-family: var(--font-sans) !important;
29
+ font-weight: 700 !important;
30
+ font-size: var(--font-xl) !important;
31
+ text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) !important;
32
+ }
33
+
34
+ .logo-mountain {
35
+ filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.5)) !important;
36
+ }
37
+
38
+ /* Navbar version tag - hero inspired */
39
+ .navbar .version-tag {
40
+ background: linear-gradient(135deg, #10b981 0%, #059669 100%) !important;
41
+ color: var(--white) !important;
42
+ padding: var(--space-1) var(--space-2) !important;
43
+ border-radius: var(--radius-md) !important;
44
+ font-size: var(--font-xs) !important;
45
+ font-weight: 600 !important;
46
+ border: 1px solid rgba(255, 255, 255, 0.3) !important;
47
+ margin-left: var(--space-2) !important;
48
+ }
49
+
50
+ /* Navigation links */
51
+ .navbar-menu a {
52
+ color: var(--gray-200) !important;
53
+ font-family: var(--font-sans) !important;
54
+ font-weight: 500 !important;
55
+ text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) !important;
56
+ transition: all 0.3s ease !important;
57
+ }
58
+
59
+ .navbar-menu a:hover {
60
+ color: var(--white) !important;
61
+ text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8) !important;
62
+ }
63
+
64
+ /* Mobile menu hero styling */
65
+ .navbar-menu.active {
66
+ background: rgba(0, 0, 0, 0.95) !important;
67
+ backdrop-filter: blur(20px) !important;
68
+ border: 1px solid rgba(255, 255, 255, 0.1) !important;
69
+ border-radius: var(--radius-xl) !important;
70
+ }
@@ -0,0 +1,101 @@
1
+ /* =========================================
2
+ REFERENCE PAGE TEXT CONTRAST FIXES
3
+ ========================================= */
4
+
5
+ /* Fix black text on black background issues */
6
+
7
+ /* All MCP server content - force white text */
8
+ .mcp-server,
9
+ .mcp-server * {
10
+ color: var(--white) !important;
11
+ }
12
+
13
+ .server-title {
14
+ color: var(--white) !important;
15
+ font-weight: 700 !important;
16
+ }
17
+
18
+ .server-purpose {
19
+ color: var(--gray-200) !important;
20
+ font-style: italic !important;
21
+ }
22
+
23
+ /* Tool cards - proper contrast */
24
+ .tool-card {
25
+ background: rgba(255, 255, 255, 0.08) !important;
26
+ border: 1px solid rgba(255, 255, 255, 0.15) !important;
27
+ color: var(--white) !important;
28
+ }
29
+
30
+ .tool-name {
31
+ color: var(--white) !important;
32
+ font-weight: 600 !important;
33
+ }
34
+
35
+ .tool-description {
36
+ color: var(--gray-200) !important;
37
+ }
38
+
39
+ .tool-params {
40
+ color: var(--gray-300) !important;
41
+ }
42
+
43
+ /* Reference page body - proper spacing */
44
+ body {
45
+ background: var(--black) !important;
46
+ color: var(--white) !important;
47
+ margin-top: 80px !important; /* Navbar clearance */
48
+ }
49
+
50
+ /* Header content */
51
+ .reference-header {
52
+ color: var(--white) !important;
53
+ }
54
+
55
+ .reference-header h1 {
56
+ color: var(--white) !important;
57
+ }
58
+
59
+ .reference-header p {
60
+ color: rgba(255, 255, 255, 0.9) !important;
61
+ }
62
+
63
+ /* Search box contrast */
64
+ .search-box input {
65
+ background: rgba(255, 255, 255, 0.1) !important;
66
+ border: 1px solid rgba(255, 255, 255, 0.2) !important;
67
+ color: var(--white) !important;
68
+ }
69
+
70
+ .search-box input::placeholder {
71
+ color: var(--gray-400) !important;
72
+ }
73
+
74
+ /* Filter tabs - better contrast */
75
+ .filter-tab {
76
+ background: rgba(255, 255, 255, 0.1) !important;
77
+ border: 1px solid rgba(255, 255, 255, 0.2) !important;
78
+ color: var(--white) !important;
79
+ }
80
+
81
+ .filter-tab.active {
82
+ background: rgba(102, 126, 234, 0.8) !important;
83
+ border-color: #667eea !important;
84
+ color: var(--white) !important;
85
+ }
86
+
87
+ /* Stat badges - proper contrast */
88
+ .stat-badge {
89
+ background: rgba(102, 126, 234, 0.8) !important;
90
+ color: var(--white) !important;
91
+ border: 1px solid rgba(255, 255, 255, 0.2) !important;
92
+ }
93
+
94
+ /* TOC links - if they exist */
95
+ .toc-link {
96
+ color: var(--white) !important;
97
+ }
98
+
99
+ .toc-link:hover {
100
+ color: var(--gray-200) !important;
101
+ }
@@ -0,0 +1,127 @@
1
+ /* =========================================
2
+ SCROLL OVERLAP NUCLEAR FIX - Disable All Scroll Effects
3
+ ========================================= */
4
+
5
+ /* DISABLE ALL SCROLL-BASED ANIMATIONS AND EFFECTS */
6
+
7
+ /* Turn off all scroll-triggered animations */
8
+ * {
9
+ scroll-behavior: auto !important; /* No smooth scroll that might cause issues */
10
+ scroll-snap-type: none !important; /* No scroll snapping */
11
+ }
12
+
13
+ /* HERO - Lock in place during scroll */
14
+ .hero {
15
+ position: relative !important;
16
+ z-index: 1000 !important; /* Maximum z-index */
17
+ height: 100vh !important; /* Exact viewport height */
18
+ overflow: visible !important; /* Allow content to show */
19
+ isolation: isolate !important;
20
+ /* Disable any scroll effects */
21
+ background-attachment: local !important;
22
+ transform: none !important;
23
+ will-change: auto !important;
24
+ }
25
+
26
+ /* HERO CONTENT - Lock positioning */
27
+ .hero-content {
28
+ position: relative !important;
29
+ z-index: 1001 !important;
30
+ transform: none !important; /* No transforms that might shift */
31
+ height: 100% !important;
32
+ width: 100% !important;
33
+ will-change: auto !important;
34
+ }
35
+
36
+ /* ALL SECTIONS - Force static positioning */
37
+ .section {
38
+ position: static !important; /* Static to prevent any positioning issues */
39
+ z-index: 1 !important;
40
+ transform: none !important; /* No transforms */
41
+ background-attachment: scroll !important;
42
+ /* Clear any margins that might cause overlap */
43
+ margin-top: 0 !important;
44
+ padding-top: var(--space-20) !important; /* Clear separation */
45
+ will-change: auto !important;
46
+ }
47
+
48
+ /* SPECIFIC REVOLUTIONARY FEATURES - Nuclear isolation */
49
+ #new-features {
50
+ position: static !important; /* Completely static */
51
+ z-index: 1 !important;
52
+ transform: none !important;
53
+ margin-top: 0 !important;
54
+ padding-top: var(--space-24) !important; /* Extra separation */
55
+ /* Create barrier */
56
+ border-top: var(--space-16) solid transparent !important;
57
+ }
58
+
59
+ /* NAVBAR - Ensure it doesn't interfere */
60
+ .navbar {
61
+ position: fixed !important;
62
+ z-index: 9999 !important;
63
+ transform: none !important;
64
+ will-change: transform !important; /* Only navbar can transform */
65
+ }
66
+
67
+ /* DISABLE FLOATING/PARALLAX EFFECTS */
68
+ .floating,
69
+ .parallax,
70
+ .scroll-effect {
71
+ animation: none !important;
72
+ transform: none !important;
73
+ position: static !important;
74
+ }
75
+
76
+ /* VERSION BADGE - Ensure it doesn't cause issues */
77
+ .version-badge {
78
+ position: absolute !important;
79
+ z-index: 1002 !important;
80
+ transform: rotate(-3deg) !important; /* Keep only essential transform */
81
+ }
82
+
83
+ /* BACKGROUND ELEMENTS - Lock in place */
84
+ .hero-bg-animation,
85
+ .floating-orb {
86
+ position: absolute !important;
87
+ z-index: 0 !important;
88
+ transform: none !important; /* No floating animations during scroll */
89
+ animation-play-state: paused !important; /* Pause during scroll */
90
+ }
91
+
92
+ /* SECTION BACKGROUNDS - Prevent interference */
93
+ .section {
94
+ background-attachment: local !important; /* Local to prevent parallax */
95
+ }
96
+
97
+ /* Mobile - Extra static positioning */
98
+ @media (max-width: 768px) {
99
+ .hero {
100
+ height: 100vh !important;
101
+ position: relative !important;
102
+ }
103
+
104
+ .section {
105
+ position: static !important;
106
+ padding-top: var(--space-16) !important;
107
+ }
108
+
109
+ #new-features {
110
+ padding-top: var(--space-20) !important;
111
+ }
112
+ }
113
+
114
+ /* DEBUGGING - Visual separation (remove in production) */
115
+ .hero {
116
+ /* box-shadow: 0 0 0 3px red inset !important; */
117
+ }
118
+
119
+ .section {
120
+ /* box-shadow: 0 0 0 3px blue inset !important; */
121
+ }
122
+
123
+ /* Force immediate layout recalculation */
124
+ .hero,
125
+ .section {
126
+ contain: layout !important;
127
+ }
@@ -0,0 +1,85 @@
1
+ /* =========================================
2
+ SECTION LAYERING FIX - Prevent Overlap During Scroll
3
+ ========================================= */
4
+
5
+ /* Hero section - much higher z-index to stay on top during scroll */
6
+ .hero {
7
+ position: relative !important;
8
+ z-index: 100 !important; /* Much higher than sections */
9
+ isolation: isolate !important; /* Create stacking context */
10
+ }
11
+
12
+ /* All sections - much lower z-index to stay behind hero during scroll */
13
+ .section {
14
+ position: relative !important;
15
+ z-index: 1 !important; /* Much lower than hero */
16
+ background-attachment: scroll !important; /* Prevent background issues */
17
+ /* Force sections to stay behind */
18
+ transform: translateZ(-1px) !important;
19
+ }
20
+
21
+ /* First section after hero - specific overlap prevention */
22
+ #servers {
23
+ z-index: 1 !important; /* Ensure it stays behind hero */
24
+ position: relative !important;
25
+ /* Force behind hero with transform */
26
+ transform: translateZ(-1px) !important;
27
+ /* Clear separation without overlap */
28
+ margin-top: 0 !important; /* Remove excessive margin */
29
+ padding-top: var(--space-16) !important; /* Internal padding instead of margin */
30
+ }
31
+
32
+ /* Revolutionary Features section - specific fix */
33
+ #new-features {
34
+ z-index: 1 !important; /* Behind hero */
35
+ position: relative !important;
36
+ transform: translateZ(-1px) !important; /* Force behind */
37
+ }
38
+
39
+ /* Hero content - proper stacking above sections */
40
+ .hero-content {
41
+ position: relative !important;
42
+ z-index: 200 !important; /* Much higher to stay above all sections */
43
+ transform: translateZ(1px) !important; /* Force forward */
44
+ }
45
+
46
+ /* Hero background elements - lowest z-index */
47
+ .hero-bg-animation,
48
+ .floating-orb {
49
+ z-index: 0 !important; /* Background layer */
50
+ }
51
+
52
+ /* Navbar - highest z-index (unchanged) */
53
+ .navbar {
54
+ z-index: 1000 !important; /* Always on top */
55
+ }
56
+
57
+ /* Smooth section transitions without overlap */
58
+ .section-transition {
59
+ background: linear-gradient(to bottom, transparent 0%, var(--black) 20%) !important;
60
+ height: var(--space-8) !important;
61
+ position: relative !important;
62
+ z-index: 2 !important;
63
+ margin-top: -var(--space-8) !important;
64
+ }
65
+
66
+ /* Fix any transform issues during scroll */
67
+ .section * {
68
+ transform-style: preserve-3d !important; /* Prevent transform issues */
69
+ }
70
+
71
+ /* Mobile layering adjustments */
72
+ @media (max-width: 768px) {
73
+ .hero {
74
+ z-index: 10 !important;
75
+ }
76
+
77
+ .section {
78
+ z-index: 1 !important;
79
+ }
80
+
81
+ #servers {
82
+ margin-top: 0 !important;
83
+ padding-top: var(--space-12) !important;
84
+ }
85
+ }