@layer base{
  :root{color-scheme:light}
  html{scroll-behavior:smooth}
  body{font-size:16px}
}

.navlink{display:inline-flex;align-items:center;gap:.5rem;border-radius:0.75rem;padding:.6rem .9rem;font-size:.925rem;font-weight:600;color:rgb(35 52 70);transition:background-color .2s ease,color .2s ease,transform .2s ease}
.navlink:hover{background-color:rgb(246 248 251)}
.navlink:focus{outline:2px solid transparent;outline-offset:2px;box-shadow:0 0 0 3px rgba(62,213,154,.35)}

.mobilelink{display:flex;align-items:center;justify-content:center;border-radius:1rem;border:1px solid rgba(216,226,238,1);background-color:#fff;padding:.85rem 1rem;font-size:1.25rem;font-weight:650;color:rgb(35 52 70);transition:transform .2s ease,background-color .2s ease,box-shadow .2s ease}
.mobilelink:hover{background-color:rgb(246 248 251);transform:translateY(-1px)}
.mobilelink:focus{outline:2px solid transparent;outline-offset:2px;box-shadow:0 0 0 3px rgba(62,213,154,.35)}

.sidelink{display:inline-flex;width:100%;border-radius:.75rem;padding:.55rem .75rem;color:rgb(51 75 100);transition:background-color .2s ease,color .2s ease}
.sidelink:hover{background-color:rgb(246 248 251);color:rgb(35 52 70)}
.sidelink:focus{outline:2px solid transparent;outline-offset:2px;box-shadow:0 0 0 3px rgba(62,213,154,.35)}

.footerlink{color:rgb(63 93 123);text-decoration:none;transition:color .2s ease,text-decoration-color .2s ease}
.footerlink:hover{color:rgb(35 52 70);text-decoration:underline;text-decoration-color:rgba(62,213,154,.55);text-underline-offset:4px}
.footerlink:focus{outline:2px solid transparent;outline-offset:2px;box-shadow:0 0 0 3px rgba(62,213,154,.35);border-radius:.5rem}

:focus-visible{outline:2px solid transparent;outline-offset:2px;box-shadow:0 0 0 3px rgba(62,213,154,.35)}

img{max-width:100%;height:auto;display:block}

.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}

@media (prefers-reduced-motion: reduce){
  html{scroll-behavior:auto}
  *{animation-duration:.001ms !important;animation-iteration-count:1 !important;transition-duration:.001ms !important}
}
