:root{--chronos-canvas-bg:transparent;--chronos-scrollbar-thumb:hsla(0,0%,50%,.35)}body,html{min-height:100dvh;height:100%;width:100vw;max-width:100%;overflow-x:hidden;overflow-y:auto;box-sizing:border-box;background-color:var(--chronos-canvas-bg)}html{scrollbar-color:var(--chronos-scrollbar-thumb) var(--chronos-canvas-bg)}html::-webkit-scrollbar{width:10px;height:10px}html::-webkit-scrollbar-track{background:var(--chronos-canvas-bg)}html::-webkit-scrollbar-thumb{background-color:var(--chronos-scrollbar-thumb);border-radius:5px}.hide_scrollbar::-webkit-scrollbar{display:none;-webkit-appearance:none;width:0;height:0}.hide_scrollbar{-ms-overflow-style:none;scrollbar-width:none}html.page-embed-body,html.page-embed-body body{height:auto;min-height:auto;overflow-x:visible;overflow-y:visible}@media (max-width:650px){.hide_media_area{width:0;max-width:0}}