*,:after,:before{box-sizing:border-box}body,html{margin:0;padding:0}#root,body,html{max-width:100vw;overflow-x:hidden;width:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Roboto,Segoe UI,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;transition:background-color .2s ease}code{background-color:#f5f5f5;border-radius:3px;font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace;font-size:85%;padding:.2em .4em}a{color:#1976d2;text-decoration:none;transition:color .2s ease}a:hover{color:#0d47a1;text-decoration:underline}::-webkit-scrollbar{height:8px;width:8px}::-webkit-scrollbar-track{background-color:#f5f5f5;border-radius:8px}::-webkit-scrollbar-thumb{background-color:#bdbdbd;border-radius:8px}::-webkit-scrollbar-thumb:hover{background-color:#9e9e9e}:focus{outline:2px solid #1976d2;outline-offset:2px}img{display:block;height:auto;max-width:100%}@font-face{font-family:Nokia;font-weight:700;src:local("Nokia"),url(/static/media/nokiafc22.04dc8b649b961470b957.ttf) format("truetype")}body[data-color-mode=dark] .pixel-art{-webkit-filter:invert(1);filter:invert(1)}body[data-color-mode=dark] input,body[data-color-mode=dark] select,body[data-color-mode=dark] textarea{color-scheme:dark}body[data-color-mode=dark] ::-webkit-scrollbar-track{background-color:#1a1a1a}body[data-color-mode=dark] ::-webkit-scrollbar-thumb{background-color:#444}body[data-color-mode=dark] ::-webkit-scrollbar-thumb:hover{background-color:#666}@-webkit-keyframes walletPulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes walletPulse{0%,to{opacity:1}50%{opacity:.5}}.wallet-critical{-webkit-animation:walletPulse 1.5s ease-in-out infinite;animation:walletPulse 1.5s ease-in-out infinite}.font-vt323{font-family:VT323,Nokia,monospace;letter-spacing:1px}@-webkit-keyframes borderPulse{0%,to{border-left-color:#b51e1b}50%{border-left-color:rgba(181,30,27,.3)}}@keyframes borderPulse{0%,to{border-left-color:#b51e1b}50%{border-left-color:rgba(181,30,27,.3)}}.mentions__highlighter,.mentions__input{caret-color:rgba(0,0,0,.87);color:rgba(0,0,0,.87)}body[data-color-mode=dark] .mentions__highlighter,body[data-color-mode=dark] .mentions__input{background:transparent!important;caret-color:#e0e0e0!important;color:#e0e0e0!important}body[data-color-mode=dark] .mentions__suggestions__list{background-color:#1e1e1e!important;border:1px solid #333!important}body[data-color-mode=dark] .mentions__suggestions__item{color:#e0e0e0!important}body[data-color-mode=dark] .mentions__suggestions__item--focused{background-color:#333!important}body[data-color-mode=dark] .mentions__mention{background-color:rgba(25,118,210,.2)!important}main{-webkit-animation:pageEnter .15s ease;animation:pageEnter .15s ease}@-webkit-keyframes pageEnter{0%{opacity:.7;-webkit-transform:translateY(4px);transform:translateY(4px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes pageEnter{0%{opacity:.7;-webkit-transform:translateY(4px);transform:translateY(4px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.App{display:flex;flex-direction:column;min-height:100vh}.App-link{color:#1976d2;text-decoration:none;transition:color .2s ease}.App-link:hover{color:#0d47a1}a,button{transition:all .2s ease-in-out}@-webkit-keyframes fadeIn{0%{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.fade-in{-webkit-animation:fadeIn .3s ease forwards;animation:fadeIn .3s ease forwards}.CircularProgressbar{vertical-align:middle;width:100%}.CircularProgressbar .CircularProgressbar-path{stroke:#3e98c7;stroke-linecap:round;transition:stroke-dashoffset .5s ease 0s}.CircularProgressbar .CircularProgressbar-trail{stroke:#d6d6d6;stroke-linecap:round}.CircularProgressbar .CircularProgressbar-text{fill:#3e98c7;dominant-baseline:middle;text-anchor:middle;font-size:20px}.CircularProgressbar .CircularProgressbar-background{fill:#d6d6d6}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-background{fill:#3e98c7}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-text{fill:#fff}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-path{stroke:#fff}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-trail{stroke:transparent}.font-face-nokia{font-family:Nokia}.AppShell_shell__ItaBf{--topbar-height:56px;--tabbar-height:58px;--nav-width:220px;--aside-width:280px;--safe-bottom:env(safe-area-inset-bottom,0px);--safe-top:env(safe-area-inset-top,0px);display:grid;grid-template-areas:"topbar" "main" "tabbar";grid-template-columns:minmax(0,1fr);grid-template-rows:auto minmax(0,1fr) auto;max-width:100vw;min-height:100vh;min-height:100dvh;overflow-x:hidden;width:100%}.AppShell_topbar__6ywH\+{background:#fff;background:var(--mui-palette-background-default,#fff);grid-area:topbar;max-width:100vw;min-height:calc(var(--topbar-height) + var(--safe-top));min-width:0;overflow-x:hidden;padding-top:var(--safe-top);position:-webkit-sticky;position:sticky;top:0;z-index:1100}.AppShell_nav__74yZS{display:none;grid-area:nav;min-width:0}.AppShell_main__B7Pi8{grid-area:main;max-width:100vw;min-width:0;overflow-x:hidden;padding-bottom:calc(var(--tabbar-height) + var(--safe-bottom) + 16px);width:100%}.AppShell_aside__m\+2ft{display:none;grid-area:aside;min-width:0}.AppShell_tabbar__-FVrw{bottom:0;grid-area:tabbar;max-width:100vw;min-width:0;overflow-x:hidden;padding-bottom:var(--safe-bottom);position:-webkit-sticky;position:sticky;z-index:1100}@media (min-width:600px){.AppShell_main__B7Pi8{padding-left:16px;padding-right:16px}}@media (min-width:1200px){.AppShell_shell__ItaBf{-webkit-column-gap:16px;column-gap:16px;grid-template-areas:"topbar topbar topbar" "nav    main   aside";grid-template-columns:var(--nav-width) minmax(0,680px) var(--aside-width);grid-template-rows:auto minmax(0,1fr);justify-content:center}.AppShell_nav__74yZS{border-right:1px solid rgba(0,0,0,.12);border-right:1px solid var(--mui-palette-divider,rgba(0,0,0,.12))}.AppShell_aside__m\+2ft,.AppShell_nav__74yZS{display:block;height:calc(100dvh - var(--topbar-height));overflow-y:auto;padding:16px 8px 24px;position:-webkit-sticky;position:sticky;top:var(--topbar-height)}.AppShell_main__B7Pi8{padding-bottom:24px;padding-left:16px;padding-right:16px}.AppShell_tabbar__-FVrw{display:none}}@media (min-width:1536px){.AppShell_shell__ItaBf{-webkit-column-gap:32px;column-gap:32px;grid-template-columns:240px minmax(0,760px) 320px}}.AppShell_page__wO9DN{box-sizing:border-box;max-width:100%;min-width:0;padding:16px 12px 24px;width:100%}@media (min-width:600px){.AppShell_page__wO9DN{padding:24px 16px 32px}}
/*# sourceMappingURL=main.6dfcdc30.css.map*/