
    .aggregator-scope { font-family: 'Inter', sans-serif; color: #1a202c; background-color: #fafafa; }
    /* 基础补偿 CSS：解决禁用 preflight 后 border 样式丢失的问题 */
    .aggregator-scope [class*="border"] { border-style: solid; }
    .aggregator-scope .hero-glow { filter: drop-shadow(0 0 20px rgba(74, 85, 104, 0.15)); animation: breathe 4s infinite ease-in-out; }
    @keyframes breathe { 0%, 100% { transform: scale(1); opacity: 0.95; } 50% { transform: scale(1.02); opacity: 1; } }
    .aggregator-scope .spec-table tr:nth-child(even) { background-color: #f7fafc; }
