merge: reconcile with remote main and add Review Management

This commit is contained in:
2026-03-07 11:58:45 +05:30

View File

@@ -11,24 +11,36 @@
@layer base {
:root {
/* Neumorphic Blue Theme - Primary Palette */
--neu-base: 216 33% 94%; /* #E8EFF8 - Main background */
--neu-surface: 216 30% 92%; /* #DFE9F5 - Card surfaces */
--neu-raised: 216 33% 96%; /* Lighter for raised elements */
--neu-inset: 216 30% 88%; /* Darker for inset/pressed */
--neu-base: 216 33% 94%;
/* #E8EFF8 - Main background */
--neu-surface: 216 30% 92%;
/* #DFE9F5 - Card surfaces */
--neu-raised: 216 33% 96%;
/* Lighter for raised elements */
--neu-inset: 216 30% 88%;
/* Darker for inset/pressed */
/* Brand Colors */
--deep-blue: 220 60% 15%; /* #0F1E3D - Primary text */
--royal-blue: 222 75% 33%; /* #1E3A8A - Active states */
--ocean-blue: 217 91% 60%; /* #3B82F6 - Interactive */
--sky-blue: 199 89% 48%; /* #0EA5E9 - Highlights */
--ice-blue: 199 95% 74%; /* #7DD3FC - Subtle accents */
--deep-blue: 220 60% 15%;
/* #0F1E3D - Primary text */
--royal-blue: 222 75% 33%;
/* #1E3A8A - Active states */
--ocean-blue: 217 91% 60%;
/* #3B82F6 - Interactive */
--sky-blue: 199 89% 48%;
/* #0EA5E9 - Highlights */
--ice-blue: 199 95% 74%;
/* #7DD3FC - Subtle accents */
/* Semantic Colors */
--success: 142 76% 36%; /* Green for positive */
--success: 142 76% 36%;
/* Green for positive */
--success-foreground: 0 0% 100%;
--warning: 38 92% 50%; /* Amber for warnings */
--warning: 38 92% 50%;
/* Amber for warnings */
--warning-foreground: 0 0% 100%;
--error: 0 84% 60%; /* Red for errors */
--error: 0 84% 60%;
/* Red for errors */
--error-foreground: 0 0% 100%;
/* Base shadcn tokens mapped to neumorphic theme */
@@ -116,6 +128,7 @@
}
@layer components {
/* Neumorphic utility classes */
.neu-card {
@apply bg-card rounded-2xl transition-all duration-200;