:root .theme-light{--theme-primary:#18a1a8;--theme-secondary:#00bc7d;--theme-primary-text:#212121;--theme-secondary-text:#535353;--theme-disabled-text:#777;--theme-background:#fff;--theme-error-text:#b00020;--theme-global-background-red:#fff7f8;--theme-global-background-green:#f5fdf8;--theme-global-background-blue:#f6fbfe;--theme-global-background-purple:#f7f8fe;--theme-global-background-orange:rgba(230,125,1,.04);--theme-mui-main-rgb:0,0,0;--theme-mui-primary-rgb:24,161,168;--theme-mui-main-reverse-rgb:255,255,255;--theme-sub-background:#f5f5f5;--theme-form-background:#fff;--theme-main-title-color:#000;--theme-main-title-text-shadow:unset;--theme-main-text-color:#000;--theme-desc-text-color:#666}:root .theme-dark{--theme-primary:#19b9c3;--theme-secondary:#50fec5;--theme-primary-text:#fff;--theme-secondary-text:#fff;--theme-disabled-text:#777;--theme-background:#141414;--theme-error-text:#ff8b81;--theme-global-background-red:#fff7f8;--theme-global-background-green:#f5fdf8;--theme-global-background-blue:#f6fbfe;--theme-global-background-purple:#f7f8fe;--theme-global-background-orange:rgba(230,125,1,.04);--theme-mui-main-rgb:255,255,255;--theme-mui-primary-rgb:25,185,195;--theme-mui-main-reverse-rgb:0,0,0;--theme-sub-background:#292f36;--theme-form-background:#000;--theme-main-title-color:#fff;--theme-main-title-text-shadow:0 0 6px rgba(25,185,195,.7);--theme-main-text-color:#fff;--theme-desc-text-color:#666}*{box-sizing:border-box;font-family:Roboto,Noto Sans TC,sans-serif}body,html{overflow-x:hidden}body::-webkit-scrollbar-track,html::-webkit-scrollbar-track{background-color:transparent}body::-webkit-scrollbar,html::-webkit-scrollbar{background-color:transparent;min-width:4px;width:.7vw}body::-webkit-scrollbar-thumb,html::-webkit-scrollbar-thumb{background-color:rgba(var(--theme-mui-main-rgb),.38);border-radius:8px}#root,body,html{height:100%;overflow:hidden;position:relative;width:100%}#root{display:flex;flex-direction:column}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#353b43;color:#fff;font-family:Roboto,Noto Sans TC,sans-serif;font-size:15px;margin:0;padding:0;width:100%}body ::-moz-placeholder,body ::-webkit-input-placeholder,body ::placeholder{color:#777}body :focus{outline:none}body code,body pre,body textarea{font-family:Roboto,Noto Sans TC,sans-serif}li,ul{list-style:none;margin:0;padding:0}.page{padding-top:60px}.divider{align-items:center;background-color:#42484f;display:flex;height:2px;justify-content:center;width:calc(min(100vw,1366px)*.17277)}.divider:before{background-color:#57cbcc;content:"";height:4px;width:15%}.btn{border-radius:30px;cursor:pointer;padding:6px 8px;text-align:center}.btn_gradient{background-image:linear-gradient(90deg,#50fec5,#19b9c3 66%);color:#fff}.animation-in{opacity:1;transition:all 1s ease-in-out}.animation-out-left{opacity:0;transform:translate3d(calc(min(100vw, 1366px)*-.10981),0,0);transition:all 1s ease-in-out}.animation-out-right{opacity:0;transform:translate3d(calc(min(100vw, 1366px)*.10981),0,0);transition:all 1s ease-in-out}