2025-10-16 14:22:46 +02:00
|
|
|
@import 'tailwindcss';
|
|
|
|
|
@import '../../vendor/livewire/flux/dist/flux.css';
|
|
|
|
|
|
|
|
|
|
@source '../views';
|
|
|
|
|
@source '../../vendor/laravel/framework/src/Illuminate/Pagination/resources/views/*.blade.php';
|
|
|
|
|
@source '../../vendor/livewire/flux-pro/stubs/**/*.blade.php';
|
|
|
|
|
@source '../../vendor/livewire/flux/stubs/**/*.blade.php';
|
|
|
|
|
|
|
|
|
|
@custom-variant dark (&:where(.dark, .dark *));
|
|
|
|
|
|
|
|
|
|
@theme {
|
|
|
|
|
--font-sans: 'Instrument Sans', ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
|
|
|
|
|
|
|
|
|
|
--color-zinc-50: #fafafa;
|
|
|
|
|
--color-zinc-100: #f5f5f5;
|
|
|
|
|
--color-zinc-200: #e5e5e5;
|
|
|
|
|
--color-zinc-300: #d4d4d4;
|
|
|
|
|
--color-zinc-400: #a3a3a3;
|
|
|
|
|
--color-zinc-500: #737373;
|
|
|
|
|
--color-zinc-600: #525252;
|
|
|
|
|
--color-zinc-700: #404040;
|
|
|
|
|
--color-zinc-800: #262626;
|
|
|
|
|
--color-zinc-900: #171717;
|
|
|
|
|
--color-zinc-950: #0a0a0a;
|
|
|
|
|
|
|
|
|
|
--color-accent: var(--color-neutral-800);
|
|
|
|
|
--color-accent-content: var(--color-neutral-800);
|
|
|
|
|
--color-accent-foreground: var(--color-white);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@layer theme {
|
|
|
|
|
.dark {
|
|
|
|
|
--color-accent: var(--color-white);
|
|
|
|
|
--color-accent-content: var(--color-white);
|
|
|
|
|
--color-accent-foreground: var(--color-neutral-800);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@layer base {
|
|
|
|
|
|
|
|
|
|
*,
|
|
|
|
|
::after,
|
|
|
|
|
::before,
|
|
|
|
|
::backdrop,
|
|
|
|
|
::file-selector-button {
|
|
|
|
|
border-color: var(--color-gray-200, currentColor);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[data-flux-field]:not(ui-radio, ui-checkbox) {
|
|
|
|
|
@apply grid gap-2;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[data-flux-label] {
|
|
|
|
|
@apply !mb-0 !leading-tight;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
input:focus[data-flux-control],
|
|
|
|
|
textarea:focus[data-flux-control],
|
|
|
|
|
select:focus[data-flux-control] {
|
|
|
|
|
@apply outline-hidden ring-2 ring-accent ring-offset-2 ring-offset-accent-foreground;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* \[:where(&)\]:size-4 {
|
|
|
|
|
@apply size-4;
|
|
|
|
|
} */
|
2025-10-16 15:22:45 +02:00
|
|
|
|
|
|
|
|
/* Custom styles for TrustedAI landing page - Modern Color Palette */
|
|
|
|
|
:root {
|
|
|
|
|
--primary-purple: #6366f1;
|
|
|
|
|
--primary-purple-dark: #4f46e5;
|
|
|
|
|
--accent-emerald: #10b981;
|
|
|
|
|
--accent-cyan: #06b6d4;
|
|
|
|
|
--text-dark: #0f172a;
|
|
|
|
|
--text-light: #64748b;
|
|
|
|
|
--bg-light: #f1f5f9;
|
|
|
|
|
--bg-white: #ffffff;
|
|
|
|
|
--surface-gray: #f8fafc;
|
|
|
|
|
--border-gray: #e2e8f0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.gradient-bg {
|
|
|
|
|
background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 25%, #cbd5e1 50%, #94a3b8 75%, #64748b 100%);
|
|
|
|
|
background-size: 400% 400%;
|
|
|
|
|
animation: gradientShift 15s ease infinite;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes gradientShift {
|
|
|
|
|
0% { background-position: 0% 50%; }
|
|
|
|
|
50% { background-position: 100% 50%; }
|
|
|
|
|
100% { background-position: 0% 50%; }
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.hero-pattern {
|
|
|
|
|
background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23000000' fill-opacity='0.05'%3E%3Ccircle cx='30' cy='30' r='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.card-hover {
|
|
|
|
|
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
|
|
|
|
|
border: 1px solid transparent;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.card-hover:hover {
|
|
|
|
|
transform: translateY(-8px) scale(1.02);
|
|
|
|
|
box-shadow: 0 25px 50px -12px rgba(99, 102, 241, 0.25), 0 0 0 1px rgba(99, 102, 241, 0.1);
|
|
|
|
|
border-color: rgba(99, 102, 241, 0.2);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.stat-number {
|
|
|
|
|
background: linear-gradient(135deg, #6366f1, #8b5cf6, #06b6d4);
|
|
|
|
|
-webkit-background-clip: text;
|
|
|
|
|
-webkit-text-fill-color: transparent;
|
|
|
|
|
background-clip: text;
|
|
|
|
|
background-size: 200% 200%;
|
|
|
|
|
animation: gradientShift 8s ease infinite;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.modern-glass {
|
|
|
|
|
background: rgba(255, 255, 255, 0.1);
|
|
|
|
|
backdrop-filter: blur(10px);
|
|
|
|
|
border: 1px solid rgba(255, 255, 255, 0.2);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.modern-shadow {
|
|
|
|
|
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.accent-gradient {
|
|
|
|
|
background: linear-gradient(135deg, #10b981, #06b6d4);
|
|
|
|
|
-webkit-background-clip: text;
|
|
|
|
|
-webkit-text-fill-color: transparent;
|
|
|
|
|
background-clip: text;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.text-shadow-dark {
|
|
|
|
|
text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
|
|
|
|
|
}
|