.custom-login-container[data-v-41308333]{position:absolute;width:100%;height:100%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;box-sizing:border-box}.logo-section[data-v-41308333]{display:flex;flex-direction:column;align-items:center;margin-bottom:80px;animation:fadeInDown-41308333 .8s ease-in}.logo-wrapper[data-v-41308333]{width:200px;height:200px;display:flex;align-items:center;justify-content:center;background:hsla(0,0%,100%,.95);border-radius:20px;box-shadow:0 8px 32px rgba(0,0,0,.2);margin-bottom:30px}.logo-image[data-v-41308333]{max-width:90%;max-height:90%;-o-object-fit:contain;object-fit:contain}.customer-name[data-v-41308333]{font-size:48px;font-weight:700;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.3);letter-spacing:4px}.products-section[data-v-41308333]{display:flex;gap:60px;animation:fadeInUp-41308333 .8s ease-in .3s both}.product-card[data-v-41308333]{width:280px;height:320px;background:hsla(0,0%,100%,.95);border-radius:20px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:30px;box-shadow:0 8px 32px rgba(0,0,0,.15);cursor:pointer;transition:all .4s ease;position:relative;overflow:hidden}.product-card[data-v-41308333]:before{content:"";position:absolute;top:0;left:0;right:0;height:6px;background:linear-gradient(90deg,#667eea,#764ba2);transform:scaleX(0);transition:transform .4s ease}.product-card[data-v-41308333]:hover{transform:translateY(-10px);box-shadow:0 16px 48px rgba(0,0,0,.25)}.product-card[data-v-41308333]:hover:before{transform:scaleX(1)}.product-logo[data-v-41308333]{width:100px;height:100px;-o-object-fit:contain;object-fit:contain;margin-bottom:30px}.product-info[data-v-41308333]{text-align:center}.product-name[data-v-41308333]{font-size:36px;font-weight:700;color:#333;margin-bottom:8px;font-family:Microsoft YaHei,sans-serif}.product-subtitle[data-v-41308333]{font-size:18px;color:#999;letter-spacing:2px}@keyframes fadeInDown-41308333{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp-41308333{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.logo-wrapper[data-v-41308333]{width:150px;height:150px}.customer-name[data-v-41308333]{font-size:32px}.products-section[data-v-41308333]{flex-direction:column;gap:30px}.product-card[data-v-41308333]{width:260px;height:280px}.product-logo[data-v-41308333]{width:80px;height:80px}.product-name[data-v-41308333]{font-size:28px}}