.login-form[data-v-5ab950b2]{padding:20px}.login-form .el-form-item[data-v-5ab950b2]:last-child{margin-bottom:0;text-align:right}.login-form .el-form-item:last-child .el-button[data-v-5ab950b2]{margin-left:10px}.register-form[data-v-c2287888]{padding:20px}.register-form .el-form-item[data-v-c2287888]:last-child{margin-bottom:0;text-align:right}.register-form .el-form-item:last-child .el-button[data-v-c2287888]{margin-left:10px}#app{min-height:100vh;color:var(--text-primary);background-color:var(--background-color);transition:var(--transition-base);display:flex;flex-direction:column}:deep(.el-card__body),:deep(.el-main){padding:0}.header-nav{justify-content:space-between;height:var(--header-height);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background-color:rgba(var(--background-color),.8)}.header-nav,.header-nav .logo{display:flex;align-items:center}.header-nav .logo{justify-content:center;gap:12px;animation:fadeIn .6s ease-out}.header-nav .logo .logo-img{height:40px;border-radius:10px;transition:var(--transition-base)}.header-nav .logo .logo-img:hover{transform:scale(1.05)}.header-nav .logo .logo-text{font-size:1.5rem;font-weight:700;background:linear-gradient(120deg,var(--primary-color),var(--accent-color));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:-.5px}.header-nav .nav-links{flex-grow:1;margin:0 40px;animation:slideUp .6s ease-out}.header-nav .nav-links .el-menu{border:none;background:transparent;display:flex;justify-content:center}.header-nav .nav-links .el-menu .el-menu-item{height:var(--header-height);line-height:var(--header-height);font-size:1rem;color:var(--text-primary);transition:var(--transition-base);position:relative;padding:0 24px}.header-nav .nav-links .el-menu .el-menu-item.is-active,.header-nav .nav-links .el-menu .el-menu-item:hover{color:var(--primary-color);background:transparent;transform:translateY(-1px)}.header-nav .nav-links .el-menu .el-menu-item:after{content:"";position:absolute;bottom:12px;left:50%;width:0;height:3px;background:linear-gradient(90deg,var(--primary-color),var(--accent-color));transform:translateX(-50%);transition:width .3s ease;border-radius:3px;opacity:0}.header-nav .nav-links .el-menu .el-menu-item:hover:after{width:24px;opacity:.6}.header-nav .nav-links .el-menu .el-menu-item.is-active:after{width:32px;opacity:1}.header-nav .user-actions{display:flex;align-items:center;justify-content:center;gap:16px;animation:fadeIn .6s ease-out}.header-nav .user-actions .el-button{background:var(--surface-color);border:1px solid var(--border-color);color:var(--text-primary);transition:var(--transition-base)}.header-nav .user-actions .el-button:hover{transform:translateY(-2px);box-shadow:var(--shadow-md);border-color:var(--primary-color)}.header-nav .user-actions .el-switch{margin-left:8px}.el-header{background-color:rgba(var(--background-color),.8);box-shadow:var(--shadow-sm);position:fixed;width:100%;top:0;z-index:100;transition:var(--transition-base)}.el-header:hover{box-shadow:var(--shadow-md)}.el-main{margin-top:var(--header-height);flex:1;background-color:var(--background-color);padding-top:2rem;overflow-x:hidden}.el-footer,.el-main{transition:var(--transition-base)}.el-footer{background-color:var(--surface-color);border-top:1px solid var(--border-color)}.el-footer .footer-content{display:flex;align-items:center;justify-content:center;height:var(--header-height);color:var(--text-secondary);font-size:.875rem}.el-dialog{border-radius:16px;overflow:hidden;animation:scaleIn .3s ease-out;background:var(--surface-color)}.el-dialog .el-dialog__header{background:var(--surface-color);padding:20px 24px;margin:0;border-bottom:1px solid var(--border-color)}.el-dialog .el-dialog__header .el-dialog__title{color:var(--text-primary);font-size:1.25rem;font-weight:600}.el-dialog .el-dialog__body{padding:24px;color:var(--text-primary)}.el-dialog .el-dialog__footer{background:var(--surface-color);border-top:1px solid var(--border-color);padding:16px 24px}.user-info-content{text-align:center;padding:24px 0}.user-info-content p{margin:0;color:var(--text-primary)}.user-info-content p strong{color:var(--primary-color);margin-right:8px}@media(max-width:1024px){.header-nav .nav-links{margin:0 20px}}@media(max-width:768px){.header-nav .nav-links .el-menu-item{padding:0 12px}}@media(max-width:640px){.header-nav{padding:0 12px}.header-nav .logo .logo-text,.header-nav .nav-links{display:none}.header-nav .user-actions{gap:8px}.header-nav .user-actions .el-button{padding:8px}.el-dialog{width:90%!important;margin:5vh auto!important}}[data-v-4816eb13]:root{--primary-color:#2563eb;--secondary-color:#3b82f6;--accent-color:#06b6d4;--background-color:#fff;--surface-color:#f8fafc;--primary-color-rgb:37,99,235;--secondary-color:#0ea5e9;--accent-color:#8b5cf6;--accent-color-rgb:139,92,246;--background-color:#f8fafc;--surface-color:#fff;--text-primary:#1e293b;--text-secondary:#64748b;--border-color:#e2e8f0;--shadow-md:0 4px 6px -1px rgba(0,0,0,.1);--shadow-lg:0 10px 15px -3px rgba(0,0,0,.1);--transition-base:all 0.3s cubic-bezier(0.4,0,0.2,1);--header-height:60px;--success-color:#22c55e;--warning-color:#f59e0b;--error-color:#ef4444;--info-color:#3b82f6;--header-height:64px;--sidebar-width:280px;--sidebar-collapsed-width:64px;--content-max-width:800px;--spacing-xs:0.25rem;--spacing-sm:0.5rem;--spacing-md:1rem;--spacing-lg:1.5rem;--spacing-xl:2rem;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--radius-full:9999px;--shadow-sm:0 1px 2px 0 rgba(0,0,0,.05);--shadow-md:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);--shadow-lg:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--shadow-xl:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);--transition-base:all 0.3s ease;--transition-smooth:all 0.5s cubic-bezier(0.4,0,0.2,1);--font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;--font-size-xs:0.75rem;--font-size-sm:0.875rem;--font-size-base:1rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--z-header:100;--z-sidebar:90;--z-modal:1000;--z-dropdown:50;--z-tooltip:75}.dark-mode[data-v-4816eb13]{--primary-color:#3b82f6;--secondary-color:#60a5fa;--accent-color:#22d3ee;--background-color:#0f172a;--surface-color:#1e293b;--text-primary:#f8fafc;--text-secondary:#cbd5e1;--border-color:#334155;--shadow-sm:0 1px 2px 0 rgba(0,0,0,.3);--shadow-md:0 4px 6px -1px rgba(0,0,0,.4),0 2px 4px -2px rgba(0,0,0,.4);--shadow-lg:0 10px 15px -3px rgba(0,0,0,.4),0 4px 6px -4px rgba(0,0,0,.4);--shadow-xl:0 20px 25px -5px rgba(0,0,0,.4),0 8px 10px -6px rgba(0,0,0,.4)}.container[data-v-4816eb13]{width:100%;max-width:1280px;margin:0 auto;padding:0 1rem}@media(max-width:640px){.container[data-v-4816eb13]{padding:0 .75rem}}@keyframes fadeIn-4816eb13{0%{opacity:0}to{opacity:1}}@keyframes slideUp-4816eb13{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes scaleIn-4816eb13{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.home[data-v-4816eb13]{width:100%;overflow-x:hidden}.home .hero-section[data-v-4816eb13]{margin-bottom:4rem;margin-top:-60px;width:100%}.home .hero-section .el-carousel[data-v-4816eb13] .el-carousel__indicators{bottom:2rem}.home .hero-section .el-carousel[data-v-4816eb13] .el-carousel__indicators .el-carousel__button{width:3rem;border-radius:4px;background:var(--primary-color);opacity:.6;transition:var(--transition-base)}.home .hero-section .el-carousel[data-v-4816eb13] .el-carousel__indicators .el-carousel__button:hover{opacity:1}.home .hero-section .banner-content[data-v-4816eb13]{height:600px;background-size:cover;background-position:50%;position:relative;display:flex;align-items:center}.home .hero-section .banner-content[data-v-4816eb13]:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.6),rgba(0,0,0,.2))}.home .hero-section .banner-content .banner-text[data-v-4816eb13]{position:relative;max-width:600px;color:#fff;padding:0 4rem;margin-top:0;animation:slideUp-4816eb13 .8s ease-out}.home .hero-section .banner-content .banner-text h1[data-v-4816eb13]{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2;letter-spacing:-.5px}.home .hero-section .banner-content .banner-text p[data-v-4816eb13]{font-size:1.25rem;margin-bottom:2rem;line-height:1.6;opacity:.9}.home .hero-section .banner-content .banner-text .el-button[data-v-4816eb13]{padding:1rem 2rem;font-size:1.1rem;font-weight:600;transition:var(--transition-base)}.home .hero-section .banner-content .banner-text .el-button[data-v-4816eb13]:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.home .section-title[data-v-4816eb13]{text-align:center;margin:3rem 0;font-size:2.5rem;font-weight:700;background:linear-gradient(120deg,var(--primary-color),var(--accent-color));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:-.5px}.home .features-section[data-v-4816eb13]{margin:6rem auto}.home .features-section .feature-card[data-v-4816eb13]{text-align:center;padding:2rem;border-radius:16px;background:var(--surface-color);border:1px solid var(--border-color);transition:var(--transition-base);height:100%}.home .features-section .feature-card[data-v-4816eb13]:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg);border-color:var(--primary-color)}.home .features-section .feature-card:hover .feature-icon[data-v-4816eb13]{transform:scale(1.1);color:var(--accent-color)}.home .features-section .feature-card .feature-icon[data-v-4816eb13]{font-size:3rem;color:var(--primary-color);margin-bottom:1.5rem;transition:var(--transition-base)}.home .features-section .feature-card .feature-content h3[data-v-4816eb13]{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:var(--text-primary)}.home .features-section .feature-card .feature-content p[data-v-4816eb13]{color:var(--text-secondary);line-height:1.6}.home .popular-products[data-v-4816eb13]{margin:6rem auto}.home .popular-products .product-card[data-v-4816eb13]{border-radius:16px;overflow:hidden;transition:var(--transition-base);height:100%;border:1px solid var(--border-color);background:var(--surface-color)}.home .popular-products .product-card[data-v-4816eb13]:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg);border-color:var(--primary-color)}.home .popular-products .product-card:hover .product-image[data-v-4816eb13]{transform:scale(1.05)}.home .popular-products .product-card .product-image-wrapper[data-v-4816eb13]{height:240px;overflow:hidden;background:var(--surface-color)}.home .popular-products .product-card .product-image-wrapper .product-image[data-v-4816eb13]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .6s cubic-bezier(.4,0,.2,1)}.home .popular-products .product-card .product-info[data-v-4816eb13]{padding:1.5rem;text-align:center}.home .popular-products .product-card .product-info h3[data-v-4816eb13]{font-size:1.2rem;font-weight:600;margin-bottom:1rem;color:var(--text-primary)}.home .popular-products .product-card .product-info .price[data-v-4816eb13]{font-size:1.5rem;font-weight:700;margin:1rem 0;background:linear-gradient(120deg,var(--primary-color),var(--accent-color));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.home .popular-products .product-card .product-info .el-button[data-v-4816eb13]{padding:.75rem 1.5rem;font-weight:600;transition:var(--transition-base)}.home .popular-products .product-card .product-info .el-button[data-v-4816eb13]:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.home .promises-section[data-v-4816eb13]{background:var(--background-color);padding:60px 0;margin:60px 0 0;width:100%}.home .promises-section .promise-item[data-v-4816eb13]{text-align:center;padding:2rem;transition:var(--transition-base)}.home .promises-section .promise-item[data-v-4816eb13]:hover{transform:translateY(-4px)}.home .promises-section .promise-item:hover i[data-v-4816eb13]{color:var(--accent-color);transform:scale(1.1)}.home .promises-section .promise-item i[data-v-4816eb13]{font-size:2.5rem;color:var(--primary-color);margin-bottom:1.5rem;transition:var(--transition-base)}.home .promises-section .promise-item h4[data-v-4816eb13]{font-size:1.3rem;font-weight:600;margin:1rem 0;color:var(--text-primary)}.home .promises-section .promise-item p[data-v-4816eb13]{color:var(--text-secondary);line-height:1.6}@media(max-width:1024px){.home .hero-section .banner-content .banner-text[data-v-4816eb13]{max-width:500px;margin-top:6rem}.home .hero-section .banner-content .banner-text h1[data-v-4816eb13]{font-size:3rem}}@media(max-width:768px){.home .section-title[data-v-4816eb13]{font-size:2rem}.home .features-section[data-v-4816eb13],.home .popular-products[data-v-4816eb13]{margin:4rem auto}.home .popular-products .product-card .product-image-wrapper[data-v-4816eb13]{height:200px}}@media(max-width:640px){.home .hero-section .banner-content .banner-text[data-v-4816eb13]{padding:0 2rem;margin-top:4rem}.home .hero-section .banner-content .banner-text h1[data-v-4816eb13]{font-size:2rem}.home .hero-section .banner-content .banner-text p[data-v-4816eb13]{font-size:1rem}.home .hero-section .banner-content .banner-text .el-button[data-v-4816eb13]{padding:.75rem 1.5rem;font-size:1rem}.home .section-title[data-v-4816eb13]{font-size:1.75rem;margin:2rem 0}.home .features-section[data-v-4816eb13],.home .popular-products[data-v-4816eb13]{margin:3rem auto}.home .promises-section[data-v-4816eb13]{padding:3rem 0}.home .promises-section .promise-item[data-v-4816eb13]{padding:1.5rem}.home .promises-section .promise-item h4[data-v-4816eb13]{font-size:1.1rem}}:root{--primary-color:#2563eb;--secondary-color:#3b82f6;--accent-color:#06b6d4;--background-color:#fff;--surface-color:#f8fafc;--primary-color-rgb:37,99,235;--secondary-color:#0ea5e9;--accent-color:#8b5cf6;--accent-color-rgb:139,92,246;--background-color:#f8fafc;--surface-color:#fff;--text-primary:#1e293b;--text-secondary:#64748b;--border-color:#e2e8f0;--shadow-md:0 4px 6px -1px rgba(0,0,0,.1);--shadow-lg:0 10px 15px -3px rgba(0,0,0,.1);--transition-base:all 0.3s cubic-bezier(0.4,0,0.2,1);--header-height:60px;--success-color:#22c55e;--warning-color:#f59e0b;--error-color:#ef4444;--info-color:#3b82f6;--header-height:64px;--sidebar-width:280px;--sidebar-collapsed-width:64px;--content-max-width:800px;--spacing-xs:0.25rem;--spacing-sm:0.5rem;--spacing-md:1rem;--spacing-lg:1.5rem;--spacing-xl:2rem;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--radius-full:9999px;--shadow-sm:0 1px 2px 0 rgba(0,0,0,.05);--shadow-md:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);--shadow-lg:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--shadow-xl:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);--transition-base:all 0.3s ease;--transition-smooth:all 0.5s cubic-bezier(0.4,0,0.2,1);--font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;--font-size-xs:0.75rem;--font-size-sm:0.875rem;--font-size-base:1rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--z-header:100;--z-sidebar:90;--z-modal:1000;--z-dropdown:50;--z-tooltip:75}.dark-mode{--primary-color:#3b82f6;--secondary-color:#60a5fa;--accent-color:#22d3ee;--background-color:#0f172a;--surface-color:#1e293b;--text-primary:#f8fafc;--text-secondary:#cbd5e1;--border-color:#334155;--shadow-sm:0 1px 2px 0 rgba(0,0,0,.3);--shadow-md:0 4px 6px -1px rgba(0,0,0,.4),0 2px 4px -2px rgba(0,0,0,.4);--shadow-lg:0 10px 15px -3px rgba(0,0,0,.4),0 4px 6px -4px rgba(0,0,0,.4);--shadow-xl:0 20px 25px -5px rgba(0,0,0,.4),0 8px 10px -6px rgba(0,0,0,.4)}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 1rem}@media(max-width:640px){.container{padding:0 .75rem}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes scaleIn{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.el-card__body,.el-dialog .el-dialog__body,.el-main{padding:0!important}