:root{--mobvue-body-text-color: #323233;--mobvue-body-bg-color: #f7f8fa;--mobvue-primary-color: #1989fa;--mobvue-bg-color: #ffffff}html.dark{--mobvue-body-text-color: #f5f5f5;--mobvue-body-bg-color: #000000;--mobvue-primary-color: #1989fa;--mobvue-bg-color: #1c1c1e}::view-transition-old(root){animation:none;mix-blend-mode:normal}::view-transition-new(root){animation:.5s ease-in clip-animation;mix-blend-mode:normal}@keyframes clip-animation{0%{clip-path:circle(0px at var(--mobvue-dark-x) var(--mobvue-dark-y))}to{clip-path:circle(var(--mobvue-dark-r) at var(--mobvue-dark-x) var(--mobvue-dark-y))}}html{height:100%}html.grayscale-mode{filter:grayscale(1)}html.colorblind-mode{filter:invert(.8)}body{height:100%;color:var(--mobvue-body-text-color);background-color:var(--mobvue-body-bg-color);-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--van-base-font);overflow:hidden}#app{max-width:550px!important;margin-left:auto!important;margin-right:auto!important;box-shadow:0 0 0 1px rgba(136,136,136,.12);min-height:100vh;height:auto!important;height:100%!important}*::-webkit-scrollbar{display:none}*,*:before,*:after{box-sizing:border-box}a,a:focus,a:hover{color:inherit;outline:none;text-decoration:none}div:focus{outline:none}@media (min-width: 1024px){html,body{background-color:#071235}}@supports (min-height: 100dvh){#app{min-height:100dvh}}
