.team-page-layout{min-height:100vh;background:#f6f9fb}.team-page{background:transparent;padding-bottom:80px}.team-hero{position:relative;background:linear-gradient(135deg,#1e3c72,#2a5298,#7e8ba3);padding:100px 24px 80px;text-align:center;overflow:hidden}.team-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 50%,rgba(91,143,198,.3) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(126,139,163,.3) 0%,transparent 50%);animation:heroGlow 8s ease-in-out infinite alternate}@keyframes heroGlow{0%{opacity:.5}to{opacity:1}}.team-hero-content{position:relative;z-index:1;max-width:800px;margin:0 auto}.team-hero-icon{font-size:48px;color:#fff;margin-bottom:20px;animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.team-hero-title{color:#fff!important;font-size:48px!important;font-weight:700!important;margin-bottom:16px!important;text-shadow:0 2px 20px rgba(0,0,0,.2)}.team-hero-subtitle{color:#ffffffe6;font-size:18px;line-height:1.8;margin-bottom:40px}.team-stats{display:flex;justify-content:center;gap:48px;margin-top:48px;flex-wrap:wrap}.stat-item{display:flex;flex-direction:column;align-items:center;gap:8px;padding:24px 32px;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;border:1px solid rgba(255,255,255,.2);transition:all .3s ease}.stat-item:hover{background:#ffffff26;transform:translateY(-4px)}.stat-item .anticon{font-size:32px;color:#fff}.stat-item strong{font-size:28px;color:#fff;font-weight:700}.stat-item .ant-typography-secondary{color:#fffc!important;font-size:14px}.tech-team-card{border-radius:20px;overflow:hidden;transition:all .4s cubic-bezier(.175,.885,.32,1.275);background:#fff;border:1px solid #E5E9EF;box-shadow:0 4px 12px #0000000d}.tech-team-card:hover{transform:translateY(-12px) scale(1.02);box-shadow:0 20px 40px #5b8fc633;border-color:#5b8fc6}.card-gradient-header{height:140px;position:relative;overflow:hidden}.card-pattern{position:absolute;top:0;left:0;right:0;bottom:0;background-image:repeating-linear-gradient(45deg,rgba(255,255,255,.05) 0px,rgba(255,255,255,.05) 20px,transparent 20px,transparent 40px);animation:patternMove 20s linear infinite}@keyframes patternMove{0%{transform:translate(0)}to{transform:translate(40px)}}.card-avatar-section{display:flex;justify-content:center;margin-top:-60px;margin-bottom:20px;position:relative;z-index:2}.card-avatar{border:5px solid #fff;box-shadow:0 8px 24px #00000026;transition:all 0s ease}.tech-team-card:hover .card-avatar{transform:scale(1.1);box-shadow:0 12px 32px #0003}.card-content-section{padding:0 24px 24px;text-align:center}.member-name{font-size:22px!important;font-weight:700!important;color:#1c293b!important;margin-bottom:8px!important;transition:color .3s ease}.tech-team-card:hover .member-name{color:#5b8fc6!important}.member-position{display:inline-block;color:#5b8fc6;font-size:14px;font-weight:600;padding:4px 16px;background:#5b8fc61a;border-radius:20px;margin-bottom:16px}.member-bio{font-size:14px;color:#6b7280;line-height:1.7;margin:16px 0;min-height:66px}.member-skills{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin:20px 0}.skill-tag{border:none;background:linear-gradient(135deg,#e0f2fe,#dbeafe);color:#1e40af;font-size:12px;font-weight:500;padding:4px 12px;border-radius:12px;transition:all .3s ease}.skill-tag:hover{background:linear-gradient(135deg,#5b8fc6,#4a7aa8);color:#fff;transform:translateY(-2px)}.member-social{display:flex;justify-content:center;padding-top:16px;border-top:1px solid #E5E9EF}.social-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:#f0f4f8;color:#6b7280;transition:all .3s ease;font-size:16px}.social-icon:hover{background:#5b8fc6;color:#fff;transform:translateY(-3px) rotate(10deg)}.ant-avatar.card-avatar img{object-fit:cover!important;object-position:center 20%!important}@media (max-width: 768px){.team-hero{padding:80px 16px 60px}.team-hero-title{font-size:36px!important}.team-hero-subtitle{font-size:16px}.team-stats{gap:24px}.stat-item{padding:20px 24px;min-width:120px}.tech-team-card:hover{transform:translateY(-8px)}}.tech-team-card{animation:fadeInUp .6s ease-out backwards}.tech-team-card:nth-child(1){animation-delay:.1s}.tech-team-card:nth-child(2){animation-delay:.2s}.tech-team-card:nth-child(3){animation-delay:.3s}.tech-team-card:nth-child(4){animation-delay:.4s}.tech-team-card:nth-child(5){animation-delay:.5s}.tech-team-card:nth-child(6){animation-delay:.6s}.contact-page-layout{min-height:100vh}.contact-page{padding:40px 0;background:var(--color-background)}.form-container{max-width:800px;margin:40px auto;background:#fff;border-radius:16px;box-shadow:0 4px 12px #00000014;overflow:hidden}.section-header{text-align:center;margin-bottom:40px}.section-icon{font-size:32px;color:var(--color-primary);margin-bottom:16px}.section-subtitle{color:var(--color-text-secondary);font-size:16px}*{margin:0;padding:0;box-sizing:border-box}#root{min-height:100vh}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,PingFang SC,Microsoft YaHei,sans-serif;background:#f6f9fb;color:#3a4256;-webkit-font-smoothing:antialiased}.site-header{position:sticky;top:0;z-index:999;background:#fffffff7;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid #E5E9EF;padding:0 48px;height:64px;line-height:64px}.header-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:12px}.logo-img{height:32px;width:auto}.logo-text{font-size:20px;font-weight:700;color:#3a4256;letter-spacing:.5px}.nav-button{font-weight:500;font-size:14px;color:#3a4256;height:36px;padding:0 16px}.nav-button:hover{color:#5b8fc6;background:#5b8fc614}.announcement-bar{position:sticky;top:0;z-index:1000;background:#e6ebf5;border-bottom:1px solid #DCE3EA}.announcement-content{display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:500;color:#3a4256;padding:8px 0}.hero-section{background:linear-gradient(180deg,#f6f9fb,#e8edf2);padding:80px 24px 60px;min-height:500px;display:flex;align-items:center}.hero-content{max-width:1200px;margin:0 auto;width:100%}.hero-text{text-align:center}.hero-title{font-size:42px!important;font-weight:700!important;line-height:1.3!important;margin-bottom:16px!important;color:#1c293b}.hero-subtitle{font-size:28px!important;font-weight:600!important;margin-bottom:24px!important;color:#5b8fc6}.hero-description{font-size:16px;line-height:1.7;color:#6b7280;margin-bottom:32px;max-width:700px;margin-left:auto;margin-right:auto}.hero-buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.primary-btn{height:44px;padding:0 32px;font-size:15px;font-weight:600}.secondary-btn{height:44px;padding:0 32px;font-size:15px;font-weight:600;border:1.5px solid #5B8FC6;color:#5b8fc6}.secondary-btn:hover{background:#5b8fc614}.features-section{padding:80px 24px;background:#fff}.section-header{text-align:center;margin-bottom:48px}.section-header h2{font-size:32px!important;font-weight:700!important;color:#1c293b;margin-bottom:12px!important}.section-subtitle{font-size:16px;color:#6b7280}.feature-card{text-align:center;padding:40px 24px;height:100%;transition:all .3s ease;border-radius:16px;background:#fafbfc;border:1px solid #E5E9EF}.feature-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #5b8fc61f;border-color:#5b8fc6}.feature-icon{font-size:40px;color:#5b8fc6;margin-bottom:20px}.feature-card h4{font-size:20px!important;font-weight:600!important;margin-bottom:12px!important;color:#1c293b}.feature-card p{font-size:14px;line-height:1.7;color:#6b7280}.tech-card{background:#fff;border-radius:16px;box-shadow:0 4px 12px #00000014;transition:all .3s ease}.tech-card:hover{transform:translateY(-5px);box-shadow:0 8px 24px #0000001f}.section-container{max-width:1200px;margin:0 auto;padding:0 24px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fadeInUp{animation:fadeInUp .6s ease-out forwards}.awards-section{padding:80px 24px;background:#f6f9fb}.section-icon{font-size:32px;color:#ffb930;margin-bottom:12px;display:block}.award-card{height:100%;transition:all .3s ease;border-radius:12px;overflow:hidden;background:#fff;border:1px solid #E5E9EF}.award-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px #00000014}.award-image-wrapper{height:220px;overflow:hidden;background:#f0f4f8}.award-image-wrapper img{width:100%;height:100%;object-fit:cover}.technology-section{padding:80px 24px;background:#fff}.tech-card{padding:32px;height:100%;border-radius:16px;background:#fafbfc;border:1px solid #E5E9EF;transition:all .3s ease}.tech-card:hover{box-shadow:0 8px 20px #00000014}.tech-card h4{font-size:22px!important;font-weight:600!important;margin-bottom:16px!important;color:#1c293b}.tech-card p{font-size:14px;line-height:1.7;color:#6b7280}.tech-image{margin-top:24px;border-radius:12px;overflow:hidden;background:#e8edf2}.tech-image img{width:100%;height:auto}.partners-section{padding:60px 24px;background:#1c293b}.partners-card{background:linear-gradient(135deg,#2a3b4d,#3a4d62);border-radius:16px;border:none}.partners-content{padding:40px}.partners-icon{font-size:40px;color:#5b8fc6;margin-bottom:20px}.partners-content h3{color:#fff!important;font-size:28px!important;margin-bottom:16px!important;font-weight:700!important}.partners-description{color:#ffffffd9;font-size:15px;line-height:1.7}.partners-cta{text-align:right}.partners-cta p{color:#fff}.site-footer{background:#1c293b;color:#fff;padding:48px 24px 24px}.footer-container{max-width:1200px;margin:0 auto}.footer-title{color:#5b8fc6!important;font-size:24px!important;font-weight:700!important;margin-bottom:12px!important}.footer-description{color:#ffffffb3;font-size:14px;line-height:1.7}.footer-heading{color:#fff!important;font-size:16px!important;font-weight:600!important;margin-bottom:16px!important}.footer-link{color:#ffffffa6!important;font-size:14px;transition:color .3s}.footer-link:hover{color:#5b8fc6!important}.footer-text{color:#ffffffa6;font-size:14px}.contact-item{display:flex;align-items:center;gap:8px}.footer-divider{border-color:#ffffff26;margin:32px 0 20px}.copyright{color:#ffffff80;font-size:13px;margin:0}.social-links{text-align:right}.social-link{color:#ffffffb3!important;transition:color .3s}.social-link:hover{color:#5b8fc6!important}.lang-switch{margin-left:16px;font-weight:500}.lang-switch:hover{color:var(--color-primary)}@media (max-width: 768px){.site-header{padding:0 16px}.nav-menu{display:none}.hero-section{padding:60px 16px 40px}.hero-title{font-size:32px!important}.hero-subtitle{font-size:22px!important}.hero-description{font-size:15px}.features-section{padding:60px 16px}.section-header h2{font-size:28px!important}.hero-title{font-size:36px}.site-header,.section-container{padding:0 16px}.awards-section,.technology-section{padding:60px 16px}.partners-section{padding:40px 16px}.partners-content{padding:24px}.partners-cta{text-align:left;margin-top:20px}.site-footer{padding:40px 16px 20px}.social-links{text-align:left;margin-top:16px}}.homepage-layout{min-height:100vh;background:#f6f9fb}.homepage-layout .ant-layout-content{background:transparent}
