.elementor-976 .elementor-element.elementor-element-78cce1b{--display:flex;}.elementor-976 .elementor-element.elementor-element-c15d94f{--display:flex;}.elementor-976 .elementor-element.elementor-element-c33055a .e-gallery-item:hover .elementor-gallery-item__overlay, .elementor-976 .elementor-element.elementor-element-c33055a .e-gallery-item:focus .elementor-gallery-item__overlay{background-color:rgba(0,0,0,0.5);}.elementor-976 .elementor-element.elementor-element-c33055a{--image-transition-duration:800ms;--overlay-transition-duration:800ms;--content-text-align:center;--content-padding:20px;--content-transition-duration:800ms;--content-transition-delay:800ms;}/* Start custom CSS */.export-container {
            max-width: 900px;
            margin: 0 auto;
            background: white;
            padding: 30px;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        }
        .export-title {
            text-align: center;
            color: #333;
            margin-bottom: 10px;
            font-size: 28px;
        }
        .export-tagline {
            text-align: center;
            color: #666;
            margin-bottom: 20px;
            font-size: 14px;
        }
        .svg-container {
            text-align: center;
            margin: 30px 0;
        }
        .svg-container svg {
            max-width: 100%;
            height: auto;
        }
        .download-info {
            background: #f8f9fa;
            padding: 15px;
            border-radius: 6px;
            margin-top: 20px;
            font-size: 14px;
            line-height: 1.6;
        }
        .tech-specs {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 15px;
            margin-top: 20px;
        }
        .spec-item {
            background: #e3f2fd;
            padding: 15px;
            border-radius: 4px;
            text-align: center;
            font-size: 12px;
        }
        .spec-label {
            font-weight: bold;
            color: #1565c0;
            display: block;
        }
        .spec-value {
            color: #333;
            margin-top: 5px;
        }
        .content-section {
            margin-top: 30px;
            line-height: 1.7;
            color: #444;
        }
        .content-section h2 {
            color: #1e293b;
            margin-top: 25px;
            margin-bottom: 12px;
            font-size: 20px;
        }
        .content-section h3 {
            color: #334155;
            margin-top: 18px;
            margin-bottom: 10px;
            font-size: 16px;
        }
        .content-section p {
            margin-bottom: 12px;
        }
        .content-section ul, .content-section ol {
            margin-bottom: 12px;
            padding-left: 24px;
        }
        .content-section li {
            margin-bottom: 8px;
        }
        .content-section code {
            background: #f1f5f9;
            padding: 2px 6px;
            border-radius: 3px;
            font-family: monospace;
            font-size: 13px;
        }
        .content-section a {
            color: #0066cc;
            text-decoration: none;
        }
        .content-section a:hover {
            text-decoration: underline;
        }
        .toc {
            background: #fff8e1;
            padding: 15px;
            border-radius: 6px;
            margin: 20px 0;
            border-left: 4px solid #f59e0b;
        }
        .toc strong {
            display: block;
            margin-bottom: 10px;
            color: #92400e;
        }
        .toc ul {
            margin: 0;
            padding-left: 20px;
        }
        .toc li {
            margin-bottom: 5px;
        }
        .toc a {
            color: #d97706;
            text-decoration: none;
        }
        .toc a:hover {
            text-decoration: underline;
        }
        .footer-info {
            background: #f0f9ff;
            padding: 15px;
            border-radius: 6px;
            margin-top: 30px;
            font-size: 13px;
            border-left: 4px solid #3b82f6;
        }
        .footer-info a {
            color: #0066cc;
        }
                .challenge-box {
            background: #fff3cd;
            border-left: 4px solid #ffc107;
            padding: 20px;
            margin: 20px 0;
            border-radius: 4px;
        }
        
        .solution-box {
            background: #d4edda;
            border-left: 4px solid #28a745;
            padding: 20px;
            margin: 20px 0;
            border-radius: 4px;
        }
        
        .highlight-box {
            background: #e3f2fd;
            border: 1px solid #2196f3;
            border-radius: 6px;
            padding: 20px;
            margin: 20px 0;
        }
        
        .highlight-box h4 {
            color: #1976d2;
            margin-top: 0;
            margin-bottom: 10px;
        }
        
        pre {
            background: #f8f9fa;
            border: 1px solid #e9ecef;
            border-radius: 6px;
            padding: 20px;
            overflow-x: auto;
            font-size: 0.9em;
            line-height: 1.4;
        }
        
        code {
            background: #f8f9fa;
            padding: 2px 6px;
            border-radius: 3px;
            font-family: 'Monaco', 'Courier New', monospace;
            font-size: 0.9em;
        }
        
        pre code {
            background: none;
            padding: 0;
        }
        
        ul, ol {
            padding-left: 25px;
        }
        
        li {
            margin-bottom: 8px;
        }
        
        .features-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 20px;
            margin: 25px 0;
        }
        
        .feature-card {
            background: #f8f9fa;
            padding: 20px;
            border-radius: 6px;
            border-left: 4px solid #3498db;
        }
        
        .feature-card h4 {
            margin-top: 0;
            color: #2c3e50;
            font-size: 1.1em;
        }
        
        .benefits-list {
            list-style: none;
            padding: 0;
        }
        
        .benefits-list li {
            padding: 8px 0;
            padding-left: 25px;
            position: relative;
        }
        
        .benefits-list li:before {
            content: "✓";
            color: #28a745;
            font-weight: bold;
            position: absolute;
            left: 0;
        }
        
        .workflow-steps {
            counter-reset: step-counter;
            list-style: none;
            padding: 0;
        }
        
        .workflow-steps li {
            counter-increment: step-counter;
            background: #f8f9fa;
            padding: 20px;
            margin: 15px 0;
            border-radius: 6px;
            border-left: 4px solid #3498db;
            position: relative;
            padding-left: 60px;
        }
        
        .workflow-steps li:before {
            content: counter(step-counter);
            background: #3498db;
            color: white;
            width: 28px;
            height: 28px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            left: 15px;
            top: 20px;
            font-weight: bold;
            font-size: 0.9em;
        }
        
        a {
            color: #3498db;
            text-decoration: none;
        }
        
        a:hover {
            color: #2980b9;
            text-decoration: underline;
        }
        
        a[target="_blank"]::after {
            content: " ↗";
            font-size: 0.8em;
            opacity: 0.7;
        }
        
        hr {
            border: none;
            border-top: 1px solid #eee;
            margin: 40px 0;
        }
        
        .tech-stack {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin: 20px 0;
        }
        
        .tech-tag {
            background: #e9ecef;
            padding: 6px 12px;
            border-radius: 15px;
            font-size: 0.85em;
            color: #495057;
        }
        h1.intro-title {
    display: none;
}
.intro-meta {
    display: none;
}/* End custom CSS */