2025-12-03 21:56:50 +00:00
|
|
|
@import 'tailwindcss';
|
2026-01-11 15:30:43 +00:00
|
|
|
@import './styles/design-tokens.css';
|
2025-12-03 21:56:50 +00:00
|
|
|
|
feat: Visual masterpiece - true light mode & premium UI
🎨 **True Light/Dark Mode**
- Implemented proper light mode with inverted color scheme
- Smooth theme transitions (0.3s ease)
- Light mode colors: white backgrounds, dark text, vibrant accents
- System theme detection with proper class application
🌈 **Enhanced Theme System**
- 4 color themes work in both light and dark modes
- Cyber (cyan/magenta), Ocean (blue/teal), Forest (green/lime), Sunset (orange/purple)
- Theme-specific glassmorphism effects
- Proper contrast in light mode
✨ **Premium Animations**
- Float, glow-pulse, slide-in, scale-in, rotate-in animations
- Smooth page transitions
- Hover effects with depth (lift, glow, scale)
- Micro-interactions on all interactive elements
🎯 **Visual Polish**
- Enhanced glassmorphism for light/dark modes
- Custom scrollbar with theme colors
- Beautiful text selection
- Focus indicators for accessibility
- Premium utility classes
🔧 **Technical Improvements**
- Updated UIStore to properly apply light/dark classes
- Added data-theme attribute for CSS targeting
- Smooth scroll behavior
- Optimized transitions
The app is now a visual masterpiece with perfect light/dark mode support!
2026-01-11 01:32:21 +00:00
|
|
|
* {
|
2026-01-22 16:23:11 +00:00
|
|
|
transition: background-color 0.3s ease, border-color 0.3s ease, color 0.2s ease, opacity 0.2s ease;
|
2026-01-11 15:30:43 +00:00
|
|
|
}
|
|
|
|
|
|
2026-01-22 16:23:11 +00:00
|
|
|
html,
|
2026-01-11 15:30:43 +00:00
|
|
|
body {
|
2026-01-22 16:23:11 +00:00
|
|
|
height: 100%;
|
feat: Visual masterpiece - true light mode & premium UI
🎨 **True Light/Dark Mode**
- Implemented proper light mode with inverted color scheme
- Smooth theme transitions (0.3s ease)
- Light mode colors: white backgrounds, dark text, vibrant accents
- System theme detection with proper class application
🌈 **Enhanced Theme System**
- 4 color themes work in both light and dark modes
- Cyber (cyan/magenta), Ocean (blue/teal), Forest (green/lime), Sunset (orange/purple)
- Theme-specific glassmorphism effects
- Proper contrast in light mode
✨ **Premium Animations**
- Float, glow-pulse, slide-in, scale-in, rotate-in animations
- Smooth page transitions
- Hover effects with depth (lift, glow, scale)
- Micro-interactions on all interactive elements
🎯 **Visual Polish**
- Enhanced glassmorphism for light/dark modes
- Custom scrollbar with theme colors
- Beautiful text selection
- Focus indicators for accessibility
- Premium utility classes
🔧 **Technical Improvements**
- Updated UIStore to properly apply light/dark classes
- Added data-theme attribute for CSS targeting
- Smooth scroll behavior
- Optimized transitions
The app is now a visual masterpiece with perfect light/dark mode support!
2026-01-11 01:32:21 +00:00
|
|
|
width: 100%;
|
2026-01-22 16:23:11 +00:00
|
|
|
overflow: hidden;
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
/* Use Semantic Background Variable */
|
|
|
|
|
background-color: rgb(var(--kodo-ink));
|
feat: Visual masterpiece - true light mode & premium UI
🎨 **True Light/Dark Mode**
- Implemented proper light mode with inverted color scheme
- Smooth theme transitions (0.3s ease)
- Light mode colors: white backgrounds, dark text, vibrant accents
- System theme detection with proper class application
🌈 **Enhanced Theme System**
- 4 color themes work in both light and dark modes
- Cyber (cyan/magenta), Ocean (blue/teal), Forest (green/lime), Sunset (orange/purple)
- Theme-specific glassmorphism effects
- Proper contrast in light mode
✨ **Premium Animations**
- Float, glow-pulse, slide-in, scale-in, rotate-in animations
- Smooth page transitions
- Hover effects with depth (lift, glow, scale)
- Micro-interactions on all interactive elements
🎯 **Visual Polish**
- Enhanced glassmorphism for light/dark modes
- Custom scrollbar with theme colors
- Beautiful text selection
- Focus indicators for accessibility
- Premium utility classes
🔧 **Technical Improvements**
- Updated UIStore to properly apply light/dark classes
- Added data-theme attribute for CSS targeting
- Smooth scroll behavior
- Optimized transitions
The app is now a visual masterpiece with perfect light/dark mode support!
2026-01-11 01:32:21 +00:00
|
|
|
}
|
|
|
|
|
|
2026-01-22 16:23:11 +00:00
|
|
|
/* === BACKGROUND SYSTEM: "DYNAMIC NEBULA" === */
|
feat: Visual masterpiece - true light mode & premium UI
🎨 **True Light/Dark Mode**
- Implemented proper light mode with inverted color scheme
- Smooth theme transitions (0.3s ease)
- Light mode colors: white backgrounds, dark text, vibrant accents
- System theme detection with proper class application
🌈 **Enhanced Theme System**
- 4 color themes work in both light and dark modes
- Cyber (cyan/magenta), Ocean (blue/teal), Forest (green/lime), Sunset (orange/purple)
- Theme-specific glassmorphism effects
- Proper contrast in light mode
✨ **Premium Animations**
- Float, glow-pulse, slide-in, scale-in, rotate-in animations
- Smooth page transitions
- Hover effects with depth (lift, glow, scale)
- Micro-interactions on all interactive elements
🎯 **Visual Polish**
- Enhanced glassmorphism for light/dark modes
- Custom scrollbar with theme colors
- Beautiful text selection
- Focus indicators for accessibility
- Premium utility classes
🔧 **Technical Improvements**
- Updated UIStore to properly apply light/dark classes
- Added data-theme attribute for CSS targeting
- Smooth scroll behavior
- Optimized transitions
The app is now a visual masterpiece with perfect light/dark mode support!
2026-01-11 01:32:21 +00:00
|
|
|
|
2026-01-22 16:23:11 +00:00
|
|
|
/* 1. Base Aurora (Large soft gradients) */
|
|
|
|
|
body::before {
|
|
|
|
|
content: '';
|
feat: Visual masterpiece - true light mode & premium UI
🎨 **True Light/Dark Mode**
- Implemented proper light mode with inverted color scheme
- Smooth theme transitions (0.3s ease)
- Light mode colors: white backgrounds, dark text, vibrant accents
- System theme detection with proper class application
🌈 **Enhanced Theme System**
- 4 color themes work in both light and dark modes
- Cyber (cyan/magenta), Ocean (blue/teal), Forest (green/lime), Sunset (orange/purple)
- Theme-specific glassmorphism effects
- Proper contrast in light mode
✨ **Premium Animations**
- Float, glow-pulse, slide-in, scale-in, rotate-in animations
- Smooth page transitions
- Hover effects with depth (lift, glow, scale)
- Micro-interactions on all interactive elements
🎯 **Visual Polish**
- Enhanced glassmorphism for light/dark modes
- Custom scrollbar with theme colors
- Beautiful text selection
- Focus indicators for accessibility
- Premium utility classes
🔧 **Technical Improvements**
- Updated UIStore to properly apply light/dark classes
- Added data-theme attribute for CSS targeting
- Smooth scroll behavior
- Optimized transitions
The app is now a visual masterpiece with perfect light/dark mode support!
2026-01-11 01:32:21 +00:00
|
|
|
position: fixed;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 0;
|
2026-01-22 16:23:11 +00:00
|
|
|
width: 100vw;
|
|
|
|
|
height: 100vh;
|
|
|
|
|
pointer-events: none;
|
|
|
|
|
z-index: -2;
|
|
|
|
|
/* Use Semantic Gradient Variables */
|
|
|
|
|
background:
|
|
|
|
|
/* Top Left: Cyan Glow */
|
|
|
|
|
radial-gradient(circle at 10% 10%, var(--gradient-glow-cyan) 0%, transparent 45%),
|
|
|
|
|
/* Bottom Right: Magenta Glow */
|
|
|
|
|
radial-gradient(circle at 90% 90%, var(--gradient-glow-magenta) 0%, transparent 45%),
|
|
|
|
|
/* Center: Deep Violet Depth */
|
|
|
|
|
radial-gradient(circle at 50% 50%, var(--gradient-glow-violet) 0%, transparent 60%),
|
|
|
|
|
/* Top Center: Highlight (The Sun) */
|
|
|
|
|
radial-gradient(circle at 50% 0%, var(--gradient-glow-highlight) 0%, transparent 35%);
|
|
|
|
|
filter: blur(80px);
|
|
|
|
|
/* Softened due to stronger variable colors */
|
|
|
|
|
transition: background 0.5s ease;
|
feat: Visual masterpiece - true light mode & premium UI
🎨 **True Light/Dark Mode**
- Implemented proper light mode with inverted color scheme
- Smooth theme transitions (0.3s ease)
- Light mode colors: white backgrounds, dark text, vibrant accents
- System theme detection with proper class application
🌈 **Enhanced Theme System**
- 4 color themes work in both light and dark modes
- Cyber (cyan/magenta), Ocean (blue/teal), Forest (green/lime), Sunset (orange/purple)
- Theme-specific glassmorphism effects
- Proper contrast in light mode
✨ **Premium Animations**
- Float, glow-pulse, slide-in, scale-in, rotate-in animations
- Smooth page transitions
- Hover effects with depth (lift, glow, scale)
- Micro-interactions on all interactive elements
🎯 **Visual Polish**
- Enhanced glassmorphism for light/dark modes
- Custom scrollbar with theme colors
- Beautiful text selection
- Focus indicators for accessibility
- Premium utility classes
🔧 **Technical Improvements**
- Updated UIStore to properly apply light/dark classes
- Added data-theme attribute for CSS targeting
- Smooth scroll behavior
- Optimized transitions
The app is now a visual masterpiece with perfect light/dark mode support!
2026-01-11 01:32:21 +00:00
|
|
|
}
|
|
|
|
|
|
2026-01-22 16:23:11 +00:00
|
|
|
/* 2. Floating Orbs (Vibrant Accents) */
|
|
|
|
|
body::after {
|
|
|
|
|
content: '';
|
|
|
|
|
position: fixed;
|
|
|
|
|
top: 20%;
|
|
|
|
|
right: 20%;
|
|
|
|
|
width: 600px;
|
|
|
|
|
height: 600px;
|
|
|
|
|
/* Use Semantic Cyan for Orb */
|
|
|
|
|
background: radial-gradient(circle, rgba(var(--kodo-cyan), 0.08) 0%, transparent 70%);
|
feat: Visual masterpiece - true light mode & premium UI
🎨 **True Light/Dark Mode**
- Implemented proper light mode with inverted color scheme
- Smooth theme transitions (0.3s ease)
- Light mode colors: white backgrounds, dark text, vibrant accents
- System theme detection with proper class application
🌈 **Enhanced Theme System**
- 4 color themes work in both light and dark modes
- Cyber (cyan/magenta), Ocean (blue/teal), Forest (green/lime), Sunset (orange/purple)
- Theme-specific glassmorphism effects
- Proper contrast in light mode
✨ **Premium Animations**
- Float, glow-pulse, slide-in, scale-in, rotate-in animations
- Smooth page transitions
- Hover effects with depth (lift, glow, scale)
- Micro-interactions on all interactive elements
🎯 **Visual Polish**
- Enhanced glassmorphism for light/dark modes
- Custom scrollbar with theme colors
- Beautiful text selection
- Focus indicators for accessibility
- Premium utility classes
🔧 **Technical Improvements**
- Updated UIStore to properly apply light/dark classes
- Added data-theme attribute for CSS targeting
- Smooth scroll behavior
- Optimized transitions
The app is now a visual masterpiece with perfect light/dark mode support!
2026-01-11 01:32:21 +00:00
|
|
|
border-radius: 50%;
|
2026-01-22 16:23:11 +00:00
|
|
|
pointer-events: none;
|
|
|
|
|
z-index: -1;
|
|
|
|
|
animation: float-orb 20s infinite ease-in-out alternate;
|
feat: Visual masterpiece - true light mode & premium UI
🎨 **True Light/Dark Mode**
- Implemented proper light mode with inverted color scheme
- Smooth theme transitions (0.3s ease)
- Light mode colors: white backgrounds, dark text, vibrant accents
- System theme detection with proper class application
🌈 **Enhanced Theme System**
- 4 color themes work in both light and dark modes
- Cyber (cyan/magenta), Ocean (blue/teal), Forest (green/lime), Sunset (orange/purple)
- Theme-specific glassmorphism effects
- Proper contrast in light mode
✨ **Premium Animations**
- Float, glow-pulse, slide-in, scale-in, rotate-in animations
- Smooth page transitions
- Hover effects with depth (lift, glow, scale)
- Micro-interactions on all interactive elements
🎯 **Visual Polish**
- Enhanced glassmorphism for light/dark modes
- Custom scrollbar with theme colors
- Beautiful text selection
- Focus indicators for accessibility
- Premium utility classes
🔧 **Technical Improvements**
- Updated UIStore to properly apply light/dark classes
- Added data-theme attribute for CSS targeting
- Smooth scroll behavior
- Optimized transitions
The app is now a visual masterpiece with perfect light/dark mode support!
2026-01-11 01:32:21 +00:00
|
|
|
}
|
|
|
|
|
|
2026-01-22 16:23:11 +00:00
|
|
|
@keyframes float-orb {
|
feat: Visual masterpiece - true light mode & premium UI
🎨 **True Light/Dark Mode**
- Implemented proper light mode with inverted color scheme
- Smooth theme transitions (0.3s ease)
- Light mode colors: white backgrounds, dark text, vibrant accents
- System theme detection with proper class application
🌈 **Enhanced Theme System**
- 4 color themes work in both light and dark modes
- Cyber (cyan/magenta), Ocean (blue/teal), Forest (green/lime), Sunset (orange/purple)
- Theme-specific glassmorphism effects
- Proper contrast in light mode
✨ **Premium Animations**
- Float, glow-pulse, slide-in, scale-in, rotate-in animations
- Smooth page transitions
- Hover effects with depth (lift, glow, scale)
- Micro-interactions on all interactive elements
🎯 **Visual Polish**
- Enhanced glassmorphism for light/dark modes
- Custom scrollbar with theme colors
- Beautiful text selection
- Focus indicators for accessibility
- Premium utility classes
🔧 **Technical Improvements**
- Updated UIStore to properly apply light/dark classes
- Added data-theme attribute for CSS targeting
- Smooth scroll behavior
- Optimized transitions
The app is now a visual masterpiece with perfect light/dark mode support!
2026-01-11 01:32:21 +00:00
|
|
|
0% {
|
|
|
|
|
transform: translate(0, 0) scale(1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
100% {
|
2026-01-22 16:23:11 +00:00
|
|
|
transform: translate(-50px, 50px) scale(1.1);
|
feat: Visual masterpiece - true light mode & premium UI
🎨 **True Light/Dark Mode**
- Implemented proper light mode with inverted color scheme
- Smooth theme transitions (0.3s ease)
- Light mode colors: white backgrounds, dark text, vibrant accents
- System theme detection with proper class application
🌈 **Enhanced Theme System**
- 4 color themes work in both light and dark modes
- Cyber (cyan/magenta), Ocean (blue/teal), Forest (green/lime), Sunset (orange/purple)
- Theme-specific glassmorphism effects
- Proper contrast in light mode
✨ **Premium Animations**
- Float, glow-pulse, slide-in, scale-in, rotate-in animations
- Smooth page transitions
- Hover effects with depth (lift, glow, scale)
- Micro-interactions on all interactive elements
🎯 **Visual Polish**
- Enhanced glassmorphism for light/dark modes
- Custom scrollbar with theme colors
- Beautiful text selection
- Focus indicators for accessibility
- Premium utility classes
🔧 **Technical Improvements**
- Updated UIStore to properly apply light/dark classes
- Added data-theme attribute for CSS targeting
- Smooth scroll behavior
- Optimized transitions
The app is now a visual masterpiece with perfect light/dark mode support!
2026-01-11 01:32:21 +00:00
|
|
|
}
|
2025-12-03 21:56:50 +00:00
|
|
|
}
|
|
|
|
|
|
2026-01-22 16:23:11 +00:00
|
|
|
#root {
|
|
|
|
|
height: 100%;
|
|
|
|
|
width: 100%;
|
|
|
|
|
isolation: isolate;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Scrollbars modernes */
|
2026-01-07 10:15:48 +00:00
|
|
|
.custom-scrollbar::-webkit-scrollbar {
|
2026-01-22 16:23:11 +00:00
|
|
|
width: 6px;
|
|
|
|
|
height: 6px;
|
2025-12-03 21:56:50 +00:00
|
|
|
}
|
|
|
|
|
|
2026-01-07 10:15:48 +00:00
|
|
|
.custom-scrollbar::-webkit-scrollbar-track {
|
2026-01-22 16:23:11 +00:00
|
|
|
background: transparent;
|
2025-12-03 21:56:50 +00:00
|
|
|
}
|
|
|
|
|
|
2026-01-07 10:15:48 +00:00
|
|
|
.custom-scrollbar::-webkit-scrollbar-thumb {
|
2026-01-22 16:23:11 +00:00
|
|
|
background: rgba(var(--kodo-slate), 0.4);
|
|
|
|
|
border-radius: 99px;
|
|
|
|
|
border: 1px solid transparent;
|
|
|
|
|
background-clip: content-box;
|
2025-12-03 21:56:50 +00:00
|
|
|
}
|
|
|
|
|
|
2026-01-07 10:15:48 +00:00
|
|
|
.custom-scrollbar::-webkit-scrollbar-thumb:hover {
|
2026-01-22 16:23:11 +00:00
|
|
|
background: rgba(var(--kodo-slate), 0.7);
|
2025-12-03 21:56:50 +00:00
|
|
|
}
|
|
|
|
|
|
2026-01-22 16:23:11 +00:00
|
|
|
/* === UTILITIES GLASS === */
|
2025-12-03 21:56:50 +00:00
|
|
|
|
2026-01-22 16:23:11 +00:00
|
|
|
/* HUD (Header/Sidebar): Semantic Transparency */
|
|
|
|
|
.glass-hud {
|
|
|
|
|
@apply backdrop-blur-2xl;
|
|
|
|
|
background: var(--glass-hud-bg);
|
|
|
|
|
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
|
|
|
|
|
border-bottom: 1px solid rgba(var(--glass-hud-border), var(--glass-hud-border-opacity));
|
|
|
|
|
border-right: 1px solid rgba(var(--glass-hud-border), var(--glass-hud-border-opacity));
|
|
|
|
|
/* Added right border for sidebar */
|
|
|
|
|
transition: background 0.3s ease, border-color 0.3s ease;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Card Glass: Effet "Prisme" */
|
|
|
|
|
.card-glass {
|
|
|
|
|
background: linear-gradient(145deg, rgba(var(--kodo-text-main), 0.05) 0%, rgba(var(--kodo-text-main), 0.01) 100%);
|
|
|
|
|
backdrop-filter: blur(20px);
|
|
|
|
|
-webkit-backdrop-filter: blur(20px);
|
|
|
|
|
border: 1px solid rgba(var(--glass-card-border), 0.1);
|
|
|
|
|
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
|
|
|
|
|
}
|