/* /Components/Layout/Footer.razor.rz.scp.css */
/* Footer Styles - Broxel.OpenSource.Blazor */

.broxel-footer[b-kn9l1uiikv] {
    background-color: #f5f5f5;
    border-top: 1px solid #e0e0e0;
    padding: 1.5rem 0;
    margin-top: auto;
    width: 100%;
}

.footer-content[b-kn9l1uiikv] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.footer-logo[b-kn9l1uiikv] {
    flex-shrink: 0;
}

.mexico-badge[b-kn9l1uiikv] {
    height: 60px;
    width: auto;
    display: block;
}

.footer-text[b-kn9l1uiikv] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.footer-text p[b-kn9l1uiikv] {
    margin: 0;
    line-height: 1.4;
    color: #333;
}

.copyright[b-kn9l1uiikv] {
    font-weight: 600;
    font-size: 0.95rem;
}

.rights[b-kn9l1uiikv] {
    font-size: 0.85rem;
    color: #666;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .footer-content[b-kn9l1uiikv] {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1rem;
    }

    .mexico-badge[b-kn9l1uiikv] {
        height: 50px;
    }

    .footer-text[b-kn9l1uiikv] {
        align-items: center;
    }
}

@media (max-width: 480px) {
    .broxel-footer[b-kn9l1uiikv] {
        padding: 1rem 0;
    }

    .mexico-badge[b-kn9l1uiikv] {
        height: 45px;
    }

    .copyright[b-kn9l1uiikv] {
        font-size: 0.875rem;
    }

    .rights[b-kn9l1uiikv] {
        font-size: 0.8rem;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page-container[b-5wf5jpbvy4] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.content-wrapper[b-5wf5jpbvy4] {
    flex: 1 0 auto;
}

.page[b-5wf5jpbvy4] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-5wf5jpbvy4] {
    flex: 1;
}

.sidebar[b-5wf5jpbvy4] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-5wf5jpbvy4] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-5wf5jpbvy4]  a, .top-row[b-5wf5jpbvy4]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-5wf5jpbvy4]  a:hover, .top-row[b-5wf5jpbvy4]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-5wf5jpbvy4]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-5wf5jpbvy4] {
        justify-content: space-between;
    }

    .top-row[b-5wf5jpbvy4]  a, .top-row[b-5wf5jpbvy4]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-5wf5jpbvy4] {
        flex-direction: row;
    }

    .sidebar[b-5wf5jpbvy4] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-5wf5jpbvy4] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-5wf5jpbvy4]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-5wf5jpbvy4], article[b-5wf5jpbvy4] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-5wf5jpbvy4] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-5wf5jpbvy4] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-lwyxdbg8fq] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-lwyxdbg8fq] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-lwyxdbg8fq] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-lwyxdbg8fq] {
    font-size: 1.1rem;
}

.bi[b-lwyxdbg8fq] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-lwyxdbg8fq] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-lwyxdbg8fq] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-lwyxdbg8fq] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-lwyxdbg8fq] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-lwyxdbg8fq] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-lwyxdbg8fq] {
        padding-bottom: 1rem;
    }

    .nav-item[b-lwyxdbg8fq]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-lwyxdbg8fq]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-lwyxdbg8fq]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-lwyxdbg8fq] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-lwyxdbg8fq] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-lwyxdbg8fq] {
        display: none;
    }

    .nav-scrollable[b-lwyxdbg8fq] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-6f9z2s7hgj],
.components-reconnect-repeated-attempt-visible[b-6f9z2s7hgj],
.components-reconnect-failed-visible[b-6f9z2s7hgj],
.components-pause-visible[b-6f9z2s7hgj],
.components-resume-failed-visible[b-6f9z2s7hgj],
.components-rejoining-animation[b-6f9z2s7hgj] {
    display: none;
}

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


#components-reconnect-modal[b-6f9z2s7hgj] {
    background-color: white;
    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-6f9z2s7hgj 0.5s both;
    &[open]

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-6f9z2s7hgj {
    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;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
/* Broxel Home Styles */
.broxel-home[b-fjemncr3jx] {
    min-height: 100vh;
    background: rgb(255, 255, 255);
    position: relative;
    overflow-x: hidden;
}

/* Header */
.broxel-header[b-fjemncr3jx] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 3rem;
    background: rgb(248, 248, 248);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 100;
}

.broxel-logo[b-fjemncr3jx] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.logo-image[b-fjemncr3jx] {
    height: 35px;
    width: auto;
    object-fit: contain;
}

.menu-toggle[b-fjemncr3jx] {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
}

.menu-toggle span[b-fjemncr3jx] {
    width: 25px;
    height: 3px;
    background: #333;
    border-radius: 2px;
}

/* Intro Section */
.intro-section[b-fjemncr3jx] {
    height: calc(100vh - 70px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 3rem;
}

.intro-content[b-fjemncr3jx] {
    max-width: 900px;
    text-align: left;
    animation: fadeInUp-b-fjemncr3jx 0.8s ease-out;
}

.intro-title[b-fjemncr3jx] {
    font-size: 2.5rem;
    font-weight: 700;
    color: #000000;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.intro-text[b-fjemncr3jx] {
    font-size: 1.1rem;
    color: #333;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    font-weight: 400;
}

.scroll-button[b-fjemncr3jx] {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.875rem 2rem;
    background: rgb(5, 8, 255);
    color: white;
    border: none;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 10px 30px rgba(5, 8, 255, 0.3);
    position: relative;
    overflow: hidden;
}

.scroll-button[b-fjemncr3jx]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.scroll-button:hover[b-fjemncr3jx]::before {
    left: 100%;
}

.scroll-button:hover[b-fjemncr3jx] {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(5, 8, 255, 0.4);
}

.scroll-button:active[b-fjemncr3jx] {
    transform: translateY(-1px);
}

.scroll-text[b-fjemncr3jx] {
    position: relative;
    z-index: 1;
}

.scroll-icon[b-fjemncr3jx] {
    position: relative;
    z-index: 1;
    animation: bounce-b-fjemncr3jx 2s infinite;
}

@keyframes bounce-b-fjemncr3jx {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-8px);
    }
    60% {
        transform: translateY(-4px);
    }
}

/* Components Section */
.components-section[b-fjemncr3jx] {
    min-height: 100vh;
    padding: 4rem 3rem;
    scroll-margin-top: 0;
    background: #fafafa;
}

.components-container[b-fjemncr3jx] {
    max-width: 1200px;
    margin: 0 auto;
}

/* Error and Empty States */
.error-state[b-fjemncr3jx] {
    text-align: center;
    padding: 3rem 2rem;
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.error-message[b-fjemncr3jx] {
    color: #dc3545;
    font-size: 1rem;
    font-weight: 500;
    padding: 2rem;
    margin: 0;
}

.empty-state[b-fjemncr3jx] {
    text-align: center;
    padding: 3rem 2rem;
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.empty-message[b-fjemncr3jx] {
    color: #6c757d;
    font-size: 1rem;
    padding: 2rem;
    margin: 0;
}

.components-accordion[b-fjemncr3jx] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

/* Component Card */
.component-card[b-fjemncr3jx] {
    background: white;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.3s ease;
    scroll-margin-top: 100px;
    animation: fadeInUp-b-fjemncr3jx 0.8s ease-out;
}

.component-card:hover[b-fjemncr3jx] {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.component-name[b-fjemncr3jx] {
    font-size: 1.5rem;
    font-weight: 600;
    color: #000000;
    margin: 0 0 1.5rem 0;
    padding-bottom: 1rem;
    border-bottom: 2px solid #f0f0f0;
}

/* Component Info */
.component-info[b-fjemncr3jx] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.info-item[b-fjemncr3jx] {
    display: flex;
    align-items: baseline;
}

.info-label[b-fjemncr3jx] {
    font-weight: 600;
    color: #555;
}

.info-value[b-fjemncr3jx] {
    color: #333;
}

/* License Section */
.license-section[b-fjemncr3jx] {
    background-color: #F5F7FB;
    border: 1px solid #d3d3d3;
    border-radius: 8px;
    padding: 1.5rem;
    margin: 1.5rem 0;
}

.copyright-text[b-fjemncr3jx] {
    font-size: 0.9rem;
    color: #555;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e0e0e0;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Details/Summary for NOTICE and LICENSE */
.notice-details[b-fjemncr3jx],
.license-details[b-fjemncr3jx] {
    margin-top: 1rem;
}

.notice-details summary[b-fjemncr3jx],
.license-details summary[b-fjemncr3jx] {
    font-weight: 600;
    color: #333;
    cursor: pointer;
    padding: 0.5rem;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 4px;
    user-select: none;
    transition: background 0.2s ease;
}

.notice-details summary:hover[b-fjemncr3jx],
.license-details summary:hover[b-fjemncr3jx] {
    background: rgba(255, 255, 255, 0.8);
}

    .notice-details pre[b-fjemncr3jx],
    .license-details pre[b-fjemncr3jx] {
        margin-top: 1rem;
        padding: 1rem;
        background: white;
        border: 1px solid #e0e0e0;
        border-radius: 4px;
        font-size: 0.85rem;
        line-height: 1.5;
        color: #333;
        white-space: pre-wrap;
        word-wrap: break-word;
        font-family: 'Courier New', Courier, monospace;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

/* Component Footer */
.component-footer[b-fjemncr3jx] {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #f0f0f0;
    text-align: right;
}

.btn-official-site[b-fjemncr3jx] {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    background: rgb(5, 8, 255);
    color: white;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-official-site:hover[b-fjemncr3jx] {
    background: #0004CC;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(5, 8, 255, 0.3);
}

/* Links */
.link-site[b-fjemncr3jx] {
    color: #000000;
    text-decoration: none;
    font-weight: 400;
    transition: all 0.3s ease;
}

.link-site:hover[b-fjemncr3jx] {
    text-decoration: underline;
}

.link-license[b-fjemncr3jx] {
    color: #000000;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.link-license:hover[b-fjemncr3jx] {
    text-decoration: underline;
}

/* Estados de carga */
.loading-state[b-fjemncr3jx],
.empty-state[b-fjemncr3jx],
.error-state[b-fjemncr3jx] {
    padding: 3rem 2rem;
    text-align: center;
    color: #666;
    font-size: 1.1rem;
    background: white;
    border-radius: 12px;
}

/* Components Grid/Table */
.components-grid[b-fjemncr3jx] {
    margin-bottom: 3rem;
}

.components-table[b-fjemncr3jx] {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.components-table thead[b-fjemncr3jx] {
    background: #f5f5f5;
}

.components-table th[b-fjemncr3jx] {
    padding: 1rem;
    text-align: left;
    font-weight: 600;
    color: #333;
    border-bottom: 2px solid #e0e0e0;
}

.components-table tbody tr[b-fjemncr3jx] {
    border-bottom: 1px solid #f0f0f0;
    transition: background-color 0.2s ease;
}

.components-table tbody tr:hover[b-fjemncr3jx] {
    background-color: #fafafa;
}

.components-table tbody tr:last-child[b-fjemncr3jx] {
    border-bottom: none;
}

.components-table td[b-fjemncr3jx] {
    padding: 1rem;
    color: #333;
}

.pagination-toolbar[b-fjemncr3jx] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
    padding: 1rem 1.25rem;
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.pagination-summary[b-fjemncr3jx],
.pagination-status[b-fjemncr3jx] {
    color: #333;
    font-size: 0.95rem;
}

.pagination-actions[b-fjemncr3jx] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.pagination-button[b-fjemncr3jx] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.65rem 1rem;
    border: 1px solid #d9d9d9;
    border-radius: 999px;
    background: #ffffff;
    color: #000000;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.2s ease;
    text-decoration: none;
}

.pagination-button:hover[b-fjemncr3jx] {
    background: #0508ff;
    border-color: #0508ff;
    color: #ffffff;
}

.pagination-button-disabled[b-fjemncr3jx] {
    cursor: not-allowed;
    opacity: 0.5;
}

.pagination-button-disabled:hover[b-fjemncr3jx] {
    background: #ffffff;
    border-color: #d9d9d9;
    color: #000000;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .intro-title[b-fjemncr3jx] {
        font-size: 2rem;
    }

    .intro-text[b-fjemncr3jx] {
        font-size: 1rem;
        margin-bottom: 1.25rem;
    }

    .component-card[b-fjemncr3jx] {
        padding: 1.5rem;
    }

    .component-name[b-fjemncr3jx] {
        font-size: 1.25rem;
    }
}

@media (max-width: 768px) {
    .broxel-header[b-fjemncr3jx] {
        padding: 1rem 1.5rem;
    }

    .menu-toggle[b-fjemncr3jx] {
        display: flex;
    }

    .intro-section[b-fjemncr3jx] {
        padding: 1.5rem 1.5rem;
        height: calc(100vh - 60px);
    }

    .intro-title[b-fjemncr3jx] {
        font-size: 1.75rem;
        margin-bottom: 1rem;
    }

    .intro-text[b-fjemncr3jx] {
        font-size: 0.95rem;
        margin-bottom: 1rem;
        line-height: 1.5;
    }

    .scroll-button[b-fjemncr3jx] {
        padding: 0.75rem 1.75rem;
        font-size: 0.95rem;
    }

    .components-section[b-fjemncr3jx] {
        padding: 2rem 1.5rem;
    }

    .pagination-toolbar[b-fjemncr3jx],
    .pagination-actions[b-fjemncr3jx] {
        flex-direction: column;
        align-items: stretch;
    }

    .pagination-button[b-fjemncr3jx] {
        width: 100%;
    }

    .component-card[b-fjemncr3jx] {
        padding: 1.25rem;
    }

    .component-name[b-fjemncr3jx] {
        font-size: 1.15rem;
    }

    .info-item[b-fjemncr3jx] {
        flex-direction: column;
    }

    .info-label[b-fjemncr3jx] {
        min-width: auto;
    }

    .component-footer[b-fjemncr3jx] {
        text-align: center;
    }

    .btn-official-site[b-fjemncr3jx] {
        display: block;
        width: 100%;
    }
}

/* Animations */
@keyframes fadeInUp-b-fjemncr3jx {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

