diff --git a/app/(public)/cgpa-calculator/page.tsx b/app/(public)/cgpa-calculator/page.tsx index 3c9c8c6..5792df7 100644 --- a/app/(public)/cgpa-calculator/page.tsx +++ b/app/(public)/cgpa-calculator/page.tsx @@ -514,7 +514,7 @@ export default function CgpaCalculatorPage() {
{/* Placement Eligibility Radar */} -
+
@@ -559,24 +559,24 @@ export default function CgpaCalculatorPage() { } className={`group flex items-center justify-between p-4 rounded-2xl text-left transition-all duration-300 ${ radarTier === tier.id - ? "bg-indigo-50/50 dark:bg-white/[0.04] shadow-[inset_0_1px_0_0_rgba(255,255,255,0.5)] dark:shadow-[inset_0_1px_0_0_rgba(255,255,255,0.02)]" - : "bg-transparent hover:bg-slate-50/50 dark:hover:bg-white/[0.02]" + ? "bg-indigo-50 dark:bg-white/[0.06] shadow-[inset_0_1px_0_0_rgba(255,255,255,0.5)] dark:shadow-[inset_0_1px_0_0_rgba(255,255,255,0.02)] border border-indigo-100/50 dark:border-white/10 md:border-transparent" + : "bg-white dark:bg-white/[0.02] md:bg-transparent border border-slate-200/60 dark:border-white/[0.05] md:border-transparent shadow-sm md:shadow-none hover:bg-slate-50/80 dark:hover:bg-white/[0.04]" }`} > {tier.label} {tier.cutoff}+ @@ -589,8 +589,8 @@ export default function CgpaCalculatorPage() { {(() => { if (!radarTier) { return ( -
-

+

+

Select a career path above to unlock tailored insights and view your eligibility status.

@@ -609,8 +609,8 @@ export default function CgpaCalculatorPage() { if (!currentCgpa || isNaN(current)) { return ( -
-

+

+

Enter your current CGPA above to see your eligibility status for this path.

@@ -620,13 +620,13 @@ export default function CgpaCalculatorPage() { if (current >= required) { return ( -
+

Safe Zone

-

+

Your CGPA comfortably meets the standard{" "} {required.toFixed(1)} cutoff for this tier. Focus heavily on DSA and interview prep! @@ -636,13 +636,13 @@ export default function CgpaCalculatorPage() { ); } else if (current >= required - 0.5) { return ( -

+

Borderline

-

+

You are very close to the {required.toFixed(1)}{" "} cutoff. Pushing your CGPA up slightly in remaining semesters will safely unlock this tier. @@ -652,13 +652,13 @@ export default function CgpaCalculatorPage() { ); } else { return ( -

+

Action Required

-

+

You are currently falling short of the{" "} {required.toFixed(1)} cutoff. Don't panic! Set{" "} @@ -677,7 +677,7 @@ export default function CgpaCalculatorPage() {

{/* Pro-Tips for Boosting SGPA */} -
+
diff --git a/components/dashboard/auth-overlay.tsx b/components/dashboard/auth-overlay.tsx index 4517849..e9203b8 100644 --- a/components/dashboard/auth-overlay.tsx +++ b/components/dashboard/auth-overlay.tsx @@ -52,10 +52,10 @@ export function DashboardAuthOverlay({
-
+
{/* Dynamic Lock Icon with floating + pulse */} -
+
{/* Premium Badge */} -
+
Personalized Dashboard
{/* Heading */} -

+

Unlock Your Personalized Dashboard

{/* Description — explains WHY login is needed */} -

+

Create an account and complete your profile to unlock a dashboard tailored to your{" "} @@ -112,7 +112,7 @@ export function DashboardAuthOverlay({

{/* Onboarding Steps */} -
+
{onboardingSteps.map((step, i) => (
{/* Step indicator dot + connector */} @@ -131,12 +131,12 @@ export function DashboardAuthOverlay({ )}
{i < onboardingSteps.length - 1 && ( -
+
)}
{/* Step label */} {/* Action Buttons */} -
+
Just browsing? Preview dashboard )} {/* Personalization-focused bottom text */} -
+
Your University