/* Modern Documentation Design - Complete Layout Overhaul */
/* This creates a completely different documentation experience */

/* ===== HEADER - Minimal & Clean ===== */
[data-theme="modern-blue"] header,
[data-theme="modern-blue-dark"] header {
    background: var(--bg-secondary);
    box-shadow: 0 1px 0 var(--border-color);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--border-color);
    height: 64px;
}

[data-theme="modern-blue"] .logo,
[data-theme="modern-blue-dark"] .logo {
    color: var(--text-primary);
    font-weight: 600;
    font-size: 1.1rem;
    letter-spacing: -0.3px;
}

/* ===== SIDEBAR - Compact & Minimal ===== */
[data-theme="modern-blue"] .sidebar,
[data-theme="modern-blue-dark"] .sidebar {
    background-color: var(--bg-primary);
    border-right: 1px solid var(--border-color);
    box-shadow: none;
    padding: 24px 0;
}

[data-theme="modern-blue"] .nav-section-title,
[data-theme="modern-blue-dark"] .nav-section-title {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--text-tertiary);
    padding: 8px 20px;
    margin-top: 24px;
}

[data-theme="modern-blue"] .nav-item,
[data-theme="modern-blue-dark"] .nav-item {
    margin: 0;
    border-radius: 0;
    margin-left: 12px;
    margin-right: 12px;
}

[data-theme="modern-blue"] .nav-item a,
[data-theme="modern-blue-dark"] .nav-item a {
    padding: 8px 12px;
    font-size: 0.9rem;
    border-radius: 6px;
    font-weight: 400;
    transition: all 0.15s ease;
}

[data-theme="modern-blue"] .nav-item.active,
[data-theme="modern-blue-dark"] .nav-item.active {
    background: transparent;
}

[data-theme="modern-blue"] .nav-item.active > a,
[data-theme="modern-blue-dark"] .nav-item.active > a {
    background: var(--accent-light);
    color: var(--accent-solid);
    font-weight: 600;
}

[data-theme="modern-blue"] .nav-item:hover > a,
[data-theme="modern-blue-dark"] .nav-item:hover > a {
    background-color: var(--nav-hover-bg);
    transform: none;
}

/* ===== MAIN CONTENT - Wider, Cleaner Layout ===== */
[data-theme="modern-blue"] .main-content,
[data-theme="modern-blue-dark"] .main-content {
    padding: 48px 64px 48px 80px;
    max-width: 1400px;
    line-height: 1.75;
    font-size: 16px;
}

[data-theme="modern-blue"] .section-container,
[data-theme="modern-blue-dark"] .section-container {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    border: none;
    padding: 32px 0;
    margin: 32px 0;
    border-bottom: 1px solid var(--border-light);
}

[data-theme="modern-blue"] .section-container:hover,
[data-theme="modern-blue-dark"] .section-container:hover {
    transform: none;
}

/* ===== TYPOGRAPHY - Better Readability ===== */
[data-theme="modern-blue"] h1,
[data-theme="modern-blue-dark"] h1 {
    font-size: 2.75rem;
    font-weight: 700;
    color: var(--text-primary);
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    margin-top: 0;
    margin-bottom: 16px;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

[data-theme="modern-blue"] h2,
[data-theme="modern-blue-dark"] h2 {
    font-size: 1.875rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-top: 48px;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--border-color);
    letter-spacing: -0.01em;
}

[data-theme="modern-blue"] h2::before,
[data-theme="modern-blue-dark"] h2::before {
    display: none;
}

[data-theme="modern-blue"] h3,
[data-theme="modern-blue-dark"] h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--text-primary);
    margin-top: 32px;
    margin-bottom: 16px;
    background: none;
    -webkit-text-fill-color: unset;
}

[data-theme="modern-blue"] h4,
[data-theme="modern-blue-dark"] h4 {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--text-primary);
    margin-top: 24px;
    margin-bottom: 12px;
    border-left: none;
    padding-left: 0;
}

[data-theme="modern-blue"] p,
[data-theme="modern-blue-dark"] p {
    font-size: 1rem;
    line-height: 1.75;
    color: var(--text-secondary);
    margin: 16px 0;
}

[data-theme="modern-blue"] .lead,
[data-theme="modern-blue-dark"] .lead {
    font-size: 1.25rem;
    line-height: 1.6;
    color: var(--text-secondary);
    font-weight: 400;
}

/* ===== TABLES - Clean Minimal Design ===== */
[data-theme="modern-blue"] table,
[data-theme="modern-blue-dark"] table {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: none;
    border: 1px solid var(--border-color);
    font-size: 0.95rem;
}

[data-theme="modern-blue"] table th,
[data-theme="modern-blue-dark"] table th {
    background: var(--bg-tertiary);
    color: var(--text-primary);
    font-weight: 600;
    text-transform: none;
    font-size: 0.9rem;
    letter-spacing: 0;
    padding: 14px 16px;
}

[data-theme="modern-blue"] table td,
[data-theme="modern-blue-dark"] table td {
    padding: 14px 16px;
    border-color: var(--border-color);
}

[data-theme="modern-blue"] table tr:hover,
[data-theme="modern-blue-dark"] table tr:hover {
    background-color: var(--bg-tertiary);
    transition: background-color 0.15s ease;
}

/* ===== ALERTS & CALLOUTS - Subtle Design ===== */
[data-theme="modern-blue"] .note,
[data-theme="modern-blue-dark"] .note,
[data-theme="modern-blue"] .tip,
[data-theme="modern-blue-dark"] .tip,
[data-theme="modern-blue"] .warning,
[data-theme="modern-blue-dark"] .warning {
    border-radius: 8px;
    border-left-width: 3px;
    padding: 20px 24px;
    margin: 24px 0;
    font-size: 0.95rem;
}

[data-theme="modern-blue"] .note::before,
[data-theme="modern-blue-dark"] .note::before,
[data-theme="modern-blue"] .tip::before,
[data-theme="modern-blue-dark"] .tip::before,
[data-theme="modern-blue"] .warning::before,
[data-theme="modern-blue-dark"] .warning::before {
    display: none;
}

[data-theme="modern-blue"] .note-title,
[data-theme="modern-blue-dark"] .note-title,
[data-theme="modern-blue"] .tip-title,
[data-theme="modern-blue-dark"] .tip-title,
[data-theme="modern-blue"] .warning-title,
[data-theme="modern-blue-dark"] .warning-title {
    font-weight: 600;
    font-size: 0.95rem;
}

/* ===== BUTTONS - Minimal Modern Style ===== */
[data-theme="modern-blue"] .button,
[data-theme="modern-blue"] .primary-button,
[data-theme="modern-blue-dark"] .button,
[data-theme="modern-blue-dark"] .primary-button {
    background: var(--accent-solid);
    color: white;
    border: none;
    padding: 11px 20px;
    border-radius: 6px;
    font-weight: 500;
    font-size: 0.95rem;
    box-shadow: none;
    transition: all 0.2s ease;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}

[data-theme="modern-blue"] .button:hover,
[data-theme="modern-blue"] .primary-button:hover,
[data-theme="modern-blue-dark"] .button:hover,
[data-theme="modern-blue-dark"] .primary-button:hover {
    background: var(--accent-hover);
    transform: none;
    box-shadow: none;
    text-decoration: none;
}

[data-theme="modern-blue"] .secondary-button,
[data-theme="modern-blue-dark"] .secondary-button {
    background: transparent;
    color: var(--accent-solid);
    border: 1px solid var(--border-color);
    padding: 11px 20px;
    border-radius: 6px;
    font-weight: 500;
    font-size: 0.95rem;
    transition: all 0.2s ease;
}

[data-theme="modern-blue"] .secondary-button:hover,
[data-theme="modern-blue-dark"] .secondary-button:hover {
    background: var(--bg-tertiary);
    border-color: var(--accent-solid);
    transform: none;
    text-decoration: none;
}

/* Header Button Styles */
[data-theme="modern-blue"] .button-style,
[data-theme="modern-blue-dark"] .button-style {
    background: transparent;
    color: var(--text-primary);
    border: 1px solid var(--border-color);
    backdrop-filter: none;
    font-weight: 500;
    font-size: 0.9rem;
    padding: 7px 14px;
}

[data-theme="modern-blue"] .button-style:hover,
[data-theme="modern-blue-dark"] .button-style:hover {
    background: var(--bg-tertiary);
    border-color: var(--border-color);
    transform: none;
}

/* ===== THEME SWITCHER ===== */
[data-theme="modern-blue"] .theme-options,
[data-theme="modern-blue-dark"] .theme-options {
    background: var(--bg-secondary);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

[data-theme="modern-blue"] .theme-options button,
[data-theme="modern-blue-dark"] .theme-options button {
    font-size: 0.9rem;
    padding: 10px 16px;
}

[data-theme="modern-blue"] .theme-options button:hover,
[data-theme="modern-blue-dark"] .theme-options button:hover {
    background: var(--bg-tertiary);
    color: var(--text-primary);
    border-radius: 6px;
}

/* ===== FEATURE CARDS - Clean Card Design ===== */
[data-theme="modern-blue"] .feature-card,
[data-theme="modern-blue-dark"] .feature-card {
    background: var(--card-bg);
    border-radius: 8px;
    box-shadow: none;
    transition: all 0.2s ease;
    border: 1px solid var(--border-color);
    padding: 24px;
}

[data-theme="modern-blue"] .feature-card:hover,
[data-theme="modern-blue-dark"] .feature-card:hover {
    border-color: var(--accent-solid);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.08);
    transform: none;
}

[data-theme="modern-blue"] .feature-icon,
[data-theme="modern-blue-dark"] .feature-icon {
    background: var(--accent-light);
    color: var(--accent-solid);
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 1.3rem;
    box-shadow: none;
}

[data-theme="modern-blue"] .feature-title,
[data-theme="modern-blue-dark"] .feature-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--text-primary);
    margin: 16px 0 8px 0;
}

[data-theme="modern-blue"] .feature-content p,
[data-theme="modern-blue-dark"] .feature-content p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: var(--text-secondary);
}

/* ===== BADGES - Subtle Design ===== */
[data-theme="modern-blue"] .premium-badge,
[data-theme="modern-blue-dark"] .premium-badge {
    background: #fef3c7;
    color: #92400e;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    box-shadow: none;
}

/* ===== PRICING CARDS - Minimal Design ===== */
[data-theme="modern-blue"] .pricing-card,
[data-theme="modern-blue-dark"] .pricing-card {
    background: var(--card-bg);
    border-radius: 8px;
    box-shadow: none;
    border: 1px solid var(--border-color);
    transition: all 0.2s ease;
}

[data-theme="modern-blue"] .pricing-card:hover,
[data-theme="modern-blue-dark"] .pricing-card:hover {
    border-color: var(--accent-solid);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.08);
    transform: none;
}

[data-theme="modern-blue"] .pricing-card.featured,
[data-theme="modern-blue-dark"] .pricing-card.featured {
    border: 2px solid var(--accent-solid);
    box-shadow: none;
}

[data-theme="modern-blue"] .pricing-header,
[data-theme="modern-blue-dark"] .pricing-header {
    background: transparent;
    color: var(--text-primary);
    border-radius: 0;
    padding: 2rem;
    border-bottom: 1px solid var(--border-color);
}

[data-theme="modern-blue"] .pricing-price,
[data-theme="modern-blue-dark"] .pricing-price {
    font-size: 3rem;
    font-weight: 700;
    color: var(--text-primary);
}

/* ===== CODE BLOCKS - Clean Syntax Highlighting ===== */
[data-theme="modern-blue"] pre,
[data-theme="modern-blue-dark"] pre {
    border-radius: 8px;
    box-shadow: none;
    border: 1px solid var(--border-color);
    padding: 20px;
    font-size: 0.9rem;
    line-height: 1.6;
}

[data-theme="modern-blue"] code,
[data-theme="modern-blue-dark"] code {
    background: var(--inline-code-bg);
    color: var(--inline-code-text);
    border: none;
    padding: 0.15em 0.4em;
    border-radius: 4px;
    font-weight: 400;
    font-size: 0.9em;
}

[data-theme="modern-blue"] pre code,
[data-theme="modern-blue-dark"] pre code {
    background: transparent;
    padding: 0;
}

/* ===== SCROLLBAR - Minimal ===== */
[data-theme="modern-blue"] ::-webkit-scrollbar,
[data-theme="modern-blue-dark"] ::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

[data-theme="modern-blue"] ::-webkit-scrollbar-track,
[data-theme="modern-blue-dark"] ::-webkit-scrollbar-track {
    background: transparent;
}

[data-theme="modern-blue"] ::-webkit-scrollbar-thumb,
[data-theme="modern-blue-dark"] ::-webkit-scrollbar-thumb {
    background: var(--scrollbar-thumb);
    border-radius: 4px;
}

[data-theme="modern-blue"] ::-webkit-scrollbar-thumb:hover,
[data-theme="modern-blue-dark"] ::-webkit-scrollbar-thumb:hover {
    background: var(--scrollbar-thumb-hover);
}

/* ===== RESPONSIVE - Mobile Adjustments ===== */
@media (max-width: 768px) {
    [data-theme="modern-blue"] .main-content,
    [data-theme="modern-blue-dark"] .main-content {
        padding: 24px 20px;
    }
    
    [data-theme="modern-blue"] h1,
    [data-theme="modern-blue-dark"] h1 {
        font-size: 2rem;
    }
    
    [data-theme="modern-blue"] h2,
    [data-theme="modern-blue-dark"] h2 {
        font-size: 1.5rem;
    }
}

/* ===== HERO SECTION - Minimal & Clean ===== */
[data-theme="modern-blue"] .hero-section,
[data-theme="modern-blue-dark"] .hero-section {
    background: transparent;
    border-radius: 0;
    padding: 0;
    color: inherit;
    box-shadow: none;
    position: relative;
    overflow: visible;
    margin: 32px 0;
}

[data-theme="modern-blue"] .hero-section::before,
[data-theme="modern-blue-dark"] .hero-section::before {
    display: none;
}

[data-theme="modern-blue"] .hero-subtitle,
[data-theme="modern-blue-dark"] .hero-subtitle {
    font-size: 1.25rem;
    color: var(--text-secondary);
    font-weight: 400;
    margin: 12px 0 32px 0;
}

[data-theme="modern-blue"] .hero-buttons,
[data-theme="modern-blue-dark"] .hero-buttons {
    display: flex;
    gap: 12px;
    margin-top: 24px;
}

/* ===== LISTS - Better Spacing ===== */
[data-theme="modern-blue"] ul,
[data-theme="modern-blue"] ol,
[data-theme="modern-blue-dark"] ul,
[data-theme="modern-blue-dark"] ol {
    margin: 20px 0;
    padding-left: 24px;
}

[data-theme="modern-blue"] li,
[data-theme="modern-blue-dark"] li {
    margin-bottom: 10px;
    line-height: 1.7;
    color: var(--text-secondary);
}

[data-theme="modern-blue"] li strong,
[data-theme="modern-blue-dark"] li strong {
    color: var(--text-primary);
    font-weight: 600;
}

/* ===== LINKS - Subtle Style ===== */
[data-theme="modern-blue"] a,
[data-theme="modern-blue-dark"] a {
    color: var(--link-color);
    transition: all 0.15s ease;
    font-weight: 400;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}

[data-theme="modern-blue"] a:hover,
[data-theme="modern-blue-dark"] a:hover {
    color: var(--link-hover);
    text-decoration: none;
    border-bottom-color: var(--link-hover);
}

/* ===== REQUIREMENT & SUPPORT BOXES ===== */
[data-theme="modern-blue"] .requirements-box,
[data-theme="modern-blue"] .support-card,
[data-theme="modern-blue-dark"] .requirements-box,
[data-theme="modern-blue-dark"] .support-card {
    background: var(--card-bg);
    border-radius: 8px;
    border: 1px solid var(--border-color);
    box-shadow: none;
    transition: all 0.2s ease;
    padding: 24px;
}

[data-theme="modern-blue"] .requirements-box:hover,
[data-theme="modern-blue"] .support-card:hover,
[data-theme="modern-blue-dark"] .requirements-box:hover,
[data-theme="modern-blue-dark"] .support-card:hover {
    border-color: var(--accent-solid);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.08);
    transform: none;
}

[data-theme="modern-blue"] .requirements-box h3,
[data-theme="modern-blue"] .support-card h3,
[data-theme="modern-blue-dark"] .requirements-box h3,
[data-theme="modern-blue-dark"] .support-card h3 {
    margin-top: 0;
    font-size: 1.1rem;
}

/* Footer Modern Style */
[data-theme="modern-blue"] .site-footer,
[data-theme="modern-blue-dark"] .site-footer {
    background: var(--bg-secondary);
    border-top: 1px solid var(--border-color);
}

/* ========================================= */
/* GITHUB DOCS THEME ENHANCEMENTS */
/* ========================================= */

/* Header - GitHub Style */
[data-theme="github-docs"] header,
[data-theme="github-docs-dark"] header {
    background: var(--header-bg);
    box-shadow: var(--header-shadow);
    border-bottom: 1px solid var(--border-color);
}

[data-theme="github-docs"] .logo,
[data-theme="github-docs-dark"] .logo {
    font-weight: 600;
    font-size: 16px;
}

/* Sidebar - GitHub Style */
[data-theme="github-docs"] .sidebar,
[data-theme="github-docs-dark"] .sidebar {
    padding: 16px 0;
}

[data-theme="github-docs"] .nav-section-title,
[data-theme="github-docs-dark"] .nav-section-title {
    font-size: 12px;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0;
    padding: 8px 16px;
    margin-top: 16px;
}

[data-theme="github-docs"] .nav-item,
[data-theme="github-docs-dark"] .nav-item {
    margin: 2px 8px;
}

[data-theme="github-docs"] .nav-item a,
[data-theme="github-docs-dark"] .nav-item a {
    padding: 6px 8px;
    font-size: 14px;
    border-radius: 6px;
    font-weight: 400;
}

[data-theme="github-docs"] .nav-item.active > a,
[data-theme="github-docs-dark"] .nav-item.active > a {
    background: var(--active-nav-bg);
    font-weight: 600;
    color: var(--active-nav-text);
}

/* Main Content - GitHub Style */
[data-theme="github-docs"] .main-content,
[data-theme="github-docs-dark"] .main-content {
    padding: 32px 48px 32px 64px;
    max-width: 1216px;
    font-size: 16px;
    line-height: 1.6;
}

/* Typography - GitHub Style */
[data-theme="github-docs"] h1,
[data-theme="github-docs-dark"] h1 {
    font-size: 2rem;
    font-weight: 600;
    padding: 0;
    background: transparent;
    color: var(--text-primary);
    margin-bottom: 1rem;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 0.5rem;
    line-height: 1.25;
}

[data-theme="github-docs"] h2,
[data-theme="github-docs-dark"] h2 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid var(--border-color);
    line-height: 1.25;
}

[data-theme="github-docs"] h2::before,
[data-theme="github-docs-dark"] h2::before {
    display: none;
}

[data-theme="github-docs"] h3,
[data-theme="github-docs-dark"] h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    color: var(--text-primary);
    line-height: 1.25;
}

[data-theme="github-docs"] h4,
[data-theme="github-docs-dark"] h4 {
    font-size: 1rem;
    font-weight: 600;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    border-left: none;
    padding-left: 0;
}

[data-theme="github-docs"] p,
[data-theme="github-docs-dark"] p {
    margin: 1rem 0;
    line-height: 1.65;
    font-size: 1rem;
}

/* Code - GitHub Style */
[data-theme="github-docs"] code,
[data-theme="github-docs-dark"] code {
    padding: 0.2em 0.4em;
    font-size: 85%;
    border-radius: 6px;
}

[data-theme="github-docs"] pre,
[data-theme="github-docs-dark"] pre {
    padding: 16px;
    border-radius: 6px;
    font-size: 85%;
    line-height: 1.45;
}

/* Tables - GitHub Style */
[data-theme="github-docs"] table,
[data-theme="github-docs-dark"] table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
}

[data-theme="github-docs"] table th,
[data-theme="github-docs-dark"] table th {
    padding: 6px 13px;
    font-weight: 600;
}

[data-theme="github-docs"] table td,
[data-theme="github-docs-dark"] table td {
    padding: 6px 13px;
}

/* Alerts - GitHub Style */
[data-theme="github-docs"] .note,
[data-theme="github-docs"] .tip,
[data-theme="github-docs"] .warning,
[data-theme="github-docs-dark"] .note,
[data-theme="github-docs-dark"] .tip,
[data-theme="github-docs-dark"] .warning {
    padding: 16px;
    border-radius: 6px;
    border-left-width: 0;
    border: 1px solid;
}

[data-theme="github-docs"] .note,
[data-theme="github-docs-dark"] .note {
    border-color: var(--note-border);
}

[data-theme="github-docs"] .tip,
[data-theme="github-docs-dark"] .tip {
    border-color: var(--tip-border);
}

[data-theme="github-docs"] .warning,
[data-theme="github-docs-dark"] .warning {
    border-color: var(--warning-border);
}

/* Buttons - GitHub Style */
[data-theme="github-docs"] .button,
[data-theme="github-docs"] .primary-button,
[data-theme="github-docs-dark"] .button,
[data-theme="github-docs-dark"] .primary-button {
    padding: 5px 16px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 6px;
}

/* Section Container - GitHub Style */
[data-theme="github-docs"] .section-container,
[data-theme="github-docs-dark"] .section-container {
    background: var(--section-bg);
    border: 1px solid var(--border-color);
    border-radius: 6px;
    padding: 24px;
    margin: 24px 0;
    box-shadow: none;
}

/* Feature Cards - GitHub Style */
[data-theme="github-docs"] .feature-card,
[data-theme="github-docs-dark"] .feature-card {
    padding: 16px;
    border-radius: 6px;
}

/* ========================================= */
/* GITHUB DOCS NEON THEME (MATRIX GREEN) */
/* ========================================= */

/* Body - Neon glow effect */
[data-theme="github-docs-neon"] body {
    text-shadow: 0 0 2px rgba(0, 255, 65, 0.3);
}

/* Header - Neon Style */
[data-theme="github-docs-neon"] header {
    background: var(--header-bg);
    box-shadow: 0 2px 10px rgba(0, 255, 65, 0.2);
    border-bottom: 1px solid var(--border-color);
}

[data-theme="github-docs-neon"] .logo {
    font-weight: 700;
    font-size: 16px;
    text-shadow: 0 0 10px rgba(0, 255, 65, 0.8);
}

/* Sidebar - Neon glow */
[data-theme="github-docs-neon"] .sidebar {
    padding: 16px 0;
    border-right: 1px solid var(--border-color);
    box-shadow: 2px 0 10px rgba(0, 255, 65, 0.1);
}

[data-theme="github-docs-neon"] .nav-section-title {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 8px 16px;
    margin-top: 16px;
    color: var(--text-primary);
    text-shadow: 0 0 5px rgba(0, 255, 65, 0.5);
}

[data-theme="github-docs-neon"] .nav-item {
    margin: 2px 8px;
}

[data-theme="github-docs-neon"] .nav-item a {
    padding: 6px 8px;
    font-size: 14px;
    border-radius: 6px;
    font-weight: 400;
    transition: all 0.3s ease;
}

[data-theme="github-docs-neon"] .nav-item.active > a {
    background: var(--active-nav-bg);
    font-weight: 600;
    color: var(--active-nav-text);
    box-shadow: 0 0 10px rgba(0, 255, 65, 0.3);
    text-shadow: 0 0 5px rgba(0, 255, 65, 0.8);
}

[data-theme="github-docs-neon"] .nav-item:hover > a {
    background: var(--nav-hover-bg);
    text-shadow: 0 0 5px rgba(0, 255, 65, 0.6);
}

/* Main Content - Neon Style */
[data-theme="github-docs-neon"] .main-content {
    padding: 32px 48px 32px 64px;
    max-width: 1216px;
    font-size: 16px;
    line-height: 1.6;
}

/* Typography - Neon glow effects */
[data-theme="github-docs-neon"] h1 {
    font-size: 2rem;
    font-weight: 600;
    padding: 0;
    background: transparent;
    color: var(--text-primary);
    margin-bottom: 1rem;
    border-bottom: 2px solid var(--border-color);
    padding-bottom: 0.5rem;
    line-height: 1.25;
    text-shadow: 0 0 15px rgba(0, 255, 65, 0.6);
}

[data-theme="github-docs-neon"] h2 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid var(--border-color);
    line-height: 1.25;
    text-shadow: 0 0 10px rgba(0, 255, 65, 0.5);
}

[data-theme="github-docs-neon"] h2::before {
    display: none;
}

[data-theme="github-docs-neon"] h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    color: var(--text-primary);
    line-height: 1.25;
    text-shadow: 0 0 8px rgba(0, 255, 65, 0.4);
}

[data-theme="github-docs-neon"] h4 {
    font-size: 1rem;
    font-weight: 600;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    border-left: none;
    padding-left: 0;
    text-shadow: 0 0 5px rgba(0, 255, 65, 0.3);
}

[data-theme="github-docs-neon"] p {
    margin: 1rem 0;
    line-height: 1.65;
    font-size: 1rem;
}

/* Code - Matrix style */
[data-theme="github-docs-neon"] code {
    padding: 0.2em 0.4em;
    font-size: 85%;
    border-radius: 6px;
    border: 1px solid var(--inline-code-border);
    box-shadow: 0 0 5px rgba(0, 255, 65, 0.2);
}

[data-theme="github-docs-neon"] pre {
    padding: 16px;
    border-radius: 6px;
    font-size: 85%;
    line-height: 1.45;
    border: 1px solid var(--border-color);
    box-shadow: 0 0 15px rgba(0, 255, 65, 0.2);
}

/* Tables - Neon borders */
[data-theme="github-docs-neon"] table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    border: 1px solid var(--border-color);
    box-shadow: 0 0 10px rgba(0, 255, 65, 0.1);
}

[data-theme="github-docs-neon"] table th {
    padding: 6px 13px;
    font-weight: 600;
    border: 1px solid var(--border-color);
    text-shadow: 0 0 5px rgba(0, 255, 65, 0.5);
}

[data-theme="github-docs-neon"] table td {
    padding: 6px 13px;
    border: 1px solid var(--border-color);
}

[data-theme="github-docs-neon"] table tr:hover {
    background: var(--table-hover);
}

/* Alerts - Neon glow */
[data-theme="github-docs-neon"] .note,
[data-theme="github-docs-neon"] .tip,
[data-theme="github-docs-neon"] .warning {
    padding: 16px;
    border-radius: 6px;
    border-left-width: 0;
    border: 1px solid;
    box-shadow: 0 0 15px rgba(0, 255, 65, 0.2);
}

[data-theme="github-docs-neon"] .note {
    border-color: var(--note-border);
}

[data-theme="github-docs-neon"] .tip {
    border-color: var(--tip-border);
}

[data-theme="github-docs-neon"] .warning {
    border-color: var(--warning-border);
}

/* Buttons - Neon glow effect */
[data-theme="github-docs-neon"] .button,
[data-theme="github-docs-neon"] .primary-button {
    padding: 5px 16px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0, 255, 65, 0.4);
    transition: all 0.3s ease;
}

[data-theme="github-docs-neon"] .button:hover,
[data-theme="github-docs-neon"] .primary-button:hover {
    box-shadow: 0 0 20px rgba(0, 255, 65, 0.6);
}

/* Section Container - Neon borders */
[data-theme="github-docs-neon"] .section-container {
    background: var(--section-bg);
    border: 1px solid var(--border-color);
    border-radius: 6px;
    padding: 24px;
    margin: 24px 0;
    box-shadow: 0 0 15px rgba(0, 255, 65, 0.15);
}

/* Feature Cards - Neon glow */
[data-theme="github-docs-neon"] .feature-card {
    padding: 16px;
    border-radius: 6px;
    border: 1px solid var(--border-color);
    box-shadow: 0 0 10px rgba(0, 255, 65, 0.1);
    transition: all 0.3s ease;
}

[data-theme="github-docs-neon"] .feature-card:hover {
    box-shadow: 0 0 20px rgba(0, 255, 65, 0.3);
    border-color: var(--accent-solid);
}

/* Links - Neon glow */
[data-theme="github-docs-neon"] a {
    color: var(--link-color);
    text-shadow: 0 0 5px rgba(0, 255, 65, 0.4);
    transition: all 0.3s ease;
}

[data-theme="github-docs-neon"] a:hover {
    text-shadow: 0 0 10px rgba(0, 255, 65, 0.8);
}

/* Scrollbar - Neon style */
[data-theme="github-docs-neon"] ::-webkit-scrollbar-thumb {
    background: var(--scrollbar-thumb);
    box-shadow: inset 0 0 5px rgba(0, 255, 65, 0.3);
}

[data-theme="github-docs-neon"] ::-webkit-scrollbar-thumb:hover {
    background: var(--scrollbar-thumb-hover);
    box-shadow: inset 0 0 10px rgba(0, 255, 65, 0.5);
}

/* ========================================= */
/* DOKS THEME ENHANCEMENTS */
/* ========================================= */

/* Header - Doks Style */
[data-theme="doks"] header,
[data-theme="doks-dark"] header {
    background: var(--header-bg);
    box-shadow: var(--header-shadow);
    height: 72px;
}

[data-theme="doks"] .logo,
[data-theme="doks-dark"] .logo {
    font-weight: 700;
    font-size: 1.25rem;
    letter-spacing: -0.5px;
}

/* Sidebar - Doks Style */
[data-theme="doks"] .sidebar,
[data-theme="doks-dark"] .sidebar {
    padding: 24px 0;
}

[data-theme="doks"] .nav-section-title,
[data-theme="doks-dark"] .nav-section-title {
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 12px 20px 8px;
    margin-top: 20px;
}

[data-theme="doks"] .nav-item,
[data-theme="doks-dark"] .nav-item {
    margin: 2px 12px;
}

[data-theme="doks"] .nav-item a,
[data-theme="doks-dark"] .nav-item a {
    padding: 8px 12px;
    font-size: 0.9375rem;
    border-radius: 4px;
    font-weight: 400;
}

[data-theme="doks"] .nav-item.active > a,
[data-theme="doks-dark"] .nav-item.active > a {
    background: var(--active-nav-bg);
    color: var(--active-nav-text);
    font-weight: 600;
    border-left: 3px solid var(--active-nav-border);
    padding-left: 9px;
}

/* Main Content - Doks Style */
[data-theme="doks"] .main-content,
[data-theme="doks-dark"] .main-content {
    padding: 48px 56px 48px 72px;
    max-width: 1320px;
    font-size: 1rem;
    line-height: 1.75;
}

/* Typography - Doks Style */
[data-theme="doks"] h1,
[data-theme="doks-dark"] h1 {
    font-size: 2.25rem;
    font-weight: 800;
    padding: 0;
    background: transparent;
    color: var(--text-primary);
    margin-bottom: 1.5rem;
    line-height: 1.2;
    letter-spacing: -0.025em;
}

[data-theme="doks"] h2,
[data-theme="doks-dark"] h2 {
    font-size: 1.875rem;
    font-weight: 700;
    margin-top: 3rem;
    margin-bottom: 1rem;
    padding-bottom: 0;
    border-bottom: none;
}

[data-theme="doks"] h2::before,
[data-theme="doks-dark"] h2::before {
    display: none;
}

[data-theme="doks"] h3,
[data-theme="doks-dark"] h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

[data-theme="doks"] h4,
[data-theme="doks-dark"] h4 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    border-left: none;
    padding-left: 0;
}

[data-theme="doks"] p,
[data-theme="doks-dark"] p {
    margin: 1rem 0;
    line-height: 1.75;
    font-size: 1rem;
}

/* Code - Doks Style */
[data-theme="doks"] code,
[data-theme="doks-dark"] code {
    padding: 0.125rem 0.375rem;
    font-size: 0.875em;
    border-radius: 0.25rem;
    font-weight: 600;
}

[data-theme="doks"] pre,
[data-theme="doks-dark"] pre {
    padding: 1rem;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

/* Tables - Doks Style */
[data-theme="doks"] table,
[data-theme="doks-dark"] table {
    border-radius: 0.5rem;
    overflow: hidden;
    font-size: 0.9375rem;
}

[data-theme="doks"] table th,
[data-theme="doks-dark"] table th {
    padding: 0.75rem;
    font-weight: 700;
}

[data-theme="doks"] table td,
[data-theme="doks-dark"] table td {
    padding: 0.75rem;
}

/* Alerts - Doks Style */
[data-theme="doks"] .note,
[data-theme="doks"] .tip,
[data-theme="doks"] .warning,
[data-theme="doks-dark"] .note,
[data-theme="doks-dark"] .tip,
[data-theme="doks-dark"] .warning {
    padding: 1rem 1.25rem;
    border-radius: 0.5rem;
    border-left-width: 4px;
    font-size: 0.9375rem;
}

/* Buttons - Doks Style */
[data-theme="doks"] .button,
[data-theme="doks"] .primary-button,
[data-theme="doks-dark"] .button,
[data-theme="doks-dark"] .primary-button {
    padding: 0.625rem 1.25rem;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 0.5rem;
    text-transform: none;
}

/* Section Container - Doks Style */
[data-theme="doks"] .section-container,
[data-theme="doks-dark"] .section-container {
    background: var(--card-bg);
    border: 1px solid var(--border-color);
    padding: 2rem;
    margin: 2rem 0;
    border-radius: 0.5rem;
    box-shadow: var(--card-shadow);
}

/* Feature Cards - Doks Style */
[data-theme="doks"] .feature-card,
[data-theme="doks-dark"] .feature-card {
    padding: 1.5rem;
    border-radius: 0.5rem;
    box-shadow: var(--card-shadow);
}

[data-theme="doks"] .feature-icon,
[data-theme="doks-dark"] .feature-icon {
    background: var(--accent-light);
    color: var(--accent-solid);
    border-radius: 0.5rem;
}

/* ========================================= */
/* TAILWIND CSS THEME ENHANCEMENTS */
/* ========================================= */

/* Header - Tailwind Style */
[data-theme="tailwind"] header,
[data-theme="tailwind-dark"] header {
    background: var(--header-bg);
    box-shadow: var(--header-shadow);
    border-bottom: 1px solid var(--border-color);
}

[data-theme="tailwind"] .logo,
[data-theme="tailwind-dark"] .logo {
    font-weight: 700;
    font-size: 1.125rem;
    letter-spacing: -0.025em;
}

/* Sidebar - Tailwind Style */
[data-theme="tailwind"] .sidebar,
[data-theme="tailwind-dark"] .sidebar {
    padding: 24px 0;
}

[data-theme="tailwind"] .nav-section-title,
[data-theme="tailwind-dark"] .nav-section-title {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 8px 16px;
    margin-top: 24px;
}

[data-theme="tailwind"] .nav-item,
[data-theme="tailwind-dark"] .nav-item {
    margin: 2px 12px;
}

[data-theme="tailwind"] .nav-item a,
[data-theme="tailwind-dark"] .nav-item a {
    padding: 8px 12px;
    font-size: 0.875rem;
    border-radius: 6px;
    font-weight: 400;
}

[data-theme="tailwind"] .nav-item.active > a,
[data-theme="tailwind-dark"] .nav-item.active > a {
    background: var(--active-nav-bg);
    color: var(--active-nav-text);
    font-weight: 600;
}

/* Main Content - Tailwind Style */
[data-theme="tailwind"] .main-content,
[data-theme="tailwind-dark"] .main-content {
    padding: 48px 64px 48px 72px;
    max-width: 1280px;
    font-size: 1rem;
    line-height: 1.75;
}

/* Typography - Tailwind Style */
[data-theme="tailwind"] h1,
[data-theme="tailwind-dark"] h1 {
    font-size: 2.25rem;
    font-weight: 800;
    padding: 0;
    background: transparent;
    color: var(--text-primary);
    margin-bottom: 1rem;
    line-height: 1.1;
    letter-spacing: -0.025em;
}

[data-theme="tailwind"] h2,
[data-theme="tailwind-dark"] h2 {
    font-size: 1.875rem;
    font-weight: 700;
    margin-top: 3rem;
    margin-bottom: 1rem;
    padding-bottom: 0;
    border-bottom: none;
    letter-spacing: -0.025em;
}

[data-theme="tailwind"] h2::before,
[data-theme="tailwind-dark"] h2::before {
    display: none;
}

[data-theme="tailwind"] h3,
[data-theme="tailwind-dark"] h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: var(--text-primary);
    letter-spacing: -0.025em;
}

[data-theme="tailwind"] h4,
[data-theme="tailwind-dark"] h4 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    border-left: none;
    padding-left: 0;
}

[data-theme="tailwind"] p,
[data-theme="tailwind-dark"] p {
    margin: 1.25rem 0;
    line-height: 1.75;
    font-size: 1rem;
    color: var(--text-secondary);
}

[data-theme="tailwind"] .lead,
[data-theme="tailwind-dark"] .lead {
    font-size: 1.25rem;
    line-height: 1.75;
    color: var(--text-secondary);
}

/* Code - Tailwind Style */
[data-theme="tailwind"] code,
[data-theme="tailwind-dark"] code {
    padding: 0.2em 0.4em;
    font-size: 0.875em;
    border-radius: 0.375rem;
    font-weight: 600;
    border: 1px solid var(--inline-code-border);
}

[data-theme="tailwind"] pre,
[data-theme="tailwind-dark"] pre {
    padding: 1.25rem;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.7;
    box-shadow: var(--card-shadow);
}

[data-theme="tailwind"] pre code,
[data-theme="tailwind-dark"] pre code {
    border: none;
    padding: 0;
}

/* Tables - Tailwind Style */
[data-theme="tailwind"] table,
[data-theme="tailwind-dark"] table {
    border-radius: 0.5rem;
    overflow: hidden;
    font-size: 0.875rem;
    box-shadow: var(--card-shadow);
}

[data-theme="tailwind"] table th,
[data-theme="tailwind-dark"] table th {
    padding: 0.75rem 1rem;
    font-weight: 600;
    text-align: left;
}

[data-theme="tailwind"] table td,
[data-theme="tailwind-dark"] table td {
    padding: 0.75rem 1rem;
}

/* Alerts - Tailwind Style */
[data-theme="tailwind"] .note,
[data-theme="tailwind"] .tip,
[data-theme="tailwind"] .warning,
[data-theme="tailwind-dark"] .note,
[data-theme="tailwind-dark"] .tip,
[data-theme="tailwind-dark"] .warning {
    padding: 1rem 1.25rem;
    border-radius: 0.5rem;
    border-left-width: 4px;
    font-size: 0.875rem;
}

/* Buttons - Tailwind Style */
[data-theme="tailwind"] .button,
[data-theme="tailwind"] .primary-button,
[data-theme="tailwind-dark"] .button,
[data-theme="tailwind-dark"] .primary-button {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    font-weight: 600;
    border-radius: 0.375rem;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

/* Section Container - Tailwind Style */
[data-theme="tailwind"] .section-container,
[data-theme="tailwind-dark"] .section-container {
    background: var(--card-bg);
    border: 1px solid var(--border-color);
    padding: 2rem;
    margin: 2rem 0;
    border-radius: 0.75rem;
    box-shadow: var(--card-shadow);
}

/* Feature Cards - Tailwind Style */
[data-theme="tailwind"] .feature-card,
[data-theme="tailwind-dark"] .feature-card {
    padding: 1.5rem;
    border-radius: 0.75rem;
    box-shadow: var(--card-shadow);
    border: 1px solid var(--border-color);
}

[data-theme="tailwind"] .feature-card:hover,
[data-theme="tailwind-dark"] .feature-card:hover {
    border-color: var(--accent-solid);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

[data-theme="tailwind"] .feature-icon,
[data-theme="tailwind-dark"] .feature-icon {
    background: var(--accent-light);
    color: var(--accent-solid);
    border-radius: 0.5rem;
}

/* Links - Tailwind Style */
[data-theme="tailwind"] a,
[data-theme="tailwind-dark"] a {
    color: var(--link-color);
    font-weight: 500;
}

/* Lists - Tailwind Style */
[data-theme="tailwind"] ul,
[data-theme="tailwind"] ol,
[data-theme="tailwind-dark"] ul,
[data-theme="tailwind-dark"] ol {
    margin: 1.25rem 0;
}

[data-theme="tailwind"] li,
[data-theme="tailwind-dark"] li {
    margin-bottom: 0.5rem;
    line-height: 1.75;
}
