:root{--color-navy:#003049;--color-navy-light:#004a6e;--color-eucalyptus:#5a7c6b;--color-eucalyptus-light:#7fa08e;--color-eucalyptus-dark:#486354;--color-steel:#669bbc;--color-steel-dark:#4f84a5;--color-steel-light:#a3c1d4;--color-fog:#edf2f4;--color-limestone:#f5f0eb;--color-slate:#2e4250;--color-red-dirt:#c1121f;--color-red-dirt-light:#d4565f;--color-white:#fff;--font-display:"DM Serif Display", serif;--font-primary:"Poppins", sans-serif;--font-mono:"IBM Plex Mono", monospace;--ease-out-expo:cubic-bezier(.19, 1, .22, 1);--ease-spring:cubic-bezier(.34, 1.56, .64, 1);--duration:.3s;--duration-slow:.6s}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;height:100%}html,body{max-width:100vw;overflow-x:hidden}body{min-height:100%;color:var(--color-slate);background:var(--color-white);font-family:var(--font-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;flex-direction:column;font-size:16px;line-height:1.6;display:flex}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes gridDraw{0%{stroke-dashoffset:20px}to{stroke-dashoffset:0}}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--color-fog)}::-webkit-scrollbar-thumb{background:var(--color-steel-light);border:2px solid var(--color-fog);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--color-steel)}::selection{color:var(--color-navy);background:#5a7c6b33}
