/* /Components/Layout/Drawer.razor.rz.scp.css */
.drawer-container[b-fdez3mhbgy] {
    height: 100%;
}

[b-fdez3mhbgy] .navigation-drawer {
    --dxbl-drawer-panel-footer-justify-content: center;
}

[b-fdez3mhbgy] .navigation-drawer > .dxbl-drawer-panel {
    background-image: linear-gradient(180deg, var(--bs-primary, var(--DS-primary-90)) 0%, var(--bs-black, #000) 150%);
}

[b-fdez3mhbgy] .navigation-drawer > .dxbl-drawer-content {
    overflow: auto;
}

[b-fdez3mhbgy] .navigation-drawer > .dxbl-drawer-panel > .dxbl-drawer-header {
    border-bottom: none;
    padding: 2rem 1rem;
    background: none;
}

[b-fdez3mhbgy] .navigation-drawer > .dxbl-drawer-panel > .dxbl-drawer-header > .navigation-drawer-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

[b-fdez3mhbgy] .navigation-drawer > .dxbl-drawer-panel > .dxbl-drawer-body {
    --dxbl-drawer-panel-body-padding-x: 0;
    --dxbl-drawer-panel-body-padding-y: 1rem;
}

[b-fdez3mhbgy] .navigation-drawer > .dxbl-drawer-panel > .dxbl-drawer-footer {
    --dxbl-drawer-panel-footer-justify-content: center;
    border-top: none;
    padding-bottom: 1.5rem;
    background: none;
}

[b-fdez3mhbgy] .navigation-drawer > .dxbl-drawer-panel {
    display: flex;
}

[b-fdez3mhbgy] .navigation-drawer.mobile > .dxbl-drawer-panel {
    display: none;
}

[b-fdez3mhbgy] .navigation-drawer.mobile > .dxbl-drawer-shading {
    display: none;
}

@media (max-width: 768px) {
    [b-fdez3mhbgy] .navigation-drawer > .dxbl-drawer-panel {
        display: none;
    }

    [b-fdez3mhbgy] .navigation-drawer.mobile > .dxbl-drawer-panel {
        display: flex;
    }

    [b-fdez3mhbgy] .navigation-drawer.mobile > .dxbl-drawer-shading {
        display: block;
    }
}

[b-fdez3mhbgy] .panel-open:not(.mobile) .menu-button {
    display: none;
}

@media (max-width: 768px) {
    [b-fdez3mhbgy] .panel-open:not(.mobile) .menu-button {
        display: inline-flex;
    }

    .mobile-drawer-closed .shading-copy[b-fdez3mhbgy] {
        display: none;
        visibility: hidden;
    }

    [b-fdez3mhbgy] .shading-copy {
        background-color: var(--dxbl-drawer-content-shading-bg);
        height: 100%;
        position: absolute;
        transition: opacity ease var(--dxbl-drawer-animation-duration);
        visibility: visible;
        width: 100%;
        z-index: 99;
        opacity: var(--dxbl-drawer-content-shading-opacity);
    }

    [b-fdez3mhbgy] .panel-open .shading-copy {
        opacity: 0;
        visibility: unset;
        height: unset;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-cev3dcng4b] {
    height: 100%;
    font-family: var(--bs-font-sans-serif, var(--DS-font-family-sans-serif));
    min-height: 0;
}

[b-cev3dcng4b] .content {
    overflow: auto;
    display: flex;
    flex-direction: column;
}

[b-cev3dcng4b] .icon-back {
    --icon-mask-image: var(--icon-back-mask-image);
}

[b-cev3dcng4b] .icon-close {
    --icon-mask-image: var(--icon-close-mask-image);
}

[b-cev3dcng4b] .icon-menu {
    --icon-mask-image: var(--icon-menu-mask-image);
}

[b-cev3dcng4b] .icon-log-in {
    --icon-mask-image: var(--icon-log-in-mask-image);
}

[b-cev3dcng4b] .icon-log-out {
    --icon-mask-image: var(--icon-log-out-mask-image);
}

[b-cev3dcng4b] .icon-user {
    --icon-mask-image: var(--icon-user-mask-image);
}

[b-cev3dcng4b] .docs-icon {
    --icon-mask-image: var(--icon-docs-mask-image);
}

[b-cev3dcng4b] .demos-icon {
    --icon-mask-image: var(--icon-demos-mask-image);
}

[b-cev3dcng4b] .footer-button:hover .demos-icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-cev3dcng4b] .footer-button:hover .docs-icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-cev3dcng4b] .menu-button:hover .icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-cev3dcng4b] .menu-button-nav:hover .icon {
    background-color: var(--dxbl-btn-hover-color);
}

.panel-open .menu-button[b-cev3dcng4b] {
    display: inline-flex;
}

.menu-button-nav[b-cev3dcng4b] {
    background-image: url("images/close.svg");
    width: 1.875rem;
    height: 1.875rem;
}

.nav-buttons-container[b-cev3dcng4b] {
    display: flex;
    gap: 10px;
    padding: 2rem 1rem;
}

    .nav-buttons-container[b-cev3dcng4b]  .menubutton-float-end {
        margin-left: auto;
    }

    .nav-buttons-container[b-cev3dcng4b]  .dxbl-btn-icon-only {
        --dxbl-btn-padding-x: 0.75rem;
        --dxbl-btn-padding-y: 0.25rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
#sidebar[b-reb8qxmoir] {
    min-width: 15rem;
    max-width: 15rem;
    transition: transform 0.1s ease-out;
    height: 100%;
    max-height: 100%;
    display: block;
    background: inherit;
}

.logo[b-reb8qxmoir] {
    text-align: center;
}

[b-reb8qxmoir] .menu.display-mobile {
    margin-bottom: 2rem;
}

[b-reb8qxmoir] .menu.display-iam {
    margin-bottom: 2rem;
}

[b-reb8qxmoir] .menu {
    --dxbl-menu-bottom-left-border-radius: 0;
    --dxbl-menu-bottom-right-border-radius: 0;
    --dxbl-menu-top-left-border-radius: 0;
    --dxbl-menu-top-right-border-radius: 0;

    background-color: inherit;
}

    [b-reb8qxmoir] .menu .dxbl-menu-item-list {
        gap: 0.5rem;
    }

[b-reb8qxmoir] .menu-item {
    color: var(--bs-white, #fff);
}

[b-reb8qxmoir] .icon {
    margin-left: 0.5rem;
}

[b-reb8qxmoir] .home-icon {
    --icon-mask-image: var(--icon-home-mask-image);
}

[b-reb8qxmoir] .weather-icon {
    --icon-mask-image: var(--icon-weather-mask-image);
}

[b-reb8qxmoir] .counter-icon {
    --icon-mask-image: var(--icon-counter-mask-image);
}

[b-reb8qxmoir] .settings-icon {
    --icon-mask-image: var(--icon-settings-mask-image);
}

[b-reb8qxmoir] .log-in-icon {
    --icon-mask-image: var(--icon-log-in-mask-image);
}

[b-reb8qxmoir] .log-out-icon {
    --icon-mask-image: var(--icon-log-out-mask-image);
}

[b-reb8qxmoir] .user-icon {
    --icon-mask-image: var(--icon-user-mask-image);
}

@media (max-width: 768px) {
    #sidebar[b-reb8qxmoir] {
        min-width: inherit;
        max-width: inherit;
        display: block;
    }

    .logo[b-reb8qxmoir] {
        text-align: inherit;
    }
}
/* /Components/Pages/Counter.razor.rz.scp.css */
.counter-block[b-h3vlz3tvjc] {
    display: flex;
    padding: 2.5rem 1.5rem 1.5rem 1.5rem;
    flex-direction: column;
    border-radius: 1rem;
    gap: 1.5rem;
    justify-content: center;
    align-items: center;
    width: 16.875rem;
    height: 17rem;
    position: relative;
}

    .counter-block .counter-content[b-h3vlz3tvjc] {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.5rem;
    }

    .counter-block .counter-count[b-h3vlz3tvjc] {
        font-size: 7.5rem;
        font-weight: 400;
        line-height: 7.75rem;
    }

    .counter-block .counter-block-back[b-h3vlz3tvjc] {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: var(--bs-body-color, var(--DS-color-content-neutral-default-rest));
        opacity: 0.05;
        border-radius: 1rem;
        z-index: -2;
    }
/* /Components/Pages/Index.razor.rz.scp.css */
/* Reset และ Base Styles */
.payroll-home[b-xn5032rg0e] {
    min-height: 100vh;
    background: linear-gradient(135deg, #0d6efd 0%, #0a58ca 50%, #084298 100%);
    background-attachment: fixed;
    position: relative;
    overflow-x: hidden;
}

/* Hero Section */
.hero-section[b-xn5032rg0e] {
    padding: 4rem 2rem 3rem;
    text-align: center;
    color: white;
    position: relative;
    z-index: 2;
}

.hero-content[b-xn5032rg0e] {
    max-width: 900px;
    margin: 0 auto;
    animation: fadeInDown-b-xn5032rg0e 1s ease-out;
}

.hero-icon[b-xn5032rg0e] {
    display: inline-block;
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 2rem;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

    .hero-icon svg[b-xn5032rg0e] {
        color: white;
        filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.3));
    }

.hero-title[b-xn5032rg0e] {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 1rem;
    background: linear-gradient(90deg, #ffffff 0%, #e0e7ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.hero-subtitle[b-xn5032rg0e] {
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 0.5rem;
    opacity: 0.95;
    letter-spacing: 2px;
}

.hero-description[b-xn5032rg0e] {
    font-size: 1.2rem;
    opacity: 0.85;
    font-weight: 300;
}

/* Companies Container */
.companies-container[b-xn5032rg0e] {
    max-width: 1600px;
    margin: 0 auto;
    padding: 1rem;
    position: relative;
    z-index: 2;
}

/* Desktop Grid View */
.companies-grid[b-xn5032rg0e] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    animation: fadeInUp-b-xn5032rg0e 1.2s ease-out;
}

/* Hide mobile view on desktop */
.desktop-view[b-xn5032rg0e] {
    display: grid;
}

.mobile-view[b-xn5032rg0e] {
    display: none !important;
}

/* Company Card - Desktop */
.company-card[b-xn5032rg0e] {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 24px;
    padding: 0;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    border: 2px solid rgba(255, 255, 255, 0.5);
}

    .company-card[b-xn5032rg0e]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 6px;
        background: linear-gradient(90deg, #0d6efd 0%, #0a58ca 50%, #084298 100%);
        transform: scaleX(0);
        transform-origin: left;
        transition: transform 0.5s ease;
    }

    .company-card:hover[b-xn5032rg0e] {
        transform: translateY(-20px) scale(1.03);
        box-shadow: 0 25px 60px rgba(13, 110, 253, 0.4);
        border-color: rgba(13, 110, 253, 0.5);
    }

        .company-card:hover[b-xn5032rg0e]::before {
            transform: scaleX(1);
        }

.card-gradient[b-xn5032rg0e] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(13, 110, 253, 0.05) 0%, rgba(8, 66, 152, 0.05) 100%);
    opacity: 0;
    transition: opacity 0.5s ease;
}

.company-card:hover .card-gradient[b-xn5032rg0e] {
    opacity: 1;
}

.card-content[b-xn5032rg0e] {
    padding: 1rem;
    position: relative;
    z-index: 2;
}

/* Company Icon - Desktop */
.company-icon-wrapper[b-xn5032rg0e] {
    width: 60px;
    height: 50px;
    background: linear-gradient(135deg, #0d6efd 0%, #084298 100%);
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    box-shadow: 0 8px 20px rgba(13, 110, 253, 0.3);
}

    .company-icon-wrapper i[b-xn5032rg0e] {
        font-size: 2.5rem;
        color: white;
    }

.company-card:hover .company-icon-wrapper[b-xn5032rg0e] {
    box-shadow: 0 12px 30px rgba(13, 110, 253, 0.5);
}

/* Company Info - Desktop */
.company-info[b-xn5032rg0e] {
    margin-bottom: 1rem;
}

.company-name[b-xn5032rg0e] {
    font-size: 1.2rem;
    font-weight: 700;
    color: #0d6efd;
    margin-bottom: 0.30rem;
    transition: all 0.3s ease;
}

.company-card:hover .company-name[b-xn5032rg0e] {
    color: #084298;
    transform: translateX(5px);
}

.company-fullname[b-xn5032rg0e] {
    font-size: 1rem;
    color: #64748b;
    line-height: 1.6;
    margin: 0;
    transition: all 0.3s ease;
}

.company-card:hover .company-fullname[b-xn5032rg0e] {
    color: #475569;
    transform: translateX(5px);
}

/* Card Arrow - Desktop */
.card-arrow[b-xn5032rg0e] {
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #0d6efd 0%, #084298 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: translateX(-20px);
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

    .card-arrow svg[b-xn5032rg0e] {
        color: white;
        width: 24px;
        height: 24px;
    }

.company-card:hover .card-arrow[b-xn5032rg0e] {
    opacity: 1;
    transform: translateX(0);
}

/* Card Shine Effect - Desktop */
.card-shine[b-xn5032rg0e] {
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.3) 50%, transparent 100%);
    transform: skewX(-25deg);
    transition: left 0.8s ease;
}

.company-card:hover .card-shine[b-xn5032rg0e] {
    left: 150%;
}

/* Mobile Grid View - 2 columns */
.companies-list[b-xn5032rg0e] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
    animation: fadeInUp-b-xn5032rg0e 1.2s ease-out;
}

.company-list-item[b-xn5032rg0e] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.98);
    border-radius: 1rem;
    padding: 1rem 0.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    min-height: 7rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

    .company-list-item:active[b-xn5032rg0e] {
        background: #0d6efd;
        transform: scale(0.95);
    }

        .company-list-item:active .list-company-name[b-xn5032rg0e] {
            color: white;
        }

        .company-list-item:active .list-company-fullname[b-xn5032rg0e] {
            color: rgba(255, 255, 255, 0.9);
        }

        .company-list-item:active .list-icon-wrapper[b-xn5032rg0e] {
            background: white;
        }

            .company-list-item:active .list-icon-wrapper i[b-xn5032rg0e] {
                color: #0d6efd;
            }

/* List Icon - Mobile */
.list-icon-wrapper[b-xn5032rg0e] {
    width: 3rem;
    height: 3rem;
    background: linear-gradient(135deg, #0d6efd 0%, #084298 100%);
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-bottom: 0.75rem;
    transition: all 0.3s ease;
}

    .list-icon-wrapper i[b-xn5032rg0e] {
        font-size: 1.5rem;
        color: white;
    }

/* List Company Info - Mobile */
.list-company-info[b-xn5032rg0e] {
    flex: 1;
    text-align: center;
    width: 100%;
}

.list-company-name[b-xn5032rg0e] {
    font-size: 0.9rem;
    font-weight: 700;
    color: #0d6efd;
    margin: 0 0 0.25rem 0;
    line-height: 1.3;
    transition: all 0.3s ease;
}

.list-company-fullname[b-xn5032rg0e] {
    font-size: 0.7rem;
    color: #64748b;
    margin: 0;
    line-height: 1.3;
    transition: all 0.3s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Hide arrow on mobile card view */
.list-arrow[b-xn5032rg0e] {
    display: none;
}

/* Footer */
.payroll-footer[b-xn5032rg0e] {
    text-align: center;
    padding: 3rem 2rem 2rem;
    color: white;
    opacity: 0.8;
    position: relative;
    z-index: 2;
}

    .payroll-footer p[b-xn5032rg0e] {
        margin: 0;
        font-size: 1rem;
        font-weight: 300;
        letter-spacing: 0.5px;
    }

/* Animations */
@keyframes fadeInDown-b-xn5032rg0e {
    from {
        opacity: 0;
        transform: translateY(-40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp-b-xn5032rg0e {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Design */
@media (max-width: 992px) {
    .companies-grid[b-xn5032rg0e] {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 1.5rem;
    }

    .hero-title[b-xn5032rg0e] {
        font-size: 2.5rem;
    }

    .hero-subtitle[b-xn5032rg0e] {
        font-size: 1.25rem;
    }
}

@media (max-width: 768px) {
    /* Hide desktop view */
    .desktop-view[b-xn5032rg0e] {
        display: none !important;
    }

    /* Show mobile view as 2-column grid */
    .mobile-view[b-xn5032rg0e] {
        display: grid !important;
    }

    .hero-section[b-xn5032rg0e] {
        padding: 2rem 1rem 1.5rem;
    }

    .hero-title[b-xn5032rg0e] {
        font-size: 2rem;
    }

    .hero-subtitle[b-xn5032rg0e] {
        font-size: 1.1rem;
    }

    .hero-description[b-xn5032rg0e] {
        font-size: 1rem;
    }

    .hero-icon[b-xn5032rg0e] {
        width: 80px;
        height: 80px;
        margin-bottom: 1.5rem;
    }

        .hero-icon svg[b-xn5032rg0e] {
            width: 60px;
            height: 60px;
        }

    .companies-container[b-xn5032rg0e] {
        padding: 1rem;
    }

    .payroll-footer[b-xn5032rg0e] {
        padding: 2rem 1rem 1.5rem;
    }

        .payroll-footer p[b-xn5032rg0e] {
            font-size: 0.9rem;
        }
}

@media (max-width: 480px) {
    .hero-section[b-xn5032rg0e] {
        padding: 1.5rem 1rem 1rem;
    }

    .hero-title[b-xn5032rg0e] {
        font-size: 1.75rem;
    }

    .hero-subtitle[b-xn5032rg0e] {
        font-size: 1rem;
        letter-spacing: 1px;
    }

    .hero-description[b-xn5032rg0e] {
        font-size: 0.95rem;
    }

    .hero-icon[b-xn5032rg0e] {
        width: 70px;
        height: 70px;
    }

        .hero-icon svg[b-xn5032rg0e] {
            width: 50px;
            height: 50px;
        }

    .companies-list[b-xn5032rg0e] {
        gap: 0.5rem;
    }

    .company-list-item[b-xn5032rg0e] {
        padding: 0.75rem 0.5rem;
        min-height: 6.5rem;
    }

    .list-icon-wrapper[b-xn5032rg0e] {
        width: 2.5rem;
        height: 2.5rem;
        margin-bottom: 0.5rem;
    }

        .list-icon-wrapper i[b-xn5032rg0e] {
            font-size: 1.25rem;
        }

    .list-company-name[b-xn5032rg0e] {
        font-size: 0.85rem;
    }

    .list-company-fullname[b-xn5032rg0e] {
        font-size: 0.65rem;
    }
}

/* Accessibility */
.company-card:focus[b-xn5032rg0e],
.company-list-item:focus[b-xn5032rg0e] {
    outline: 3px solid #0d6efd;
    outline-offset: 3px;
}

.company-card:focus-visible[b-xn5032rg0e],
.company-list-item:focus-visible[b-xn5032rg0e] {
    outline: 3px solid #0d6efd;
    outline-offset: 3px;
}

/* Loading State (Optional) */
@keyframes pulse-b-xn5032rg0e {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}

.company-card.loading[b-xn5032rg0e],
.company-list-item.loading[b-xn5032rg0e] {
    animation: pulse-b-xn5032rg0e 1.5s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    pointer-events: none;
}
/* Reset และ Base Styles */
.payroll-home[b-xn5032rg0e] {
    min-height: 100vh;
    background: linear-gradient(135deg, #0d6efd 0%, #0a58ca 50%, #084298 100%);
    background-attachment: fixed;
    position: relative;
    overflow-x: hidden;
}

/* Hero Section */
.hero-section[b-xn5032rg0e] {
    padding: 4rem 2rem 3rem;
    text-align: center;
    color: white;
    position: relative;
    z-index: 2;
}

.hero-content[b-xn5032rg0e] {
    max-width: 900px;
    margin: 0 auto;
    animation: fadeInDown-b-xn5032rg0e 1s ease-out;
}

.hero-icon[b-xn5032rg0e] {
    display: inline-block;
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 2rem;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

    .hero-icon svg[b-xn5032rg0e] {
        color: white;
        filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.3));
    }

.hero-title[b-xn5032rg0e] {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 1rem;
    background: linear-gradient(90deg, #ffffff 0%, #e0e7ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.hero-subtitle[b-xn5032rg0e] {
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 0.5rem;
    opacity: 0.95;
    letter-spacing: 2px;
}

.hero-description[b-xn5032rg0e] {
    font-size: 1.2rem;
    opacity: 0.85;
    font-weight: 300;
}

/* Companies Container */
.companies-container[b-xn5032rg0e] {
    max-width: 1600px;
    margin: 0 auto;
    padding: 1rem;
    position: relative;
    z-index: 2;
}

/* Desktop Grid View */
.companies-grid[b-xn5032rg0e] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    animation: fadeInUp-b-xn5032rg0e 1.2s ease-out;
}

/* Hide mobile view on desktop */
.desktop-view[b-xn5032rg0e] {
    display: grid;
}

.mobile-view[b-xn5032rg0e] {
    display: none !important;
}

/* Company Card - Desktop */
.company-card[b-xn5032rg0e] {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 24px;
    padding: 0;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    border: 2px solid rgba(255, 255, 255, 0.5);
}

    .company-card[b-xn5032rg0e]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 6px;
        background: linear-gradient(90deg, #0d6efd 0%, #0a58ca 50%, #084298 100%);
        transform: scaleX(0);
        transform-origin: left;
        transition: transform 0.5s ease;
    }

    .company-card:hover[b-xn5032rg0e] {
        transform: translateY(-20px) scale(1.03);
        box-shadow: 0 25px 60px rgba(13, 110, 253, 0.4);
        border-color: rgba(13, 110, 253, 0.5);
    }

        .company-card:hover[b-xn5032rg0e]::before {
            transform: scaleX(1);
        }

.card-gradient[b-xn5032rg0e] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(13, 110, 253, 0.05) 0%, rgba(8, 66, 152, 0.05) 100%);
    opacity: 0;
    transition: opacity 0.5s ease;
}

.company-card:hover .card-gradient[b-xn5032rg0e] {
    opacity: 1;
}

.card-content[b-xn5032rg0e] {
    padding: 1rem;
    position: relative;
    z-index: 2;
}

/* Company Icon - Desktop */
.company-icon-wrapper[b-xn5032rg0e] {
    width: 60px;
    height: 50px;
    background: linear-gradient(135deg, #0d6efd 0%, #084298 100%);
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    box-shadow: 0 8px 20px rgba(13, 110, 253, 0.3);
}

    .company-icon-wrapper i[b-xn5032rg0e] {
        font-size: 2.5rem;
        color: white;
    }

.company-card:hover .company-icon-wrapper[b-xn5032rg0e] {
    box-shadow: 0 12px 30px rgba(13, 110, 253, 0.5);
}

/* Company Info - Desktop */
.company-info[b-xn5032rg0e] {
    margin-bottom: 1rem;
}

.company-name[b-xn5032rg0e] {
    font-size: 1.2rem;
    font-weight: 700;
    color: #0d6efd;
    margin-bottom: 0.30rem;
    transition: all 0.3s ease;
}

.company-card:hover .company-name[b-xn5032rg0e] {
    color: #084298;
    transform: translateX(5px);
}

.company-fullname[b-xn5032rg0e] {
    font-size: 1rem;
    color: #64748b;
    line-height: 1.6;
    margin: 0;
    transition: all 0.3s ease;
}

.company-card:hover .company-fullname[b-xn5032rg0e] {
    color: #475569;
    transform: translateX(5px);
}

/* Card Arrow - Desktop */
.card-arrow[b-xn5032rg0e] {
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #0d6efd 0%, #084298 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: translateX(-20px);
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

    .card-arrow svg[b-xn5032rg0e] {
        color: white;
        width: 24px;
        height: 24px;
    }

.company-card:hover .card-arrow[b-xn5032rg0e] {
    opacity: 1;
    transform: translateX(0);
}

/* Card Shine Effect - Desktop */
.card-shine[b-xn5032rg0e] {
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.3) 50%, transparent 100%);
    transform: skewX(-25deg);
    transition: left 0.8s ease;
}

.company-card:hover .card-shine[b-xn5032rg0e] {
    left: 150%;
}

/* Mobile Grid View - 2 columns */
.companies-list[b-xn5032rg0e] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
    animation: fadeInUp-b-xn5032rg0e 1.2s ease-out;
}

.company-list-item[b-xn5032rg0e] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.98);
    border-radius: 1rem;
    padding: 1rem 0.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    min-height: 7rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

    .company-list-item:active[b-xn5032rg0e] {
        background: #0d6efd;
        transform: scale(0.95);
    }

        .company-list-item:active .list-company-name[b-xn5032rg0e] {
            color: white;
        }

        .company-list-item:active .list-company-fullname[b-xn5032rg0e] {
            color: rgba(255, 255, 255, 0.9);
        }

        .company-list-item:active .list-icon-wrapper[b-xn5032rg0e] {
            background: white;
        }

            .company-list-item:active .list-icon-wrapper i[b-xn5032rg0e] {
                color: #0d6efd;
            }

/* List Icon - Mobile */
.list-icon-wrapper[b-xn5032rg0e] {
    width: 3rem;
    height: 3rem;
    background: linear-gradient(135deg, #0d6efd 0%, #084298 100%);
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-bottom: 0.75rem;
    transition: all 0.3s ease;
}

    .list-icon-wrapper i[b-xn5032rg0e] {
        font-size: 1.5rem;
        color: white;
    }

/* List Company Info - Mobile */
.list-company-info[b-xn5032rg0e] {
    flex: 1;
    text-align: center;
    width: 100%;
}

.list-company-name[b-xn5032rg0e] {
    font-size: 0.9rem;
    font-weight: 700;
    color: #0d6efd;
    margin: 0 0 0.25rem 0;
    line-height: 1.3;
    transition: all 0.3s ease;
}

.list-company-fullname[b-xn5032rg0e] {
    font-size: 0.7rem;
    color: #64748b;
    margin: 0;
    line-height: 1.3;
    transition: all 0.3s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Hide arrow on mobile card view */
.list-arrow[b-xn5032rg0e] {
    display: none;
}

/* Footer */
.payroll-footer[b-xn5032rg0e] {
    text-align: center;
    padding: 3rem 2rem 2rem;
    color: white;
    opacity: 0.8;
    position: relative;
    z-index: 2;
}

    .payroll-footer p[b-xn5032rg0e] {
        margin: 0;
        font-size: 1rem;
        font-weight: 300;
        letter-spacing: 0.5px;
    }

/* Animations */
@keyframes fadeInDown-b-xn5032rg0e {
    from {
        opacity: 0;
        transform: translateY(-40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp-b-xn5032rg0e {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Design */
@media (max-width: 992px) {
    .companies-grid[b-xn5032rg0e] {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 1.5rem;
    }

    .hero-title[b-xn5032rg0e] {
        font-size: 2.5rem;
    }

    .hero-subtitle[b-xn5032rg0e] {
        font-size: 1.25rem;
    }
}

@media (max-width: 768px) {
    /* Hide desktop view */
    .desktop-view[b-xn5032rg0e] {
        display: none !important;
    }

    /* Show mobile view as 2-column grid */
    .mobile-view[b-xn5032rg0e] {
        display: grid !important;
    }

    .hero-section[b-xn5032rg0e] {
        padding: 2rem 1rem 1.5rem;
    }

    .hero-title[b-xn5032rg0e] {
        font-size: 2rem;
    }

    .hero-subtitle[b-xn5032rg0e] {
        font-size: 1.1rem;
    }

    .hero-description[b-xn5032rg0e] {
        font-size: 1rem;
    }

    .hero-icon[b-xn5032rg0e] {
        width: 80px;
        height: 80px;
        margin-bottom: 1.5rem;
    }

        .hero-icon svg[b-xn5032rg0e] {
            width: 60px;
            height: 60px;
        }

    .companies-container[b-xn5032rg0e] {
        padding: 1rem;
    }

    .payroll-footer[b-xn5032rg0e] {
        padding: 2rem 1rem 1.5rem;
    }

        .payroll-footer p[b-xn5032rg0e] {
            font-size: 0.9rem;
        }
}

@media (max-width: 480px) {
    .hero-section[b-xn5032rg0e] {
        padding: 1.5rem 1rem 1rem;
    }

    .hero-title[b-xn5032rg0e] {
        font-size: 1.75rem;
    }

    .hero-subtitle[b-xn5032rg0e] {
        font-size: 1rem;
        letter-spacing: 1px;
    }

    .hero-description[b-xn5032rg0e] {
        font-size: 0.95rem;
    }

    .hero-icon[b-xn5032rg0e] {
        width: 70px;
        height: 70px;
    }

        .hero-icon svg[b-xn5032rg0e] {
            width: 50px;
            height: 50px;
        }

    .companies-list[b-xn5032rg0e] {
        gap: 0.5rem;
    }

    .company-list-item[b-xn5032rg0e] {
        padding: 0.75rem 0.5rem;
        min-height: 6.5rem;
    }

    .list-icon-wrapper[b-xn5032rg0e] {
        width: 2.5rem;
        height: 2.5rem;
        margin-bottom: 0.5rem;
    }

        .list-icon-wrapper i[b-xn5032rg0e] {
            font-size: 1.25rem;
        }

    .list-company-name[b-xn5032rg0e] {
        font-size: 0.85rem;
    }

    .list-company-fullname[b-xn5032rg0e] {
        font-size: 0.65rem;
    }
}

/* Accessibility */
.company-card:focus[b-xn5032rg0e],
.company-list-item:focus[b-xn5032rg0e] {
    outline: 3px solid #0d6efd;
    outline-offset: 3px;
}

.company-card:focus-visible[b-xn5032rg0e],
.company-list-item:focus-visible[b-xn5032rg0e] {
    outline: 3px solid #0d6efd;
    outline-offset: 3px;
}

/* Loading State (Optional) */
@keyframes pulse-b-xn5032rg0e {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}

.company-card.loading[b-xn5032rg0e],
.company-list-item.loading[b-xn5032rg0e] {
    animation: pulse-b-xn5032rg0e 1.5s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    pointer-events: none;
}
