@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes accordionExpand{0%{max-height:0;opacity:0;padding-top:0;padding-bottom:0}to{max-height:1000px;opacity:1;padding-top:1rem;padding-bottom:1rem}}@keyframes accordionCollapse{0%{max-height:1000px;opacity:1;padding-top:1rem;padding-bottom:1rem}to{max-height:0;opacity:0;padding-top:0;padding-bottom:0}}@keyframes contentFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInFromRight{0%{transform:translateX(100%);opacity:0}to{transform:translateX(0);opacity:1}}*,:after,:before{box-sizing:border-box}*{margin:0;padding:0}ol[role=list],ul[role=list]{list-style:none}html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;scroll-behavior:smooth}html:focus-within{scroll-behavior:smooth}body{text-rendering:optimizeSpeed;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}canvas,img,picture,svg,video{display:block;max-width:100%;height:auto}button,input,select,textarea{font:inherit;color:inherit}@media(prefers-reduced-motion:reduce){html:focus-within{scroll-behavior:auto}*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}button{background:none;border:none;cursor:pointer}a{color:inherit;text-decoration:none}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}textarea{resize:vertical}h1,h2,h3,h4,h5,h6,p{overflow-wrap:break-word;hyphens:auto}#__next,#root{isolation:isolate}html{font-size:16px}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2}h1{font-size:1.675rem}h2{font-size:1.375rem}h3{font-size:1.25rem}h4{font-size:1.125rem}h5{font-size:.9375rem}h6{font-size:.8125rem}:root{color-scheme:light}body,html{background:#f6f6f6}body{color:#000;font-family:var(--font-dm-sans),-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;min-height:100vh;min-height:100dvh;max-width:884px;margin-left:auto;margin-right:auto;width:100%;position:relative}@media(min-width:885px){body{box-shadow:0 0 2rem rgba(0,0,0,.1)}}@supports not (min-height:100dvh){body{min-height:-webkit-fill-available}}:root{--bottom-nav-height:6rem}@media(max-width:768px){:root{--bottom-nav-height:4.6rem}}@media(min-width:769px)and (max-width:1024px){:root{--bottom-nav-height:5.6rem}}.app-content{padding-bottom:calc(var(--bottom-nav-height) + env(safe-area-inset-bottom, 0px))}