:root{--color-primary: #0A2647;--color-primary-light: #144272;--color-secondary: #2C74B3;--color-sunset-yellow: #FFB800;--color-sunset-orange: #FF7B54;--color-sand: #F3E9DD;--color-white: #FFFFFF;--color-background: #FCFAF8;--color-text-main: #0A0A0F;--color-text-muted: #3A3D45;--gradient-ocean: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-light) 100%);--gradient-sunset: linear-gradient(135deg, var(--color-sunset-yellow) 0%, var(--color-sunset-orange) 100%);--font-family-sans: "Inter", system-ui, sans-serif;--font-family-heading: "Outfit", "Inter", system-ui, sans-serif;--text-xs: .875rem;--text-sm: 1rem;--text-base: 1.125rem;--text-lg: 1.25rem;--text-xl: 1.5rem;--text-2xl: 2rem;--text-3xl: 2.5rem;--text-4xl: 3rem;--text-5xl: 4rem;--spacing-1: .25rem;--spacing-2: .5rem;--spacing-3: .75rem;--spacing-4: 1rem;--spacing-6: 1.5rem;--spacing-8: 2rem;--spacing-12: 3rem;--spacing-16: 4rem;--spacing-24: 6rem;--spacing-32: 8rem;--radius-sm: .5rem;--radius-md: 1rem;--radius-lg: 2rem;--radius-full: 9999px;--shadow-sm: 0 2px 4px 0 rgba(10, 38, 71, .05);--shadow-md: 0 8px 16px -4px rgba(10, 38, 71, .1);--shadow-lg: 0 20px 25px -5px rgba(10, 38, 71, .15), 0 10px 10px -5px rgba(10, 38, 71, .05);--shadow-sunset: 0 10px 25px -5px rgba(255, 123, 84, .3);--transition-fast: .2s cubic-bezier(.4, 0, .2, 1);--transition-normal: .4s cubic-bezier(.4, 0, .2, 1)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family-sans);background-color:var(--color-background);color:var(--color-text-main);line-height:1.6;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-family:var(--font-family-heading);color:var(--color-primary);line-height:1.1;letter-spacing:-.02em}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none}.glass-panel{background:#ffffffd9;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,1);box-shadow:var(--shadow-lg);border-radius:var(--radius-lg)}.gradient-text{background:var(--gradient-sunset);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.organic-shape{border-radius:40% 60% 70% 30%/40% 50% 60%;animation:morph 8s ease-in-out infinite}@keyframes morph{0%,to{border-radius:40% 60% 70% 30%/40% 40% 60% 50%}34%{border-radius:70% 30% 50% 50%/30% 30% 70% 70%}67%{border-radius:100% 60% 60% 100%/100% 100% 60% 60%}}
