:root{--brand-primary: #4F46E5;--brand-primary-dark: #3730A3;--brand-blue: #2563EB;--brand-light-blue: #2B7BE4;--brand-navy: #1A2A4A;--brand-accent: #10B981;--brand-accent-light: #34D399;--brand-amber: #F59E0B;--gradient-brand: linear-gradient(135deg, #4F46E5 0%, #2563EB 100%);--gradient-hero: linear-gradient(135deg, rgba(26,42,74,.94) 0%, rgba(79,70,229,.88) 100%);--gradient-card: linear-gradient(135deg, #4F46E5 0%, #2B7BE4 100%);--bg-light: #F5F7FA;--bg-white: #FFFFFF;--text-primary: #1F2937;--text-secondary: #6B7280;--text-muted: #9CA3AF;--border-color: #E5E7EB;--section-padding: 100px;--container-max: 1200px;--radius: 12px;--radius-lg: 20px;--shadow-sm: 0 2px 8px rgba(0,0,0,.06);--shadow-md: 0 8px 24px rgba(31,41,55,.08);--shadow-lg: 0 20px 48px rgba(31,41,55,.12)}@keyframes particleFloat{0%{transform:translateY(0) translate(0) scale(1);opacity:0}10%{opacity:1}90%{opacity:1}to{transform:translateY(-100vh) translate(40px) scale(.5);opacity:0}}@keyframes gridShift{0%{transform:translate(0)}to{transform:translate(60px,60px)}}@keyframes glowPulse{0%{transform:scale(1) translate(0);opacity:.6}to{transform:scale(1.15) translate(-20px,10px);opacity:.9}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes techFlowDash{0%{stroke-dashoffset:0}to{stroke-dashoffset:-200}}@keyframes techPulse{0%,to{opacity:.12;transform:scale(1)}50%{opacity:.25;transform:scale(1.08)}}@keyframes techGlowBreathe{0%,to{opacity:.06}50%{opacity:.14}}@keyframes techFloat{0%,to{transform:translateY(0) translate(0)}25%{transform:translateY(-8px) translate(5px)}50%{transform:translateY(4px) translate(-8px)}75%{transform:translateY(6px) translate(10px)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@scope(.site-public){*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:scope{scroll-behavior:smooth}:scope{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;color:var(--text-primary);line-height:1.7;background:var(--bg-white)}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.container{max-width:var(--container-max);margin:0 auto;padding:0 24px}.section-title{text-align:center;margin-bottom:64px}.section-title h2{font-size:36px;font-weight:800;margin-bottom:16px}.section-title p{font-size:18px;color:var(--text-secondary);max-width:640px;margin:0 auto}.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 32px;border-radius:50px;font-size:16px;font-weight:600;transition:all .3s ease;cursor:pointer;border:none}.btn-primary{background:var(--gradient-brand);color:#fff;box-shadow:0 4px 16px #4f46e54d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #4f46e566}.btn-outline{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.5)}.btn-outline:hover{background:#ffffff1a;border-color:#fff}.btn-outline-dark{background:transparent;color:var(--brand-primary);border:2px solid var(--brand-primary)}.btn-outline-dark:hover{background:var(--brand-primary);color:#fff}.btn-lg{padding:16px 40px;font-size:18px}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fffffff7;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid rgba(0,0,0,.04);height:88px}.navbar .container{display:flex;align-items:center;justify-content:space-between;height:100%}.logo-link{display:flex;align-items:center;gap:12px}.logo-link img{height:68px;object-fit:contain}.logo-text{font-size:22px;font-weight:800;color:var(--brand-primary);letter-spacing:-.5px}.nav-links{display:flex;gap:40px;list-style:none}.nav-links a{font-size:16px;font-weight:500;color:var(--text-primary);position:relative;padding:8px 0;transition:color .2s}.nav-links a:hover,.nav-links a.active{color:var(--brand-primary)}.nav-links a.active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background:var(--gradient-brand);border-radius:3px}.nav-cta .btn{padding:12px 28px;font-size:15px}.hero{min-height:100vh;display:flex;align-items:center;position:relative;background:var(--brand-navy);overflow:hidden;padding-top:88px}.hero-bg{position:absolute;inset:0;background:linear-gradient(135deg,#1a2a4af0,#4f46e5e0)}.hero-particles{position:absolute;inset:0;z-index:1;overflow:hidden}.hero-particles .particle{position:absolute;border-radius:50%;animation:particleFloat linear infinite}.hero-grid{position:absolute;inset:0;z-index:1;background-image:linear-gradient(rgba(79,70,229,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(79,70,229,.04) 1px,transparent 1px);background-size:60px 60px;animation:gridShift 20s linear infinite}.hero-glow{position:absolute;z-index:1;width:600px;height:600px;background:radial-gradient(circle,rgba(79,70,229,.15) 0%,rgba(16,185,129,.08) 40%,transparent 70%);animation:glowPulse 6s ease-in-out infinite alternate;top:20%;right:-5%}.hero-content{position:relative;z-index:3;max-width:900px}.hero h1{font-size:56px;font-weight:800;color:#fff;line-height:1.15;margin-bottom:24px}.hero h1 .accent{background:linear-gradient(90deg,#10b981,#34d399,#6ee7b7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero .subtitle{font-size:22px;color:#ffffffd9;margin-bottom:40px;max-width:720px}.hero-decoration{position:absolute;right:5%;top:50%;transform:translateY(-50%);width:420px;height:420px;opacity:.12;z-index:2}.section{padding:var(--section-padding) 0}.section-light{background:var(--bg-light)}.value-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.value-card{background:#fff;border-radius:var(--radius-lg);padding:48px 32px;text-align:center;box-shadow:var(--shadow-md);transition:transform .3s ease,box-shadow .3s ease;border:1px solid transparent}.value-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg);border-color:#4f46e51a}.value-icon{width:88px;height:88px;margin:0 auto 28px;background:var(--bg-light);border-radius:24px;display:flex;align-items:center;justify-content:center}.value-icon svg{width:48px;height:48px}.value-card h3{font-size:22px;margin-bottom:14px}.value-card p{color:var(--text-secondary);font-size:16px;line-height:1.8}.industry-section{padding:80px 0}.industry-track{display:flex;gap:24px;justify-content:center;flex-wrap:wrap}.industry-item{display:flex;flex-direction:column;align-items:center;gap:12px;padding:28px 24px;background:#fff;border-radius:var(--radius);box-shadow:var(--shadow-sm);border:1px solid var(--border-color);width:150px;transition:all .3s ease;cursor:default}.industry-item:hover{transform:translateY(-4px);border-color:var(--brand-primary);box-shadow:var(--shadow-md)}.industry-icon{width:56px;height:56px;border-radius:16px;background:#4f46e514;display:flex;align-items:center;justify-content:center}.industry-icon svg{width:32px;height:32px}.industry-item span{font-size:14px;font-weight:600;color:var(--text-primary)}.flow-diagram{max-width:900px;margin:0 auto;background:#fff;border-radius:var(--radius-lg);padding:48px;box-shadow:var(--shadow-md)}.tabs{display:flex;justify-content:center;gap:16px;margin-bottom:48px;flex-wrap:wrap}.tab-btn{padding:12px 28px;border-radius:50px;border:1px solid var(--border-color);background:#fff;color:var(--text-secondary);font-size:16px;font-weight:500;cursor:pointer;transition:all .3s ease}.tab-btn:hover{border-color:var(--brand-primary);color:var(--brand-primary)}.tab-btn.active{background:var(--gradient-brand);color:#fff;border-color:transparent;box-shadow:0 4px 16px #4f46e540}.tab-content{display:none}.tab-content.active{display:block;animation:fadeIn .4s ease}.scene-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.scene-card{background:#fff;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md);transition:transform .3s ease;border:1px solid transparent}.scene-card:hover{transform:translateY(-6px);border-color:#4f46e514}.scene-image{height:200px;background:var(--bg-light);display:flex;align-items:center;justify-content:center;border-bottom:1px solid var(--border-color)}.scene-image svg{width:80%;height:80%}.scene-:scope{padding:28px}.scene-body h4{font-size:18px;margin-bottom:12px}.scene-body p{font-size:14px;color:var(--text-secondary);line-height:1.7;margin-bottom:16px}.scene-tag{display:inline-block;padding:4px 12px;background:#4f46e514;color:var(--brand-primary);border-radius:20px;font-size:12px;font-weight:600}.pyramid{max-width:640px;margin:0 auto}.pyramid-layer{margin:0 auto 12px;padding:24px 32px;border-radius:var(--radius);color:#fff;text-align:center;position:relative}.pyramid-layer h4{font-size:18px;margin-bottom:6px}.pyramid-layer p{font-size:14px;opacity:.9}.layer-1{width:100%;background:var(--brand-navy)}.layer-2{width:92%;background:var(--brand-primary)}.layer-3{width:84%;background:var(--brand-light-blue)}.layer-4{width:76%;background:var(--gradient-brand)}.pyramid-caption{text-align:center;max-width:720px;margin:40px auto 0;color:var(--text-secondary);font-size:16px;line-height:1.8}.cta-section{background:var(--brand-navy);padding:100px 0;text-align:center}.cta-section h2{font-size:40px;color:#fff;margin-bottom:16px}.cta-section p{font-size:18px;color:#fffc;margin-bottom:32px}.footer{background:#0f172a;color:#ffffffb3;padding:60px 0 32px}.contact-page .footer{padding:28px 0 16px}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr;gap:48px;margin-bottom:48px}.footer-brand{display:flex;align-items:center;gap:12px;font-size:24px;font-weight:800;color:#fff;margin-bottom:16px}.footer-brand img{height:32px;opacity:.95;object-fit:contain}.footer h4{color:#fff;font-size:16px;margin-bottom:20px}.footer-links{list-style:none}.footer-links li{margin-bottom:12px}.footer-links a:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:24px;text-align:center;font-size:14px}.platform-hero{background:var(--brand-navy);padding:160px 0 100px;text-align:center;color:#fff;position:relative;overflow:hidden}.platform-hero .container{position:relative;z-index:3}.platform-hero h1{font-size:48px;font-weight:800;margin-bottom:16px}.platform-hero p{font-size:20px;color:#fffc}.architecture-diagram{background:#fff;border-radius:var(--radius-lg);padding:40px 48px;box-shadow:var(--shadow-lg);margin-top:-60px;position:relative;z-index:2}.arch-wrap{position:relative;z-index:2}.arch-title{text-align:center;font-size:30px;font-weight:800;color:#1a2a4a;margin:0 0 8px;position:relative;z-index:3}.arch-title span{color:#534ab7}.arch-overview{margin-top:28px;padding:28px 32px;border-radius:var(--radius-lg);background:linear-gradient(135deg,#eeedfe,#f8f9fe);border:1px solid #E0E2F5}.arch-overview-text{font-size:15px;color:#374151;line-height:1.9;text-align:justify}.arch-overview-text strong{color:#534ab7}.arch-keywords{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.arch-kw{background:#fff;border:1px solid #DCD9F5;color:#374151;font-size:13px;padding:6px 14px;border-radius:999px;font-weight:500}.arch-kw:first-child{background:#534ab7;border-color:#534ab7;color:#fff}.arch-overview-figure{margin-top:28px;width:100%}.arch-overview-figure .figure-title{font-size:24px;font-weight:700;color:#26215c;margin-bottom:14px;text-align:center;display:flex;align-items:center;justify-content:center;gap:12px}.arch-overview-figure .figure-title:before,.arch-overview-figure .figure-title:after{content:"";height:2px;width:56px;background:linear-gradient(90deg,transparent,#534AB7)}.arch-overview-figure .figure-title:after{background:linear-gradient(270deg,transparent,#534AB7)}.arch-overview-figure img{width:100%;height:auto;display:block;border-radius:var(--radius-lg);border:1px solid var(--border-color);box-shadow:var(--shadow-md);background:#fff}@media(max-width:768px){.arch-title{font-size:24px}.arch-overview{padding:20px}.arch-overview-text{font-size:14px}}.capability-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.capability-card{background:#fff;border-radius:var(--radius);padding:36px 24px;text-align:center;box-shadow:var(--shadow-sm);border:1px solid var(--border-color)}.capability-card .value-icon{width:72px;height:72px;margin-bottom:20px}.capability-card h3{font-size:18px;margin-bottom:10px}.capability-card p{font-size:14px;color:var(--text-secondary)}.deployment-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.deployment-card{background:#fff;border-radius:var(--radius-lg);padding:40px 32px;box-shadow:var(--shadow-md);text-align:center}.deployment-card h3{font-size:20px;margin:20px 0 12px}.deployment-card p{color:var(--text-secondary);font-size:15px}.coverage-section{padding:80px 0;background:var(--bg-light)}.coverage-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.coverage-card{background:#fff;border-radius:var(--radius);padding:0 0 20px;text-align:center;border:1px solid var(--border-color);transition:all .3s ease;cursor:default;position:relative;overflow:hidden}.coverage-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--gradient-brand);opacity:0;transition:opacity .3s;z-index:2}.coverage-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:var(--brand-primary)}.coverage-card:hover:before{opacity:1}.coverage-img{width:100%;height:160px;margin:0 0 16px;border-radius:0;overflow:hidden;position:relative}.coverage-img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.coverage-card:hover .coverage-img img{transform:scale(1.05)}.coverage-card h4{font-size:15px;font-weight:600;margin-bottom:6px;color:var(--text-primary);padding:0 20px}.coverage-card p{font-size:12px;color:var(--text-secondary);line-height:1.5;padding:0 20px}.product-detail-section{padding:100px 0;background:var(--bg-light)}.product-group-detail{margin-bottom:60px}.product-tabs{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;max-width:800px;margin:0 auto 48px}.system-tabs{grid-template-columns:repeat(4,1fr);max-width:900px}.agent-tabs{grid-template-columns:repeat(3,1fr);max-width:720px}.product-tab-btn{padding:12px 16px;border-radius:50px;border:1px solid var(--border-color);background:#fff;color:var(--text-secondary);font-size:15px;font-weight:600;cursor:pointer;transition:all .3s ease;text-align:center;white-space:nowrap}.product-tab-btn:hover{border-color:var(--brand-primary);color:var(--brand-primary)}.product-tab-btn.active{background:var(--gradient-brand);color:#fff;border-color:transparent;box-shadow:0 4px 16px #4f46e540}.product-detail-content{position:relative}.product-detail-item{display:none;scroll-margin-top:100px}.product-detail-item.active{display:block;animation:fadeIn .4s ease}.product-detail-layout{display:flex;flex-direction:column;gap:32px;max-width:900px;margin:0 auto}.product-detail-img{width:100%;max-width:100%;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md);border:1px solid var(--border-color);background:var(--bg-light)}.product-detail-img img{width:100%;display:block;object-fit:cover;object-position:top center;max-height:420px}.product-detail-img img.arch-full{width:100%;display:block;object-fit:contain;object-position:center;max-height:none;background:#fff}.product-detail-img .placeholder-img-text{display:flex;align-items:center;justify-content:center;height:280px;font-size:22px;font-weight:700;color:#fff;text-align:center;line-height:1.4}.product-detail-img.theme-1 .placeholder-img-text{background:linear-gradient(135deg,#4f46e5,#7c3aed)}.product-detail-img.theme-2 .placeholder-img-text{background:linear-gradient(135deg,#10b981,#34d399)}.product-detail-img.theme-3 .placeholder-img-text{background:linear-gradient(135deg,#2563eb,#3b82f6)}.product-detail-img.theme-4 .placeholder-img-text{background:linear-gradient(135deg,#f59e0b,#fbbf24)}.product-detail-img.theme-5 .placeholder-img-text{background:linear-gradient(135deg,#7c3aed,#a855f7)}.product-detail-img.theme-guard .placeholder-img-text{background:linear-gradient(135deg,#dc2626,#ef4444)}.product-detail-img.theme-mind .placeholder-img-text{background:linear-gradient(135deg,#06b6d4,#22d3ee)}.product-detail-info{width:100%}.product-detail-info h3{font-size:28px;font-weight:700;margin-bottom:8px;color:var(--text-primary)}.product-detail-subtitle{font-size:16px;color:var(--brand-primary);font-weight:600;margin-bottom:20px}.product-detail-desc{margin-bottom:32px}.product-detail-desc p{font-size:15px;color:var(--text-secondary);line-height:1.8}.product-detail-features{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.product-feature{background:#fff;border-radius:var(--radius);padding:18px 20px;border:1px solid var(--border-color);transition:all .3s ease}.product-feature:hover{border-color:#4f46e526;box-shadow:var(--shadow-sm)}.product-feature p{font-size:14px;color:var(--text-secondary);line-height:1.6;margin:0}.feature-tag{display:inline-block;padding:5px 12px;border-radius:6px;font-size:13px;font-weight:700;margin-bottom:14px}.feature-tag.tag-green{background:#10b98114;color:#10b981}.feature-tag.tag-blue{background:#3b82f614;color:#3b82f6}.feature-tag.tag-orange{background:#f59e0b14;color:#d97706}.feature-tag.tag-purple{background:#4f46e514;color:#4f46e5}.feature-tag.tag-red{background:#ef444414;color:#ef4444}.about-hero{background:var(--brand-navy);padding:160px 0 100px;text-align:center;color:#fff;position:relative;overflow:hidden}.about-hero .container{position:relative;z-index:3}.about-hero h1{font-size:48px;font-weight:800;margin-bottom:16px}.about-intro{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.about-image{background:var(--bg-light);border-radius:var(--radius-lg);height:380px;display:flex;align-items:center;justify-content:center;overflow:hidden}.about-text h2{font-size:32px;font-weight:800;margin-bottom:24px}.about-text p{color:var(--text-secondary);font-size:16px;margin-bottom:16px;line-height:1.9}.facts-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-top:40px}.fact-item{display:flex;gap:16px;background:#fff;padding:24px;border-radius:var(--radius);box-shadow:var(--shadow-sm)}.fact-icon{width:48px;height:48px;min-width:48px;background:#4f46e51a;border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--brand-primary);font-size:20px}.fact-item p{margin:0;font-size:15px;color:var(--text-primary);font-weight:500}.culture-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.culture-card{background:#fff;border-radius:var(--radius-lg);padding:40px 32px;text-align:center;box-shadow:var(--shadow-md);border-top:4px solid;transition:transform .3s}.culture-card:hover{transform:translateY(-6px)}.culture-card.mission{border-top-color:var(--brand-primary)}.culture-card.vision{border-top-color:var(--brand-light-blue)}.culture-card.values{border-top-color:var(--brand-accent)}.culture-card .culture-label{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:2px;margin-bottom:16px}.culture-card.mission .culture-label{color:var(--brand-primary)}.culture-card.vision .culture-label{color:var(--brand-light-blue)}.culture-card.values .culture-label{color:var(--brand-accent)}.culture-card h3{font-size:20px;font-weight:800;margin-bottom:12px}.culture-card p{color:var(--text-secondary);font-size:15px}.philosophy-list{max-width:900px;margin:0 auto}.philosophy-item{display:flex;align-items:center;gap:28px;padding:28px 36px;background:#fff;border-radius:var(--radius-lg);margin-bottom:20px;box-shadow:var(--shadow-sm);transition:transform .3s,box-shadow .3s}.philosophy-item:hover{transform:translate(6px);box-shadow:var(--shadow-md)}.philosophy-icon{width:64px;height:64px;min-width:64px;display:flex;align-items:center;justify-content:center}.philosophy-icon svg{width:56px;height:56px}.philosophy-item h3{font-size:22px;font-weight:800;margin-bottom:8px}.philosophy-item p{color:var(--text-secondary);line-height:1.8}.contact-hero{background:var(--bg-light);padding:120px 0 20px;text-align:center}.contact-hero h1{font-size:36px;font-weight:800;margin-bottom:8px;color:var(--text-primary)}.contact-hero p{font-size:16px;color:var(--text-secondary)}.contact-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:32px;margin-top:16px}.contact-form{background:#fff;border-radius:var(--radius-lg);padding:28px;box-shadow:var(--shadow-md)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-group{margin-bottom:14px}.form-group label{display:block;margin-bottom:5px;font-size:13px;font-weight:500}.form-group input,.form-group select,.form-group textarea{width:100%;padding:10px 12px;border:1px solid var(--border-color);border-radius:var(--radius);font-size:14px;transition:border-color .3s;font-family:inherit}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--brand-primary);box-shadow:0 0 0 3px #4f46e51a}.form-group textarea{min-height:52px;resize:vertical}.contact-info{display:flex;flex-direction:column;gap:14px}.info-card{background:#fff;border-radius:var(--radius);padding:18px;box-shadow:var(--shadow-sm);display:flex;gap:14px;align-items:flex-start}.info-icon{width:40px;height:40px;min-width:40px;background:#4f46e51a;border-radius:10px;display:flex;align-items:center;justify-content:center;color:var(--brand-primary)}.info-icon svg{width:20px;height:20px}.info-card h4{font-size:15px;margin-bottom:4px}.info-card p{color:var(--text-secondary);font-size:14px}.banner-bg{position:absolute;inset:0;z-index:0;background-size:cover;background-position:center;background-repeat:no-repeat}.banner-overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(135deg,#0b1226eb,#1a2a4ac7,#0f172a9e)}.banner-overlay-dark{position:absolute;inset:0;z-index:1;background:linear-gradient(135deg,#080f1ef0,#0f172adb)}.tech-overlay{position:absolute;inset:0;z-index:2;pointer-events:none}.tech-overlay svg{position:absolute;inset:0;width:100%;height:100%}.tech-flow{stroke-dasharray:120 40;animation:techFlowDash 8s linear infinite}.tech-flow-slow{stroke-dasharray:80 60;animation:techFlowDash 15s linear infinite}.tech-pulse{animation:techPulse 4s ease-in-out infinite}.tech-pulse-delay{animation:techPulse 4s ease-in-out 1.5s infinite}.tech-pulse-slow{animation:techPulse 6s ease-in-out .8s infinite}.tech-glow-breathe{animation:techGlowBreathe 5s ease-in-out infinite}.tech-glow-breathe-delay{animation:techGlowBreathe 5s ease-in-out 2.5s infinite}.tech-float{animation:techFloat 12s ease-in-out infinite}.tech-float-reverse{animation:techFloat 12s ease-in-out 4s infinite reverse}.carousel{position:relative;width:100%;overflow:hidden;min-height:100vh;display:flex;align-items:center;background:var(--brand-navy)}.carousel-inner{position:relative;width:100%;min-height:100vh}.carousel-slide{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity 1s ease;padding-top:88px}.hero-content-wrapper{max-width:800px}.hero-title{font-size:56px;font-weight:800;color:#fff;line-height:1.15;margin-bottom:24px}.hero-title-center{font-size:48px;line-height:1.2;margin-bottom:20px}.gradient-text{background:linear-gradient(90deg,#10b981,#34d399,#6ee7b7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:22px;color:#ffffffd9;margin-bottom:40px;max-width:720px}.hero-subtitle-center{font-size:20px;margin-bottom:48px;max-width:600px;margin-left:auto;margin-right:auto}.hero-buttons{display:flex;gap:20px;flex-wrap:wrap}.hero-architecture-cards{display:flex;gap:32px;justify-content:center;flex-wrap:wrap}.architecture-card{background:#ffffff1f;border:1px solid rgba(255,255,255,.2);border-radius:20px;padding:32px 40px;text-align:center;min-width:260px}.architecture-label{font-size:16px;color:#ffffffb3;margin-bottom:8px}.architecture-title{font-size:24px;color:#fff;font-weight:700}.architecture-desc{font-size:15px;color:#34d399;margin-top:8px}.hero-industry-tags{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;margin-bottom:36px}.industry-tag{background:#ffffff26;border-radius:12px;padding:14px 24px;font-size:15px;color:#fff;font-weight:600}.industry-tag-dim{color:#ffffff80}.carousel-slide.active{opacity:1;z-index:2}.carousel-slide .container{position:relative;z-index:3}.carousel-indicators{position:absolute;bottom:40px;left:50%;transform:translate(-50%);display:flex;gap:12px;z-index:10}.carousel-dot{width:12px;height:12px;border-radius:50%;background:#fff6;cursor:pointer;transition:all .3s;border:none}.carousel-dot.active{background:#fff;width:32px;border-radius:6px}.solutions-section{padding:100px 0;background:var(--bg-light)}.solutions-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.solution-card{background:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);border:1px solid var(--border-color);transition:all .35s ease;position:relative;overflow:hidden;padding:32px 28px 28px}.solution-card:before{content:"";position:absolute;top:0;left:0;width:4px;bottom:0;background:var(--gradient-brand);opacity:0;transition:opacity .3s}.solution-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg);border-color:#4f46e51f}.solution-card:hover:before{opacity:1}.solution-number{font-size:56px;font-weight:800;line-height:1;background:var(--gradient-brand);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:18px;opacity:.9}.solution-card h3{font-size:17px;font-weight:700;color:var(--text-primary);margin-bottom:16px;line-height:1.5}.solution-role{background:var(--gradient-brand);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:800}.solution-problems{list-style:none;margin-bottom:22px}.solution-problems li{position:relative;padding-left:14px;font-size:14px;color:var(--text-secondary);line-height:1.7;margin-bottom:8px}.solution-problems li:before{content:"·";position:absolute;left:0;top:-1px;color:var(--brand-primary);font-size:20px;font-weight:700}.solution-answer{padding-top:20px;border-top:1px dashed var(--border-color)}.solution-label{font-size:13px;color:var(--text-muted)}.solution-answer strong{display:block;font-size:16px;color:var(--brand-primary);margin:4px 0 10px;font-weight:700}.solution-answer p{font-size:14px;color:var(--text-secondary);line-height:1.7}.solutions-more{text-align:center;margin-top:48px}.industry-overview-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:20px}.industry-grid-4{grid-template-columns:repeat(4,1fr)}.industry-overview-card{background:#fff;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md);transition:all .3s ease;border:1px solid transparent;cursor:pointer}.industry-overview-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg);border-color:#4f46e51a}.industry-card-header{padding:36px 28px;color:#fff}.industry-card-header h3{font-size:18px;font-weight:700;margin-bottom:8px}.industry-card-header p{font-size:13px;opacity:.85}.industry-card-body{padding:28px}.industry-card-body .pain-point{font-size:14px;color:var(--text-secondary);margin-bottom:18px}.industry-card-body .link-arrow{font-size:14px;color:var(--brand-primary);font-weight:600;display:inline-flex;align-items:center;gap:6px}.product-section{padding:100px 0;background:#fff}.product-system{display:flex;gap:32px;align-items:stretch}.product-main{flex:1;background:var(--brand-navy);border-radius:var(--radius-lg);padding:48px;color:#fff;position:relative;overflow:hidden}.product-main h3{font-size:28px;margin-bottom:8px}.product-main .product-tagline{font-size:16px;color:#ffffffb3;margin-bottom:28px}.product-items{display:flex;flex-direction:column;gap:16px}.product-item{background:#ffffff1a;border-radius:var(--radius);padding:24px;border:1px solid rgba(255,255,255,.15)}.product-item h4{font-size:18px;margin-bottom:6px}.product-item p{font-size:14px;color:#fffc}.product-item .item-tag{display:inline-block;padding:3px 10px;border-radius:12px;font-size:12px;font-weight:600;margin-top:8px}.product-sidebar{width:360px;display:flex;flex-direction:column;gap:24px}.sidebar-card{background:var(--bg-light);border-radius:var(--radius-lg);padding:32px;border:1px solid var(--border-color);transition:all .3s}.sidebar-card:hover{box-shadow:var(--shadow-md);border-color:#4f46e526}.sidebar-card h4{font-size:18px;margin-bottom:10px}.sidebar-card p{font-size:14px;color:var(--text-secondary);line-height:1.7}.products-section{padding:100px 0;background:var(--bg-light)}.product-group{margin-bottom:56px}.product-group-header{display:flex;align-items:center;gap:16px;margin-bottom:32px;padding-bottom:20px;border-bottom:2px solid var(--border-color)}.product-group-badge{display:inline-flex;align-items:center;justify-content:center;padding:6px 18px;border-radius:8px;font-size:14px;font-weight:700;letter-spacing:.5px}.product-group-badge.system{background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff}.product-group-badge.agent{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.product-group-header h3{font-size:24px;font-weight:700;color:var(--text-primary);margin:0}.product-group-header p{font-size:15px;color:var(--text-secondary);margin:0}.products-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:36px}a.product-app-card,.product-app-card{background:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border:1px solid var(--border-color);transition:all .3s ease;overflow:hidden;cursor:pointer;display:flex;flex-direction:column;color:inherit}.product-app-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg);border-color:#4f46e51f}.product-app-card.product-extra{display:none}.products-grid.is-expanded .product-extra{display:flex;flex-direction:column;animation:fadeInUp .4s ease both}a.product-app-card{text-decoration:none}.product-app-media{width:100%;height:240px;position:relative;overflow:hidden;background:linear-gradient(135deg,#4f46e5,#7c3aed);display:flex;align-items:center;justify-content:center}.product-app-media:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.16) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.16) 1px,transparent 1px);background-size:22px 22px}.product-app-media .placeholder-text{font-size:22px;font-weight:700;color:#fff;text-align:center;z-index:2;padding:0 20px;line-height:1.3;opacity:.9}.product-app-media.theme-1{background:linear-gradient(135deg,#4f46e5,#7c3aed)}.product-app-media.theme-2{background:linear-gradient(135deg,#0ea5e9,#2563eb)}.product-app-media.theme-3{background:linear-gradient(135deg,#f59e0b,#ea580c)}.product-app-media.theme-4{background:linear-gradient(135deg,#10b981,#059669)}.product-app-media.theme-5{background:linear-gradient(135deg,#8b5cf6,#ec4899)}.product-app-media.theme-6{background:linear-gradient(135deg,#ef4444,#b91c1c)}.product-app-media.theme-7{background:linear-gradient(135deg,#06b6d4,#3b82f6)}.product-app-media.theme-8{background:linear-gradient(135deg,#6366f1,#8b5cf6)}.product-app-media.theme-9{background:linear-gradient(135deg,#14b8a6,#0ea5e9)}.product-app-media.theme-10{background:linear-gradient(135deg,#f97316,#db2777)}.product-app-media.has-image{background:#f5f7fa}.product-app-media.has-image:before{display:none}.product-app-media img{width:100%;height:100%;object-fit:cover;object-position:top center;display:block;transition:transform .4s ease}.product-app-card:hover .product-app-media img{transform:scale(1.18)}.product-app-card:hover .sim-card-shell,.product-app-card:hover .qms-card-shell,.product-app-card:hover .srm-card-shell,.product-app-card:hover .aps-card-shell,.product-app-card:hover .prophet-card-shell,.product-app-card:hover .mind-card-shell{transform:scale(1.06);transition:transform .4s ease}.sim-card-shell,.qms-card-shell,.srm-card-shell,.aps-card-shell,.prophet-card-shell,.mind-card-shell{transition:transform .4s ease;transform-origin:center center}.agent-card-media img{object-fit:cover;object-position:center}.aps-card-media{background:#f4f7fb;padding:0;overflow:hidden;align-items:stretch;justify-content:stretch}.aps-card-shell{width:100%;height:100%;background:#f4f7fb;color:#334155;font-family:Inter,Microsoft YaHei,sans-serif;font-size:8px}.aps-card-topbar{height:27px;display:flex;align-items:center;justify-content:space-between;padding:0 12px;background:#172554;color:#bfdbfe}.aps-card-topbar strong{color:#e0f2fe;font-size:9px}.aps-card-topbar>span{font-size:7px;color:#a7f3d0}.aps-card-mark{display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;border-radius:4px;background:#38bdf8;color:#082f49;margin-right:4px;font-size:8px}.aps-card-toolbar{height:38px;display:flex;align-items:center;gap:7px;padding:0 12px;background:#fff;border-bottom:1px solid #e5e7eb}.aps-card-toolbar b{color:#172554;font-size:11px}.aps-card-toolbar span{color:#94a3b8;font-size:7px}.aps-card-toolbar button{margin-left:auto;border:0;background:#2563eb;color:#fff;border-radius:3px;padding:4px 7px;font-size:7px}.aps-card-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:5px;padding:7px 12px}.aps-card-kpis span{display:block;padding:6px 7px;background:#fff;border:1px solid #e5eaf1;border-radius:4px;color:#64748b;font-size:7px}.aps-card-kpis b{display:block;color:#172554;font-size:13px;line-height:1;margin-bottom:3px}.aps-card-kpis .is-alert b{color:#dc2626}.aps-card-:scope{display:grid;grid-template-columns:minmax(0,1fr) 126px;gap:7px;padding:0 12px 8px}.aps-card-gantt,.aps-card-side{background:#fff;border:1px solid #e5eaf1;border-radius:4px}.aps-card-title{color:#172554;padding:7px 8px 5px;font-weight:700;font-size:8px;border-bottom:1px solid #edf1f6}.aps-card-title small{color:#94a3b8;font-weight:400;margin-left:4px}.aps-card-row{display:grid;grid-template-columns:70px 1fr;align-items:center;min-height:31px;padding:0 7px;border-bottom:1px solid #edf1f6}.aps-card-row label{color:#475569;font-size:7px;white-space:nowrap}.aps-card-row>div{position:relative;height:16px;background:repeating-linear-gradient(90deg,transparent 0,transparent calc(25% - 1px),#eef2f7 calc(25% - 1px),#eef2f7 25%)}.aps-card-bar{position:absolute;top:4px;display:block;height:9px;border-radius:2px}.aps-card-bar.blue{background:#60a5fa}.aps-card-bar.purple{background:#8b5cf6}.aps-card-bar.amber{background:#fbbf24}.aps-card-side{padding:8px}.aps-card-side>b{display:block;color:#172554;font-size:8px;margin-bottom:7px}.aps-card-side>span{display:flex;justify-content:space-between;color:#64748b;font-size:7px;margin-top:5px}.aps-card-side em{color:#2563eb;font-style:normal}.aps-card-side em.high{color:#dc2626}.aps-card-side>i{display:block;height:4px;margin-top:3px;background:#e8eef7;border-radius:4px;overflow:hidden}.aps-card-side>i u{display:block;height:100%;background:#60a5fa;border-radius:inherit;text-decoration:none}.aps-card-side>i u.high{background:#f87171}.aps-card-side>strong{display:block;margin-top:10px;padding-top:7px;border-top:1px solid #fde7b2;color:#b45309;font-size:7px}.aps-card-side>strong small{display:block;color:#a16207;font-weight:400;margin-top:3px}.product-app-title{padding:28px 28px 8px}.product-app-title h4{font-size:16px;font-weight:700;color:var(--text-primary);line-height:1.4}.product-app-body{padding:0 28px 28px;flex:1}.product-app-body p{font-size:13px;color:var(--text-secondary);line-height:1.7;margin-bottom:14px}.product-tag{display:inline-block;padding:4px 10px;border-radius:6px;font-size:12px;font-weight:600;background:#4f46e514;color:#4f46e5;margin-right:6px}.product-industry-tag{display:inline-block;padding:4px 10px;border-radius:6px;font-size:12px;font-weight:600;background:#10b98114;color:#10b981;margin-right:4px}.products-expand-bar{text-align:center;margin-top:40px}.products-expand-btn{display:inline-flex;align-items:center;gap:8px;padding:14px 36px;background:#fff;border:2px solid rgba(79,70,229,.25);border-radius:12px;cursor:pointer;font-size:15px;font-weight:600;color:#4f46e5;transition:all .3s ease;box-shadow:0 2px 8px #4f46e514}.products-expand-btn:hover{background:#4f46e5;color:#fff;border-color:#4f46e5;box-shadow:0 4px 16px #4f46e540}.products-expand-btn .expand-arrow{transition:transform .3s ease;font-size:18px}.products-expand-btn.is-expanded .expand-arrow{transform:rotate(180deg)}.products-expand-btn.is-expanded{background:#4f46e5;color:#fff;border-color:#4f46e5}.news-section{padding:80px 0;background:#fff}.news-filter-bar{display:flex;gap:16px;justify-content:flex-end;margin-bottom:32px}.news-filter-select{padding:10px 36px 10px 16px;border-radius:8px;border:1px solid var(--border-color);background:#fff;color:var(--text-primary);font-size:14px;font-weight:600;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%236B7280' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;transition:border-color .2s}.news-filter-select:hover{border-color:var(--primary)}.news-filter-select:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #4f46e51a}.news-scroll-wrapper{position:relative;display:flex;align-items:center;gap:0}.news-track{display:flex;gap:28px;overflow-x:hidden;scroll-behavior:smooth;flex:1;padding:4px 0}.news-scroll-btn{width:44px;height:44px;border-radius:50%;border:1px solid var(--border-color);background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--text-secondary);transition:all .2s;z-index:10;box-shadow:var(--shadow-sm);flex-shrink:0}.news-scroll-btn:hover{background:var(--primary);color:#fff;border-color:var(--primary);box-shadow:var(--shadow-md)}.news-scroll-btn:disabled{opacity:.35;cursor:default;background:#fff;color:var(--text-muted);border-color:var(--border-color);box-shadow:none}.news-scroll-left{margin-right:16px}.news-scroll-right{margin-left:16px}.news-card{min-width:320px;max-width:340px;flex-shrink:0;background:#fff;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md);transition:all .3s;border:1px solid transparent;cursor:pointer}.news-card.hidden{display:none}.news-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:#4f46e514}.news-card-img{height:180px;background:var(--bg-light);display:flex;align-items:center;justify-content:center;color:var(--text-muted);font-size:14px}.news-card-body{padding:28px}.news-date{font-size:13px;color:var(--text-muted);margin-bottom:12px}.news-card-body h4{font-size:16px;margin-bottom:14px;line-height:1.4}.news-card-body p{font-size:13.5px;color:var(--text-secondary);line-height:1.6}.news-grid-about{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.news-grid-about .news-card{min-width:0;max-width:none}@media(max-width:1024px){.news-grid-about{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.news-grid-about{grid-template-columns:1fr}}.news-modal{position:fixed;inset:0;z-index:2000;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:all .25s ease}.news-modal.active{opacity:1;visibility:visible}.news-modal-overlay{position:absolute;inset:0;background:#0f172aa6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.news-modal-content{position:relative;z-index:1;background:#fff;border-radius:var(--radius-lg);width:90%;max-width:720px;max-height:85vh;overflow-y:auto;box-shadow:0 24px 60px #0003;transform:translateY(20px) scale(.98);transition:transform .25s ease}.news-modal.active .news-modal-content{transform:translateY(0) scale(1)}.news-modal-close{position:absolute;top:16px;right:16px;z-index:2;width:36px;height:36px;border-radius:50%;border:none;background:#ffffffe6;color:var(--text-primary);font-size:24px;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;box-shadow:0 2px 8px #0000001a}.news-modal-close:hover{background:var(--brand-primary);color:#fff}.news-modal-img{height:240px;background:var(--bg-light);display:flex;align-items:center;justify-content:center;color:var(--text-muted);font-size:14px}.news-modal-:scope{padding:32px}.news-modal-date{font-size:14px;color:var(--text-muted);margin-bottom:8px}.news-modal-body h3{font-size:24px;margin-bottom:12px;line-height:1.4}.news-modal-summary{font-size:16px;color:var(--text-secondary);line-height:1.7;padding-bottom:20px;border-bottom:1px solid var(--border-color);margin-bottom:20px}.news-modal-detail{font-size:15px;color:var(--text-primary);line-height:1.9;white-space:pre-line}.news-modal-detail p{margin-bottom:16px}.clients-section{padding:80px 0;background:#fff}.clients-section .section-title p{font-size:13px;letter-spacing:3px;color:var(--text-tertiary);text-transform:uppercase;margin-top:8px}.clients-logo-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:0}.client-logo-item{display:flex;align-items:center;justify-content:center;padding:24px 16px;min-height:96px;background:#fff;transition:all .3s ease}.client-logo-item:hover{background:var(--bg-light)}.client-logo-item img{max-width:110px;max-height:52px;width:auto;height:auto;object-fit:contain;opacity:.9;transition:all .3s ease}.client-logo-item:hover img{opacity:1}.client-logo-item .logo-skyworth,.client-logo-item .logo-xinhui{max-width:150px;max-height:72px}.brand-placeholder{width:86px;height:40px}.client-logo-leadyn{background:#fafafa;flex-direction:column;gap:6px}.client-logo-leadyn:hover{background:#f5f5f5}.leadyn-gray-logo{width:140px;height:42px}.leadyn-waiting-text{font-size:12px;color:var(--text-tertiary);letter-spacing:2px}@media(max-width:1024px){.value-grid,.scene-grid,.capability-grid,.deployment-grid,.coverage-grid,.culture-grid,.solutions-grid,.pain-grid,.industry-overview-grid,.industry-grid-4,.clients-logo-grid,.products-grid{grid-template-columns:repeat(2,1fr)}.product-system{flex-direction:column}.product-sidebar{width:100%;flex-direction:row}.footer-content{grid-template-columns:1fr 1fr}.product-detail-features{grid-template-columns:1fr}}@media(max-width:768px){.nav-links{display:none}.carousel,.carousel-inner{min-height:100vh}.carousel-slide{padding-top:100px;padding-bottom:80px}.hero-title,.hero-title-center{font-size:32px;line-height:1.3;margin-bottom:16px}.hero-subtitle,.hero-subtitle-center{font-size:16px;margin-bottom:24px}.hero-subtitle-center{margin-bottom:32px}.hero-buttons{flex-direction:column;gap:12px}.hero-buttons .btn{width:100%}.hero-architecture-cards{flex-direction:column;gap:16px}.architecture-card{min-width:auto;padding:24px 20px}.architecture-label{font-size:14px}.architecture-title{font-size:20px}.architecture-desc{font-size:13px}.hero-industry-tags{gap:10px;margin-bottom:24px}.industry-tag{padding:10px 16px;font-size:13px}.carousel-slide>svg{display:none}.tech-overlay,.hero-glow{display:none}.carousel-indicators{bottom:20px}.section-title h2{font-size:28px}.value-grid,.scene-grid,.capability-grid,.deployment-grid,.coverage-grid,.about-intro,.contact-grid,.footer-content,.culture-grid,.solutions-grid,.pain-grid,.industry-overview-grid,.clients-logo-grid,.products-grid{grid-template-columns:1fr}.clients-logo-grid{grid-template-columns:repeat(4,1fr)}.form-row,.facts-grid{grid-template-columns:1fr}.news-filter-bar{justify-content:center}.news-card{min-width:280px;max-width:280px}.news-scroll-btn{width:36px;height:36px}.news-scroll-left{margin-right:8px}.news-scroll-right{margin-left:8px}.hero-decoration{display:none}.industry-track{justify-content:flex-start}.product-group-header{flex-direction:column;align-items:flex-start;gap:8px}.product-group-header h3{font-size:20px}.product-group-header p{font-size:13px}.product-group{margin-bottom:40px}.product-sidebar{flex-direction:column}.product-detail-features{grid-template-columns:1fr}.product-tabs{gap:8px;max-width:100%;grid-template-columns:repeat(2,1fr)}.product-tab-btn{padding:8px 12px;font-size:13px}.product-detail-info h3{font-size:22px}.product-detail-img img{max-height:300px}}.aps-dashboard{background:#f4f7fb;padding:0;overflow:hidden}.aps-shell{min-width:760px;background:#f4f7fb;color:#1f2a44;font-family:Inter,Microsoft YaHei,sans-serif;font-size:10px}.aps-topbar{height:38px;display:flex;align-items:center;justify-content:space-between;padding:0 18px;background:#172554;color:#dbeafe}.aps-brand,.aps-top-actions,.aps-toolbar,.aps-toolbar-actions,.aps-kpi>div,.aps-panel-head,.aps-footer-status{display:flex;align-items:center}.aps-brand{gap:7px;font-weight:700;letter-spacing:.2px}.aps-brand-mark{width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;border-radius:6px;background:#38bdf8;color:#082f49;font-size:12px;font-weight:800}.aps-top-actions{gap:8px;color:#bfdbfe}.aps-top-actions button{border:1px solid rgba(255,255,255,.25);color:#e0f2fe;background:#ffffff14;border-radius:4px;padding:4px 8px;font-size:9px}.aps-sync-dot,.aps-status-green{width:6px;height:6px;border-radius:50%;display:inline-block;background:#34d399}.aps-toolbar{justify-content:space-between;padding:14px 18px 10px;background:#fff;border-bottom:1px solid #e5e7eb}.aps-toolbar strong{font-size:15px;color:#172554}.aps-date{margin-left:10px;color:#94a3b8;font-size:9px}.aps-toolbar-actions{gap:7px}.aps-filter{color:#64748b;border:1px solid #dbe3ee;background:#fff;border-radius:4px;padding:5px 8px}.aps-primary-btn{border:0;border-radius:4px;padding:6px 10px;background:#2563eb;color:#fff;font-size:9px}.aps-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;padding:10px 18px}.aps-kpi{background:#fff;border:1px solid #e5eaf1;border-radius:6px;padding:9px 11px;box-shadow:0 2px 6px #0f172a0a}.aps-kpi span{display:block;color:#64748b;font-size:9px;margin-bottom:4px}.aps-kpi strong{color:#172554;font-size:20px;line-height:1;margin-right:7px}.aps-kpi em{font-style:normal;font-size:8px}.aps-up{color:#059669}.aps-warn{color:#d97706}.aps-danger{color:#dc2626}.aps-main-grid{display:grid;grid-template-columns:minmax(0,1fr) 210px;gap:10px;padding:0 18px 10px}.aps-schedule-panel,.aps-side-section{background:#fff;border:1px solid #e5eaf1;border-radius:6px;box-shadow:0 2px 6px #0f172a0a}.aps-panel-head{justify-content:space-between;padding:10px 12px;border-bottom:1px solid #edf1f6}.aps-panel-head strong{color:#172554;font-size:10px}.aps-panel-head span{display:block;color:#94a3b8;font-size:8px;margin-top:3px}.aps-panel-head a{color:#2563eb;font-size:8px;text-decoration:none}.aps-legend{display:flex;align-items:center;gap:4px;color:#64748b;font-size:7px}.aps-legend-item{width:6px;height:6px;border-radius:2px;display:inline-block;margin-left:3px}.aps-legend-blue{background:#60a5fa}.aps-legend-purple{background:#8b5cf6}.aps-legend-amber{background:#fbbf24}.aps-gantt{padding:0 10px 8px}.aps-gantt-head,.aps-gantt-row{display:grid;grid-template-columns:112px 1fr}.aps-gantt-head{grid-template-columns:112px repeat(5,1fr);color:#94a3b8;font-size:7px;padding:8px 4px 5px;text-align:center}.aps-gantt-head .aps-resource-label{text-align:left}.aps-resource-label{min-width:0;padding-right:6px;color:#475569;text-align:left}.aps-resource-label b{display:block;font-size:8px;color:#334155;white-space:nowrap}.aps-resource-label small{display:block;font-size:7px;color:#94a3b8;margin-top:3px}.aps-track{position:relative;height:38px;border-top:1px solid #edf1f6;background:repeating-linear-gradient(90deg,transparent 0,transparent calc(20% - 1px),#eef2f7 calc(20% - 1px),#eef2f7 20%)}.aps-bar{position:absolute;top:9px;height:18px;display:flex;align-items:center;padding:0 5px;border-radius:3px;overflow:hidden;white-space:nowrap;color:#fff;font-size:7px;font-style:normal;box-shadow:0 1px 2px #0f172a21}.aps-bar-blue{background:#60a5fa}.aps-bar-purple{background:#8b5cf6}.aps-bar-amber{background:#fbbf24;color:#713f12}.aps-side-panel{display:flex;flex-direction:column;gap:10px}.aps-side-section{padding-bottom:8px}.aps-load-item{padding:7px 12px 0}.aps-load-item>div:first-child{display:flex;justify-content:space-between;color:#64748b;font-size:8px}.aps-load-item b{color:#2563eb;font-size:8px}.aps-load-item.is-high b{color:#dc2626}.aps-progress{height:5px;margin-top:5px;background:#e8eef7;border-radius:4px;overflow:hidden}.aps-progress i{display:block;height:100%;background:#60a5fa;border-radius:inherit}.aps-load-item.is-high .aps-progress i{background:#f87171}.aps-alert-section{background:#fffaf0;border-color:#fde7b2}.aps-alert-count{display:inline-flex!important;align-items:center;justify-content:center;width:15px;height:15px;border-radius:50%;background:#f59e0b;color:#fff!important;margin:0!important}.aps-alert{display:flex;gap:7px;padding:8px 12px 0}.aps-alert-icon{flex:0 0 auto;width:14px;height:14px;display:flex!important;align-items:center;justify-content:center;border-radius:50%;background:#fef3c7;color:#d97706!important;font-weight:800;font-size:9px!important;margin:0!important}.aps-alert b{color:#92400e;font-size:8px}.aps-alert p{color:#a16207;font-size:7px;line-height:1.4;margin-top:3px}.aps-footer-status{justify-content:space-between;padding:8px 18px;background:#fff;border-top:1px solid #e5eaf1;color:#94a3b8;font-size:8px}.aps-footer-status .aps-status-green{margin-right:5px}.sim-dashboard{background:#f3f7f7;padding:0;overflow:hidden}.sim-shell{min-width:760px;background:#f3f7f7;color:#20333a;font-family:Inter,Microsoft YaHei,sans-serif;font-size:10px}.sim-topbar{height:38px;display:flex;align-items:center;justify-content:space-between;padding:0 18px;background:#123b3b;color:#d7f4eb}.sim-brand,.sim-top-actions,.sim-toolbar,.sim-toolbar-actions,.sim-panel-head,.sim-audit-row{display:flex;align-items:center}.sim-brand{gap:7px;font-weight:700;letter-spacing:.2px}.sim-brand-mark{width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;border-radius:6px;background:#34d399;color:#064e3b;font-size:12px;font-weight:800}.sim-top-actions{gap:8px;color:#a7f3d0}.sim-top-actions button{border:1px solid rgba(255,255,255,.24);color:#d1fae5;background:#ffffff14;border-radius:4px;padding:4px 8px;font-size:9px}.sim-sync-dot,.sim-status-green{width:6px;height:6px;border-radius:50%;display:inline-block;background:#34d399}.sim-toolbar{justify-content:space-between;padding:14px 18px 10px;background:#fff;border-bottom:1px solid #e5e7eb}.sim-toolbar strong{font-size:15px;color:#123b3b}.sim-date{margin-left:10px;color:#94a3b8;font-size:9px}.sim-toolbar-actions{gap:7px}.sim-filter{color:#64748b;border:1px solid #dbe3ee;background:#fff;border-radius:4px;padding:5px 8px}.sim-primary-btn{border:0;border-radius:4px;padding:6px 10px;background:#059669;color:#fff;font-size:9px}.sim-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;padding:10px 18px}.sim-kpi{background:#fff;border:1px solid #e2ece8;border-radius:6px;padding:9px 11px;box-shadow:0 2px 6px #0f172a0a}.sim-kpi span{display:block;color:#64748b;font-size:9px;margin-bottom:4px}.sim-kpi strong{color:#123b3b;font-size:20px;line-height:1;margin-right:7px}.sim-kpi strong span{display:inline;font-size:10px;margin:0}.sim-kpi em{font-style:normal;font-size:8px}.sim-up{color:#059669}.sim-warn{color:#d97706}.sim-danger{color:#dc2626}.sim-main-grid{display:grid;grid-template-columns:minmax(0,1fr) 250px;gap:10px;padding:0 18px 10px}.sim-issue-panel,.sim-side-section{background:#fff;border:1px solid #e2ece8;border-radius:6px;box-shadow:0 2px 6px #0f172a0a}.sim-panel-head{justify-content:space-between;padding:10px 12px;border-bottom:1px solid #edf3f0}.sim-panel-head strong{color:#123b3b;font-size:10px}.sim-panel-head span{display:block;color:#94a3b8;font-size:8px;margin-top:3px}.sim-issue-filters{display:flex;gap:8px;color:#94a3b8;font-size:8px}.sim-issue-filters b{color:#059669}.sim-table-head,.sim-issue-row{display:grid;grid-template-columns:minmax(170px,1fr) 54px 78px 58px;align-items:center;gap:8px}.sim-table-head{padding:8px 12px;background:#f8fbfa;color:#94a3b8;font-size:8px}.sim-issue-row{min-height:46px;padding:0 12px;border-top:1px solid #edf3f0;color:#64748b;font-size:8px}.sim-issue-row.is-urgent{background:snow;border-left:3px solid #ef4444;padding-left:9px}.sim-issue-row>div b{display:block;color:#334155;font-size:9px}.sim-issue-row>div small{display:block;color:#94a3b8;font-size:7px;margin-top:3px}.sim-time.overdue{color:#dc2626}.sim-status{justify-self:start;padding:3px 5px;border-radius:4px;font-style:normal;font-size:7px}.status-red{background:#fee2e2;color:#b91c1c}.status-amber{background:#fef3c7;color:#a16207}.status-blue{background:#dbeafe;color:#1d4ed8}.status-green{background:#d1fae5;color:#047857}.sim-list-footer{display:flex;justify-content:space-between;padding:9px 12px;color:#94a3b8;font-size:8px}.sim-list-footer a,.sim-audit-section a{color:#059669;text-decoration:none}.sim-side-panel{display:flex;flex-direction:column;gap:10px}.sim-side-section{padding-bottom:8px}.sim-progress-value{color:#059669!important;font-size:11px!important;font-weight:700}.sim-progress{height:6px;margin:10px 12px 6px;background:#e6f0ec;border-radius:5px;overflow:hidden}.sim-progress i{display:block;height:100%;background:#10b981;border-radius:inherit}.sim-progress-steps{display:flex;justify-content:space-between;padding:0 12px;color:#a0aaa8;font-size:7px}.sim-progress-steps .done,.sim-progress-steps .active{color:#059669;font-weight:700}.sim-progress-steps .active{color:#d97706}.sim-ai-badge{color:#7c3aed!important;background:#f3e8ff;padding:3px 5px;border-radius:4px}.sim-root-section .sim-panel-head{align-items:center}.sim-root-item{margin:10px 12px 0;padding:8px;background:#f8fafc;border-radius:5px}.sim-root-item b{color:#334155;font-size:8px}.sim-root-item p{color:#64748b;line-height:1.5;margin:4px 0;font-size:7px}.sim-root-item div{display:flex;justify-content:space-between;color:#8b5cf6;font-size:7px}.sim-root-item a{color:#059669;text-decoration:none}.sim-improve{margin:8px 12px 0;padding:8px;border-left:2px solid #10b981;background:#ecfdf5}.sim-improve span,.sim-improve small{display:block;color:#6b7280;font-size:7px}.sim-improve b{display:block;color:#065f46;font-size:8px;margin:4px 0}.sim-audit-section .sim-panel-head a{color:#059669;font-size:8px;text-decoration:none}.sim-audit-row{gap:7px;padding:7px 12px 0;color:#64748b;font-size:8px}.sim-audit-row i{width:15px;height:15px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;font-style:normal;font-weight:700}.audit-done{background:#d1fae5;color:#047857}.audit-pending{background:#fef3c7;color:#b45309}.audit-todo{background:#e2e8f0;color:#64748b}.sim-audit-row em{margin-left:auto;color:#059669;font-style:normal;font-size:7px}.sim-audit-row em.pending{color:#d97706}.sim-audit-row em.todo{color:#94a3b8}.sim-footer-status{display:flex;justify-content:space-between;padding:8px 18px;background:#fff;border-top:1px solid #e2ece8;color:#94a3b8;font-size:8px}.sim-footer-status .sim-status-green{margin-right:5px}.sim-card-media{background:#f3f7f7;padding:0;overflow:hidden;align-items:stretch;justify-content:stretch}.sim-card-shell{width:100%;height:100%;background:#f3f7f7;color:#334155;font-family:Inter,Microsoft YaHei,sans-serif;font-size:8px}.sim-card-topbar{height:27px;display:flex;align-items:center;justify-content:space-between;padding:0 12px;background:#123b3b;color:#a7f3d0}.sim-card-topbar strong{color:#d1fae5;font-size:9px}.sim-card-topbar>span{font-size:7px}.sim-card-mark{display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;border-radius:4px;background:#34d399;color:#064e3b;margin-right:4px;font-size:8px}.sim-card-toolbar{height:38px;display:flex;align-items:center;gap:7px;padding:0 12px;background:#fff;border-bottom:1px solid #e2ece8}.sim-card-toolbar b{color:#123b3b;font-size:11px}.sim-card-toolbar span{color:#94a3b8;font-size:7px}.sim-card-toolbar button{margin-left:auto;border:0;background:#059669;color:#fff;border-radius:3px;padding:4px 7px;font-size:7px}.sim-card-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:5px;padding:7px 12px}.sim-card-kpis span{display:block;padding:6px 7px;background:#fff;border:1px solid #e2ece8;border-radius:4px;color:#64748b;font-size:7px}.sim-card-kpis b{display:block;color:#123b3b;font-size:13px;line-height:1;margin-bottom:3px}.sim-card-kpis .is-alert b{color:#059669}.sim-card-:scope{display:grid;grid-template-columns:minmax(0,1fr) 126px;gap:7px;padding:0 12px 8px}.sim-card-list,.sim-card-side{background:#fff;border:1px solid #e2ece8;border-radius:4px}.sim-card-title{color:#123b3b;padding:7px 8px 5px;font-weight:700;font-size:8px;border-bottom:1px solid #edf3f0}.sim-card-title small{color:#94a3b8;font-weight:400;margin-left:4px}.sim-card-row{display:flex;justify-content:space-between;align-items:center;min-height:28px;padding:0 8px;border-bottom:1px solid #edf3f0;color:#64748b;font-size:7px}.sim-card-row b{color:#475569;font-size:7px}.sim-card-row em{color:#dc2626;font-style:normal}.sim-card-row.urgent{border-left:2px solid #ef4444;padding-left:6px;background:snow}.sim-card-side{padding:8px}.sim-card-side>b{display:block;color:#123b3b;font-size:8px;margin-bottom:7px}.sim-card-side>span{display:flex;justify-content:space-between;color:#64748b;font-size:7px;margin-top:6px}.sim-card-side em{color:#059669;font-style:normal;font-weight:700}.sim-card-side strong{color:#d97706;font-weight:700}.sim-card-progress{height:4px;margin-top:11px;background:#e6f0ec;border-radius:4px;overflow:hidden}.sim-card-progress i{display:block;height:100%;background:#10b981;border-radius:inherit}.sim-card-side small{display:block;color:#94a3b8;font-size:7px;margin-top:4px}.qms-dashboard{background:#f7f5fb;padding:0;overflow:hidden}.qms-shell{min-width:760px;background:#f7f5fb;color:#312e4d;font-family:Inter,Microsoft YaHei,sans-serif;font-size:10px}.qms-topbar{height:38px;display:flex;align-items:center;justify-content:space-between;padding:0 18px;background:#34235f;color:#eee9ff}.qms-brand,.qms-top-actions,.qms-toolbar,.qms-toolbar-actions,.qms-panel-head,.qms-task{display:flex;align-items:center}.qms-brand{gap:7px;font-weight:700;letter-spacing:.2px}.qms-brand-mark{width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;border-radius:6px;background:#c4b5fd;color:#3b256f;font-size:12px;font-weight:800}.qms-top-actions{gap:8px;color:#ddd6fe}.qms-top-actions button{border:1px solid rgba(255,255,255,.24);color:#f5f3ff;background:#ffffff14;border-radius:4px;padding:4px 8px;font-size:9px}.qms-sync-dot,.qms-status-green{width:6px;height:6px;border-radius:50%;display:inline-block;background:#34d399}.qms-toolbar{justify-content:space-between;padding:14px 18px 10px;background:#fff;border-bottom:1px solid #e9e5f2}.qms-toolbar strong{font-size:15px;color:#34235f}.qms-date{margin-left:10px;color:#94a3b8;font-size:9px}.qms-toolbar-actions{gap:7px}.qms-filter{color:#64748b;border:1px solid #dcd7e9;background:#fff;border-radius:4px;padding:5px 8px}.qms-primary-btn{border:0;border-radius:4px;padding:6px 10px;background:#7c3aed;color:#fff;font-size:9px}.qms-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;padding:10px 18px}.qms-kpi{background:#fff;border:1px solid #e9e5f2;border-radius:6px;padding:9px 11px;box-shadow:0 2px 6px #312e4d0a}.qms-kpi span{display:block;color:#64748b;font-size:9px;margin-bottom:4px}.qms-kpi strong{color:#34235f;font-size:20px;line-height:1;margin-right:7px}.qms-kpi em{font-style:normal;font-size:8px}.qms-up{color:#059669}.qms-warn{color:#d97706}.qms-danger{color:#dc2626}.qms-main-grid{display:grid;grid-template-columns:minmax(0,1fr) 250px;gap:10px;padding:0 18px 10px}.qms-spc-panel,.qms-side-section{background:#fff;border:1px solid #e9e5f2;border-radius:6px;box-shadow:0 2px 6px #312e4d0a}.qms-panel-head{justify-content:space-between;padding:10px 12px;border-bottom:1px solid #f0eef5}.qms-panel-head strong{color:#34235f;font-size:10px}.qms-panel-head span{display:block;color:#94a3b8;font-size:8px;margin-top:3px}.qms-panel-head a{color:#7c3aed;font-size:8px;text-decoration:none}.qms-legend{display:flex;align-items:center;gap:4px;color:#64748b;font-size:7px}.qms-legend-item{width:6px;height:6px;border-radius:50%;display:inline-block;margin-left:3px}.qms-legend-green{background:#34d399}.qms-legend-amber{background:#f59e0b}.qms-legend-red{background:#ef4444}.qms-chart-wrap{padding:10px 12px 6px}.qms-chart-meta{display:flex;align-items:center;justify-content:space-between}.qms-chart-meta b{display:block;color:#475569;font-size:9px}.qms-chart-meta span{display:block;color:#94a3b8;font-size:7px;margin-top:3px}.qms-chart-meta em{color:#7c3aed;font-size:9px;font-style:normal;font-weight:700}.qms-spc-chart{position:relative;height:112px;margin-top:8px;border-left:1px solid #e7e5ec;border-bottom:1px solid #e7e5ec;background:repeating-linear-gradient(0deg,transparent 0,transparent 27px,#f0eef5 28px),repeating-linear-gradient(90deg,transparent 0,transparent calc(20% - 1px),#f0eef5 calc(20% - 1px),#f0eef5 20%)}.qms-spc-chart svg{position:absolute;inset:0;width:100%;height:100%;overflow:visible}.qms-spc-chart>i{position:absolute;left:3px;z-index:1;font-size:7px;font-style:normal;color:#94a3b8}.qms-ucl{top:3px;color:#ef4444!important}.qms-cl{top:50%;transform:translateY(-50%)}.qms-lcl{bottom:3px;color:#059669!important}.qms-chart-axis{display:flex;justify-content:space-between;padding:4px 0 0 28px;color:#94a3b8;font-size:7px}.qms-abnormal-head{display:flex;justify-content:space-between;padding:8px 12px;border-top:1px solid #f0eef5;border-bottom:1px solid #f0eef5}.qms-abnormal-head strong{color:#34235f;font-size:9px}.qms-abnormal-head a{color:#7c3aed;font-size:8px;text-decoration:none}.qms-abnormal-row{display:grid;grid-template-columns:8px minmax(0,1fr) 42px 36px;align-items:center;gap:7px;min-height:40px;padding:0 12px;border-bottom:1px solid #f0eef5}.qms-dot{width:6px;height:6px;border-radius:50%;background:#f59e0b}.qms-abnormal-row.high .qms-dot{background:#ef4444}.qms-abnormal-row b{display:block;color:#475569;font-size:8px}.qms-abnormal-row small{display:block;color:#94a3b8;font-size:7px;margin-top:3px}.qms-abnormal-row em{color:#b45309;font-size:7px;font-style:normal}.qms-abnormal-row.high em{color:#dc2626}.qms-abnormal-row button{padding:3px 4px;border:1px solid #dcd7e9;background:#fff;color:#7c3aed;border-radius:3px;font-size:7px}.qms-side-panel{display:flex;flex-direction:column;gap:10px}.qms-side-section{padding-bottom:8px}.qms-trace-input{display:flex;align-items:center;gap:5px;margin:9px 12px;padding:5px 6px;border:1px solid #ded8eb;border-radius:4px;color:#7c3aed}.qms-trace-input b{color:#475569;font-size:8px}.qms-trace-input button{margin-left:auto;border:0;background:#7c3aed;color:#fff;border-radius:3px;padding:4px 6px;font-size:7px}.qms-trace-flow{display:flex;align-items:center;justify-content:center;gap:4px;padding:0 8px;text-align:center;color:#64748b;font-size:7px}.qms-trace-flow span{flex:1;padding:5px 2px;background:#faf9fd;border-radius:4px}.qms-trace-flow b{display:block;margin-top:3px;color:#059669;font-size:7px}.qms-trace-flow span:nth-of-type(2) b{color:#dc2626}.qms-trace-flow span:nth-of-type(3) b{color:#d97706}.qms-trace-flow i{color:#a78bfa;font-style:normal}.qms-trace-alert{display:flex;gap:6px;padding:8px 12px 0}.qms-trace-alert>i{flex:0 0 auto;width:14px;height:14px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:#fee2e2;color:#dc2626;font-style:normal;font-weight:700;font-size:8px}.qms-trace-alert b{color:#991b1b;font-size:8px}.qms-trace-alert p{color:#b91c1c;font-size:7px;line-height:1.4;margin-top:3px}.qms-task{gap:7px;padding:8px 12px 0}.qms-task i{width:15px;height:15px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;font-style:normal;font-weight:700;font-size:8px}.qms-task-done{background:#d1fae5;color:#047857}.qms-task-progress{background:#ede9fe;color:#6d28d9}.qms-task-pending{background:#fef3c7;color:#b45309}.qms-task b,.qms-task span{display:block}.qms-task b{color:#475569;font-size:8px}.qms-task span{color:#94a3b8;font-size:7px;margin-top:2px}.qms-task em{margin-left:auto;color:#059669;font-style:normal;font-size:7px}.qms-task em.is-risk{color:#d97706}.qms-task-count{width:15px;height:15px;display:inline-flex!important;align-items:center;justify-content:center;border-radius:50%;background:#ede9fe;color:#6d28d9!important;margin:0!important}.qms-ai-section{background:#faf5ff;border-color:#e9d5ff}.qms-ai-badge{color:#7c3aed!important;background:#ede9fe;padding:3px 5px;border-radius:4px}.qms-ai-section p{padding:8px 12px 0;color:#6b5b85;font-size:7px;line-height:1.5}.qms-ai-section>a{display:block;padding:6px 12px 0;color:#7c3aed;font-size:7px;text-decoration:none}.qms-footer-status{display:flex;justify-content:space-between;padding:8px 18px;background:#fff;border-top:1px solid #e9e5f2;color:#94a3b8;font-size:8px}.qms-footer-status .qms-status-green{margin-right:5px}.qms-card-media{background:#f7f5fb;padding:0;overflow:hidden;align-items:stretch;justify-content:stretch}.qms-card-shell{width:100%;height:100%;background:#f7f5fb;color:#475569;font-family:Inter,Microsoft YaHei,sans-serif;font-size:8px}.qms-card-topbar{height:27px;display:flex;align-items:center;justify-content:space-between;padding:0 12px;background:#34235f;color:#ddd6fe}.qms-card-topbar strong{color:#f5f3ff;font-size:9px}.qms-card-topbar>span{font-size:7px}.qms-card-mark{display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;border-radius:4px;background:#c4b5fd;color:#3b256f;margin-right:4px;font-size:8px}.qms-card-toolbar{height:38px;display:flex;align-items:center;gap:7px;padding:0 12px;background:#fff;border-bottom:1px solid #e9e5f2}.qms-card-toolbar b{color:#34235f;font-size:11px}.qms-card-toolbar span{color:#94a3b8;font-size:7px}.qms-card-toolbar button{margin-left:auto;border:0;background:#7c3aed;color:#fff;border-radius:3px;padding:4px 7px;font-size:7px}.qms-card-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:5px;padding:7px 12px}.qms-card-kpis span{display:block;padding:6px 7px;background:#fff;border:1px solid #e9e5f2;border-radius:4px;color:#64748b;font-size:7px}.qms-card-kpis b{display:block;color:#34235f;font-size:12px;line-height:1;margin-bottom:3px}.qms-card-kpis .is-alert b{color:#dc2626}.qms-card-:scope{display:grid;grid-template-columns:minmax(0,1fr) 126px;gap:7px;padding:0 12px 8px}.qms-card-spc,.qms-card-side{background:#fff;border:1px solid #e9e5f2;border-radius:4px}.qms-card-title{color:#34235f;padding:7px 8px 5px;font-weight:700;font-size:8px;border-bottom:1px solid #f0eef5}.qms-card-title small{color:#94a3b8;font-weight:400;margin-left:4px}.qms-card-chart{position:relative;height:72px;margin:6px 8px;border-left:1px solid #e7e5ec;border-bottom:1px solid #e7e5ec;background:repeating-linear-gradient(0deg,transparent 0,transparent 17px,#f0eef5 18px),repeating-linear-gradient(90deg,transparent 0,transparent calc(25% - 1px),#f0eef5 calc(25% - 1px),#f0eef5 25%)}.qms-card-chart svg{position:absolute;inset:0;width:100%;height:100%;overflow:visible}.qms-card-chart i{position:absolute;left:2px;z-index:1;color:#94a3b8;font-style:normal;font-size:6px}.qms-card-ucl{top:2px;color:#ef4444!important}.qms-card-cl{top:47%}.qms-card-lcl{bottom:2px;color:#059669!important}.qms-card-alert{display:flex;justify-content:space-between;padding:0 8px 7px;color:#64748b;font-size:7px}.qms-card-alert b{color:#475569}.qms-card-alert span{color:#dc2626}.qms-card-side{padding:8px}.qms-card-side>b{display:block;color:#34235f;font-size:8px;margin-bottom:4px}.qms-card-side>strong{display:block;color:#7c3aed;font-size:7px;margin-bottom:6px}.qms-card-side>span{display:flex;justify-content:space-between;color:#64748b;font-size:7px;margin-top:5px}.qms-card-side em{color:#059669;font-style:normal;font-weight:700}.qms-card-side span strong{color:#dc2626;font-size:7px}.qms-card-side i{color:#d97706;font-style:normal}.qms-card-lock{margin-top:9px;padding-top:6px;border-top:1px solid #fee2e2;color:#dc2626;font-size:7px;font-weight:700}.qms-card-side small{display:block;margin-top:7px;color:#94a3b8;font-size:7px}.qms-card-side small em{float:right;color:#7c3aed}.srm-dashboard{background:#f5f8fc;padding:0;overflow:hidden}.srm-shell{min-width:760px;background:#f5f8fc;color:#24384b;font-family:Inter,Microsoft YaHei,sans-serif;font-size:10px}.srm-topbar{height:38px;display:flex;align-items:center;justify-content:space-between;padding:0 18px;background:#0f3d5e;color:#dbeafe}.srm-brand,.srm-top-actions,.srm-toolbar,.srm-toolbar-actions,.srm-panel-head,.srm-check-row{display:flex;align-items:center}.srm-brand{gap:7px;font-weight:700;letter-spacing:.2px}.srm-brand-mark{width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;border-radius:6px;background:#7dd3fc;color:#0c4a6e;font-size:12px;font-weight:800}.srm-top-actions{gap:8px;color:#bae6fd}.srm-top-actions button{border:1px solid rgba(255,255,255,.24);color:#e0f2fe;background:#ffffff14;border-radius:4px;padding:4px 8px;font-size:9px}.srm-sync-dot,.srm-status-green{width:6px;height:6px;border-radius:50%;display:inline-block;background:#34d399}.srm-toolbar{justify-content:space-between;padding:14px 18px 10px;background:#fff;border-bottom:1px solid #e1eaf3}.srm-toolbar strong{font-size:15px;color:#0f3d5e}.srm-date{margin-left:10px;color:#94a3b8;font-size:9px}.srm-toolbar-actions{gap:7px}.srm-filter{color:#64748b;border:1px solid #d8e3ed;background:#fff;border-radius:4px;padding:5px 8px}.srm-primary-btn{border:0;border-radius:4px;padding:6px 10px;background:#0284c7;color:#fff;font-size:9px}.srm-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;padding:10px 18px}.srm-kpi{background:#fff;border:1px solid #e1eaf3;border-radius:6px;padding:9px 11px;box-shadow:0 2px 6px #0f3d5e0a}.srm-kpi span{display:block;color:#64748b;font-size:9px;margin-bottom:4px}.srm-kpi strong{color:#0f3d5e;font-size:20px;line-height:1;margin-right:7px}.srm-kpi strong span{display:inline;font-size:10px;margin:0}.srm-kpi em{font-style:normal;font-size:8px}.srm-up{color:#059669}.srm-warn{color:#d97706}.srm-danger{color:#dc2626}.srm-main-grid{display:grid;grid-template-columns:minmax(0,1fr) 250px;gap:10px;padding:0 18px 10px}.srm-project-panel,.srm-side-section{background:#fff;border:1px solid #e1eaf3;border-radius:6px;box-shadow:0 2px 6px #0f3d5e0a}.srm-panel-head{justify-content:space-between;padding:10px 12px;border-bottom:1px solid #edf2f7}.srm-panel-head strong{color:#0f3d5e;font-size:10px}.srm-panel-head span{display:block;color:#94a3b8;font-size:8px;margin-top:3px}.srm-panel-head a{color:#0284c7;font-size:8px;text-decoration:none}.srm-project-filters{display:flex;gap:8px;color:#94a3b8;font-size:8px}.srm-project-filters b{color:#0284c7}.srm-table-head,.srm-project-row{display:grid;grid-template-columns:minmax(190px,1fr) 100px 54px 52px;align-items:center;gap:7px}.srm-table-head{padding:8px 12px;background:#f8fbfe;color:#94a3b8;font-size:8px}.srm-project-row{min-height:47px;padding:0 12px;border-top:1px solid #edf2f7;color:#64748b;font-size:8px}.srm-project-row.is-risk{background:snow;border-left:3px solid #ef4444;padding-left:9px}.srm-project-row>div b{display:block;color:#334155;font-size:9px}.srm-project-row>div small{display:block;color:#94a3b8;font-size:7px;margin-top:3px}.srm-score{color:#0284c7;font-size:10px}.srm-score.score-high{color:#059669}.srm-status{justify-self:start;padding:3px 5px;border-radius:4px;font-style:normal;font-size:7px}.status-risk{background:#fee2e2;color:#b91c1c}.status-review{background:#fef3c7;color:#a16207}.status-progress{background:#dbeafe;color:#1d4ed8}.status-done{background:#d1fae5;color:#047857}.srm-list-footer{display:flex;justify-content:space-between;padding:9px 12px;color:#94a3b8;font-size:8px}.srm-list-footer a{color:#0284c7;text-decoration:none}.srm-side-panel{display:flex;flex-direction:column;gap:10px}.srm-side-section{padding-bottom:8px}.srm-ai-badge{color:#0284c7!important;background:#e0f2fe;padding:3px 5px;border-radius:4px}.srm-vendor-focus{margin:8px 12px 4px;padding:7px 8px;background:#f0f9ff;border-left:2px solid #0ea5e9}.srm-vendor-focus b,.srm-vendor-focus strong,.srm-vendor-focus span{display:block}.srm-vendor-focus b{color:#475569;font-size:7px}.srm-vendor-focus strong{color:#0f3d5e;font-size:10px;margin:3px 0}.srm-vendor-focus span{color:#64748b;font-size:7px}.srm-vendor-focus em{color:#059669;font-style:normal;margin-left:4px}.srm-vendor-row{display:grid;grid-template-columns:1fr 52px 50px;gap:4px;padding:6px 12px 0;color:#64748b;font-size:7px}.srm-vendor-row b{color:#334155}.srm-vendor-row em{color:#94a3b8;font-style:normal}.srm-vendor-row em.vendor-best{color:#059669}.srm-compliance-section{background:#fffcf5;border-color:#f5e5ba}.srm-risk-count{width:15px;height:15px;display:inline-flex!important;align-items:center;justify-content:center;border-radius:50%;background:#f59e0b;color:#fff!important;margin:0!important}.srm-check-row{gap:7px;padding:7px 12px 0;color:#64748b;font-size:8px}.srm-check-row i{width:15px;height:15px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;font-style:normal;font-weight:700}.check-done{background:#d1fae5;color:#047857}.check-risk{background:#fee2e2;color:#dc2626}.srm-check-row em{margin-left:auto;color:#059669;font-style:normal;font-size:7px}.srm-check-row em.risk{color:#dc2626}.srm-contract-row{display:grid;grid-template-columns:1fr 30px 46px;align-items:center;padding:7px 12px 0;color:#64748b;font-size:8px}.srm-contract-row b{color:#0f3d5e;font-size:10px}.srm-contract-row em{color:#d97706;font-size:7px;font-style:normal}.srm-contract-row em.good{color:#059669}.srm-contract-row em.risk{color:#dc2626}.srm-footer-status{display:flex;justify-content:space-between;padding:8px 18px;background:#fff;border-top:1px solid #e1eaf3;color:#94a3b8;font-size:8px}.srm-footer-status .srm-status-green{margin-right:5px}.srm-card-media{background:#f5f8fc;padding:0;overflow:hidden;align-items:stretch;justify-content:stretch}.srm-card-shell{width:100%;height:100%;background:#f5f8fc;color:#475569;font-family:Inter,Microsoft YaHei,sans-serif;font-size:8px}.srm-card-topbar{height:27px;display:flex;align-items:center;justify-content:space-between;padding:0 12px;background:#0f3d5e;color:#bae6fd}.srm-card-topbar strong{color:#e0f2fe;font-size:9px}.srm-card-topbar>span{font-size:7px}.srm-card-mark{display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;border-radius:4px;background:#7dd3fc;color:#0c4a6e;margin-right:4px;font-size:8px}.srm-card-toolbar{height:38px;display:flex;align-items:center;gap:7px;padding:0 12px;background:#fff;border-bottom:1px solid #e1eaf3}.srm-card-toolbar b{color:#0f3d5e;font-size:11px}.srm-card-toolbar span{color:#94a3b8;font-size:7px}.srm-card-toolbar button{margin-left:auto;border:0;background:#0284c7;color:#fff;border-radius:3px;padding:4px 7px;font-size:7px}.srm-card-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:5px;padding:7px 12px}.srm-card-kpis span{display:block;padding:6px 7px;background:#fff;border:1px solid #e1eaf3;border-radius:4px;color:#64748b;font-size:7px}.srm-card-kpis b{display:block;color:#0f3d5e;font-size:12px;line-height:1;margin-bottom:3px}.srm-card-kpis .is-alert b{color:#dc2626}.srm-card-:scope{display:grid;grid-template-columns:minmax(0,1fr) 126px;gap:7px;padding:0 12px 8px}.srm-card-list,.srm-card-side{background:#fff;border:1px solid #e1eaf3;border-radius:4px}.srm-card-title{color:#0f3d5e;padding:7px 8px 5px;font-weight:700;font-size:8px;border-bottom:1px solid #edf2f7}.srm-card-title small{color:#94a3b8;font-weight:400;margin-left:4px}.srm-card-row{display:flex;justify-content:space-between;align-items:center;min-height:28px;padding:0 8px;border-bottom:1px solid #edf2f7;color:#64748b;font-size:7px}.srm-card-row b{color:#475569;font-size:7px}.srm-card-row em{color:#059669;font-style:normal;font-weight:700}.srm-card-row.urgent{border-left:2px solid #ef4444;padding-left:6px;background:snow}.srm-card-side{padding:8px}.srm-card-side>b{display:block;color:#0f3d5e;font-size:8px;margin-bottom:7px}.srm-card-side>span{display:flex;justify-content:space-between;color:#64748b;font-size:7px;margin-top:6px}.srm-card-side em{color:#059669;font-style:normal;font-weight:700}.srm-card-side strong{color:#dc2626;font-weight:700}.srm-card-recommend{margin-top:9px;padding-top:6px;border-top:1px solid #e0f2fe}.srm-card-recommend b,.srm-card-recommend span,.srm-card-recommend small{display:block}.srm-card-recommend b{color:#0284c7;font-size:7px}.srm-card-recommend span{color:#0f3d5e;font-size:8px;font-weight:700;margin-top:3px}.srm-card-recommend small{color:#94a3b8;font-size:7px;margin-top:2px}.srm-card-side>small{display:block;margin-top:7px;color:#94a3b8;font-size:7px}.srm-card-side>small em{float:right;color:#0284c7}.prophet-dashboard{background:#fff8f3;padding:0;overflow:hidden}.prophet-shell{min-width:760px;background:#fff8f3;color:#4a3026;font-family:Inter,Microsoft YaHei,sans-serif;font-size:10px}.prophet-topbar{height:38px;display:flex;align-items:center;justify-content:space-between;padding:0 18px;background:#7c2d12;color:#ffedd5}.prophet-brand,.prophet-top-actions,.prophet-toolbar,.prophet-toolbar-actions,.prophet-panel-head,.prophet-alert{display:flex;align-items:center}.prophet-brand{gap:7px;font-weight:700;letter-spacing:.2px}.prophet-brand-mark{width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;border-radius:6px;background:#fdba74;color:#7c2d12;font-size:12px;font-weight:800}.prophet-top-actions{gap:8px;color:#fed7aa}.prophet-top-actions button{border:1px solid rgba(255,255,255,.24);color:#fff7ed;background:#ffffff14;border-radius:4px;padding:4px 8px;font-size:9px}.prophet-sync-dot,.prophet-status-green{width:6px;height:6px;border-radius:50%;display:inline-block;background:#34d399}.prophet-toolbar{justify-content:space-between;padding:14px 18px 10px;background:#fff;border-bottom:1px solid #f4e4d8}.prophet-toolbar strong{font-size:15px;color:#7c2d12}.prophet-date{margin-left:10px;color:#94a3b8;font-size:9px}.prophet-toolbar-actions{gap:7px}.prophet-filter{color:#64748b;border:1px solid #ead8cb;background:#fff;border-radius:4px;padding:5px 8px}.prophet-primary-btn{border:0;border-radius:4px;padding:6px 10px;background:#ea580c;color:#fff;font-size:9px}.prophet-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;padding:10px 18px}.prophet-kpi{background:#fff;border:1px solid #f4e4d8;border-radius:6px;padding:9px 11px;box-shadow:0 2px 6px #7c2d120a}.prophet-kpi span{display:block;color:#64748b;font-size:9px;margin-bottom:4px}.prophet-kpi strong{color:#7c2d12;font-size:20px;line-height:1;margin-right:7px}.prophet-kpi strong span{display:inline;font-size:10px;margin:0}.prophet-kpi em{font-style:normal;font-size:8px}.prophet-good,.prophet-up{color:#059669}.prophet-warn{color:#d97706}.prophet-main-grid{display:grid;grid-template-columns:minmax(0,1fr) 250px;gap:10px;padding:0 18px 10px}.prophet-trend-panel,.prophet-side-section{background:#fff;border:1px solid #f4e4d8;border-radius:6px;box-shadow:0 2px 6px #7c2d120a}.prophet-panel-head{justify-content:space-between;padding:10px 12px;border-bottom:1px solid #f7eee8}.prophet-panel-head strong{color:#7c2d12;font-size:10px}.prophet-panel-head span{display:block;color:#94a3b8;font-size:8px;margin-top:3px}.prophet-panel-head a{color:#ea580c;font-size:8px;text-decoration:none}.prophet-legend{display:flex;align-items:center;gap:4px;color:#64748b;font-size:7px}.prophet-legend i{width:6px;height:6px;border-radius:50%;display:inline-block;margin-left:3px}.legend-normal{background:#34d399}.legend-predict{background:#fb923c}.legend-risk{background:#ef4444}.prophet-chart-meta{display:flex;justify-content:space-between;align-items:center;padding:10px 12px 0}.prophet-chart-meta b{display:block;color:#475569;font-size:9px}.prophet-chart-meta span{display:block;color:#94a3b8;font-size:7px;margin-top:3px}.prophet-chart-meta em{color:#ea580c;font-size:9px;font-style:normal;font-weight:700}.prophet-chart{position:relative;height:120px;margin:8px 12px 0;border-left:1px solid #f0e4db;border-bottom:1px solid #f0e4db;background:repeating-linear-gradient(0deg,transparent 0,transparent 29px,#f7eee8 30px),repeating-linear-gradient(90deg,transparent 0,transparent calc(20% - 1px),#f7eee8 calc(20% - 1px),#f7eee8 20%)}.prophet-chart svg{position:absolute;inset:0;width:100%;height:100%;overflow:visible}.prophet-chart>i{position:absolute;left:3px;z-index:1;color:#94a3b8;font-size:7px;font-style:normal}.prophet-upper{top:3px;color:#dc2626!important}.prophet-target{top:50%;transform:translateY(-50%)}.prophet-lower{bottom:3px;color:#059669!important}.prophet-chart-axis{display:flex;justify-content:space-between;padding:4px 12px 0 28px;color:#94a3b8;font-size:7px}.prophet-alert-list{margin-top:8px;border-top:1px solid #f7eee8}.prophet-alert{gap:7px;min-height:42px;padding:0 12px;border-bottom:1px solid #f7eee8}.prophet-alert>i{flex:0 0 auto;width:15px;height:15px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:#fef3c7;color:#b45309;font-style:normal;font-weight:800;font-size:8px}.prophet-alert.critical>i{background:#fee2e2;color:#dc2626}.prophet-alert b{display:block;color:#475569;font-size:8px}.prophet-alert p{color:#94a3b8;font-size:7px;margin-top:3px}.prophet-alert button{margin-left:auto;border:1px solid #ead8cb;background:#fff;color:#ea580c;border-radius:3px;padding:3px 5px;font-size:7px}.prophet-side-panel{display:flex;flex-direction:column;gap:10px}.prophet-side-section{padding-bottom:8px}.prophet-ai-badge{color:#ea580c!important;background:#ffedd5;padding:3px 5px;border-radius:4px}.prophet-recommend{margin:9px 12px 0;padding:8px;background:#fff7ed;border-left:2px solid #fb923c}.prophet-recommend b,.prophet-recommend p{display:block}.prophet-recommend b{color:#9a3412;font-size:8px}.prophet-recommend p{color:#7c2d12;font-size:7px;margin-top:4px}.prophet-recommend div{display:flex;justify-content:space-between;margin-top:7px;color:#ea580c;font-size:7px}.prophet-recommend a{color:#059669;text-decoration:none}.prophet-risk-row{display:grid;grid-template-columns:1fr 82px 24px;gap:5px;align-items:center;padding:7px 12px 0;color:#64748b;font-size:7px}.prophet-risk-row>i{height:5px;background:#f3f4f6;border-radius:4px;overflow:hidden}.prophet-risk-row>i u{display:block;height:100%;background:#fb923c;border-radius:inherit;text-decoration:none}.prophet-risk-row em{color:#059669;font-style:normal;font-weight:700}.prophet-risk-row em.medium{color:#d97706}.prophet-risk-row em.high{color:#dc2626}.prophet-model-ok{color:#059669!important}.prophet-model-row{display:flex;justify-content:space-between;padding:7px 12px 0;color:#64748b;font-size:7px}.prophet-model-row b{color:#059669;font-weight:600}.prophet-footer-status{display:flex;justify-content:space-between;padding:8px 18px;background:#fff;border-top:1px solid #f4e4d8;color:#94a3b8;font-size:8px}.prophet-footer-status .prophet-status-green{margin-right:5px}+ + +.prophet-card-media{background:#fff8f3;padding:0;overflow:hidden;align-items:stretch;justify-content:stretch}.prophet-card-shell{width:100%;height:100%;background:#fff8f3;color:#475569;font-family:Inter,Microsoft YaHei,sans-serif;font-size:8px}.prophet-card-topbar{height:27px;display:flex;align-items:center;justify-content:space-between;padding:0 12px;background:#7c2d12;color:#fed7aa}.prophet-card-topbar strong{color:#fff7ed;font-size:9px}.prophet-card-topbar>span{font-size:7px}.prophet-card-mark{display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;border-radius:4px;background:#fdba74;color:#7c2d12;margin-right:4px;font-size:8px}.prophet-card-toolbar{height:38px;display:flex;align-items:center;gap:7px;padding:0 12px;background:#fff;border-bottom:1px solid #f4e4d8}.prophet-card-toolbar b{color:#7c2d12;font-size:11px}.prophet-card-toolbar span{color:#94a3b8;font-size:7px}.prophet-card-toolbar button{margin-left:auto;border:0;background:#ea580c;color:#fff;border-radius:3px;padding:4px 7px;font-size:7px}.prophet-card-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:5px;padding:7px 12px}.prophet-card-kpis span{display:block;padding:6px 7px;background:#fff;border:1px solid #f4e4d8;border-radius:4px;color:#64748b;font-size:7px}.prophet-card-kpis b{display:block;color:#7c2d12;font-size:12px;line-height:1;margin-bottom:3px}.prophet-card-kpis .is-alert b{color:#dc2626}.prophet-card-:scope{display:grid;grid-template-columns:minmax(0,1fr) 126px;gap:7px;padding:0 12px 8px}.prophet-card-chart,.prophet-card-side{background:#fff;border:1px solid #f4e4d8;border-radius:4px}.prophet-card-title{color:#7c2d12;padding:7px 8px 5px;font-weight:700;font-size:8px;border-bottom:1px solid #f7eee8}.prophet-card-title small{color:#94a3b8;font-weight:400;margin-left:4px}.prophet-card-line{height:72px;margin:6px 8px;border-bottom:1px solid #f0e4db;background:repeating-linear-gradient(0deg,transparent 0,transparent 17px,#f7eee8 18px)}.prophet-card-line svg{width:100%;height:100%}.prophet-card-alert{display:flex;justify-content:space-between;padding:0 8px 7px;font-size:7px}.prophet-card-alert b{color:#475569}.prophet-card-alert span{color:#dc2626}.prophet-card-side{padding:8px}.prophet-card-side>b{display:block;color:#7c2d12;font-size:8px;margin-bottom:7px}.prophet-card-side>span{display:block;color:#64748b;font-size:7px;margin-top:6px}.prophet-card-risk{margin-top:9px;padding-top:6px;border-top:1px solid #f4e4d8;color:#64748b;font-size:7px}.prophet-card-risk strong{float:right;color:#dc2626}.prophet-card-side>small{display:block;margin-top:7px;color:#94a3b8;font-size:7px}.prophet-card-side>small em{float:right;color:#ea580c;font-style:normal}+ + +.mind-dashboard{background:#f1fbfc;padding:0;overflow:hidden}.mind-shell{min-width:760px;background:#f1fbfc;color:#24414a;font-family:Inter,Microsoft YaHei,sans-serif;font-size:10px}.mind-topbar{height:38px;display:flex;align-items:center;justify-content:space-between;padding:0 18px;background:#164e63;color:#cffafe}.mind-brand,.mind-top-actions,.mind-toolbar,.mind-toolbar-actions,.mind-panel-head,.mind-opportunity{display:flex;align-items:center}.mind-brand{gap:7px;font-weight:700;letter-spacing:.2px}.mind-brand-mark{width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;border-radius:6px;background:#67e8f9;color:#164e63;font-size:12px;font-weight:800}.mind-top-actions{gap:8px;color:#a5f3fc}.mind-top-actions button{border:1px solid rgba(255,255,255,.24);color:#ecfeff;background:#ffffff14;border-radius:4px;padding:4px 8px;font-size:9px}.mind-sync-dot,.mind-status-green{width:6px;height:6px;border-radius:50%;display:inline-block;background:#34d399}.mind-toolbar{justify-content:space-between;padding:14px 18px 10px;background:#fff;border-bottom:1px solid #d9f1f4}.mind-toolbar strong{font-size:15px;color:#164e63}.mind-date{margin-left:10px;color:#94a3b8;font-size:9px}.mind-toolbar-actions{gap:7px}.mind-filter{color:#64748b;border:1px solid #cce7eb;background:#fff;border-radius:4px;padding:5px 8px}.mind-primary-btn{border:0;border-radius:4px;padding:6px 10px;background:#0891b2;color:#fff;font-size:9px}.mind-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;padding:10px 18px}.mind-kpi{background:#fff;border:1px solid #d9f1f4;border-radius:6px;padding:9px 11px;box-shadow:0 2px 6px #164e630a}.mind-kpi span{display:block;color:#64748b;font-size:9px;margin-bottom:4px}.mind-kpi strong{color:#164e63;font-size:20px;line-height:1;margin-right:7px}.mind-kpi strong span{display:inline;font-size:10px;margin:0}.mind-kpi em{font-style:normal;font-size:8px}.mind-up{color:#059669}.mind-warn{color:#d97706}.mind-danger{color:#dc2626}.mind-main-grid{display:grid;grid-template-columns:minmax(0,1fr) 250px;gap:10px;padding:0 18px 10px}.mind-analysis-panel,.mind-side-section{background:#fff;border:1px solid #d9f1f4;border-radius:6px;box-shadow:0 2px 6px #164e630a}.mind-panel-head{justify-content:space-between;padding:10px 12px;border-bottom:1px solid #e5f5f7}.mind-panel-head strong{color:#164e63;font-size:10px}.mind-panel-head span{display:block;color:#94a3b8;font-size:8px;margin-top:3px}.mind-panel-head a{color:#0891b2;font-size:8px;text-decoration:none}.mind-dim-tabs{display:flex;gap:8px;color:#94a3b8;font-size:8px}.mind-dim-tabs b{color:#0891b2}.mind-summary-row{display:grid;grid-template-columns:1fr 90px 60px;align-items:center;gap:8px;padding:10px 12px;background:#f8fdfe}.mind-summary-row span,.mind-summary-row strong{display:block}.mind-summary-row span{color:#64748b;font-size:7px}.mind-summary-row strong{color:#164e63;font-size:9px;margin-top:3px}.mind-margin{color:#0891b2!important}.mind-growth{color:#059669!important}.mind-chart-area{display:grid;grid-template-columns:1fr 220px;gap:10px;padding:12px}.mind-cost-chart{border-right:1px solid #e5f5f7;padding-right:10px}.mind-chart-legend{display:flex;flex-wrap:wrap;gap:7px;color:#64748b;font-size:7px}.mind-chart-legend i{display:inline-block;width:6px;height:6px;border-radius:2px;margin-right:3px}.cost-material{background:#38bdf8}.cost-labor{background:#a78bfa}.cost-mfg{background:#fbbf24}.cost-margin,.mind-stacked-bars .margin{background:#34d399}.mind-stacked-bars{margin-top:16px}.mind-stacked-bars>div{display:grid;grid-template-columns:30px 1fr 48px;gap:6px;align-items:center;margin-top:12px;color:#64748b;font-size:7px}.mind-stacked-bars p{display:flex;height:18px;margin:0;overflow:hidden;border-radius:3px}.mind-stacked-bars p i{display:block;height:100%}.mind-stacked-bars b{color:#164e63;font-size:8px}.mind-trend-label{display:flex;justify-content:space-between;color:#164e63;font-size:8px}.mind-trend-label span{color:#94a3b8;font-size:7px}.mind-profit-trend svg{width:100%;height:116px;margin-top:5px}.mind-profit-trend>div:last-child{display:flex;justify-content:space-between;color:#94a3b8;font-size:7px}.mind-insight-row{display:flex;gap:7px;align-items:flex-start;padding:8px 12px;background:#ecfeff;border-top:1px solid #d9f1f4}.mind-insight-row>i{width:17px;height:17px;display:inline-flex;align-items:center;justify-content:center;border-radius:4px;background:#0891b2;color:#fff;font-style:normal;font-size:7px;font-weight:700}.mind-insight-row b{display:block;color:#155e75;font-size:8px}.mind-insight-row p{color:#64748b;font-size:7px;line-height:1.5;margin-top:3px}.mind-insight-row a{margin-left:auto;color:#0891b2;white-space:nowrap;font-size:7px;text-decoration:none}.mind-side-panel{display:flex;flex-direction:column;gap:10px}.mind-side-section{padding-bottom:8px}.mind-alert-count{width:15px;height:15px;display:inline-flex!important;align-items:center;justify-content:center;border-radius:50%;background:#fee2e2;color:#dc2626!important;margin:0!important}.mind-watch-row{padding:8px 12px 0}.mind-watch-row b,.mind-watch-row span,.mind-watch-row small{display:block}.mind-watch-row b{color:#475569;font-size:8px}.mind-watch-row span{color:#64748b;font-size:7px;margin-top:3px}.mind-watch-row em{color:#dc2626;font-style:normal;font-weight:700}.mind-watch-row small{color:#94a3b8;font-size:7px;margin-top:2px}.mind-opportunity{gap:7px;padding:8px 12px 0}.mind-opportunity>i{width:17px;height:17px;display:inline-flex;align-items:center;justify-content:center;border-radius:4px;background:#d1fae5;color:#059669;font-style:normal;font-weight:700}.mind-opportunity b,.mind-opportunity p{display:block}.mind-opportunity b{color:#475569;font-size:8px}.mind-opportunity p{color:#94a3b8;font-size:7px;margin-top:2px}.mind-opportunity em{margin-left:auto;color:#059669;font-size:7px;font-style:normal}.mind-query-section{background:#ecfeff;border-color:#a5f3fc}.mind-ai-badge{color:#0891b2!important;background:#cffafe;padding:3px 5px;border-radius:4px}.mind-query-section p{padding:8px 12px 0;color:#155e75;font-size:8px;line-height:1.5}.mind-query-section button{margin:7px 12px 0;border:0;background:#0891b2;color:#fff;border-radius:3px;padding:4px 7px;font-size:7px}.mind-footer-status{display:flex;justify-content:space-between;padding:8px 18px;background:#fff;border-top:1px solid #d9f1f4;color:#94a3b8;font-size:8px}.mind-footer-status .mind-status-green{margin-right:5px}+ + +.mind-card-media{background:#f1fbfc;padding:0;overflow:hidden;align-items:stretch;justify-content:stretch}.mind-card-shell{width:100%;height:100%;background:#f1fbfc;color:#475569;font-family:Inter,Microsoft YaHei,sans-serif;font-size:8px}.mind-card-topbar{height:27px;display:flex;align-items:center;justify-content:space-between;padding:0 12px;background:#164e63;color:#a5f3fc}.mind-card-topbar strong{color:#ecfeff;font-size:9px}.mind-card-topbar>span{font-size:7px}.mind-card-mark{display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;border-radius:4px;background:#67e8f9;color:#164e63;margin-right:4px;font-size:8px}.mind-card-toolbar{height:38px;display:flex;align-items:center;gap:7px;padding:0 12px;background:#fff;border-bottom:1px solid #d9f1f4}.mind-card-toolbar b{color:#164e63;font-size:11px}.mind-card-toolbar span{color:#94a3b8;font-size:7px}.mind-card-toolbar button{margin-left:auto;border:0;background:#0891b2;color:#fff;border-radius:3px;padding:4px 7px;font-size:7px}.mind-card-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:5px;padding:7px 12px}.mind-card-kpis span{display:block;padding:6px 7px;background:#fff;border:1px solid #d9f1f4;border-radius:4px;color:#64748b;font-size:7px}.mind-card-kpis b{display:block;color:#164e63;font-size:12px;line-height:1;margin-bottom:3px}.mind-card-kpis .is-alert b{color:#dc2626}.mind-card-:scope{display:grid;grid-template-columns:minmax(0,1fr) 126px;gap:7px;padding:0 12px 8px}.mind-card-analysis,.mind-card-side{background:#fff;border:1px solid #d9f1f4;border-radius:4px}.mind-card-title{color:#164e63;padding:7px 8px 5px;font-weight:700;font-size:8px;border-bottom:1px solid #e5f5f7}.mind-card-title small{color:#94a3b8;font-weight:400;margin-left:4px}.mind-card-bars{padding:7px 8px 4px}.mind-card-bars p{display:grid;grid-template-columns:55px 1fr 24px;gap:5px;align-items:center;margin:6px 0;color:#64748b;font-size:7px}.mind-card-bars i{display:block;height:10px;background:#38bdf8;border-radius:2px}.mind-card-bars i.margin{background:#34d399}.mind-card-bars b{color:#164e63;font-size:7px}.mind-card-insight{display:flex;gap:5px;padding:6px 8px;border-top:1px solid #d9f1f4;background:#ecfeff;font-size:7px}.mind-card-insight b{color:#0891b2}.mind-card-insight span{color:#64748b}.mind-card-side{padding:8px}.mind-card-side>b{display:block;color:#164e63;font-size:8px;margin-bottom:7px}.mind-card-side>span{display:flex;justify-content:space-between;color:#64748b;font-size:7px;margin-top:6px}.mind-card-side em{color:#dc2626;font-style:normal;font-weight:700}.mind-card-opportunity{margin-top:9px;padding-top:6px;border-top:1px solid #d9f1f4;color:#059669;font-size:7px}.mind-card-opportunity strong{float:right;color:#0891b2}.mind-card-side>small{display:block;margin-top:7px;color:#94a3b8;font-size:7px}.mind-card-side>small em{float:right;color:#dc2626;font-style:normal}+ + .back-to-top{position:fixed;bottom:40px;right:40px;width:48px;height:48px;border-radius:50%;background:var(--brand-primary);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #4f46e566;opacity:0;visibility:hidden;transform:translateY(20px);transition:opacity .3s ease,transform .3s ease,visibility .3s ease,background .2s ease;z-index:9999}.back-to-top.visible{opacity:1;visibility:visible;transform:translateY(0)}.back-to-top:hover{background:var(--brand-primary-dark);transform:translateY(-3px);box-shadow:0 6px 20px #4f46e580}.back-to-top:active{transform:translateY(0)}.back-to-top svg{width:22px;height:22px}@media(max-width:768px){.back-to-top{bottom:24px;right:24px;width:42px;height:42px}.back-to-top svg{width:18px;height:18px}}.mobile-menu-toggle{display:none;width:44px;height:44px;border:none;background:transparent;cursor:pointer;padding:0;position:relative;z-index:1001}.hamburger-icon{display:block;width:24px;height:2px;background:var(--text-primary);position:relative;transition:background .3s ease;margin:auto}.hamburger-icon:before,.hamburger-icon:after{content:"";position:absolute;left:0;width:100%;height:2px;background:var(--text-primary);transition:transform .3s ease}.hamburger-icon:before{top:-7px}.hamburger-icon:after{bottom:-7px}.hamburger-icon.open{background:transparent}.hamburger-icon.open:before{transform:translateY(7px) rotate(45deg)}.hamburger-icon.open:after{transform:translateY(-7px) rotate(-45deg)}.mobile-nav-panel{display:none;position:absolute;top:88px;left:0;right:0;background:#fffffffa;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid rgba(0,0,0,.08);padding:24px;box-shadow:0 8px 24px #00000014;z-index:999}.mobile-nav-links{list-style:none;padding:0;margin:0 0 20px;display:flex;flex-direction:column;gap:4px}.mobile-nav-link{display:block;padding:14px 16px;font-size:16px;font-weight:500;color:var(--text-primary);border-radius:8px;transition:background .2s ease}.mobile-nav-link:hover{background:var(--bg-light)}.mobile-nav-link.active{background:#4f46e514;color:var(--brand-primary);font-weight:600}.mobile-nav-cta{display:block;width:100%;text-align:center;padding:14px 24px;font-size:16px}@media(max-width:768px){.nav-links,.nav-cta{display:none}.mobile-menu-toggle,.mobile-nav-panel{display:block}.navbar .container{position:relative}}@media(max-width:768px){.clients-logo-grid{grid-template-columns:repeat(3,1fr);gap:8px}.client-logo-item{padding:16px 12px;min-height:80px}.client-logo-item img{max-width:90px;max-height:44px}.client-logo-item .logo-skyworth,.client-logo-item .logo-xinhui{max-width:110px;max-height:52px}.brand-placeholder{width:70px;height:32px}.leadyn-gray-logo{width:110px;height:34px}.leadyn-waiting-text{font-size:11px}}@media(max-width:480px){.clients-logo-grid{grid-template-columns:repeat(2,1fr)}.client-logo-item{padding:14px 10px;min-height:72px}.client-logo-item img{max-width:80px;max-height:40px}.brand-placeholder{width:60px;height:28px}}.news-detail-hero{padding:64px 0 40px;background:linear-gradient(135deg,#f5f6ff,#fff);border-bottom:1px solid var(--border-color)}.news-detail-hero .back-link{display:inline-flex;align-items:center;gap:6px;color:var(--brand-primary);font-size:14px;font-weight:600;margin-bottom:24px;text-decoration:none}.news-detail-hero .back-link:hover{text-decoration:underline}.news-detail-title{font-size:32px;line-height:1.4;color:var(--text-primary);margin-bottom:16px}.news-detail-meta{color:var(--text-muted);font-size:14px;margin-bottom:20px}.news-detail-summary{font-size:17px;color:var(--text-secondary);line-height:1.8;border-left:4px solid var(--brand-primary);padding-left:16px;margin-bottom:28px}.news-detail-body{padding:16px 0 64px;background:var(--bg-light)}.news-detail-article{background:#fff;border:1px solid var(--border-color);border-radius:var(--radius-lg);padding:40px 48px;box-shadow:var(--shadow-sm)}.news-detail-article .news-hero-img{width:100%;height:auto;border-radius:var(--radius);margin-bottom:24px;display:block}.news-detail-article .news-content p{font-size:16px;line-height:2;color:#374151;margin-bottom:20px;text-align:justify}.news-detail-article .news-content h2{font-size:24px;font-weight:700;color:var(--text-primary);margin:32px 0 16px}.news-detail-article .news-content h3{font-size:20px;font-weight:600;color:var(--text-primary);margin:24px 0 12px}.news-detail-article .news-content img{width:100%;height:auto;border-radius:var(--radius);margin:24px 0}.news-detail-article .news-content ul,.news-detail-article .news-content ol{margin:16px 0;padding-left:24px}.news-detail-article .news-content li{font-size:16px;line-height:2;color:#374151;margin-bottom:8px}.news-detail-nav{display:flex;justify-content:space-between;gap:16px;margin-top:32px;padding-top:24px;border-top:1px solid var(--border-color)}.news-detail-nav a{color:var(--brand-primary);font-size:14px;font-weight:600;text-decoration:none;max-width:45%}.news-detail-nav a:hover{text-decoration:underline}.news-detail-nav .next{text-align:right}@media(max-width:768px){.news-detail-title{font-size:24px}.news-detail-article{padding:24px 20px}.news-detail-nav{flex-direction:column}.news-detail-nav a{max-width:100%}.news-detail-nav .next{text-align:left}}}
