.fadeUp{animation:.8s both fadeUp}@keyframes fadeUp{0%{opacity:0;transform:translateY(35px)}to{opacity:1;transform:translateY(0)}}.hoverLift{transition:all .35s}.hoverLift:hover{transform:translateY(-8px)}.glass{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffbf}
:root{--background:#f8fafc;--foreground:#0f172a;--primary-color:#0b4ea2;--secondary-color:#2563eb;--accent-color:#ff7a00;--text-dark:#0f172a;--text-muted:#64748b;--border-color:#e2e8f0}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;width:100%;max-width:100vw;min-height:100%;overflow-x:hidden}body{width:100%;max-width:100vw;min-height:100vh;color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;flex-direction:column;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Inter,Helvetica Neue,sans-serif;display:flex;position:relative;overflow-x:hidden}main{flex:1;width:100%;max-width:100vw;overflow-x:hidden}#__next{width:100%;max-width:100vw;overflow-x:hidden}a{color:inherit;text-decoration:none}img,picture,video,canvas,svg{max-width:100%;height:auto;display:block}button,input,textarea,select{font:inherit;outline:none}button{cursor:pointer}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6,p,span,a,label{overflow-wrap:break-word;word-break:break-word}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline-offset:2px;outline:3px solid #2563eb59}::selection{background:var(--primary-color);color:#fff}@media (max-width:768px){html,body{width:100%;max-width:100vw;overflow-x:hidden}}
