@import 'Application.Client.n63xqkmamg.bundle.scp.css';
@import '_content/BlazorColorPicker/BlazorColorPicker.d6615pwxbx.bundle.scp.css';
@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';
@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';
@import '_content/CrahunBlazorComponents/CrahunBlazorComponents.s91u3xpm60.bundle.scp.css';
@import '_content/Majorsoft.Blazor.Components.Common.JsInterop/Majorsoft.Blazor.Components.Common.JsInterop.bundle.scp.css';
@import '_content/Majorsoft.Blazor.Components.GdprConsent/Majorsoft.Blazor.Components.GdprConsent.bundle.scp.css';
@import '_content/Majorsoft.Blazor.Components.Modal/Majorsoft.Blazor.Components.Modal.bundle.scp.css';
@import '_content/Majorsoft.Blazor.Components.Toggle/Majorsoft.Blazor.Components.Toggle.bundle.scp.css';
@import '_content/SmartComponents.AspNetCore.Components/SmartComponents.AspNetCore.Components.bundle.scp.css';
@import '_content/TailwindUI/TailwindUI.g5c1r2w7sh.bundle.scp.css';

/* /Public/Features/Blog/BlogPage.razor.rz.scp.css */
/* Blog page specific styles */

/* Article card hover effects */
.article-card[b-wjwueuitef] {
    @apply transition-all duration-300 ease-in-out;
}

    .article-card:hover[b-wjwueuitef] {
        @apply -translate-y-1 transform;
    }

/* Line clamp utilities for text truncation */
.line-clamp-2[b-wjwueuitef] {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-3[b-wjwueuitef] {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Category cards */
.category-card[b-wjwueuitef] {
    @apply transition-all duration-200 ease-in-out;
}

    .category-card:hover[b-wjwueuitef] {
        @apply scale-105 transform;
    }

/* Featured article gradient overlay */
.featured-gradient[b-wjwueuitef] {
    background: linear-gradient(135deg, #3b82f6 0%, #6366f1 100%);
}

/* Blog header animation */
@keyframes fadeInUp-b-wjwueuitef {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.blog-header[b-wjwueuitef] {
    animation: fadeInUp-b-wjwueuitef 0.6s ease-out;
}

/* Responsive grid improvements */
@media (max-width: 768px) {
    .blog-grid[b-wjwueuitef] {
        grid-template-columns: 1fr;
    }

    .category-grid[b-wjwueuitef] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .category-grid[b-wjwueuitef] {
        grid-template-columns: 1fr;
    }
}
/* /Public/Features/Blog/Facturas.razor.rz.scp.css */
/* Blog post specific styles */
.prose[b-bulrigtafh] {
    @apply text-gray-700 dark:text-gray-300;
}

    .prose h1[b-bulrigtafh] {
        @apply text-gray-900 dark:text-white;
    }

    .prose h2[b-bulrigtafh] {
        @apply text-gray-900 dark:text-white;
    }

    .prose h3[b-bulrigtafh] {
        @apply text-gray-900 dark:text-white;
    }

    .prose strong[b-bulrigtafh] {
        @apply text-gray-900 dark:text-white;
    }

    .prose a[b-bulrigtafh] {
        @apply text-blue-600 hover:text-blue-800 dark:text-blue-400 dark:hover:text-blue-300;
    }

    .prose code[b-bulrigtafh] {
        @apply rounded bg-gray-100 px-1 py-0.5 text-sm text-gray-900 dark:bg-gray-800 dark:text-gray-100;
    }

    .prose em[b-bulrigtafh] {
        @apply text-blue-600 dark:text-blue-400;
    }

    /* Table styles for comparison */
    .prose table[b-bulrigtafh] {
        @apply w-full border-collapse;
    }

    .prose th[b-bulrigtafh] {
        @apply bg-gray-900 px-6 py-4 text-left font-semibold text-white dark:bg-gray-700;
    }

    .prose td[b-bulrigtafh] {
        @apply border-b border-gray-200 px-6 py-4 dark:border-gray-700;
    }

    .prose tr:hover[b-bulrigtafh] {
        @apply bg-gray-50 dark:bg-gray-750;
    }

/* Badge styles */
.badge[b-bulrigtafh] {
    @apply inline-block rounded-full px-3 py-1 text-xs font-medium;
}

.badge-freemium[b-bulrigtafh] {
    @apply bg-green-100 text-green-800 dark:bg-green-900/30 dark:text-green-300;
}

.badge-paid[b-bulrigtafh] {
    @apply bg-blue-100 text-blue-800 dark:bg-blue-900/30 dark:text-blue-300;
}

.badge-free[b-bulrigtafh] {
    @apply bg-green-100 text-green-800 dark:bg-green-900/30 dark:text-green-300;
}

/* Highlight box styles */
.highlight-box[b-bulrigtafh] {
    @apply rounded-r-lg border-l-4 border-yellow-400 bg-yellow-50 p-6 dark:bg-yellow-900/20;
}

    .highlight-box p[b-bulrigtafh] {
        @apply m-0 text-yellow-800 dark:text-yellow-200;
    }

/* CTA section responsive adjustments */
@media (max-width: 640px) {
    .prose table[b-bulrigtafh] {
        @apply text-sm;
    }

    .prose th[b-bulrigtafh],
    .prose td[b-bulrigtafh] {
        @apply px-3 py-2;
    }
}
/* /Public/Layout/PublicLayout.razor.rz.scp.css */
/* Enhanced PublicLayout styles with dark mode support */

/* Original blazor error UI with dark mode enhancements */
#blazor-error-ui[b-0qmbqt64q1] {
    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;
    transition: all 0.3s ease;
}

.dark #blazor-error-ui[b-0qmbqt64q1] {
    background: #dc2626;
    color: white;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.4);
}

#blazor-error-ui .dismiss[b-0qmbqt64q1] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
    transition: opacity 0.2s ease;
}

    #blazor-error-ui .dismiss:hover[b-0qmbqt64q1] {
        opacity: 0.7;
    }

/* Dark mode toggle button animations */
#dark-mode-toggle[b-0qmbqt64q1] {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

    #dark-mode-toggle:hover[b-0qmbqt64q1] {
        transform: scale(1.1);
        box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    }

.dark #dark-mode-toggle:hover[b-0qmbqt64q1] {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.3), 0 10px 10px -5px rgba(0, 0, 0, 0.2);
}

#dark-mode-toggle:active[b-0qmbqt64q1] {
    transform: scale(0.95);
}

/* Smooth theme transitions for all elements */
*[b-0qmbqt64q1] {
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

/* Mobile optimizations */
@media (max-width: 640px) {
    #dark-mode-toggle[b-0qmbqt64q1] {
        bottom: 1rem;
        right: 1rem;
        padding: 0.75rem;
    }
}

/* Focus styles for accessibility */
#dark-mode-toggle:focus[b-0qmbqt64q1] {
    outline: 2px solid #3b82f6;
    outline-offset: 2px;
}

/* Reduced motion for users who prefer it */
@media (prefers-reduced-motion: reduce) {
    #dark-mode-toggle[b-0qmbqt64q1],
    *[b-0qmbqt64q1] {
        transition: none !important;
        animation: none !important;
    }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    #dark-mode-toggle[b-0qmbqt64q1] {
        border: 2px solid currentColor;
    }
}
/* /Shared/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-vdqx5acb5f],
.components-reconnect-repeated-attempt-visible[b-vdqx5acb5f],
.components-reconnect-failed-visible[b-vdqx5acb5f],
.components-pause-visible[b-vdqx5acb5f],
.components-resume-failed-visible[b-vdqx5acb5f],
.components-rejoining-animation[b-vdqx5acb5f] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-vdqx5acb5f],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-vdqx5acb5f],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-vdqx5acb5f],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-vdqx5acb5f],
#components-reconnect-modal.components-reconnect-retrying[b-vdqx5acb5f],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-vdqx5acb5f],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-vdqx5acb5f],
#components-reconnect-modal.components-reconnect-failed[b-vdqx5acb5f],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-vdqx5acb5f] {
    display: block;
}

#components-reconnect-modal[b-vdqx5acb5f] {
    background-color: white;
    color: #1f2937;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-vdqx5acb5f 0.5s both;
}

    #components-reconnect-modal[open][b-vdqx5acb5f] {
        animation: components-reconnect-modal-slideUp-b-vdqx5acb5f 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-vdqx5acb5f 0.5s ease-in-out 0.3s;
        animation-fill-mode: both;
    }

/* Modo oscuro autom�tico mediante media query */
@media (prefers-color-scheme: dark) {
    #components-reconnect-modal[b-vdqx5acb5f] {
        background-color: #1f2937;
        color: #f9fafb;
        box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.6);
    }

        #components-reconnect-modal button[b-vdqx5acb5f] {
            background-color: #3b82f6;
            color: white;
        }

            #components-reconnect-modal button:hover[b-vdqx5acb5f] {
                background-color: #2563eb;
            }

            #components-reconnect-modal button:active[b-vdqx5acb5f] {
                background-color: #3b82f6;
            }

        /* Backdrop m�s oscuro en modo oscuro */
        #components-reconnect-modal[b-vdqx5acb5f]::backdrop {
            background-color: rgba(0, 0, 0, 0.55);
        }
}

#components-reconnect-modal[b-vdqx5acb5f]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-vdqx5acb5f 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-vdqx5acb5f {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-vdqx5acb5f {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-vdqx5acb5f {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-vdqx5acb5f] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-vdqx5acb5f] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-vdqx5acb5f] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-vdqx5acb5f] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-vdqx5acb5f] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-vdqx5acb5f] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-vdqx5acb5f] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-vdqx5acb5f 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-vdqx5acb5f] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-vdqx5acb5f {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
