/* /Components/Layout/LandingLayout.razor.rz.scp.css */
.landing-page[b-jca784kjbw] {
    min-height: 100vh;
    width: 100%;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-2nv2nyol19] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: #ffffff;
}

main[b-2nv2nyol19] {
    flex: 1;
    display: flex;
    flex-direction: column;
    background: #FAFAFA;
}

.content[b-2nv2nyol19] {
    flex: 1;
}

.sidebar[b-2nv2nyol19] {
    background: linear-gradient(180deg, #111827 0%, #1F2937 100%);
    border-right: 1px solid #F3F4F6;
}

.top-row[b-2nv2nyol19] {
    background-color: #ffffff;
    border-bottom: 1px solid #F3F4F6;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-2nv2nyol19]  a, .top-row[b-2nv2nyol19]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
        color: #374151;
        transition: color 0.3s ease;
    }

    .top-row[b-2nv2nyol19]  a:hover, .top-row[b-2nv2nyol19]  .btn-link:hover {
        color: #FF6B35;
        text-decoration: underline;
    }

    .top-row[b-2nv2nyol19]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

.main-footer[b-2nv2nyol19] {
    background: #111827;
    color: #D1D5DB;
    padding: 1.5rem 2rem;
    margin-top: auto;
    border-top: 3px solid #FF6B35;
}

.footer-content[b-2nv2nyol19] {
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-content p[b-2nv2nyol19] {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #D1D5DB;
}

@media (max-width: 640.98px) {
    .top-row[b-2nv2nyol19] {
        justify-content: space-between;
    }

    .top-row[b-2nv2nyol19]  a, .top-row[b-2nv2nyol19]  .btn-link {
        margin-left: 0;
    }

    .main-footer[b-2nv2nyol19] {
        padding: 1rem 1.5rem;
    }

    .footer-content p[b-2nv2nyol19] {
        font-size: 0.75rem;
    }
}

@media (min-width: 641px) {
    .page[b-2nv2nyol19] {
        flex-direction: row;
    }

    .sidebar[b-2nv2nyol19] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-2nv2nyol19] {
        position: sticky;
        top: 0;
        z-index: 1;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    }

    .top-row.auth[b-2nv2nyol19]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-2nv2nyol19], article[b-2nv2nyol19] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-2nv2nyol19] {
    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-2nv2nyol19] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-pk9m4ey7tv] {
    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-pk9m4ey7tv] {
    background-color: rgba(255, 107, 53, 0.2);
    border-color: rgba(255, 107, 53, 0.3);
}

.navbar-toggler:checked[b-pk9m4ey7tv] {
    background-color: rgba(255, 107, 53, 0.3);
    border-color: #FF6B35;
}

.top-row[b-pk9m4ey7tv] {
    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-pk9m4ey7tv] {
    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-pk9m4ey7tv] {
    color: #FF6B35;
}

.brand-icon[b-pk9m4ey7tv] {
    font-size: 1.5rem;
}

.brand-text[b-pk9m4ey7tv] {
    display: inline-block;
}

.nav-icon[b-pk9m4ey7tv] {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.75rem;
    font-size: 1.125rem;
    text-align: center;
}

.nav-item[b-pk9m4ey7tv] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

.nav-item:first-of-type[b-pk9m4ey7tv] {
    padding-top: 1rem;
}

.nav-item:last-of-type[b-pk9m4ey7tv] {
    padding-bottom: 1rem;
}

.nav-item[b-pk9m4ey7tv]  .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-pk9m4ey7tv]  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-pk9m4ey7tv]  .nav-link:hover {
    background-color: rgba(255, 107, 53, 0.15);
    color: white;
    transform: translateX(4px);
}

.nav-item[b-pk9m4ey7tv]  a.active:hover {
    transform: translateX(0);
    box-shadow: 0 4px 12px rgba(255, 107, 53, 0.4);
}

.nav-scrollable[b-pk9m4ey7tv] {
    display: none;
    background: transparent;
}

.navbar-toggler:checked ~ .nav-scrollable[b-pk9m4ey7tv] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-pk9m4ey7tv] {
        display: none;
    }

    .nav-scrollable[b-pk9m4ey7tv] {
        /* 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-pk9m4ey7tv]::-webkit-scrollbar {
        width: 6px;
    }

    .nav-scrollable[b-pk9m4ey7tv]::-webkit-scrollbar-track {
        background: rgba(255, 255, 255, 0.05);
    }

    .nav-scrollable[b-pk9m4ey7tv]::-webkit-scrollbar-thumb {
        background: rgba(255, 107, 53, 0.3);
        border-radius: 3px;
    }

    .nav-scrollable[b-pk9m4ey7tv]::-webkit-scrollbar-thumb:hover {
        background: rgba(255, 107, 53, 0.5);
    }
}

@media (max-width: 640.98px) {
    .brand-text[b-pk9m4ey7tv] {
        font-size: 1rem;
    }

    .brand-icon[b-pk9m4ey7tv] {
        font-size: 1.25rem;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-dx1lcc1yjl],
.components-reconnect-repeated-attempt-visible[b-dx1lcc1yjl],
.components-reconnect-failed-visible[b-dx1lcc1yjl],
.components-pause-visible[b-dx1lcc1yjl],
.components-resume-failed-visible[b-dx1lcc1yjl],
.components-rejoining-animation[b-dx1lcc1yjl] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-dx1lcc1yjl],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-dx1lcc1yjl],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-dx1lcc1yjl],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-dx1lcc1yjl],
#components-reconnect-modal.components-reconnect-retrying[b-dx1lcc1yjl],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-dx1lcc1yjl],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-dx1lcc1yjl],
#components-reconnect-modal.components-reconnect-failed[b-dx1lcc1yjl],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-dx1lcc1yjl] {
    display: block;
}


#components-reconnect-modal[b-dx1lcc1yjl] {
    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-dx1lcc1yjl 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-dx1lcc1yjl 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-dx1lcc1yjl 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-dx1lcc1yjl]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-dx1lcc1yjl 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-dx1lcc1yjl {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-dx1lcc1yjl {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-dx1lcc1yjl {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-dx1lcc1yjl] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-dx1lcc1yjl] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-dx1lcc1yjl] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-dx1lcc1yjl] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-dx1lcc1yjl] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-dx1lcc1yjl] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-dx1lcc1yjl] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-dx1lcc1yjl 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-dx1lcc1yjl] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-dx1lcc1yjl {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Dashboard.razor.rz.scp.css */
.dashboard-container[b-aq7doo6thu] {
    padding: 2rem;
}

.dashboard-header[b-aq7doo6thu] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.dashboard-header h1[b-aq7doo6thu] {
    font-size: 2rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 0.25rem;
}

.dashboard-header p[b-aq7doo6thu] {
    color: #6b7280;
}

.btn-logout[b-aq7doo6thu] {
    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-aq7doo6thu] {
    background: #dc2626;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(239, 68, 68, 0.3);
}

.stats-grid[b-aq7doo6thu] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.stat-card[b-aq7doo6thu] {
    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-aq7doo6thu] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.stat-icon[b-aq7doo6thu] {
    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-aq7doo6thu] {
    flex: 1;
}

.stat-label[b-aq7doo6thu] {
    color: #6b7280;
    font-size: 0.875rem;
    margin-bottom: 0.25rem;
}

.stat-value[b-aq7doo6thu] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 0.25rem;
}

.stat-change[b-aq7doo6thu] {
    font-size: 0.75rem;
    font-weight: 600;
}

.stat-change.positive[b-aq7doo6thu] {
    color: #10b981;
}

.stat-change.negative[b-aq7doo6thu] {
    color: #ef4444;
}

.dashboard-grid[b-aq7doo6thu] {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 1.5rem;
}

.dashboard-card[b-aq7doo6thu] {
    background: white;
    border-radius: 16px;
    padding: 1.5rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.card-title[b-aq7doo6thu] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 1.5rem;
}

.orders-list[b-aq7doo6thu] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.order-item[b-aq7doo6thu] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    background: #f9fafb;
    border-radius: 8px;
}

.order-info[b-aq7doo6thu] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.order-id[b-aq7doo6thu] {
    font-weight: 600;
    color: #1f2937;
}

.order-customer[b-aq7doo6thu] {
    color: #6b7280;
    font-size: 0.875rem;
}

.order-details[b-aq7doo6thu] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.25rem;
}

.order-amount[b-aq7doo6thu] {
    font-weight: 700;
    color: #1f2937;
}

.order-status[b-aq7doo6thu] {
    padding: 0.25rem 0.75rem;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
}

.status-pending[b-aq7doo6thu] {
    background: #fef3c7;
    color: #92400e;
}

.status-completed[b-aq7doo6thu] {
    background: #d1fae5;
    color: #065f46;
}

.status-processing[b-aq7doo6thu] {
    background: #dbeafe;
    color: #1e40af;
}

.actions-grid[b-aq7doo6thu] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.action-button[b-aq7doo6thu] {
    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-aq7doo6thu] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}

.action-icon[b-aq7doo6thu] {
    font-size: 2rem;
}

@media (max-width: 1024px) {
    .dashboard-grid[b-aq7doo6thu] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .dashboard-container[b-aq7doo6thu] {
        padding: 1rem;
    }

    .dashboard-header[b-aq7doo6thu] {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .stats-grid[b-aq7doo6thu] {
        grid-template-columns: 1fr;
    }

    .actions-grid[b-aq7doo6thu] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/ForgotPassword.razor.rz.scp.css */
/* ========================================
   Forgot Password Page Styles
   Matching Login Page Design
   ======================================== */

.forgot-password-container[b-zkwu3h2lqo] {
    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-zkwu3h2lqo] {
    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-zkwu3h2lqo] {
    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-zkwu3h2lqo] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
}

.brand-name[b-zkwu3h2lqo] {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.forgot-password-title[b-zkwu3h2lqo] {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.forgot-password-subtitle[b-zkwu3h2lqo] {
    font-size: 1.125rem;
    opacity: 0.9;
}

.illustration[b-zkwu3h2lqo] {
    position: relative;
    height: 200px;
}

.illustration-shapes[b-zkwu3h2lqo] {
    position: relative;
    height: 100%;
}

.shape[b-zkwu3h2lqo] {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}

.shape-1[b-zkwu3h2lqo] {
    width: 150px;
    height: 150px;
    top: 0;
    left: 0;
    animation: float-b-zkwu3h2lqo 6s ease-in-out infinite;
}

.shape-2[b-zkwu3h2lqo] {
    width: 100px;
    height: 100px;
    top: 50px;
    right: 50px;
    animation: float-b-zkwu3h2lqo 8s ease-in-out infinite;
}

.shape-3[b-zkwu3h2lqo] {
    width: 80px;
    height: 80px;
    bottom: 0;
    left: 100px;
    animation: float-b-zkwu3h2lqo 7s ease-in-out infinite;
}

@keyframes float-b-zkwu3h2lqo {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px);
    }
}

/* Right Side - Form */
.forgot-password-right[b-zkwu3h2lqo] {
    padding: 3rem;
    display: flex;
    align-items: center;
}

.forgot-password-form-container[b-zkwu3h2lqo] {
    width: 100%;
}

.form-header[b-zkwu3h2lqo] {
    margin-bottom: 2rem;
}

.form-header h2[b-zkwu3h2lqo] {
    font-size: 2rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 0.5rem;
}

.form-header p[b-zkwu3h2lqo] {
    color: #6b7280;
    line-height: 1.5;
}

.forgot-password-form[b-zkwu3h2lqo] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.form-group[b-zkwu3h2lqo] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.form-group label[b-zkwu3h2lqo] {
    font-weight: 600;
    color: #374151;
    font-size: 0.875rem;
}

.form-group input[b-zkwu3h2lqo] {
    padding: 0.75rem 1rem;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.form-group input:focus[b-zkwu3h2lqo] {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.error-message[b-zkwu3h2lqo] {
    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-zkwu3h2lqo] {
    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-zkwu3h2lqo] {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(102, 126, 234, 0.4);
}

.btn-submit:disabled[b-zkwu3h2lqo] {
    opacity: 0.7;
    cursor: not-allowed;
}

.back-to-login[b-zkwu3h2lqo] {
    text-align: center;
    margin-top: 0.5rem;
}

.back-to-login a[b-zkwu3h2lqo] {
    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-zkwu3h2lqo] {
    color: #764ba2;
    text-decoration: underline;
}

/* Success State */
.success-container[b-zkwu3h2lqo] {
    text-align: center;
}

.success-icon[b-zkwu3h2lqo] {
    margin: 0 auto 1.5rem;
    animation: scaleIn-b-zkwu3h2lqo 0.5s ease-out;
}

@keyframes scaleIn-b-zkwu3h2lqo {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.success-container h2[b-zkwu3h2lqo] {
    font-size: 2rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 1rem;
}

.success-container p[b-zkwu3h2lqo] {
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 0.5rem;
}

.email-sent[b-zkwu3h2lqo] {
    color: #667eea;
    font-size: 1.125rem;
    margin-bottom: 1rem !important;
}

.instructions[b-zkwu3h2lqo] {
    font-size: 0.875rem;
    margin-bottom: 2rem !important;
    padding: 1rem;
    background: #f9fafb;
    border-radius: 8px;
}

.success-actions[b-zkwu3h2lqo] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 2rem;
}

.btn-secondary[b-zkwu3h2lqo] {
    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-zkwu3h2lqo] {
    background: #667eea;
    color: white;
    transform: translateY(-2px);
}

.btn-secondary:disabled[b-zkwu3h2lqo] {
    opacity: 0.7;
    cursor: not-allowed;
}

.btn-primary-link[b-zkwu3h2lqo] {
    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-zkwu3h2lqo] {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(102, 126, 234, 0.4);
}

.resend-message[b-zkwu3h2lqo] {
    margin-top: 1rem;
    padding: 0.75rem;
    background: #d1fae5;
    color: #065f46;
    border-radius: 8px;
    font-size: 0.875rem;
    animation: fadeIn-b-zkwu3h2lqo 0.3s ease-in;
}

@keyframes fadeIn-b-zkwu3h2lqo {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.back-home[b-zkwu3h2lqo] {
    margin-top: 2rem;
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid #e5e7eb;
}

.back-home a[b-zkwu3h2lqo] {
    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-zkwu3h2lqo] {
    color: #667eea;
}

.globe-icon[b-zkwu3h2lqo] {
    font-size: 1rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .forgot-password-content[b-zkwu3h2lqo] {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .forgot-password-left[b-zkwu3h2lqo] {
        padding: 2rem;
        min-height: 200px;
    }

    .forgot-password-title[b-zkwu3h2lqo] {
        font-size: 2rem;
    }

    .illustration[b-zkwu3h2lqo] {
        display: none;
    }

    .forgot-password-right[b-zkwu3h2lqo] {
        padding: 2rem;
    }

    .form-header h2[b-zkwu3h2lqo],
    .success-container h2[b-zkwu3h2lqo] {
        font-size: 1.5rem;
    }

    .form-header p[b-zkwu3h2lqo] {
        font-size: 0.875rem;
    }
}

@media (max-width: 480px) {
    .forgot-password-container[b-zkwu3h2lqo] {
        padding: 1rem;
    }

    .forgot-password-content[b-zkwu3h2lqo] {
        border-radius: 16px;
    }

    .forgot-password-left[b-zkwu3h2lqo],
    .forgot-password-right[b-zkwu3h2lqo] {
        padding: 1.5rem;
    }

    .brand-name[b-zkwu3h2lqo] {
        font-size: 1.5rem;
    }

    .forgot-password-title[b-zkwu3h2lqo] {
        font-size: 1.75rem;
    }

    .forgot-password-subtitle[b-zkwu3h2lqo] {
        font-size: 1rem;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.landing-container[b-aia11ayu1k] {
    min-height: 100vh;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.landing-navbar[b-aia11ayu1k] {
    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-aia11ayu1k] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.brand[b-aia11ayu1k] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.brand-name[b-aia11ayu1k] {
    font-size: 1.5rem;
    font-weight: 700;
    color: white;
    letter-spacing: 0.5px;
}

.nav-links[b-aia11ayu1k] {
    display: flex;
    gap: 2rem;
    align-items: center;
}

.nav-link[b-aia11ayu1k] {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.nav-link:hover[b-aia11ayu1k] {
    color: white;
}

.btn-login[b-aia11ayu1k] {
    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-aia11ayu1k] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.hero-section[b-aia11ayu1k] {
    padding: 6rem 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.hero-content[b-aia11ayu1k] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.hero-text[b-aia11ayu1k] {
    color: white;
}

.hero-title[b-aia11ayu1k] {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.brand-highlight[b-aia11ayu1k] {
    color: #fbbf24;
}

.hero-description[b-aia11ayu1k] {
    font-size: 1.25rem;
    line-height: 1.6;
    opacity: 0.95;
    margin-bottom: 2rem;
}

.hero-actions[b-aia11ayu1k] {
    display: flex;
    gap: 1rem;
}

.btn[b-aia11ayu1k] {
    padding: 1rem 2rem;
    border-radius: 12px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.btn-primary[b-aia11ayu1k] {
    background: white;
    color: #667eea;
}

.btn-primary:hover[b-aia11ayu1k] {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.btn-secondary[b-aia11ayu1k] {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: 2px solid white;
}

.btn-secondary:hover[b-aia11ayu1k] {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
}

.hero-image[b-aia11ayu1k] {
    perspective: 1000px;
}

.dashboard-preview[b-aia11ayu1k] {
    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-aia11ayu1k] {
    transform: rotateY(0deg) rotateX(0deg);
}

.preview-header[b-aia11ayu1k] {
    margin-bottom: 1rem;
}

.preview-dots[b-aia11ayu1k] {
    display: flex;
    gap: 0.5rem;
}

.dot[b-aia11ayu1k] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #e5e7eb;
}

.preview-content[b-aia11ayu1k] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.preview-card[b-aia11ayu1k] {
    padding: 1.5rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 12px;
    color: white;
    text-align: center;
}

.card-icon[b-aia11ayu1k] {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.card-text[b-aia11ayu1k] {
    font-weight: 600;
}

.features-section[b-aia11ayu1k] {
    padding: 6rem 2rem;
    background: white;
}

.section-title[b-aia11ayu1k] {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 3rem;
    color: #1f2937;
}

.features-grid[b-aia11ayu1k] {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.feature-card[b-aia11ayu1k] {
    padding: 2rem;
    background: #f9fafb;
    border-radius: 16px;
    transition: all 0.3s ease;
}

.feature-card:hover[b-aia11ayu1k] {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.feature-icon[b-aia11ayu1k] {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.feature-card h3[b-aia11ayu1k] {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #1f2937;
}

.feature-card p[b-aia11ayu1k] {
    color: #6b7280;
    line-height: 1.6;
}

.landing-footer[b-aia11ayu1k] {
    padding: 2rem;
    background: #1f2937;
    text-align: center;
    color: white;
}

@media (max-width: 768px) {
    .hero-content[b-aia11ayu1k] {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .hero-title[b-aia11ayu1k] {
        font-size: 2.5rem;
    }

    .nav-links[b-aia11ayu1k] {
        gap: 1rem;
    }

    .hero-actions[b-aia11ayu1k] {
        flex-direction: column;
    }

    .btn[b-aia11ayu1k] {
        width: 100%;
        text-align: center;
    }

    .dashboard-preview[b-aia11ayu1k] {
        transform: none;
    }
}
/* /Components/Pages/LandingPagePublic.razor.rz.scp.css */
/* ========================================
   Landing Page Public Styles - Figma Design Match v1.2
   ======================================== */

/* Base Container */
.public-landing-container[b-yb8d4n38cx] {
    min-height: 100vh;
    background: #ffffff;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* ========================================
   Navigation Bar
   ======================================== */
.public-navbar[b-yb8d4n38cx] {
    padding: 1.25rem 0;
    background: #ffffff;
    border-bottom: 1px solid #F3F4F6;
    position: sticky;
    top: 0;
    z-index: 100;
}

.navbar-content[b-yb8d4n38cx] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.brand[b-yb8d4n38cx] {
    display: flex;
    align-items: center;
}

.brand-logo[b-yb8d4n38cx] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #FF6B35;
}

.nav-links[b-yb8d4n38cx] {
    display: flex;
    gap: 2rem;
    align-items: center;
}

.nav-link[b-yb8d4n38cx] {
    color: #374151;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.nav-link:hover[b-yb8d4n38cx] {
    color: #FF6B35;
}

.nav-actions[b-yb8d4n38cx] {
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

.globe-icon[b-yb8d4n38cx] {
    font-size: 1.25rem;
    color: #6B7280;
    cursor: pointer;
}

.nav-link-login[b-yb8d4n38cx] {
    color: #374151;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.nav-link-login:hover[b-yb8d4n38cx] {
    color: #FF6B35;
}

.btn-register[b-yb8d4n38cx] {
    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-yb8d4n38cx] {
    background: #E85A28;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(255, 107, 53, 0.3);
}

/* ========================================
   Hero Section
   ======================================== */
.hero-section[b-yb8d4n38cx] {
    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-yb8d4n38cx] {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 4rem;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
}

.hero-text[b-yb8d4n38cx] {
    color: #1F2937;
}

.hero-title[b-yb8d4n38cx] {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1.25rem;
    color: #111827;
}

.hero-title .text-primary[b-yb8d4n38cx] {
    color: #FF6B35 !important;
}

.hero-title .text-secondary[b-yb8d4n38cx] {
    color: #0D9488 !important;
}

.hero-description[b-yb8d4n38cx] {
    font-size: 1rem;
    line-height: 1.7;
    color: #4B5563 !important;
    margin-bottom: 2rem;
    max-width: 480px;
}

.hero-actions[b-yb8d4n38cx] {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.btn[b-yb8d4n38cx] {
    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-yb8d4n38cx] {
    font-size: 1rem;
}

.btn-primary[b-yb8d4n38cx] {
    background: #FF6B35;
    color: white;
}

.btn-primary:hover[b-yb8d4n38cx] {
    background: #E85A28;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(255, 107, 53, 0.3);
}

.btn-link-secondary[b-yb8d4n38cx] {
    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-yb8d4n38cx] {
    color: #FF6B35;
}

.hero-image[b-yb8d4n38cx] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-visual[b-yb8d4n38cx] {
    width: 100%;
    max-width: 100%;
}

.carousel[b-yb8d4n38cx] {
    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-yb8d4n38cx] {
    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-yb8d4n38cx] {
    opacity: 1;
    pointer-events: auto;
}

.carousel-slide img[b-yb8d4n38cx] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.carousel-control[b-yb8d4n38cx] {
    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-yb8d4n38cx] {
    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-yb8d4n38cx] {
    left: 15px;
}

.carousel-control.next[b-yb8d4n38cx] {
    right: 15px;
}

.carousel-indicators[b-yb8d4n38cx] {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 2;
}

.carousel-indicators .indicator[b-yb8d4n38cx] {
    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-yb8d4n38cx] {
    background: rgba(255, 255, 255, 0.7);
    transform: scale(1.2);
}

.carousel-indicators .indicator.active[b-yb8d4n38cx] {
    background: #FF6B35;
    border-color: #FF6B35;
    transform: scale(1.3);
}

.visual-placeholder[b-yb8d4n38cx] {
    width: 100%;
    height: 360px;
    background: linear-gradient(135deg, #FFE5D9 0%, #FFD4C4 100%);
    border-radius: 16px;
}

/* ========================================
   Section Common Styles
   ======================================== */
.section-header[b-yb8d4n38cx] {
    text-align: center;
    margin-bottom: 3rem;
}

.section-label[b-yb8d4n38cx] {
    font-size: 0.75rem;
    font-weight: 600;
    color: #9CA3AF;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-bottom: 0.75rem;
}

.section-title[b-yb8d4n38cx] {
    font-size: 2.25rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 0.75rem;
}

.section-description[b-yb8d4n38cx] {
    font-size: 1rem;
    color: #6B7280;
    max-width: 560px;
    margin: 0 auto;
    line-height: 1.6;
}

/* ========================================
   How Shopeey Works Section
   ======================================== */
.how-it-works-section[b-yb8d4n38cx] {
    padding: 5rem 2rem;
    background: #ffffff;
    max-width: 1200px;
    margin: 0 auto;
}

.steps-grid[b-yb8d4n38cx] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.step-card[b-yb8d4n38cx] {
    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-yb8d4n38cx] {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.step-number[b-yb8d4n38cx] {
    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-yb8d4n38cx] {
    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-yb8d4n38cx] {
    background: #CCFBF1;
    color: #14B8A6;
}

.orange-icon[b-yb8d4n38cx] {
    background: #FFEDD5;
    color: #FF6B35;
}

.blue-icon[b-yb8d4n38cx] {
    background: #FEF3C7;
    color: #F59E0B;
}

.step-card h3[b-yb8d4n38cx] {
    font-size: 1.125rem;
    font-weight: 600;
    color: #111827;
    margin-bottom: 0.75rem;
}

.step-card p[b-yb8d4n38cx] {
    font-size: 0.875rem;
    color: #6B7280;
    line-height: 1.6;
}

/* ========================================
   Why Shopeey Section
   ======================================== */
.why-shopeey-section[b-yb8d4n38cx] {
    padding: 5rem 2rem;
    background: #FAFAFA;
}

.why-shopeey-section .section-header[b-yb8d4n38cx] {
    max-width: 1200px;
    margin: 0 auto 3rem;
}

.why-shopeey-section .benefits-grid[b-yb8d4n38cx] {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

.why-shopeey-section .benefit-card[b-yb8d4n38cx] {
    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-yb8d4n38cx] {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.why-shopeey-section .benefit-icon[b-yb8d4n38cx] {
    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-yb8d4n38cx] {
    background: #CCFBF1;
    color: #14B8A6;
}

.why-shopeey-section .benefit-icon.orange[b-yb8d4n38cx] {
    background: #FFEDD5;
    color: #FF6B35;
}

.why-shopeey-section .benefit-icon.yellow[b-yb8d4n38cx] {
    background: #FEF3C7;
    color: #F59E0B;
}

.why-shopeey-section .benefit-icon.purple[b-yb8d4n38cx] {
    background: #E9D5FF;
    color: #A855F7;
}

.why-shopeey-section .benefit-card h3[b-yb8d4n38cx] {
    font-size: 1rem;
    font-weight: 600;
    color: #111827;
    margin-bottom: 0.625rem;
}

.why-shopeey-section .benefit-card p[b-yb8d4n38cx] {
    font-size: 0.875rem;
    color: #6B7280;
    line-height: 1.5;
}

/* ========================================
   Features Section
   ======================================== */
.features-section[b-yb8d4n38cx] {
    padding: 5rem 2rem;
    background: #ffffff;
    max-width: 1200px;
    margin: 0 auto;
}

.feature-tabs[b-yb8d4n38cx] {
    display: flex;
    justify-content: center;
    gap: 0.75rem;
    margin-bottom: 2.5rem;
}

.tab-btn[b-yb8d4n38cx] {
    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-yb8d4n38cx] {
    background: #F3F4F6;
}

.tab-btn.active[b-yb8d4n38cx] {
    background: #FF6B35;
    color: white;
    border-color: #FF6B35;
}

.features-content[b-yb8d4n38cx] {
    background: #FAFAFA;
    border-radius: 12px;
    padding: 2.5rem;
    border: 1px solid #F3F4F6;
}

.features-list[b-yb8d4n38cx] {
    display: none;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

.features-list.active[b-yb8d4n38cx] {
    display: grid;
}

.features-column[b-yb8d4n38cx] {
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
}

.feature-item[b-yb8d4n38cx] {
    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-yb8d4n38cx] {
    border-color: #FF6B35;
    box-shadow: 0 2px 8px rgba(255, 107, 53, 0.08);
}

.feature-icon[b-yb8d4n38cx] {
    font-size: 1.25rem;
    flex-shrink: 0;
}

.check-icon[b-yb8d4n38cx] {
    color: #14B8A6;
    font-size: 1rem;
    font-weight: bold;
    flex-shrink: 0;
}

.feature-item span:last-child[b-yb8d4n38cx] {
    font-size: 0.875rem;
    font-weight: 500;
    color: #374151;
    line-height: 1.4;
}

.features-cta-inline[b-yb8d4n38cx] {
    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-yb8d4n38cx] {
    color: #14B8A6;
    font-size: 1.125rem;
    font-weight: bold;
}

.features-cta[b-yb8d4n38cx] {
    text-align: center;
    margin-top: 2rem;
}

/* ========================================
   Reliability Section
   ======================================== */
.reliability-section[b-yb8d4n38cx] {
    padding: 5rem 2rem;
    background: #111827;
}

.reliability-content[b-yb8d4n38cx] {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.reliability-text .section-label[b-yb8d4n38cx] {
    text-align: left;
    color: #9CA3AF;
}

.reliability-text .section-title[b-yb8d4n38cx] {
    text-align: left;
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #ffffff;
}

.text-highlight[b-yb8d4n38cx] {
    color: #14B8A6;
}

.reliability-text .section-description[b-yb8d4n38cx] {
    text-align: left;
    margin: 0 0 1.75rem 0;
    max-width: 100%;
    color: #D1D5DB;
}

.reliability-features[b-yb8d4n38cx] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.875rem;
}

.reliability-item[b-yb8d4n38cx] {
    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-yb8d4n38cx] {
    color: #14B8A6;
    font-size: 1rem;
}

.reliability-item span:last-child[b-yb8d4n38cx] {
    font-size: 0.875rem;
    font-weight: 500;
    color: #E5E7EB;
}

.reliability-visual[b-yb8d4n38cx] {
    display: flex;
    justify-content: center;
}

.integration-card[b-yb8d4n38cx] {
    background: #FF6B35;
    border-radius: 16px;
    padding: 2rem 1.75rem;
    max-width: 400px;
    color: white;
}

.integration-icon[b-yb8d4n38cx] {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.integration-card h3[b-yb8d4n38cx] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0.625rem;
}

.integration-card p[b-yb8d4n38cx] {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.payment-methods[b-yb8d4n38cx] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.625rem;
}

.payment-badge[b-yb8d4n38cx] {
    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-yb8d4n38cx] {
    padding: 5rem 2rem;
    background: #FAFAFA;
}

.subscriptions-section .section-header[b-yb8d4n38cx] {
    max-width: 1200px;
    margin: 0 auto 3rem;
}

.subscription-grid[b-yb8d4n38cx] {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 5fr 7fr;
    gap: 2rem;
}

.subscription-card[b-yb8d4n38cx] {
    border-radius: 16px;
    padding: 2.25rem;
    transition: all 0.3s ease;
}

.subscription-card:hover[b-yb8d4n38cx] {
    transform: translateY(-4px);
}

.subscription-card.light[b-yb8d4n38cx] {
    background: #FFF5F0;
    border: 1px solid #FFE5D9;
}

.subscription-card.light:hover[b-yb8d4n38cx] {
    box-shadow: 0 8px 24px rgba(255, 107, 53, 0.12);
}

.subscription-card.dark[b-yb8d4n38cx] {
    background: #1F2937;
    color: white;
}

.subscription-card.dark:hover[b-yb8d4n38cx] {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.subscription-icon[b-yb8d4n38cx] {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.subscription-card h3[b-yb8d4n38cx] {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.625rem;
}

.subscription-card.light h3[b-yb8d4n38cx] {
    color: #111827;
}

.subscription-card p[b-yb8d4n38cx] {
    font-size: 0.875rem;
    line-height: 1.6;
    margin-bottom: 1.25rem;
}

.subscription-card.light p[b-yb8d4n38cx] {
    color: #6B7280;
}

.subscription-card.dark p[b-yb8d4n38cx],
.card-description[b-yb8d4n38cx] {
    color: #D1D5DB;
}

.pricing-tiers[b-yb8d4n38cx] {
    display: flex;
    gap: 1rem;
    margin-top: 1.25rem;
}

.tier[b-yb8d4n38cx] {
    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-yb8d4n38cx] {
    border-color: #FF6B35;
}

.tier-name[b-yb8d4n38cx] {
    display: block;
    font-size: 0.75rem;
    font-weight: 600;
    color: #9CA3AF;
    margin-bottom: 0.375rem;
}

.tier-price[b-yb8d4n38cx] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #FF6B35;
}

.tier-period[b-yb8d4n38cx] {
    font-size: 0.75rem;
    font-weight: 500;
    color: #9CA3AF;
}

.rewards-list[b-yb8d4n38cx] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.reward-item[b-yb8d4n38cx] {
    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-yb8d4n38cx] {
    font-size: 1.25rem;
    flex-shrink: 0;
}

.reward-content h4[b-yb8d4n38cx] {
    font-size: 0.9rem;
    font-weight: 600;
    color: white;
    margin-bottom: 0.25rem;
}

.reward-content p[b-yb8d4n38cx] {
    font-size: 0.8rem;
    color: #D1D5DB;
    margin: 0;
}

/* ========================================
   FAQ Section
   ======================================== */
.faq-section[b-yb8d4n38cx] {
    padding: 5rem 2rem;
    background: #ffffff;
}

.faq-section .section-header[b-yb8d4n38cx] {
    max-width: 1200px;
    margin: 0 auto 2.5rem;
}

.faq-subtitle[b-yb8d4n38cx] {
    font-size: 1.5rem;
    font-weight: 600;
    color: #FF6B35;
    margin-bottom: 0.75rem;
}

.faq-container[b-yb8d4n38cx] {
    max-width: 720px;
    margin: 0 auto;
}

.faq-list[b-yb8d4n38cx] {
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
}

.faq-item[b-yb8d4n38cx] {
    background: #FAFAFA;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #F3F4F6;
    transition: all 0.3s ease;
}

.faq-item:hover[b-yb8d4n38cx] {
    border-color: #E5E7EB;
}

.faq-question[b-yb8d4n38cx] {
    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-yb8d4n38cx] {
    background: #F9FAFB;
}

.faq-icon[b-yb8d4n38cx] {
    font-size: 1.25rem;
    color: #9CA3AF;
    font-weight: 300;
    transition: transform 0.3s ease;
}

.faq-answer[b-yb8d4n38cx] {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-item.active .faq-answer[b-yb8d4n38cx] {
    max-height: 200px;
    padding: 0 1.5rem 1.125rem;
}

.faq-item.active .faq-icon[b-yb8d4n38cx] {
    transform: rotate(45deg);
}

.faq-answer p[b-yb8d4n38cx] {
    font-size: 0.875rem;
    color: #6B7280;
    line-height: 1.6;
    margin: 0;
}

.faq-cta[b-yb8d4n38cx] {
    text-align: center;
    margin-top: 2rem;
}

.faq-cta p[b-yb8d4n38cx] {
    font-size: 0.9rem;
    color: #6B7280;
}

.faq-cta a[b-yb8d4n38cx] {
    color: #FF6B35;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}

.faq-cta a:hover[b-yb8d4n38cx] {
    color: #E85A28;
    text-decoration: underline;
}

/* ========================================
   CTA Section
   ======================================== */
.cta-section[b-yb8d4n38cx] {
    padding: 5rem 2rem;
    background: #111827;
    text-align: center;
}

.cta-content[b-yb8d4n38cx] {
    max-width: 800px;
    margin: 0 auto;
}

.cta-content h2[b-yb8d4n38cx] {
    font-size: 2.5rem;
    font-weight: 700;
    color: white;
    margin-bottom: 0.75rem;
}

.cta-content h2 .text-primary[b-yb8d4n38cx] {
    color: #FF6B35;
}

.cta-content p[b-yb8d4n38cx] {
    font-size: 1.125rem;
    color: #D1D5DB;
    margin-bottom: 2.5rem;
}

.cta-buttons[b-yb8d4n38cx] {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.btn-primary-large[b-yb8d4n38cx] {
    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-yb8d4n38cx] {
    background: #E85A28;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255, 107, 53, 0.3);
}

.btn-secondary-large[b-yb8d4n38cx] {
    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-yb8d4n38cx] {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-2px);
}

.btn-tertiary-large[b-yb8d4n38cx] {
    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-yb8d4n38cx] {
    background: #0F9D8E;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(20, 184, 166, 0.3);
}

.btn-admin-large[b-yb8d4n38cx] {
    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-yb8d4n38cx] {
    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-yb8d4n38cx] {
    background: #ffffff;
    color: #6B7280;
    padding: 2rem;
    text-align: center;
    border-top: 1px solid #F3F4F6;
}

.footer-content[b-yb8d4n38cx] {
    max-width: 1200px;
    margin: 0 auto;
}

.footer-content p[b-yb8d4n38cx] {
    font-size: 0.875rem;
    color: #6B7280;
    margin: 0;
}

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .hero-content[b-yb8d4n38cx] {
        grid-template-columns: 1fr;
        gap: 2.5rem;
        text-align: center;
    }

    .hero-title[b-yb8d4n38cx] {
        font-size: 2.5rem;
    }

    .hero-description[b-yb8d4n38cx] {
        margin: 0 auto 2rem;
    }

    .hero-actions[b-yb8d4n38cx] {
        justify-content: center;
    }
    
    .hero-visual[b-yb8d4n38cx] {
        max-width: 100%;
    }
    
    .carousel[b-yb8d4n38cx] {
        height: 380px;
    }

    .steps-grid[b-yb8d4n38cx] {
        grid-template-columns: 1fr;
        max-width: 400px;
        margin: 0 auto;
    }

    .why-shopeey-section .benefits-grid[b-yb8d4n38cx] {
        grid-template-columns: repeat(2, 1fr);
    }

    .reliability-content[b-yb8d4n38cx] {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .reliability-text .section-title[b-yb8d4n38cx],
    .reliability-text .section-label[b-yb8d4n38cx],
    .reliability-text .section-description[b-yb8d4n38cx] {
        text-align: center;
    }

    .reliability-features[b-yb8d4n38cx] {
        justify-content: center;
    }

    .subscription-grid[b-yb8d4n38cx] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .nav-links[b-yb8d4n38cx] {
        display: none;
    }

    .hero-section[b-yb8d4n38cx] {
        padding: 1.5rem 1.5rem 2rem;
        min-height: auto;
        border-radius: 0;
    }

    .hero-title[b-yb8d4n38cx] {
        font-size: 2rem;
    }

    .hero-actions[b-yb8d4n38cx] {
        flex-direction: column;
        align-items: center;
    }

    .btn[b-yb8d4n38cx] {
        width: 100%;
        max-width: 280px;
        justify-content: center;
    }
    
    .carousel[b-yb8d4n38cx] {
        height: 300px;
    }
    
    .carousel-control[b-yb8d4n38cx] {
        width: 35px;
        height: 35px;
        font-size: 1.25rem;
    }
    
    .carousel-control.prev[b-yb8d4n38cx] {
        left: 10px;
    }
    
    .carousel-control.next[b-yb8d4n38cx] {
        right: 10px;
    }

    .section-title[b-yb8d4n38cx] {
        font-size: 1.875rem;
    }

    .why-shopeey-section .benefits-grid[b-yb8d4n38cx] {
        grid-template-columns: 1fr;
    }

    .features-list[b-yb8d4n38cx] {
        grid-template-columns: 1fr;
    }

    .features-list.active[b-yb8d4n38cx] {
        display: flex;
        flex-direction: column;
    }

    .features-content[b-yb8d4n38cx] {
        padding: 2rem 1.5rem;
    }

    .feature-tabs[b-yb8d4n38cx] {
        flex-wrap: wrap;
    }

    .tab-btn[b-yb8d4n38cx] {
        flex: 1;
        min-width: 110px;
    }

    .reliability-features[b-yb8d4n38cx] {
        grid-template-columns: 1fr;
    }

    .pricing-tiers[b-yb8d4n38cx] {
        flex-direction: column;
    }

    .cta-content h2[b-yb8d4n38cx] {
        font-size: 1.875rem;
    }

    .cta-buttons[b-yb8d4n38cx] {
        flex-direction: column;
        align-items: center;
    }

    .btn-primary-large[b-yb8d4n38cx],
    .btn-secondary-large[b-yb8d4n38cx],
    .btn-tertiary-large[b-yb8d4n38cx] {
        width: 100%;
        max-width: 300px;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .navbar-content[b-yb8d4n38cx] {
        padding: 0 1rem;
    }

    .brand-logo[b-yb8d4n38cx] {
        font-size: 1.375rem;
    }

    .hero-title[b-yb8d4n38cx] {
        font-size: 1.75rem;
    }
    
    .carousel[b-yb8d4n38cx] {
        height: 240px;
    }
    
    .carousel-control[b-yb8d4n38cx] {
        width: 30px;
        height: 30px;
        font-size: 1rem;
    }
    
    .carousel-control.prev[b-yb8d4n38cx] {
        left: 8px;
    }
    
    .carousel-control.next[b-yb8d4n38cx] {
        right: 8px;
    }
    
    .carousel-indicators .indicator[b-yb8d4n38cx] {
        width: 8px;
        height: 8px;
    }

    .section-title[b-yb8d4n38cx] {
        font-size: 1.625rem;
    }

    .step-card[b-yb8d4n38cx],
    .subscription-card[b-yb8d4n38cx] {
        padding: 1.75rem 1.25rem;
    }

    .integration-card[b-yb8d4n38cx] {
        padding: 1.75rem 1.5rem;
    }
}
/* /Components/Pages/Login.razor.rz.scp.css */
.login-container[b-vlgwisvxmg] {
    min-height: 100vh;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.login-content[b-vlgwisvxmg] {
    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-vlgwisvxmg] {
    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-vlgwisvxmg] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
}

.brand-name[b-vlgwisvxmg] {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.login-title[b-vlgwisvxmg] {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.login-subtitle[b-vlgwisvxmg] {
    font-size: 1.125rem;
    opacity: 0.9;
}

.illustration[b-vlgwisvxmg] {
    position: relative;
    height: 200px;
}

.illustration-shapes[b-vlgwisvxmg] {
    position: relative;
    height: 100%;
}

.shape[b-vlgwisvxmg] {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}

.shape-1[b-vlgwisvxmg] {
    width: 150px;
    height: 150px;
    top: 0;
    left: 0;
    animation: float-b-vlgwisvxmg 6s ease-in-out infinite;
}

.shape-2[b-vlgwisvxmg] {
    width: 100px;
    height: 100px;
    top: 50px;
    right: 50px;
    animation: float-b-vlgwisvxmg 8s ease-in-out infinite;
}

.shape-3[b-vlgwisvxmg] {
    width: 80px;
    height: 80px;
    bottom: 0;
    left: 100px;
    animation: float-b-vlgwisvxmg 7s ease-in-out infinite;
}

@keyframes float-b-vlgwisvxmg {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px);
    }
}

.login-right[b-vlgwisvxmg] {
    padding: 3rem;
    display: flex;
    align-items: center;
}

.login-form-container[b-vlgwisvxmg] {
    width: 100%;
}

.form-header[b-vlgwisvxmg] {
    margin-bottom: 2rem;
}

.form-header h2[b-vlgwisvxmg] {
    font-size: 2rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 0.5rem;
}

.form-header p[b-vlgwisvxmg] {
    color: #6b7280;
}

.login-form[b-vlgwisvxmg] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.form-group[b-vlgwisvxmg] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.form-group label[b-vlgwisvxmg] {
    font-weight: 600;
    color: #374151;
    font-size: 0.875rem;
}

.form-group input[b-vlgwisvxmg] {
    padding: 0.75rem 1rem;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.form-group input:focus[b-vlgwisvxmg] {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.form-options[b-vlgwisvxmg] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.checkbox-label[b-vlgwisvxmg] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    font-size: 0.875rem;
    color: #6b7280;
}

.checkbox-label input[type="checkbox"][b-vlgwisvxmg] {
    cursor: pointer;
}

.forgot-link[b-vlgwisvxmg] {
    color: #667eea;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 600;
}

.forgot-link:hover[b-vlgwisvxmg] {
    text-decoration: underline;
}

.error-message[b-vlgwisvxmg] {
    padding: 0.75rem;
    background: #fee2e2;
    color: #dc2626;
    border-radius: 8px;
    font-size: 0.875rem;
}

.btn-submit[b-vlgwisvxmg] {
    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-vlgwisvxmg] {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(102, 126, 234, 0.4);
}

.btn-submit:disabled[b-vlgwisvxmg] {
    opacity: 0.7;
    cursor: not-allowed;
}

.form-footer[b-vlgwisvxmg] {
    margin-top: 1.5rem;
    text-align: center;
    color: #6b7280;
    font-size: 0.875rem;
}

.form-footer a[b-vlgwisvxmg] {
    color: #667eea;
    text-decoration: none;
    font-weight: 600;
}

.form-footer a:hover[b-vlgwisvxmg] {
    text-decoration: underline;
}

.back-home[b-vlgwisvxmg] {
    margin-top: 1rem;
    text-align: center;
}

.back-home a[b-vlgwisvxmg] {
    color: #6b7280;
    text-decoration: none;
    font-size: 0.875rem;
    transition: color 0.3s ease;
}

.back-home a:hover[b-vlgwisvxmg] {
    color: #667eea;
}

@media (max-width: 768px) {
    .login-content[b-vlgwisvxmg] {
        grid-template-columns: 1fr;
    }

    .login-left[b-vlgwisvxmg] {
        padding: 2rem;
    }

    .illustration[b-vlgwisvxmg] {
        display: none;
    }

    .login-right[b-vlgwisvxmg] {
        padding: 2rem;
    }

    .form-header h2[b-vlgwisvxmg] {
        font-size: 1.5rem;
    }
}
