html,body,#root,#root>*{box-sizing:border-box;width:100%;height:100%;margin:0;padding:0}html{background-color:var(--body-background);color-scheme:var(--color-scheme)}body{justify-content:center;align-items:center;display:flex}::-webkit-scrollbar-track{background-color:#0000001a;-webkit-box-shadow:inset 0 0 6px #0000004d}::-webkit-scrollbar{background-color:#0000001a;width:10px}::-webkit-scrollbar-thumb{background-color:#ffffff26;border-radius:2px;-webkit-box-shadow:inset 0 0 6px #0000001a}#root{aspect-ratio:.6;flex-grow:0;flex-basis:auto;width:auto;max-width:100%;max-height:50rem;margin:auto;position:relative;box-shadow:0 5px 15px #00000059}@media (width>=600px) and (height>=700px){body{padding:1.5rem}#root{border-radius:.5rem;overflow:hidden}}@media (height<=800px){#root{width:25rem;height:100%}}*{scrollbar-width:thin}