*{box-sizing:border-box;margin:0;padding:0}:root{color:#213547;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-weight:400;line-height:1.5}body{min-width:320px;min-height:100vh;margin:0;display:flex}#root{flex-direction:column;width:100%;display:flex}.header-content{justify-content:space-between;align-items:flex-start;display:flex}.header-links{gap:1.25rem;padding-top:.5rem;display:flex}.mobile-only{display:none}.desktop-only{display:flex}@media (max-width:768px){.header-content{flex-direction:column;gap:1rem}.header-links{justify-content:flex-start;width:100%;padding-top:0}.mobile-only{flex-direction:column;display:flex!important}.desktop-only{display:none!important}}
