:root{--background:#ffffff;--foreground:#171717;--mobile:320px;--mobile-large:480px;--tablet:768px;--tablet-large:1024px;--desktop:1200px;--desktop-large:1440px;--space-xs:0.25rem;--space-sm:0.5rem;--space-md:0.75rem;--space-lg:1rem;--space-xl:1.25rem;--space-2xl:1.5rem;--space-3xl:2rem;--space-4xl:2.5rem;--space-5xl:3rem;--space-6xl:4rem;--text-xs:0.75rem;--text-sm:0.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:1.875rem;--text-4xl:2.25rem;--text-5xl:3rem;--text-6xl:3.75rem;--container-mobile:100%;--container-tablet:768px;--container-desktop:1024px;--container-large:1200px;--touch-target:44px}@media (min-width:480px){:root{--text-base:1.0625rem;--text-lg:1.1875rem}}@media (min-width:768px){:root{--text-base:1rem;--text-lg:1.125rem;--text-xl:1.375rem}}@media (min-width:1024px){:root{--text-xl:1.25rem;--text-2xl:1.625rem}}body,html{max-width:100vw;overflow-x:hidden;height:100vh;font-size:var(--text-base);line-height:1.5}body{color:var(--foreground);background:var(--background);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}*{box-sizing:border-box;padding:0;margin:0;scrollbar-width:none;-ms-overflow-style:none}::-webkit-scrollbar{display:none}:focus,[role=button]:focus,button:focus{outline:2px solid #3182ce;outline-offset:2px}a{color:inherit;text-decoration:none;-webkit-tap-highlight-color:transparent}img{max-width:100%;height:auto}input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}[role=button],button,input[type=button],input[type=reset],input[type=submit]{min-height:var(--touch-target);min-width:var(--touch-target)}.container{width:100%;max-width:var(--container-mobile);margin:0 auto;padding-left:var(--space-lg);padding-right:var(--space-lg)}@media (min-width:768px){.container{max-width:var(--container-tablet);padding-left:var(--space-2xl);padding-right:var(--space-2xl)}}@media (min-width:1024px){.container{max-width:var(--container-desktop)}}@media (min-width:1200px){.container{max-width:var(--container-large)}}.grid{display:grid;grid-gap:var(--space-lg);gap:var(--space-lg)}.grid-cols-1{grid-template-columns:1fr}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-3{grid-template-columns:repeat(3,1fr)}.grid-cols-4{grid-template-columns:repeat(4,1fr)}@media (min-width:768px){.md-grid-cols-2{grid-template-columns:repeat(2,1fr)}.md-grid-cols-3{grid-template-columns:repeat(3,1fr)}.md-grid-cols-4{grid-template-columns:repeat(4,1fr)}}@media (min-width:1024px){.lg-grid-cols-3{grid-template-columns:repeat(3,1fr)}.lg-grid-cols-4{grid-template-columns:repeat(4,1fr)}}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:var(--space-sm)}.gap-4{gap:var(--space-lg)}.gap-6{gap:var(--space-2xl)}.p-4{padding:var(--space-lg)}.p-6{padding:var(--space-2xl)}.px-4{padding-left:var(--space-lg);padding-right:var(--space-lg)}.py-4{padding-top:var(--space-lg);padding-bottom:var(--space-lg)}.m-4{margin:var(--space-lg)}.mb-4{margin-bottom:var(--space-lg)}.mb-6{margin-bottom:var(--space-2xl)}.mb-8{margin-bottom:var(--space-3xl)}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.font-bold{font-weight:700}.font-semibold{font-weight:600}.font-medium{font-weight:500}.text-sm{font-size:var(--text-sm)}.text-base{font-size:var(--text-base)}.text-lg{font-size:var(--text-lg)}.text-xl{font-size:var(--text-xl)}.text-2xl{font-size:var(--text-2xl)}.text-3xl{font-size:var(--text-3xl)}@media (max-width:767px){*,:after,:before{animation-duration:.2s!important;animation-delay:0s!important;transition-duration:.2s!important}[role=button],button{min-height:48px;min-width:48px}body{font-weight:400}}.chakra-button__spinner,.chakra-button__spinner>svg,.chakra-spinner,.chakra-spinner>svg,[class*=loading],[class*=spinner],[data-loading],[data-testid=spinner]{animation:none!important;-webkit-animation:none!important;-moz-animation:none!important;-o-animation:none!important;-ms-animation:none!important}@media (min-width:768px) and (max-width:1023px){.container{padding-left:var(--space-xl);padding-right:var(--space-xl)}}@media (min-width:1024px){.container{padding-left:var(--space-2xl);padding-right:var(--space-2xl)}}@media print{*,:after,:before{background:transparent!important;color:#000!important;box-shadow:none!important;text-shadow:none!important}a,a:visited{text-decoration:underline}img{max-width:100%!important;page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}}