.rst-page{display:flex;position:relative;overflow:hidden;height:100dvh;flex-direction:column;background:#000}.rst-stage{display:flex;flex:1;min-height:0}.rst-stage>*{height:100%;flex:1;min-height:0}.rst-page .rst-centre:has(.rst-field){width:min(900px,66vw)}.rst-field{display:flex;width:100%;height:min(620px,62vh);flex-direction:column}.rst-load-more{align-self:center;margin:8px 0 0;border:0;background:transparent;color:#828282;font-size:12px;line-height:16px;cursor:pointer}.rst-load-more:focus-visible,.rst-load-more:hover{color:#ededed}.rst-load-more:disabled{cursor:default;opacity:.6}.rst-toast{position:fixed;z-index:60;bottom:24px;left:50%;padding:10px 16px;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:#0a0a0a;color:#ededed;font-size:13px;line-height:18px;transform:translateX(-50%)}@media (max-width:900px){.rst-stage{display:block;overflow-y:auto}.rst-stage>*{height:auto;min-height:100%}.rst-page .rst-centre:has(.rst-field){width:100%;padding:0 var(--room-edge,16px)}}