@tailwind base;@tailwind components;@tailwind utilities;:root{--color-primary: #0B3C49;--color-primary-dark: #072C38;--color-accent: #3FA796;--color-accent-light: #B2DDD8;--color-background-light: #EBF5F4;--color-text-main: #1E293B;--color-text-sub: #64748B;--font-display: "Be Vietnam Pro", sans-serif;--font-body: "Be Vietnam Pro", sans-serif;--radius: 8px;--nx-navy: #0B3C49;--nx-navy-dark: #072C38;--nx-navy-light: #EBF5F4;--nx-orange: #3FA796;--nx-orange-light: #B2DDD8;--nx-gray-50: #F8FAFB;--nx-gray-100: #F1F5F9;--nx-gray-400: #94A3B8;--nx-gray-600: #475569;--nx-text: #1E293B}.filled-icon{font-variation-settings:"FILL" 1}@keyframes fadeInSlideUp{0%{transform:translateY(40px);opacity:0}to{transform:translateY(0);opacity:1}}.animate-bounce-in{animation:fadeInSlideUp 1s cubic-bezier(.16,1,.3,1) forwards}@keyframes nx-hero-zoom{0%{transform:scale(1.05)}to{transform:scale(1.12)}}@keyframes nx-fade-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes nx-pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.4)}}@keyframes nx-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.nx-hero-zoom{animation:nx-hero-zoom 20s ease-in-out infinite alternate}.nx-fade-up-1{animation:nx-fade-up .6s ease 0s both}.nx-fade-up-2{animation:nx-fade-up .6s ease .1s both}.nx-fade-up-3{animation:nx-fade-up .6s ease .2s both}.nx-fade-up-4{animation:nx-fade-up .6s ease .3s both}.nx-fade-up-5{animation:nx-fade-up .6s ease .4s both}.nx-pulse-dot{animation:nx-pulse-dot 2s infinite}.nx-marquee{animation:nx-marquee 22s linear infinite}
