/* /Components/Layout/AdminLayout.razor.rz.scp.css */
.page[b-in9yy03sz5] {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100vh;
}

main[b-in9yy03sz5] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.sidebar[b-in9yy03sz5] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.content[b-in9yy03sz5] {
    flex: 1;
    padding: 2rem !important;
    overflow-y: auto;
    background: #f8f9fa;
}

.main-footer[b-in9yy03sz5] {
    background: white;
    border-top: 1px solid #e0e0e0;
    padding: 1rem 2rem;
    text-align: center;
}

.footer-content p[b-in9yy03sz5] {
    margin: 0;
    color: #666;
    font-size: 0.875rem;
}

@media (min-width: 641px) {
    .page[b-in9yy03sz5] {
        flex-direction: row;
    }

    .sidebar[b-in9yy03sz5] {
        width: 260px;
        flex-shrink: 0;
        height: 100vh;
        position: sticky;
        top: 0;
    }
}

@media (max-width: 640px) {
    .sidebar[b-in9yy03sz5] {
        position: fixed;
        top: 0;
        left: -100%;
        height: 100vh;
        width: 80%;
        max-width: 300px;
        z-index: 1000;
        transition: left 0.3s ease-in-out;
    }

    .sidebar.show[b-in9yy03sz5] {
        left: 0;
    }

    .content[b-in9yy03sz5] {
        padding: 1rem !important;
    }
}

.top-bar[b-in9yy03sz5] {
    background: white;
    border-bottom: 1px solid #e5e7eb;
    padding: 1rem 2rem;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.top-bar-content[b-in9yy03sz5] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
}

.portal-title[b-in9yy03sz5] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.portal-icon[b-in9yy03sz5] {
    font-size: 1.5rem;
}

.brand-logo[b-in9yy03sz5] {
    height: 40px;
    width: auto;
    max-width: 150px;
    object-fit: contain;
}

.portal-title h1[b-in9yy03sz5] {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0;
    color: #1f2937;
}

.user-section[b-in9yy03sz5] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.user-name[b-in9yy03sz5] {
    font-weight: 500;
    color: #4b5563;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .top-bar[b-in9yy03sz5] {
        padding: 0.75rem 1rem;
    }

    .portal-title h1[b-in9yy03sz5] {
        font-size: 1.25rem;
    }
}
/* /Components/Layout/AdminNavMenu.razor.rz.scp.css */
/* Hierarchical Navigation Styles */
.nav-item.has-submenu[b-6y63ocryyk] {
    margin-bottom: 0;
}

.nav-parent[b-6y63ocryyk] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    user-select: none;
    transition: all 0.2s ease;
}

.nav-parent:hover[b-6y63ocryyk] {
    background-color: rgba(255, 255, 255, 0.1);
}

.submenu-arrow[b-6y63ocryyk] {
    font-size: 0.75rem;
    transition: transform 0.3s ease;
    margin-left: auto;
}

.submenu-arrow.expanded[b-6y63ocryyk] {
    transform: rotate(180deg);
}

.nav-submenu[b-6y63ocryyk] {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding-left: 1rem;
}

.nav-submenu.show[b-6y63ocryyk] {
    max-height: 500px;
}

.sub-link[b-6y63ocryyk] {
    padding: 0.5rem 1rem !important;
    font-size: 0.9rem;
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    margin-left: 1rem;
}

.sub-icon[b-6y63ocryyk] {
    font-size: 0.875rem;
    margin-right: 0.5rem;
}

.nav-link[b-6y63ocryyk] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.nav-icon[b-6y63ocryyk] {
    font-size: 1.25rem;
}

/* Active state */
.nav-link.active[b-6y63ocryyk] {
    background-color: rgba(255, 255, 255, 0.15);
    font-weight: 600;
}

.sub-link.active[b-6y63ocryyk] {
    background-color: rgba(255, 255, 255, 0.1);
    border-left-color: #fff;
}
/* /Components/Layout/LandingLayout.razor.rz.scp.css */
.landing-page[b-1kjv7sbbcg] {
    min-height: 100vh;
    width: 100%;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-qs9bi66rp3] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: #ffffff;
}

main[b-qs9bi66rp3] {
    flex: 1;
    display: flex;
    flex-direction: column;
    background: #FAFAFA;
}

.content[b-qs9bi66rp3] {
    flex: 1;
}

.sidebar[b-qs9bi66rp3] {
    background: linear-gradient(180deg, #111827 0%, #1F2937 100%);
    border-right: 1px solid #F3F4F6;
}

.top-row[b-qs9bi66rp3] {
    background-color: #ffffff;
    border-bottom: 1px solid #F3F4F6;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-qs9bi66rp3]  a, .top-row[b-qs9bi66rp3]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
        color: #374151;
        transition: color 0.3s ease;
    }

    .top-row[b-qs9bi66rp3]  a:hover, .top-row[b-qs9bi66rp3]  .btn-link:hover {
        color: #FF6B35;
        text-decoration: underline;
    }

    .top-row[b-qs9bi66rp3]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

.main-footer[b-qs9bi66rp3] {
    background: #111827;
    color: #D1D5DB;
    padding: 1.5rem 2rem;
    margin-top: auto;
    border-top: 3px solid #FF6B35;
}

.footer-content[b-qs9bi66rp3] {
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-content p[b-qs9bi66rp3] {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #D1D5DB;
}

@media (max-width: 640.98px) {
    .top-row[b-qs9bi66rp3] {
        justify-content: space-between;
    }

    .top-row[b-qs9bi66rp3]  a, .top-row[b-qs9bi66rp3]  .btn-link {
        margin-left: 0;
    }

    .main-footer[b-qs9bi66rp3] {
        padding: 1rem 1.5rem;
    }

    .footer-content p[b-qs9bi66rp3] {
        font-size: 0.75rem;
    }
}

@media (min-width: 641px) {
    .page[b-qs9bi66rp3] {
        flex-direction: row;
    }

    .sidebar[b-qs9bi66rp3] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-qs9bi66rp3] {
        position: sticky;
        top: 0;
        z-index: 1;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    }

    .top-row.auth[b-qs9bi66rp3]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-qs9bi66rp3], article[b-qs9bi66rp3] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-qs9bi66rp3] {
    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-qs9bi66rp3] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-3oblgso8mk] {
    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);
    border-radius: 6px;
    transition: all 0.3s ease;
}

.navbar-toggler:hover[b-3oblgso8mk] {
    background-color: rgba(255, 107, 53, 0.2);
    border-color: rgba(255, 107, 53, 0.3);
}

.navbar-toggler:checked[b-3oblgso8mk] {
    background-color: rgba(255, 107, 53, 0.3);
    border-color: #FF6B35;
}

.top-row[b-3oblgso8mk] {
    min-height: 3.5rem;
    background: linear-gradient(135deg, rgba(17, 24, 39, 0.95) 0%, rgba(31, 41, 55, 0.95) 100%);
    border-bottom: 2px solid #FF6B35;
    padding: 0.75rem 1rem;
}

.navbar-brand[b-3oblgso8mk] {
    font-size: 1.25rem;
    font-weight: 700;
    color: white;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    transition: color 0.3s ease;
}

.navbar-brand:hover[b-3oblgso8mk] {
    color: #FF6B35;
}

.brand-icon[b-3oblgso8mk] {
    font-size: 1.5rem;
}

.brand-text[b-3oblgso8mk] {
    display: inline-block;
}

.nav-icon[b-3oblgso8mk] {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.75rem;
    font-size: 1.125rem;
    text-align: center;
}

.nav-item[b-3oblgso8mk] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

.nav-item:first-of-type[b-3oblgso8mk] {
    padding-top: 1rem;
}

.nav-item:last-of-type[b-3oblgso8mk] {
    padding-bottom: 1rem;
}

.nav-item[b-3oblgso8mk]  .nav-link {
    color: #D1D5DB;
    background: none;
    border: none;
    border-radius: 8px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    width: 100%;
    padding: 0 1rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.nav-item[b-3oblgso8mk]  a.active {
    background: linear-gradient(135deg, #FF6B35 0%, #E85A28 100%);
    color: white;
    box-shadow: 0 2px 8px rgba(255, 107, 53, 0.3);
    font-weight: 600;
}

.nav-item[b-3oblgso8mk]  .nav-link:hover {
    background-color: rgba(255, 107, 53, 0.15);
    color: white;
    transform: translateX(4px);
}

.nav-item[b-3oblgso8mk]  a.active:hover {
    transform: translateX(0);
    box-shadow: 0 4px 12px rgba(255, 107, 53, 0.4);
}

.nav-scrollable[b-3oblgso8mk] {
    display: none;
    background: transparent;
}

.navbar-toggler:checked ~ .nav-scrollable[b-3oblgso8mk] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-3oblgso8mk] {
        display: none;
    }

    .nav-scrollable[b-3oblgso8mk] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }

    /* Custom scrollbar styling */
    .nav-scrollable[b-3oblgso8mk]::-webkit-scrollbar {
        width: 6px;
    }

    .nav-scrollable[b-3oblgso8mk]::-webkit-scrollbar-track {
        background: rgba(255, 255, 255, 0.05);
    }

    .nav-scrollable[b-3oblgso8mk]::-webkit-scrollbar-thumb {
        background: rgba(255, 107, 53, 0.3);
        border-radius: 3px;
    }

    .nav-scrollable[b-3oblgso8mk]::-webkit-scrollbar-thumb:hover {
        background: rgba(255, 107, 53, 0.5);
    }
}

@media (max-width: 640.98px) {
    .brand-text[b-3oblgso8mk] {
        font-size: 1rem;
    }

    .brand-icon[b-3oblgso8mk] {
        font-size: 1.25rem;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-xeo8lygpou],
.components-reconnect-repeated-attempt-visible[b-xeo8lygpou],
.components-reconnect-failed-visible[b-xeo8lygpou],
.components-pause-visible[b-xeo8lygpou],
.components-resume-failed-visible[b-xeo8lygpou],
.components-rejoining-animation[b-xeo8lygpou] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-xeo8lygpou],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-xeo8lygpou],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-xeo8lygpou],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-xeo8lygpou],
#components-reconnect-modal.components-reconnect-retrying[b-xeo8lygpou],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-xeo8lygpou],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-xeo8lygpou],
#components-reconnect-modal.components-reconnect-failed[b-xeo8lygpou],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-xeo8lygpou] {
    display: block;
}


#components-reconnect-modal[b-xeo8lygpou] {
    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-xeo8lygpou 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-xeo8lygpou 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-xeo8lygpou 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-xeo8lygpou]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-xeo8lygpou 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-xeo8lygpou {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-xeo8lygpou {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-xeo8lygpou {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-xeo8lygpou] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-xeo8lygpou] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-xeo8lygpou] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-xeo8lygpou] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-xeo8lygpou] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-xeo8lygpou] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-xeo8lygpou] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-xeo8lygpou 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-xeo8lygpou] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-xeo8lygpou {
    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/Layout/VendorLayout.razor.rz.scp.css */
.page[b-048oafpp2q] {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100vh;
}

main[b-048oafpp2q] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.sidebar[b-048oafpp2q] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.content[b-048oafpp2q] {
    flex: 1;
    padding: 2rem !important;
    overflow-y: auto;
    background: #f8f9fa;
}

.main-footer[b-048oafpp2q] {
    background: white;
    border-top: 1px solid #e0e0e0;
    padding: 1rem 2rem;
    text-align: center;
}

.footer-content p[b-048oafpp2q] {
    margin: 0;
    color: #666;
    font-size: 0.875rem;
}

@media (min-width: 641px) {
    .page[b-048oafpp2q] {
        flex-direction: row;
    }

    .sidebar[b-048oafpp2q] {
        width: 260px;
        flex-shrink: 0;
        height: 100vh;
        position: sticky;
        top: 0;
    }
}

@media (max-width: 640px) {
    .sidebar[b-048oafpp2q] {
        position: fixed;
        top: 0;
        left: -100%;
        height: 100vh;
        width: 80%;
        max-width: 300px;
        z-index: 1000;
        transition: left 0.3s ease-in-out;
    }

    .sidebar.show[b-048oafpp2q] {
        left: 0;
    }

    .content[b-048oafpp2q] {
        padding: 1rem !important;
    }
}

.top-bar[b-048oafpp2q] {
    background: white;
    border-bottom: 1px solid #e5e7eb;
    padding: 1rem 2rem;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.top-bar-content[b-048oafpp2q] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
}

.portal-title[b-048oafpp2q] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.portal-icon[b-048oafpp2q] {
    font-size: 1.5rem;
}

.brand-logo[b-048oafpp2q] {
    height: 40px;
    width: auto;
    max-width: 150px;
    object-fit: contain;
}

.portal-title h1[b-048oafpp2q] {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0;
    color: #1f2937;
}

.user-section[b-048oafpp2q] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.user-name[b-048oafpp2q] {
    font-weight: 500;
    color: #4b5563;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .top-bar[b-048oafpp2q] {
        padding: 0.75rem 1rem;
    }

    .portal-title h1[b-048oafpp2q] {
        font-size: 1.25rem;
    }
}
/* /Components/Layout/VendorNavMenu.razor.rz.scp.css */
/* Hierarchical Navigation Styles */
.nav-item.has-submenu[b-e1f701raes] {
    margin-bottom: 0;
}

.nav-parent[b-e1f701raes] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    user-select: none;
    transition: all 0.2s ease;
}

.nav-parent:hover[b-e1f701raes] {
    background-color: rgba(255, 255, 255, 0.1);
}

.submenu-arrow[b-e1f701raes] {
    font-size: 0.75rem;
    transition: transform 0.3s ease;
    margin-left: auto;
}

.submenu-arrow.expanded[b-e1f701raes] {
    transform: rotate(180deg);
}

.nav-submenu[b-e1f701raes] {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding-left: 1rem;
}

.nav-submenu.show[b-e1f701raes] {
    max-height: 500px;
}

.sub-link[b-e1f701raes] {
    padding: 0.5rem 1rem !important;
    font-size: 0.9rem;
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    margin-left: 1rem;
}

.sub-icon[b-e1f701raes] {
    font-size: 0.875rem;
    margin-right: 0.5rem;
}

.nav-link[b-e1f701raes] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.nav-icon[b-e1f701raes] {
    font-size: 1.25rem;
}

/* Active state */
.nav-link.active[b-e1f701raes] {
    background-color: rgba(255, 255, 255, 0.15);
    font-weight: 600;
}

.sub-link.active[b-e1f701raes] {
    background-color: rgba(255, 255, 255, 0.1);
    border-left-color: #fff;
}
/* /Components/Pages/AdminPortal.razor.rz.scp.css */
.landing-container[b-9oenrn8bfb] {
    min-height: 100vh;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.landing-navbar[b-9oenrn8bfb] {
    padding: 1.5rem 0;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    position: sticky;
    top: 0;
    z-index: 100;
}

.navbar-content[b-9oenrn8bfb] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.brand[b-9oenrn8bfb] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.brand-name[b-9oenrn8bfb] {
    font-size: 1.5rem;
    font-weight: 700;
    color: white;
    letter-spacing: 0.5px;
}

.nav-links[b-9oenrn8bfb] {
    display: flex;
    gap: 2rem;
    align-items: center;
}

.nav-link[b-9oenrn8bfb] {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.nav-link:hover[b-9oenrn8bfb] {
    color: white;
}

.btn-login[b-9oenrn8bfb] {
    padding: 0.5rem 1.5rem;
    background: white;
    color: #667eea;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-login:hover[b-9oenrn8bfb] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.hero-section[b-9oenrn8bfb] {
    padding: 6rem 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.hero-content[b-9oenrn8bfb] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.hero-text[b-9oenrn8bfb] {
    color: white;
}

.hero-title[b-9oenrn8bfb] {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.brand-highlight[b-9oenrn8bfb] {
    color: #fbbf24;
}

.hero-description[b-9oenrn8bfb] {
    font-size: 1.25rem;
    line-height: 1.6;
    opacity: 0.95;
    margin-bottom: 2rem;
}

.hero-actions[b-9oenrn8bfb] {
    display: flex;
    gap: 1rem;
}

.btn[b-9oenrn8bfb] {
    padding: 1rem 2rem;
    border-radius: 12px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.btn-primary[b-9oenrn8bfb] {
    background: white;
    color: #667eea;
}

.btn-primary:hover[b-9oenrn8bfb] {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.btn-secondary[b-9oenrn8bfb] {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: 2px solid white;
}

.btn-secondary:hover[b-9oenrn8bfb] {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
}

.hero-image[b-9oenrn8bfb] {
    perspective: 1000px;
}

.dashboard-preview[b-9oenrn8bfb] {
    background: white;
    border-radius: 16px;
    padding: 1.5rem;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    transform: rotateY(-5deg) rotateX(5deg);
    transition: transform 0.3s ease;
}

.dashboard-preview:hover[b-9oenrn8bfb] {
    transform: rotateY(0deg) rotateX(0deg);
}

.preview-header[b-9oenrn8bfb] {
    margin-bottom: 1rem;
}

.preview-dots[b-9oenrn8bfb] {
    display: flex;
    gap: 0.5rem;
}

.dot[b-9oenrn8bfb] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #e5e7eb;
}

.preview-content[b-9oenrn8bfb] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.preview-card[b-9oenrn8bfb] {
    padding: 1.5rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 12px;
    color: white;
    text-align: center;
}

.card-icon[b-9oenrn8bfb] {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.card-text[b-9oenrn8bfb] {
    font-weight: 600;
}

.features-section[b-9oenrn8bfb] {
    padding: 6rem 2rem;
    background: white;
}

.section-title[b-9oenrn8bfb] {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 3rem;
    color: #1f2937;
}

.features-grid[b-9oenrn8bfb] {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.feature-card[b-9oenrn8bfb] {
    padding: 2rem;
    background: #f9fafb;
    border-radius: 16px;
    transition: all 0.3s ease;
}

.feature-card:hover[b-9oenrn8bfb] {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.feature-icon[b-9oenrn8bfb] {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.feature-card h3[b-9oenrn8bfb] {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: #1f2937;
}

.feature-card p[b-9oenrn8bfb] {
    color: #6b7280;
    line-height: 1.6;
}

.landing-footer[b-9oenrn8bfb] {
    padding: 3rem 2rem;
    background: rgba(0, 0, 0, 0.2);
    color: white;
}

.footer-content[b-9oenrn8bfb] {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-links[b-9oenrn8bfb] {
    display: flex;
    gap: 2rem;
}

.footer-links a[b-9oenrn8bfb] {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-links a:hover[b-9oenrn8bfb] {
    color: white;
}

@@media (max-width: 768px) {
    .hero-content[b-9oenrn8bfb] {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .hero-title[b-9oenrn8bfb] {
        font-size: 2.5rem;
    }

    .hero-actions[b-9oenrn8bfb] {
        justify-content: center;
    }

    .dashboard-preview[b-9oenrn8bfb] {
        transform: none;
    }

    .footer-content[b-9oenrn8bfb] {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }
}
/* /Components/Pages/Admin/ApprovalWorkflow.razor.rz.scp.css */
/* Simplified approval workflow CSS migrated from WASM */
.approval-workflow .page-header[b-23db0pq1yn] { margin-bottom: 1rem; }
.stat-card[b-23db0pq1yn] { min-height: 120px; }
.summary-card .summary-stats[b-23db0pq1yn] { display:flex; gap:1rem; }
.table-hover tbody tr.table-danger[b-23db0pq1yn] { background: rgba(220,53,69,0.1); }
.approval-progress[b-23db0pq1yn] { min-width:120px; }
@media (max-width: 768px) { .summary-card[b-23db0pq1yn] { margin-bottom:1rem; } }
/* /Components/Pages/Admin/BackgroundJobs.razor.rz.scp.css */
.background-jobs-page .page-header h1[b-u0bm3um4zl] {
    font-size: 2.5rem;
    font-weight: 700;
}

.background-jobs-page .stat-card[b-u0bm3um4zl] {
    min-height: 110px;
    border-radius: 0.75rem;
}

.background-jobs-page .table th[b-u0bm3um4zl] {
    white-space: nowrap;
}

.background-jobs-page code[b-u0bm3um4zl] {
    font-size: 0.8rem;
}
/* /Components/Pages/Admin/Dashboard.razor.rz.scp.css */
.admin-dashboard[b-5o1ii7vpe0] {
    padding: 20px;
    background: #f8f9fa;
    min-height: 100vh;
}

.dashboard-header[b-5o1ii7vpe0] {
    margin-bottom: 30px;
}

.dashboard-header h1[b-5o1ii7vpe0] {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 5px;
    color: #1a1a2e;
}

.stats-grid[b-5o1ii7vpe0] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.stat-card[b-5o1ii7vpe0] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    padding: 24px;
    transition: transform 0.2s, box-shadow 0.2s;
    border-left: 4px solid #e0e0e0;
}

/* Themed stat cards */
.stat-card.users-card[b-5o1ii7vpe0] {
    border-left-color: #6366f1;
}

.stat-card.vendors-card[b-5o1ii7vpe0] {
    border-left-color: #ec4899;
}

.stat-card.refunds-card[b-5o1ii7vpe0] {
    border-left-color: #06b6d4;
}

.stat-card.subscriptions-card[b-5o1ii7vpe0] {
    border-left-color: #10b981;
}

.stat-card:hover[b-5o1ii7vpe0] {
    transform: translateY(-4px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.12);
}

.stat-header[b-5o1ii7vpe0] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.stat-icon[b-5o1ii7vpe0] {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 1.5rem;
    color: white;
}

.stat-icon.users[b-5o1ii7vpe0] {
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
}

.stat-icon.vendors[b-5o1ii7vpe0] {
    background: linear-gradient(135deg, #ec4899 0%, #f43f5e 100%);
}

.stat-icon.refunds[b-5o1ii7vpe0] {
    background: linear-gradient(135deg, #06b6d4 0%, #0ea5e9 100%);
}

.stat-icon.subscriptions[b-5o1ii7vpe0] {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
}

.stat-header h3[b-5o1ii7vpe0] {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0;
    color: #1a1a2e;
}

.stat-body[b-5o1ii7vpe0] {
    margin-bottom: 15px;
}

.stat-main[b-5o1ii7vpe0] {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

.stat-value[b-5o1ii7vpe0] {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
    color: #333;
}

.stat-label[b-5o1ii7vpe0] {
    font-size: 0.875rem;
    color: #666;
    margin-top: 5px;
}

.stat-details[b-5o1ii7vpe0] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.stat-item[b-5o1ii7vpe0] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
    font-size: 0.875rem;
}

.stat-item .label[b-5o1ii7vpe0] {
    color: #666;
}

.stat-item .value[b-5o1ii7vpe0] {
    font-weight: 600;
}

.stat-footer[b-5o1ii7vpe0] {
    border-top: 1px solid #eee;
    padding-top: 10px;
}

.stat-footer .btn-link[b-5o1ii7vpe0] {
    text-decoration: none;
    color: #0066cc;
    font-size: 0.875rem;
    padding: 0;
}

.stat-footer .btn-link:hover[b-5o1ii7vpe0] {
    text-decoration: underline;
}

/* Quick Actions */
.quick-actions-section h3[b-5o1ii7vpe0] {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.quick-actions-grid[b-5o1ii7vpe0] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 15px;
}

.quick-action-card[b-5o1ii7vpe0] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    text-decoration: none;
    color: #333;
    transition: all 0.2s;
}

.quick-action-card:hover[b-5o1ii7vpe0] {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    color: #0066cc;
}

.quick-action-card .icon[b-5o1ii7vpe0] {
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.quick-action-card .title[b-5o1ii7vpe0] {
    font-size: 0.9rem;
    font-weight: 500;
    text-align: center;
}
/* /Components/Pages/Dashboard.razor.rz.scp.css */
.dashboard-container[b-zizt4fpnyv] {
    padding: 2rem;
}

.dashboard-header[b-zizt4fpnyv] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.dashboard-header h1[b-zizt4fpnyv] {
    font-size: 2rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 0.25rem;
}

.dashboard-header p[b-zizt4fpnyv] {
    color: #6b7280;
}

.btn-logout[b-zizt4fpnyv] {
    padding: 0.75rem 1.5rem;
    background: #ef4444;
    color: white;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-logout:hover[b-zizt4fpnyv] {
    background: #dc2626;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(239, 68, 68, 0.3);
}

.stats-grid[b-zizt4fpnyv] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.stat-card[b-zizt4fpnyv] {
    background: white;
    border-radius: 16px;
    padding: 1.5rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    display: flex;
    gap: 1rem;
    transition: all 0.3s ease;
}

.stat-card:hover[b-zizt4fpnyv] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.stat-icon[b-zizt4fpnyv] {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    flex-shrink: 0;
}

.stat-content[b-zizt4fpnyv] {
    flex: 1;
}

.stat-label[b-zizt4fpnyv] {
    color: #6b7280;
    font-size: 0.875rem;
    margin-bottom: 0.25rem;
}

.stat-value[b-zizt4fpnyv] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 0.25rem;
}

.stat-change[b-zizt4fpnyv] {
    font-size: 0.75rem;
    font-weight: 600;
}

.stat-change.positive[b-zizt4fpnyv] {
    color: #10b981;
}

.stat-change.negative[b-zizt4fpnyv] {
    color: #ef4444;
}

.dashboard-grid[b-zizt4fpnyv] {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 1.5rem;
}

.dashboard-card[b-zizt4fpnyv] {
    background: white;
    border-radius: 16px;
    padding: 1.5rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.card-title[b-zizt4fpnyv] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 1.5rem;
}

.orders-list[b-zizt4fpnyv] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.order-item[b-zizt4fpnyv] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    background: #f9fafb;
    border-radius: 8px;
}

.order-info[b-zizt4fpnyv] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.order-id[b-zizt4fpnyv] {
    font-weight: 600;
    color: #1f2937;
}

.order-customer[b-zizt4fpnyv] {
    color: #6b7280;
    font-size: 0.875rem;
}

.order-details[b-zizt4fpnyv] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.25rem;
}

.order-amount[b-zizt4fpnyv] {
    font-weight: 700;
    color: #1f2937;
}

.order-status[b-zizt4fpnyv] {
    padding: 0.25rem 0.75rem;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
}

.status-pending[b-zizt4fpnyv] {
    background: #fef3c7;
    color: #92400e;
}

.status-completed[b-zizt4fpnyv] {
    background: #d1fae5;
    color: #065f46;
}

.status-processing[b-zizt4fpnyv] {
    background: #dbeafe;
    color: #1e40af;
}

.actions-grid[b-zizt4fpnyv] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.action-button[b-zizt4fpnyv] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    text-decoration: none;
    border-radius: 12px;
    transition: all 0.3s ease;
    gap: 0.5rem;
}

.action-button:hover[b-zizt4fpnyv] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}

.action-icon[b-zizt4fpnyv] {
    font-size: 2rem;
}

@media (max-width: 1024px) {
    .dashboard-grid[b-zizt4fpnyv] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .dashboard-container[b-zizt4fpnyv] {
        padding: 1rem;
    }

    .dashboard-header[b-zizt4fpnyv] {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .stats-grid[b-zizt4fpnyv] {
        grid-template-columns: 1fr;
    }

    .actions-grid[b-zizt4fpnyv] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/ForgotPassword.razor.rz.scp.css */
/* ========================================
   Forgot Password Page Styles
   Matching Login Page Design
   ======================================== */

.forgot-password-container[b-leig98ik00] {
    min-height: 100vh;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.forgot-password-content[b-leig98ik00] {
    width: 100%;
    max-width: 1100px;
    background: white;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 600px;
}

/* Left Side - Branding */
.forgot-password-left[b-leig98ik00] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: white;
}

.forgot-password-branding .brand[b-leig98ik00] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
}

.brand-name[b-leig98ik00] {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.forgot-password-title[b-leig98ik00] {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.forgot-password-subtitle[b-leig98ik00] {
    font-size: 1.125rem;
    opacity: 0.9;
}

.illustration[b-leig98ik00] {
    position: relative;
    height: 200px;
}

.illustration-shapes[b-leig98ik00] {
    position: relative;
    height: 100%;
}

.shape[b-leig98ik00] {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}

.shape-1[b-leig98ik00] {
    width: 150px;
    height: 150px;
    top: 0;
    left: 0;
    animation: float-b-leig98ik00 6s ease-in-out infinite;
}

.shape-2[b-leig98ik00] {
    width: 100px;
    height: 100px;
    top: 50px;
    right: 50px;
    animation: float-b-leig98ik00 8s ease-in-out infinite;
}

.shape-3[b-leig98ik00] {
    width: 80px;
    height: 80px;
    bottom: 0;
    left: 100px;
    animation: float-b-leig98ik00 7s ease-in-out infinite;
}

@keyframes float-b-leig98ik00 {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px);
    }
}

/* Right Side - Form */
.forgot-password-right[b-leig98ik00] {
    padding: 3rem;
    display: flex;
    align-items: center;
}

.forgot-password-form-container[b-leig98ik00] {
    width: 100%;
}

.form-header[b-leig98ik00] {
    margin-bottom: 2rem;
}

.form-header h2[b-leig98ik00] {
    font-size: 2rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 0.5rem;
}

.form-header p[b-leig98ik00] {
    color: #6b7280;
    line-height: 1.5;
}

.forgot-password-form[b-leig98ik00] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.form-group[b-leig98ik00] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.form-group label[b-leig98ik00] {
    font-weight: 600;
    color: #374151;
    font-size: 0.875rem;
}

.form-group input[b-leig98ik00] {
    padding: 0.75rem 1rem;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.form-group input:focus[b-leig98ik00] {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.error-message[b-leig98ik00] {
    padding: 0.75rem;
    background: #fee2e2;
    color: #dc2626;
    border-radius: 8px;
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.btn-submit[b-leig98ik00] {
    padding: 0.875rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-submit:hover:not(:disabled)[b-leig98ik00] {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(102, 126, 234, 0.4);
}

.btn-submit:disabled[b-leig98ik00] {
    opacity: 0.7;
    cursor: not-allowed;
}

.back-to-login[b-leig98ik00] {
    text-align: center;
    margin-top: 0.5rem;
}

.back-to-login a[b-leig98ik00] {
    color: #667eea;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: color 0.3s ease;
}

.back-to-login a:hover[b-leig98ik00] {
    color: #764ba2;
    text-decoration: underline;
}

/* Success State */
.success-container[b-leig98ik00] {
    text-align: center;
}

.success-icon[b-leig98ik00] {
    margin: 0 auto 1.5rem;
    animation: scaleIn-b-leig98ik00 0.5s ease-out;
}

@keyframes scaleIn-b-leig98ik00 {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.success-container h2[b-leig98ik00] {
    font-size: 2rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 1rem;
}

.success-container p[b-leig98ik00] {
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 0.5rem;
}

.email-sent[b-leig98ik00] {
    color: #667eea;
    font-size: 1.125rem;
    margin-bottom: 1rem !important;
}

.instructions[b-leig98ik00] {
    font-size: 0.875rem;
    margin-bottom: 2rem !important;
    padding: 1rem;
    background: #f9fafb;
    border-radius: 8px;
}

.success-actions[b-leig98ik00] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 2rem;
}

.btn-secondary[b-leig98ik00] {
    padding: 0.875rem;
    background: white;
    color: #667eea;
    border: 2px solid #667eea;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-secondary:hover:not(:disabled)[b-leig98ik00] {
    background: #667eea;
    color: white;
    transform: translateY(-2px);
}

.btn-secondary:disabled[b-leig98ik00] {
    opacity: 0.7;
    cursor: not-allowed;
}

.btn-primary-link[b-leig98ik00] {
    padding: 0.875rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    display: block;
    transition: all 0.3s ease;
}

.btn-primary-link:hover[b-leig98ik00] {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(102, 126, 234, 0.4);
}

.resend-message[b-leig98ik00] {
    margin-top: 1rem;
    padding: 0.75rem;
    background: #d1fae5;
    color: #065f46;
    border-radius: 8px;
    font-size: 0.875rem;
    animation: fadeIn-b-leig98ik00 0.3s ease-in;
}

@keyframes fadeIn-b-leig98ik00 {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.back-home[b-leig98ik00] {
    margin-top: 2rem;
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid #e5e7eb;
}

.back-home a[b-leig98ik00] {
    color: #6b7280;
    text-decoration: none;
    font-size: 0.875rem;
    transition: color 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.back-home a:hover[b-leig98ik00] {
    color: #667eea;
}

.globe-icon[b-leig98ik00] {
    font-size: 1rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .forgot-password-content[b-leig98ik00] {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .forgot-password-left[b-leig98ik00] {
        padding: 2rem;
        min-height: 200px;
    }

    .forgot-password-title[b-leig98ik00] {
        font-size: 2rem;
    }

    .illustration[b-leig98ik00] {
        display: none;
    }

    .forgot-password-right[b-leig98ik00] {
        padding: 2rem;
    }

    .form-header h2[b-leig98ik00],
    .success-container h2[b-leig98ik00] {
        font-size: 1.5rem;
    }

    .form-header p[b-leig98ik00] {
        font-size: 0.875rem;
    }
}

@media (max-width: 480px) {
    .forgot-password-container[b-leig98ik00] {
        padding: 1rem;
    }

    .forgot-password-content[b-leig98ik00] {
        border-radius: 16px;
    }

    .forgot-password-left[b-leig98ik00],
    .forgot-password-right[b-leig98ik00] {
        padding: 1.5rem;
    }

    .brand-name[b-leig98ik00] {
        font-size: 1.5rem;
    }

    .forgot-password-title[b-leig98ik00] {
        font-size: 1.75rem;
    }

    .forgot-password-subtitle[b-leig98ik00] {
        font-size: 1rem;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.landing-container[b-v8wv5154e7] {
    min-height: 100vh;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.landing-navbar[b-v8wv5154e7] {
    padding: 1.5rem 0;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    position: sticky;
    top: 0;
    z-index: 100;
}

.navbar-content[b-v8wv5154e7] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.brand[b-v8wv5154e7] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.brand-name[b-v8wv5154e7] {
    font-size: 1.5rem;
    font-weight: 700;
    color: white;
    letter-spacing: 0.5px;
}

.nav-links[b-v8wv5154e7] {
    display: flex;
    gap: 2rem;
    align-items: center;
}

.nav-link[b-v8wv5154e7] {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.nav-link:hover[b-v8wv5154e7] {
    color: white;
}

.btn-login[b-v8wv5154e7] {
    padding: 0.5rem 1.5rem;
    background: white;
    color: #667eea;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-login:hover[b-v8wv5154e7] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.hero-section[b-v8wv5154e7] {
    padding: 6rem 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.hero-content[b-v8wv5154e7] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.hero-text[b-v8wv5154e7] {
    color: white;
}

.hero-title[b-v8wv5154e7] {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.brand-highlight[b-v8wv5154e7] {
    color: #fbbf24;
}

.hero-description[b-v8wv5154e7] {
    font-size: 1.25rem;
    line-height: 1.6;
    opacity: 0.95;
    margin-bottom: 2rem;
}

.hero-actions[b-v8wv5154e7] {
    display: flex;
    gap: 1rem;
}

.btn[b-v8wv5154e7] {
    padding: 1rem 2rem;
    border-radius: 12px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.btn-primary[b-v8wv5154e7] {
    background: white;
    color: #667eea;
}

.btn-primary:hover[b-v8wv5154e7] {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.btn-secondary[b-v8wv5154e7] {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: 2px solid white;
}

.btn-secondary:hover[b-v8wv5154e7] {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
}

.hero-image[b-v8wv5154e7] {
    perspective: 1000px;
}

.dashboard-preview[b-v8wv5154e7] {
    background: white;
    border-radius: 16px;
    padding: 1.5rem;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    transform: rotateY(-5deg) rotateX(5deg);
    transition: transform 0.3s ease;
}

.dashboard-preview:hover[b-v8wv5154e7] {
    transform: rotateY(0deg) rotateX(0deg);
}

.preview-header[b-v8wv5154e7] {
    margin-bottom: 1rem;
}

.preview-dots[b-v8wv5154e7] {
    display: flex;
    gap: 0.5rem;
}

.dot[b-v8wv5154e7] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #e5e7eb;
}

.preview-content[b-v8wv5154e7] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.preview-card[b-v8wv5154e7] {
    padding: 1.5rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 12px;
    color: white;
    text-align: center;
}

.card-icon[b-v8wv5154e7] {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.card-text[b-v8wv5154e7] {
    font-weight: 600;
}

.features-section[b-v8wv5154e7] {
    padding: 6rem 2rem;
    background: white;
}

.section-title[b-v8wv5154e7] {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 3rem;
    color: #1f2937;
}

.features-grid[b-v8wv5154e7] {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.feature-card[b-v8wv5154e7] {
    padding: 2rem;
    background: #f9fafb;
    border-radius: 16px;
    transition: all 0.3s ease;
}

.feature-card:hover[b-v8wv5154e7] {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.feature-icon[b-v8wv5154e7] {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.feature-card h3[b-v8wv5154e7] {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #1f2937;
}

.feature-card p[b-v8wv5154e7] {
    color: #6b7280;
    line-height: 1.6;
}

.landing-footer[b-v8wv5154e7] {
    padding: 2rem;
    background: #1f2937;
    text-align: center;
    color: white;
}

@media (max-width: 768px) {
    .hero-content[b-v8wv5154e7] {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .hero-title[b-v8wv5154e7] {
        font-size: 2.5rem;
    }

    .nav-links[b-v8wv5154e7] {
        gap: 1rem;
    }

    .hero-actions[b-v8wv5154e7] {
        flex-direction: column;
    }

    .btn[b-v8wv5154e7] {
        width: 100%;
        text-align: center;
    }

    .dashboard-preview[b-v8wv5154e7] {
        transform: none;
    }
}
/* /Components/Pages/LandingPagePublic.razor.rz.scp.css */
/* ========================================
   Landing Page Public Styles - Figma Design Match v1.2
   ======================================== */

/* Base Container */
.public-landing-container[b-2xy2ow555d] {
    min-height: 100vh;
    background: #ffffff;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* ========================================
   Navigation Bar
   ======================================== */
.public-navbar[b-2xy2ow555d] {
    padding: 1.25rem 0;
    background: #ffffff;
    border-bottom: 1px solid #F3F4F6;
    position: sticky;
    top: 0;
    z-index: 100;
}

.navbar-content[b-2xy2ow555d] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.brand[b-2xy2ow555d] {
    display: flex;
    align-items: center;
}

.brand-logo[b-2xy2ow555d] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #FF6B35;
}

.nav-links[b-2xy2ow555d] {
    display: flex;
    gap: 2rem;
    align-items: center;
}

.nav-link[b-2xy2ow555d] {
    color: #374151;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.nav-link:hover[b-2xy2ow555d] {
    color: #FF6B35;
}

.nav-actions[b-2xy2ow555d] {
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

.globe-icon[b-2xy2ow555d] {
    font-size: 1.25rem;
    color: #6B7280;
    cursor: pointer;
}

.nav-link-login[b-2xy2ow555d] {
    color: #374151;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.nav-link-login:hover[b-2xy2ow555d] {
    color: #FF6B35;
}

.btn-register[b-2xy2ow555d] {
    padding: 0.625rem 1.5rem;
    background: #FF6B35;
    color: white;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.btn-register:hover[b-2xy2ow555d] {
    background: #E85A28;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(255, 107, 53, 0.3);
}

/* ========================================
   Hero Section
   ======================================== */
.hero-section[b-2xy2ow555d] {
    padding: 1.5rem 2rem 2rem;
    min-height: auto;
    display: flex;
    align-items: center;
    background: linear-gradient(180deg, #FFF9F7 0%, #FFF5F2 50%, #FFF1ED 100%);
    border-radius: 0;
}

.hero-content[b-2xy2ow555d] {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 4rem;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
}

.hero-text[b-2xy2ow555d] {
    color: #1F2937;
}

.hero-title[b-2xy2ow555d] {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1.25rem;
    color: #111827;
}

.hero-title .text-primary[b-2xy2ow555d] {
    color: #FF6B35 !important;
}

.hero-title .text-secondary[b-2xy2ow555d] {
    color: #0D9488 !important;
}

.hero-description[b-2xy2ow555d] {
    font-size: 1rem;
    line-height: 1.7;
    color: #4B5563 !important;
    margin-bottom: 2rem;
    max-width: 480px;
}

.hero-actions[b-2xy2ow555d] {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.btn[b-2xy2ow555d] {
    padding: 0.875rem 1.75rem;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
}

.btn-icon[b-2xy2ow555d] {
    font-size: 1rem;
}

.btn-primary[b-2xy2ow555d] {
    background: #FF6B35;
    color: white;
}

.btn-primary:hover[b-2xy2ow555d] {
    background: #E85A28;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(255, 107, 53, 0.3);
}

.btn-link-secondary[b-2xy2ow555d] {
    color: #6B7280;
    text-decoration: underline;
    font-weight: 500;
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: color 0.3s ease;
}

.btn-link-secondary:hover[b-2xy2ow555d] {
    color: #FF6B35;
}

.hero-image[b-2xy2ow555d] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-visual[b-2xy2ow555d] {
    width: 100%;
    max-width: 100%;
}

.carousel[b-2xy2ow555d] {
    position: relative;
    width: 100%;
    height: 420px;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.carousel-slide[b-2xy2ow555d] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
    pointer-events: none;
}

.carousel-slide.active[b-2xy2ow555d] {
    opacity: 1;
    pointer-events: auto;
}

.carousel-slide img[b-2xy2ow555d] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.carousel-control[b-2xy2ow555d] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.9);
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 1.5rem;
    color: #FF6B35;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 2;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.carousel-control:hover[b-2xy2ow555d] {
    background: rgba(255, 255, 255, 1);
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.carousel-control.prev[b-2xy2ow555d] {
    left: 15px;
}

.carousel-control.next[b-2xy2ow555d] {
    right: 15px;
}

.carousel-indicators[b-2xy2ow555d] {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 2;
}

.carousel-indicators .indicator[b-2xy2ow555d] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    border: 2px solid rgba(255, 255, 255, 0.8);
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
}

.carousel-indicators .indicator:hover[b-2xy2ow555d] {
    background: rgba(255, 255, 255, 0.7);
    transform: scale(1.2);
}

.carousel-indicators .indicator.active[b-2xy2ow555d] {
    background: #FF6B35;
    border-color: #FF6B35;
    transform: scale(1.3);
}

.visual-placeholder[b-2xy2ow555d] {
    width: 100%;
    height: 360px;
    background: linear-gradient(135deg, #FFE5D9 0%, #FFD4C4 100%);
    border-radius: 16px;
}

/* ========================================
   Section Common Styles
   ======================================== */
.section-header[b-2xy2ow555d] {
    text-align: center;
    margin-bottom: 3rem;
}

.section-label[b-2xy2ow555d] {
    font-size: 0.75rem;
    font-weight: 600;
    color: #9CA3AF;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-bottom: 0.75rem;
}

.section-title[b-2xy2ow555d] {
    font-size: 2.25rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 0.75rem;
}

.section-description[b-2xy2ow555d] {
    font-size: 1rem;
    color: #6B7280;
    max-width: 560px;
    margin: 0 auto;
    line-height: 1.6;
}

/* ========================================
   How Shopeey Works Section
   ======================================== */
.how-it-works-section[b-2xy2ow555d] {
    padding: 5rem 2rem;
    background: #ffffff;
    max-width: 1200px;
    margin: 0 auto;
}

.steps-grid[b-2xy2ow555d] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.step-card[b-2xy2ow555d] {
    background: #FAFAFA;
    border-radius: 12px;
    padding: 2rem 1.5rem;
    text-align: center;
    position: relative;
    transition: all 0.3s ease;
    border: 1px solid #F3F4F6;
}

.step-card:hover[b-2xy2ow555d] {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.step-number[b-2xy2ow555d] {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #ffffff;
    color: #9CA3AF;
    font-size: 0.875rem;
    font-weight: 700;
    padding: 0.35rem 0.85rem;
    border-radius: 12px;
    border: 1px solid #E5E7EB;
}

.step-icon[b-2xy2ow555d] {
    width: 64px;
    height: 64px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin: 1.25rem auto 1.25rem;
}

.teal-icon[b-2xy2ow555d] {
    background: #CCFBF1;
    color: #14B8A6;
}

.orange-icon[b-2xy2ow555d] {
    background: #FFEDD5;
    color: #FF6B35;
}

.blue-icon[b-2xy2ow555d] {
    background: #FEF3C7;
    color: #F59E0B;
}

.step-card h3[b-2xy2ow555d] {
    font-size: 1.125rem;
    font-weight: 600;
    color: #111827;
    margin-bottom: 0.75rem;
}

.step-card p[b-2xy2ow555d] {
    font-size: 0.875rem;
    color: #6B7280;
    line-height: 1.6;
}

/* ========================================
   Why Shopeey Section
   ======================================== */
.why-shopeey-section[b-2xy2ow555d] {
    padding: 5rem 2rem;
    background: #FAFAFA;
}

.why-shopeey-section .section-header[b-2xy2ow555d] {
    max-width: 1200px;
    margin: 0 auto 3rem;
}

.why-shopeey-section .benefits-grid[b-2xy2ow555d] {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

.why-shopeey-section .benefit-card[b-2xy2ow555d] {
    background: #ffffff;
    border-radius: 12px;
    padding: 1.75rem 1.5rem;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid #F3F4F6;
}

.why-shopeey-section .benefit-card:hover[b-2xy2ow555d] {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.why-shopeey-section .benefit-icon[b-2xy2ow555d] {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin: 0 auto 1rem;
}

.why-shopeey-section .benefit-icon.teal[b-2xy2ow555d] {
    background: #CCFBF1;
    color: #14B8A6;
}

.why-shopeey-section .benefit-icon.orange[b-2xy2ow555d] {
    background: #FFEDD5;
    color: #FF6B35;
}

.why-shopeey-section .benefit-icon.yellow[b-2xy2ow555d] {
    background: #FEF3C7;
    color: #F59E0B;
}

.why-shopeey-section .benefit-icon.purple[b-2xy2ow555d] {
    background: #E9D5FF;
    color: #A855F7;
}

.why-shopeey-section .benefit-card h3[b-2xy2ow555d] {
    font-size: 1rem;
    font-weight: 600;
    color: #111827;
    margin-bottom: 0.625rem;
}

.why-shopeey-section .benefit-card p[b-2xy2ow555d] {
    font-size: 0.875rem;
    color: #6B7280;
    line-height: 1.5;
}

/* ========================================
   Features Section
   ======================================== */
.features-section[b-2xy2ow555d] {
    padding: 5rem 2rem;
    background: #ffffff;
    max-width: 1200px;
    margin: 0 auto;
}

.feature-tabs[b-2xy2ow555d] {
    display: flex;
    justify-content: center;
    gap: 0.75rem;
    margin-bottom: 2.5rem;
}

.tab-btn[b-2xy2ow555d] {
    padding: 0.75rem 1.5rem;
    background: #F9FAFB;
    border: 1px solid #E5E7EB;
    border-radius: 6px;
    font-size: 0.875rem;
    font-weight: 500;
    color: #6B7280;
    cursor: pointer;
    transition: all 0.3s ease;
}

.tab-btn:hover[b-2xy2ow555d] {
    background: #F3F4F6;
}

.tab-btn.active[b-2xy2ow555d] {
    background: #FF6B35;
    color: white;
    border-color: #FF6B35;
}

.features-content[b-2xy2ow555d] {
    background: #FAFAFA;
    border-radius: 12px;
    padding: 2.5rem;
    border: 1px solid #F3F4F6;
}

.features-list[b-2xy2ow555d] {
    display: none;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

.features-list.active[b-2xy2ow555d] {
    display: grid;
}

.features-column[b-2xy2ow555d] {
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
}

.feature-item[b-2xy2ow555d] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.875rem 1rem;
    background: #ffffff;
    border-radius: 8px;
    border: 1px solid #F3F4F6;
    transition: all 0.2s ease;
}

.feature-item:hover[b-2xy2ow555d] {
    border-color: #FF6B35;
    box-shadow: 0 2px 8px rgba(255, 107, 53, 0.08);
}

.feature-icon[b-2xy2ow555d] {
    font-size: 1.25rem;
    flex-shrink: 0;
}

.check-icon[b-2xy2ow555d] {
    color: #14B8A6;
    font-size: 1rem;
    font-weight: bold;
    flex-shrink: 0;
}

.feature-item span:last-child[b-2xy2ow555d] {
    font-size: 0.875rem;
    font-weight: 500;
    color: #374151;
    line-height: 1.4;
}

.features-cta-inline[b-2xy2ow555d] {
    grid-column: 1 / -1;
    text-align: center;
    padding: 1rem;
    margin-top: 0.5rem;
    color: #FF6B35;
    font-size: 0.9rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.cta-icon[b-2xy2ow555d] {
    color: #14B8A6;
    font-size: 1.125rem;
    font-weight: bold;
}

.features-cta[b-2xy2ow555d] {
    text-align: center;
    margin-top: 2rem;
}

/* ========================================
   Reliability Section
   ======================================== */
.reliability-section[b-2xy2ow555d] {
    padding: 5rem 2rem;
    background: #111827;
}

.reliability-content[b-2xy2ow555d] {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.reliability-text .section-label[b-2xy2ow555d] {
    text-align: left;
    color: #9CA3AF;
}

.reliability-text .section-title[b-2xy2ow555d] {
    text-align: left;
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #ffffff;
}

.text-highlight[b-2xy2ow555d] {
    color: #14B8A6;
}

.reliability-text .section-description[b-2xy2ow555d] {
    text-align: left;
    margin: 0 0 1.75rem 0;
    max-width: 100%;
    color: #D1D5DB;
}

.reliability-features[b-2xy2ow555d] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.875rem;
}

.reliability-item[b-2xy2ow555d] {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    padding: 0.625rem 0.875rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 6px;
}

.reliability-item .check-icon[b-2xy2ow555d] {
    color: #14B8A6;
    font-size: 1rem;
}

.reliability-item span:last-child[b-2xy2ow555d] {
    font-size: 0.875rem;
    font-weight: 500;
    color: #E5E7EB;
}

.reliability-visual[b-2xy2ow555d] {
    display: flex;
    justify-content: center;
}

.integration-card[b-2xy2ow555d] {
    background: #FF6B35;
    border-radius: 16px;
    padding: 2rem 1.75rem;
    max-width: 400px;
    color: white;
}

.integration-icon[b-2xy2ow555d] {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.integration-card h3[b-2xy2ow555d] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0.625rem;
}

.integration-card p[b-2xy2ow555d] {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.payment-methods[b-2xy2ow555d] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.625rem;
}

.payment-badge[b-2xy2ow555d] {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.5rem 0.875rem;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 16px;
    font-size: 0.75rem;
    font-weight: 500;
    color: #ffffff;
}

/* ========================================
   Subscriptions Section
   ======================================== */
.subscriptions-section[b-2xy2ow555d] {
    padding: 5rem 2rem;
    background: #FAFAFA;
}

.subscriptions-section .section-header[b-2xy2ow555d] {
    max-width: 1200px;
    margin: 0 auto 3rem;
}

.subscription-grid[b-2xy2ow555d] {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 5fr 7fr;
    gap: 2rem;
}

.subscription-card[b-2xy2ow555d] {
    border-radius: 16px;
    padding: 2.25rem;
    transition: all 0.3s ease;
}

.subscription-card:hover[b-2xy2ow555d] {
    transform: translateY(-4px);
}

.subscription-card.light[b-2xy2ow555d] {
    background: #FFF5F0;
    border: 1px solid #FFE5D9;
}

.subscription-card.light:hover[b-2xy2ow555d] {
    box-shadow: 0 8px 24px rgba(255, 107, 53, 0.12);
}

.subscription-card.dark[b-2xy2ow555d] {
    background: #1F2937;
    color: white;
}

.subscription-card.dark:hover[b-2xy2ow555d] {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.subscription-icon[b-2xy2ow555d] {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.subscription-card h3[b-2xy2ow555d] {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.625rem;
}

.subscription-card.light h3[b-2xy2ow555d] {
    color: #111827;
}

.subscription-card p[b-2xy2ow555d] {
    font-size: 0.875rem;
    line-height: 1.6;
    margin-bottom: 1.25rem;
}

.subscription-card.light p[b-2xy2ow555d] {
    color: #6B7280;
}

.subscription-card.dark p[b-2xy2ow555d],
.card-description[b-2xy2ow555d] {
    color: #D1D5DB;
}

.pricing-tiers[b-2xy2ow555d] {
    display: flex;
    gap: 1rem;
    margin-top: 1.25rem;
}

.tier[b-2xy2ow555d] {
    flex: 1;
    background: #ffffff;
    padding: 1.25rem;
    border-radius: 10px;
    text-align: center;
    border: 1px solid #FFE5D9;
    transition: border-color 0.3s ease;
}

.tier:hover[b-2xy2ow555d] {
    border-color: #FF6B35;
}

.tier-name[b-2xy2ow555d] {
    display: block;
    font-size: 0.75rem;
    font-weight: 600;
    color: #9CA3AF;
    margin-bottom: 0.375rem;
}

.tier-price[b-2xy2ow555d] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #FF6B35;
}

.tier-period[b-2xy2ow555d] {
    font-size: 0.75rem;
    font-weight: 500;
    color: #9CA3AF;
}

.rewards-list[b-2xy2ow555d] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.reward-item[b-2xy2ow555d] {
    display: flex;
    align-items: flex-start;
    gap: 0.875rem;
    padding: 0.875rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
}

.reward-icon[b-2xy2ow555d] {
    font-size: 1.25rem;
    flex-shrink: 0;
}

.reward-content h4[b-2xy2ow555d] {
    font-size: 0.9rem;
    font-weight: 600;
    color: white;
    margin-bottom: 0.25rem;
}

.reward-content p[b-2xy2ow555d] {
    font-size: 0.8rem;
    color: #D1D5DB;
    margin: 0;
}

/* ========================================
   FAQ Section
   ======================================== */
.faq-section[b-2xy2ow555d] {
    padding: 5rem 2rem;
    background: #ffffff;
}

.faq-section .section-header[b-2xy2ow555d] {
    max-width: 1200px;
    margin: 0 auto 2.5rem;
}

.faq-subtitle[b-2xy2ow555d] {
    font-size: 1.5rem;
    font-weight: 600;
    color: #FF6B35;
    margin-bottom: 0.75rem;
}

.faq-container[b-2xy2ow555d] {
    max-width: 720px;
    margin: 0 auto;
}

.faq-list[b-2xy2ow555d] {
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
}

.faq-item[b-2xy2ow555d] {
    background: #FAFAFA;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #F3F4F6;
    transition: all 0.3s ease;
}

.faq-item:hover[b-2xy2ow555d] {
    border-color: #E5E7EB;
}

.faq-question[b-2xy2ow555d] {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.125rem 1.5rem;
    background: transparent;
    border: none;
    font-size: 0.95rem;
    font-weight: 500;
    color: #111827;
    cursor: pointer;
    text-align: left;
    transition: background 0.2s ease;
}

.faq-question:hover[b-2xy2ow555d] {
    background: #F9FAFB;
}

.faq-icon[b-2xy2ow555d] {
    font-size: 1.25rem;
    color: #9CA3AF;
    font-weight: 300;
    transition: transform 0.3s ease;
}

.faq-answer[b-2xy2ow555d] {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-item.active .faq-answer[b-2xy2ow555d] {
    max-height: 200px;
    padding: 0 1.5rem 1.125rem;
}

.faq-item.active .faq-icon[b-2xy2ow555d] {
    transform: rotate(45deg);
}

.faq-answer p[b-2xy2ow555d] {
    font-size: 0.875rem;
    color: #6B7280;
    line-height: 1.6;
    margin: 0;
}

.faq-cta[b-2xy2ow555d] {
    text-align: center;
    margin-top: 2rem;
}

.faq-cta p[b-2xy2ow555d] {
    font-size: 0.9rem;
    color: #6B7280;
}

.faq-cta a[b-2xy2ow555d] {
    color: #FF6B35;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}

.faq-cta a:hover[b-2xy2ow555d] {
    color: #E85A28;
    text-decoration: underline;
}

/* ========================================
   CTA Section
   ======================================== */
.cta-section[b-2xy2ow555d] {
    padding: 5rem 2rem;
    background: #111827;
    text-align: center;
}

.cta-content[b-2xy2ow555d] {
    max-width: 800px;
    margin: 0 auto;
}

.cta-content h2[b-2xy2ow555d] {
    font-size: 2.5rem;
    font-weight: 700;
    color: white;
    margin-bottom: 0.75rem;
}

.cta-content h2 .text-primary[b-2xy2ow555d] {
    color: #FF6B35;
}

.cta-content p[b-2xy2ow555d] {
    font-size: 1.125rem;
    color: #D1D5DB;
    margin-bottom: 2.5rem;
}

.cta-buttons[b-2xy2ow555d] {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.btn-primary-large[b-2xy2ow555d] {
    padding: 1rem 2rem;
    background: #FF6B35;
    color: white;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
}

.btn-primary-large:hover[b-2xy2ow555d] {
    background: #E85A28;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255, 107, 53, 0.3);
}

.btn-secondary-large[b-2xy2ow555d] {
    padding: 1rem 2rem;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.btn-secondary-large:hover[b-2xy2ow555d] {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-2px);
}

.btn-tertiary-large[b-2xy2ow555d] {
    padding: 1rem 2rem;
    background: #14B8A6;
    color: white;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
}

.btn-tertiary-large:hover[b-2xy2ow555d] {
    background: #0F9D8E;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(20, 184, 166, 0.3);
}

.btn-admin-large[b-2xy2ow555d] {
    padding: 1rem 2rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
}

.btn-admin-large:hover[b-2xy2ow555d] {
    background: linear-gradient(135deg, #5568d3 0%, #6a3d8f 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(102, 126, 234, 0.4);
}

/* ========================================
   Footer (if needed)
   ======================================== */
.public-footer[b-2xy2ow555d] {
    background: #ffffff;
    color: #6B7280;
    padding: 2rem;
    text-align: center;
    border-top: 1px solid #F3F4F6;
}

.footer-content[b-2xy2ow555d] {
    max-width: 1200px;
    margin: 0 auto;
}

.footer-content p[b-2xy2ow555d] {
    font-size: 0.875rem;
    color: #6B7280;
    margin: 0;
}

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .hero-content[b-2xy2ow555d] {
        grid-template-columns: 1fr;
        gap: 2.5rem;
        text-align: center;
    }

    .hero-title[b-2xy2ow555d] {
        font-size: 2.5rem;
    }

    .hero-description[b-2xy2ow555d] {
        margin: 0 auto 2rem;
    }

    .hero-actions[b-2xy2ow555d] {
        justify-content: center;
    }
    
    .hero-visual[b-2xy2ow555d] {
        max-width: 100%;
    }
    
    .carousel[b-2xy2ow555d] {
        height: 380px;
    }

    .steps-grid[b-2xy2ow555d] {
        grid-template-columns: 1fr;
        max-width: 400px;
        margin: 0 auto;
    }

    .why-shopeey-section .benefits-grid[b-2xy2ow555d] {
        grid-template-columns: repeat(2, 1fr);
    }

    .reliability-content[b-2xy2ow555d] {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .reliability-text .section-title[b-2xy2ow555d],
    .reliability-text .section-label[b-2xy2ow555d],
    .reliability-text .section-description[b-2xy2ow555d] {
        text-align: center;
    }

    .reliability-features[b-2xy2ow555d] {
        justify-content: center;
    }

    .subscription-grid[b-2xy2ow555d] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .nav-links[b-2xy2ow555d] {
        display: none;
    }

    .hero-section[b-2xy2ow555d] {
        padding: 1.5rem 1.5rem 2rem;
        min-height: auto;
        border-radius: 0;
    }

    .hero-title[b-2xy2ow555d] {
        font-size: 2rem;
    }

    .hero-actions[b-2xy2ow555d] {
        flex-direction: column;
        align-items: center;
    }

    .btn[b-2xy2ow555d] {
        width: 100%;
        max-width: 280px;
        justify-content: center;
    }
    
    .carousel[b-2xy2ow555d] {
        height: 300px;
    }
    
    .carousel-control[b-2xy2ow555d] {
        width: 35px;
        height: 35px;
        font-size: 1.25rem;
    }
    
    .carousel-control.prev[b-2xy2ow555d] {
        left: 10px;
    }
    
    .carousel-control.next[b-2xy2ow555d] {
        right: 10px;
    }

    .section-title[b-2xy2ow555d] {
        font-size: 1.875rem;
    }

    .why-shopeey-section .benefits-grid[b-2xy2ow555d] {
        grid-template-columns: 1fr;
    }

    .features-list[b-2xy2ow555d] {
        grid-template-columns: 1fr;
    }

    .features-list.active[b-2xy2ow555d] {
        display: flex;
        flex-direction: column;
    }

    .features-content[b-2xy2ow555d] {
        padding: 2rem 1.5rem;
    }

    .feature-tabs[b-2xy2ow555d] {
        flex-wrap: wrap;
    }

    .tab-btn[b-2xy2ow555d] {
        flex: 1;
        min-width: 110px;
    }

    .reliability-features[b-2xy2ow555d] {
        grid-template-columns: 1fr;
    }

    .pricing-tiers[b-2xy2ow555d] {
        flex-direction: column;
    }

    .cta-content h2[b-2xy2ow555d] {
        font-size: 1.875rem;
    }

    .cta-buttons[b-2xy2ow555d] {
        flex-direction: column;
        align-items: center;
    }

    .btn-primary-large[b-2xy2ow555d],
    .btn-secondary-large[b-2xy2ow555d],
    .btn-tertiary-large[b-2xy2ow555d] {
        width: 100%;
        max-width: 300px;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .navbar-content[b-2xy2ow555d] {
        padding: 0 1rem;
    }

    .brand-logo[b-2xy2ow555d] {
        font-size: 1.375rem;
    }

    .hero-title[b-2xy2ow555d] {
        font-size: 1.75rem;
    }
    
    .carousel[b-2xy2ow555d] {
        height: 240px;
    }
    
    .carousel-control[b-2xy2ow555d] {
        width: 30px;
        height: 30px;
        font-size: 1rem;
    }
    
    .carousel-control.prev[b-2xy2ow555d] {
        left: 8px;
    }
    
    .carousel-control.next[b-2xy2ow555d] {
        right: 8px;
    }
    
    .carousel-indicators .indicator[b-2xy2ow555d] {
        width: 8px;
        height: 8px;
    }

    .section-title[b-2xy2ow555d] {
        font-size: 1.625rem;
    }

    .step-card[b-2xy2ow555d],
    .subscription-card[b-2xy2ow555d] {
        padding: 1.75rem 1.25rem;
    }

    .integration-card[b-2xy2ow555d] {
        padding: 1.75rem 1.5rem;
    }
}
/* /Components/Pages/Login - Copy.razor.rz.scp.css */
.login-container[b-213wvnv28x] {
    min-height: 100vh;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.login-content[b-213wvnv28x] {
    width: 100%;
    max-width: 1100px;
    background: white;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 600px;
}

.login-left[b-213wvnv28x] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: white;
}

.login-branding .brand[b-213wvnv28x] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
}

.brand-name[b-213wvnv28x] {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.login-title[b-213wvnv28x] {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.login-subtitle[b-213wvnv28x] {
    font-size: 1.125rem;
    opacity: 0.9;
}

.illustration[b-213wvnv28x] {
    position: relative;
    height: 200px;
}

.illustration-shapes[b-213wvnv28x] {
    position: relative;
    height: 100%;
}

.shape[b-213wvnv28x] {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}

.shape-1[b-213wvnv28x] {
    width: 150px;
    height: 150px;
    top: 0;
    left: 0;
    animation: float-b-213wvnv28x 6s ease-in-out infinite;
}

.shape-2[b-213wvnv28x] {
    width: 100px;
    height: 100px;
    top: 50px;
    right: 50px;
    animation: float-b-213wvnv28x 8s ease-in-out infinite;
}

.shape-3[b-213wvnv28x] {
    width: 80px;
    height: 80px;
    bottom: 0;
    left: 100px;
    animation: float-b-213wvnv28x 7s ease-in-out infinite;
}

@keyframes float-b-213wvnv28x {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px);
    }
}

.login-right[b-213wvnv28x] {
    padding: 3rem;
    display: flex;
    align-items: center;
}

.login-form-container[b-213wvnv28x] {
    width: 100%;
}

.form-header[b-213wvnv28x] {
    margin-bottom: 2rem;
}

.form-header h2[b-213wvnv28x] {
    font-size: 2rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 0.5rem;
}

.form-header p[b-213wvnv28x] {
    color: #6b7280;
}

.login-form[b-213wvnv28x] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.form-group[b-213wvnv28x] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.form-group label[b-213wvnv28x] {
    font-weight: 600;
    color: #374151;
    font-size: 0.875rem;
}

.form-group input[b-213wvnv28x] {
    padding: 0.75rem 1rem;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.form-group input:focus[b-213wvnv28x] {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.form-options[b-213wvnv28x] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.checkbox-label[b-213wvnv28x] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    font-size: 0.875rem;
    color: #6b7280;
}

.checkbox-label input[type="checkbox"][b-213wvnv28x] {
    cursor: pointer;
}

.forgot-link[b-213wvnv28x] {
    color: #667eea;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 600;
}

.forgot-link:hover[b-213wvnv28x] {
    text-decoration: underline;
}

.error-message[b-213wvnv28x] {
    padding: 0.75rem;
    background: #fee2e2;
    color: #dc2626;
    border-radius: 8px;
    font-size: 0.875rem;
}

.btn-submit[b-213wvnv28x] {
    padding: 0.875rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-submit:hover:not(:disabled)[b-213wvnv28x] {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(102, 126, 234, 0.4);
}

.btn-submit:disabled[b-213wvnv28x] {
    opacity: 0.7;
    cursor: not-allowed;
}

.form-footer[b-213wvnv28x] {
    margin-top: 1.5rem;
    text-align: center;
    color: #6b7280;
    font-size: 0.875rem;
}

.form-footer a[b-213wvnv28x] {
    color: #667eea;
    text-decoration: none;
    font-weight: 600;
}

.form-footer a:hover[b-213wvnv28x] {
    text-decoration: underline;
}

.back-home[b-213wvnv28x] {
    margin-top: 1rem;
    text-align: center;
}

.back-home a[b-213wvnv28x] {
    color: #6b7280;
    text-decoration: none;
    font-size: 0.875rem;
    transition: color 0.3s ease;
}

.back-home a:hover[b-213wvnv28x] {
    color: #667eea;
}

@media (max-width: 768px) {
    .login-content[b-213wvnv28x] {
        grid-template-columns: 1fr;
    }

    .login-left[b-213wvnv28x] {
        padding: 2rem;
    }

    .illustration[b-213wvnv28x] {
        display: none;
    }

    .login-right[b-213wvnv28x] {
        padding: 2rem;
    }

    .form-header h2[b-213wvnv28x] {
        font-size: 1.5rem;
    }
}
/* /Components/Pages/Login.razor.rz.scp.css */
.login-container[b-p3t7rfidfo] {
    min-height: 100vh;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.login-content[b-p3t7rfidfo] {
    width: 100%;
    max-width: 1100px;
    background: white;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 600px;
}

.login-left[b-p3t7rfidfo] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: white;
}

.login-branding .brand[b-p3t7rfidfo] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
}

.brand-name[b-p3t7rfidfo] {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.login-title[b-p3t7rfidfo] {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.login-subtitle[b-p3t7rfidfo] {
    font-size: 1.125rem;
    opacity: 0.9;
}

.illustration[b-p3t7rfidfo] {
    position: relative;
    height: 200px;
}

.illustration-shapes[b-p3t7rfidfo] {
    position: relative;
    height: 100%;
}

.shape[b-p3t7rfidfo] {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}

.shape-1[b-p3t7rfidfo] {
    width: 150px;
    height: 150px;
    top: 0;
    left: 0;
    animation: float-b-p3t7rfidfo 6s ease-in-out infinite;
}

.shape-2[b-p3t7rfidfo] {
    width: 100px;
    height: 100px;
    top: 50px;
    right: 50px;
    animation: float-b-p3t7rfidfo 8s ease-in-out infinite;
}

.shape-3[b-p3t7rfidfo] {
    width: 80px;
    height: 80px;
    bottom: 0;
    left: 100px;
    animation: float-b-p3t7rfidfo 7s ease-in-out infinite;
}

@keyframes float-b-p3t7rfidfo {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px);
    }
}

.login-right[b-p3t7rfidfo] {
    padding: 3rem;
    display: flex;
    align-items: center;
}

.login-form-container[b-p3t7rfidfo] {
    width: 100%;
}

.form-header[b-p3t7rfidfo] {
    margin-bottom: 2rem;
}

.form-header h2[b-p3t7rfidfo] {
    font-size: 2rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 0.5rem;
}

.form-header p[b-p3t7rfidfo] {
    color: #6b7280;
}

.login-form[b-p3t7rfidfo] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.form-group[b-p3t7rfidfo] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.form-group label[b-p3t7rfidfo] {
    font-weight: 600;
    color: #374151;
    font-size: 0.875rem;
}

.form-group input[b-p3t7rfidfo] {
    padding: 0.75rem 1rem;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.form-group input:focus[b-p3t7rfidfo] {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.form-options[b-p3t7rfidfo] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.checkbox-label[b-p3t7rfidfo] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    font-size: 0.875rem;
    color: #6b7280;
}

.checkbox-label input[type="checkbox"][b-p3t7rfidfo] {
    cursor: pointer;
}

.forgot-link[b-p3t7rfidfo] {
    color: #667eea;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 600;
}

.forgot-link:hover[b-p3t7rfidfo] {
    text-decoration: underline;
}

.error-message[b-p3t7rfidfo] {
    padding: 0.75rem;
    background: #fee2e2;
    color: #dc2626;
    border-radius: 8px;
    font-size: 0.875rem;
}

.btn-submit[b-p3t7rfidfo] {
    padding: 0.875rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-submit:hover:not(:disabled)[b-p3t7rfidfo] {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(102, 126, 234, 0.4);
}

.btn-submit:disabled[b-p3t7rfidfo] {
    opacity: 0.7;
    cursor: not-allowed;
}

.form-footer[b-p3t7rfidfo] {
    margin-top: 1.5rem;
    text-align: center;
    color: #6b7280;
    font-size: 0.875rem;
}

.form-footer a[b-p3t7rfidfo] {
    color: #667eea;
    text-decoration: none;
    font-weight: 600;
}

.form-footer a:hover[b-p3t7rfidfo] {
    text-decoration: underline;
}

.back-home[b-p3t7rfidfo] {
    margin-top: 1rem;
    text-align: center;
}

.back-home a[b-p3t7rfidfo] {
    color: #6b7280;
    text-decoration: none;
    font-size: 0.875rem;
    transition: color 0.3s ease;
}

.back-home a:hover[b-p3t7rfidfo] {
    color: #667eea;
}

@media (max-width: 768px) {
    .login-content[b-p3t7rfidfo] {
        grid-template-columns: 1fr;
    }

    .login-left[b-p3t7rfidfo] {
        padding: 2rem;
    }

    .illustration[b-p3t7rfidfo] {
        display: none;
    }

    .login-right[b-p3t7rfidfo] {
        padding: 2rem;
    }

    .form-header h2[b-p3t7rfidfo] {
        font-size: 1.5rem;
    }
}
/* /Components/Pages/VendorPage.razor.rz.scp.css */
.landing-container[b-74m3yjlkq4] {
    min-height: 100vh;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.landing-navbar[b-74m3yjlkq4] {
    padding: 1.5rem 0;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    position: sticky;
    top: 0;
    z-index: 100;
}

.navbar-content[b-74m3yjlkq4] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.brand[b-74m3yjlkq4] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.brand-name[b-74m3yjlkq4] {
    font-size: 1.5rem;
    font-weight: 700;
    color: white;
    letter-spacing: 0.5px;
}

.nav-links[b-74m3yjlkq4] {
    display: flex;
    gap: 2rem;
    align-items: center;
}

.nav-link[b-74m3yjlkq4] {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.nav-link:hover[b-74m3yjlkq4] {
    color: white;
}

.btn-login[b-74m3yjlkq4] {
    padding: 0.5rem 1.5rem;
    background: white;
    color: #667eea;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-login:hover[b-74m3yjlkq4] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.hero-section[b-74m3yjlkq4] {
    padding: 6rem 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.hero-content[b-74m3yjlkq4] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.hero-text[b-74m3yjlkq4] {
    color: white;
}

.hero-title[b-74m3yjlkq4] {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.brand-highlight[b-74m3yjlkq4] {
    color: #fbbf24;
}

.hero-description[b-74m3yjlkq4] {
    font-size: 1.25rem;
    line-height: 1.6;
    opacity: 0.95;
    margin-bottom: 2rem;
}

.hero-actions[b-74m3yjlkq4] {
    display: flex;
    gap: 1rem;
}

.btn[b-74m3yjlkq4] {
    padding: 1rem 2rem;
    border-radius: 12px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.btn-primary[b-74m3yjlkq4] {
    background: white;
    color: #667eea;
}

.btn-primary:hover[b-74m3yjlkq4] {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.btn-secondary[b-74m3yjlkq4] {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: 2px solid white;
}

.btn-secondary:hover[b-74m3yjlkq4] {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
}

.hero-image[b-74m3yjlkq4] {
    perspective: 1000px;
}

.dashboard-preview[b-74m3yjlkq4] {
    background: white;
    border-radius: 16px;
    padding: 1.5rem;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    transform: rotateY(-5deg) rotateX(5deg);
    transition: transform 0.3s ease;
}

.dashboard-preview:hover[b-74m3yjlkq4] {
    transform: rotateY(0deg) rotateX(0deg);
}

.preview-header[b-74m3yjlkq4] {
    margin-bottom: 1rem;
}

.preview-dots[b-74m3yjlkq4] {
    display: flex;
    gap: 0.5rem;
}

.dot[b-74m3yjlkq4] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #e5e7eb;
}

.preview-content[b-74m3yjlkq4] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.preview-card[b-74m3yjlkq4] {
    padding: 1.5rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 12px;
    color: white;
    text-align: center;
}

.card-icon[b-74m3yjlkq4] {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.card-text[b-74m3yjlkq4] {
    font-weight: 600;
}

.features-section[b-74m3yjlkq4] {
    padding: 6rem 2rem;
    background: white;
}

.section-title[b-74m3yjlkq4] {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 3rem;
    color: #1f2937;
}

.features-grid[b-74m3yjlkq4] {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.feature-card[b-74m3yjlkq4] {
    padding: 2rem;
    background: #f9fafb;
    border-radius: 16px;
    transition: all 0.3s ease;
}

.feature-card:hover[b-74m3yjlkq4] {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.feature-icon[b-74m3yjlkq4] {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.feature-card h3[b-74m3yjlkq4] {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #1f2937;
}

.feature-card p[b-74m3yjlkq4] {
    color: #6b7280;
    line-height: 1.6;
}

.landing-footer[b-74m3yjlkq4] {
    padding: 2rem;
    background: #1f2937;
    text-align: center;
    color: white;
}

@media (max-width: 768px) {
    .hero-content[b-74m3yjlkq4] {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .hero-title[b-74m3yjlkq4] {
        font-size: 2.5rem;
    }

    .nav-links[b-74m3yjlkq4] {
        gap: 1rem;
    }

    .hero-actions[b-74m3yjlkq4] {
        flex-direction: column;
    }

    .btn[b-74m3yjlkq4] {
        width: 100%;
        text-align: center;
    }

    .dashboard-preview[b-74m3yjlkq4] {
        transform: none;
    }
}
/* /Components/Pages/Vendor/Analytics.razor.rz.scp.css */
.analytics-page[b-kh3o3xvg82] {
    padding: 20px;
}

.page-header[b-kh3o3xvg82] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 2px solid #e9ecef;
}

.page-header h1[b-kh3o3xvg82] {
    font-size: 2rem;
    font-weight: 700;
    color: #2c3e50;
    margin: 0;
}

.page-header p[b-kh3o3xvg82] {
    color: #6c757d;
    margin: 5px 0 0 0;
}

.analytics-card[b-kh3o3xvg82] {
    padding: 20px;
}

.analytics-card h4[b-kh3o3xvg82] {
    color: #2c3e50;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e9ecef;
}

.chart-container[b-kh3o3xvg82] {
    margin: 20px 0;
}

.stats-row[b-kh3o3xvg82] {
    display: flex;
    justify-content: space-around;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
}

.stat-item[b-kh3o3xvg82] {
    text-align: center;
}

.stat-item small[b-kh3o3xvg82] {
    display: block;
    color: #6c757d;
    font-size: 0.85rem;
    margin-bottom: 5px;
}

.stat-item strong[b-kh3o3xvg82] {
    font-size: 1.2rem;
}

/* Retention Stats */
.retention-stats[b-kh3o3xvg82] {
    display: flex;
    justify-content: space-around;
    padding: 30px 0;
}

.retention-item[b-kh3o3xvg82] {
    text-align: center;
}

.retention-circle[b-kh3o3xvg82] {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.retention-circle.new-customers[b-kh3o3xvg82] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.retention-circle.returning-customers[b-kh3o3xvg82] {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    color: white;
}

.retention-value[b-kh3o3xvg82] {
    font-size: 2rem;
    font-weight: 700;
}

.retention-circle small[b-kh3o3xvg82] {
    font-size: 0.75rem;
    margin-top: 5px;
}

/* Product List */
.product-list[b-kh3o3xvg82] {
    max-height: 300px;
    overflow-y: auto;
}

.product-item[b-kh3o3xvg82] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px;
    border-bottom: 1px solid #e9ecef;
}

.product-item:hover[b-kh3o3xvg82] {
    background: #f8f9fa;
}

.product-name[b-kh3o3xvg82] {
    font-weight: 500;
    color: #2c3e50;
}

.product-stats[b-kh3o3xvg82] {
    display: flex;
    gap: 10px;
    align-items: center;
}

/* Source List */
.source-list[b-kh3o3xvg82] {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.source-item[b-kh3o3xvg82] {
    display: grid;
    grid-template-columns: 150px 1fr 120px;
    gap: 15px;
    align-items: center;
    padding: 10px;
    background: #f8f9fa;
    border-radius: 8px;
}

.source-info strong[b-kh3o3xvg82] {
    display: block;
    color: #2c3e50;
}

.source-info small[b-kh3o3xvg82] {
    color: #6c757d;
}

.source-amount[b-kh3o3xvg82] {
    text-align: right;
    color: #28a745;
    font-size: 1.1rem;
}
/* /Components/Pages/Vendor/Orders.razor.rz.scp.css */
.vendor-orders-page[b-tng1a4nfof] {
    padding: 2rem;
}

.page-header[b-tng1a4nfof] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #e9ecef;
}

.page-header h1[b-tng1a4nfof] {
    margin: 0;
    font-size: 2rem;
    font-weight: 600;
    color: #2c3e50;
}

.page-header p[b-tng1a4nfof] {
    margin: 0.5rem 0 0 0;
    color: #6c757d;
    font-size: 0.95rem;
}

.header-actions[b-tng1a4nfof] {
    display: flex;
    gap: 0.5rem;
}

.filter-panel[b-tng1a4nfof] {
    padding: 1.25rem;
    background: #f8f9fa;
    border-radius: 8px;
    margin-bottom: 1.5rem;
}

.filter-panel h5[b-tng1a4nfof] {
    color: #2c3e50;
    font-weight: 600;
}

.filter-panel .btn-link[b-tng1a4nfof] {
    text-decoration: none;
    padding: 0;
}

.bulk-operations-toolbar[b-tng1a4nfof] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    color: white;
    border-radius: 8px;
}

.bulk-selection-info[b-tng1a4nfof] {
    font-size: 1rem;
}

.bulk-selection-info i[b-tng1a4nfof] {
    margin-right: 0.5rem;
}

.bulk-actions .btn[b-tng1a4nfof] {
    color: white;
    border-color: white;
}

.bulk-actions .btn:hover[b-tng1a4nfof] {
    background: rgba(255, 255, 255, 0.2);
}

.bulk-actions .dropdown-menu[b-tng1a4nfof] {
    min-width: 200px;
}

.table-controls[b-tng1a4nfof] {
    padding: 0.75rem 1rem;
    background: #f8f9fa;
    border-radius: 6px 6px 0 0;
}

.order-item-thumbnail[b-tng1a4nfof] {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 6px;
    border: 1px solid #dee2e6;
}

.order-item-placeholder[b-tng1a4nfof] {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    border: 1px dashed #dee2e6;
    border-radius: 6px;
    color: #adb5bd;
}

.table-active[b-tng1a4nfof] {
    background-color: #fff3e0 !important;
}


.order-details[b-tng1a4nfof] {
    padding: 1rem;
}

.order-details h5[b-tng1a4nfof] {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #e9ecef;
    color: #2c3e50;
}

.order-details h5:first-child[b-tng1a4nfof] {
    margin-top: 0;
}

.btn-group-sm .btn[b-tng1a4nfof] {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
}
/* /Components/Pages/Vendor/PaymentAccounts.razor.rz.scp.css */
.payment-accounts-page[b-rq5lkn693i] {
    padding: 2rem;
}

.page-header[b-rq5lkn693i] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #e9ecef;
}

.page-header h1[b-rq5lkn693i] {
    margin: 0;
    font-size: 2rem;
    font-weight: 600;
    color: #2c3e50;
}

.page-header p[b-rq5lkn693i] {
    margin: 0.5rem 0 0 0;
    color: #6c757d;
    font-size: 0.95rem;
}

.account-section[b-rq5lkn693i] {
    padding: 1.5rem;
}

.section-header[b-rq5lkn693i] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e9ecef;
}

.section-header h4[b-rq5lkn693i] {
    margin: 0;
    color: #2c3e50;
    font-size: 1.25rem;
}

.section-header p[b-rq5lkn693i] {
    margin: 0.25rem 0 0 0;
    font-size: 0.875rem;
}

.accounts-list[b-rq5lkn693i] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.account-card[b-rq5lkn693i] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.account-card:hover[b-rq5lkn693i] {
    background: #e9ecef;
    transform: translateY(-2px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.account-info[b-rq5lkn693i] {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex: 1;
}

.account-icon[b-rq5lkn693i] {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border: 2px solid #dee2e6;
    border-radius: 50%;
    font-size: 1.5rem;
    color: #6c757d;
}

.account-details[b-rq5lkn693i] {
    flex: 1;
}

.account-details strong[b-rq5lkn693i] {
    display: block;
    margin-bottom: 0.25rem;
    color: #2c3e50;
}

.account-details small[b-rq5lkn693i] {
    font-size: 0.875rem;
}

.account-actions[b-rq5lkn693i] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.empty-state[b-rq5lkn693i] {
    padding: 3rem;
    text-align: center;
    color: #6c757d;
}

.empty-state i[b-rq5lkn693i] {
    display: block;
    margin-bottom: 1rem;
}

.instructions-section[b-rq5lkn693i] {
    padding: 1.5rem;
}

.instructions-section h4[b-rq5lkn693i] {
    margin-bottom: 1rem;
    color: #2c3e50;
}

.instructions-section ul[b-rq5lkn693i] {
    padding-left: 1.5rem;
}

.instructions-section li[b-rq5lkn693i] {
    margin-bottom: 0.5rem;
}
/* /Components/Pages/Vendor/Products.razor.rz.scp.css */
.vendor-products-page[b-fwqsr3lgrn] {
    padding: 2rem;
}

.page-header[b-fwqsr3lgrn] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #e9ecef;
}

.page-header h1[b-fwqsr3lgrn] {
    margin: 0;
    font-size: 2rem;
    font-weight: 600;
    color: #2c3e50;
}

.page-header p[b-fwqsr3lgrn] {
    margin: 0.5rem 0 0 0;
    color: #6c757d;
    font-size: 0.95rem;
}

.filter-panel[b-fwqsr3lgrn] {
    padding: 1.25rem;
    background: #f8f9fa;
    border-radius: 8px;
    margin-bottom: 1.5rem;
}

.filter-panel h5[b-fwqsr3lgrn] {
    color: #2c3e50;
    font-weight: 600;
}

.filter-panel .btn-link[b-fwqsr3lgrn] {
    text-decoration: none;
    padding: 0;
}

.bulk-operations-toolbar[b-fwqsr3lgrn] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 8px;
}

.bulk-selection-info[b-fwqsr3lgrn] {
    font-size: 1rem;
}

.bulk-selection-info i[b-fwqsr3lgrn] {
    margin-right: 0.5rem;
}

.bulk-actions .btn[b-fwqsr3lgrn] {
    color: white;
    border-color: white;
}

.bulk-actions .btn:hover[b-fwqsr3lgrn] {
    background: rgba(255, 255, 255, 0.2);
}

.table-controls[b-fwqsr3lgrn] {
    padding: 0.75rem 1rem;
    background: #f8f9fa;
    border-radius: 6px 6px 0 0;
}

.product-thumbnail[b-fwqsr3lgrn] {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #dee2e6;
}

.product-thumbnail-placeholder[b-fwqsr3lgrn] {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    border: 1px dashed #dee2e6;
    border-radius: 8px;
    color: #adb5bd;
}

.product-details[b-fwqsr3lgrn] {
    padding: 1rem;
}

.table-active[b-fwqsr3lgrn] {
    background-color: #e7f3ff !important;
}



.product-image-placeholder[b-fwqsr3lgrn] {
    width: 100%;
    padding: 3rem;
    background: #f8f9fa;
    border: 2px dashed #dee2e6;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #adb5bd;
}

.btn-group-sm .btn[b-fwqsr3lgrn] {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
}
/* /Components/Pages/Vendor/Reports.razor.rz.scp.css */
.reports-page[b-8pukcuzt72] {
    padding: 2rem;
}

.page-header[b-8pukcuzt72] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #e9ecef;
}

.page-header h1[b-8pukcuzt72] {
    margin: 0;
    font-size: 2rem;
    font-weight: 600;
    color: #2c3e50;
}

.page-header p[b-8pukcuzt72] {
    margin: 0.5rem 0 0 0;
    color: #6c757d;
    font-size: 0.95rem;
}

.header-actions[b-8pukcuzt72] {
    display: flex;
    gap: 0.5rem;
}

.stat-card[b-8pukcuzt72] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.5rem;
}

.stat-icon[b-8pukcuzt72] {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    color: white;
    font-size: 1.75rem;
}

.stat-content[b-8pukcuzt72] {
    flex: 1;
}

.stat-label[b-8pukcuzt72] {
    margin: 0;
    font-size: 0.875rem;
    color: #6c757d;
    font-weight: 500;
}

.stat-value[b-8pukcuzt72] {
    margin: 0.25rem 0;
    font-size: 1.75rem;
    font-weight: 700;
    color: #2c3e50;
}

.stat-change[b-8pukcuzt72] {
    font-size: 0.875rem;
    font-weight: 500;
}

.stat-change.positive[b-8pukcuzt72] {
    color: #28a745;
}

.stat-change.negative[b-8pukcuzt72] {
    color: #dc3545;
}

.stat-change.neutral[b-8pukcuzt72] {
    color: #6c757d;
}

.chart-section[b-8pukcuzt72], .top-products-section[b-8pukcuzt72], .category-sales-section[b-8pukcuzt72], 
.recent-orders-section[b-8pukcuzt72], .payment-methods-section[b-8pukcuzt72], .customer-analytics-section[b-8pukcuzt72] {
    padding: 1.5rem;
}

.chart-section h4[b-8pukcuzt72], .top-products-section h4[b-8pukcuzt72], .category-sales-section h4[b-8pukcuzt72],
.recent-orders-section h4[b-8pukcuzt72], .payment-methods-section h4[b-8pukcuzt72], .customer-analytics-section h4[b-8pukcuzt72] {
    margin-bottom: 1.5rem;
    color: #2c3e50;
    font-size: 1.125rem;
}

.chart-placeholder[b-8pukcuzt72] {
    padding: 4rem;
    background: #f8f9fa;
    border: 2px dashed #dee2e6;
    border-radius: 8px;
    text-align: center;
}

.top-products-list[b-8pukcuzt72] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.top-product-item[b-8pukcuzt72] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.top-product-item:hover[b-8pukcuzt72] {
    background: #e9ecef;
    transform: translateX(5px);
}

.product-rank[b-8pukcuzt72] {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 50%;
    font-weight: 700;
    font-size: 1rem;
}

.product-info[b-8pukcuzt72] {
    flex: 1;
}

.product-info strong[b-8pukcuzt72] {
    display: block;
    color: #2c3e50;
}

.product-info small[b-8pukcuzt72] {
    font-size: 0.875rem;
}

.product-revenue[b-8pukcuzt72] {
    font-weight: 700;
    font-size: 1.125rem;
    color: #28a745;
}

.payment-methods-list[b-8pukcuzt72] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.payment-method-item[b-8pukcuzt72] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 8px;
}

.method-info[b-8pukcuzt72] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-weight: 600;
}

.method-info i[b-8pukcuzt72] {
    font-size: 1.5rem;
    color: #6c757d;
}

.method-stats[b-8pukcuzt72] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.method-percentage[b-8pukcuzt72] {
    font-weight: 700;
    font-size: 1.125rem;
    color: #667eea;
}

.analytics-grid[b-8pukcuzt72] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.analytics-item[b-8pukcuzt72] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem;
    background: #f8f9fa;
    border-radius: 8px;
}

.analytics-item i[b-8pukcuzt72] {
    font-size: 2rem;
    color: #667eea;
}

.analytics-item strong[b-8pukcuzt72] {
    display: block;
    font-size: 1.5rem;
    color: #2c3e50;
}

.analytics-item small[b-8pukcuzt72] {
    color: #6c757d;
    font-size: 0.875rem;
}
/* /Components/Pages/Vendor/Subscription.razor.rz.scp.css */
.subscription-page[b-lzbxhdezz5] {
    padding: 2rem;
}

.page-header[b-lzbxhdezz5] {
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #e9ecef;
}

.page-header h1[b-lzbxhdezz5] {
    margin: 0;
    font-size: 2rem;
    font-weight: 600;
    color: #2c3e50;
}

.page-header p[b-lzbxhdezz5] {
    margin: 0.5rem 0 0 0;
    color: #6c757d;
    font-size: 0.95rem;
}

.current-subscription[b-lzbxhdezz5] {
    padding: 2rem;
}

.subscription-header[b-lzbxhdezz5] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #e9ecef;
}

.subscription-header h3[b-lzbxhdezz5] {
    margin: 0;
    color: #2c3e50;
    font-size: 1.75rem;
}

.subscription-details[b-lzbxhdezz5] {
    margin-bottom: 2rem;
}

.detail-item[b-lzbxhdezz5] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem;
    background: #f8f9fa;
    border-radius: 8px;
}

.detail-item i[b-lzbxhdezz5] {
    font-size: 1.75rem;
    color: #667eea;
}

.detail-item strong[b-lzbxhdezz5] {
    display: block;
    font-size: 0.875rem;
    color: #6c757d;
    margin-bottom: 0.25rem;
}

.detail-item span[b-lzbxhdezz5] {
    display: block;
    font-size: 1.125rem;
    font-weight: 600;
    color: #2c3e50;
}

.usage-progress[b-lzbxhdezz5] {
    margin-bottom: 2rem;
}

.usage-progress h5[b-lzbxhdezz5] {
    margin-bottom: 1rem;
    color: #2c3e50;
}

.progress-item[b-lzbxhdezz5] {
    margin-bottom: 1rem;
}

.progress-header[b-lzbxhdezz5] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
    color: #6c757d;
}

.subscription-actions[b-lzbxhdezz5] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.plan-card[b-lzbxhdezz5] {
    padding: 2rem;
    position: relative;
}

.plan-card.popular[b-lzbxhdezz5] {
    border: 2px solid #ffc107;
}

.popular-badge[b-lzbxhdezz5] {
    position: absolute;
    top: -12px;
    right: 20px;
}

.plan-header[b-lzbxhdezz5] {
    text-align: center;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 2px solid #e9ecef;
}

.plan-header h4[b-lzbxhdezz5] {
    margin: 0 0 1rem 0;
    color: #2c3e50;
    font-size: 1.5rem;
}

.plan-price[b-lzbxhdezz5] {
    margin: 1rem 0;
}

.plan-price .price[b-lzbxhdezz5] {
    font-size: 3rem;
    font-weight: 700;
    color: #2c3e50;
}

.plan-price .period[b-lzbxhdezz5] {
    font-size: 1rem;
    color: #6c757d;
}

.plan-features ul[b-lzbxhdezz5] {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem 0;
}

.plan-features li[b-lzbxhdezz5] {
    padding: 0.75rem 0;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.plan-features i[b-lzbxhdezz5] {
    font-size: 1.25rem;
}

.plan-action[b-lzbxhdezz5] {
    text-align: center;
}

.plan-action .btn[b-lzbxhdezz5] {
    width: 100%;
    padding: 0.75rem;
    font-weight: 600;
}

.billing-history[b-lzbxhdezz5] {
    padding: 2rem;
}

.billing-history h4[b-lzbxhdezz5] {
    margin-bottom: 1.5rem;
    color: #2c3e50;
}
/* /Components/Shared/DataTable.razor.rz.scp.css */
.data-table-container[b-k2jhub99d5] {
    background: white;
    border-radius: 0.5rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.data-table-toolbar[b-k2jhub99d5] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
    background: #f8f9fa;
    border-bottom: 1px solid #e5e7eb;
    flex-wrap: wrap;
    gap: 1rem;
}

.toolbar-left[b-k2jhub99d5] {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.toolbar-right[b-k2jhub99d5] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.length-menu label[b-k2jhub99d5] {
    margin: 0;
    display: flex;
    align-items: center;
    font-size: 0.875rem;
    color: #6c757d;
}

.search-box[b-k2jhub99d5] {
    min-width: 250px;
}

.sortable-header[b-k2jhub99d5] {
    cursor: pointer;
    user-select: none;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.sortable-header:hover[b-k2jhub99d5] {
    color: #6366f1;
}

.sort-icon[b-k2jhub99d5] {
    font-size: 0.75rem;
    color: #6366f1;
}

.data-table-footer[b-k2jhub99d5] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
    background: #f8f9fa;
    border-top: 1px solid #e5e7eb;
    flex-wrap: wrap;
    gap: 1rem;
}

.footer-info[b-k2jhub99d5] {
    font-size: 0.875rem;
    color: #6c757d;
}

.footer-pagination[b-k2jhub99d5] {
    display: flex;
    align-items: center;
}

@media (max-width: 768px) {
    .data-table-toolbar[b-k2jhub99d5],
    .data-table-footer[b-k2jhub99d5] {
        flex-direction: column;
        align-items: stretch;
    }

    .toolbar-left[b-k2jhub99d5],
    .toolbar-right[b-k2jhub99d5] {
        width: 100%;
        justify-content: space-between;
    }

    .search-box[b-k2jhub99d5] {
        width: 100%;
        min-width: auto;
    }

    .footer-pagination[b-k2jhub99d5] {
        justify-content: center;
    }
}
/* /Components/Shared/DocumentUpload.razor.rz.scp.css */
.document-upload-section[b-1waugi16np] {
    padding: 20px;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.document-upload-section h5[b-1waugi16np] {
    color: #2c3e50;
    font-weight: 600;
    margin-bottom: 10px;
}

.uploaded-documents[b-1waugi16np] {
    padding: 20px;
    background: white;
    border: 1px solid #dee2e6;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.uploaded-documents h5[b-1waugi16np] {
    color: #2c3e50;
    font-weight: 600;
    margin-bottom: 15px;
}

.uploaded-documents .table[b-1waugi16np] {
    margin-bottom: 0;
}

.uploaded-documents .table thead[b-1waugi16np] {
    background: #f8f9fa;
}

.uploaded-documents .table tbody tr:hover[b-1waugi16np] {
    background: #f8f9fa;
}
/* /Components/Shared/NotificationWidget.razor.rz.scp.css */
.notification-widget[b-wlbkn9bjfc] {
    position: relative;
}

.notification-widget .btn-link[b-wlbkn9bjfc] {
    color: #6c757d;
    text-decoration: none;
}

.notification-widget .btn-link:hover[b-wlbkn9bjfc] {
    color: #495057;
}

.notification-dropdown[b-wlbkn9bjfc] {
    min-width: 350px;
    max-height: 500px;
    overflow-y: auto;
}

.notification-item[b-wlbkn9bjfc] {
    display: flex;
    gap: 0.75rem;
    padding: 0.5rem 0;
}

.notification-icon[b-wlbkn9bjfc] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    flex-shrink: 0;
}

.notification-content[b-wlbkn9bjfc] {
    flex: 1;
}

.notification-content strong[b-wlbkn9bjfc] {
    display: block;
    margin-bottom: 0.25rem;
    color: #2c3e50;
}

.notification-content p[b-wlbkn9bjfc] {
    margin: 0;
    font-size: 0.875rem;
    color: #6c757d;
}

.notification-item.unread[b-wlbkn9bjfc] {
    background-color: #e7f3ff;
}

.notification-item.read[b-wlbkn9bjfc] {
    opacity: 0.7;
}

.dropdown-item:hover .notification-item[b-wlbkn9bjfc] {
    background-color: #f8f9fa;
}
