:root{--background:#f0ede8;--foreground:#1a1a1a;--shell-background:#fff}html,body,#root{background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:100%;height:100%;margin:0;padding:0;font-family:Lexend,Arial,Helvetica,sans-serif}body{justify-content:center;align-items:center;min-height:100vh;display:flex}#phone-shell{background:var(--shell-background);flex-direction:column;width:100%;max-width:430px;height:100vh;display:flex;position:relative;overflow:hidden}@media (height>=700px) and (width>=500px){#phone-shell{border:1px solid #0000000d;border-radius:44px;height:90vh;max-height:932px;margin:20px;box-shadow:0 32px 80px #00000038}}.footer-signature{text-align:center;color:#0000004d;pointer-events:none;z-index:100;padding:0 20px;font-family:Lexend,sans-serif;font-size:11px;display:none;position:fixed;bottom:12px;left:0;right:0}@media (height>=700px) and (width>=500px){.footer-signature{display:block}}.katex{font-size:1em!important}.hide-scrollbar::-webkit-scrollbar{display:none}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}