*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"PingFang SC","Microsoft YaHei",sans-serif;background:#f5f7fa;color:#333;line-height:1.6}
.hero{background:linear-gradient(135deg,#5a4fcf 0%,#7c5ce7 50%,#8b6ce0 100%);color:#fff;padding:80px 24px 70px;text-align:center;position:relative;overflow:hidden}
.hero::before{content:'';position:absolute;top:-120px;right:-80px;width:420px;height:420px;border-radius:50%;background:rgba(255,255,255,.1);pointer-events:none}
.hero::after{content:'';position:absolute;bottom:-100px;left:-60px;width:320px;height:320px;border-radius:50%;background:rgba(255,255,255,.07);pointer-events:none}
.hero-inner{position:relative;z-index:1;max-width:800px;margin:0 auto}
.hero-badge{display:inline-block;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.2);border-radius:20px;padding:5px 16px;font-size:.82em;letter-spacing:1px;margin-bottom:22px;backdrop-filter:blur(4px)}
.hero h1{font-size:2.6em;font-weight:800;margin-bottom:14px;letter-spacing:-.5px;line-height:1.2}
.hero h1 span{color:#a78bfa}
.hero p{font-size:1.08em;opacity:.82;max-width:560px;margin:0 auto 40px;line-height:1.7}
.hero-stats{display:flex;justify-content:center;gap:0;flex-wrap:wrap;background:rgba(255,255,255,.07);border-radius:16px;padding:22px 10px;backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,.1);max-width:620px;margin:0 auto}
.hero-stat{flex:1;min-width:120px;padding:0 18px;position:relative}
.hero-stat+.hero-stat::before{content:'';position:absolute;left:0;top:8px;bottom:8px;width:1px;background:rgba(255,255,255,.15)}
.hero-stat .num{font-size:2.1em;font-weight:800;background:linear-gradient(90deg,#fff 30%,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.hero-stat .label{font-size:.82em;opacity:.65;margin-top:2px;letter-spacing:.5px}
.cat-nav{background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.06);position:sticky;top:0;z-index:100}
.cat-nav-inner{display:flex;justify-content:center;gap:0;max-width:1100px;margin:0 auto;overflow-x:auto}
.cat-nav a{display:block;padding:14px 22px;text-decoration:none;color:#555;font-size:.95em;font-weight:500;border-bottom:3px solid transparent;transition:all .2s;white-space:nowrap}
.cat-nav a:hover,.cat-nav a.active{color:#667eea;border-bottom-color:#667eea}
.main{max-width:1100px;margin:0 auto;padding:32px 24px}
.section{margin-bottom:40px;scroll-margin-top:70px}
.section-title{font-size:1.35em;font-weight:700;margin-bottom:20px;padding-bottom:10px;border-bottom:2px solid #667eea;display:inline-block}
.section-desc{color:#666;margin-bottom:20px;font-size:.95em}
.card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px}
.page-card{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 1px 4px rgba(0,0,0,.06);transition:transform .2s,box-shadow .2s}
.page-card:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.1)}
.card-tag{display:inline-block;padding:2px 8px;border-radius:4px;font-size:.75em;font-weight:600;margin-bottom:8px}
.tag-logo{background:#e3f2fd;color:#1565c0}.tag-huace{background:#f3e5f5;color:#7b1fa2}.tag-baozhuang{background:#e8f5e9;color:#2e7d32}.tag-viewpoint{background:#fff3e0;color:#e65100}.tag-info{background:#eceff1;color:#546e7a}
.card-body{padding:16px 18px 18px}
.card-body h3{font-size:1.05em;font-weight:600;margin-bottom:8px;line-height:1.4}
.card-body h3 a{color:#1a1a2e;text-decoration:none}
.card-body h3 a:hover{color:#667eea}
.card-body .desc{font-size:.88em;color:#666;line-height:1.5;margin-bottom:12px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.card-footer{display:flex;align-items:center;justify-content:space-between;font-size:.78em;color:#999;padding-top:12px;border-top:1px solid #f0f0f0}
.score{display:inline-block;padding:1px 7px;border-radius:8px;font-weight:600;font-size:.9em}
.score-high{background:#e8f5e9;color:#2e7d32}.score-mid{background:#fff8e1;color:#f57f17}
.card-link{color:#667eea;text-decoration:none;font-weight:500}.card-link:hover{text-decoration:underline}
.company-intro{background:#fff;border-radius:10px;padding:28px;box-shadow:0 1px 4px rgba(0,0,0,.06);margin-bottom:40px}
.company-intro h2{font-size:1.3em;font-weight:700;margin-bottom:16px;color:#1a1a2e}
.company-intro p{color:#555;font-size:.95em;line-height:1.8;margin-bottom:12px}
.company-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-top:20px}
.info-item{padding:12px;background:#f8f9fa;border-radius:8px}
.info-item .label{font-size:.8em;color:#999;margin-bottom:4px}
.info-item .value{font-size:.95em;color:#333;font-weight:500}
.info-item .value a{color:#667eea;text-decoration:none}.info-item .value a:hover{text-decoration:underline}
.service-tags{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:24px}
.service-tag{padding:6px 16px;background:#667eea;color:#fff;border-radius:20px;font-size:.88em;text-decoration:none;transition:background .2s}
.service-tag:hover{background:#5a6fd6}
.data-bar{background:#fff;border-radius:10px;padding:16px 20px;margin-bottom:40px;display:flex;align-items:center;justify-content:center;gap:24px;box-shadow:0 1px 4px rgba(0,0,0,.06);flex-wrap:wrap}
.data-bar a{color:#666;text-decoration:none;font-size:.9em;display:flex;align-items:center;gap:6px}
.data-bar a:hover{color:#667eea}
.site-footer{background:#1a1a2e;color:rgba(255,255,255,.6);padding:36px 24px}
.footer-inner{max-width:1100px;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:space-between;gap:24px}
.footer-col h4{color:#fff;font-size:1em;margin-bottom:12px}
.footer-col p,.footer-col a{font-size:.88em;color:rgba(255,255,255,.6);line-height:1.8}
.footer-col a{text-decoration:none}.footer-col a:hover{color:#ff8c38}
.footer-bottom{max-width:1100px;margin:20px auto 0;padding-top:20px;border-top:1px solid rgba(255,255,255,.1);text-align:center;font-size:.8em}
.footer-bottom a{color:#ff8c38;text-decoration:none}
.empty-state{text-align:center;padding:60px 20px;color:#999}.empty-state p{font-size:.95em}
@media(max-width:640px){.hero h1{font-size:1.5em}.hero-stats{gap:20px}.card-grid{grid-template-columns:1fr}.cat-nav-inner{justify-content:flex-start}.footer-inner{flex-direction:column}}
