:root{--accent: rgb(11, 19, 140);--accent-light: rgb(37, 48, 184);--accent-dark: rgb(7, 13, 98);--accent-muted: rgba(11, 19, 140, .12);--color-bg: #f8fafc;--color-surface: #ffffff;--color-border: #e2e8f0;--color-text: #0f172a;--color-muted: #64748b;--color-subtle: #94a3b8;--color-dark: #0f172a;--max-width: 1390px;--text-sm: .8rem;--text-base: 1rem;--text-md: 1.25rem;--text-lg: 1.75rem;--text-xl: clamp(2rem, 5vw, 3.5rem)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;font-size:var(--text-base);font-family:Nunito Sans,sans-serif;-webkit-font-smoothing:antialiased;color:var(--color-text);background:var(--color-bg)}h1,h2,h3,h4,h5,h6{font-family:"Noto Serif",serif}a{text-decoration:none}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes pulse{0%{transform:scale(1);opacity:.8}70%{transform:scale(1.15);opacity:0}to{transform:scale(1.15);opacity:0}}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}@keyframes lightboxSlide{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}
