diff --git a/.replit b/.replit
index 946cff91..4da27183 100644
--- a/.replit
+++ b/.replit
@@ -52,6 +52,10 @@ externalPort = 80
localPort = 8044
externalPort = 3003
+[[ports]]
+localPort = 38223
+externalPort = 3002
+
[[ports]]
localPort = 38557
externalPort = 3000
@@ -60,10 +64,6 @@ externalPort = 3000
localPort = 40437
externalPort = 3001
-[[ports]]
-localPort = 43575
-externalPort = 3002
-
[deployment]
deploymentTarget = "autoscale"
run = ["node", "dist/server/production.mjs"]
diff --git a/client/components/IsometricRealmCard.tsx b/client/components/IsometricRealmCard.tsx
index 198479f8..b734db20 100644
--- a/client/components/IsometricRealmCard.tsx
+++ b/client/components/IsometricRealmCard.tsx
@@ -94,7 +94,8 @@ export default function IsometricRealmCard({
boxShadow: isHovered
? `0 25px 50px -12px ${realm.color}40, 0 0 0 1px ${realm.color}60, inset 0 1px 0 ${realm.color}20`
: `0 10px 40px -15px ${realm.color}20`,
- }}
+ '--card-color': realm.color,
+ } as CSSProperties}
>
{/* Floating icon layer */}
';
+ inherits: false;
+ initial-value: 0deg;
+ }
+
+ @keyframes borderRotate {
+ 0% { --gradient-angle: 0deg; }
+ 100% { --gradient-angle: 360deg; }
+ }
+
.card-icon-layer {
transform-style: preserve-3d;
margin-bottom: 20px;
@@ -257,7 +297,7 @@ export default function IsometricRealmCard({
.card-description {
font-size: 13px;
- color: #94a3b8;
+ color: hsl(var(--muted-foreground));
line-height: 1.5;
}
@@ -274,7 +314,7 @@ export default function IsometricRealmCard({
align-items: center;
gap: 10px;
font-size: 12px;
- color: #cbd5e1;
+ color: hsl(var(--foreground) / 0.8);
padding: 8px 12px;
border-radius: 8px;
border: 1px solid;
diff --git a/client/components/IsometricRealmSelector.tsx b/client/components/IsometricRealmSelector.tsx
index c0efe7a0..f5c54c8e 100644
--- a/client/components/IsometricRealmSelector.tsx
+++ b/client/components/IsometricRealmSelector.tsx
@@ -240,6 +240,34 @@ export default function IsometricRealmSelector() {
+ {/* Live Stats Strip */}
+
+
+ 12,000+
+ Builders
+
+
+
+ 500+
+ Projects
+
+
+
+ 7
+ Realms
+
+
+
+ ●
+ Live Now
+
+
+