/* _content/AIDetect/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-kqals8maiv] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.single-page[b-kqals8maiv] {
    width: 100%;
    min-height: 100vh;
    background: #fafafa;
    background-attachment: fixed;
    display: flex;
    flex-direction: column;
}

main[b-kqals8maiv] {
    flex: 1;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 0.5rem 1rem;
}

.content[b-kqals8maiv] {
    width: 100%;
    display: flex;
    justify-content: center;
}

.sidebar[b-kqals8maiv] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-kqals8maiv] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-kqals8maiv]  a, .top-row[b-kqals8maiv]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-kqals8maiv]  a:hover, .top-row[b-kqals8maiv]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-kqals8maiv]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-kqals8maiv] {
        justify-content: space-between;
    }

    .top-row[b-kqals8maiv]  a, .top-row[b-kqals8maiv]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-kqals8maiv] {
        flex-direction: row;
    }

    .sidebar[b-kqals8maiv] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-kqals8maiv] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-kqals8maiv]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-kqals8maiv], article[b-kqals8maiv] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

.page-wrapper[b-kqals8maiv] {
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

#blazor-error-ui[b-kqals8maiv] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-kqals8maiv] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* _content/AIDetect/Components/Pages/AIDetect.razor.rz.scp.css */
/* Site Header */
.site-header[b-gm0vssh9v1] {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 0;
}

.header-container[b-gm0vssh9v1] {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 2rem;
}

.logo-brand[b-gm0vssh9v1] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.header-logo[b-gm0vssh9v1] {
    height: 40px;
    width: auto;
}

.brand-name[b-gm0vssh9v1] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1976d2;
}

.header-nav[b-gm0vssh9v1] {
    display: flex;
    gap: 2rem;
    align-items: center;
}

.nav-link[b-gm0vssh9v1] {
    color: #333;
    text-decoration: none;
    font-weight: 500;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.nav-link:hover[b-gm0vssh9v1] {
    color: #1976d2;
    background-color: #f0f7ff;
}

.nav-link.active[b-gm0vssh9v1] {
    color: #1976d2;
    background-color: #e3f2fd;
}

.mobile-menu-toggle[b-gm0vssh9v1] {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 0.5rem;
}

.hamburger-line[b-gm0vssh9v1] {
    width: 24px;
    height: 3px;
    background-color: #333;
    margin: 3px 0;
    transition: 0.3s;
}

.mobile-nav[b-gm0vssh9v1] {
    display: none;
    background: #fff;
    border-top: 1px solid #e0e0e0;
    padding: 1rem 0;
}

.mobile-nav.open[b-gm0vssh9v1] {
    display: block;
}

.mobile-nav-link[b-gm0vssh9v1] {
    display: block;
    color: #333;
    text-decoration: none;
    padding: 0.75rem 2rem;
    font-weight: 500;
    transition: background-color 0.3s ease;
    cursor: pointer;
}

.mobile-nav-link:hover[b-gm0vssh9v1] {
    background-color: #f0f7ff;
    color: #1976d2;
}

/* Main Content */
.main-content[b-gm0vssh9v1] {
    margin-top: 80px; /* Account for fixed header */
    min-height: calc(100vh - 80px); /* Ensure main content takes at least full height minus header */
    display: flex;
    flex-direction: column;
}

.section[b-gm0vssh9v1] {
    padding: 4rem 0;
    min-height: auto;
    flex: none; /* Don't allow sections to grow to fill space */
}

.section-container[b-gm0vssh9v1] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.section h2[b-gm0vssh9v1] {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
    text-align: center;
    margin-bottom: 3rem;
}

/* AI Detector Section */
.aidetect-section[b-gm0vssh9v1] {
    background: linear-gradient(135deg, #f5f7fa 0%, #e4e8f0 100%);
    padding: 3rem 0;
}

.aidetect-container[b-gm0vssh9v1] {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 2rem;
}

.logo-container[b-gm0vssh9v1] {
    display: flex;
    justify-content: center;
    margin-bottom: 1.5rem;
    width: 100%;
    max-width: 800px;
}

.logo-image[b-gm0vssh9v1] {
    max-width: 300px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.header[b-gm0vssh9v1] {
    background-color: #1976d2;
    color: white;
    padding: 1rem;
    font-size: 1.2rem;
    font-weight: 500;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    width: 100%;
    box-sizing: border-box;
}

.textarea-container[b-gm0vssh9v1] {
    position: relative;
    border: 1px solid #ccc;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: white;
    width: 100%;
    box-sizing: border-box;
}

.aidetect-textarea[b-gm0vssh9v1] {
    width: 100%;
    border: none;
    padding: 1rem;
    font-size: 1rem;
    min-height: 200px;
    resize: vertical;
    font-family: monospace;
    background: white;
    box-sizing: border-box;
    display: block;
}

.button-container[b-gm0vssh9v1] {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 1rem;
    width: 100%;
    gap: 0.5rem;
}

.process-btn[b-gm0vssh9v1] {
    background-color: #1976d2;
    color: white;
    border: none;
    border-radius: 4px;
    padding: 0.75rem 2rem;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s;
}

.process-btn:hover:not(:disabled)[b-gm0vssh9v1] {
    background-color: #1565c0;
}

.process-btn:disabled[b-gm0vssh9v1] {
    opacity: 0.6;
    cursor: not-allowed;
}

.button-warning[b-gm0vssh9v1] {
    color: #d32f2f;
    font-size: 0.85rem;
    text-align: center;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 0.25rem 0;
}

.button-warning p[b-gm0vssh9v1] {
    margin: 0;
    padding: 0;
}

.validation-message[b-gm0vssh9v1] {
    color: #d32f2f;
    margin-top: 0.5rem;
    font-size: 0.9rem;
    width: 100%;
    text-align: center;
}

.validation-message.info[b-gm0vssh9v1] {
    color: #1976d2;
    background: #e3f2fd;
    border: 1px solid #bbdefb;
    text-align: center;
}

.aidetect-loading[b-gm0vssh9v1] {
    color: #1976d2;
    font-weight: 500;
    margin-top: 1rem;
    text-align: center;
    width: 100%;
}

.aidetect-result[b-gm0vssh9v1] {
    border-radius: 4px;
    padding: 1.5rem;
    font-size: 1.2rem;
    font-weight: 600;
    margin-top: 1rem;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    border: 2px solid;
    animation: resultFadeIn-b-gm0vssh9v1 0.5s ease-in-out;
}

@keyframes resultFadeIn-b-gm0vssh9v1 {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.aidetect-result.ai[b-gm0vssh9v1] {
    background: linear-gradient(135deg, #ffebee 0%, #ffcdd2 100%);
    color: #c62828;
    border-color: #e53935;
    box-shadow: 0 4px 12px rgba(229, 57, 53, 0.3);
}

.aidetect-result.ai[b-gm0vssh9v1]::before {
    content: "⚠️ ";
    font-size: 1.4rem;
    margin-right: 0.5rem;
}

.aidetect-result.human[b-gm0vssh9v1] {
    background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);
    color: #2e7d32;
    border-color: #4caf50;
    box-shadow: 0 4px 12px rgba(76, 175, 80, 0.3);
}

.aidetect-result.human[b-gm0vssh9v1]::before {
    content: "✅ ";
    font-size: 1.4rem;
    margin-right: 0.5rem;
}

.aidetect-confidence[b-gm0vssh9v1] {
    font-size: 1rem;
    font-weight: 500;
    margin-top: 0.75rem;
    opacity: 0.9;
}

.aidetect-error[b-gm0vssh9v1] {
    color: #d32f2f;
    background: #ffebee;
    border: 1px solid #ffcdd2;
    border-radius: 4px;
    padding: 0.75rem 1rem;
    margin-top: 1rem;
    text-align: center;
    font-weight: 500;
    width: 100%;
    box-sizing: border-box;
}

/* Styles for detailed analysis */
.aidetect-details[b-gm0vssh9v1] {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    margin-top: 1.5rem;
    padding: 1rem;
    width: 100%;
    box-sizing: border-box;
}

.aidetect-details h3[b-gm0vssh9v1] {
    color: #1976d2;
    font-size: 1.2rem;
    margin-top: 0;
    margin-bottom: 1rem;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 0.5rem;
}

.aidetect-details h4[b-gm0vssh9v1] {
    color: #333;
    font-size: 1.1rem;
    margin: 1rem 0 0.5rem 0;
}

.detail-item[b-gm0vssh9v1] {
    display: flex;
    margin-bottom: 0.5rem;
}

.detail-label[b-gm0vssh9v1] {
    font-weight: 500;
    width: 100px;
    color: #555;
}

.detail-value[b-gm0vssh9v1] {
    flex: 1;
}

.sentences-container[b-gm0vssh9v1] {
    margin-top: 1rem;
}

.sentence[b-gm0vssh9v1] {
    background: #f5f5f5;
    border-left: 3px solid #ccc;
    padding: 0.75rem 1rem;
    margin-bottom: 0.75rem;
    border-radius: 0 4px 4px 0;
    transition: all 0.3s ease;
}

.sentence.ai-sentence[b-gm0vssh9v1] {
    background: linear-gradient(135deg, #ffebee 0%, #ffcdd2 100%);
    border-left: 4px solid #e53935;
    box-shadow: 0 2px 8px rgba(229, 57, 53, 0.2);
}

.sentence.ai-sentence .sentence-text[b-gm0vssh9v1] {
    color: #c62828;
    font-weight: 500;
}

.sentence.ai-sentence .sentence-prob[b-gm0vssh9v1] {
    color: #d32f2f;
    font-weight: 600;
}

.sentence-text[b-gm0vssh9v1] {
    font-size: 0.95rem;
    margin-bottom: 0.25rem;
}

.sentence-prob[b-gm0vssh9v1] {
    font-size: 0.8rem;
    color: #666;
}

/* About Us Section */
.about-section[b-gm0vssh9v1] {
    background: #fff;
}

.content-grid[b-gm0vssh9v1] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
}

.content-text p[b-gm0vssh9v1] {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #555;
    margin-bottom: 1.5rem;
}

.feature-highlights[b-gm0vssh9v1] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.highlight-item[b-gm0vssh9v1] {
    padding: 1.5rem;
    background: #f8f9fa;
    border-radius: 8px;
    border-left: 4px solid #1976d2;
}

.highlight-item h4[b-gm0vssh9v1] {
    margin: 0 0 0.5rem 0;
    color: #333;
    font-size: 1.1rem;
}

.highlight-item p[b-gm0vssh9v1] {
    margin: 0;
    color: #666;
    font-size: 0.95rem;
}

/* How it Works Section */
.how-it-works-section[b-gm0vssh9v1] {
    background: #f8f9fa;
}

.steps-container[b-gm0vssh9v1] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.step[b-gm0vssh9v1] {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 2rem;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.step-number[b-gm0vssh9v1] {
    background: #1976d2;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.step-content h3[b-gm0vssh9v1] {
    margin: 0 0 0.5rem 0;
    color: #333;
    font-size: 1.3rem;
}

.step-content p[b-gm0vssh9v1] {
    margin: 0;
    color: #666;
    line-height: 1.5;
}

.technology-info[b-gm0vssh9v1] {
    background: #fff;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.technology-info h3[b-gm0vssh9v1] {
    color: #1976d2;
    margin-bottom: 1rem;
}

.technology-info p[b-gm0vssh9v1] {
    color: #555;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.technology-info ul[b-gm0vssh9v1] {
    list-style: none;
    padding: 0;
}

.technology-info li[b-gm0vssh9v1] {
    padding: 0.5rem 0;
    color: #555;
    position: relative;
    padding-left: 1.5rem;
}

.technology-info li[b-gm0vssh9v1]:before {
    content: "✓";
    color: #1976d2;
    font-weight: bold;
    position: absolute;
    left: 0;
}

/* Privacy and Terms Sections */
.privacy-section[b-gm0vssh9v1], .terms-section[b-gm0vssh9v1] {
    background: #fff;
}

.policy-content[b-gm0vssh9v1], .terms-content[b-gm0vssh9v1] {
    max-width: 800px;
    margin: 0 auto;
}

.policy-section[b-gm0vssh9v1], .terms-section[b-gm0vssh9v1] {
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #e0e0e0;
}

.policy-section:last-child[b-gm0vssh9v1], .terms-section:last-child[b-gm0vssh9v1] {
    border-bottom: none;
}

.policy-section h3[b-gm0vssh9v1], .terms-section h3[b-gm0vssh9v1] {
    color: #1976d2;
    font-size: 1.3rem;
    margin-bottom: 1rem;
}

.policy-section p[b-gm0vssh9v1], .terms-section p[b-gm0vssh9v1] {
    color: #555;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.policy-section ul[b-gm0vssh9v1], .terms-section ul[b-gm0vssh9v1] {
    color: #555;
    line-height: 1.6;
    padding-left: 1.5rem;
}

.policy-section li[b-gm0vssh9v1], .terms-section li[b-gm0vssh9v1] {
    margin-bottom: 0.5rem;
}

/* Footer - Fixed positioning */
.app-footer[b-gm0vssh9v1] {
    background: #333;
    color: #fff;
    padding: 2rem 0 1rem 0;
    width: 100%;
    position: relative; /* Changed from any absolute positioning */
    clear: both; /* Ensure it clears any floated content */
}

.footer-container[b-gm0vssh9v1] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    width: 100%;
    box-sizing: border-box;
}

.footer-content[b-gm0vssh9v1] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    width: 100%;
}

.footer-brand[b-gm0vssh9v1] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.footer-logo[b-gm0vssh9v1] {
    height: 30px;
    width: auto;
}

.footer-brand-name[b-gm0vssh9v1] {
    font-size: 1.2rem;
    font-weight: 600;
}

.footer-links[b-gm0vssh9v1] {
    display: flex;
    gap: 2rem;
}

.footer-links a[b-gm0vssh9v1] {
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s ease;
    cursor: pointer;
}

.footer-links a:hover[b-gm0vssh9v1] {
    color: #fff;
}

.footer-bottom[b-gm0vssh9v1] {
    text-align: center;
    padding-top: 1rem;
    border-top: 1px solid #555;
    width: 100%;
}

.footer-bottom p[b-gm0vssh9v1] {
    margin: 0;
    color: #ccc;
    font-size: 0.9rem;
}

/* Page wrapper to ensure proper layout */
body[b-gm0vssh9v1] {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .header-nav[b-gm0vssh9v1] {
        display: none;
    }
    
    .mobile-menu-toggle[b-gm0vssh9v1] {
        display: flex;
    }
    
    .header-container[b-gm0vssh9v1] {
        padding: 1rem;
    }
    
    .section-container[b-gm0vssh9v1] {
        padding: 0 1rem;
    }
    
    .aidetect-container[b-gm0vssh9v1] {
        padding: 0 1rem;
    }
    
    .content-grid[b-gm0vssh9v1] {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .steps-container[b-gm0vssh9v1] {
        grid-template-columns: 1fr;
    }
    
    .step[b-gm0vssh9v1] {
        flex-direction: column;
        text-align: center;
    }
    
    .footer-content[b-gm0vssh9v1] {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }
    
    .footer-links[b-gm0vssh9v1] {
        flex-wrap: wrap;
        justify-content: center;
        gap: 1rem;
    }
}

@media (max-width: 480px) {
    .section h2[b-gm0vssh9v1] {
        font-size: 2rem;
    }
    
    .logo-image[b-gm0vssh9v1] {
        max-width: 250px;
    }
    
    .brand-name[b-gm0vssh9v1] {
        font-size: 1.3rem;
    }
}
/* _content/AIDetect/Components/Pages/Blog.razor.rz.scp.css */
/* Import header styles from main page */
/* Site Header */
.site-header[b-15gnellw8x] {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 0;
}

.header-container[b-15gnellw8x] {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 2rem;
}

.logo-brand[b-15gnellw8x] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.header-logo[b-15gnellw8x] {
    height: 40px;
    width: auto;
}

.brand-name[b-15gnellw8x] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1976d2;
}

.header-nav[b-15gnellw8x] {
    display: flex;
    gap: 2rem;
    align-items: center;
}

.nav-link[b-15gnellw8x] {
    color: #333;
    text-decoration: none;
    font-weight: 500;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.nav-link:hover[b-15gnellw8x] {
    color: #1976d2;
    background-color: #f0f7ff;
}

.nav-link.active[b-15gnellw8x] {
    color: #1976d2;
    background-color: #e3f2fd;
}

.mobile-menu-toggle[b-15gnellw8x] {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 0.5rem;
}

.hamburger-line[b-15gnellw8x] {
    width: 24px;
    height: 3px;
    background-color: #333;
    margin: 3px 0;
    transition: 0.3s;
}

.mobile-nav[b-15gnellw8x] {
    display: none;
    background: #fff;
    border-top: 1px solid #e0e0e0;
    padding: 1rem 0;
}

.mobile-nav.open[b-15gnellw8x] {
    display: block;
}

.mobile-nav-link[b-15gnellw8x] {
    display: block;
    color: #333;
    text-decoration: none;
    padding: 0.75rem 2rem;
    font-weight: 500;
    transition: background-color 0.3s ease;
    cursor: pointer;
}

.mobile-nav-link:hover[b-15gnellw8x] {
    background-color: #f0f7ff;
    color: #1976d2;
}

/* Footer styles */
.app-footer[b-15gnellw8x] {
    background: #333;
    color: #fff;
    padding: 2rem 0 1rem 0;
    width: 100%;
    position: relative;
    clear: both;
}

.footer-container[b-15gnellw8x] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    width: 100%;
    box-sizing: border-box;
}

.footer-content[b-15gnellw8x] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    width: 100%;
}

.footer-brand[b-15gnellw8x] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.footer-logo[b-15gnellw8x] {
    height: 30px;
    width: auto;
}

.footer-brand-name[b-15gnellw8x] {
    font-size: 1.2rem;
    font-weight: 600;
}

.footer-links[b-15gnellw8x] {
    display: flex;
    gap: 2rem;
}

.footer-links a[b-15gnellw8x] {
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s ease;
    cursor: pointer;
}

.footer-links a:hover[b-15gnellw8x] {
    color: #fff;
}

.footer-bottom[b-15gnellw8x] {
    text-align: center;
    padding-top: 1rem;
    border-top: 1px solid #555;
    width: 100%;
}

.footer-bottom p[b-15gnellw8x] {
    margin: 0;
    color: #ccc;
    font-size: 0.9rem;
}

/* Blog-specific styles */
.blog-main[b-15gnellw8x] {
    background: #f8f9fa;
    margin-top: 80px; /* Account for fixed header */
    min-height: calc(100vh - 80px);
}

.blog-hero[b-15gnellw8x] {
    background: linear-gradient(135deg, #1976d2 0%, #1565c0 100%);
    color: white;
    padding: 4rem 0 3rem 0;
    text-align: center;
}

.blog-hero-container[b-15gnellw8x] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.blog-hero h1[b-15gnellw8x] {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.blog-hero p[b-15gnellw8x] {
    font-size: 1.2rem;
    opacity: 0.9;
    max-width: 600px;
    margin: 0 auto;
}

.blog-container[b-15gnellw8x] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 3rem 2rem;
    display: grid;
    grid-template-columns: 250px 1fr;
    gap: 3rem;
}

.blog-sidebar[b-15gnellw8x] {
    position: sticky;
    top: 120px;
    height: fit-content;
}

.sidebar-section[b-15gnellw8x] {
    background: white;
    border-radius: 8px;
    padding: 1.5rem;
    margin-bottom: 2rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.sidebar-section h3[b-15gnellw8x] {
    color: #1976d2;
    font-size: 1.2rem;
    margin-bottom: 1rem;
    border-bottom: 2px solid #e3f2fd;
    padding-bottom: 0.5rem;
}

.article-nav[b-15gnellw8x] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.article-nav a[b-15gnellw8x] {
    color: #555;
    text-decoration: none;
    padding: 0.5rem 0;
    border-left: 3px solid transparent;
    padding-left: 0.75rem;
    transition: all 0.3s ease;
    font-size: 0.9rem;
    cursor: pointer;
}

.article-nav a:hover[b-15gnellw8x] {
    color: #1976d2;
    border-left-color: #1976d2;
    background-color: #f0f7ff;
}

.sidebar-ad[b-15gnellw8x] {
    background: white;
    border-radius: 8px;
    padding: 1rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    text-align: center;
}

.blog-content[b-15gnellw8x] {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    overflow: hidden;
}

.blog-article[b-15gnellw8x] {
    border-bottom: 1px solid #e0e0e0;
    padding: 3rem;
}

.blog-article:last-child[b-15gnellw8x] {
    border-bottom: none;
}

.article-header[b-15gnellw8x] {
    margin-bottom: 2rem;
    border-bottom: 2px solid #e3f2fd;
    padding-bottom: 1rem;
}

.article-header h2[b-15gnellw8x] {
    color: #1976d2;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    line-height: 1.3;
}

.article-meta[b-15gnellw8x] {
    display: flex;
    gap: 1rem;
    color: #666;
    font-size: 0.9rem;
}

.publish-date[b-15gnellw8x]::before {
    content: "?? ";
    margin-right: 0.25rem;
}

.author[b-15gnellw8x]::before {
    content: "?? ";
    margin-right: 0.25rem;
}

.article-content[b-15gnellw8x] {
    line-height: 1.7;
    color: #333;
}

.article-content h3[b-15gnellw8x] {
    color: #1976d2;
    font-size: 1.4rem;
    font-weight: 600;
    margin: 2rem 0 1rem 0;
    border-left: 4px solid #1976d2;
    padding-left: 1rem;
}

.article-content p[b-15gnellw8x] {
    margin-bottom: 1.5rem;
    font-size: 1rem;
}

.article-content ul[b-15gnellw8x],
.article-content ol[b-15gnellw8x] {
    margin-bottom: 1.5rem;
    padding-left: 2rem;
}

.article-content li[b-15gnellw8x] {
    margin-bottom: 0.5rem;
}

.article-content blockquote[b-15gnellw8x] {
    background: #f0f7ff;
    border-left: 4px solid #1976d2;
    margin: 1.5rem 0;
    padding: 1rem 1.5rem;
    font-style: italic;
    color: #555;
}

.article-cta[b-15gnellw8x] {
    background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
    border: 2px solid #1976d2;
    border-radius: 8px;
    padding: 1.5rem;
    margin: 2rem 0;
    text-align: center;
}

.article-cta p[b-15gnellw8x] {
    margin: 0;
    font-size: 1.1rem;
}

.article-cta a[b-15gnellw8x] {
    color: #1976d2;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 2px solid transparent;
    transition: border-color 0.3s ease;
}

.article-cta a:hover[b-15gnellw8x] {
    border-bottom-color: #1976d2;
}

.ad-container[b-15gnellw8x] {
    margin: 2rem 0;
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 4px;
    text-align: center;
}

.ad-container .adsbygoogle[b-15gnellw8x] {
    display: block !important;
}

/* Mobile responsive for blog */
@media (max-width: 768px) {
    .header-nav[b-15gnellw8x] {
        display: none;
    }
    
    .mobile-menu-toggle[b-15gnellw8x] {
        display: flex;
    }
    
    .header-container[b-15gnellw8x] {
        padding: 1rem;
    }
    
    .blog-hero h1[b-15gnellw8x] {
        font-size: 2rem;
    }
    
    .blog-hero p[b-15gnellw8x] {
        font-size: 1rem;
    }
    
    .blog-container[b-15gnellw8x] {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 2rem 1rem;
    }
    
    .blog-sidebar[b-15gnellw8x] {
        position: static;
        order: 2;
    }
    
    .sidebar-section[b-15gnellw8x] {
        margin-bottom: 1rem;
    }
    
    .blog-article[b-15gnellw8x] {
        padding: 2rem 1rem;
    }
    
    .article-header h2[b-15gnellw8x] {
        font-size: 1.6rem;
    }
    
    .article-meta[b-15gnellw8x] {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .footer-content[b-15gnellw8x] {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }
    
    .footer-links[b-15gnellw8x] {
        flex-wrap: wrap;
        justify-content: center;
        gap: 1rem;
    }
}
