:root{--gnf-blue:#1e74bf;--gnf-cyan:#14adcd;--gnf-orange:#f6671a;--gnf-dark:#102741;--gnf-light:#f2f8fd;--gnf-off-white:#fefdfb;--gnf-border:#8dc1ec;--gnf-hero-bg:#c3ddf4;--font-main:"Poppins",sans-serif;--size-h1:44px;--size-h2:40px;--size-h3:20px;--size-h4:18px;--size-h5:16px;--size-body:14px;--size-small:13px;--size-caption:12px;--weight-semibold:600}*{box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0}body{font-family:var(--font-main);font-size:var(--size-body);color:var(--gnf-dark);background-color:var(--gnf-off-white);line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5{color:var(--gnf-dark);margin-bottom:1.5rem;font-weight:700;line-height:1.15}h1{font-size:var(--size-h1)}h2{font-size:var(--size-h2)}h3{font-size:var(--size-h3)}h4{font-size:var(--size-h4)}h5{font-size:var(--size-h5)}.bg-gnf-hero{background:linear-gradient(180deg,#fff 0%,var(--gnf-hero-bg)100%)}.text-gnf-gradient{background:linear-gradient(90deg,var(--gnf-blue)0%,var(--gnf-cyan)100%);color:#0000;-webkit-background-clip:text;background-clip:text}.animate-fade-in-up{animation:.8s ease-out forwards fade-in-up}@keyframes fade-in-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}p{font-size:var(--size-body);color:#4b5563;margin-bottom:1.5rem;line-height:1.6}small{font-size:var(--size-small)}.caption{font-size:var(--size-caption)}a{color:var(--gnf-blue);text-decoration:none;transition:all .3s}a:hover{color:var(--gnf-cyan)}.selection-blue::selection{background:var(--gnf-blue);color:#fff}.scrollbar-hide::-webkit-scrollbar{display:none}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}@keyframes scroll-left{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes scroll-right{0%{transform:translate(-50%)}to{transform:translate(0)}}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}@keyframes scan{0%{top:0%}to{top:100%}}.animate-shimmer{animation:2.5s infinite shimmer}.animate-scan{animation:2s linear infinite scan}.animate-scroll-right{animation:60s linear infinite scroll-right}.animate-scroll-left{animation:80s linear infinite scroll-left}@media (max-width:768px){:root{--size-h1:32px;--size-h2:28px;--size-h3:18px;--size-h4:16px;--size-h5:15px;--size-body:13px}}.bg-gnf-orange:hover,a.bg-gnf-orange:hover,button.bg-gnf-orange:hover,[class*="bg-[#f6671a]"]:hover{color:#ffffffe6!important}
