
        /* COMPLETELY ISOLATED STYLES - Will not affect existing page */
        .ecp-component-guide * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
        }
        
        .ecp-component-guide {
            /* 红金专业配色方案 */
            --primary-burgundy: #8b0000;           /* 主色：深酒红 - 信赖可靠 */
            --primary-dark: #5a0000;               /* 深红色 */
            --accent-gold: #b8860b;                /* 强调色：暗金色 - 卓越实力 */
            --accent-gold-light: #daa520;          /* 浅金色 */
            --light-bg: #fffaf0;                   /* 浅米色背景 */
            --card-bg: #ffffff;                    /* 卡片背景 */
            --text-dark: #321d14;                  /* 主要文字颜色 */
            --text-medium: #654321;                /* 次要文字颜色 */
            --text-light: #8b7355;                 /* 辅助文字颜色 */
            --border-color: #e8d4b9;               /* 边框颜色（浅金色） */
            --header-bg: #8b0000;                  /* 头部背景 */
            --row-hover: #fff8e1;                  /* 行悬停颜色 */
            --status-cert: #fff3cd;                /* 认证状态背景（金色） */
            --status-cert-text: #856404;           /* 认证状态文字 */
            --status-essential: #ffebee;           /* 必要要求背景（红色） */
            --status-essential-text: #b71c1c;      /* 必要要求文字 */
            --icon-power: #ff6b6b;                 /* 电源图标色 - 活力红 */
            --icon-industrial: #4ecdc4;            /* 工业图标色 - 清新青 */
            --icon-global: #45b7d1;                /* 全球图标色 - 天空蓝 */
            --icon-compliance: #96ceb4;            /* 合规图标色 - 自然绿 */
            --icon-guide: #feca57;                 /* 指南图标色 - 明亮黄 */
            
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
            background: var(--card-bg);
            border-radius: 12px;
            box-shadow: 0 6px 30px rgba(139, 0, 0, 0.08);
            overflow: hidden;
            border: 1px solid var(--border-color);
            position: relative;
        }

        /* 自定义纯色灵动图标 */
        @font-face {
            font-family: 'ECPIcons';
            src: url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAAKsAAsAAAAABkQAAAJgAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP0ZGVE0cGh4GVgCCfhEICoFQgYILC4FUAAE2AiQDhAQEIAWDAAcgDIJtG6F9G1GPRQR2ICAEY2OjIAQbxBzZJ6PY9vv/nJ3dM9vSIhQiT4iGtm3btl+0/1JlYq9Mmqggk/65o1AlaAmiQhaF1l2d5S+q1dFshmZ3tJv//wNUDMgcFj8ATJFBCHAQgYFCZ4WmYzV6Mh5NZGFNf8s+/dP/oW1b02w8ECISbQkM3PBPdJq6rIwwqAXUPs07qDF6SqVBSRUWOnRZ0M9VVYqCkgnJUFGcEASFiQUSgSIhHAhhYUAEiYJ4JERERYFwpE8gYhj9j1hB/+0/IS7t2LbTvuvua7Zlp7K1XbbsnBRBaIDd1/lfA9VteyQ6qMqGjQJ0BO12uGJJQ4oLA5cBwqJGT1NnKClaG1rZQhe1G7B7sNCeNJQ6ndY9fROkK5TNHJ2qjZR8imKvOq0iZ3c1Jfr6uo4u+VDq77sNFyCCXFFInITJdNWG1pqmQXgqgV4E6XGSiRgWnQhTrNOkMZPAmnQfN8vFctr3ed0v4Krr/Cn8H01wWsoEQVJ5Xq9oFBYG6Q4KQyC52oKbqG2wtX79Mze8teNw8iQV49n7wgsV2zCcnw/DjVgGX23g1sadJ/rZ+2hH/Da74xX2i9d+7rtk3fG3T9d5VzhhLe2Pj1hXWZ4kPRUGCgMDAJCJqj8g1Vj6q9IlfR8rYUK8Xmt1ABi8Hp3Dv1y6Q7z9tGmIDQL0Wf1WUArYJv6cFvF3Vj4fbk0i4nckc10i1yIQYpahFOkAsw7L4s0iRVLjSCpb6Wgy7zYg9jSXh9o4E2f0J/8hUcRlgvVMAcJYo8Gqo/2WZ5R7fvjapGlsvoxS7fNz7/9jz6bM8wx4uN9hQp9e/O57+8wZv9lA2s/af5+lXQFAOni3aXxHzqYFAA==') format('woff2');
            font-weight: normal;
            font-style: normal;
        }

        .ecp-icon {
            font-family: 'ECPIcons' !important;
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

        .icon-power::before { 
            content: "\e900"; 
            color: var(--icon-power);
            background: linear-gradient(135deg, var(--icon-power), #ff8e8e);
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
            filter: drop-shadow(0 2px 4px rgba(255, 107, 107, 0.3));
        }
        
        .icon-industrial::before { 
            content: "\e901"; 
            color: var(--icon-industrial);
            background: linear-gradient(135deg, var(--icon-industrial), #7ad9d2);
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
            filter: drop-shadow(0 2px 4px rgba(78, 205, 196, 0.3));
        }
        
        .icon-global::before { 
            content: "\e902"; 
            color: var(--icon-global);
            background: linear-gradient(135deg, var(--icon-global), #6bcae4);
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
            filter: drop-shadow(0 2px 4px rgba(69, 183, 209, 0.3));
        }
        
        .icon-compliance::before { 
            content: "\e903"; 
            color: var(--icon-compliance);
            background: linear-gradient(135deg, var(--icon-compliance), #b0d9c7);
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
            filter: drop-shadow(0 2px 4px rgba(150, 206, 180, 0.3));
        }
        
        .icon-guide::before { 
            content: "\e904"; 
            color: var(--icon-guide);
            background: linear-gradient(135deg, var(--icon-guide), #ffd880);
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
            filter: drop-shadow(0 2px 4px rgba(254, 202, 87, 0.3));
        }

        /* 装饰性元素 - 红金点缀 */
        .ecp-component-guide::before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 180px;
            height: 180px;
            background: linear-gradient(135deg, var(--accent-gold) 0%, transparent 70%);
            opacity: 0.08;
            z-index: 0;
        }

        .ecp-component-guide::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 120px;
            height: 120px;
            background: linear-gradient(315deg, var(--primary-burgundy) 0%, transparent 70%);
            opacity: 0.05;
            z-index: 0;
        }

        /* Header Section - 红金渐变 */
        .ecp-guide-header {
            background: linear-gradient(135deg, var(--primary-burgundy) 0%, #700000 50%, var(--primary-dark) 100%);
            color: white;
            padding: 40px 45px 30px;
            position: relative;
            z-index: 1;
            border-bottom: 4px solid var(--accent-gold);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        }

        .ecp-guide-header::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent 0%, rgba(184, 134, 11, 0.1) 50%, transparent 100%);
            z-index: -1;
        }

        .ecp-main-title {
            font-size: 2.4rem;
            font-weight: 700;
            margin-bottom: 12px;
            letter-spacing: -0.5px;
            text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
        }

        .ecp-subtitle {
            font-size: 1.15rem;
            opacity: 0.95;
            max-width: 800px;
            line-height: 1.6;
            font-weight: 400;
            color: rgba(255, 255, 255, 0.9);
        }

        .ecp-header-badges {
            display: flex;
            flex-wrap: wrap;
            gap: 15px;
            margin-top: 25px;
        }

        .ecp-badge {
            background: rgba(255, 255, 255, 0.15);
            backdrop-filter: blur(8px);
            border: 1px solid rgba(218, 165, 32, 0.4);
            padding: 10px 22px;
            border-radius: 50px;
            font-size: 0.95rem;
            font-weight: 500;
            display: inline-flex;
            align-items: center;
            gap: 10px;
            transition: all 0.3s ease;
            color: white;
        }

        .ecp-badge:hover {
            background: rgba(218, 165, 32, 0.3);
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
            border-color: var(--accent-gold-light);
        }

        .ecp-badge .ecp-icon {
            font-size: 1.2rem;
            transition: transform 0.3s ease;
        }

        .ecp-badge:hover .ecp-icon {
            transform: scale(1.2) rotate(5deg);
        }

        /* Guide Description */
        .ecp-guide-description {
            padding: 35px 45px;
            background: var(--light-bg);
            border-bottom: 1px solid var(--border-color);
            position: relative;
            z-index: 1;
        }

        .ecp-description-title {
            font-size: 1.5rem;
            font-weight: 700;
            color: var(--primary-burgundy);
            margin-bottom: 20px;
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .ecp-description-title::before {
            content: "\e904";
            font-family: 'ECPIcons' !important;
            font-size: 1.8rem;
            color: var(--icon-guide);
            background: linear-gradient(135deg, var(--icon-guide), #ffd880);
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
            filter: drop-shadow(0 2px 4px rgba(254, 202, 87, 0.3));
        }

        .ecp-description-text {
            color: var(--text-medium);
            line-height: 1.7;
            font-size: 1.05rem;
            margin-bottom: 25px;
        }

        .ecp-legend-container {
            display: flex;
            gap: 35px;
            flex-wrap: wrap;
            padding-top: 20px;
            border-top: 1px solid rgba(139, 0, 0, 0.1);
        }

        .ecp-legend-item {
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .ecp-legend-color {
            width: 22px;
            height: 22px;
            border-radius: 6px;
            flex-shrink: 0;
            border: 2px solid white;
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
        }

        .ecp-legend-color.certification {
            background-color: var(--status-cert);
            border-color: #f7e5a1;
        }

        .ecp-legend-color.essential {
            background-color: var(--status-essential);
            border-color: #ffcdd2;
        }

        /* Table Container */
        .ecp-table-container {
            overflow-x: auto;
            padding: 0 20px 30px;
            position: relative;
            z-index: 1;
        }

        .ecp-table-scroll-wrapper {
            min-width: 1100px;
        }

        /* Table Styling - 红金风格 */
        .ecp-components-table {
            width: 100%;
            border-collapse: separate;
            border-spacing: 0;
            background: white;
            font-size: 0.95rem;
            border: 1px solid var(--border-color);
            border-radius: 8px;
            overflow: hidden;
        }

        .ecp-components-table thead {
            background: linear-gradient(to bottom, #f8f0e3, #f0e1c2);
        }

        .ecp-components-table th {
            padding: 20px 16px;
            text-align: left;
            font-weight: 700;
            color: var(--primary-dark);
            font-size: 1rem;
            border-bottom: 3px solid var(--accent-gold);
            white-space: nowrap;
            position: sticky;
            top: 0;
            background: inherit;
            z-index: 10;
        }

        .ecp-components-table td {
            padding: 18px 16px;
            border-bottom: 1px solid var(--border-color);
            vertical-align: top;
            color: var(--text-medium);
            transition: all 0.2s ease;
        }

        .ecp-components-table tbody tr:hover {
            background-color: var(--row-hover);
            transform: scale(1.001);
            box-shadow: inset 2px 0 0 var(--accent-gold);
        }

        /* Category Row Styling - 红金渐变 */
        .ecp-category-row td {
            background: linear-gradient(to right, rgba(139, 0, 0, 0.08), rgba(184, 134, 11, 0.12));
            font-weight: 700;
            color: var(--primary-burgundy) !important;
            font-size: 1.05rem;
            padding: 16px;
            border-top: 2px solid var(--accent-gold);
            border-bottom: 2px solid var(--border-color);
            text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
        }

        .ecp-category-row:first-child td {
            border-top: none;
        }

        /* Certification Status Badges - 红金风格 */
        .ecp-cert-badge {
            display: inline-block;
            padding: 8px 16px;
            border-radius: 6px;
            font-size: 0.9rem;
            font-weight: 600;
            text-align: center;
            min-width: 120px;
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
            transition: all 0.3s ease;
            margin: 2px 4px 2px 0;
            cursor: pointer;
        }

        .ecp-cert-badge.certification {
            background: linear-gradient(to bottom, #fff3cd, #ffeaa4);
            color: var(--status-cert-text);
            border: 1px solid #f7e5a1;
            border-top: 2px solid var(--accent-gold);
        }

        .ecp-cert-badge.essential {
            background: linear-gradient(to bottom, #ffebee, #ffccd5);
            color: var(--status-essential-text);
            border: 1px solid #ffcdd2;
            border-top: 2px solid #d32f2f;
        }

        .ecp-cert-badge:hover {
            transform: translateY(-3px);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        }

        /* 品牌突出显示 */
        .brand-highlight {
            color: var(--primary-burgundy);
            font-weight: 700;
            position: relative;
            display: inline-block;
        }

        .brand-highlight::after {
            content: '';
            position: absolute;
            bottom: -2px;
            left: 0;
            width: 100%;
            height: 2px;
            background: var(--accent-gold);
            opacity: 0.7;
        }

        /* Footer Section - 红金边框 */
        .ecp-guide-footer {
            padding: 30px 45px;
            background: var(--light-bg);
            border-top: 1px solid var(--border-color);
            position: relative;
            z-index: 1;
        }

        .ecp-footer-note {
            color: var(--text-medium);
            line-height: 1.7;
            margin-bottom: 20px;
            padding: 20px;
            background: white;
            border-radius: 8px;
            border-left: 4px solid var(--accent-gold);
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
            position: relative;
            overflow: hidden;
        }

        .ecp-footer-note::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 4px;
            height: 100%;
            background: linear-gradient(to bottom, var(--accent-gold), var(--primary-burgundy));
        }

        /* Responsive Design */
        @media (max-width: 1024px) {
            .ecp-component-guide {
                border-radius: 10px;
            }
            
            .ecp-guide-header,
            .ecp-guide-description,
            .ecp-guide-footer {
                padding-left: 30px;
                padding-right: 30px;
            }
            
            .ecp-main-title {
                font-size: 2.1rem;
            }
        }

        @media (max-width: 768px) {
            .ecp-component-guide {
                margin: 15px auto;
                border-radius: 8px;
            }
            
            .ecp-guide-header {
                padding: 30px 25px 25px;
            }
            
            .ecp-main-title {
                font-size: 1.8rem;
            }
            
            .ecp-subtitle {
                font-size: 1.05rem;
            }
            
            .ecp-guide-description,
            .ecp-guide-footer {
                padding: 25px;
            }
            
            .ecp-header-badges {
                gap: 10px;
            }
            
            .ecp-badge {
                padding: 8px 16px;
                font-size: 0.9rem;
            }
            
            .ecp-legend-container {
                gap: 20px;
            }
            
            .ecp-table-container {
                padding: 0 15px 25px;
            }
        }

        @media (max-width: 480px) {
            .ecp-main-title {
                font-size: 1.6rem;
            }
            
            .ecp-header-badges {
                flex-direction: column;
                align-items: flex-start;
            }
            
            .ecp-legend-container {
                flex-direction: column;
                gap: 15px;
            }
            
            .ecp-description-title {
                font-size: 1.3rem;
            }
        }

        /* 图标动画 */
        @keyframes icon-float {
            0%, 100% { transform: translateY(0) rotate(0deg); }
            50% { transform: translateY(-3px) rotate(5deg); }
        }

        @keyframes icon-pulse {
            0%, 100% { transform: scale(1); }
            50% { transform: scale(1.1); }
        }

        .ecp-badge .ecp-icon {
            animation: icon-float 3s ease-in-out infinite;
        }

        .ecp-description-title::before {
            animation: icon-pulse 2s ease-in-out infinite;
        }
    