setFeaturesModalOpened(false)}
+ size="md"
+ centered
+ padding="xl"
+ withCloseButton={false}
+ zIndex={Z_INDEX_OVER_CONFIG_MODAL}
+ >
+
+ setFeaturesModalOpened(false)}
+ size="lg"
+ style={{
+ position: "absolute",
+ top: -8,
+ right: -8,
+ zIndex: 1,
+ }}
+ />
+
+ {/* Header */}
+
+
+ {t("team.features.badge", "PRO FEATURE")}
+
+
+ {t("team.features.title", "Team Collaboration")}
+
+
+ {t(
+ "team.features.subtitle",
+ "Upgrade to Pro and unlock powerful team features",
+ )}
+
+
+
+ {/* Features List */}
+
+
+
+ }
+ >
+
+
+ {t("team.features.invite.title", "Invite team members")}
+
+
+ {t(
+ "team.features.invite.description",
+ "Add unlimited users with additional seat purchases",
+ )}
+
+
+
+
+ {t(
+ "team.features.credits.title",
+ "Share credits across your team",
+ )}
+
+
+ {t(
+ "team.features.credits.description",
+ "Pool resources for collaborative work",
+ )}
+
+
+
+
+ {t(
+ "team.features.dashboard.title",
+ "Team management dashboard",
+ )}
+
+
+ {t(
+ "team.features.dashboard.description",
+ "Control permissions, monitor usage, and manage members",
+ )}
+
+
+
+
+ {t("team.features.billing.title", "Centralized billing")}
+
+
+ {t(
+ "team.features.billing.description",
+ "One invoice for all team seats and usage",
+ )}
+
+
+
+
+ {/* CTA Button */}
+
+
+
+
+
+ {/* Error/Success Messages */}
+ {error && (
+