*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}body{font-family:inter,noto sans sc,-apple-system,BlinkMacSystemFont,sans-serif;color:#111827;background:#fff;line-height:1.7;overflow-x:hidden}::selection{background:rgba(0,123,255,.15);color:#007bff}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#f3f4f6}::-webkit-scrollbar-thumb{background:#e5e7eb;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#9ca3af}.text-darkText{color:#0f172a}.text-textSecondary{color:#6b7280}.text-textMuted{color:#9ca3af}.text-primary{color:#007bff}.text-accent{color:#0ea5e9}.text-cta{color:#f97316}.bg-white{background:#fff}.bg-sectionAlt{background:#f8fafc}.bg-primaryLight{background:#e6f2ff}.btn-primary{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#007bff 0%,#0056b3 100%);color:#fff;font-weight:500;border-radius:12px;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 14px rgba(0,123,255,.25);border:none;cursor:pointer}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,123,255,.35)}.btn-primary:active{transform:translateY(0)}.btn-secondary{display:inline-flex;align-items:center;justify-content:center;background:#fff;color:#0f172a;font-weight:500;border-radius:12px;border:1.5px solid #e5e7eb;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer}.btn-secondary:hover{border-color:#007bff;color:#007bff;background:#e6f2ff;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,123,255,.1)}#site-header{background:rgba(255,255,255,.85);backdrop-filter:blur(20px)saturate(180%);-webkit-backdrop-filter:blur(20px)saturate(180%);border-bottom:1px solid rgba(229,231,235,.5)}#site-header.scrolled{box-shadow:0 1px 20px rgba(0,0,0,4%)}#site-header .header-inner{max-width:1400px}#site-header .nav-link{position:relative;transition:all .2s ease}#site-header .nav-link::after{content:'';position:absolute;bottom:4px;left:50%;width:0;height:2px;background:#007bff;border-radius:2px;transition:all .3s cubic-bezier(.4,0,.2,1);transform:translateX(-50%)}#site-header .nav-link:hover::after,#site-header .nav-link.active::after{width:60%}#site-header .nav-link.active{color:#007bff}.service-card{background:#fff;border:1px solid #f3f4f6;border-radius:20px;padding:32px;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;display:block}.service-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#007bff,#0ea5e9);opacity:0;transition:opacity .3s ease}.service-card:hover{transform:translateY(-8px);box-shadow:0 20px 60px rgba(0,0,0,6%);border-color:rgba(0,123,255,.15)}.service-card:hover::before{opacity:1}.service-card .service-icon{width:56px;height:56px;border-radius:14px;background:linear-gradient(135deg,#e6f2ff,#e0f2fe);display:flex;align-items:center;justify-content:center;color:#007bff;margin-bottom:20px;transition:all .3s ease}.service-card:hover .service-icon{transform:scale(1.05);box-shadow:0 8px 24px rgba(0,123,255,.15)}.service-card .service-card-body{flex:1;min-width:0}@media(max-width:767px){.service-card{display:flex;align-items:center;gap:16px;background:0 0;border:none;border-bottom:1px solid #f3f4f6;border-radius:0;padding:18px 0}.service-card::before{display:none}.service-card:hover{transform:none;box-shadow:none;border-bottom-color:rgba(0,123,255,.3)}.service-card .service-icon{width:44px;height:44px;border-radius:12px;margin-bottom:0;flex-shrink:0}.service-card:hover .service-icon{transform:none;box-shadow:none}.service-card .service-card-body{flex:1;min-width:0}.service-card h3{font-size:1rem;margin-bottom:4px}.service-card p{font-size:.8125rem;line-height:1.5;margin-bottom:0}}.testing-card{background:#fff;border-radius:20px;overflow:hidden;border:1px solid #f3f4f6;transition:all .4s cubic-bezier(.4,0,.2,1);display:block}.testing-card:hover{transform:translateY(-6px);box-shadow:0 24px 60px rgba(0,0,0,8%)}.testing-card .testing-image{position:relative;overflow:hidden;aspect-ratio:16/10}.testing-card .testing-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.4,0,.2,1)}.testing-card .testing-image .testing-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(15,23,42,.4),transparent);opacity:0;transition:opacity .4s ease}.testing-card:hover .testing-image img{transform:scale(1.08)}.testing-card:hover .testing-overlay{opacity:1}.testing-card .testing-content{padding:24px}@media(max-width:767px){.testing-card{display:flex;align-items:center;gap:16px;background:0 0;border:none;border-bottom:1px solid #f3f4f6;border-radius:0;padding:16px 0}.testing-card:hover{transform:none;box-shadow:none}.testing-card .testing-image{width:110px;height:78px;aspect-ratio:auto;border-radius:12px;flex-shrink:0;overflow:hidden}.testing-card .testing-image img{border-radius:12px;transition:none}.testing-card .testing-overlay{display:none}.testing-card:hover .testing-image img{transform:none}.testing-card .testing-content{padding:0;flex:1;min-width:0}.testing-card .testing-content h3{font-size:1rem;margin-bottom:4px}.testing-card .testing-content p{font-size:.8125rem;line-height:1.5}}.content-card{background:#fff;border-radius:16px;overflow:hidden;border:1px solid #f3f4f6;transition:all .3s cubic-bezier(.4,0,.2,1);display:block}.content-card:hover{transform:translateY(-4px);box-shadow:0 16px 48px rgba(0,0,0,6%);border-color:rgba(0,123,255,.1)}.content-card .content-card-image{aspect-ratio:16/10;overflow:hidden}.content-card .content-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.content-card:hover .content-card-image img{transform:scale(1.05)}.content-card .content-card-placeholder{aspect-ratio:16/10;background:linear-gradient(135deg,#e6f2ff,#e0f2fe);display:flex;align-items:center;justify-content:center;color:rgba(0,123,255,.35);transition:all .3s ease}.content-card:hover .content-card-placeholder{color:rgba(0,123,255,.55)}.content-card .content-card-body{padding:20px 24px}@media(max-width:767px){.content-card{display:flex;align-items:center;gap:16px;background:0 0;border:none;border-bottom:1px solid #f3f4f6;border-radius:0;padding:16px 0}.content-card:hover{transform:none;box-shadow:none}.content-card .content-card-image{width:110px;height:78px;aspect-ratio:auto;border-radius:12px;flex-shrink:0}.content-card .content-card-image img{border-radius:12px;transition:none}.content-card:hover .content-card-image img{transform:none}.content-card .content-card-placeholder{width:110px;height:78px;aspect-ratio:auto;border-radius:12px}.content-card:hover .content-card-placeholder{color:rgba(0,123,255,.35)}.content-card .content-card-body{padding:0;flex:1;min-width:0}.content-card .content-card-body h3{font-size:1rem;margin-bottom:4px}.content-card .content-card-body p{font-size:.8125rem;line-height:1.5}}.feature-item{display:flex;gap:16px;padding:20px;border-radius:16px;transition:all .3s ease}.feature-item:hover{background:#f8fafc}.feature-item.compact{gap:12px;padding:14px;border-radius:14px}.feature-item .feature-icon{width:48px;height:48px;border-radius:12px;background:#e6f2ff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.feature-item .feature-icon.compact{width:36px;height:36px;border-radius:10px}.hero-tech-bg{position:absolute;inset:0;overflow:hidden;pointer-events:none;z-index:0}.hero-tech-bg .tech-circuit{position:absolute;inset:0}.hero-tech-bg .tech-circuit .circuit-h{position:absolute;left:0;height:1px;background:linear-gradient(90deg,transparent 5%,rgba(0,123,255,.14) 20%,rgba(0,123,255,.14) 80%,transparent 95%)}.hero-tech-bg .tech-circuit .circuit-h.h-1{top:20%;width:60%;left:5%}.hero-tech-bg .tech-circuit .circuit-h.h-2{top:35%;width:45%;left:35%;opacity:.75}.hero-tech-bg .tech-circuit .circuit-h.h-3{top:55%;width:55%;left:12%;opacity:.65}.hero-tech-bg .tech-circuit .circuit-h.h-4{top:72%;width:38%;left:48%;opacity:.55}.hero-tech-bg .tech-circuit .circuit-h.h-5{top:88%;width:50%;left:25%;opacity:.45}.hero-tech-bg .tech-circuit .circuit-h.h-6{top:12%;width:35%;left:55%;opacity:.55}.hero-tech-bg .tech-circuit .circuit-v{position:absolute;top:0;width:1px;background:linear-gradient(180deg,transparent 5%,rgba(0,123,255,.14) 20%,rgba(0,123,255,.14) 80%,transparent 95%)}.hero-tech-bg .tech-circuit .circuit-v.v-1{left:18%;height:55%;top:8%}.hero-tech-bg .tech-circuit .circuit-v.v-2{left:35%;height:42%;top:30%;opacity:.75}.hero-tech-bg .tech-circuit .circuit-v.v-3{left:55%;height:52%;top:18%;opacity:.65}.hero-tech-bg .tech-circuit .circuit-v.v-4{left:75%;height:38%;top:48%;opacity:.55}.hero-tech-bg .tech-circuit .circuit-v.v-5{left:90%;height:30%;top:15%;opacity:.45}.hero-tech-bg .tech-circuit .circuit-v.v-6{left:5%;height:40%;top:45%;opacity:.5}.hero-tech-bg .tech-circuit .circuit-diag{position:absolute;width:120px;height:1px;background:linear-gradient(90deg,transparent,rgba(14,165,233,.18),transparent);transform-origin:left center}.hero-tech-bg .tech-circuit .circuit-diag.d-1{top:28%;left:10%;transform:rotate(35deg)}.hero-tech-bg .tech-circuit .circuit-diag.d-2{top:50%;left:65%;transform:rotate(-30deg);opacity:.7}.hero-tech-bg .tech-circuit .circuit-diag.d-3{top:78%;left:30%;transform:rotate(25deg);opacity:.6}.hero-tech-bg .tech-circuit .circuit-node{position:absolute;width:5px;height:5px;border-radius:50%;background:rgba(0,123,255,.4);box-shadow:0 0 10px rgba(0,123,255,.25);animation:nodePulse 3s ease-in-out infinite}.hero-tech-bg .tech-circuit .circuit-node.n-1{top:20%;left:18%;animation-delay:0s}.hero-tech-bg .tech-circuit .circuit-node.n-2{top:35%;left:35%;animation-delay:.5s}.hero-tech-bg .tech-circuit .circuit-node.n-3{top:55%;left:55%;animation-delay:1s}.hero-tech-bg .tech-circuit .circuit-node.n-4{top:48%;left:75%;animation-delay:1.5s}.hero-tech-bg .tech-circuit .circuit-node.n-5{top:72%;left:90%;animation-delay:2s}.hero-tech-bg .tech-circuit .circuit-node.n-6{top:88%;left:25%;animation-delay:2.5s}.hero-tech-bg .tech-circuit .circuit-pulse{position:absolute;width:80px;height:1.5px;background:linear-gradient(90deg,transparent,rgba(0,123,255,.5),transparent);box-shadow:0 0 12px rgba(0,123,255,.3)}.hero-tech-bg .tech-circuit .circuit-pulse.p1{animation:pulseTravel1 7s linear infinite}.hero-tech-bg .tech-circuit .circuit-pulse.p2{animation:pulseTravel2 9s linear infinite;animation-delay:2s}.hero-tech-bg .tech-circuit .circuit-glow{position:absolute;top:15%;right:15%;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle,rgba(0,123,255,6%) 0%,transparent 70%);animation:glowBreathe 6s ease-in-out infinite}@keyframes nodePulse{0%,100%{transform:scale(1);opacity:.5}50%{transform:scale(1.8);opacity:1}}@keyframes pulseTravel1{0%{top:20%;left:5%;opacity:0}10%{opacity:1}25%{top:20%;left:45%}30%{top:35%;left:45%}50%{top:35%;left:85%;opacity:1}60%{opacity:0}100%{top:35%;left:85%;opacity:0}}@keyframes pulseTravel2{0%{top:55%;left:12%;opacity:0}10%{opacity:1}35%{top:55%;left:65%}40%{top:72%;left:65%}65%{top:72%;left:90%;opacity:1}75%{opacity:0}100%{top:72%;left:90%;opacity:0}}@keyframes glowBreathe{0%,100%{transform:scale(1);opacity:.6}50%{transform:scale(1.15);opacity:1}}.hero-typewriter .typewriter-line{display:inline-flex;align-items:baseline;gap:6px;flex-wrap:wrap}.hero-typewriter .typewriter-label{font-size:1.125rem;font-weight:600;color:#0f172a;transition:opacity .3s ease}.hero-typewriter .typewriter-desc{font-size:.9375rem;color:#6b7280;min-height:1.5em}.hero-typewriter .typewriter-cursor{display:inline-block;color:#007bff;font-weight:300;animation:cursorBlink 1s step-end infinite}@keyframes cursorBlink{0%,100%{opacity:1}50%{opacity:0}}.page-hero{background:linear-gradient(180deg,#f8fafc 0%,#ffffff 100%);border-bottom:1px solid #f3f4f6}.service-tabs{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:32px;padding-bottom:4px}.service-tab{flex:auto;min-width:120px;padding:14px 20px;background:#fff;border:1.5px solid #e5e7eb;border-radius:12px;color:#6b7280;font-size:.9375rem;font-weight:500;text-align:center;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.service-tab:hover{border-color:rgba(0,123,255,.4);color:#007bff;background:#e6f2ff;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,123,255,8%)}.service-tab.active{background:linear-gradient(135deg,#007bff 0%,#0056b3 100%);border-color:#007bff;color:#fff;box-shadow:0 6px 18px rgba(0,123,255,.25)}.service-tab.active:hover{color:#fff;background:linear-gradient(135deg,#007bff 0%,#0056b3 100%)}.service-tab-text{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.service-panels{position:relative}.service-tab-panel{display:none;animation:tabFadeIn .35s ease}.service-tab-panel.active{display:block}.service-section-desc{color:#6b7280;font-size:1rem;line-height:1.7;margin-bottom:24px;padding:16px 20px;background:#f8fafc;border-radius:12px;border-left:3px solid #007bff}@keyframes tabFadeIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media(max-width:767px){.service-tabs{flex-wrap:nowrap;overflow-x:auto;gap:8px;padding-bottom:8px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.service-tabs::-webkit-scrollbar{display:none}.service-tab{flex:none;min-width:auto;padding:12px 16px;font-size:.875rem}}.article-content h2{font-size:1.75rem;font-weight:700;color:#0f172a;margin:2.5rem 0 1rem;padding-bottom:.75rem;border-bottom:2px solid #f3f4f6}.article-content h3{font-size:1.375rem;font-weight:600;color:#0f172a;margin:2rem 0 .75rem}.article-content p{color:#6b7280;margin-bottom:1.25rem;line-height:1.8}.article-content ul,.article-content ol{margin:1.25rem 0;padding-left:1.5rem;color:#6b7280}.article-content ul li,.article-content ol li{margin-bottom:.5rem}.article-content img{border-radius:16px;margin:1.5rem 0;box-shadow:0 8px 30px rgba(0,0,0,6%)}.article-content table{width:100%;border-collapse:collapse;margin:1.5rem 0;font-size:.875rem}.article-content table th,.article-content table td{padding:12px 16px;border:1px solid #e5e7eb;text-align:left}.article-content table th{background:#f8fafc;font-weight:600;color:#0f172a}.article-content strong{color:#0f172a;font-weight:600}.prose{color:#6b7280}.prose p{margin-bottom:1.25rem}.prose a{color:#007bff;text-decoration:none;font-weight:500;transition:color .2s ease}.prose a:hover{color:#0056b3;text-decoration:underline;text-underline-offset:3px}#mobile-menu{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.4,0,.2,1)}#mobile-menu.open{max-height:2e3px}.mobile-dropdown-panel{transition:max-height .3s ease,padding .3s ease}.mouse-glow{position:fixed;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(0,123,255,3%) 0%,transparent 70%);pointer-events:none;z-index:0;transform:translate(-50%,-50%);transition:left .3s ease-out,top .3s ease-out}@media(max-width:1023px){.service-card:hover,.testing-card:hover,.content-card:hover{transform:none}}@media(max-width:767px){.service-card{padding:24px}.testing-content{padding:20px}.content-card-body{padding:16px 20px}.feature-item{padding:16px}.feature-item.compact{padding:12px}}.contact-info-row{display:flex;align-items:center;gap:16px;padding:18px 0;border-bottom:1px solid #f3f4f6;transition:all .2s ease}.contact-info-row:last-child{border-bottom:none}.contact-info-row .contact-info-icon{width:40px;height:40px;border-radius:10px;background:linear-gradient(135deg,#e6f2ff,#e0f2fe);display:flex;align-items:center;justify-content:center;color:#007bff;flex-shrink:0}.form-group{display:flex;flex-direction:column;gap:6px}.form-label{font-size:.875rem;font-weight:500;color:#0f172a}.form-input,.form-textarea{width:100%;padding:12px 16px;font-size:.9375rem;color:#0f172a;background:#fff;border:1.5px solid #e5e7eb;border-radius:12px;transition:all .2s ease;outline:none;font-family:inherit}.form-input::placeholder,.form-textarea::placeholder{color:#9ca3af}.form-input:hover,.form-textarea:hover{border-color:#ced2d9}.form-input:focus,.form-textarea:focus{border-color:#007bff;box-shadow:0 0 0 3px rgba(0,123,255,8%)}.form-textarea{resize:vertical;min-height:120px;line-height:1.7}.contact-toast{position:fixed;bottom:32px;right:32px;z-index:9999;background:#fff;border:1px solid #f3f4f6;border-radius:16px;padding:16px 20px;box-shadow:0 20px 60px rgba(0,0,0,.1);opacity:0;transform:translateY(16px);pointer-events:none;transition:all .4s cubic-bezier(.4,0,.2,1);max-width:360px}.contact-toast.show{opacity:1;transform:translateY(0);pointer-events:auto}.job-card{background:#fff;border:1px solid #f3f4f6;border-radius:20px;padding:32px;transition:all .3s cubic-bezier(.4,0,.2,1)}.job-card:hover{box-shadow:0 20px 60px rgba(0,0,0,6%);border-color:rgba(0,123,255,.1)}.job-tag{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;font-size:.75rem;font-weight:500;color:#6b7280;background:#f8fafc;border-radius:8px;border:1px solid #f3f4f6}.job-tag--primary{color:#007bff;background:#e6f2ff;border-color:rgba(0,123,255,.12)}.culture-card{background:#fff;border:1px solid #f3f4f6;border-radius:16px;padding:28px 24px;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1)}.culture-card:hover{transform:translateY(-4px);box-shadow:0 16px 48px rgba(0,0,0,6%);border-color:rgba(0,123,255,.1)}.culture-card .culture-icon{width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,#e6f2ff,#e0f2fe);display:flex;align-items:center;justify-content:center;color:#007bff;margin:0 auto 16px;transition:all .3s ease}.culture-card:hover .culture-icon{transform:scale(1.05);box-shadow:0 8px 24px rgba(0,123,255,.15)}.timeline{position:relative;padding:20px 0}.timeline::before{content:'';position:absolute;top:0;bottom:0;left:24px;width:2px;background:linear-gradient(180deg,#007bff,#0ea5e9);border-radius:2px}.timeline-item{position:relative;padding-left:64px;padding-bottom:48px}.timeline-item:last-child{padding-bottom:0}.timeline-dot{position:absolute;left:16px;top:4px;width:16px;height:16px;border-radius:50%;background:#fff;border:3px solid #007bff;box-shadow:0 0 0 4px rgba(0,123,255,.12);z-index:2;transition:all .3s ease}.timeline-item:hover .timeline-dot{transform:scale(1.2);box-shadow:0 0 0 6px rgba(0,123,255,.18)}.timeline-content{background:#fff;border:1px solid #f3f4f6;border-radius:16px;padding:24px;transition:all .3s ease}.timeline-content:hover{box-shadow:0 12px 40px rgba(0,0,0,5%);border-color:rgba(0,123,255,.1)}.timeline-year{font-size:2rem;font-weight:800;color:#007bff;line-height:1;margin-bottom:8px;background:linear-gradient(135deg,#007bff,#0ea5e9);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.timeline-title{font-size:1.125rem;font-weight:600;color:#0f172a;margin-bottom:8px}.timeline-desc{font-size:.9375rem;color:#6b7280;line-height:1.7}@media(min-width:1024px){.timeline::before{left:50%;transform:translateX(-50%)}.timeline-item{padding-left:0;padding-bottom:64px;display:flex;align-items:flex-start}.timeline-item--left{justify-content:flex-start;padding-right:calc(50% + 48px)}.timeline-item--left .timeline-dot{left:50%;transform:translateX(-50%)}.timeline-item--left .timeline-content{text-align:right}.timeline-item--left:hover .timeline-dot{transform:translateX(-50%)scale(1.2)}.timeline-item--right{justify-content:flex-end;padding-left:calc(50% + 48px)}.timeline-item--right .timeline-dot{left:50%;transform:translateX(-50%)}.timeline-item--right:hover .timeline-dot{transform:translateX(-50%)scale(1.2)}}.lab-tree{display:flex;flex-direction:column;align-items:center}.lab-root{display:inline-flex;align-items:center;justify-content:center;padding:14px 40px;background:linear-gradient(135deg,#007bff,#0ea5e9);color:#fff;font-size:1.25rem;font-weight:700;border-radius:12px;box-shadow:0 8px 24px rgba(0,123,255,.25);margin-bottom:40px;position:relative}.lab-root::after{content:'';position:absolute;bottom:-24px;left:50%;transform:translateX(-50%);width:2px;height:24px;background:linear-gradient(180deg,#007bff,#0ea5e9)}.lab-branches{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;width:100%;position:relative;padding-top:24px}.lab-branches::before{content:'';position:absolute;top:0;left:25%;right:25%;height:2px;background:linear-gradient(90deg,transparent,#e5e7eb,#e5e7eb,transparent)}.lab-branch{background:#fff;border:1px solid #f3f4f6;border-radius:16px;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1)}.lab-branch:hover{box-shadow:0 16px 48px rgba(0,0,0,6%);border-color:rgba(0,123,255,.1);transform:translateY(-4px)}.lab-branch-header{position:relative;padding:20px 24px;background:linear-gradient(135deg,#e6f2ff,#e0f2fe);text-align:center}.lab-branch-header::before{content:'';position:absolute;top:-24px;left:50%;transform:translateX(-50%);width:2px;height:24px;background:linear-gradient(180deg,#e5e7eb,#e6f2ff)}.lab-branch-label{font-size:1rem;font-weight:700;color:#0f172a}.lab-branch-body{padding:20px 24px}.lab-branch-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.lab-branch-item{display:flex;align-items:center;gap:10px;font-size:.9375rem;color:#6b7280}.lab-branch-dot{width:6px;height:6px;border-radius:50%;background:#0ea5e9;flex-shrink:0}@media(min-width:768px){.lab-branches{grid-template-columns:repeat(3,1fr);gap:20px}}.article-tag{display:inline-flex;align-items:center;padding:4px 12px;font-size:.75rem;font-weight:500;color:#007bff;background:#e6f2ff;border-radius:8px;border:1px solid rgba(0,123,255,.1)}.wechat-popup{opacity:0;visibility:hidden;transform:translateX(.5rem);transition:opacity .2s ease,visibility .2s ease,transform .2s ease}.wechat-trigger:hover .wechat-popup,.wechat-trigger:focus-within .wechat-popup{opacity:1;visibility:visible;transform:translateX(0)}