html,body{margin:0;width:100%;min-width:0;height:var(--app-viewport-height, 100dvh);min-height:var(--app-viewport-height, 100dvh);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overscroll-behavior:none;touch-action:manipulation;scrollbar-width:thin;scrollbar-color:rgba(148,163,184,.42) transparent;overflow:hidden}:root{--safe-area-top: env(safe-area-inset-top, 0px);--safe-area-bottom: env(safe-area-inset-bottom, 0px);--safe-area-left: env(safe-area-inset-left, 0px);--safe-area-right: env(safe-area-inset-right, 0px);--app-viewport-height: 100dvh;--kb-height: 0px}#root{width:100%;min-width:0;height:var(--app-viewport-height, 100dvh);min-height:var(--app-viewport-height, 100dvh);overflow:hidden;isolation:isolate;contain:layout style paint}@keyframes story-enter{0%{opacity:0;transform:translateY(32px)}to{opacity:1;transform:translateY(0)}}*{scrollbar-width:thin;scrollbar-color:rgba(148,163,184,.42) transparent}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background-color:#94a3b861;border-radius:999px}::-webkit-scrollbar-thumb:hover{background-color:#94a3b894}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.001ms!important}}
