:root{--background:#ffffff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}html{font-size:16px;text-size-adjust:100%;-webkit-tap-highlight-color:transparent;height:100%;width:100%}body,html{margin:0;padding:0}body{max-width:100vw;overflow-x:hidden;color:var(--foreground);background:var(--background);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-overflow-scrolling:touch;min-height:100vh;min-height:100dvh;position:relative}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}@media screen and (max-width:768px){input[type=email],input[type=password],input[type=tel],input[type=text],select,textarea{font-size:16px!important;transform:scale(1)}}*{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}@supports (-webkit-touch-callout:none){body{min-height:-webkit-fill-available}}@media (display-mode:standalone){body,html{overflow-x:hidden}#__next,body,html{min-height:100vh;min-height:100dvh;min-height:100svh}#__next{position:relative}}@supports (padding:max(0px)){body{padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left)}}@media (prefers-color-scheme:dark){html{color-scheme:dark}}.navigation{position:fixed;bottom:0;width:100%;padding:12px 0 28px;justify-content:space-around;border-radius:16px 16px 0 0;background:#fff;box-shadow:0 0 16px 0 rgba(9,22,44,.12)}.navigation,.navigation .item{display:flex;align-items:center}.navigation .item{flex-direction:column;gap:4px;color:rgba(34,38,43,.3019607843)}.navigation .item .label{text-align:center;font-family:Inter;font-size:12px;font-style:normal;font-weight:510;line-height:normal}.navigation .item svg{filter:invert(77%) sepia(0) saturate(0) hue-rotate(33deg) brightness(88%) contrast(88%)}.navigation .item.active{color:#22262b}.navigation .item.active svg{filter:invert(0) sepia(0) saturate(28%) hue-rotate(252deg) brightness(96%) contrast(102%)}