@charset "UTF-8";.navbar[data-v-8813adf1]{position:fixed;top:0;left:0;right:0;z-index:300;height:120px;display:flex;align-items:center;transition:background .3s ease,box-shadow .3s ease,height .3s ease}.navbar--scrolled[data-v-8813adf1]{background:#fffffff2;box-shadow:0 2px 20px #0000000f;height:80px}.navbar__inner[data-v-8813adf1]{width:100%;max-width:1400px;margin:0 auto;padding:0 20px;display:flex;align-items:center;justify-content:space-between}.navbar__logo[data-v-8813adf1]{font-size:34px;font-weight:700;color:#1f7bf8;text-decoration:none}.navbar__left[data-v-8813adf1]{display:flex;align-items:center;gap:8px}.navbar__left .logo-icon[data-v-8813adf1]{width:52px;height:52px}.navbar__center[data-v-8813adf1]{display:flex;gap:40px}.navbar__link[data-v-8813adf1]{color:#333;text-decoration:none;font-size:24px;transition:color .2s ease;position:relative}.navbar__link[data-v-8813adf1]:after{content:"";position:absolute;bottom:-4px;left:50%;width:100%;height:2px;background:#1f7bf8;border-radius:1px;transform:translate(-50%) scaleX(0);transform-origin:center;transition:transform .4s cubic-bezier(.34,1.56,.64,1)}.navbar__link[data-v-8813adf1]:hover{color:#1f7bf8}.navbar__link[data-v-8813adf1]:hover:after{transform:translate(-50%) scaleX(1)}.navbar__link.router-link-active[data-v-8813adf1]{color:#1f7bf8;font-weight:600}.navbar__right[data-v-8813adf1]{position:relative}.navbar__btn[data-v-8813adf1]{padding:8px 24px;border:1px solid #1F7BF8;border-radius:10px;background:#1f7bf8;color:#fff;text-decoration:none;font-size:16px;transition:all .2s ease}.navbar__btn[data-v-8813adf1]:hover{opacity:.9}.navbar__user[data-v-8813adf1]{display:flex;align-items:center;gap:2px;cursor:pointer;padding:6px 12px;border-radius:10px;transition:background .2s ease}.navbar__user[data-v-8813adf1]:hover{background:#f5f7fa}.navbar__username[data-v-8813adf1]{font-size:16px;color:#333}.navbar__arrow[data-v-8813adf1]{font-size:22px;color:#999;transition:transform .35s cubic-bezier(.34,1.56,.64,1)}.navbar__arrow--open[data-v-8813adf1]{transform:rotate(180deg)}.navbar__dropdown[data-v-8813adf1]{position:absolute;top:calc(100% + 8px);right:0;background:#fff;border-radius:10px;box-shadow:0 4px 20px #00000014;min-width:140px;overflow:hidden;animation:dropdown-in-8813adf1 .2s ease}.navbar__dropdown-item[data-v-8813adf1]{display:block;padding:12px 20px;font-size:14px;color:#333;text-decoration:none;cursor:pointer;transition:background .2s ease}.navbar__dropdown-item[data-v-8813adf1]:hover{background:#eef1f6}.navbar__dropdown-item+.navbar__dropdown-item[data-v-8813adf1]{border-top:1px solid #E8E8E8}@keyframes dropdown-in-8813adf1{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.navbar__hamburger[data-v-8813adf1]{display:none;flex-direction:column;justify-content:center;gap:5px;width:36px;height:36px;background:transparent;border:none;cursor:pointer;padding:6px;z-index:310;transition:transform .3s cubic-bezier(.34,1.56,.64,1)}.navbar__hamburger[data-v-8813adf1]:active{transform:scale(.9)}.navbar__hamburger span[data-v-8813adf1]{display:block;width:24px;height:2px;background:#333;border-radius:1px;transition:transform .4s cubic-bezier(.34,1.56,.64,1),opacity .25s ease}.navbar__hamburger--open[data-v-8813adf1]{transform:scale(1.05)}.navbar__hamburger--open span[data-v-8813adf1]:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.navbar__hamburger--open span[data-v-8813adf1]:nth-child(2){opacity:0;transform:scale(.5)}.navbar__hamburger--open span[data-v-8813adf1]:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.navbar-drawer-mask[data-v-8813adf1]{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:290;background:#00000073}.navbar-drawer[data-v-8813adf1]{display:none;position:fixed;top:0;right:0;width:280px;height:100vh;z-index:300;background:#fff;box-shadow:-4px 0 20px #0000001a;transform:translate(100%);transition:transform .35s ease}.navbar-drawer--open[data-v-8813adf1]{transform:translate(0)}.navbar-drawer__inner[data-v-8813adf1]{padding:100px 32px 40px;display:flex;flex-direction:column;gap:8px}.navbar-drawer__user[data-v-8813adf1]{font-size:22px;font-weight:600;color:#1f7bf8;padding:16px 0;border-bottom:1px solid #E8E8E8;margin-bottom:8px}.navbar-drawer__link[data-v-8813adf1]{display:block;padding:16px 0;font-size:18px;color:#333;text-decoration:none;border-bottom:1px solid #E8E8E8;transition:color .2s ease}.navbar-drawer__link[data-v-8813adf1]:hover{color:#1f7bf8}.navbar-drawer__btn[data-v-8813adf1]{display:inline-flex;align-items:center;justify-content:center;margin-top:16px;padding:14px 0;width:100%;background:#1f7bf8;color:#fff;text-decoration:none;font-size:16px;border-radius:10px;text-align:center;border:none;cursor:pointer}.navbar-drawer__btn--logout[data-v-8813adf1]{background:#fff;color:red;border:1px solid #FF0000}@media (max-width: 768px){.navbar__center[data-v-8813adf1],.navbar__right[data-v-8813adf1]{display:none!important}.navbar__logo[data-v-8813adf1]{font-size:24px!important}.navbar__left .logo-icon[data-v-8813adf1]{width:36px!important;height:36px!important}.navbar__hamburger[data-v-8813adf1]{display:flex!important}.navbar-drawer-mask[data-v-8813adf1],.navbar-drawer[data-v-8813adf1]{display:block!important}}.footer[data-v-8e8e11fc]{background:#fff;opacity:0}.footer__inner[data-v-8e8e11fc]{max-width:1400px;margin:0 auto;padding:60px 20px 20px}.footer__top[data-v-8e8e11fc]{display:flex;justify-content:space-between;gap:40px;padding-bottom:40px;border-bottom:1px solid #eee}.footer__top[data-v-8e8e11fc]>*{opacity:0;transform:translateY(25px)}.footer__col--brand[data-v-8e8e11fc]{max-width:340px}.footer__logo-container[data-v-8e8e11fc]{display:flex;align-items:center;gap:8px}.footer .logo-icon[data-v-8e8e11fc]{width:56px;height:56px}.footer__logo[data-v-8e8e11fc]{font-size:37px;font-weight:700;color:#171717;text-decoration:none}.footer__slogan[data-v-8e8e11fc]{margin-top:16px;font-size:22px;color:#171717}.footer__col-title[data-v-8e8e11fc]{font-size:33px;font-weight:400;color:#171717;margin-bottom:24px}.footer__links[data-v-8e8e11fc]{list-style:none;padding:0;margin:0}.footer__links li[data-v-8e8e11fc]{margin-bottom:12px}.footer__links li a[data-v-8e8e11fc]{color:#171717;text-decoration:none;font-size:22px;transition:color .3s}.footer__links li a[data-v-8e8e11fc]:hover{color:#1f7bf8}.footer__phone[data-v-8e8e11fc]{font-size:22px}.footer__bottom[data-v-8e8e11fc]{padding-top:20px;text-align:center;font-size:16px;color:#171717}.default-layout[data-v-fbe4b192]{display:flex;flex-direction:column;min-height:100vh}.default-layout__main[data-v-fbe4b192]{flex:1}.auth-layout[data-v-d2098c45]{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center}.auth-layout__bg[data-v-d2098c45]{position:absolute;top:0;right:0;bottom:0;left:0;background:url(/assets/bg-auth-B89MAeYT.png) no-repeat center/cover;z-index:0}.auth-layout__content[data-v-d2098c45]{position:relative;z-index:1;width:100%}.toast-message[data-v-acc2b7f9]{position:fixed;top:22%;left:50%;transform:translate(-50%);z-index:600;display:flex;align-items:center;gap:8px;padding:12px 28px;border-radius:10px;font-size:14px;color:#fff;background:#0000008c;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);white-space:nowrap;pointer-events:none}.toast-message--success[data-v-acc2b7f9]{background:#10b981b8}.toast-message--error[data-v-acc2b7f9]{background:#ef4444b8}.toast-message--warning[data-v-acc2b7f9]{background:#f59e0bb8}.toast-message__icon[data-v-acc2b7f9]{font-size:14px;font-weight:700}.toast-slide-enter-active[data-v-acc2b7f9]{transition:all .45s cubic-bezier(.34,1.56,.64,1)}.toast-slide-leave-active[data-v-acc2b7f9]{transition:all .3s ease}.toast-slide-enter-from[data-v-acc2b7f9]{opacity:0;transform:translate(-50%) translateY(-24px) scale(.9)}.toast-slide-leave-to[data-v-acc2b7f9]{opacity:0;transform:translate(-50%) translateY(-14px) scale(.95)}.global-loading-bar[data-v-c7617313]{position:fixed;top:0;left:0;z-index:9999;width:100%;height:4px;background:linear-gradient(90deg,#1f7bf8,#a0cfff,#1f7bf8);background-size:200% 100%;animation:loading-slide-c7617313 2.8s linear infinite}@keyframes loading-slide-c7617313{0%{background-position:200% 0}to{background-position:-200% 0}}.loading-fade-enter-active[data-v-c7617313]{transition:opacity .2s ease}.loading-fade-leave-active[data-v-c7617313]{transition:opacity .4s ease}.loading-fade-enter-from[data-v-c7617313],.loading-fade-leave-to[data-v-c7617313]{opacity:0}#app{width:100%;min-height:100vh}.page-fade-enter-active{transition:opacity .3s ease,transform .3s ease}.page-fade-leave-active{transition:opacity .2s ease,transform .2s ease}.page-fade-enter-from,.page-fade-leave-to{opacity:0;transform:scale(.995)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}body{margin:0;padding:0;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,Helvetica Neue,Arial,sans-serif;font-size:16px;line-height:1.6;color:#333;background:#fff}h1,h2,h3,h4,h5,h6{margin:0;font-weight:600;line-height:1.3}p{margin:0}a{color:inherit;text-decoration:none}ul,ol{list-style:none;padding:0;margin:0}img,svg{display:block;max-width:100%;height:auto}button{border:none;outline:none;cursor:pointer;background:none;padding:0;font:inherit;color:inherit}input,textarea,select{font-family:inherit;font-size:inherit}table{border-collapse:collapse;border-spacing:0}body{overflow-x:hidden}::selection{background:#1f7bf814;color:#1f7bf8}.fade-enter-active,.fade-leave-active{transition:opacity .3s ease}.fade-enter-from,.fade-leave-to{opacity:0}input,textarea,select{transition:border-color .3s ease,box-shadow .3s ease,transform .25s cubic-bezier(.34,1.56,.64,1)}input:focus,textarea:focus,select:focus{outline:none;border-color:#1f7bf8;box-shadow:0 0 0 2px #1f7bf826;transform:scale(1.01)}.page-enter-active{transition:opacity .5s ease,transform .6s cubic-bezier(.34,1.56,.64,1)}.page-leave-active{transition:opacity .2s ease}.page-enter-from{opacity:0;transform:translateY(18px)}.page-leave-to{opacity:0}@media (max-width: 768px){.navbar-drawer{display:block!important}.navbar-drawer__link.router-link-active,.navbar-drawer__link.router-link-exact-active{color:#1f7bf8!important;font-weight:700!important}.navbar-drawer__inner{padding-top:24px!important}.navbar-drawer__user{font-size:20px!important;font-weight:600!important;color:#1f7bf8!important;padding:16px 0!important;border-bottom:0!important;margin-bottom:8px!important}.navbar-drawer__link{-webkit-tap-highlight-color:transparent}.footer__inner{padding:40px 16px 24px!important}.footer__top{flex-direction:column!important;gap:32px!important}.footer__col--brand{max-width:100%!important}.footer__logo{font-size:28px!important}.footer .logo-icon{width:40px!important;height:40px!important}.footer__slogan{font-size:16px!important}.footer__col-title{font-size:24px!important;margin-bottom:12px!important}.footer__links li a,.footer__phone{font-size:16px!important}.footer__bottom{font-size:13px!important}.hero__inner{justify-content:center!important}.hero__text{max-width:100%!important;text-align:center!important}.hero__title{font-size:30px!important}.hero__subtitle{font-size:22px!important;margin-bottom:28px!important}.hero__actions{justify-content:center!important;flex-wrap:wrap!important;gap:12px!important}.hero__btn{height:44px!important;padding:0 24px!important;font-size:14px!important}.hero__pager{bottom:24px!important}.hero__pager-dot{width:18px!important;height:9px!important}.hero__pager-bar{height:9px!important}.hero__float-circle--1{width:100px!important;height:100px!important}.hero__float-circle--2{width:140px!important;height:140px!important}.advantages__inner{padding:60px 16px 0!important}.advantages__header{flex-direction:column!important;align-items:flex-start!important;gap:16px!important;margin-bottom:32px!important}.advantages__heading{font-size:32px!important}.advantages__desc{font-size:20px!important}.advantages__navs{align-self:flex-end!important}.advantages__card{min-height:180px!important;padding:24px 20px!important}.advantages__card-title{font-size:24px!important}.advantages__card-desc{font-size:15px!important}.scenario{margin-top:0!important}.scenario__inner{flex-direction:column!important;gap:24px!important;padding:0 16px!important}.scenario__left{max-width:100%!important;text-align:center!important}.scenario__en{font-size:40px!important}.scenario__bar{width:4px!important;height:40px!important;margin:16px auto!important}.scenario__title{font-size:28px!important}.scenario__subtitle{font-size:18px!important}.scenario__right{width:100%!important}.scenario__video{width:100%!important;height:auto!important;aspect-ratio:16/9!important;border-radius:16px!important}.scenario__bg{background-size:cover!important;transform:none!important}.stats__inner{flex-direction:column!important;gap:32px!important;padding:0 16px!important;transform:none!important}.stats__left{justify-content:center!important}.stats__device{max-width:280px!important}.stats__text{width:100%!important}.stats__title{font-size:28px!important;margin-bottom:60px!important}.stats__bg-text{font-size:28px!important;top:22px!important}.stats__grid{gap:40px 30px!important}.stats__value{font-size:40px!important}.stats__label{font-size:18px!important}.stats__divider{bottom:-20px!important}.brand__inner{justify-content:center!important;padding:0 16px!important}.brand__text{max-width:100%!important}.brand__block-title{font-size:28px!important}.brand p{font-size:16px!important}.pricing{padding:120px 16px 60px!important}.pricing__hero{padding:0!important;margin-bottom:40px!important}.pricing__title{font-size:30px!important}.pricing__subtitle-en,.pricing__subtitle{font-size:15px!important}.pricing__cards{flex-direction:column!important;align-items:center!important;gap:24px!important;padding:0!important}.pricing__card{max-width:100%!important;width:100%!important}.pricing__card-top{padding:20px!important;height:90px!important}.pricing__card-version{font-size:20px!important}.pricing__card-desc-text{font-size:14px!important}.pricing__card-badge{width:44px!important;height:44px!important;font-size:14px!important}.pricing__card-bottom{padding:20px!important}.pricing__card-item-val{font-size:22px!important}.pricing__card-item-label{font-size:15px!important}.pricing__card-btn{width:100%!important}.guide{height:auto!important;min-height:100vh!important}.guide__inner{flex-direction:column!important;gap:16px!important;height:auto!important;padding:100px 16px 40px!important}.guide__left{width:100%!important;flex-direction:row!important;overflow-x:auto!important;gap:0!important;flex-shrink:0!important}.guide__tab{height:44px!important;padding:0 20px!important;font-size:16px!important;white-space:nowrap!important;border-radius:8px 8px 0 0!important}.guide__slider{height:44px!important;border-radius:8px 8px 0 0!important}.guide__right{padding:24px 20px!important}.guide__panel{flex-direction:column!important;gap:20px!important}.guide__panel-img{width:100%!important;height:auto!important;aspect-ratio:16/10!important}.guide__panel-title{font-size:18px!important}.guide__panel-line{font-size:15px!important;line-height:1.7!important}.download{height:auto!important;min-height:100vh!important}.download__inner{padding:100px 16px 40px!important;height:auto!important;gap:32px!important}.download__top{flex-direction:column!important;gap:32px!important}.download__left{max-width:100%!important}.download__title{font-size:30px!important}.download__tagline{font-size:36px!important}.download__desc{font-size:15px!important;margin-bottom:24px!important}.download__cards{flex-direction:column!important}.download__right{order:-1!important}.download__preview{width:100%!important;max-width:360px!important}.download__features{flex-wrap:wrap!important;padding:20px!important;gap:16px!important}.download-card__icon{font-size:60px!important}.download-card__label{font-size:14px!important}.download-card__btn{max-width:100%!important}.download-feature{flex:0 0 calc(50% - 12px)!important;flex-direction:column!important;text-align:center!important}.download-feature:not(:last-child):after{display:none!important}.download-feature__icon{width:56px!important}.download-feature__title{font-size:18px!important}.download-feature__line{font-size:13px!important}.login__logo{top:20px!important;left:20px!important}.login__logo-icon{width:40px!important;height:40px!important}.login__logo-text{font-size:24px!important}.login__main{flex-direction:column!important;gap:32px!important;padding:0 16px!important;justify-content:center!important}.login__brand{display:none!important}.login__form-card{width:100%!important;max-width:100%!important;padding:32px 24px!important}.login__welcome{font-size:32px!important;margin-bottom:28px!important}.login__input{height:52px!important;font-size:14px!important}.login__code-btn{height:50px!important;width:100px!important;font-size:12px!important}.login__input--code{padding-right:110px!important}.login__submit{height:52px!important;font-size:18px!important;margin-top:40px!important}.login__agreement-row{flex-wrap:wrap!important;gap:8px!important}.login__bottom{flex-wrap:wrap!important;gap:4px!important;margin-top:20px!important}.login__bottom-text,.login__bottom-link,.login__bottom-phone{font-size:13px!important}.agreement-modal{width:92vw!important;max-height:80vh!important}.register__logo{top:20px!important;left:20px!important}.register__logo-icon{width:40px!important;height:40px!important}.register__logo-text{font-size:24px!important}.register__main{flex-direction:column!important;gap:32px!important;padding:0 16px!important;justify-content:center!important}.register__brand{display:none!important}.register__form-card{width:100%!important;max-width:100%!important;padding:32px 24px!important}.register__welcome{font-size:32px!important;margin-bottom:28px!important}.register__input{height:52px!important;font-size:14px!important}.register__code-btn{height:50px!important;width:100px!important;font-size:12px!important}.register__input--code{padding-right:110px!important}.register__submit{height:52px!important;font-size:18px!important;margin-top:20px!important}.register__bottom{flex-wrap:wrap!important;gap:4px!important;margin-top:20px!important}.register__bottom-text,.register__bottom-link,.register__bottom-phone{font-size:13px!important}.user-layout__main{height:auto!important;min-height:100vh!important;overflow:visible!important;padding-bottom:40px!important}.user-layout__inner{flex-direction:column!important;gap:16px!important;height:auto!important;padding:90px 16px 0!important}.user-layout__sidebar{width:100%!important;flex-direction:row!important;padding:12px 8px!important;border-radius:12px!important;overflow-x:auto!important;gap:8px!important}.user-layout__content{width:100%!important;min-height:60vh!important}.sidebar-nav{flex-direction:row!important;padding:0!important;gap:8px!important;flex-shrink:0!important;position:relative!important}.sidebar-nav__slider{height:40px!important;border-radius:8px!important}.sidebar-nav__item{height:40px!important;padding:0 16px!important;font-size:15px!important;white-space:nowrap!important;border-radius:8px!important;gap:6px!important}.sidebar-nav__icon{font-size:22px!important}.sidebar-service{display:none!important}.profile-page{border-radius:12px!important}.profile-header{padding:20px 16px!important}.welcome-title-row{flex-wrap:wrap!important;gap:6px!important}.welcome-username,.welcome-text{font-size:24px!important}.version-tag{font-size:14px!important;padding:2px 12px!important}.welcome-subtitle{font-size:14px!important}.cards-section{flex-direction:column!important;gap:12px!important}.card{padding:16px!important}.card--info{flex:1!important}.card-value{font-size:24px!important}.info-split{flex-direction:column!important;gap:12px!important}.info-block:first-child{width:100%!important}.info-divider{width:100%!important;height:1px!important;margin:0!important}.profile-tabs-section{padding:16px!important}.tabs{gap:24px!important}.tabs__slider{top:auto!important;bottom:-1px!important;height:2px!important;border-radius:1px!important}.tab{font-size:14px!important;padding-bottom:10px!important}.table-scroll{overflow-x:auto!important}.table-scroll table{min-width:600px!important}th{font-size:14px!important;padding:0 10px!important}td{font-size:13px!important;padding:8px 10px!important}.account-page{padding:20px 16px!important;border-radius:12px!important}.account-section__title{font-size:20px!important}.account-input{width:100%!important;max-width:100%!important}.account-pwd-row{width:100%!important}.account-section__row{flex-direction:column!important;align-items:flex-start!important}.modal-card{width:92vw!important;padding:24px!important}.account-actions{gap:12px!important}.invitation-page{padding:20px 16px!important;border-radius:12px!important}.invitation-section__title{font-size:20px!important}.invitation-input{width:100%!important;max-width:100%!important}.invitation-btn{width:100%!important;text-align:center!important}.invoice-page{padding:20px 16px!important;border-radius:12px!important}.invoice-form-row--split{flex-direction:column!important;gap:16px!important;width:100%!important}.invoice-field{width:100%!important;flex:1!important}.invoice-input{width:100%!important;max-width:100%!important}.invoice-label{font-size:16px!important}.invoice-btn{width:100%!important}.invoice-section--table .table-scroll{overflow-x:auto!important}.invoice-section--table .table-scroll table{min-width:700px!important}.empty-text{font-size:18px!important}.pay-modal{width:92vw!important;padding:28px 20px!important}.toast-message{max-width:90vw!important;font-size:14px!important;padding:12px 24px!important}.pagination{padding:12px 0 0!important;gap:12px!important}.pagination button{width:28px!important;height:28px!important;font-size:12px!important}.pagination span{font-size:12px!important}}
