@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&family=Inter:wght@300;400;500;600;700&family=Fira+Code:wght@400;500&display=swap";.vue-button{display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;margin:0;padding:6px 16px;font-size:14px;font-weight:500;line-height:1.5;text-align:center;text-decoration:none;cursor:pointer;border:1px solid #d9d9d9;border-radius:4px;transition:all .3s ease;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none}.vue-button--small{padding:4px 12px;font-size:12px;height:28px}.vue-button--medium{padding:6px 16px;font-size:14px;height:36px}.vue-button--large{padding:8px 24px;font-size:16px;height:44px}.vue-button--circle{border-radius:50%;padding:0;width:36px;height:36px}.vue-button__content{display:inline-flex;align-items:center;justify-content:center;gap:4px}.vue-button__icon{display:inline-flex;align-items:center;justify-content:center}.vue-button__loading{position:absolute;display:inline-flex;align-items:center;justify-content:center}.vue-loading{width:16px;height:16px;animation:spin 1s linear infinite}.vue-loading__circle{animation:dash 1.5s ease-in-out infinite}@keyframes dash{0%{stroke-dashoffset:100}50%{stroke-dashoffset:25}to{stroke-dashoffset:100}}.vue-icon{display:inline-flex;align-items:center;justify-content:center;line-height:1;transition:color .3s ease;cursor:default}.vue-icon--spin{animation:spin 1s linear infinite}.vue-icon--pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.vue-icon svg{width:100%;height:100%;fill:currentColor}.vue-input{display:inline-flex;align-items:center;width:100%;position:relative;font-family:Inter,sans-serif}.vue-input__inner{width:100%;padding:.875rem 1.125rem;font-size:.9375rem;border:2px solid #e2e8f0;border-radius:.75rem;background:#f8fafc;transition:all .3s ease;outline:none;font-family:inherit}.vue-input__inner:focus{border-color:#2563eb;background:#fff;box-shadow:0 0 0 4px #2563eb1a}.vue-input__inner:disabled{background:#f1f5f9;cursor:not-allowed;opacity:.6}.vue-input__prefix,.vue-input__suffix{position:absolute;display:flex;align-items:center;justify-content:center;color:#64748b;pointer-events:none}.vue-input__suffix{right:1rem;pointer-events:auto}.vue-input__clear,.vue-input__password-toggle{cursor:pointer;transition:color .2s ease}.vue-input--small .vue-input__inner{padding:.5rem .875rem;font-size:.875rem;border-radius:.625rem}.vue-input--large .vue-input__inner{padding:1rem 1.25rem;font-size:1rem;border-radius:.875rem}.vue-tag{display:inline-flex;align-items:center;padding:.375rem .875rem;font-size:.8125rem;font-weight:500;border-radius:9999px;transition:all .2s ease;gap:.375rem}.vue-tag--default,.vue-tag--default.vue-tag--light{background:#f1f5f9;color:#475569}.vue-tag--default.vue-tag--dark{background:#334155;color:#f8fafc}.vue-tag--default.vue-tag--plain{background:transparent;border:1px solid #e2e8f0;color:#64748b}.vue-tag--primary,.vue-tag--primary.vue-tag--light{background:linear-gradient(135deg,#2563eb1a,#7c3aed1a);color:#2563eb}.vue-tag--primary.vue-tag--dark{background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff}.vue-tag--primary.vue-tag--plain{background:transparent;border:1px solid rgba(37,99,235,.3);color:#2563eb}.vue-tag--success,.vue-tag--success.vue-tag--light{background:#10b9811a;color:#10b981}.vue-tag--success.vue-tag--dark{background:#10b981;color:#fff}.vue-tag--success.vue-tag--plain{background:transparent;border:1px solid rgba(16,185,129,.3);color:#10b981}.vue-tag--warning,.vue-tag--warning.vue-tag--light{background:#f973161a;color:#f97316}.vue-tag--warning.vue-tag--dark{background:#f97316;color:#fff}.vue-tag--warning.vue-tag--plain{background:transparent;border:1px solid rgba(249,115,22,.3);color:#f97316}.vue-tag--danger,.vue-tag--danger.vue-tag--light{background:#ef44441a;color:#ef4444}.vue-tag--danger.vue-tag--dark{background:#ef4444;color:#fff}.vue-tag--danger.vue-tag--plain{background:transparent;border:1px solid rgba(239,68,68,.3);color:#ef4444}.vue-tag__close{cursor:pointer;opacity:.7;transition:opacity .2s;display:inline-flex;align-items:center;justify-content:center}.vue-card{background:#fff;border-radius:1.25rem;box-shadow:0 4px 20px -2px #00000014;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);border:1px solid rgba(226,232,240,.6)}.vue-card--bordered{border:1px solid rgba(226,232,240,.6)}.vue-card--hoverable:hover,.vue-card--shadow-hover:hover{transform:translateY(-8px);box-shadow:0 25px 40px -12px #00000026;border-color:#2563eb33}.vue-card__header{padding:1.25rem 1.5rem;border-bottom:1px solid rgba(226,232,240,.6);font-weight:600;color:#0f172a}.vue-card__footer{padding:1.25rem 1.5rem;border-top:1px solid rgba(226,232,240,.6);background:#f8fafc}.vue-progress{position:relative;display:flex;align-items:center}.vue-progress__line{flex:1;vertical-align:middle}.vue-progress__outer{display:inline-block;width:100%;border-radius:9999px;height:8px;background:#e2e8f0;overflow:hidden}.vue-progress__bar{height:100%;border-radius:9999px;background:linear-gradient(90deg,#2563eb,#7c3aed);transition:width 1.5s ease;position:relative}.vue-progress__text{margin-left:.5rem;font-size:.875rem;color:#64748b;font-weight:500;white-space:nowrap}.vue-progress__circle{position:relative;display:inline-flex;align-items:center;justify-content:center}.vue-progress__circle-bar{transform:rotate(-90deg);transform-origin:center;transition:stroke-dashoffset 1.5s ease}.vue-select{position:relative;width:100%;font-family:Inter,sans-serif}.vue-select__trigger{display:flex;align-items:center;width:100%;padding:.875rem 1.125rem;font-size:.9375rem;border:2px solid #e2e8f0;border-radius:.75rem;background:#f8fafc;cursor:pointer;transition:all .3s ease;position:relative}.vue-select--open .vue-select__trigger{border-color:#2563eb;background:#fff;box-shadow:0 0 0 4px #2563eb1a}.vue-select--disabled .vue-select__trigger{background:#f1f5f9;cursor:not-allowed;opacity:.6}.vue-select__value{flex:1;color:#1f2937}.vue-select__input{flex:1;border:none;background:transparent;outline:none;font-size:inherit}.vue-select__arrow{margin-left:.5rem;transition:transform .2s;color:#64748b;pointer-events:none}.vue-select__clear{margin-left:.5rem;cursor:pointer;color:#94a3b8;transition:color .2s}.vue-select__dropdown{position:absolute;top:calc(100% + .5rem);left:0;right:0;background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;box-shadow:0 10px 15px -3px #0000001a;z-index:1000;max-height:240px;overflow-y:auto}.vue-select__option{padding:.75rem 1.125rem;cursor:pointer;transition:background .2s;color:#1f2937}.vue-select__option--selected{color:#2563eb;font-weight:600;background:#2563eb0d}.vue-select__option--disabled:hover{background:transparent}.vue-select__empty{padding:1.5rem;text-align:center;color:#94a3b8}.vue-select--small .vue-select__trigger{padding:.5rem .875rem;font-size:.875rem;border-radius:.625rem}.vue-select--large .vue-select__trigger{padding:1rem 1.25rem;font-size:1rem;border-radius:.875rem}.vue-product-card{background:#fff;border-radius:1.25rem;box-shadow:0 4px 20px -2px #00000014;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);border:1px solid rgba(226,232,240,.6);cursor:pointer}.vue-product-card--hoverable:hover{transform:translateY(-8px);box-shadow:0 25px 40px -12px #00000026;border-color:#2563eb33}.vue-product-card__image{position:relative;aspect-ratio:16/9;background:linear-gradient(135deg,#667eea,#764ba2);overflow:hidden}.vue-product-card__img{width:100%;height:100%;background-size:cover;background-position:center}.vue-product-card__icon{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:4rem}.vue-product-card__overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.7),transparent);opacity:0;transition:all .3s ease;display:flex;align-items:flex-end;padding:1.5rem}.vue-product-card__buy-btn{width:100%;padding:.75rem 1.5rem;background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;border:none;border-radius:.75rem;font-weight:600;cursor:pointer;transition:all .3s ease}.vue-product-card__tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}.vue-product-card__tag{display:inline-flex;align-items:center;padding:.25rem .75rem;font-size:.75rem;font-weight:500;border-radius:9999px;background:linear-gradient(135deg,#2563eb1a,#7c3aed1a);color:#2563eb}.vue-product-card__title{font-size:1.125rem;font-weight:600;color:#0f172a;margin-bottom:.75rem;line-height:1.4}.vue-product-card__meta{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.vue-product-card__rating{display:flex;align-items:center;gap:.125rem}.vue-product-card__star-half{color:#fbbf24;font-size:.875rem;background:linear-gradient(90deg,#fbbf24 50%,#e2e8f0 50%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.vue-product-card__reviews{color:#94a3b8;font-size:.875rem;margin-left:.5rem}.vue-product-card__price{display:flex;align-items:baseline;gap:.5rem}.vue-product-card__current-price{font-size:1.5rem;font-weight:700;color:#2563eb}.vue-product-card__original-price{font-size:.875rem;color:#94a3b8;text-decoration:line-through}.vue-hero{position:relative;display:flex;align-items:center;padding-top:6rem;overflow:hidden}.vue-hero__bg{position:absolute;inset:0;overflow:hidden;pointer-events:none}.vue-hero__blob{position:absolute;border-radius:50%;filter:blur(80px);animation:float 6s ease-in-out infinite}.vue-hero__blob--2{width:20rem;height:20rem;bottom:10%;left:5%;animation-delay:1.5s}.vue-hero__content{position:relative;z-index:10;display:grid;grid-template-columns:1fr;gap:3rem;align-items:center;padding-top:4rem;padding-bottom:4rem}@media(min-width:1024px){.vue-hero__content{grid-template-columns:1fr 1fr}}@media(min-width:1024px){.vue-hero__text{text-align:left}}.vue-hero__badge{display:inline-block;padding:.625rem 1.25rem;background:#ffffff26;backdrop-filter:blur(10px);border-radius:9999px;font-size:.875rem;color:#ffffffe6;margin-bottom:1.5rem;animation:fadeInUp .7s ease forwards}.vue-hero__title{font-family:Poppins,sans-serif;font-size:2.5rem;font-weight:800;color:#fff;line-height:1.2;margin-bottom:1.5rem}@media(min-width:768px){.vue-hero__title{font-size:3.5rem}}@media(min-width:1024px){.vue-hero__title{font-size:4rem}}.vue-hero__subtitle{display:block;background:linear-gradient(135deg,#60a5fa,#a78bfa,#34d399);background-size:200% 200%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:gradientShift 5s ease infinite}.vue-hero__description{font-size:1.125rem;color:#fffc;line-height:1.7;max-width:36rem;margin-bottom:2.5rem}@media(min-width:1024px){.vue-hero__description{margin-left:0;margin-right:0}}.vue-hero__actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}@media(min-width:1024px){.vue-hero__actions{justify-content:flex-start}}.vue-hero__btn{padding:1rem 2rem;font-size:1rem;font-weight:600;border-radius:.75rem;transition:all .3s ease;cursor:pointer;border:none}.vue-hero__btn--primary{background:#fff;color:#2563eb;box-shadow:0 4px 14px #0000001a}.vue-hero__btn--outline{background:transparent;color:#fff;border:2px solid white}.vue-hero__btn--outline:hover{background:#fff;color:#2563eb;transform:translateY(-2px)}@media(min-width:1024px){.vue-hero__visual{display:block}}@keyframes gradientShift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.vue-footer{background:#0f172a;color:#fff;padding-top:4rem;padding-bottom:2rem}.vue-footer__container{display:flex;flex-direction:column;gap:3rem}.vue-footer__grid{display:grid;grid-template-columns:1fr;gap:2.5rem}@media(min-width:768px){.vue-footer__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.vue-footer__grid{grid-template-columns:repeat(4,1fr)}}.vue-footer__section{display:flex;flex-direction:column}.vue-footer__brand{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.vue-footer__logo-icon{width:2.5rem;height:2.5rem;background:linear-gradient(135deg,#2563eb,#7c3aed);border-radius:.75rem;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.25rem}.vue-footer__logo-text{font-size:1.25rem;font-weight:700;font-family:Poppins,sans-serif}.vue-footer__desc{color:#94a3b8;font-size:.875rem;line-height:1.7;margin-bottom:1rem}.vue-footer__social{display:flex;gap:.75rem}.vue-footer__heading{font-size:1.125rem;font-weight:600;margin-bottom:1rem;color:#fff}.vue-footer__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.vue-footer__link{color:#94a3b8;text-decoration:none;font-size:.875rem;transition:color .2s ease}.vue-footer__contact-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.vue-footer__contact-item{display:flex;align-items:flex-start;gap:.5rem;color:#94a3b8;font-size:.875rem;line-height:1.5}.vue-footer__bottom{display:flex;flex-direction:column;align-items:center;gap:1rem;padding-top:2rem;border-top:1px solid #1e293b}@media(min-width:768px){.vue-footer__bottom{flex-direction:row;justify-content:space-between}}.vue-footer__copyright{color:#64748b;font-size:.875rem;margin:0}.vue-footer__legal{display:flex;gap:1.5rem}.vue-footer__legal a{color:#64748b;text-decoration:none;font-size:.875rem;transition:color .2s ease}.vue-timeline--vertical:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#2563eb,#7c3aed);border-radius:3px}.vue-timeline--horizontal{display:flex;gap:2rem;padding:0}.vue-timeline--horizontal .vue-timeline__item{flex:1;padding-left:0;padding-top:2rem}.vue-timeline--horizontal .vue-timeline__item:before{content:"";position:absolute;inset:0 50%;background:linear-gradient(90deg,#2563eb,#7c3aed);height:3px;border-radius:3px}.vue-timeline__item{position:relative;padding-bottom:2.5rem;cursor:pointer}.vue-timeline__marker{position:absolute;left:-2rem;top:.5rem}@media(min-width:1024px){.vue-timeline__marker{left:-2.5rem}}.vue-timeline__dot{width:14px;height:14px;border-radius:50%;background:linear-gradient(135deg,#2563eb,#7c3aed);display:flex;align-items:center;justify-content:center;font-size:.5rem;color:#fff;box-shadow:0 0 0 4px #2563eb26;transition:all .3s ease}.vue-timeline__time{font-size:.875rem;color:#94a3b8;margin-bottom:.5rem}.vue-timeline__title{font-size:1.125rem;font-weight:600;color:#0f172a;margin-bottom:.5rem}.vue-timeline__description{font-size:.875rem;color:#64748b;line-height:1.6;margin:0}.vue-statistic__value{display:flex;align-items:baseline;justify-content:center;gap:.25rem;margin-bottom:.5rem}.vue-statistic__number{font-family:Poppins,sans-serif;font-size:3.5rem;font-weight:800;background:linear-gradient(135deg,#2563eb,#7c3aed);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;line-height:1}@media(min-width:768px){.vue-statistic__number{font-size:4rem}}.vue-statistic__prefix,.vue-statistic__suffix{font-family:Poppins,sans-serif;font-size:1.5rem;font-weight:700;color:#2563eb}.vue-statistic__label{font-size:.875rem;color:#64748b;font-weight:500}.vue-pagination{display:flex;align-items:center;justify-content:center;gap:.5rem}.vue-pagination__btn{min-width:2.5rem;height:2.5rem;padding:0 .75rem;border:1px solid #e2e8f0;border-radius:.75rem;background:#fff;color:#64748b;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.vue-pagination__btn:hover:not(:disabled){border-color:#2563eb;color:#2563eb}.vue-pagination__pager--active{background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;border-color:transparent}.vue-pagination__pager--active:hover{background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff}:root{--primary-blue: #2563eb;--primary-purple: #7c3aed;--accent-orange: #f97316;--accent-green: #10b981;--dark-gray: #1e293b;--medium-gray: #64748b;--light-gray: #f1f5f9;--border-color: #e2e8f0}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Inter,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#1f2937;background-color:#f8fafc}@media(min-width:640px){.container-custom{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:1024px){.container-custom{padding-left:2rem;padding-right:2rem}}.vue-navbar__actions{display:none;align-items:center;gap:1rem}@media(min-width:1024px){.vue-navbar__actions{display:flex}}.slide-fade-enter-active[data-v-92221157]{transition:all .2s ease-out}.slide-fade-leave-active[data-v-92221157]{transition:all .2s ease-in}.slide-fade-enter-from[data-v-92221157],.slide-fade-leave-to[data-v-92221157]{transform:translateY(-10px);opacity:0}.slide-enter-active[data-v-c568c132],.slide-leave-active[data-v-c568c132]{transition:all .3s ease}.slide-enter-from[data-v-c568c132],.slide-leave-to[data-v-c568c132]{opacity:0;transform:translateY(-10px)}.vue-navbar{position:fixed;top:0;left:0;right:0;background:#ffffffe6;backdrop-filter:blur(20px);z-index:1000;transition:all .3s ease;border-bottom:1px solid rgba(226,232,240,.6)}.vue-navbar__container{display:flex;align-items:center;height:5rem}.vue-navbar__nav{display:flex;align-items:center;justify-content:space-between;width:100%}.vue-navbar__left{display:flex;align-items:center;gap:2rem}.vue-navbar__right{display:flex;align-items:center;gap:1rem}.vue-navbar__logo{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:#1e293b;font-weight:700;font-size:1.25rem;font-family:Poppins,sans-serif}.vue-navbar__logo-icon{width:2.5rem;height:2.5rem;background:linear-gradient(135deg,#2563eb,#7c3aed);border-radius:.75rem;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.25rem;box-shadow:0 4px 14px #2563eb59}.vue-navbar__menu{display:none;align-items:center;gap:2rem}@media(min-width:1024px){.vue-navbar__menu{display:flex}}.vue-navbar__link{color:#64748b;text-decoration:none;transition:all .3s ease;position:relative;font-weight:500;padding:.5rem 0}.vue-navbar__link:after{content:"";position:absolute;bottom:-6px;left:0;width:0;height:2px;background:linear-gradient(90deg,#2563eb,#7c3aed);transition:width .3s ease;border-radius:1px}.vue-navbar__actions{display:flex;align-items:center;gap:1rem}.vue-navbar__toggle{display:flex;flex-direction:column;gap:.375rem;padding:.5rem;background:transparent;border:none;cursor:pointer}@media(min-width:1024px){.vue-navbar__toggle{display:none}}.vue-navbar__toggle-line{width:1.5rem;height:.125rem;background:#1e293b;transition:all .3s ease}.vue-navbar--mobile-open .vue-navbar__toggle-line:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.vue-navbar--mobile-open .vue-navbar__toggle-line:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.vue-navbar__mobile-menu{position:fixed;top:5rem;left:0;right:0;bottom:0;background:#fff;border-top:1px solid rgba(226,232,240,.6);z-index:9999;overflow-y:auto}.vue-navbar__mobile-menu-content{padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.vue-navbar__mobile-link{display:block;padding:1rem;color:#64748b;text-decoration:none;font-weight:500;border-radius:.75rem;transition:all .2s ease}.vue-navbar__mobile-link:hover{background:#f1f5f9;color:#2563eb}.vue-navbar__mobile-link--active{color:#2563eb;font-weight:600;background:#2563eb0d}.vue-navbar__mobile-actions{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(226,232,240,.6)}.vue-textarea[data-v-da9964ec]{position:relative;width:100%;display:flex;align-items:flex-start}.vue-textarea__prefix[data-v-da9964ec],.vue-textarea__suffix[data-v-da9964ec]{position:absolute;top:50%;transform:translateY(-50%);display:flex;align-items:center;color:#64748b;pointer-events:none}.vue-textarea__prefix[data-v-da9964ec]{left:1rem}.vue-textarea__suffix[data-v-da9964ec]{right:1rem}.vue-textarea__inner[data-v-da9964ec]{width:100%;padding:.75rem 1rem;font-size:.9375rem;border:2px solid #e2e8f0;border-radius:.75rem;background:#f8fafc;transition:all .3s ease;outline:none;resize:vertical;font-family:inherit;line-height:1.5;min-height:100px}.vue-textarea__inner[data-v-da9964ec]::-moz-placeholder{color:#94a3b8}.vue-textarea__inner[data-v-da9964ec]::placeholder{color:#94a3b8}.vue-textarea__inner[data-v-da9964ec]:focus{border-color:#2563eb;background:#fff;box-shadow:0 0 0 4px #2563eb1a}.vue-textarea__inner[data-v-da9964ec]:disabled{background:#f1f5f9;cursor:not-allowed;opacity:.6}.vue-textarea--show-count .vue-textarea__inner[data-v-da9964ec]{padding-bottom:2.5rem}.vue-textarea__count[data-v-da9964ec]{position:absolute;bottom:.75rem;right:1rem;font-size:.75rem;color:#94a3b8;background:transparent;pointer-events:none}.vue-textarea--focused .vue-textarea__count[data-v-da9964ec]{color:#64748b}.vue-textarea--small .vue-textarea__inner[data-v-da9964ec]{padding:.5rem .875rem;font-size:.875rem;border-radius:.625rem;min-height:80px}.vue-textarea--large .vue-textarea__inner[data-v-da9964ec]{padding:1rem 1.25rem;font-size:1rem;border-radius:.875rem;min-height:120px}.vue-checkbox[data-v-fbb0d2b8]{display:inline-flex;align-items:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.vue-checkbox--disabled[data-v-fbb0d2b8]{cursor:not-allowed;opacity:.5}.vue-checkbox__input[data-v-fbb0d2b8]{position:relative;display:inline-flex;align-items:center;justify-content:center}.vue-checkbox__original[data-v-fbb0d2b8]{position:absolute;opacity:0;cursor:pointer}.vue-checkbox__inner[data-v-fbb0d2b8]{width:20px;height:20px;border:2px solid #e2e8f0;border-radius:4px;background:#fff;transition:all .2s;display:flex;align-items:center;justify-content:center}.vue-checkbox__input--checked .vue-checkbox__inner[data-v-fbb0d2b8],.vue-checkbox__input--indeterminate .vue-checkbox__inner[data-v-fbb0d2b8]{background:linear-gradient(135deg,#2563eb,#7c3aed);border-color:#2563eb}.vue-checkbox__input--disabled .vue-checkbox__inner[data-v-fbb0d2b8]{background:#f1f5f9;border-color:#e2e8f0}.vue-checkbox__icon[data-v-fbb0d2b8]{width:14px;height:14px;color:#fff}.vue-checkbox__label[data-v-fbb0d2b8]{margin-left:.5rem;font-size:.875rem;color:#475569}.vue-checkbox:hover .vue-checkbox__inner[data-v-fbb0d2b8]{border-color:#2563eb}.vue-radio[data-v-5ab7ab93]{display:inline-flex;align-items:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.vue-radio--disabled[data-v-5ab7ab93]{cursor:not-allowed;opacity:.5}.vue-radio__input[data-v-5ab7ab93]{position:relative;display:inline-flex;align-items:center;justify-content:center}.vue-radio__original[data-v-5ab7ab93]{position:absolute;opacity:0;cursor:pointer}.vue-radio__inner[data-v-5ab7ab93]{width:20px;height:20px;border:2px solid #e2e8f0;border-radius:50%;background:#fff;transition:all .2s;display:flex;align-items:center;justify-content:center}.vue-radio__dot[data-v-5ab7ab93]{width:10px;height:10px;background:linear-gradient(135deg,#2563eb,#7c3aed);border-radius:50%;transition:all .2s}.vue-radio__input--checked .vue-radio__inner[data-v-5ab7ab93]{border-color:#2563eb}.vue-radio__input--disabled .vue-radio__inner[data-v-5ab7ab93]{background:#f1f5f9;border-color:#e2e8f0}.vue-radio__label[data-v-5ab7ab93]{margin-left:.5rem;font-size:.875rem;color:#475569}.vue-radio:hover .vue-radio__inner[data-v-5ab7ab93]{border-color:#2563eb}.vue-radio-group[data-v-4cdc81d7]{display:flex;flex-direction:column;gap:.75rem}.vue-radio-group--small[data-v-4cdc81d7]{gap:.5rem}.vue-radio-group--large[data-v-4cdc81d7]{gap:1rem}.vue-spin[data-v-24e2b388]{position:relative;box-sizing:border-box}.vue-spin-nested[data-v-24e2b388]{position:relative}.vue-spin-spinning .vue-spin-content[data-v-24e2b388]{-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:.5;pointer-events:none}.vue-spin-container[data-v-24e2b388]{position:absolute;display:flex;flex-direction:column;align-items:center;justify-content:center;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10}.vue-spin-dot[data-v-24e2b388]{position:relative;display:inline-block;transform:rotate(45deg);animation:vue-spin-dot-24e2b388 1.2s infinite linear}.vue-spin-dot.vue-spin-small i[data-v-24e2b388]{width:8px;height:8px;margin:2px}.vue-spin-dot.vue-spin-large i[data-v-24e2b388]{width:20px;height:20px;margin:4px}.vue-spin-dot-item[data-v-24e2b388]{display:block;position:absolute;width:14px;height:14px;background-color:#1890ff;border-radius:50%;transform:scale(.75);transform-origin:50% 50%;opacity:.3;animation:vue-spin-dot-spin-24e2b388 1s linear infinite;animation-play-state:inherit}.vue-spin-dot-item[data-v-24e2b388]:first-child{top:0;left:0}.vue-spin-dot-item[data-v-24e2b388]:nth-child(2){top:0;right:0;animation-delay:.4s}.vue-spin-dot-item[data-v-24e2b388]:nth-child(3){bottom:0;right:0;animation-delay:.8s}.vue-spin-dot-item[data-v-24e2b388]:nth-child(4){bottom:0;left:0;animation-delay:1.2s}.vue-spin-tip[data-v-24e2b388]{color:#1890ff;font-size:14px;margin-top:8px;text-align:center}.vue-spin-content[data-v-24e2b388]{position:relative;transition:opacity .3s}@keyframes vue-spin-dot-24e2b388{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes vue-spin-dot-spin-24e2b388{0%{transform:scale(.75);opacity:.3}40%{transform:scale(1);opacity:1}80%{transform:scale(.75);opacity:.3}to{transform:scale(.75);opacity:.3}}:root{--vue-ui-color-primary: #2563eb;--vue-ui-color-primary-hover: #1d4ed8;--vue-ui-color-primary-active: #1e40af;--vue-ui-color-success: #10b981;--vue-ui-color-warning: #f59e0b;--vue-ui-color-error: #ef4444;--vue-ui-color-text: #1e293b;--vue-ui-color-text-secondary: #64748b;--vue-ui-color-text-placeholder: #94a3b8;--vue-ui-color-border: #e2e8f0;--vue-ui-color-border-light: #f1f5f9;--vue-ui-color-background: #ffffff;--vue-ui-color-background-hover: #f8fafc;--vue-ui-color-background-light: #f8fafc;--vue-ui-color-background-dark: #1e293b;--vue-ui-radius-sm: 4px;--vue-ui-radius-md: 6px;--vue-ui-radius-lg: 8px;--vue-ui-radius-xl: 12px;--vue-ui-spacing-xs: 4px;--vue-ui-spacing-sm: 8px;--vue-ui-spacing-md: 16px;--vue-ui-spacing-lg: 24px;--vue-ui-spacing-xl: 32px;--vue-ui-font-size-sm: 12px;--vue-ui-font-size-md: 14px;--vue-ui-font-size-lg: 16px;--vue-ui-font-size-xl: 18px;--vue-ui-shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--vue-ui-shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--vue-ui-shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05)}.lang-switcher[data-v-7af5f4f5]{position:relative;display:inline-block}.lang-switcher__trigger[data-v-7af5f4f5]{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:transparent;border:1px solid rgba(0,0,0,.15);border-radius:6px;font-size:14px;color:#333;cursor:pointer;transition:all .2s ease;min-height:36px}.lang-switcher__trigger[data-v-7af5f4f5]:hover{background:#0000000d;border-color:#0000004d}.lang-switcher__flag[data-v-7af5f4f5]{font-size:16px;line-height:1}.lang-switcher__label[data-v-7af5f4f5]{font-weight:500}.lang-switcher__arrow[data-v-7af5f4f5]{font-size:10px;transition:transform .2s ease;display:inline-block}.lang-switcher__arrow.open[data-v-7af5f4f5]{transform:rotate(180deg)}.lang-switcher__menu[data-v-7af5f4f5]{position:absolute;top:calc(100% + 6px);right:0;min-width:180px;background:#fff;border:1px solid rgba(0,0,0,.1);border-radius:8px;box-shadow:0 8px 24px #0000001f;padding:6px;z-index:10000}.lang-switcher__option[data-v-7af5f4f5]{display:flex;align-items:center;gap:10px;width:100%;padding:8px 12px;background:transparent;border:none;border-radius:6px;font-size:14px;color:#333;cursor:pointer;text-align:left;transition:background .15s ease}.lang-switcher__option[data-v-7af5f4f5]:hover{background:#0000000d}.lang-switcher__option.active[data-v-7af5f4f5]{background:#4285f41f;color:#4285f4}.lang-switcher__option-flag[data-v-7af5f4f5]{font-size:16px;line-height:1}.lang-switcher__option-label[data-v-7af5f4f5]{flex:1}.lang-switcher__check[data-v-7af5f4f5]{font-size:12px;color:#4285f4}.fade-enter-active[data-v-7af5f4f5],.fade-leave-active[data-v-7af5f4f5]{transition:opacity .15s ease,transform .15s ease}.fade-enter-from[data-v-7af5f4f5],.fade-leave-to[data-v-7af5f4f5]{opacity:0;transform:translateY(-4px)}@media(max-width:1024px){.lang-switcher__trigger[data-v-7af5f4f5]{padding:8px 12px;min-height:40px}}.auth-user-menu-wrapper[data-v-39aa73b6]{position:relative;display:inline-block}.auth-user-btn[data-v-39aa73b6]{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem .75rem;background:#fff;border:1px solid #e2e8f0;border-radius:999px;cursor:pointer;transition:all .2s;font-size:.875rem;color:#334155;font-weight:500}.auth-user-btn[data-v-39aa73b6]:hover{background:#f8fafc;border-color:#cbd5e1}.auth-user-avatar[data-v-39aa73b6]{width:24px;height:24px;border-radius:50%;background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;flex-shrink:0}.auth-user-avatar-sm[data-v-39aa73b6]{width:20px;height:20px;font-size:.7rem}.auth-user-name[data-v-39aa73b6]{max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.auth-user-caret[data-v-39aa73b6]{font-size:.7rem;color:#94a3b8}.auth-user-dropdown[data-v-39aa73b6]{position:absolute;top:calc(100% + .5rem);right:0;min-width:160px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 10px 30px #00000014;padding:.5rem;z-index:100;animation:fadeInDown-39aa73b6 .15s ease-out}@keyframes fadeInDown-39aa73b6{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.dropdown-item[data-v-39aa73b6]{display:flex;align-items:center;gap:.5rem;width:100%;padding:.5rem .75rem;border:none;background:transparent;border-radius:8px;cursor:pointer;font-size:.875rem;color:#334155;text-align:left;transition:background .15s}.dropdown-item[data-v-39aa73b6]:hover{background:#f1f5f9}.dropdown-icon[data-v-39aa73b6]{font-size:1rem}.auth-nav-link[data-v-39aa73b6]{background:transparent;border:none;color:#334155;font-size:.875rem;font-weight:500;cursor:pointer;padding:.4rem .75rem;border-radius:6px;transition:all .2s}.auth-nav-link[data-v-39aa73b6]:hover{color:#2563eb;background:#eff6ff}.auth-nav-btn[data-v-39aa73b6]{background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;border:none;padding:.4rem .875rem;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.auth-nav-btn[data-v-39aa73b6]:hover{transform:translateY(-1px);box-shadow:0 4px 12px #2563eb40}.auth-mobile-user[data-v-39aa73b6]{display:flex;align-items:center;gap:.5rem;padding:.5rem 0}.auth-mobile-link[data-v-39aa73b6]{display:block;width:100%;text-align:left;background:transparent;border:none;padding:.625rem .75rem;font-size:.9rem;color:#334155;cursor:pointer;border-radius:6px;transition:background .2s}.auth-mobile-link[data-v-39aa73b6]:hover{background:#f1f5f9}.auth-mobile-link-accent[data-v-39aa73b6]{color:#2563eb;font-weight:500}.footer-copyright[data-v-772024c0]{text-align:center;color:#64748b;font-size:.875rem}.footer-copyright .icp-link[data-v-772024c0]{margin-left:.5rem;color:#64748b;text-decoration:none;transition:color .2s ease}.footer-copyright .icp-link[data-v-772024c0]:hover{color:#2563eb;text-decoration:underline}#app[data-v-7a7a37b1]{min-height:100vh;display:flex;flex-direction:column}.page-content[data-v-933e9cdf]{padding-top:80px}.hero-section[data-v-933e9cdf]{min-height:calc(100vh - 80px);display:flex;align-items:center;position:relative;background:linear-gradient(135deg,#1e3a8a,#2563eb,#7c3aed);overflow:hidden;padding:2rem 0}.hero-background[data-v-933e9cdf]{position:absolute;inset:0;overflow:hidden}.hero-blob[data-v-933e9cdf]{position:absolute;border-radius:50%;filter:blur(80px);animation:float-933e9cdf 6s ease-in-out infinite}.hero-blob-1[data-v-933e9cdf]{width:24rem;height:24rem;background:#ffffff1a;top:5rem;right:5rem}.hero-blob-2[data-v-933e9cdf]{width:20rem;height:20rem;background:#10b98133;bottom:5rem;left:5rem;animation-delay:1.5s}@keyframes float-933e9cdf{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.hero-content[data-v-933e9cdf]{position:relative;z-index:10;display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media(min-width:1024px){.hero-content[data-v-933e9cdf]{grid-template-columns:1fr 1fr}}.hero-text[data-v-933e9cdf]{text-align:center}@media(min-width:1024px){.hero-text[data-v-933e9cdf]{text-align:left}}.hero-badge[data-v-933e9cdf]{display:inline-block;padding:.625rem 1.25rem;background:#ffffff26;backdrop-filter:blur(10px);border-radius:9999px;font-size:.875rem;color:#ffffffe6;margin-bottom:1.5rem;animation:fadeInUp-933e9cdf .6s ease-out}.hero-title[data-v-933e9cdf]{font-size:2.5rem;font-weight:800;color:#fff;line-height:1.2;margin-bottom:1.5rem}@media(min-width:768px){.hero-title[data-v-933e9cdf]{font-size:3rem}}@media(min-width:1024px){.hero-title[data-v-933e9cdf]{font-size:4rem}}.text-gradient[data-v-933e9cdf]{background:linear-gradient(135deg,#60a5fa,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-description[data-v-933e9cdf]{font-size:1.125rem;color:#fffc;max-width:36rem;line-height:1.6;margin-bottom:2.5rem}@media(min-width:1024px){.hero-description[data-v-933e9cdf]{margin-left:0;margin-right:auto}}.hero-actions[data-v-933e9cdf]{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}@media(min-width:1024px){.hero-actions[data-v-933e9cdf]{justify-content:flex-start}}.hero-btn[data-v-933e9cdf]{padding:.875rem 2rem;font-size:1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s;text-decoration:none}.hero-btn-primary[data-v-933e9cdf]{background:#fff;color:#2563eb;border:none}.hero-btn-primary[data-v-933e9cdf]:hover{background:#f8fafc;transform:translateY(-2px)}.hero-btn-outline[data-v-933e9cdf]{background:transparent;color:#fff;border:2px solid white}.hero-btn-outline[data-v-933e9cdf]:hover{background:#fff;color:#2563eb}.hero-visual[data-v-933e9cdf]{display:none}@media(min-width:1024px){.hero-visual[data-v-933e9cdf]{display:block}}.hero-card[data-v-933e9cdf]{background:#ffffff1a;backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:1.5rem;padding:2rem;animation:fadeIn-933e9cdf .8s ease-out .3s both}.hero-grid[data-v-933e9cdf]{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.hero-grid-item[data-v-933e9cdf]{background:#ffffff1a;border-radius:1rem;padding:1.5rem;text-align:center;transition:transform .3s}.hero-grid-item[data-v-933e9cdf]:hover{transform:scale(1.05)}.hero-grid-item-offset[data-v-933e9cdf]{margin-top:2rem}.hero-grid-icon[data-v-933e9cdf]{font-size:2.5rem;margin-bottom:.5rem}.hero-grid-label[data-v-933e9cdf]{color:#fff;font-weight:500}@keyframes fadeIn-933e9cdf{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp-933e9cdf{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.section[data-v-933e9cdf]{padding:5rem 0}.section-header[data-v-933e9cdf]{text-align:center;margin-bottom:3rem}.section-title[data-v-933e9cdf]{font-size:2rem;font-weight:700;color:#1e293b;margin-bottom:.5rem}.section-title span.highlight[data-v-933e9cdf]{color:#2563eb}.section-subtitle[data-v-933e9cdf]{font-size:1.125rem;color:#64748b}.services-section[data-v-933e9cdf]{background:#fff}.services-grid[data-v-933e9cdf]{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.services-grid[data-v-933e9cdf]{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.services-grid[data-v-933e9cdf]{grid-template-columns:repeat(4,1fr)}}.service-card[data-v-933e9cdf]{padding:2rem;text-align:center;border-radius:12px;background:#fff;border:1px solid #f1f5f9;transition:all .3s;animation:fadeInUp-933e9cdf .6s ease-out both}.service-card[data-v-933e9cdf]:hover{box-shadow:0 10px 40px #0000001a;transform:translateY(-5px)}.service-icon[data-v-933e9cdf]{width:4rem;height:4rem;margin:0 auto 1.5rem;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:2rem}.service-icon-blue[data-v-933e9cdf]{background:linear-gradient(135deg,#dbeafe,#eff6ff)}.service-icon-emerald[data-v-933e9cdf]{background:linear-gradient(135deg,#d1fae5,#ecfdf5)}.service-icon-purple[data-v-933e9cdf]{background:linear-gradient(135deg,#ede9fe,#f5f3ff)}.service-icon-orange[data-v-933e9cdf]{background:linear-gradient(135deg,#fed7aa,#fff7ed)}.service-icon-cyan[data-v-933e9cdf]{background:linear-gradient(135deg,#cffafe,#ecfeff)}.service-icon-amber[data-v-933e9cdf]{background:linear-gradient(135deg,#fef3c7,#fffbeb)}.service-title[data-v-933e9cdf]{font-size:1.25rem;font-weight:600;color:#1e293b;margin-bottom:.75rem}.service-desc[data-v-933e9cdf]{color:#64748b;font-size:.875rem;line-height:1.6;margin-bottom:1rem}.service-link[data-v-933e9cdf]{color:#2563eb;font-weight:500;font-size:.875rem;background:none;border:none;cursor:pointer}.statistics-section[data-v-933e9cdf]{padding:4rem 0;background:linear-gradient(135deg,#2563eb,#7c3aed)}.statistics-grid[data-v-933e9cdf]{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;text-align:center}@media(min-width:768px){.statistics-grid[data-v-933e9cdf]{grid-template-columns:repeat(4,1fr)}}.stat-item[data-v-933e9cdf]{animation:fadeInUp-933e9cdf .6s ease-out both}.stat-number[data-v-933e9cdf]{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:.5rem}@media(min-width:768px){.stat-number[data-v-933e9cdf]{font-size:3rem}}.stat-label[data-v-933e9cdf]{color:#fffc;font-weight:500}.products-section[data-v-933e9cdf]{background:#f8fafc}.section-header-row[data-v-933e9cdf]{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2.5rem;flex-wrap:wrap;gap:1rem}.section-title-left[data-v-933e9cdf]{font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:.25rem}.section-subtitle-left[data-v-933e9cdf]{color:#64748b;font-size:1rem}.outline-btn[data-v-933e9cdf]{padding:.625rem 1.25rem;background:transparent;color:#2563eb;border:1px solid #2563eb;border-radius:6px;font-weight:500;cursor:pointer;transition:all .3s;text-decoration:none}.outline-btn[data-v-933e9cdf]:hover{background:#2563eb;color:#fff}.products-grid[data-v-933e9cdf]{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.products-grid[data-v-933e9cdf]{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.products-grid[data-v-933e9cdf]{grid-template-columns:repeat(4,1fr)}}.product-card[data-v-933e9cdf]{animation:fadeInUp-933e9cdf .6s ease-out both}.product-image[data-v-933e9cdf]{aspect-ratio:16 / 9;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;border-radius:8px 8px 0 0}.product-image-blue[data-v-933e9cdf]{background:linear-gradient(135deg,#60a5fa,#3b82f6)}.product-image-emerald[data-v-933e9cdf]{background:linear-gradient(135deg,#34d399,#059669)}.product-image-orange[data-v-933e9cdf]{background:linear-gradient(135deg,#fb923c,#dc2626)}.product-image-purple[data-v-933e9cdf]{background:linear-gradient(135deg,#a78bfa,#db2777)}.product-image-cyan[data-v-933e9cdf]{background:linear-gradient(135deg,#22d3ee,#0284c7)}.product-image-amber[data-v-933e9cdf]{background:linear-gradient(135deg,#fbbf24,#ea580c)}.product-icon[data-v-933e9cdf]{font-size:3rem;z-index:1}.product-overlay[data-v-933e9cdf]{position:absolute;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s}.product-card:hover .product-overlay[data-v-933e9cdf]{opacity:1}.overlay-btn[data-v-933e9cdf]{padding:.625rem 1.25rem;background:#fff;color:#2563eb;border:none;border-radius:6px;font-weight:600;cursor:pointer;text-decoration:none}.product-badge[data-v-933e9cdf]{position:absolute;top:.75rem;left:.75rem}.product-content[data-v-933e9cdf]{padding:1.25rem}.product-tags[data-v-933e9cdf]{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}.product-title[data-v-933e9cdf]{font-size:1.125rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.product-rating[data-v-933e9cdf]{display:flex;align-items:center;gap:.25rem;margin-bottom:.75rem}.star[data-v-933e9cdf]{color:#fbbf24;font-size:.875rem}.star-empty[data-v-933e9cdf]{color:#e5e7eb}.reviews[data-v-933e9cdf]{color:#6b7280;font-size:.75rem;margin-left:.25rem}.product-price[data-v-933e9cdf]{display:flex;align-items:baseline;gap:.75rem}.price-current[data-v-933e9cdf]{font-size:1.5rem;font-weight:700;color:#2563eb}.price-original[data-v-933e9cdf]{font-size:.875rem;color:#9ca3af;text-decoration:line-through}.logos-section[data-v-933e9cdf]{padding:3rem 0;background:#fff;border-top:1px solid #f1f5f9;border-bottom:1px solid #f1f5f9}.logos-title[data-v-933e9cdf]{text-align:center;color:#64748b;margin-bottom:2rem}.logos-marquee[data-v-933e9cdf]{overflow:hidden}.marquee-content[data-v-933e9cdf]{display:flex;gap:4rem;animation:marquee-933e9cdf 20s linear infinite}.logo-text[data-v-933e9cdf]{font-size:1.5rem;font-weight:700;color:#cbd5e1;white-space:nowrap;flex-shrink:0}@keyframes marquee-933e9cdf{0%{transform:translate(0)}to{transform:translate(-50%)}}.testimonials-section[data-v-933e9cdf]{background:#f8fafc}.testimonials-grid[data-v-933e9cdf]{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.testimonials-grid[data-v-933e9cdf]{grid-template-columns:repeat(3,1fr)}}.testimonial-card[data-v-933e9cdf]{padding:2rem;background:#fff;border-radius:12px;transition:all .3s;animation:fadeInUp-933e9cdf .6s ease-out both}.testimonial-card[data-v-933e9cdf]:hover{box-shadow:0 10px 40px #0000001a}.testimonial-stars[data-v-933e9cdf]{display:flex;gap:.25rem;margin-bottom:1rem}.testimonial-content[data-v-933e9cdf]{color:#64748b;line-height:1.6;margin-bottom:1.5rem}.testimonial-author[data-v-933e9cdf]{display:flex;align-items:center;gap:1rem}.author-avatar[data-v-933e9cdf]{width:3rem;height:3rem;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700}.avatar-primary[data-v-933e9cdf]{background:linear-gradient(135deg,#2563eb,#7c3aed)}.avatar-emerald[data-v-933e9cdf]{background:linear-gradient(135deg,#10b981,#059669)}.avatar-orange[data-v-933e9cdf]{background:linear-gradient(135deg,#f97316,#dc2626)}.author-name[data-v-933e9cdf]{font-weight:600;color:#1e293b}.author-role[data-v-933e9cdf]{font-size:.875rem;color:#64748b}.cta-section[data-v-933e9cdf]{background:#fff}.cta-card[data-v-933e9cdf]{background:linear-gradient(135deg,#2563eb,#7c3aed);border-radius:1.5rem;padding:2.5rem 2rem;position:relative;overflow:hidden}@media(min-width:768px){.cta-card[data-v-933e9cdf]{padding:4rem}}.cta-blob[data-v-933e9cdf]{position:absolute;border-radius:50%;filter:blur(80px)}.cta-blob-1[data-v-933e9cdf]{width:16rem;height:16rem;background:#ffffff1a;top:0;right:0}.cta-blob-2[data-v-933e9cdf]{width:16rem;height:16rem;background:#10b98133;bottom:0;left:0}.cta-content[data-v-933e9cdf]{position:relative;z-index:10;text-align:center}.cta-title[data-v-933e9cdf]{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:1rem}@media(min-width:768px){.cta-title[data-v-933e9cdf]{font-size:2rem}}.cta-description[data-v-933e9cdf]{font-size:1.125rem;color:#fffc;margin-bottom:2rem;max-width:32rem;margin-left:auto;margin-right:auto}.cta-btn[data-v-933e9cdf]{padding:.875rem 2.5rem;background:#fff;color:#2563eb;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s}.cta-btn[data-v-933e9cdf]:hover{transform:translateY(-2px);box-shadow:0 4px 12px #ffffff4d}.desktop-only[data-v-933e9cdf]{display:none}.mobile-only[data-v-933e9cdf]{display:block}@media(min-width:1024px){.desktop-only[data-v-933e9cdf]{display:block}.mobile-only[data-v-933e9cdf]{display:none!important}}.container-custom[data-v-933e9cdf]{max-width:1280px;margin:0 auto;padding:0 1rem}.text-center[data-v-933e9cdf]{text-align:center}.mt-6[data-v-933e9cdf]{margin-top:1.5rem}.contact-page[data-v-e7f3a816]{min-height:100vh}.page-content[data-v-e7f3a816]{padding-top:80px}.container-custom[data-v-e7f3a816]{max-width:1280px;margin:0 auto;padding:0 1rem}.page-banner[data-v-e7f3a816]{padding:60px 0;background:linear-gradient(135deg,#1e3a8a,#2563eb,#7c3aed);position:relative}.page-banner[data-v-e7f3a816]:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.page-banner .banner-content[data-v-e7f3a816]{position:relative;z-index:10;text-align:center}.page-banner .page-title[data-v-e7f3a816]{font-size:3rem;font-weight:700;color:#fff;margin-bottom:1rem;animation:fadeInUp-e7f3a816 .6s ease-out}.page-banner .page-desc[data-v-e7f3a816]{font-size:1.25rem;color:#ffffffe6;animation:fadeInUp-e7f3a816 .6s ease-out .1s both}@keyframes fadeInUp-e7f3a816{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.contact-section[data-v-e7f3a816]{padding:5rem 0;background:#fff}.contact-section .contact-grid[data-v-e7f3a816]{display:grid;grid-template-columns:1fr;gap:4rem;align-items:start}.contact-section .section-heading[data-v-e7f3a816]{font-size:2rem;font-weight:700;color:#1e293b;margin-bottom:2rem}.contact-section .contact-cards[data-v-e7f3a816]{display:flex;flex-direction:column;gap:1.5rem}.contact-section .contact-card[data-v-e7f3a816]{transition:all .3s ease}.contact-section .contact-card[data-v-e7f3a816]:hover{transform:translateY(-2px);box-shadow:0 10px 40px #0000001a}.contact-section .contact-card .contact-card-content[data-v-e7f3a816]{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem}.contact-section .contact-card .contact-icon[data-v-e7f3a816]{width:3rem;height:3rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center;font-size:1.5rem;flex-shrink:0}.contact-section .contact-card .contact-details[data-v-e7f3a816]{flex:1}.contact-section .contact-card .contact-details .contact-title[data-v-e7f3a816]{font-size:1rem;font-weight:600;color:#1e293b;margin-bottom:.25rem}.contact-section .contact-card .contact-details .contact-text[data-v-e7f3a816]{color:#64748b;font-size:.9375rem}.contact-section .form-card[data-v-e7f3a816]{padding:0}.contact-section .contact-form[data-v-e7f3a816]{padding:2rem;display:flex;flex-direction:column;gap:1.5rem}.contact-section .form-row[data-v-e7f3a816]{display:grid;grid-template-columns:1fr;gap:1.5rem}.contact-section .form-group[data-v-e7f3a816]{display:flex;flex-direction:column}.contact-section .form-group .form-label[data-v-e7f3a816]{margin-bottom:.5rem;font-weight:500;color:#1e293b;font-size:.9375rem}.contact-section .form-group .required[data-v-e7f3a816]{color:#ef4444}.map-section[data-v-e7f3a816]{padding:3rem 0;background-color:#f8fafc}.map-section .map-card[data-v-e7f3a816]{padding:1rem}.map-section .map-placeholder[data-v-e7f3a816]{aspect-ratio:16/9;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:.75rem;display:flex;align-items:center;justify-content:center}.map-section .map-content[data-v-e7f3a816]{text-align:center;color:#fff}.map-section .map-content .map-icon[data-v-e7f3a816]{font-size:4rem;margin-bottom:1rem}.map-section .map-content .map-text[data-v-e7f3a816]{font-size:1.125rem;font-weight:500;margin-bottom:.5rem}.map-section .map-content .map-subtext[data-v-e7f3a816]{font-size:.875rem;opacity:.9}@media(min-width:768px){.contact-section .form-row[data-v-e7f3a816]{grid-template-columns:1fr 1fr}}@media(min-width:1024px){.contact-section .contact-grid[data-v-e7f3a816]{grid-template-columns:1fr 1fr}}@media(max-width:1024px){.page-banner .page-title[data-v-e7f3a816]{font-size:2.5rem}.page-banner .page-desc[data-v-e7f3a816]{font-size:1.125rem}.contact-section .section-heading[data-v-e7f3a816]{font-size:1.75rem}}@media(max-width:768px){.page-banner .page-title[data-v-e7f3a816]{font-size:2rem}.contact-section .contact-grid[data-v-e7f3a816]{gap:3rem}}.container-custom[data-v-c5b84a4c]{max-width:1280px;margin:0 auto;padding:0 1rem}.achievements-page[data-v-c5b84a4c]{min-height:100vh;display:flex;flex-direction:column}.page-content[data-v-c5b84a4c]{flex:1;padding-top:80px}.page-banner[data-v-c5b84a4c]{padding:60px 0;background:linear-gradient(135deg,#1e3a8a,#2563eb,#7c3aed);position:relative;overflow:hidden}.page-banner[data-v-c5b84a4c]:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.page-banner .banner-content[data-v-c5b84a4c]{position:relative;z-index:1}.page-title[data-v-c5b84a4c]{font-size:3rem;font-weight:700;color:#fff;text-align:center;margin-bottom:.5rem;position:relative;z-index:1}.page-desc[data-v-c5b84a4c]{font-size:1.25rem;color:#ffffffe6;text-align:center;position:relative;z-index:1}@keyframes fadeInUp-c5b84a4c{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in-up[data-v-c5b84a4c]{animation:fadeInUp-c5b84a4c .6s ease-out both}.stagger-1[data-v-c5b84a4c]{animation-delay:.1s}.filter-section[data-v-c5b84a4c]{padding:2rem 0;background:#fff;border-bottom:1px solid #e5e7eb}.filter-layout[data-v-c5b84a4c]{display:flex;gap:2rem;align-items:flex-start}.filter-sidebar[data-v-c5b84a4c]{width:256px;flex-shrink:0;position:sticky;top:100px}.sidebar-content[data-v-c5b84a4c]{padding:1.5rem;background:#f9fafb;border-radius:12px}.filter-group[data-v-c5b84a4c]{margin-bottom:1.5rem}.filter-group[data-v-c5b84a4c]:last-of-type{margin-bottom:0}.filter-title[data-v-c5b84a4c]{font-size:1rem;font-weight:600;color:#1f2937;margin-bottom:.75rem}.filter-options[data-v-c5b84a4c],.radio-group[data-v-c5b84a4c]{display:flex;flex-direction:column;gap:.5rem}.filter-actions[data-v-c5b84a4c]{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.filter-button[data-v-c5b84a4c]{width:100%}.filter-button+.filter-button[data-v-c5b84a4c]{margin-top:.5rem}.filter-main[data-v-c5b84a4c]{flex:1;min-width:0}.sort-bar[data-v-c5b84a4c]{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.sort-left[data-v-c5b84a4c]{display:flex;align-items:center;gap:.75rem}.sort-label[data-v-c5b84a4c]{color:#6b7280;font-size:.875rem}.sort-select[data-v-c5b84a4c]{width:160px}.product-count[data-v-c5b84a4c]{color:#6b7280;font-size:.875rem}.products-grid[data-v-c5b84a4c]{display:grid;grid-template-columns:repeat(1,1fr);gap:1.5rem}@media(min-width:768px){.products-grid[data-v-c5b84a4c]{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.products-grid[data-v-c5b84a4c]{grid-template-columns:repeat(3,1fr)}}.product-card[data-v-c5b84a4c]{animation:fadeInUp-c5b84a4c .6s ease-out both}.product-image[data-v-c5b84a4c]{aspect-ratio:16/9;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;border-radius:8px 8px 0 0}.product-image-blue[data-v-c5b84a4c]{background:linear-gradient(135deg,#60a5fa,#3b82f6)}.product-image-emerald[data-v-c5b84a4c]{background:linear-gradient(135deg,#34d399,#059669)}.product-image-orange[data-v-c5b84a4c]{background:linear-gradient(135deg,#fb923c,#dc2626)}.product-image-purple[data-v-c5b84a4c]{background:linear-gradient(135deg,#a78bfa,#db2777)}.product-image-cyan[data-v-c5b84a4c]{background:linear-gradient(135deg,#22d3ee,#0284c7)}.product-image-amber[data-v-c5b84a4c]{background:linear-gradient(135deg,#fbbf24,#ea580c)}.product-icon[data-v-c5b84a4c]{font-size:4rem;z-index:1}.product-overlay[data-v-c5b84a4c]{position:absolute;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s}.product-card:hover .product-overlay[data-v-c5b84a4c]{opacity:1}.buy-button[data-v-c5b84a4c]{width:80%}.product-badge[data-v-c5b84a4c]{position:absolute;top:.75rem;left:.75rem}.product-content[data-v-c5b84a4c]{padding:1.25rem}.product-tags[data-v-c5b84a4c]{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}.product-title[data-v-c5b84a4c]{font-size:1.125rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.product-desc[data-v-c5b84a4c]{color:#6b7280;font-size:.875rem;line-height:1.6;margin-bottom:.75rem}.line-clamp-2[data-v-c5b84a4c]{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-rating[data-v-c5b84a4c]{display:flex;align-items:center;gap:.25rem;margin-bottom:.75rem;flex-wrap:wrap}.star[data-v-c5b84a4c]{color:#fbbf24;font-size:.875rem}.star-empty[data-v-c5b84a4c]{color:#e5e7eb}.reviews[data-v-c5b84a4c]{color:#6b7280;font-size:.75rem;margin-left:.25rem}.sales[data-v-c5b84a4c]{color:#9ca3af;font-size:.75rem;margin-left:auto}.product-price[data-v-c5b84a4c]{display:flex;align-items:baseline;gap:.75rem}.price-current[data-v-c5b84a4c]{font-size:1.5rem;font-weight:700;color:#2563eb}.price-original[data-v-c5b84a4c]{font-size:.875rem;color:#9ca3af;text-decoration:line-through}.pagination-wrapper[data-v-c5b84a4c]{display:flex;justify-content:center;margin-top:2.5rem}@media(max-width:1024px){.filter-layout[data-v-c5b84a4c]{flex-direction:column}.filter-sidebar[data-v-c5b84a4c]{width:100%;position:static}.sidebar-content[data-v-c5b84a4c]{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.filter-actions[data-v-c5b84a4c]{grid-column:1/-1;margin-top:0;padding-top:0;border-top:none;display:flex;flex-direction:row;gap:.5rem}.filter-actions .filter-button[data-v-c5b84a4c]{width:auto!important;flex:1;margin-top:0!important}}@media(max-width:640px){.page-title[data-v-c5b84a4c]{font-size:2rem}.page-desc[data-v-c5b84a4c]{font-size:1rem}.page-banner[data-v-c5b84a4c]{padding:40px 0}}.cases-page[data-v-0ae784a2]{min-height:100vh;background:#fff}.page-content[data-v-0ae784a2]{padding-top:80px}.page-banner[data-v-0ae784a2]{padding:80px 0;background:linear-gradient(135deg,#1e3a8a,#2563eb,#7c3aed);position:relative;overflow:hidden}.page-banner .banner-decoration[data-v-0ae784a2]{position:absolute;border-radius:50%;filter:blur(80px)}.page-banner .banner-decoration-1[data-v-0ae784a2]{top:-50%;right:-20%;width:800px;height:800px;background:#ffffff0d}.page-banner .banner-decoration-2[data-v-0ae784a2]{bottom:-30%;left:-10%;width:600px;height:600px;background:#7c3aed33;filter:blur(60px)}.page-banner .banner-content[data-v-0ae784a2]{position:relative;z-index:1;text-align:center}.page-banner .banner-title[data-v-0ae784a2]{font-size:3.5rem;font-weight:700;color:#fff;margin-bottom:1rem;animation:fadeInUp-0ae784a2 .8s ease-out}.page-banner .banner-subtitle[data-v-0ae784a2]{font-size:1.25rem;color:#ffffffe6;max-width:600px;margin:0 auto;animation:fadeInUp-0ae784a2 .8s ease-out .2s both}.filter-section[data-v-0ae784a2]{padding:24px 0;background:#fff;border-bottom:1px solid #f3f4f6;position:sticky;top:80px;z-index:40;box-shadow:0 2px 8px #0000000d}.filter-section .filter-container[data-v-0ae784a2]{display:flex;flex-wrap:wrap;align-items:center;gap:16px;justify-content:space-between}.filter-section .category-buttons[data-v-0ae784a2]{display:flex;flex-wrap:wrap;gap:8px}.filter-section .search-container[data-v-0ae784a2]{display:flex;align-items:center;gap:12px}.filter-section .search-input[data-v-0ae784a2]{width:280px}.cases-section[data-v-0ae784a2]{padding:60px 0;background:#f9fafb}.cases-section .cases-grid[data-v-0ae784a2]{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:32px;margin-bottom:60px}.cases-section .case-card .case-icon-wrap[data-v-0ae784a2]{height:200px;display:flex;align-items:center;justify-content:center;font-size:6rem;background:linear-gradient(135deg,#3b82f6,#7c3aed);border-radius:12px 12px 0 0}.cases-section .case-card .case-content[data-v-0ae784a2]{padding:24px}.cases-section .case-card .case-tags[data-v-0ae784a2]{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.cases-section .case-card .case-title[data-v-0ae784a2]{font-size:1.5rem;font-weight:600;color:#1f2937;margin-bottom:12px}.cases-section .case-card .case-description[data-v-0ae784a2]{color:#6b7280;font-size:.875rem;line-height:1.6;margin-bottom:16px}.cases-section .case-card .case-info[data-v-0ae784a2]{background:#f9fafb;padding:16px;border-radius:8px;margin-bottom:16px}.cases-section .case-card .case-info .info-row[data-v-0ae784a2]{margin-bottom:8px}.cases-section .case-card .case-info .info-row[data-v-0ae784a2]:last-child{margin-bottom:0}.cases-section .case-card .case-info .info-label[data-v-0ae784a2]{color:#6b7280;font-size:.75rem}.cases-section .case-card .case-info .info-value[data-v-0ae784a2]{color:#1f2937;font-size:.875rem}.cases-section .case-card .case-info .info-value.highlight[data-v-0ae784a2]{color:#10b981;font-weight:500}.cases-section .case-card .case-footer[data-v-0ae784a2]{display:flex;justify-content:space-between;align-items:center}.cases-section .case-card .case-footer .case-meta[data-v-0ae784a2]{display:flex;align-items:center;gap:8px}.cases-section .case-card .case-footer .client-avatar[data-v-0ae784a2]{width:32px;height:32px;background:#dbeafe;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;color:#2563eb}.cases-section .case-card .case-footer .completion-date[data-v-0ae784a2]{font-size:.875rem;color:#6b7280}.cases-section .empty-state[data-v-0ae784a2]{text-align:center;padding:80px 20px;color:#9ca3af}.cases-section .empty-state .empty-icon[data-v-0ae784a2]{font-size:4rem;margin-bottom:16px}.cases-section .empty-state .empty-text[data-v-0ae784a2]{font-size:1.125rem}.cases-section .empty-state .empty-button[data-v-0ae784a2]{margin-top:16px}.cases-section .pagination-wrap[data-v-0ae784a2]{display:flex;justify-content:center}.cta-section[data-v-0ae784a2]{padding:60px 0;background:#fff}.cta-section .cta-card[data-v-0ae784a2]{background:linear-gradient(135deg,#2563eb,#7c3aed);border-radius:24px;padding:40px;text-align:center;color:#fff;position:relative;overflow:hidden}.cta-section .cta-card .cta-decoration[data-v-0ae784a2]{position:absolute;border-radius:50%;filter:blur(80px)}.cta-section .cta-card .cta-decoration-1[data-v-0ae784a2]{top:-50%;right:-10%;width:400px;height:400px;background:#ffffff1a}.cta-section .cta-card .cta-decoration-2[data-v-0ae784a2]{bottom:-40%;left:-10%;width:400px;height:400px;background:#10b98133}.cta-section .cta-card .cta-content[data-v-0ae784a2]{position:relative;z-index:1}.cta-section .cta-card .cta-title[data-v-0ae784a2]{font-size:2.5rem;font-weight:700;margin-bottom:16px}.cta-section .cta-card .cta-subtitle[data-v-0ae784a2]{font-size:1.125rem;color:#ffffffe6;max-width:700px;margin:0 auto 32px}.cta-section .cta-card .cta-button[data-v-0ae784a2]{background:#fff;color:#2563eb;border-color:#fff}.stats-section[data-v-0ae784a2]{padding:60px 0;background:#f9fafb}.stats-section .stats-grid[data-v-0ae784a2]{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:32px;text-align:center}.stats-section .stat-item .stat-value[data-v-0ae784a2]{font-size:3rem;font-weight:700;margin-bottom:8px}.stats-section .stat-item .stat-value-blue[data-v-0ae784a2]{color:#2563eb}.stats-section .stat-item .stat-value-purple[data-v-0ae784a2]{color:#7c3aed}.stats-section .stat-item .stat-value-green[data-v-0ae784a2]{color:#10b981}.stats-section .stat-item .stat-value-orange[data-v-0ae784a2]{color:#f59e0b}.stats-section .stat-item .stat-label[data-v-0ae784a2]{color:#6b7280;font-size:1rem}@keyframes fadeInUp-0ae784a2{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.page-banner .banner-title[data-v-0ae784a2]{font-size:2.5rem!important}}.crowdfunding-page[data-v-4c38bba1]{min-height:100vh;display:flex;flex-direction:column}.page-content[data-v-4c38bba1]{flex:1;padding-top:80px}.page-banner[data-v-4c38bba1]{padding:60px 0;background:linear-gradient(135deg,#1e3a8a,#2563eb,#7c3aed);position:relative}.page-banner .banner-content[data-v-4c38bba1]{position:relative;z-index:10}.page-banner .page-title[data-v-4c38bba1]{font-size:3rem;font-weight:700;color:#fff;margin-bottom:1rem;animation:fadeInUp-4c38bba1 .6s ease-out}.page-banner .page-desc[data-v-4c38bba1]{font-size:1.25rem;color:#ffffffe6;animation:fadeInUp-4c38bba1 .6s ease-out .1s both}.container-custom[data-v-4c38bba1]{max-width:1280px;margin:0 auto;padding:0 1rem}.projects-section[data-v-4c38bba1]{background:#f8fafc;padding:80px 0}.projects-section .projects-grid[data-v-4c38bba1]{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.projects-section .project-card[data-v-4c38bba1]{overflow:hidden}.projects-section .project-card .project-image-wrap[data-v-4c38bba1]{position:relative}.projects-section .project-card .project-image-wrap .project-image[data-v-4c38bba1]{aspect-ratio:16/9;display:flex;align-items:center;justify-content:center;font-size:4rem}.projects-section .project-card .project-image-wrap .status-tag[data-v-4c38bba1]{position:absolute;top:.75rem;left:.75rem}.projects-section .project-card .project-content[data-v-4c38bba1]{padding:1.5rem}.projects-section .project-card .project-content .project-title[data-v-4c38bba1]{font-size:1.25rem;font-weight:600;color:#1e293b;margin-bottom:.5rem}.projects-section .project-card .project-content .project-description[data-v-4c38bba1]{color:#64748b;font-size:.875rem;line-height:1.6;margin-bottom:1rem}.projects-section .project-card .project-content .progress-section[data-v-4c38bba1]{margin-bottom:1rem}.projects-section .project-card .project-content .progress-section .amount-row[data-v-4c38bba1]{display:flex;justify-content:space-between;margin-bottom:.5rem}.projects-section .project-card .project-content .progress-section .amount-row .current-amount[data-v-4c38bba1]{font-size:.875rem;font-weight:600;color:#2563eb}.projects-section .project-card .project-content .progress-section .amount-row .pending-amount[data-v-4c38bba1]{font-size:.875rem;font-weight:600;color:#94a3b8}.projects-section .project-card .project-content .progress-section .amount-row .target-amount[data-v-4c38bba1]{font-size:.875rem;color:#64748b}.projects-section .project-card .project-content .progress-section .progress-percent[data-v-4c38bba1]{display:flex;justify-content:flex-end;margin-top:.5rem;font-size:.75rem;color:#94a3b8}.projects-section .project-card .project-content .project-stats[data-v-4c38bba1]{display:flex;justify-content:space-around;padding:1rem 0;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;margin-bottom:1rem}.projects-section .project-card .project-content .project-stats .stat-item[data-v-4c38bba1]{text-align:center}.projects-section .project-card .project-content .project-stats .stat-item .stat-value[data-v-4c38bba1]{font-size:1.125rem;font-weight:600;color:#1e293b}.projects-section .project-card .project-content .project-stats .stat-item .stat-label[data-v-4c38bba1]{font-size:.75rem;color:#64748b}.process-section[data-v-4c38bba1]{padding:80px 0;background:#fff}.process-section .section-header[data-v-4c38bba1]{text-align:center;margin-bottom:3rem}.process-section .section-header .section-title[data-v-4c38bba1]{font-size:2rem;font-weight:700;margin-bottom:1rem;color:#1e293b}.process-section .section-header .section-subtitle[data-v-4c38bba1]{font-size:1.125rem;color:#64748b}.process-section .process-grid[data-v-4c38bba1]{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.process-section .process-card .process-card-content[data-v-4c38bba1]{text-align:center;padding:2rem}.process-section .process-card .process-card-content .process-step[data-v-4c38bba1]{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1rem}.process-section .process-card .process-card-content .process-title[data-v-4c38bba1]{font-size:1.125rem;font-weight:600;margin-bottom:.5rem;color:#1e293b}.process-section .process-card .process-card-content .process-desc[data-v-4c38bba1]{color:#64748b;font-size:.875rem}@keyframes fadeInUp-4c38bba1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.page-banner .page-title[data-v-4c38bba1]{font-size:2rem!important}.page-banner .page-desc[data-v-4c38bba1]{font-size:1rem!important}}.recruitment-page[data-v-64dd961b]{min-height:100vh;display:flex;flex-direction:column}.page-content[data-v-64dd961b]{flex:1;padding-top:80px}.container-custom[data-v-64dd961b]{max-width:1280px;margin:0 auto;padding:0 1rem}.hero-section[data-v-64dd961b]{padding:80px 0;background:linear-gradient(135deg,#1e3a8a,#2563eb,#7c3aed)}.hero-section .hero-content[data-v-64dd961b]{text-align:center}.hero-section .hero-content .hero-title[data-v-64dd961b]{font-size:3rem;font-weight:700;color:#fff;margin-bottom:1rem}.hero-section .hero-content .hero-desc[data-v-64dd961b]{font-size:1.25rem;color:#ffffffe6}.hero-section .hero-content .hero-button[data-v-64dd961b]{margin-top:2rem}.section-title[data-v-64dd961b]{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:3rem;color:#1e293b}.modes-section[data-v-64dd961b]{padding:80px 0;background:#fff}.modes-section .modes-grid[data-v-64dd961b]{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.modes-section .partner-card .partner-card-content[data-v-64dd961b]{padding:2rem;text-align:center}.modes-section .partner-card .partner-card-content .partner-icon[data-v-64dd961b]{width:80px;height:80px;margin:0 auto 1.5rem;border-radius:1rem;display:flex;align-items:center;justify-content:center;font-size:2.5rem}.modes-section .partner-card .partner-card-content .partner-title[data-v-64dd961b]{font-size:1.5rem;font-weight:600;margin-bottom:.75rem;color:#1e293b}.modes-section .partner-card .partner-card-content .partner-description[data-v-64dd961b]{color:#64748b;font-size:.875rem;margin-bottom:1.5rem;line-height:1.625}.modes-section .partner-card .partner-card-content .partner-requirements[data-v-64dd961b]{text-align:left;list-style:none;padding:0;margin-bottom:1.5rem}.modes-section .partner-card .partner-card-content .partner-requirements .requirement-item[data-v-64dd961b]{margin-bottom:.5rem;padding-left:1rem;position:relative;color:#475569;font-size:.875rem}.modes-section .partner-card .partner-card-content .partner-requirements .requirement-item .requirement-bullet[data-v-64dd961b]{position:absolute;left:0;color:#2563eb}.stats-section[data-v-64dd961b]{padding:80px 0;background:#f8fafc}.stats-section .stats-grid[data-v-64dd961b]{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.stats-section .stat-card[data-v-64dd961b]{padding:1.5rem;text-align:center}.stats-section .stat-card .stat-value[data-v-64dd961b]{font-size:3rem;font-weight:700;color:#2563eb;margin-bottom:.5rem}.stats-section .stat-card .stat-label[data-v-64dd961b]{color:#64748b}.timeline-section[data-v-64dd961b]{padding:80px 0;background:#fff}.timeline-section .timeline-container[data-v-64dd961b]{max-width:64rem;margin:0 auto}.form-section[data-v-64dd961b]{padding:80px 0;background:#f8fafc}.form-section .form-wrapper[data-v-64dd961b]{max-width:42rem;margin:0 auto}.form-section .form-card .form-content[data-v-64dd961b]{padding:2rem}.form-section .form-row[data-v-64dd961b]{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:1.5rem}.form-section .form-group[data-v-64dd961b]{margin-bottom:1.5rem}.form-section .form-group .form-label[data-v-64dd961b]{display:block;margin-bottom:.5rem;font-weight:500;color:#1e293b}.form-section .form-group .required[data-v-64dd961b]{color:#ef4444}.form-section .form-textarea[data-v-64dd961b]{width:100%;min-height:120px;padding:.875rem 1.125rem;border:2px solid #e2e8f0;border-radius:.75rem;font-size:.9375rem;resize:vertical;outline:none;transition:all .3s ease;font-family:inherit}.form-section .form-textarea[data-v-64dd961b]:focus{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1a}@media(min-width:768px){.form-section .form-row[data-v-64dd961b]{grid-template-columns:1fr 1fr}}@media(max-width:768px){.section-title[data-v-64dd961b]{font-size:2rem}}.detail-page[data-v-80d549a4]{min-height:100vh}.page-content[data-v-80d549a4]{padding-top:80px}.container-custom[data-v-80d549a4]{max-width:1280px;margin:0 auto;padding:0 1rem}.page-banner[data-v-80d549a4]{padding:60px 0;background:linear-gradient(135deg,#1e3a8a,#2563eb,#7c3aed);position:relative}.page-banner[data-v-80d549a4]:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.page-banner .banner-content[data-v-80d549a4]{position:relative;z-index:10;text-align:center}.page-banner .back-btn[data-v-80d549a4]{position:absolute;left:1rem;top:50%;transform:translateY(-50%);background:#fff3;border:none;color:#fff;padding:.75rem 1.5rem;border-radius:.5rem;cursor:pointer;font-size:.875rem;transition:all .3s ease}.page-banner .back-btn[data-v-80d549a4]:hover{background:#ffffff4d}.page-banner .page-title[data-v-80d549a4]{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:1rem}.page-banner .page-meta[data-v-80d549a4]{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.page-banner .type-badge[data-v-80d549a4]{background:#fff3;padding:.5rem 1rem;border-radius:9999px;color:#fff;font-size:.875rem}.page-banner .category[data-v-80d549a4]{color:#ffffffe6;font-size:.875rem}.detail-section[data-v-80d549a4]{padding:5rem 0;background:#f8fafc}.detail-section .detail-grid[data-v-80d549a4]{display:grid;grid-template-columns:1fr;gap:2rem}.detail-card[data-v-80d549a4]{overflow:hidden}.detail-header[data-v-80d549a4]{margin-bottom:2rem}.featured-image[data-v-80d549a4]{width:100%;max-height:400px;overflow:hidden}.featured-image img[data-v-80d549a4]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.featured-placeholder[data-v-80d549a4]{width:100%;height:250px;background:linear-gradient(135deg,#e2e8f0,#cbd5e1);display:flex;align-items:center;justify-content:center}.featured-placeholder .placeholder-icon[data-v-80d549a4]{font-size:4rem}.detail-body[data-v-80d549a4]{padding:0 1rem 1rem}.tags-wrap[data-v-80d549a4]{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem}.section-title[data-v-80d549a4]{font-size:1.25rem;font-weight:600;color:#1e293b;margin-bottom:1rem}.info-section[data-v-80d549a4]{margin-bottom:2rem}.info-grid[data-v-80d549a4]{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.info-item[data-v-80d549a4]{display:flex;flex-direction:column;gap:.25rem}.info-item .info-label[data-v-80d549a4]{font-size:.875rem;color:#64748b}.info-item .info-value[data-v-80d549a4]{font-size:.9375rem;color:#1e293b;font-weight:500}.description-section[data-v-80d549a4]{margin-bottom:2rem}.description-section .description-content[data-v-80d549a4]{color:#475569;line-height:1.8;font-size:.9375rem}.description-section .description-content[data-v-80d549a4] p{margin-bottom:1rem}.description-section .description-content[data-v-80d549a4] h4{font-size:1.125rem;font-weight:600;margin-top:1.5rem;margin-bottom:.75rem}.description-section .description-content[data-v-80d549a4] ul{margin-left:1.5rem;margin-bottom:1rem}.description-section .description-content[data-v-80d549a4] li{margin-bottom:.5rem}.results-section[data-v-80d549a4]{margin-bottom:2rem}.results-section .results-list[data-v-80d549a4]{list-style:none;padding:0}.results-section .result-item[data-v-80d549a4]{padding:.75rem 1rem;background:#ecfdf5;color:#065f46;border-radius:.5rem;margin-bottom:.5rem;font-size:.9375rem}.stats-section[data-v-80d549a4]{margin-bottom:2rem}.stats-grid[data-v-80d549a4]{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.stat-item[data-v-80d549a4]{text-align:center;padding:1.5rem;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:.75rem}.stat-item .stat-value[data-v-80d549a4]{font-size:2rem;font-weight:700;color:#fff}.stat-item .stat-label[data-v-80d549a4]{font-size:.875rem;color:#fffc;margin-top:.25rem}.action-card[data-v-80d549a4]{margin-top:1rem}.action-buttons[data-v-80d549a4]{display:flex;gap:1rem}.action-buttons[data-v-80d549a4] .vue-button{flex:1}.detail-sidebar[data-v-80d549a4]{display:flex;flex-direction:column;gap:1rem}.sidebar-card[data-v-80d549a4] .vue-card__body{padding:1.5rem}.sidebar-title[data-v-80d549a4]{font-size:1.125rem;font-weight:600;color:#1e293b;margin-bottom:1rem}.related-list[data-v-80d549a4]{display:flex;flex-direction:column;gap:1rem}.related-item[data-v-80d549a4]{display:flex;gap:1rem;padding:1rem;background:#f8fafc;border-radius:.5rem;cursor:pointer;transition:all .3s ease}.related-item[data-v-80d549a4]:hover{background:#e2e8f0}.related-icon[data-v-80d549a4]{font-size:1.5rem}.related-content[data-v-80d549a4]{flex:1}.related-content .related-title[data-v-80d549a4]{font-size:.9375rem;font-weight:500;color:#1e293b;margin-bottom:.25rem}.related-content .related-category[data-v-80d549a4]{font-size:.8125rem;color:#64748b}.contact-card[data-v-80d549a4]{background:linear-gradient(135deg,#fef3c7,#fde68a)}.contact-info[data-v-80d549a4]{display:flex;flex-direction:column;gap:1rem}.contact-item[data-v-80d549a4]{display:flex;align-items:center;gap:.75rem}.contact-item .contact-icon[data-v-80d549a4]{font-size:1.25rem}.contact-item .contact-text[data-v-80d549a4]{font-size:.9375rem;color:#78350f}.loading-wrap[data-v-80d549a4]{padding-top:150px;display:flex;justify-content:center;align-items:center}.error-wrap[data-v-80d549a4]{padding-top:150px;display:flex;justify-content:center}.error-content[data-v-80d549a4]{text-align:center}.error-content .error-icon[data-v-80d549a4]{font-size:4rem;margin-bottom:1rem}.error-content .error-text[data-v-80d549a4]{font-size:1.125rem;color:#64748b;margin-bottom:1.5rem}@media(min-width:1024px){.detail-section .detail-grid[data-v-80d549a4]{grid-template-columns:2.5fr 1fr}}@media(max-width:768px){.page-banner .page-title[data-v-80d549a4]{font-size:1.75rem}.page-banner .back-btn[data-v-80d549a4]{position:static;transform:none;margin-bottom:1rem}.info-grid[data-v-80d549a4],.stats-grid[data-v-80d549a4]{grid-template-columns:1fr}}.auth-page[data-v-78ff0242]{min-height:100vh;background:linear-gradient(135deg,#eff6ff,#f5f3ff)}.auth-content[data-v-78ff0242]{padding:120px 1rem 3rem;display:flex;justify-content:center;align-items:center;min-height:calc(100vh - 80px)}.auth-card[data-v-78ff0242]{background:#fff;border-radius:16px;padding:2.5rem 2rem;width:100%;max-width:440px;box-shadow:0 20px 60px #00000014;animation:fadeInUp-78ff0242 .6s ease-out both}@keyframes fadeInUp-78ff0242{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.auth-header[data-v-78ff0242]{text-align:center;margin-bottom:2rem}.auth-logo[data-v-78ff0242]{font-size:3rem;margin-bottom:.75rem}.auth-title[data-v-78ff0242]{font-size:1.75rem;font-weight:700;color:#1e293b;margin:0 0 .5rem}.auth-subtitle[data-v-78ff0242]{color:#64748b;margin:0;font-size:.95rem}.auth-form[data-v-78ff0242]{display:flex;flex-direction:column;gap:1.25rem}.form-group[data-v-78ff0242]{display:flex;flex-direction:column;gap:.375rem}.form-label[data-v-78ff0242]{font-size:.875rem;font-weight:500;color:#334155}.form-input[data-v-78ff0242]{width:100%;padding:.75rem 1rem;border:1.5px solid #e2e8f0;border-radius:8px;font-size:.95rem;transition:all .2s;outline:none;background:#f8fafc}.form-input[data-v-78ff0242]:focus{border-color:#2563eb;background:#fff;box-shadow:0 0 0 3px #2563eb1a}.form-input-error[data-v-78ff0242]{border-color:#ef4444!important;background:#fef2f2!important}.password-input-wrapper[data-v-78ff0242]{position:relative}.password-toggle-btn[data-v-78ff0242]{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);background:none;border:none;font-size:1.1rem;cursor:pointer;padding:.25rem;line-height:1}.form-error-text[data-v-78ff0242]{color:#ef4444;font-size:.8rem;margin:0}.general-error[data-v-78ff0242]{text-align:center;background:#fef2f2;padding:.625rem;border-radius:6px;border:1px solid #fecaca}.form-row[data-v-78ff0242]{display:flex;justify-content:space-between;align-items:center;font-size:.875rem}.checkbox-label[data-v-78ff0242]{display:flex;align-items:center;gap:.375rem;cursor:pointer;color:#334155;-webkit-user-select:none;-moz-user-select:none;user-select:none}.checkbox-label input[data-v-78ff0242]{width:16px;height:16px;cursor:pointer;accent-color:#2563eb}.link-btn[data-v-78ff0242]{background:none;border:none;color:#2563eb;cursor:pointer;font-size:.875rem;padding:0}.link-btn[data-v-78ff0242]:hover{text-decoration:underline}.auth-btn-primary[data-v-78ff0242]{width:100%;padding:.875rem 1.25rem;background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;font-size:1rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:.5rem}.auth-btn-primary[data-v-78ff0242]:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 8px 20px #2563eb40}.auth-btn-primary[data-v-78ff0242]:disabled{opacity:.6;cursor:not-allowed}.loading-spinner[data-v-78ff0242]{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin-78ff0242 .8s linear infinite}@keyframes spin-78ff0242{to{transform:rotate(360deg)}}.auth-footer-text[data-v-78ff0242]{text-align:center;color:#64748b;font-size:.875rem;margin-top:.5rem}.auth-page[data-v-14a9f221]{min-height:100vh;background:linear-gradient(135deg,#eff6ff,#f5f3ff)}.auth-content[data-v-14a9f221]{padding:120px 1rem 3rem;display:flex;justify-content:center;align-items:flex-start;min-height:calc(100vh - 80px)}.auth-card[data-v-14a9f221]{background:#fff;border-radius:16px;padding:2.5rem 2rem;width:100%;max-width:460px;box-shadow:0 20px 60px #00000014;animation:fadeInUp-14a9f221 .6s ease-out both}@keyframes fadeInUp-14a9f221{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.auth-header[data-v-14a9f221]{text-align:center;margin-bottom:1.5rem}.auth-logo[data-v-14a9f221]{font-size:3rem;margin-bottom:.5rem}.auth-title[data-v-14a9f221]{font-size:1.75rem;font-weight:700;color:#1e293b;margin:0 0 .5rem}.auth-subtitle[data-v-14a9f221]{color:#64748b;margin:0;font-size:.95rem}.contact-type-switch[data-v-14a9f221]{display:flex;gap:.5rem;background:#f1f5f9;padding:.25rem;border-radius:10px;margin-bottom:1.5rem}.type-tab[data-v-14a9f221]{flex:1;padding:.625rem;border:none;background:transparent;border-radius:8px;cursor:pointer;font-size:.9rem;color:#475569;font-weight:500;transition:all .2s}.type-tab.active[data-v-14a9f221]{background:#fff;color:#2563eb;box-shadow:0 2px 8px #0000000f}.auth-form[data-v-14a9f221]{display:flex;flex-direction:column;gap:1rem}.form-group[data-v-14a9f221]{display:flex;flex-direction:column;gap:.375rem}.form-label[data-v-14a9f221]{font-size:.875rem;font-weight:500;color:#334155}.form-label-optional[data-v-14a9f221]{color:#94a3b8;font-weight:400;font-size:.8rem}.form-input[data-v-14a9f221]{width:100%;padding:.75rem 1rem;border:1.5px solid #e2e8f0;border-radius:8px;font-size:.95rem;transition:all .2s;outline:none;background:#f8fafc;box-sizing:border-box}.form-input[data-v-14a9f221]:focus{border-color:#2563eb;background:#fff;box-shadow:0 0 0 3px #2563eb1a}.form-input-error[data-v-14a9f221]{border-color:#ef4444!important;background:#fef2f2!important}.form-hint-text[data-v-14a9f221]{color:#94a3b8;font-size:.75rem;margin:0}.code-input-wrapper[data-v-14a9f221]{display:flex;gap:.5rem}.code-input-wrapper .form-input[data-v-14a9f221]{flex:1}.code-btn[data-v-14a9f221]{padding:.75rem 1rem;background:#dbeafe;color:#2563eb;border:none;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;white-space:nowrap;transition:all .2s}.code-btn[data-v-14a9f221]:hover:not(:disabled){background:#bfdbfe}.code-btn[data-v-14a9f221]:disabled{background:#f1f5f9;color:#94a3b8;cursor:not-allowed}.password-input-wrapper[data-v-14a9f221]{position:relative}.password-toggle-btn[data-v-14a9f221]{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);background:none;border:none;font-size:1.1rem;cursor:pointer;padding:.25rem;line-height:1}.form-error-text[data-v-14a9f221]{color:#ef4444;font-size:.8rem;margin:0}.form-success-text[data-v-14a9f221]{color:#10b981;font-size:.8rem;margin:0;text-align:center;background:#ecfdf5;padding:.625rem;border-radius:6px;border:1px solid #a7f3d0}.general-error[data-v-14a9f221]{text-align:center;background:#fef2f2;padding:.625rem;border-radius:6px;border:1px solid #fecaca}.checkbox-label.agree-terms[data-v-14a9f221]{display:flex;align-items:flex-start;gap:.375rem;cursor:pointer;color:#334155;font-size:.875rem;-webkit-user-select:none;-moz-user-select:none;user-select:none;line-height:1.5}.checkbox-label.agree-terms input[data-v-14a9f221]{width:16px;height:16px;margin-top:2px;cursor:pointer;accent-color:#2563eb}.auth-btn-primary[data-v-14a9f221]{width:100%;padding:.875rem 1.25rem;background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;font-size:1rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:.5rem}.auth-btn-primary[data-v-14a9f221]:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 8px 20px #2563eb40}.auth-btn-primary[data-v-14a9f221]:disabled{opacity:.6;cursor:not-allowed}.loading-spinner[data-v-14a9f221]{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin-14a9f221 .8s linear infinite}@keyframes spin-14a9f221{to{transform:rotate(360deg)}}.link-btn[data-v-14a9f221]{background:none;border:none;color:#2563eb;cursor:pointer;font-size:.875rem;padding:0}.link-btn[data-v-14a9f221]:hover{text-decoration:underline}.auth-footer-text[data-v-14a9f221]{text-align:center;color:#64748b;font-size:.875rem;margin-top:.5rem}.auth-page[data-v-33f4f6fa]{min-height:100vh;background:linear-gradient(135deg,#eff6ff,#f5f3ff)}.auth-content[data-v-33f4f6fa]{padding:120px 1rem 3rem;display:flex;justify-content:center;align-items:flex-start;min-height:calc(100vh - 80px)}.auth-card[data-v-33f4f6fa]{background:#fff;border-radius:16px;padding:2.5rem 2rem;width:100%;max-width:460px;box-shadow:0 20px 60px #00000014;animation:fadeInUp-33f4f6fa .6s ease-out both}@keyframes fadeInUp-33f4f6fa{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.auth-header[data-v-33f4f6fa]{text-align:center;margin-bottom:1.5rem}.auth-logo[data-v-33f4f6fa]{font-size:3rem;margin-bottom:.5rem}.auth-title[data-v-33f4f6fa]{font-size:1.75rem;font-weight:700;color:#1e293b;margin:0 0 .5rem}.auth-subtitle[data-v-33f4f6fa]{color:#64748b;margin:0;font-size:.95rem}.stepper[data-v-33f4f6fa]{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:1.5rem}.step[data-v-33f4f6fa]{display:flex;flex-direction:column;align-items:center;gap:.25rem}.step-num[data-v-33f4f6fa]{width:28px;height:28px;border-radius:50%;background:#e2e8f0;color:#64748b;font-size:.85rem;font-weight:600;display:flex;align-items:center;justify-content:center;transition:all .3s}.step.active .step-num[data-v-33f4f6fa]{background:#2563eb;color:#fff}.step.done .step-num[data-v-33f4f6fa]{background:#10b981;color:#fff}.step-label[data-v-33f4f6fa]{font-size:.8rem;color:#64748b}.step.active .step-label[data-v-33f4f6fa]{color:#2563eb;font-weight:500}.step-line[data-v-33f4f6fa]{width:40px;height:2px;background:#e2e8f0;transition:all .3s}.step-line.active[data-v-33f4f6fa]{background:#10b981}.contact-type-switch[data-v-33f4f6fa]{display:flex;gap:.5rem;background:#f1f5f9;padding:.25rem;border-radius:10px;margin-bottom:1.25rem}.type-tab[data-v-33f4f6fa]{flex:1;padding:.625rem;border:none;background:transparent;border-radius:8px;cursor:pointer;font-size:.9rem;color:#475569;font-weight:500;transition:all .2s}.type-tab.active[data-v-33f4f6fa]{background:#fff;color:#2563eb;box-shadow:0 2px 8px #0000000f}.auth-form[data-v-33f4f6fa]{display:flex;flex-direction:column;gap:1rem}.form-group[data-v-33f4f6fa]{display:flex;flex-direction:column;gap:.375rem}.form-label[data-v-33f4f6fa]{font-size:.875rem;font-weight:500;color:#334155}.form-input[data-v-33f4f6fa]{width:100%;padding:.75rem 1rem;border:1.5px solid #e2e8f0;border-radius:8px;font-size:.95rem;transition:all .2s;outline:none;background:#f8fafc;box-sizing:border-box}.form-input[data-v-33f4f6fa]:focus{border-color:#2563eb;background:#fff;box-shadow:0 0 0 3px #2563eb1a}.form-input-error[data-v-33f4f6fa]{border-color:#ef4444!important;background:#fef2f2!important}.form-hint-text[data-v-33f4f6fa]{color:#94a3b8;font-size:.75rem;margin:0}.code-input-wrapper[data-v-33f4f6fa]{display:flex;gap:.5rem}.code-input-wrapper .form-input[data-v-33f4f6fa]{flex:1}.code-btn[data-v-33f4f6fa]{padding:.75rem 1rem;background:#dbeafe;color:#2563eb;border:none;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;white-space:nowrap;transition:all .2s}.code-btn[data-v-33f4f6fa]:hover:not(:disabled){background:#bfdbfe}.code-btn[data-v-33f4f6fa]:disabled{background:#f1f5f9;color:#94a3b8;cursor:not-allowed}.password-input-wrapper[data-v-33f4f6fa]{position:relative}.password-toggle-btn[data-v-33f4f6fa]{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);background:none;border:none;font-size:1.1rem;cursor:pointer;padding:.25rem;line-height:1}.form-error-text[data-v-33f4f6fa]{color:#ef4444;font-size:.8rem;margin:0}.form-success-text[data-v-33f4f6fa]{color:#10b981;font-size:.8rem;margin:0;text-align:center;background:#ecfdf5;padding:.625rem;border-radius:6px;border:1px solid #a7f3d0}.general-error[data-v-33f4f6fa]{text-align:center;background:#fef2f2;padding:.625rem;border-radius:6px;border:1px solid #fecaca}.btn-row[data-v-33f4f6fa]{display:flex;gap:.75rem;margin-top:.25rem}.auth-btn-primary[data-v-33f4f6fa]{flex:1;padding:.875rem 1.25rem;background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;font-size:1rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:.5rem}.auth-btn-primary[data-v-33f4f6fa]:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 8px 20px #2563eb40}.auth-btn-primary[data-v-33f4f6fa]:disabled{opacity:.6;cursor:not-allowed}.auth-btn-secondary[data-v-33f4f6fa]{padding:.875rem 1.25rem;background:#f1f5f9;color:#475569;font-size:1rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .2s}.auth-btn-secondary[data-v-33f4f6fa]:hover{background:#e2e8f0}.loading-spinner[data-v-33f4f6fa]{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin-33f4f6fa .8s linear infinite}@keyframes spin-33f4f6fa{to{transform:rotate(360deg)}}.link-btn[data-v-33f4f6fa]{background:none;border:none;color:#2563eb;cursor:pointer;font-size:.875rem;padding:0}.link-btn[data-v-33f4f6fa]:hover{text-decoration:underline}.auth-footer-text[data-v-33f4f6fa]{text-align:center;color:#64748b;font-size:.875rem;margin-top:.5rem}.profile-page[data-v-370675be]{min-height:100vh;background:#f8fafc}.page-content[data-v-370675be]{padding:120px 1rem 3rem;max-width:900px;margin:0 auto}.user-card[data-v-370675be]{background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;border-radius:16px;padding:2rem;display:flex;align-items:center;gap:1.25rem;box-shadow:0 10px 30px #2563eb33;animation:fadeInUp-370675be .5s ease-out both;margin-bottom:1.5rem}@keyframes fadeInUp-370675be{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.user-avatar[data-v-370675be]{width:80px;height:80px;border-radius:50%;background:#fff3;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;flex-shrink:0;border:3px solid rgba(255,255,255,.3)}.user-card-info[data-v-370675be]{flex:1;min-width:0}.user-name[data-v-370675be]{font-size:1.5rem;font-weight:700;margin:0 0 .25rem}.user-sub[data-v-370675be]{font-size:.85rem;opacity:.85;margin:0 0 .5rem}.user-meta[data-v-370675be]{font-size:.85rem;margin:0;opacity:.9;word-break:break-all}.meta-sep[data-v-370675be]{margin:0 .5rem;opacity:.5}.logout-btn[data-v-370675be]{padding:.625rem 1.25rem;background:#fff3;color:#fff;border:1px solid rgba(255,255,255,.3);border-radius:8px;font-size:.9rem;cursor:pointer;transition:all .2s;font-weight:500;flex-shrink:0}.logout-btn[data-v-370675be]:hover{background:#ffffff4d}.success-banner[data-v-370675be]{background:#ecfdf5;border:1px solid #a7f3d0;color:#10b981;padding:.875rem 1rem;border-radius:8px;margin-bottom:1rem;font-size:.9rem}.error-banner[data-v-370675be]{background:#fef2f2;border:1px solid #fecaca;color:#ef4444;padding:.875rem 1rem;border-radius:8px;margin-bottom:1rem;font-size:.9rem}.tab-nav[data-v-370675be]{display:flex;gap:.5rem;background:#fff;padding:.5rem;border-radius:12px;box-shadow:0 4px 12px #0000000a;margin-bottom:1.5rem}.tab-item[data-v-370675be]{flex:1;padding:.75rem 1rem;background:transparent;border:none;border-radius:8px;font-size:.9rem;color:#475569;cursor:pointer;transition:all .2s;font-weight:500}.tab-item[data-v-370675be]:hover{background:#f1f5f9}.tab-item.active[data-v-370675be]{background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff}.tab-content[data-v-370675be]{animation:fadeInUp-370675be .4s ease-out both}.info-panel[data-v-370675be]{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 12px #0000000a}.panel-header[data-v-370675be]{display:flex;align-items:center;justify-content:space-between;padding-bottom:1rem;border-bottom:1px solid #f1f5f9;margin-bottom:1.25rem}.panel-title[data-v-370675be]{font-size:1.1rem;font-weight:600;color:#1e293b;margin:0}.edit-btn[data-v-370675be],.security-action-btn[data-v-370675be]{padding:.5rem 1rem;background:#dbeafe;color:#2563eb;border:none;border-radius:6px;font-size:.875rem;cursor:pointer;transition:all .2s;font-weight:500}.edit-btn[data-v-370675be]:hover,.security-action-btn[data-v-370675be]:hover{background:#bfdbfe}.edit-btn.disabled[data-v-370675be],.security-action-btn.disabled[data-v-370675be]{background:#f1f5f9;color:#94a3b8;cursor:not-allowed}.edit-actions[data-v-370675be]{display:flex;gap:.5rem}.cancel-btn[data-v-370675be]{padding:.5rem 1rem;background:#f1f5f9;color:#475569;border:none;border-radius:6px;font-size:.875rem;cursor:pointer;transition:all .2s;font-weight:500}.cancel-btn[data-v-370675be]:hover{background:#e2e8f0}.save-btn[data-v-370675be]{padding:.5rem 1rem;background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;border:none;border-radius:6px;font-size:.875rem;cursor:pointer;transition:all .2s;font-weight:500}.save-btn[data-v-370675be]:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #2563eb40}.save-btn[data-v-370675be]:disabled{opacity:.6;cursor:not-allowed}.info-list[data-v-370675be]{display:flex;flex-direction:column;gap:.25rem}.info-item[data-v-370675be]{display:flex;justify-content:space-between;padding:1rem;border-radius:8px;transition:background .2s}.info-item[data-v-370675be]:hover{background:#f8fafc}.info-item.info-item-block[data-v-370675be]{flex-direction:column;gap:.5rem}.info-label[data-v-370675be]{color:#64748b;font-size:.9rem;flex-shrink:0;width:120px}.info-value[data-v-370675be]{color:#1e293b;font-size:.9rem;font-weight:500;text-align:right;word-break:break-all}.info-item-block .info-value[data-v-370675be]{text-align:left;line-height:1.6}.edit-form[data-v-370675be]{display:flex;flex-direction:column;gap:1rem}.form-row[data-v-370675be]{display:flex;flex-direction:column;gap:.375rem}.form-label[data-v-370675be]{font-size:.875rem;font-weight:500;color:#334155}.required[data-v-370675be]{color:#ef4444}.form-input[data-v-370675be]{width:100%;padding:.625rem .875rem;border:1.5px solid #e2e8f0;border-radius:6px;font-size:.9rem;outline:none;background:#f8fafc;transition:all .2s;box-sizing:border-box;font-family:inherit}.form-input[data-v-370675be]:focus{border-color:#2563eb;background:#fff;box-shadow:0 0 0 3px #2563eb1a}.form-textarea[data-v-370675be]{resize:vertical;min-height:90px;line-height:1.6}.form-input-error[data-v-370675be]{border-color:#ef4444!important;background:#fef2f2!important}.form-error-text[data-v-370675be]{color:#ef4444;font-size:.8rem;margin:0}.form-hint-text[data-v-370675be]{color:#94a3b8;font-size:.75rem;margin:0}.char-count[data-v-370675be]{font-size:.75rem;color:#94a3b8;text-align:right}.password-input-wrapper[data-v-370675be]{position:relative}.password-toggle-btn[data-v-370675be]{position:absolute;right:.625rem;top:50%;transform:translateY(-50%);background:none;border:none;font-size:1rem;cursor:pointer;padding:.25rem;line-height:1}.security-list[data-v-370675be]{display:flex;flex-direction:column;gap:.5rem}.security-item[data-v-370675be]{display:flex;align-items:center;justify-content:space-between;padding:1rem;border-radius:8px;transition:background .2s;gap:1rem}.security-item[data-v-370675be]:hover{background:#f8fafc}.security-item-info[data-v-370675be]{flex:1;min-width:0}.security-item-title[data-v-370675be]{font-size:.95rem;font-weight:500;color:#1e293b;margin-bottom:.25rem}.security-item-desc[data-v-370675be]{font-size:.85rem;color:#64748b}.modal-overlay[data-v-370675be]{position:fixed;inset:0;background:#0f172a80;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:fadeIn-370675be .2s ease-out}@keyframes fadeIn-370675be{0%{opacity:0}to{opacity:1}}.modal-content[data-v-370675be]{background:#fff;border-radius:12px;width:100%;max-width:460px;max-height:90vh;overflow:auto;animation:fadeInUp-370675be .25s ease-out both}.modal-header[data-v-370675be]{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid #f1f5f9}.modal-header h3[data-v-370675be]{margin:0;font-size:1.1rem;color:#1e293b}.modal-close[data-v-370675be]{background:none;border:none;font-size:1.5rem;color:#94a3b8;cursor:pointer;line-height:1;padding:.25rem}.modal-close[data-v-370675be]:hover{color:#475569}.modal-form[data-v-370675be]{padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.modal-actions[data-v-370675be]{display:flex;gap:.75rem;justify-content:flex-end;margin-top:.5rem}.empty-state[data-v-370675be]{padding:3rem 1rem;text-align:center;color:#94a3b8}.empty-state-icon[data-v-370675be]{font-size:3rem;margin-bottom:1rem;opacity:.6}.empty-state-text[data-v-370675be]{font-size:.95rem}@media(max-width:640px){.user-card[data-v-370675be]{flex-wrap:wrap;padding:1.5rem}.logout-btn[data-v-370675be]{width:100%}.tab-item[data-v-370675be]{font-size:.85rem;padding:.625rem .5rem}.info-label[data-v-370675be]{width:80px}}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}button{font-family:inherit;cursor:pointer}input,textarea,select{font-family:inherit}img{max-width:100%;height:auto}:root{--primary-color: #2563eb;--secondary-color: #7c3aed;--success-color: #10b981;--warning-color: #f59e0b;--danger-color: #ef4444;--text-primary: #1e293b;--text-secondary: #64748b;--text-muted: #94a3b8;--bg-primary: #ffffff;--bg-secondary: #f8fafc;--border-color: #e2e8f0}*{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:var(--text-primary);background-color:var(--bg-primary);line-height:1.6;margin:0;padding:0}a{color:inherit;text-decoration:none}.container-custom{max-width:1280px;margin:0 auto;padding:0 1rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in-up{animation:fadeInUp .6s ease-out both}.text-center{text-align:center}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.vue-button{box-sizing:border-box;text-align:center;cursor:pointer;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;border:1px solid #d9d9d9;border-radius:4px;justify-content:center;align-items:center;margin:0;padding:6px 16px;font-size:14px;font-weight:500;line-height:1.5;text-decoration:none;transition:all .3s;display:inline-flex}.vue-button--default{color:#666;background-color:#fff;border-color:#d9d9d9}.vue-button--default:hover:not(:disabled){color:#4080ff;background-color:#f2f2f2;border-color:#4080ff}.vue-button--primary{color:#fff;background-color:#4080ff;border-color:#4080ff}.vue-button--primary:hover:not(:disabled){background-color:#699df4;border-color:#699df4}.vue-button--success{color:#fff;background-color:#52c41a;border-color:#52c41a}.vue-button--success:hover:not(:disabled){background-color:#73d13d;border-color:#73d13d}.vue-button--warning{color:#fff;background-color:#faad14;border-color:#faad14}.vue-button--warning:hover:not(:disabled){background-color:#ffc53d;border-color:#ffc53d}.vue-button--danger{color:#fff;background-color:#f5222d;border-color:#f5222d}.vue-button--danger:hover:not(:disabled){background-color:#ff4d4f;border-color:#ff4d4f}.vue-button--small{height:28px;padding:4px 12px;font-size:12px}.vue-button--medium{height:36px;padding:6px 16px;font-size:14px}.vue-button--large{height:44px;padding:8px 24px;font-size:16px}.vue-button--disabled{cursor:not-allowed;opacity:.5}.vue-button--loading{cursor:not-allowed}.vue-button--loading .vue-button__text{visibility:hidden}.vue-button--block{width:100%}.vue-button--round{border-radius:20px}.vue-button--circle{border-radius:50%;width:36px;height:36px;padding:0}.vue-button__content{justify-content:center;align-items:center;gap:4px;display:inline-flex}.vue-button__icon{justify-content:center;align-items:center;display:inline-flex}.vue-button__loading{justify-content:center;align-items:center;display:inline-flex;position:absolute}.vue-loading{width:16px;height:16px;animation:1s linear infinite spin}.vue-loading__circle{animation:1.5s ease-in-out infinite dash}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes dash{0%{stroke-dashoffset:100px}50%{stroke-dashoffset:25px}to{stroke-dashoffset:100px}}.vue-icon{cursor:default;justify-content:center;align-items:center;line-height:1;transition:color .3s;display:inline-flex}.vue-icon--spin{animation:1s linear infinite spin}.vue-icon--pulse{animation:2s cubic-bezier(.4,0,.6,1) infinite pulse}.vue-icon svg{fill:currentColor;width:100%;height:100%}.vue-icon:hover{opacity:.8}.vue-icon:active{opacity:.6}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.vue-input{align-items:center;width:100%;font-family:Inter,sans-serif;display:inline-flex;position:relative}.vue-input__inner{background:#f8fafc;border:2px solid #e2e8f0;border-radius:.75rem;outline:none;width:100%;padding:.875rem 1.125rem;font-family:inherit;font-size:.9375rem;transition:all .3s}.vue-input__inner::-moz-placeholder{color:#94a3b8}.vue-input__inner::placeholder{color:#94a3b8}.vue-input__inner:focus{background:#fff;border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1a}.vue-input__inner:disabled{cursor:not-allowed;opacity:.6;background:#f1f5f9}.vue-input--has-prefix .vue-input__inner{padding-left:2.75rem}.vue-input--has-suffix .vue-input__inner{padding-right:2.75rem}.vue-input__prefix,.vue-input__suffix{color:#64748b;pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute}.vue-input__prefix{left:1rem}.vue-input__suffix{pointer-events:auto;right:1rem}.vue-input__clear,.vue-input__password-toggle{cursor:pointer;transition:color .2s}.vue-input__clear:hover,.vue-input__password-toggle:hover{color:#2563eb}.vue-input--small .vue-input__inner{border-radius:.625rem;padding:.5rem .875rem;font-size:.875rem}.vue-input--large .vue-input__inner{border-radius:.875rem;padding:1rem 1.25rem;font-size:1rem}.vue-input--disabled{cursor:not-allowed}.vue-tag{border-radius:9999px;align-items:center;gap:.375rem;padding:.375rem .875rem;font-size:.8125rem;font-weight:500;transition:all .2s;display:inline-flex}.vue-tag--small{padding:.25rem .625rem;font-size:.75rem}.vue-tag--large{padding:.5rem 1rem;font-size:.875rem}.vue-tag--default,.vue-tag--default.vue-tag--light{color:#475569;background:#f1f5f9}.vue-tag--default.vue-tag--dark{color:#f8fafc;background:#334155}.vue-tag--default.vue-tag--plain{color:#64748b;background:0 0;border:1px solid #e2e8f0}.vue-tag--primary,.vue-tag--primary.vue-tag--light{color:#2563eb;background:linear-gradient(135deg,#2563eb1a,#7c3aed1a)}.vue-tag--primary.vue-tag--dark{color:#fff;background:linear-gradient(135deg,#2563eb,#7c3aed)}.vue-tag--primary.vue-tag--plain{color:#2563eb;background:0 0;border:1px solid #2563eb4d}.vue-tag--success,.vue-tag--success.vue-tag--light{color:#10b981;background:#10b9811a}.vue-tag--success.vue-tag--dark{color:#fff;background:#10b981}.vue-tag--success.vue-tag--plain{color:#10b981;background:0 0;border:1px solid #10b9814d}.vue-tag--warning,.vue-tag--warning.vue-tag--light{color:#f97316;background:#f973161a}.vue-tag--warning.vue-tag--dark{color:#fff;background:#f97316}.vue-tag--warning.vue-tag--plain{color:#f97316;background:0 0;border:1px solid #f973164d}.vue-tag--danger,.vue-tag--danger.vue-tag--light{color:#ef4444;background:#ef44441a}.vue-tag--danger.vue-tag--dark{color:#fff;background:#ef4444}.vue-tag--danger.vue-tag--plain{color:#ef4444;background:0 0;border:1px solid #ef44444d}.vue-tag--closable{cursor:pointer}.vue-tag--disabled{opacity:.5;cursor:not-allowed}.vue-tag__close{cursor:pointer;opacity:.7;justify-content:center;align-items:center;transition:opacity .2s;display:inline-flex}.vue-tag__close:hover{opacity:1}.vue-card{background:#fff;border:1px solid #e2e8f099;border-radius:1.25rem;transition:all .4s cubic-bezier(.4,0,.2,1);overflow:hidden;box-shadow:0 4px 20px -2px #00000014}.vue-card--bordered{border:1px solid #e2e8f099}.vue-card--hoverable,.vue-card--shadow-hover{cursor:pointer}.vue-card--hoverable:hover,.vue-card--shadow-hover:hover{border-color:#2563eb33;transform:translateY(-8px);box-shadow:0 25px 40px -12px #00000026}.vue-card--shadow-always{box-shadow:0 25px 40px -12px #00000026}.vue-card__header{color:#0f172a;border-bottom:1px solid #e2e8f099;padding:1.25rem 1.5rem;font-weight:600}.vue-card__body{padding:1.5rem}.vue-card__footer{background:#f8fafc;border-top:1px solid #e2e8f099;padding:1.25rem 1.5rem}.vue-progress{align-items:center;display:flex;position:relative}.vue-progress__line{vertical-align:middle;flex:1}.vue-progress__outer{background:#e2e8f0;border-radius:9999px;width:100%;height:8px;display:inline-block;overflow:hidden}.vue-progress__bar{background:linear-gradient(90deg,#2563eb,#7c3aed);border-radius:9999px;height:100%;transition:width 1.5s;position:relative}.vue-progress__bar--primary{background:linear-gradient(90deg,#2563eb,#7c3aed)}.vue-progress__bar--success{background:linear-gradient(90deg,#10b981,#059669)}.vue-progress__bar--warning{background:linear-gradient(90deg,#f97316,#ea580c)}.vue-progress__bar--exception{background:linear-gradient(90deg,#ef4444,#dc2626)}.vue-progress__text{color:#64748b;white-space:nowrap;margin-left:.5rem;font-size:.875rem;font-weight:500}.vue-progress--without-text .vue-progress__bar{margin-bottom:0}.vue-progress--without-text .vue-progress__text{display:none}.vue-progress__circle{justify-content:center;align-items:center;display:inline-flex;position:relative}.vue-progress__circle-track{stroke:#e2e8f0}.vue-progress__circle-bar{transform-origin:50%;transition:stroke-dashoffset 1.5s;transform:rotate(-90deg)}.vue-progress--small .vue-progress__outer{height:4px}.vue-progress--small .vue-progress__text{font-size:.75rem}.vue-progress--large .vue-progress__outer{height:12px}.vue-progress--large .vue-progress__text{font-size:1rem}.vue-select{width:100%;font-family:Inter,sans-serif;position:relative}.vue-select__trigger{cursor:pointer;background:#f8fafc;border:2px solid #e2e8f0;border-radius:.75rem;align-items:center;width:100%;padding:.875rem 1.125rem;font-size:.9375rem;transition:all .3s;display:flex;position:relative}.vue-select__trigger:hover{border-color:#2563eb}.vue-select--open .vue-select__trigger{background:#fff;border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1a}.vue-select--disabled .vue-select__trigger{cursor:not-allowed;opacity:.6;background:#f1f5f9}.vue-select__value{color:#1f2937;flex:1}.vue-select__input{font-size:inherit;background:0 0;border:none;outline:none;flex:1}.vue-select__input::-moz-placeholder{color:#94a3b8}.vue-select__input::placeholder{color:#94a3b8}.vue-select__arrow{color:#64748b;pointer-events:none;margin-left:.5rem;transition:transform .2s}.vue-select--open .vue-select__arrow{transform:rotate(180deg)}.vue-select__clear{cursor:pointer;color:#94a3b8;margin-left:.5rem;transition:color .2s}.vue-select__clear:hover{color:#2563eb}.vue-select__dropdown{z-index:1000;background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;max-height:240px;position:absolute;top:calc(100% + .5rem);left:0;right:0;overflow-y:auto;box-shadow:0 10px 15px -3px #0000001a}.vue-select__option{cursor:pointer;color:#1f2937;padding:.75rem 1.125rem;transition:background .2s}.vue-select__option:hover{background:#f1f5f9}.vue-select__option--selected{color:#2563eb;background:#2563eb0d;font-weight:600}.vue-select__option--disabled{color:#94a3b8;cursor:not-allowed}.vue-select__option--disabled:hover{background:0 0}.vue-select__empty{text-align:center;color:#94a3b8;padding:1.5rem}.vue-select--small .vue-select__trigger{border-radius:.625rem;padding:.5rem .875rem;font-size:.875rem}.vue-select--large .vue-select__trigger{border-radius:.875rem;padding:1rem 1.25rem;font-size:1rem}.vue-product-card{cursor:pointer;background:#fff;border:1px solid #e2e8f099;border-radius:1.25rem;transition:all .4s cubic-bezier(.4,0,.2,1);overflow:hidden;box-shadow:0 4px 20px -2px #00000014}.vue-product-card--hoverable:hover{border-color:#2563eb33;transform:translateY(-8px);box-shadow:0 25px 40px -12px #00000026}.vue-product-card__image{aspect-ratio:16/9;background:linear-gradient(135deg,#667eea,#764ba2);position:relative;overflow:hidden}.vue-product-card__image:hover .vue-product-card__overlay{opacity:1}.vue-product-card__img{background-position:50%;background-size:cover;width:100%;height:100%}.vue-product-card__icon{justify-content:center;align-items:center;width:100%;height:100%;font-size:4rem;display:flex}.vue-product-card__overlay{opacity:0;background:linear-gradient(#0000,#000000b3);align-items:flex-end;padding:1.5rem;transition:all .3s;display:flex;position:absolute;inset:0}.vue-product-card__buy-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2563eb,#7c3aed);border:none;border-radius:.75rem;width:100%;padding:.75rem 1.5rem;font-weight:600;transition:all .3s}.vue-product-card__buy-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #2563eb73}.vue-product-card__content{padding:1.25rem}.vue-product-card__tags{flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem;display:flex}.vue-product-card__tag{color:#2563eb;background:linear-gradient(135deg,#2563eb1a,#7c3aed1a);border-radius:9999px;align-items:center;padding:.25rem .75rem;font-size:.75rem;font-weight:500;display:inline-flex}.vue-product-card__title{color:#0f172a;margin-bottom:.75rem;font-size:1.125rem;font-weight:600;line-height:1.4}.vue-product-card__meta{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.vue-product-card__rating{align-items:center;gap:.125rem;display:flex}.vue-product-card__star{color:#fbbf24;font-size:.875rem}.vue-product-card__star-half{color:#fbbf24;background:linear-gradient(90deg,#fbbf24 50%,#e2e8f0 50%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:.875rem}.vue-product-card__star-empty{color:#e2e8f0;font-size:.875rem}.vue-product-card__reviews{color:#94a3b8;margin-left:.5rem;font-size:.875rem}.vue-product-card__sales{color:#94a3b8;font-size:.875rem}.vue-product-card__price{align-items:baseline;gap:.5rem;display:flex}.vue-product-card__current-price{color:#2563eb;font-size:1.5rem;font-weight:700}.vue-product-card__original-price{color:#94a3b8;font-size:.875rem;text-decoration:line-through}.vue-hero{align-items:center;padding-top:6rem;display:flex;position:relative;overflow:hidden}.vue-hero--primary{background:linear-gradient(135deg,#1e3a8a,#2563eb,#7c3aed)}.vue-hero--primary .vue-hero__blob--1{background:#ffffff1a}.vue-hero--primary .vue-hero__blob--2{background:#10b98133}.vue-hero--dark{background:linear-gradient(135deg,#0f172a,#1e293b)}.vue-hero--light{background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.vue-hero__bg{pointer-events:none;position:absolute;inset:0;overflow:hidden}.vue-hero__blob{filter:blur(80px);border-radius:50%;animation:6s ease-in-out infinite float;position:absolute}.vue-hero__blob--1{width:24rem;height:24rem;top:5%;right:10%}.vue-hero__blob--2{width:20rem;height:20rem;animation-delay:1.5s;bottom:10%;left:5%}.vue-hero__content{z-index:10;grid-template-columns:1fr;align-items:center;gap:3rem;padding-top:4rem;padding-bottom:4rem;display:grid;position:relative}@media(width>=1024px){.vue-hero__content{grid-template-columns:1fr 1fr}}.vue-hero__text{text-align:center}@media(width>=1024px){.vue-hero__text{text-align:left}}.vue-hero__badge{backdrop-filter:blur(10px);color:#ffffffe6;background:#ffffff26;border-radius:9999px;margin-bottom:1.5rem;padding:.625rem 1.25rem;font-size:.875rem;animation:.7s forwards fadeInUp;display:inline-block}.vue-hero__title{color:#fff;margin-bottom:1.5rem;font-family:Poppins,sans-serif;font-size:2.5rem;font-weight:800;line-height:1.2}@media(width>=768px){.vue-hero__title{font-size:3.5rem}}@media(width>=1024px){.vue-hero__title{font-size:4rem}}.vue-hero__subtitle{background:linear-gradient(135deg,#60a5fa,#a78bfa,#34d399) 0 0/200% 200%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;animation:5s infinite gradientShift;display:block}.vue-hero__description{color:#fffc;max-width:36rem;margin-bottom:2.5rem;font-size:1.125rem;line-height:1.7}@media(width>=1024px){.vue-hero__description{margin-left:0;margin-right:0}}.vue-hero__actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}@media(width>=1024px){.vue-hero__actions{justify-content:flex-start}}.vue-hero__btn{cursor:pointer;border:none;border-radius:.75rem;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .3s}.vue-hero__btn--primary{color:#2563eb;background:#fff;box-shadow:0 4px 14px #0000001a}.vue-hero__btn--primary:hover{background:#f8fafc;transform:translateY(-3px);box-shadow:0 8px 25px #00000026}.vue-hero__btn--outline{color:#fff;background:0 0;border:2px solid #fff}.vue-hero__btn--outline:hover{color:#2563eb;background:#fff;transform:translateY(-2px)}.vue-hero__visual{display:none}@media(width>=1024px){.vue-hero__visual{display:block}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes gradientShift{0%,to{background-position:0%}50%{background-position:100%}}.vue-footer{color:#fff;background:#0f172a;padding-top:4rem;padding-bottom:2rem}.vue-footer__container{flex-direction:column;gap:3rem;display:flex}.vue-footer__grid{grid-template-columns:1fr;gap:2.5rem;display:grid}@media(width>=768px){.vue-footer__grid{grid-template-columns:repeat(2,1fr)}}@media(width>=1024px){.vue-footer__grid{grid-template-columns:repeat(4,1fr)}}.vue-footer__section{flex-direction:column;display:flex}.vue-footer__brand{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.vue-footer__logo-icon{color:#fff;background:linear-gradient(135deg,#2563eb,#7c3aed);border-radius:.75rem;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-size:1.25rem;font-weight:700;display:flex}.vue-footer__logo-text{font-family:Poppins,sans-serif;font-size:1.25rem;font-weight:700}.vue-footer__desc{color:#94a3b8;margin-bottom:1rem;font-size:.875rem;line-height:1.7}.vue-footer__social{gap:.75rem;display:flex}.vue-footer__heading{color:#fff;margin-bottom:1rem;font-size:1.125rem;font-weight:600}.vue-footer__list{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.vue-footer__link{color:#94a3b8;font-size:.875rem;text-decoration:none;transition:color .2s}.vue-footer__link:hover{color:#fff}.vue-footer__contact-list{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.vue-footer__contact-item{color:#94a3b8;align-items:flex-start;gap:.5rem;font-size:.875rem;line-height:1.5;display:flex}.vue-footer__contact-icon{flex-shrink:0}.vue-footer__bottom{border-top:1px solid #1e293b;flex-direction:column;align-items:center;gap:1rem;padding-top:2rem;display:flex}@media(width>=768px){.vue-footer__bottom{flex-direction:row;justify-content:space-between}}.vue-footer__copyright{color:#64748b;margin:0;font-size:.875rem}.vue-footer__legal{gap:1.5rem;display:flex}.vue-footer__legal a{color:#64748b;font-size:.875rem;text-decoration:none;transition:color .2s}.vue-footer__legal a:hover{color:#fff}.vue-timeline{position:relative}.vue-timeline--vertical{padding-left:2rem}.vue-timeline--vertical:before{content:"";background:linear-gradient(#2563eb,#7c3aed);border-radius:3px;width:3px;position:absolute;top:0;bottom:0;left:0}.vue-timeline--horizontal{gap:2rem;padding:0;display:flex}.vue-timeline--horizontal:before{display:none}.vue-timeline--horizontal .vue-timeline__item{flex:1;padding-top:2rem;padding-left:0}.vue-timeline--horizontal .vue-timeline__item:before{content:"";background:linear-gradient(90deg,#2563eb,#7c3aed);border-radius:3px;height:3px;position:absolute;inset:0 50%}.vue-timeline--horizontal .vue-timeline__item--last:before{display:none}.vue-timeline__item{cursor:pointer;padding-bottom:2.5rem;position:relative}.vue-timeline__item--last{padding-bottom:0}.vue-timeline__marker{position:absolute;top:.5rem;left:-2rem}@media(width>=1024px){.vue-timeline__marker{left:-2.5rem}}.vue-timeline__dot{color:#fff;background:linear-gradient(135deg,#2563eb,#7c3aed);border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:.5rem;transition:all .3s;display:flex;box-shadow:0 0 0 4px #2563eb26}.vue-timeline__content{flex:1}.vue-timeline__time{color:#94a3b8;margin-bottom:.5rem;font-size:.875rem}.vue-timeline__title{color:#0f172a;margin-bottom:.5rem;font-size:1.125rem;font-weight:600}.vue-timeline__description{color:#64748b;margin:0;font-size:.875rem;line-height:1.6}.vue-timeline__item:hover .vue-timeline__dot{transform:scale(1.2);box-shadow:0 0 0 6px #2563eb33}.vue-statistic{text-align:center;padding:1.5rem}.vue-statistic__value{justify-content:center;align-items:baseline;gap:.25rem;margin-bottom:.5rem;display:flex}.vue-statistic__number{background:linear-gradient(135deg,#2563eb,#7c3aed);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-family:Poppins,sans-serif;font-size:3.5rem;font-weight:800;line-height:1}@media(width>=768px){.vue-statistic__number{font-size:4rem}}.vue-statistic__prefix,.vue-statistic__suffix{color:#2563eb;font-family:Poppins,sans-serif;font-size:1.5rem;font-weight:700}.vue-statistic__label{color:#64748b;font-size:.875rem;font-weight:500}.vue-pagination{justify-content:center;align-items:center;gap:.5rem;display:flex}.vue-pagination__btn{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;justify-content:center;align-items:center;min-width:2.5rem;height:2.5rem;padding:0 .75rem;font-weight:500;transition:all .2s;display:flex}.vue-pagination__btn:hover:not(:disabled){color:#2563eb;border-color:#2563eb}.vue-pagination__btn:disabled{opacity:.5;cursor:not-allowed}.vue-pagination__pager--active{color:#fff;background:linear-gradient(135deg,#2563eb,#7c3aed);border-color:#0000}.vue-pagination__pager--active:hover{color:#fff;background:linear-gradient(135deg,#2563eb,#7c3aed)}.vue-pagination__more{color:#94a3b8;padding:0 .5rem}.vue-pagination--small .vue-pagination__btn{min-width:2rem;height:2rem;font-size:.875rem}:root{--primary-blue:#2563eb;--primary-purple:#7c3aed;--accent-orange:#f97316;--accent-green:#10b981;--dark-gray:#1e293b;--medium-gray:#64748b;--light-gray:#f1f5f9;--border-color:#e2e8f0}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#1f2937;background-color:#f8fafc;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Inter,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}.container-custom{max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media(width>=640px){.container-custom{padding-left:1.5rem;padding-right:1.5rem}}@media(width>=1024px){.container-custom{padding-left:2rem;padding-right:2rem}}@media(width>=1024px){.vue-navbar__actions{display:flex}}.slide-fade-enter-active[data-v-8d383aa5]{transition:all .2s ease-out}.slide-fade-leave-active[data-v-8d383aa5]{transition:all .2s ease-in}.slide-fade-enter-from[data-v-8d383aa5],.slide-fade-leave-to[data-v-8d383aa5]{opacity:0;transform:translateY(-10px)}.slide-enter-active[data-v-ae072037],.slide-leave-active[data-v-ae072037]{transition:all .3s}.slide-enter-from[data-v-ae072037],.slide-leave-to[data-v-ae072037]{opacity:0;transform:translateY(-10px)}.vue-navbar{backdrop-filter:blur(20px);z-index:1000;background:#ffffffe6;border-bottom:1px solid #e2e8f099;transition:all .3s;position:fixed;top:0;left:0;right:0}.vue-navbar--scrolled{box-shadow:0 10px 15px -3px #0000001a}.vue-navbar__container{align-items:center;height:5rem;display:flex}.vue-navbar__nav{justify-content:space-between;align-items:center;width:100%;display:flex}.vue-navbar__left{align-items:center;gap:2rem;display:flex}.vue-navbar__right{align-items:center;gap:1rem;display:flex}.vue-navbar__logo{color:#1e293b;align-items:center;gap:.75rem;font-family:Poppins,sans-serif;font-size:1.25rem;font-weight:700;text-decoration:none;display:flex}.vue-navbar__logo-icon{color:#fff;background:linear-gradient(135deg,#2563eb,#7c3aed);border-radius:.75rem;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-size:1.25rem;font-weight:700;display:flex;box-shadow:0 4px 14px #2563eb59}.vue-navbar__menu{align-items:center;gap:2rem;display:none}@media(width>=1024px){.vue-navbar__menu{display:flex}}.vue-navbar__link{color:#64748b;padding:.5rem 0;font-weight:500;text-decoration:none;transition:all .3s;position:relative}.vue-navbar__link:after{content:"";background:linear-gradient(90deg,#2563eb,#7c3aed);border-radius:1px;width:0;height:2px;transition:width .3s;position:absolute;bottom:-6px;left:0}.vue-navbar__link:hover,.vue-navbar__link--active{color:#2563eb}.vue-navbar__link:hover:after,.vue-navbar__link--active:after{width:100%}.vue-navbar__link--disabled{color:#94a3b8;pointer-events:none}.vue-navbar__actions{align-items:center;gap:1rem;display:flex}.vue-navbar__toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:.375rem;padding:.5rem;display:flex}@media(width>=1024px){.vue-navbar__toggle{display:none}}.vue-navbar__toggle-line{background:#1e293b;width:1.5rem;height:.125rem;transition:all .3s}.vue-navbar--mobile-open .vue-navbar__toggle-line:first-child{transform:rotate(45deg)translate(5px,5px)}.vue-navbar--mobile-open .vue-navbar__toggle-line:nth-child(2){opacity:0}.vue-navbar--mobile-open .vue-navbar__toggle-line:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.vue-navbar__mobile-menu{z-index:9999;background:#fff;border-top:1px solid #e2e8f099;position:fixed;inset:5rem 0 0;overflow-y:auto}.vue-navbar__mobile-menu-content{flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.vue-navbar__mobile-link{color:#64748b;border-radius:.75rem;padding:1rem;font-weight:500;text-decoration:none;transition:all .2s;display:block}.vue-navbar__mobile-link:hover{color:#2563eb;background:#f1f5f9}.vue-navbar__mobile-link--active{color:#2563eb;background:#2563eb0d;font-weight:600}.vue-navbar__mobile-actions{border-top:1px solid #e2e8f099;margin-top:1rem;padding-top:1rem}.vue-textarea[data-v-ea4716b2]{align-items:flex-start;width:100%;display:flex;position:relative}.vue-textarea__prefix[data-v-ea4716b2],.vue-textarea__suffix[data-v-ea4716b2]{color:#64748b;pointer-events:none;align-items:center;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.vue-textarea__prefix[data-v-ea4716b2]{left:1rem}.vue-textarea__suffix[data-v-ea4716b2]{right:1rem}.vue-textarea__inner[data-v-ea4716b2]{resize:vertical;background:#f8fafc;border:2px solid #e2e8f0;border-radius:.75rem;outline:none;width:100%;min-height:100px;padding:.75rem 1rem;font-family:inherit;font-size:.9375rem;line-height:1.5;transition:all .3s}.vue-textarea__inner[data-v-ea4716b2]::-moz-placeholder{color:#94a3b8}.vue-textarea__inner[data-v-ea4716b2]::placeholder{color:#94a3b8}.vue-textarea__inner[data-v-ea4716b2]:focus{background:#fff;border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1a}.vue-textarea__inner[data-v-ea4716b2]:disabled{cursor:not-allowed;opacity:.6;background:#f1f5f9}.vue-textarea--show-count .vue-textarea__inner[data-v-ea4716b2]{padding-bottom:2.5rem}.vue-textarea__count[data-v-ea4716b2]{color:#94a3b8;pointer-events:none;background:0 0;font-size:.75rem;position:absolute;bottom:.75rem;right:1rem}.vue-textarea--focused .vue-textarea__count[data-v-ea4716b2]{color:#64748b}.vue-textarea--small .vue-textarea__inner[data-v-ea4716b2]{border-radius:.625rem;min-height:80px;padding:.5rem .875rem;font-size:.875rem}.vue-textarea--large .vue-textarea__inner[data-v-ea4716b2]{border-radius:.875rem;min-height:120px;padding:1rem 1.25rem;font-size:1rem}.vue-form[data-v-77443891]{width:100%}.vue-form-item[data-v-97160b48]{margin-bottom:1.5rem}.vue-form-item--required[data-v-97160b48]:before{content:"*";color:#ef4444;margin-right:4px}.vue-form-item__label[data-v-97160b48]{color:#1e293b;margin-bottom:.5rem;font-size:.875rem;font-weight:500;display:block}.vue-form-item__content[data-v-97160b48]{position:relative}.vue-form-item--left[data-v-97160b48]{align-items:flex-start;display:flex}.vue-form-item--left .vue-form-item__label[data-v-97160b48]{flex-shrink:0;margin-bottom:0;margin-right:1rem;line-height:2.5rem}.vue-form-item--right[data-v-97160b48]{align-items:flex-start;display:flex}.vue-form-item--right .vue-form-item__label[data-v-97160b48]{text-align:right;flex-shrink:0;margin-bottom:0;margin-left:1rem;line-height:2.5rem}.vue-form-item__error[data-v-97160b48]{color:#ef4444;margin-top:.5rem;font-size:.75rem;line-height:1.4}.vue-form-item--validating .vue-form-item__content[data-v-97160b48]:after{content:"";border:2px solid #2563eb;border-top-color:#0000;border-radius:50%;width:16px;height:16px;animation:.8s linear infinite spin-97160b48;position:absolute;top:50%;right:-20px;transform:translateY(-50%)}@keyframes spin-97160b48{to{transform:rotate(360deg)}}.fade-enter-active[data-v-97160b48],.fade-leave-active[data-v-97160b48]{transition:opacity .3s}.fade-enter-from[data-v-97160b48],.fade-leave-to[data-v-97160b48]{opacity:0}.vue-modal[data-v-1c7a879c]{z-index:2000;backdrop-filter:blur(4px);background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.vue-modal__dialog[data-v-1c7a879c]{background:#fff;border-radius:1rem;flex-direction:column;max-width:90vw;max-height:90vh;display:flex;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}.vue-modal__dialog--small[data-v-1c7a879c]{width:380px}.vue-modal__dialog--medium[data-v-1c7a879c]{width:520px}.vue-modal__dialog--large[data-v-1c7a879c]{width:720px}.vue-modal__header[data-v-1c7a879c]{border-bottom:1px solid #e2e8f0;flex-shrink:0;justify-content:space-between;align-items:center;padding:1.5rem 1.5rem 0;display:flex}.vue-modal__title[data-v-1c7a879c]{color:#0f172a;margin:0;font-size:1.25rem;font-weight:600}.vue-modal__close[data-v-1c7a879c]{color:#64748b;cursor:pointer;background:0 0;border:none;padding:.25rem;font-size:1.25rem;line-height:1;transition:color .2s}.vue-modal__close[data-v-1c7a879c]:hover{color:#1e293b}.vue-modal__body[data-v-1c7a879c]{color:#475569;flex:1;padding:1.5rem;line-height:1.6;overflow-y:auto}.vue-modal__footer[data-v-1c7a879c]{background:#f8fafc;border-top:1px solid #e2e8f0;flex-shrink:0;justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem;display:flex}.vue-modal__btn[data-v-1c7a879c]{cursor:pointer;border:1px solid #0000;border-radius:.625rem;padding:.625rem 1.25rem;font-size:.875rem;font-weight:500;transition:all .2s}.vue-modal__btn--cancel[data-v-1c7a879c]{color:#64748b;background:#fff;border-color:#e2e8f0}.vue-modal__btn--cancel[data-v-1c7a879c]:hover{color:#1e293b;background:#f1f5f9}.vue-modal__btn--confirm[data-v-1c7a879c]{color:#fff;background:linear-gradient(135deg,#2563eb,#7c3aed)}.vue-modal__btn--confirm[data-v-1c7a879c]:hover{transform:translateY(-2px);box-shadow:0 8px 25px #2563eb59}.vue-modal__btn--confirm.vue-modal__btn--loading[data-v-1c7a879c]{opacity:.7;cursor:not-allowed}.vue-modal__spinner[data-v-1c7a879c]{border:2px solid #fff;border-top-color:#0000;border-radius:50%;width:14px;height:14px;margin-right:.5rem;animation:.8s linear infinite spin-1c7a879c;display:inline-block}@keyframes spin-1c7a879c{to{transform:rotate(360deg)}}.modal-fade-enter-active[data-v-1c7a879c]{transition:all .3s}.modal-fade-enter-active .vue-modal__dialog[data-v-1c7a879c]{opacity:0;transition:all .3s;transform:scale(.95)}.modal-fade-leave-active[data-v-1c7a879c]{transition:all .2s}.modal-fade-leave-active .vue-modal__dialog[data-v-1c7a879c]{opacity:0;transition:all .2s;transform:scale(.95)}.modal-fade-enter-from[data-v-1c7a879c],.modal-fade-leave-to[data-v-1c7a879c]{opacity:0}.vue-table-wrapper[data-v-fcda8a47]{width:100%;position:relative;overflow:auto}.vue-table[data-v-fcda8a47]{border-collapse:collapse;width:100%;font-size:.875rem}.vue-table thead tr[data-v-fcda8a47]{background:#f8fafc}.vue-table th[data-v-fcda8a47],.vue-table td[data-v-fcda8a47]{color:#475569;border-bottom:1px solid #e2e8f0;padding:.875rem 1rem;line-height:1.5}.vue-table th[data-v-fcda8a47]{color:#1e293b;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;font-weight:600}.vue-table th.vue-table__th--sortable[data-v-fcda8a47]{cursor:pointer}.vue-table th.vue-table__th--sortable[data-v-fcda8a47]:hover{background:#f1f5f9}.vue-table tbody tr[data-v-fcda8a47]{transition:background .2s}.vue-table tbody tr[data-v-fcda8a47]:hover{background:#f8fafc}.vue-table--border th[data-v-fcda8a47],.vue-table--border td[data-v-fcda8a47]{border:1px solid #e2e8f0}.vue-table--stripe tbody tr[data-v-fcda8a47]:nth-child(odd){background:#fafafa}.vue-table__sort-icon[data-v-fcda8a47]{color:#94a3b8;margin-left:.5rem}.vue-table__empty[data-v-fcda8a47]{text-align:center;color:#94a3b8;padding:3rem 1rem}.vue-table__loading-mask[data-v-fcda8a47]{z-index:10;background:#ffffffe6;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.vue-table__loading[data-v-fcda8a47]{text-align:center}.vue-table__spinner[data-v-fcda8a47]{border:3px solid #e2e8f0;border-top-color:#2563eb;border-radius:50%;width:40px;height:40px;margin:0 auto 1rem;animation:.8s linear infinite spin-fcda8a47}.vue-table__loading-text[data-v-fcda8a47]{color:#64748b;font-size:.875rem}@keyframes spin-fcda8a47{to{transform:rotate(360deg)}}.vue-checkbox[data-v-1f96f7cb]{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;align-items:center;display:inline-flex}.vue-checkbox--disabled[data-v-1f96f7cb]{cursor:not-allowed;opacity:.5}.vue-checkbox__input[data-v-1f96f7cb]{justify-content:center;align-items:center;display:inline-flex;position:relative}.vue-checkbox__original[data-v-1f96f7cb]{opacity:0;cursor:pointer;position:absolute}.vue-checkbox__inner[data-v-1f96f7cb]{background:#fff;border:2px solid #e2e8f0;border-radius:4px;justify-content:center;align-items:center;width:20px;height:20px;transition:all .2s;display:flex}.vue-checkbox__input--checked .vue-checkbox__inner[data-v-1f96f7cb],.vue-checkbox__input--indeterminate .vue-checkbox__inner[data-v-1f96f7cb]{background:linear-gradient(135deg,#2563eb,#7c3aed);border-color:#2563eb}.vue-checkbox__input--disabled .vue-checkbox__inner[data-v-1f96f7cb]{background:#f1f5f9;border-color:#e2e8f0}.vue-checkbox__icon[data-v-1f96f7cb]{color:#fff;width:14px;height:14px}.vue-checkbox__label[data-v-1f96f7cb]{color:#475569;margin-left:.5rem;font-size:.875rem}.vue-checkbox:hover .vue-checkbox__inner[data-v-1f96f7cb]{border-color:#2563eb}.vue-checkbox-group[data-v-1cc5ba4d]{flex-direction:column;gap:.75rem;display:flex}.vue-radio[data-v-78ac6387]{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;align-items:center;display:inline-flex}.vue-radio--disabled[data-v-78ac6387]{cursor:not-allowed;opacity:.5}.vue-radio__input[data-v-78ac6387]{justify-content:center;align-items:center;display:inline-flex;position:relative}.vue-radio__original[data-v-78ac6387]{opacity:0;cursor:pointer;position:absolute}.vue-radio__inner[data-v-78ac6387]{background:#fff;border:2px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;transition:all .2s;display:flex}.vue-radio__dot[data-v-78ac6387]{background:linear-gradient(135deg,#2563eb,#7c3aed);border-radius:50%;width:10px;height:10px;transition:all .2s}.vue-radio__input--checked .vue-radio__inner[data-v-78ac6387]{border-color:#2563eb}.vue-radio__input--disabled .vue-radio__inner[data-v-78ac6387]{background:#f1f5f9;border-color:#e2e8f0}.vue-radio__label[data-v-78ac6387]{color:#475569;margin-left:.5rem;font-size:.875rem}.vue-radio:hover .vue-radio__inner[data-v-78ac6387]{border-color:#2563eb}.vue-radio-group[data-v-e22341b5]{flex-direction:column;gap:.75rem;display:flex}.vue-radio-group--small[data-v-e22341b5]{gap:.5rem}.vue-radio-group--large[data-v-e22341b5]{gap:1rem}.vue-switch[data-v-1aad9999]{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;align-items:center;display:inline-flex}.vue-switch--disabled[data-v-1aad9999]{cursor:not-allowed;opacity:.5}.vue-switch__input[data-v-1aad9999]{opacity:0;position:absolute}.vue-switch__core[data-v-1aad9999]{background:#e2e8f0;border-radius:12px;align-items:center;width:44px;height:24px;padding:2px;transition:all .3s;display:flex;position:relative}.vue-switch__dot[data-v-1aad9999]{background:#fff;border-radius:50%;width:20px;height:20px;transition:all .3s;box-shadow:0 2px 4px #0000001a}.vue-switch--checked .vue-switch__core[data-v-1aad9999]{background:linear-gradient(135deg,#2563eb,#7c3aed)}.vue-switch--checked .vue-switch__dot[data-v-1aad9999]{transform:translate(20px)}.vue-switch__text[data-v-1aad9999]{color:#64748b;white-space:nowrap;margin-left:.75rem;font-size:.875rem}.vue-switch--small .vue-switch__core[data-v-1aad9999]{border-radius:10px;width:36px;height:20px}.vue-switch--small .vue-switch__dot[data-v-1aad9999]{width:16px;height:16px}.vue-switch--small.vue-switch--checked .vue-switch__dot[data-v-1aad9999]{transform:translate(16px)}.vue-switch--large .vue-switch__core[data-v-1aad9999]{border-radius:14px;width:52px;height:28px}.vue-switch--large .vue-switch__dot[data-v-1aad9999]{width:24px;height:24px}.vue-switch--large.vue-switch--checked .vue-switch__dot[data-v-1aad9999]{transform:translate(24px)}.vue-tabs__header[data-v-f18a7565]{border-bottom:2px solid #e2e8f0;margin-bottom:1.5rem}.vue-tabs__nav[data-v-f18a7565]{gap:0;display:flex}.vue-tabs__item[data-v-f18a7565]{color:#64748b;cursor:pointer;white-space:nowrap;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:500;transition:all .3s;position:relative}.vue-tabs__item[data-v-f18a7565]:after{content:"";background:0 0;width:100%;height:2px;transition:all .3s;position:absolute;bottom:-2px;left:0}.vue-tabs__item[data-v-f18a7565]:hover{color:#1e293b}.vue-tabs__item--active[data-v-f18a7565]{color:#2563eb}.vue-tabs__item--active[data-v-f18a7565]:after{background:linear-gradient(135deg,#2563eb,#7c3aed)}.vue-tabs__item--disabled[data-v-f18a7565]{cursor:not-allowed;opacity:.5}.vue-tabs__close[data-v-f18a7565]{color:#94a3b8;margin-left:.5rem;font-size:.75rem}.vue-tabs__close[data-v-f18a7565]:hover{color:#ef4444}.vue-tabs__content[data-v-f18a7565]{min-height:200px}.vue-tabs--card .vue-tabs__header[data-v-f18a7565]{border-bottom:none}.vue-tabs--card .vue-tabs__item[data-v-f18a7565]{background:#f8fafc;border:1px solid #e2e8f0;border-bottom:none;border-radius:.75rem .75rem 0 0;margin-right:-1px}.vue-tabs--card .vue-tabs__item--active[data-v-f18a7565]{background:#fff;border-color:#e2e8f0}.vue-tabs--border-card[data-v-f18a7565]{border:1px solid #e2e8f0;border-radius:.75rem;overflow:hidden}.vue-tabs--border-card .vue-tabs__header[data-v-f18a7565]{background:#f8fafc;border-bottom:1px solid #e2e8f0;margin-bottom:0;padding:0 1rem}.vue-tabs--border-card .vue-tabs__content[data-v-f18a7565]{padding:1.5rem}.vue-tab-pane[data-v-3c9f515d]{min-height:200px}.vue-steps[data-v-090c57ca]{width:100%;display:flex}.vue-steps--horizontal[data-v-090c57ca]{flex-direction:row;align-items:flex-start}.vue-steps--vertical[data-v-090c57ca]{flex-direction:column}.vue-steps--center[data-v-090c57ca]{justify-content:center}.vue-step[data-v-1b985a15]{flex:1;position:relative}.vue-step--last[data-v-1b985a15]{flex:0}.vue-step__head[data-v-1b985a15]{align-items:center;margin-bottom:1rem;display:flex;position:relative}.vue-step__line[data-v-1b985a15]{background:#e2e8f0;flex:1;height:2px}.vue-step__line-inner[data-v-1b985a15]{background:#2563eb;height:100%;transition:width .3s}.vue-step--wait .vue-step__line-inner[data-v-1b985a15]{width:0!important}.vue-step--finish .vue-step__line-inner[data-v-1b985a15]{width:100%}.vue-step--process .vue-step__line-inner[data-v-1b985a15]{width:0}.vue-step__icon[data-v-1b985a15]{color:#64748b;z-index:1;background:#fff;border:2px solid #e2e8f0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.875rem;font-weight:600;transition:all .3s;display:flex}.vue-step--finish .vue-step__icon[data-v-1b985a15]{color:#fff;background:linear-gradient(135deg,#2563eb,#7c3aed);border-color:#2563eb}.vue-step--process .vue-step__icon[data-v-1b985a15]{color:#fff;background:linear-gradient(135deg,#2563eb,#7c3aed);border-color:#2563eb;animation:2s infinite pulse-1b985a15}.vue-step--error .vue-step__icon[data-v-1b985a15]{color:#fff;background:#ef4444;border-color:#ef4444}.vue-step__main[data-v-1b985a15]{padding-right:1rem}.vue-step__title[data-v-1b985a15]{color:#1e293b;margin-bottom:.5rem;font-size:.9375rem;font-weight:600}.vue-step--wait .vue-step__title[data-v-1b985a15]{color:#94a3b8}.vue-step__description[data-v-1b985a15]{color:#64748b;font-size:.875rem;line-height:1.5}.vue-step--vertical[data-v-1b985a15]{margin-bottom:2rem;display:flex}.vue-step--vertical[data-v-1b985a15]:last-child{margin-bottom:0}.vue-step--vertical .vue-step__head[data-v-1b985a15]{flex-direction:column;margin-bottom:0;margin-right:1rem}.vue-step--vertical .vue-step__line[data-v-1b985a15]{flex:1;width:2px;height:auto;min-height:20px}.vue-step--vertical .vue-step__icon[data-v-1b985a15]{margin-bottom:.5rem}.vue-step--vertical .vue-step__main[data-v-1b985a15]{flex:1;padding-right:0}@keyframes pulse-1b985a15{0%,to{opacity:1;transform:scale(1)}50%{opacity:.9;transform:scale(1.05)}}.vue-message[data-v-ac8133aa]{background:#fff;border-radius:.75rem;align-items:center;gap:.75rem;min-width:300px;max-width:600px;margin-bottom:1rem;padding:1rem 1.5rem;font-size:.9375rem;display:flex;box-shadow:0 10px 40px #00000026}.vue-message__icon[data-v-ac8133aa]{font-size:1.25rem;font-weight:700}.vue-message__content[data-v-ac8133aa]{color:#1e293b;flex:1;line-height:1.5}.vue-message__close[data-v-ac8133aa]{color:#94a3b8;cursor:pointer;background:0 0;border:none;padding:.25rem;font-size:.875rem}.vue-message__close[data-v-ac8133aa]:hover{color:#64748b}.vue-message--success[data-v-ac8133aa]{border-left:4px solid #10b981}.vue-message--success .vue-message__icon[data-v-ac8133aa]{color:#10b981}.vue-message--info[data-v-ac8133aa]{border-left:4px solid #2563eb}.vue-message--info .vue-message__icon[data-v-ac8133aa]{color:#2563eb}.vue-message--warning[data-v-ac8133aa]{border-left:4px solid #f59e0b}.vue-message--warning .vue-message__icon[data-v-ac8133aa]{color:#f59e0b}.vue-message--error[data-v-ac8133aa]{border-left:4px solid #ef4444}.vue-message--error .vue-message__icon[data-v-ac8133aa]{color:#ef4444}.message-fade-enter-active[data-v-ac8133aa]{transition:all .3s}.message-fade-leave-active[data-v-ac8133aa]{transition:all .2s}.message-fade-enter-from[data-v-ac8133aa],.message-fade-leave-to[data-v-ac8133aa]{opacity:0;transform:translateY(-20px)}.vue-tooltip[data-v-796ad38e]{display:inline-block;position:relative}.vue-tooltip__trigger[data-v-796ad38e]{display:inline-block}.vue-tooltip__popper[data-v-796ad38e]{z-index:2000;color:#fff;word-wrap:break-word;background:#1e293b;border-radius:.5rem;max-width:250px;padding:.5rem .75rem;font-size:.875rem;line-height:1.4;position:absolute;box-shadow:0 4px 12px #00000026}.vue-tooltip__popper--top[data-v-796ad38e]{margin-bottom:8px;bottom:100%;left:50%;transform:translate(-50%)}.vue-tooltip__popper--bottom[data-v-796ad38e]{margin-top:8px;top:100%;left:50%;transform:translate(-50%)}.vue-tooltip__popper--left[data-v-796ad38e]{margin-right:8px;top:50%;right:100%;transform:translateY(-50%)}.vue-tooltip__popper--right[data-v-796ad38e]{margin-left:8px;top:50%;left:100%;transform:translateY(-50%)}.vue-tooltip__arrow[data-v-796ad38e]{border:6px solid #0000;width:0;height:0;position:absolute}.vue-tooltip__popper--top .vue-tooltip__arrow[data-v-796ad38e]{border-top-color:#1e293b;top:100%;left:50%;transform:translate(-50%)}.vue-tooltip__popper--bottom .vue-tooltip__arrow[data-v-796ad38e]{border-bottom-color:#1e293b;bottom:100%;left:50%;transform:translate(-50%)}.vue-tooltip__popper--left .vue-tooltip__arrow[data-v-796ad38e]{border-left-color:#1e293b;top:50%;left:100%;transform:translateY(-50%)}.vue-tooltip__popper--right .vue-tooltip__arrow[data-v-796ad38e]{border-right-color:#1e293b;top:50%;right:100%;transform:translateY(-50%)}.tooltip-fade-enter-active[data-v-796ad38e]{transition:opacity .2s,transform .2s}.tooltip-fade-leave-active[data-v-796ad38e]{transition:opacity .15s,transform .15s}.tooltip-fade-enter-from[data-v-796ad38e],.tooltip-fade-leave-to[data-v-796ad38e]{opacity:0}.vue-badge[data-v-8940b377]{display:inline-block;position:relative}.vue-badge__content[data-v-8940b377]{color:#fff;white-space:nowrap;background:#64748b;border-radius:10px;padding:.25rem .5rem;font-size:.75rem;font-weight:600;line-height:1;position:absolute;top:-8px;right:-8px;transform:translate(50%,-50%);box-shadow:0 2px 4px #0000001a}.vue-badge__content--dot[data-v-8940b377]{background:#ef4444;border-radius:50%;width:8px;height:8px;padding:0}.vue-badge--small .vue-badge__content[data-v-8940b377]{padding:.125rem .375rem;font-size:.625rem}.vue-badge--large .vue-badge__content[data-v-8940b377]{padding:.375rem .625rem;font-size:.875rem}.vue-badge--primary .vue-badge__content[data-v-8940b377]:not(.vue-badge__content--dot){background:linear-gradient(135deg,#2563eb,#7c3aed)}.vue-badge--success .vue-badge__content[data-v-8940b377]:not(.vue-badge__content--dot){background:#10b981}.vue-badge--warning .vue-badge__content[data-v-8940b377]:not(.vue-badge__content--dot){background:#f59e0b}.vue-badge--danger .vue-badge__content[data-v-8940b377]:not(.vue-badge__content--dot){background:#ef4444}.vue-badge--info .vue-badge__content[data-v-8940b377]:not(.vue-badge__content--dot){background:#06b6d4}.vue-avatar[data-v-aea3b6b0]{color:#fff;background:linear-gradient(135deg,#667eea,#764ba2);flex-shrink:0;justify-content:center;align-items:center;font-weight:600;display:inline-flex;overflow:hidden}.vue-avatar--circle[data-v-aea3b6b0]{border-radius:50%}.vue-avatar--square[data-v-aea3b6b0]{border-radius:8px}.vue-avatar__image[data-v-aea3b6b0]{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.vue-avatar__icon[data-v-aea3b6b0]{font-size:inherit}.vue-dropdown[data-v-5c117608]{display:inline-block;position:relative}.vue-dropdown--disabled[data-v-5c117608]{cursor:not-allowed;opacity:.5}.vue-dropdown__trigger[data-v-5c117608]{display:inline-block}.vue-dropdown__popper[data-v-5c117608]{z-index:2000;background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;min-width:180px;padding:.5rem;position:absolute;box-shadow:0 10px 40px #0000001f}.vue-dropdown__popper--bottom[data-v-5c117608]{margin-top:8px;top:100%;left:50%;transform:translate(-50%)}.vue-dropdown__popper--top[data-v-5c117608]{margin-bottom:8px;bottom:100%;left:50%;transform:translate(-50%)}.vue-dropdown__default-trigger[data-v-5c117608]{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:.625rem;padding:.625rem 1.25rem;font-size:.875rem;transition:all .2s}.vue-dropdown__default-trigger[data-v-5c117608]:hover{color:#2563eb;border-color:#2563eb}.dropdown-fade-enter-active[data-v-5c117608]{transition:all .2s}.dropdown-fade-leave-active[data-v-5c117608]{transition:all .15s}.dropdown-fade-enter-from[data-v-5c117608],.dropdown-fade-leave-to[data-v-5c117608]{opacity:0;transform:translate(-50%)translateY(-10px)}.vue-dropdown-menu__title[data-v-a0bd8d68]{color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;padding:.5rem 1rem;font-size:.75rem;font-weight:600}.vue-dropdown-menu__list[data-v-a0bd8d68]{margin:0;padding:.5rem 0;list-style:none}.vue-dropdown-menu__item[data-v-e4cc8d6e]{color:#475569;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;border-radius:.5rem;align-items:center;gap:.5rem;padding:.625rem 1rem;font-size:.875rem;transition:all .2s;display:flex}.vue-dropdown-menu__item[data-v-e4cc8d6e]:hover{color:#1e293b;background:#f1f5f9}.vue-dropdown-menu__item--disabled[data-v-e4cc8d6e]{cursor:not-allowed;opacity:.5}.vue-dropdown-menu__item--disabled[data-v-e4cc8d6e]:hover{color:#475569;background:0 0}.vue-dropdown-menu__item--divided[data-v-e4cc8d6e]{border-top:1px solid #e2e8f0;margin-top:.5rem;padding-top:.75rem}.vue-dropdown-menu__item__icon[data-v-e4cc8d6e]{font-size:1rem}.vue-list[data-v-9fc24043]{box-sizing:border-box;color:#333;width:100%;font-size:14px}.vue-list-bordered[data-v-9fc24043]{border:1px solid #e8e8e8;border-radius:6px}.vue-list-split .vue-list-item[data-v-9fc24043]{border-bottom:1px solid #f0f0f0}.vue-list-split .vue-list-item[data-v-9fc24043]:last-child{border-bottom:none}.vue-list-hoverable .vue-list-item[data-v-9fc24043]{cursor:pointer;transition:background-color .3s}.vue-list-hoverable .vue-list-item[data-v-9fc24043]:hover{background-color:#fafafa}.vue-list-small .vue-list-item[data-v-9fc24043]{padding:8px 16px;font-size:13px}.vue-list-large .vue-list-item[data-v-9fc24043]{padding:16px 24px;font-size:15px}.vue-list-items[data-v-9fc24043]{width:100%}.vue-list-empty[data-v-9fc24043]{text-align:center;color:#999;padding:48px}.vue-list-item[data-v-2518db6f]{box-sizing:border-box;align-items:center;padding:12px 16px;display:flex}.vue-list-item-main[data-v-2518db6f]{align-items:center;width:100%;display:flex}.vue-list-item-content[data-v-2518db6f]{flex:1;min-width:0}.vue-list-item-title[data-v-2518db6f]{color:#333;margin-bottom:4px;font-size:14px;font-weight:500;line-height:1.5}.vue-list-item-description[data-v-2518db6f]{color:#999;font-size:13px;line-height:1.5}.vue-list-item-disabled[data-v-2518db6f]{opacity:.5;cursor:not-allowed;pointer-events:none}.vue-skeleton[data-v-58afed00]{box-sizing:border-box;width:100%;display:flex}.vue-skeleton-content[data-v-58afed00]{width:100%;display:flex}.vue-skeleton-header[data-v-58afed00]{flex:none;margin-right:16px}.vue-skeleton-avatar[data-v-58afed00]{background-color:#f2f2f2}.vue-skeleton-avatar-circle[data-v-58afed00]{border-radius:50%}.vue-skeleton-body[data-v-58afed00]{flex:1}.vue-skeleton-title[data-v-58afed00]{background-color:#f2f2f2;border-radius:4px;height:16px;margin-top:16px}.vue-skeleton-paragraph[data-v-58afed00]{margin-top:16px}.vue-skeleton-paragraph-row[data-v-58afed00]{background-color:#f2f2f2;border-radius:4px;height:16px;margin-top:12px;display:block}.vue-skeleton-paragraph-row[data-v-58afed00]:first-child{margin-top:0}.vue-skeleton-active .vue-skeleton-title[data-v-58afed00],.vue-skeleton-active .vue-skeleton-paragraph-row[data-v-58afed00],.vue-skeleton-active .vue-skeleton-avatar[data-v-58afed00]{background:linear-gradient(90deg,#f2f2f2 25%,#e6e6e6 37%,#f2f2f2 63%) 0 0/400% 100%;animation:1.4s infinite vue-skeleton-loading-58afed00}@keyframes vue-skeleton-loading-58afed00{0%{background-position:100%}to{background-position:0}}.vue-empty[data-v-6a344c01]{box-sizing:border-box;flex-direction:column;align-items:center;padding:48px 0;display:flex}.vue-empty-image[data-v-6a344c01]{justify-content:center;align-items:center;height:160px;margin-bottom:16px;display:flex}.vue-empty-svg[data-v-6a344c01]{width:250px;height:160px}.vue-empty-description[data-v-6a344c01]{color:#999;margin:0;font-size:14px;line-height:1.5}.vue-empty-footer[data-v-6a344c01]{margin-top:16px}.vue-spin[data-v-9d26c466]{box-sizing:border-box;position:relative}.vue-spin-nested[data-v-9d26c466]{position:relative}.vue-spin-spinning .vue-spin-content[data-v-9d26c466]{-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:.5;pointer-events:none}.vue-spin-container[data-v-9d26c466]{z-index:10;flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.vue-spin-dot[data-v-9d26c466]{animation:1.2s linear infinite vue-spin-dot-9d26c466;display:inline-block;position:relative;transform:rotate(45deg)}.vue-spin-dot.vue-spin-small i[data-v-9d26c466]{width:8px;height:8px;margin:2px}.vue-spin-dot.vue-spin-large i[data-v-9d26c466]{width:20px;height:20px;margin:4px}.vue-spin-dot-item[data-v-9d26c466]{transform-origin:50%;opacity:.3;width:14px;height:14px;animation:1s linear infinite vue-spin-dot-spin-9d26c466;animation-play-state:inherit;background-color:#1890ff;border-radius:50%;display:block;position:absolute;transform:scale(.75)}.vue-spin-dot-item[data-v-9d26c466]:first-child{top:0;left:0}.vue-spin-dot-item[data-v-9d26c466]:nth-child(2){animation-delay:.4s;top:0;right:0}.vue-spin-dot-item[data-v-9d26c466]:nth-child(3){animation-delay:.8s;bottom:0;right:0}.vue-spin-dot-item[data-v-9d26c466]:nth-child(4){animation-delay:1.2s;bottom:0;left:0}.vue-spin-tip[data-v-9d26c466]{color:#1890ff;text-align:center;margin-top:8px;font-size:14px}.vue-spin-content[data-v-9d26c466]{transition:opacity .3s;position:relative}@keyframes vue-spin-dot-9d26c466{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes vue-spin-dot-spin-9d26c466{0%{opacity:.3;transform:scale(.75)}40%{opacity:1;transform:scale(1)}80%{opacity:.3;transform:scale(.75)}to{opacity:.3;transform:scale(.75)}}.vue-divider[data-v-410e438d]{box-sizing:border-box;color:#000000d9;font-variant:tabular-nums;font-feature-settings:"tnum";clear:both;border-top:1px solid #e8e8e8;flex-direction:column;width:100%;min-width:100%;margin:24px 0;font-size:14px;line-height:1.5715;list-style:none;display:flex;position:relative}.vue-divider-horizontal[data-v-410e438d]{clear:both;flex-direction:column;width:100%;min-width:100%;margin:24px 0;display:flex}.vue-divider-vertical[data-v-410e438d]{vertical-align:middle;border-top:0;border-left:1px solid #e8e8e8;height:.9em;margin:0 8px;display:inline-block;position:relative;top:-.06em}.vue-divider-with-text[data-v-410e438d]{color:#000000d9;white-space:nowrap;text-align:center;border-top:0 #e8e8e8;margin:16px 0;font-size:16px;font-weight:500;display:flex}.vue-divider-with-text[data-v-410e438d]:before,.vue-divider-with-text[data-v-410e438d]:after{border-top:1px solid #e8e8e8;border-top-color:inherit;content:"";width:50%;position:relative;top:50%;transform:translateY(50%)}.vue-divider-inner-text[data-v-410e438d]{padding:0 24px;display:inline-block}.vue-divider-dashed[data-v-410e438d]{border-top-style:dashed}.vue-divider-orientation-left[data-v-410e438d]:before{width:5%;top:50%}.vue-divider-orientation-left[data-v-410e438d]:after,.vue-divider-orientation-right[data-v-410e438d]:before{width:95%;top:50%}.vue-divider-orientation-right[data-v-410e438d]:after{width:5%;top:50%}.vue-back-top[data-v-840e1b78]{cursor:pointer;z-index:10;justify-content:center;align-items:center;width:40px;height:40px;display:flex;position:fixed;bottom:40px;right:40px}.vue-back-top-content[data-v-840e1b78]{color:#fff;background-color:#00000073;border-radius:4px;justify-content:center;align-items:center;width:40px;height:40px;font-size:20px;transition:all .3s;display:flex}.vue-back-top-content[data-v-840e1b78]:hover{background-color:#000000a6}.vue-fade-enter-active[data-v-840e1b78],.vue-fade-leave-active[data-v-840e1b78]{transition:opacity .3s,transform .3s}.vue-fade-enter-from[data-v-840e1b78],.vue-fade-leave-to[data-v-840e1b78]{opacity:0;transform:translateY(20px)}.vue-virtual-scroll[data-v-19fb6201]{position:relative;overflow:auto}.vue-virtual-scroll-phantom[data-v-19fb6201],.vue-virtual-scroll-content[data-v-19fb6201]{position:absolute;top:0;left:0;right:0}:root{--vue-ui-color-primary:#2563eb;--vue-ui-color-primary-hover:#1d4ed8;--vue-ui-color-primary-active:#1e40af;--vue-ui-color-success:#10b981;--vue-ui-color-warning:#f59e0b;--vue-ui-color-error:#ef4444;--vue-ui-color-text:#1e293b;--vue-ui-color-text-secondary:#64748b;--vue-ui-color-text-placeholder:#94a3b8;--vue-ui-color-border:#e2e8f0;--vue-ui-color-border-light:#f1f5f9;--vue-ui-color-background:#fff;--vue-ui-color-background-hover:#f8fafc;--vue-ui-color-background-light:#f8fafc;--vue-ui-color-background-dark:#1e293b;--vue-ui-radius-sm:4px;--vue-ui-radius-md:6px;--vue-ui-radius-lg:8px;--vue-ui-radius-xl:12px;--vue-ui-spacing-xs:4px;--vue-ui-spacing-sm:8px;--vue-ui-spacing-md:16px;--vue-ui-spacing-lg:24px;--vue-ui-spacing-xl:32px;--vue-ui-font-size-sm:12px;--vue-ui-font-size-md:14px;--vue-ui-font-size-lg:16px;--vue-ui-font-size-xl:18px;--vue-ui-shadow-sm:0 1px 2px #0000000d;--vue-ui-shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;--vue-ui-shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -2px #0000000d}
