/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* App Layout */
.app-layout[b-6rtaq4aoj7] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: #f8f9fa;
}

/* Header Styles */
.app-header[b-6rtaq4aoj7] {
    background: linear-gradient(135deg, #164272 0%, #0f2d4f 100%);
    color: white;
    padding: 1rem 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    z-index: 100;
}

.header-container[b-6rtaq4aoj7] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-logo[b-6rtaq4aoj7] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.logo-img[b-6rtaq4aoj7] {
    height: 40px;
    border-radius: 8px;
}

.logo-text[b-6rtaq4aoj7] {
    font-size: 1.5rem;
    font-weight: 700;
    color: white;
}

.logo-accent[b-6rtaq4aoj7] {
    color: #FFD100;
}

.header-user[b-6rtaq4aoj7] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.user-info[b-6rtaq4aoj7] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
}

.user-name[b-6rtaq4aoj7] {
    font-weight: 600;
    font-size: 0.95rem;
}

.user-email[b-6rtaq4aoj7] {
    font-size: 0.85rem;
    opacity: 0.85;
}

.btn-logout[b-6rtaq4aoj7] {
    background: rgba(255, 255, 255, 0.15);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 0.5rem 1rem;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.btn-logout:hover[b-6rtaq4aoj7] {
    background: rgba(255, 255, 255, 0.25);
}

.logout-icon[b-6rtaq4aoj7] {
    font-size: 1.1rem;
}

/* Main Content */
.app-main[b-6rtaq4aoj7] {
    flex: 1;
    padding-bottom: 80px;
}

.main-container[b-6rtaq4aoj7] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 2rem 1.5rem;
}

/* Bottom Navigation */
.bottom-nav[b-6rtaq4aoj7] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    display: flex;
    justify-content: space-around;
    padding: 0.75rem 0;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 99;
}

.nav-item[b-6rtaq4aoj7] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
    text-decoration: none;
    color: #6c757d;
    padding: 0.5rem 1rem;
    border-radius: 12px;
    transition: all 0.3s ease;
    flex: 1;
    max-width: 100px;
}

.nav-item:hover[b-6rtaq4aoj7] {
    background: #f8f9fa;
    color: #164272;
}

.nav-item.active[b-6rtaq4aoj7] {
    color: #164272;
    background: #e3edf7;
}

.nav-icon[b-6rtaq4aoj7] {
    font-size: 1.5rem;
}

.nav-label[b-6rtaq4aoj7] {
    font-size: 0.75rem;
    font-weight: 600;
}

/* Desktop Styles */
@media (min-width: 768px) {
    .app-main[b-6rtaq4aoj7] {
        padding-bottom: 2rem;
    }

    .bottom-nav[b-6rtaq4aoj7] {
        position: static;
        max-width: 1400px;
        margin: 0 auto;
        padding: 1rem 1.5rem;
        justify-content: center;
        gap: 1rem;
        background: transparent;
        box-shadow: none;
    }

    .nav-item[b-6rtaq4aoj7] {
        flex: 0 0 auto;
        padding: 0.75rem 1.5rem;
    }

    .nav-label[b-6rtaq4aoj7] {
        font-size: 0.875rem;
    }

    .user-info[b-6rtaq4aoj7] {
        display: flex;
    }
}

/* Mobile Adjustments */
@media (max-width: 767px) {
    .header-container[b-6rtaq4aoj7] {
        padding: 0 1rem;
    }

    .logo-text[b-6rtaq4aoj7] {
        font-size: 1.25rem;
    }

    .user-info[b-6rtaq4aoj7] {
        display: none;
    }

    .btn-logout[b-6rtaq4aoj7] {
        padding: 0.5rem 0.75rem;
        font-size: 0.875rem;
    }

    .logout-icon[b-6rtaq4aoj7] {
        font-size: 1rem;
    }

    .main-container[b-6rtaq4aoj7] {
        padding: 1.5rem 1rem;
    }
}

@media (max-width: 480px) {
    .logo-img[b-6rtaq4aoj7] {
        height: 35px;
    }

    .logo-text[b-6rtaq4aoj7] {
        font-size: 1.1rem;
    }

    .btn-logout .logout-icon[b-6rtaq4aoj7] {
        margin: 0;
    }

    .btn-logout span:not(.logout-icon)[b-6rtaq4aoj7] {
        display: none;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-twpikn87t3],
.components-reconnect-repeated-attempt-visible[b-twpikn87t3],
.components-reconnect-failed-visible[b-twpikn87t3],
.components-pause-visible[b-twpikn87t3],
.components-resume-failed-visible[b-twpikn87t3],
.components-rejoining-animation[b-twpikn87t3] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-twpikn87t3],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-twpikn87t3],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-twpikn87t3],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-twpikn87t3],
#components-reconnect-modal.components-reconnect-retrying[b-twpikn87t3],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-twpikn87t3],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-twpikn87t3],
#components-reconnect-modal.components-reconnect-failed[b-twpikn87t3],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-twpikn87t3] {
    display: block;
}


#components-reconnect-modal[b-twpikn87t3] {
    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-twpikn87t3 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-twpikn87t3 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-twpikn87t3 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-twpikn87t3]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-twpikn87t3 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-twpikn87t3 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-twpikn87t3 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-twpikn87t3 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-twpikn87t3] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-twpikn87t3] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-twpikn87t3] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-twpikn87t3] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-twpikn87t3] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-twpikn87t3] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-twpikn87t3] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-twpikn87t3 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-twpikn87t3] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-twpikn87t3 {
    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/Cards/CustomerCardDetailPage.razor.rz.scp.css */
/* ===========================
   Card Detail — Light theme, mobile-first
   =========================== */

.cw-page[b-rd8shha04s] {
    min-height: 100vh;
    background: #f7f8fa;
    color: #1a1a2e;
    padding: 20px 16px 40px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 480px;
    margin: 0 auto;
    font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.cw-header[b-rd8shha04s] {
    display: flex; align-items: center; gap: 12px; padding: 8px 0;
}
.cw-logo[b-rd8shha04s] { max-width: 140px; margin: 0 auto; }

.cw-back-btn[b-rd8shha04s] {
    width: 36px; height: 36px; border-radius: 10px;
    background: #ffffff; border: 1px solid #e5e7eb;
    display: flex; align-items: center; justify-content: center;
    color: #374151; text-decoration: none; font-size: 18px;
    flex-shrink: 0; transition: all 0.15s ease;
}
.cw-back-btn:hover[b-rd8shha04s] { background: #f3f4f6; }

.cw-hero[b-rd8shha04s] { padding: 4px 0 0; }
.cw-title-lg[b-rd8shha04s] { margin: 0; font-size: 26px; font-weight: 800; color: #1a1a2e; letter-spacing: -0.02em; }
.cw-subtitle[b-rd8shha04s] { margin: 4px 0 0; font-size: 14px; color: #6b7280; font-weight: 500; }

/* ===========================
   Card Visual
   =========================== */
.cw-card-visual[b-rd8shha04s] {
    background: var(--card-bg, #164272);
    color: var(--card-fg, #f8fafc);
    border-radius: 18px;
    padding: 22px 20px 18px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.15);
    position: relative;
    overflow: hidden;
}

.cw-card-visual[b-rd8shha04s]::before {
    content: "";
    position: absolute;
    top: -40%; right: -20%;
    width: 200px; height: 200px;
    background: rgba(255,255,255,0.04);
    border-radius: 50%;
}

.cw-card-top[b-rd8shha04s] {
    display: flex; align-items: center; justify-content: space-between;
}

.cw-card-logo[b-rd8shha04s] {
    max-height: 32px; max-width: 100px; object-fit: contain;
}

.cw-card-tag[b-rd8shha04s] {
    background: rgba(255,255,255,0.15);
    padding: 3px 10px; border-radius: 8px;
    font-size: 10px; font-weight: 800;
    letter-spacing: 0.08em; text-transform: uppercase;
    color: var(--card-accent, #95c11f);
}

.cw-card-number[b-rd8shha04s] {
    font-size: 18px; font-weight: 600;
    letter-spacing: 0.12em;
    font-family: 'Courier New', Courier, monospace;
    opacity: 0.9;
}

.cw-card-meta[b-rd8shha04s] {
    display: flex; gap: 24px;
}

.cw-card-meta-label[b-rd8shha04s] {
    display: block; font-size: 9px; font-weight: 600;
    text-transform: uppercase; letter-spacing: 0.06em;
    opacity: 0.6;
}

.cw-card-meta-value[b-rd8shha04s] {
    display: block; font-size: 13px; font-weight: 700;
}

.cw-card-balance-row[b-rd8shha04s] {
    display: flex; align-items: baseline; justify-content: space-between;
    padding-top: 6px; border-top: 1px solid rgba(255,255,255,0.1);
}

.cw-card-balance-label[b-rd8shha04s] {
    font-size: 11px; font-weight: 600; text-transform: uppercase;
    letter-spacing: 0.04em; opacity: 0.7;
}

.cw-card-balance-value[b-rd8shha04s] {
    font-size: 26px; font-weight: 900;
    color: var(--card-accent, #95c11f);
    letter-spacing: -0.02em;
}

.cw-card-message[b-rd8shha04s] {
    padding-top: 6px; border-top: 1px solid rgba(255,255,255,0.1);
}
.cw-card-message p[b-rd8shha04s] {
    margin: 4px 0 0; font-size: 13px; font-style: italic; opacity: 0.85;
}

.cw-card-company-name[b-rd8shha04s] {
    text-align: right; font-size: 11px; font-weight: 700;
    text-transform: uppercase; letter-spacing: 0.08em; opacity: 0.5;
}

/* ===========================
   Actions
   =========================== */
.cw-actions-row[b-rd8shha04s] {
    display: flex; gap: 10px;
}

.cw-btn-primary[b-rd8shha04s] {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    padding: 14px 20px;
    background: linear-gradient(135deg, #164272, #0f2d4f); color: #ffffff;
    border: none; border-radius: 14px; font-size: 15px; font-weight: 700;
    cursor: pointer; text-decoration: none; transition: all 0.2s ease;
    box-shadow: 0 4px 12px rgba(22,66,114,0.25);
    flex: 1;
}
.cw-btn-primary:hover[b-rd8shha04s] { transform: translateY(-1px); box-shadow: 0 6px 16px rgba(22,66,114,0.35); color: #ffffff; }

.cw-btn-outline[b-rd8shha04s] {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    padding: 12px 20px;
    background: #ffffff; color: #374151;
    border: 1px solid #e5e7eb; border-radius: 14px;
    font-size: 14px; font-weight: 700;
    cursor: pointer; text-decoration: none; transition: all 0.15s ease;
    flex: 1;
}
.cw-btn-outline:hover[b-rd8shha04s] { background: #f3f4f6; color: #374151; }

/* ===========================
   Section Head
   =========================== */
.cw-section-head[b-rd8shha04s] {
    display: flex; align-items: center; justify-content: space-between; margin-top: 4px;
}
.cw-h2[b-rd8shha04s] { margin: 0; font-size: 17px; font-weight: 700; color: #1a1a2e; }

.cw-count-badge[b-rd8shha04s] {
    background: #f3f4f6; color: #6b7280;
    padding: 2px 10px; border-radius: 8px;
    font-size: 11px; font-weight: 600; border: 1px solid #e5e7eb;
}

/* ===========================
   Transaction List
   =========================== */
.cw-tx-list[b-rd8shha04s] {
    display: flex; flex-direction: column; gap: 6px;
}

.cw-tx-item[b-rd8shha04s] {
    display: flex; align-items: center; gap: 12px;
    padding: 12px 14px;
    background: #ffffff; border: 1px solid #e5e7eb; border-radius: 14px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}

.cw-tx-icon[b-rd8shha04s] {
    width: 38px; height: 38px; border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    font-size: 18px; flex-shrink: 0;
}

.cw-tx-credit[b-rd8shha04s] { background: #e3edf7; color: #164272; }
.cw-tx-debit[b-rd8shha04s] { background: #ffebee; color: #c62828; }

.cw-tx-info[b-rd8shha04s] {
    display: flex; flex-direction: column; flex: 1; min-width: 0; gap: 1px;
}

.cw-tx-title[b-rd8shha04s] {
    font-size: 14px; font-weight: 600; color: #1a1a2e;
}

.cw-tx-date[b-rd8shha04s] { font-size: 11px; color: #9ca3af; font-weight: 500; }
.cw-tx-meta[b-rd8shha04s] { font-size: 10px; color: #6b7280; font-weight: 500; margin-top: 2px; }

.cw-tx-right[b-rd8shha04s] {
    display: flex; flex-direction: column; align-items: flex-end;
    gap: 4px; flex-shrink: 0;
}

.cw-tx-amount[b-rd8shha04s] { font-size: 15px; font-weight: 800; white-space: nowrap; }
.cw-text-green[b-rd8shha04s] { color: #164272; }
.cw-text-red[b-rd8shha04s] { color: #c62828; }

.cw-tx-type-badge[b-rd8shha04s] {
    padding: 1px 8px; border-radius: 6px;
    font-size: 9px; font-weight: 800; letter-spacing: 0.05em;
    text-transform: uppercase;
}

.cw-badge-green[b-rd8shha04s] { background: #e3edf7; color: #164272; }
.cw-badge-red[b-rd8shha04s] { background: #ffebee; color: #c62828; }

/* ===========================
   Empty States
   =========================== */
.cw-empty[b-rd8shha04s] {
    text-align: center; padding: 40px 20px;
    background: #ffffff; border: 1px solid #e5e7eb; border-radius: 14px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}
.cw-empty-icon[b-rd8shha04s] { font-size: 40px; color: #d1d5db; display: block; margin-bottom: 12px; }
.cw-empty h3[b-rd8shha04s] { margin: 0 0 6px; font-size: 17px; font-weight: 700; color: #374151; }
.cw-empty p[b-rd8shha04s] { margin: 0; font-size: 13px; color: #9ca3af; }

.cw-empty-sm[b-rd8shha04s] {
    display: flex; align-items: center; justify-content: center; gap: 8px;
    padding: 24px; color: #9ca3af; font-size: 13px;
    background: #ffffff; border: 1px solid #e5e7eb; border-radius: 14px;
}
.cw-empty-sm i[b-rd8shha04s] { font-size: 18px; }

/* ===========================
   Loading / Footer
   =========================== */
.cw-loading[b-rd8shha04s] {
    min-height: 100vh; display: flex; flex-direction: column;
    align-items: center; justify-content: center; gap: 16px; background: #f7f8fa;
}
.cw-loading p[b-rd8shha04s] { font-size: 14px; color: #6b7280; margin: 0; }

.cw-spinner[b-rd8shha04s] {
    width: 40px; height: 40px;
    border: 4px solid #e5e7eb; border-top-color: #164272;
    border-radius: 50%; animation: cwSpin-b-rd8shha04s 0.8s linear infinite;
}

@keyframes cwSpin-b-rd8shha04s { to { transform: rotate(360deg); } }

.cw-footer[b-rd8shha04s] { text-align: center; padding: 16px 0 8px; color: #9ca3af; }

/* ===========================
   Responsive
   =========================== */
@media (min-width: 540px) {
    .cw-page[b-rd8shha04s] { max-width: 540px; padding: 24px 20px 48px; }
}
/* /Components/Pages/Cards/CustomerCardsMain.razor.rz.scp.css */
/* ===========================
   My Cards — Light theme, mobile-first
   =========================== */

/* Shared page shell (same as Home) */
.cw-page[b-kzaq7jlznp] {
    min-height: 100vh;
    background: #f7f8fa;
    color: #1a1a2e;
    padding: 20px 16px 40px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 480px;
    margin: 0 auto;
    font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.cw-header[b-kzaq7jlznp] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 0;
}

.cw-logo[b-kzaq7jlznp] {
    max-width: 140px;
    margin: 0 auto;
}

.cw-back-btn[b-kzaq7jlznp] {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #374151;
    text-decoration: none;
    font-size: 18px;
    flex-shrink: 0;
    transition: all 0.15s ease;
}

.cw-back-btn:hover[b-kzaq7jlznp] {
    background: #f3f4f6;
}

.cw-hero[b-kzaq7jlznp] {
    padding: 4px 0 0;
}

.cw-title-lg[b-kzaq7jlznp] {
    margin: 0;
    font-size: 26px;
    font-weight: 800;
    color: #1a1a2e;
    letter-spacing: -0.02em;
}

.cw-subtitle[b-kzaq7jlznp] {
    margin: 4px 0 0;
    font-size: 14px;
    color: #6b7280;
    font-weight: 500;
}

/* ===========================
   Tabs
   =========================== */
.cw-tabs[b-kzaq7jlznp] {
    display: flex;
    gap: 8px;
}

.cw-tab[b-kzaq7jlznp] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 12px 10px;
    border: 1px solid #e5e7eb;
    background: #ffffff;
    border-radius: 14px;
    font-size: 13px;
    font-weight: 600;
    color: #6b7280;
    cursor: pointer;
    transition: all 0.15s ease;
    -webkit-tap-highlight-color: transparent;
}

.cw-tab:hover[b-kzaq7jlznp] {
    background: #f9fafb;
}

.cw-tab.active[b-kzaq7jlznp] {
    background: #164272;
    color: #ffffff;
    border-color: #164272;
    box-shadow: 0 4px 12px rgba(22, 66, 114, 0.2);
}

.cw-tab i[b-kzaq7jlznp] {
    font-size: 16px;
}

.cw-tab-badge[b-kzaq7jlznp] {
    background: rgba(0,0,0,0.08);
    color: inherit;
    padding: 1px 7px;
    border-radius: 8px;
    font-size: 11px;
    font-weight: 700;
}

.cw-tab.active .cw-tab-badge[b-kzaq7jlznp] {
    background: rgba(255,255,255,0.25);
}

/* ===========================
   Section head
   =========================== */
.cw-section-head[b-kzaq7jlznp] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 4px;
}

.cw-h2[b-kzaq7jlznp] {
    margin: 0;
    font-size: 17px;
    font-weight: 700;
    color: #1a1a2e;
}

.cw-count-badge[b-kzaq7jlznp] {
    background: #f3f4f6;
    color: #6b7280;
    padding: 2px 10px;
    border-radius: 8px;
    font-size: 11px;
    font-weight: 600;
    border: 1px solid #e5e7eb;
}

/* ===========================
   Card Items List
   =========================== */
.cw-cards-list[b-kzaq7jlznp] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.cw-card-item[b-kzaq7jlznp] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 16px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
    cursor: pointer;
    transition: all 0.15s ease;
    -webkit-tap-highlight-color: transparent;
}

.cw-card-item:hover[b-kzaq7jlznp] {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.cw-card-item:active[b-kzaq7jlznp] {
    transform: scale(0.98);
}

.cw-card-left[b-kzaq7jlznp] {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
    min-width: 0;
}

.cw-card-logo[b-kzaq7jlznp] {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
}

.cw-card-logo img[b-kzaq7jlznp] {
    max-width: 36px;
    max-height: 36px;
    object-fit: contain;
}

.cw-card-info[b-kzaq7jlznp] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.cw-card-company[b-kzaq7jlznp] {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #1a1a2e;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cw-card-number[b-kzaq7jlznp] {
    margin: 0;
    font-size: 12px;
    color: #9ca3af;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.cw-card-right[b-kzaq7jlznp] {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.cw-card-balance[b-kzaq7jlznp] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 1px;
}

.cw-card-balance-value[b-kzaq7jlznp] {
    font-size: 16px;
    font-weight: 800;
    color: #1a1a2e;
}

.cw-card-balance-label[b-kzaq7jlznp] {
    font-size: 10px;
    font-weight: 600;
    color: #9ca3af;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.cw-card-arrow[b-kzaq7jlznp] {
    font-size: 18px;
    color: #d1d5db;
}

/* ===========================
   Empty State
   =========================== */
.cw-empty[b-kzaq7jlznp] {
    text-align: center;
    padding: 40px 20px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}

.cw-empty-icon[b-kzaq7jlznp] {
    font-size: 40px;
    color: #d1d5db;
    display: block;
    margin-bottom: 12px;
}

.cw-empty h3[b-kzaq7jlznp] {
    margin: 0 0 6px;
    font-size: 17px;
    font-weight: 700;
    color: #374151;
}

.cw-empty p[b-kzaq7jlznp] {
    margin: 0;
    font-size: 13px;
    color: #9ca3af;
    line-height: 1.5;
}

/* ===========================
   Shared Buttons
   =========================== */
.cw-btn-primary[b-kzaq7jlznp] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 20px;
    background: linear-gradient(135deg, #164272, #0f2d4f);
    color: #ffffff;
    border: none;
    border-radius: 14px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s ease;
    box-shadow: 0 4px 12px rgba(22, 66, 114, 0.25);
}

.cw-btn-primary:hover[b-kzaq7jlznp] {
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(22, 66, 114, 0.35);
    color: #ffffff;
}

/* ===========================
   Loading & Footer
   =========================== */
.cw-loading[b-kzaq7jlznp] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    background: #f7f8fa;
}

.cw-loading p[b-kzaq7jlznp] {
    font-size: 14px;
    color: #6b7280;
    margin: 0;
}

.cw-spinner[b-kzaq7jlznp] {
    width: 40px;
    height: 40px;
    border: 4px solid #e5e7eb;
    border-top-color: #164272;
    border-radius: 50%;
    animation: cwSpin-b-kzaq7jlznp 0.8s linear infinite;
}

@keyframes cwSpin-b-kzaq7jlznp {
    to { transform: rotate(360deg); }
}

.cw-footer[b-kzaq7jlznp] {
    text-align: center;
    padding: 16px 0 8px;
    color: #9ca3af;
}

/* ===========================
   Responsive
   =========================== */
@media (min-width: 540px) {
    .cw-page[b-kzaq7jlznp] {
        max-width: 540px;
        padding: 24px 20px 48px;
    }
}
/* /Components/Pages/Cards/RedeemPage.razor.rz.scp.css */
/* ===========================
   Redeem — Light theme, mobile-first
   =========================== */

.cw-page[b-dc5nhp7fga] {
    min-height: 100vh;
    background: #f7f8fa;
    color: #1a1a2e;
    padding: 20px 16px 40px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 480px;
    margin: 0 auto;
    font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.cw-header[b-dc5nhp7fga] {
    display: flex; align-items: center; gap: 12px; padding: 8px 0;
}
.cw-logo[b-dc5nhp7fga] { max-width: 140px; margin: 0 auto; }

.cw-back-btn[b-dc5nhp7fga] {
    width: 36px; height: 36px; border-radius: 10px;
    background: #ffffff; border: 1px solid #e5e7eb;
    display: flex; align-items: center; justify-content: center;
    color: #374151; text-decoration: none; font-size: 18px;
    flex-shrink: 0; transition: all 0.15s ease;
}
.cw-back-btn:hover[b-dc5nhp7fga] { background: #f3f4f6; }

.cw-hero[b-dc5nhp7fga] { padding: 4px 0 0; }
.cw-title-lg[b-dc5nhp7fga] { margin: 0; font-size: 26px; font-weight: 800; color: #1a1a2e; letter-spacing: -0.02em; }
.cw-subtitle[b-dc5nhp7fga] { margin: 4px 0 0; font-size: 14px; color: #6b7280; font-weight: 500; }

/* ===========================
   Mini Card (compact card preview)
   =========================== */
.cw-mini-card[b-dc5nhp7fga] {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 16px;
    background: var(--card-bg, #164272);
    border-radius: 14px;
    color: #ffffff;
    box-shadow: 0 4px 14px rgba(0,0,0,0.12);
}

.cw-mini-left[b-dc5nhp7fga] {
    display: flex; align-items: center; gap: 12px;
}

.cw-mini-logo[b-dc5nhp7fga] {
    max-height: 28px; max-width: 60px; object-fit: contain;
}

.cw-mini-name[b-dc5nhp7fga] {
    display: block; font-size: 14px; font-weight: 700;
}

.cw-mini-number[b-dc5nhp7fga] {
    display: block; font-size: 11px; opacity: 0.7;
    font-family: 'Courier New', Courier, monospace;
    letter-spacing: 0.06em;
}

.cw-mini-balance[b-dc5nhp7fga] {
    font-size: 18px; font-weight: 900;
    letter-spacing: -0.02em;
}

/* ===========================
   Section Head
   =========================== */
.cw-section-head[b-dc5nhp7fga] {
    display: flex; align-items: center; justify-content: space-between; margin-top: 4px;
}
.cw-h2[b-dc5nhp7fga] { margin: 0; font-size: 17px; font-weight: 700; color: #1a1a2e; }

/* ===========================
   Picker Card
   =========================== */
.cw-picker-card[b-dc5nhp7fga] {
    background: #ffffff; border: 1px solid #e5e7eb; border-radius: 16px;
    padding: 16px; display: flex; flex-direction: column; gap: 16px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}

/* Chip Steppers */
.cw-chips-row[b-dc5nhp7fga] {
    display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px;
}

.cw-chip-stepper[b-dc5nhp7fga] {
    display: flex; align-items: center;
    background: #f9fafb; border: 1px solid #e5e7eb; border-radius: 12px;
    overflow: hidden;
}

.cw-chip-btn[b-dc5nhp7fga] {
    width: 36px; height: 40px;
    display: flex; align-items: center; justify-content: center;
    border: none; cursor: pointer; font-size: 16px;
    transition: all 0.15s ease;
}
.cw-chip-btn:disabled[b-dc5nhp7fga] { opacity: 0.3; cursor: not-allowed; }

.cw-chip-minus[b-dc5nhp7fga] {
    background: #f3f4f6; color: #6b7280;
}
.cw-chip-minus:hover:not(:disabled)[b-dc5nhp7fga] { background: #e5e7eb; }

.cw-chip-plus[b-dc5nhp7fga] {
    background: #e3edf7; color: #164272;
}
.cw-chip-plus:hover:not(:disabled)[b-dc5nhp7fga] { background: #c2d6ea; }

.cw-chip-value[b-dc5nhp7fga] {
    flex: 1; text-align: center;
    font-size: 13px; font-weight: 700; color: #1a1a2e;
    padding: 0 4px;
}

/* Amount Display */
.cw-amount-display[b-dc5nhp7fga] {
    text-align: center;
    padding: 14px 0;
    border-top: 1px solid #f3f4f6;
    border-bottom: 1px solid #f3f4f6;
}

.cw-amount-label[b-dc5nhp7fga] {
    display: block; font-size: 11px; font-weight: 600;
    text-transform: uppercase; color: #9ca3af; letter-spacing: 0.04em;
}

.cw-amount-value[b-dc5nhp7fga] {
    display: block; font-size: 32px; font-weight: 900;
    color: #d1d5db; letter-spacing: -0.02em;
    margin: 4px 0;
    transition: color 0.2s ease;
}

.cw-amount-active[b-dc5nhp7fga] { color: #164272; }

.cw-amount-remaining[b-dc5nhp7fga] {
    display: block; font-size: 12px; color: #9ca3af; font-weight: 500;
}

/* Slider */
.cw-slider-wrap[b-dc5nhp7fga] { padding: 4px 0; }

.cw-slider[b-dc5nhp7fga] {
    width: 100%; height: 6px;
    -webkit-appearance: none; appearance: none;
    background: #e5e7eb; border-radius: 3px; outline: none;
}
.cw-slider[b-dc5nhp7fga]::-webkit-slider-thumb {
    -webkit-appearance: none; appearance: none;
    width: 22px; height: 22px;
    background: #164272; border-radius: 50%;
    cursor: pointer; border: 3px solid #ffffff;
    box-shadow: 0 2px 6px rgba(22,66,114,0.3);
}
.cw-slider[b-dc5nhp7fga]::-moz-range-thumb {
    width: 22px; height: 22px;
    background: #164272; border-radius: 50%;
    cursor: pointer; border: 3px solid #ffffff;
    box-shadow: 0 2px 6px rgba(22,66,114,0.3);
}

.cw-slider-labels[b-dc5nhp7fga] {
    display: flex; justify-content: space-between;
    font-size: 11px; color: #9ca3af; margin-top: 4px;
}

/* Quick Actions */
.cw-quick-actions[b-dc5nhp7fga] {
    display: flex; gap: 8px;
}

.cw-quick-btn[b-dc5nhp7fga] {
    flex: 1; padding: 10px;
    border: 1px solid #e5e7eb; border-radius: 10px;
    background: #ffffff; color: #6b7280;
    font-size: 13px; font-weight: 700;
    cursor: pointer; transition: all 0.15s ease;
}
.cw-quick-btn:hover[b-dc5nhp7fga] { background: #f3f4f6; }

.cw-quick-accent[b-dc5nhp7fga] {
    background: #fff8e1; color: #f59e0b; border-color: #fde68a;
}
.cw-quick-accent:hover[b-dc5nhp7fga] { background: #fef3c7; }

.cw-quick-green[b-dc5nhp7fga] {
    background: #e3edf7; color: #164272; border-color: #c2d6ea;
}
.cw-quick-green:hover[b-dc5nhp7fga] { background: #c2d6ea; }

/* ===========================
   Primary Button
   =========================== */
.cw-btn-primary[b-dc5nhp7fga] {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    padding: 14px 20px;
    background: linear-gradient(135deg, #164272, #0f2d4f); color: #ffffff;
    border: none; border-radius: 14px; font-size: 15px; font-weight: 700;
    cursor: pointer; text-decoration: none; transition: all 0.2s ease;
    box-shadow: 0 4px 12px rgba(22,66,114,0.25);
}
.cw-btn-primary:hover:not(:disabled)[b-dc5nhp7fga] { transform: translateY(-1px); box-shadow: 0 6px 16px rgba(22,66,114,0.35); color: #ffffff; }
.cw-btn-primary:disabled[b-dc5nhp7fga] { opacity: 0.4; cursor: not-allowed; transform: none; }

.cw-btn-full[b-dc5nhp7fga] { width: 100%; }

.cw-btn-outline[b-dc5nhp7fga] {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    padding: 12px 20px;
    background: #ffffff; color: #374151;
    border: 1px solid #e5e7eb; border-radius: 14px;
    font-size: 14px; font-weight: 700;
    cursor: pointer; text-decoration: none; transition: all 0.15s ease;
}
.cw-btn-outline:hover[b-dc5nhp7fga] { background: #f3f4f6; color: #374151; }

/* ===========================
   QR Modal
   =========================== */
.cw-modal-overlay[b-dc5nhp7fga] {
    position: fixed; inset: 0;
    background: rgba(0,0,0,0.5);
    display: flex; align-items: center; justify-content: center;
    z-index: 1000; padding: 16px;
    animation: cwFadeIn-b-dc5nhp7fga 0.2s ease;
}

.cw-modal[b-dc5nhp7fga] {
    background: #ffffff; border-radius: 20px;
    width: 100%; max-width: 400px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
    animation: cwSlideUp-b-dc5nhp7fga 0.3s ease;
    overflow: hidden;
}

.cw-modal-header[b-dc5nhp7fga] {
    display: flex; align-items: center; justify-content: space-between;
    padding: 18px 20px 0;
}
.cw-modal-header h3[b-dc5nhp7fga] {
    margin: 0; font-size: 18px; font-weight: 800; color: #1a1a2e;
}

.cw-modal-close[b-dc5nhp7fga] {
    width: 32px; height: 32px; border-radius: 8px;
    background: #f3f4f6; border: none;
    display: flex; align-items: center; justify-content: center;
    color: #6b7280; font-size: 14px; cursor: pointer;
    transition: background 0.15s ease;
}
.cw-modal-close:hover[b-dc5nhp7fga] { background: #e5e7eb; }

.cw-modal-body[b-dc5nhp7fga] {
    padding: 16px 20px;
    display: flex; flex-direction: column; gap: 16px;
}

.cw-qr-info[b-dc5nhp7fga] {
    display: grid; grid-template-columns: 1fr 1fr; gap: 10px;
}

.cw-qr-row[b-dc5nhp7fga] {
    display: flex; flex-direction: column; gap: 2px;
}

.cw-qr-label[b-dc5nhp7fga] {
    font-size: 10px; font-weight: 600; text-transform: uppercase;
    color: #9ca3af; letter-spacing: 0.04em;
}

.cw-qr-row strong[b-dc5nhp7fga] {
    font-size: 13px; font-weight: 700; color: #1a1a2e;
}

.cw-qr-amount[b-dc5nhp7fga] { color: #164272 !important; font-size: 15px !important; }

.cw-qr-image[b-dc5nhp7fga] {
    display: flex; justify-content: center; padding: 8px 0;
}
.cw-qr-image img[b-dc5nhp7fga] {
    width: 200px; height: 200px; object-fit: contain;
    border-radius: 8px;
}

.cw-qr-hint[b-dc5nhp7fga] {
    text-align: center; font-size: 12px; color: #6b7280;
    margin: 0; font-weight: 500;
}

.cw-modal-footer[b-dc5nhp7fga] {
    padding: 0 20px 18px;
}

/* ===========================
   Empty / Loading / Footer
   =========================== */
.cw-empty[b-dc5nhp7fga] {
    text-align: center; padding: 40px 20px;
    background: #ffffff; border: 1px solid #e5e7eb; border-radius: 14px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}
.cw-empty-icon[b-dc5nhp7fga] { font-size: 40px; color: #d1d5db; display: block; margin-bottom: 12px; }
.cw-empty h3[b-dc5nhp7fga] { margin: 0 0 6px; font-size: 17px; font-weight: 700; color: #374151; }
.cw-empty p[b-dc5nhp7fga] { margin: 0; font-size: 13px; color: #9ca3af; }

.cw-loading[b-dc5nhp7fga] {
    min-height: 100vh; display: flex; flex-direction: column;
    align-items: center; justify-content: center; gap: 16px; background: #f7f8fa;
}
.cw-loading p[b-dc5nhp7fga] { font-size: 14px; color: #6b7280; margin: 0; }

.cw-spinner[b-dc5nhp7fga] {
    width: 40px; height: 40px;
    border: 4px solid #e5e7eb; border-top-color: #164272;
    border-radius: 50%; animation: cwSpin-b-dc5nhp7fga 0.8s linear infinite;
}

.cw-footer[b-dc5nhp7fga] { text-align: center; padding: 16px 0 8px; color: #9ca3af; }

@keyframes cwSpin-b-dc5nhp7fga { to { transform: rotate(360deg); } }
@keyframes cwFadeIn-b-dc5nhp7fga { from { opacity: 0; } to { opacity: 1; } }
@keyframes cwSlideUp-b-dc5nhp7fga { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }

/* ===========================
   Responsive
   =========================== */
@media (min-width: 540px) {
    .cw-page[b-dc5nhp7fga] { max-width: 540px; padding: 24px 20px 48px; }
}
/* /Components/Pages/Home.razor.rz.scp.css */
/* ===========================
   Customer.WebAdmin — Home
   Light / Daily theme, mobile-first
   =========================== */

/* Page wrapper */
.cw-page[b-eytr4embnm] {
    min-height: 100vh;
    background: #f7f8fa;
    color: #1a1a2e;
    padding: 20px 16px 40px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 480px;
    margin: 0 auto;
    font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* Header */
.cw-header[b-eytr4embnm] {
    display: flex;
    justify-content: center;
    padding: 8px 0;
}

.cw-logo[b-eytr4embnm] {
    max-width: 160px;
}

/* Hero */
.cw-hero[b-eytr4embnm] {
    padding: 4px 0 8px;
}

.cw-title-lg[b-eytr4embnm] {
    margin: 0;
    font-size: 26px;
    font-weight: 800;
    color: #1a1a2e;
    letter-spacing: -0.02em;
}

.cw-title-accent[b-eytr4embnm] {
    margin: 2px 0 0;
    font-size: 24px;
    font-weight: 800;
    color: #164272;
    letter-spacing: -0.02em;
}

.cw-subtitle[b-eytr4embnm] {
    margin: 8px 0 0;
    font-size: 14px;
    color: #6b7280;
    font-weight: 500;
}

/* Section heads */
.cw-section-head[b-eytr4embnm] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 8px;
}

.cw-h2[b-eytr4embnm] {
    margin: 0;
    font-size: 17px;
    font-weight: 700;
    color: #1a1a2e;
}

.cw-link[b-eytr4embnm] {
    font-size: 13px;
    font-weight: 600;
    color: #164272;
    text-decoration: none;
}

.cw-link:hover[b-eytr4embnm] {
    text-decoration: underline;
}

/* ===========================
   Quick Actions (4-column grid)
   =========================== */
.cw-actions[b-eytr4embnm] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
}

.cw-action-btn[b-eytr4embnm] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 14px 6px;
    border: 1px solid #e5e7eb;
    background: #ffffff;
    border-radius: 14px;
    cursor: pointer;
    transition: all 0.15s ease;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
    -webkit-tap-highlight-color: transparent;
}

.cw-action-btn:hover[b-eytr4embnm] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    border-color: #d1d5db;
}

.cw-action-btn:active[b-eytr4embnm] {
    transform: scale(0.95);
}

.cw-action-icon[b-eytr4embnm] {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: linear-gradient(135deg, #e3edf7, #c2d6ea);
    display: flex;
    align-items: center;
    justify-content: center;
}

.cw-action-icon i[b-eytr4embnm] {
    font-size: 20px;
    color: #164272;
}

.cw-action-btn span[b-eytr4embnm] {
    font-size: 11px;
    font-weight: 600;
    color: #374151;
    text-align: center;
    line-height: 1.2;
}

/* ===========================
   Balance Summary (3-column)
   =========================== */
.cw-summary[b-eytr4embnm] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.cw-summary-card[b-eytr4embnm] {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 14px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}

.cw-summary-icon[b-eytr4embnm] {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.cw-icon-green[b-eytr4embnm] {
    background: #e3edf7;
    color: #164272;
}

.cw-icon-blue[b-eytr4embnm] {
    background: #e3f2fd;
    color: #1976d2;
}

.cw-icon-gold[b-eytr4embnm] {
    background: #fff8e1;
    color: #f59e0b;
}

.cw-summary-info[b-eytr4embnm] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.cw-summary-label[b-eytr4embnm] {
    font-size: 10px;
    font-weight: 600;
    color: #9ca3af;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.cw-summary-value[b-eytr4embnm] {
    font-size: 18px;
    font-weight: 800;
    color: #1a1a2e;
    letter-spacing: -0.02em;
}

/* ===========================
   Highlight Card
   =========================== */
.cw-highlight[b-eytr4embnm] {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 16px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}

.cw-highlight-row[b-eytr4embnm] {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.cw-highlight-icon[b-eytr4embnm] {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: #fff8e1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 20px;
    color: #f59e0b;
}

.cw-highlight-info[b-eytr4embnm] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.cw-highlight-title[b-eytr4embnm] {
    font-size: 15px;
    font-weight: 700;
    color: #1a1a2e;
}

.cw-highlight-desc[b-eytr4embnm] {
    font-size: 12px;
    color: #6b7280;
    line-height: 1.4;
}

/* ===========================
   Transaction Items
   =========================== */
.cw-tx-item[b-eytr4embnm] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    margin-bottom: 6px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}

.cw-tx-icon[b-eytr4embnm] {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}

.cw-tx-credit[b-eytr4embnm] {
    background: #e3edf7;
    color: #164272;
}

.cw-tx-debit[b-eytr4embnm] {
    background: #ffebee;
    color: #c62828;
}

.cw-tx-info[b-eytr4embnm] {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 0;
}

.cw-tx-company[b-eytr4embnm] {
    font-size: 14px;
    font-weight: 600;
    color: #1a1a2e;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cw-tx-date[b-eytr4embnm] {
    font-size: 11px;
    color: #9ca3af;
    font-weight: 500;
}

.cw-tx-amount[b-eytr4embnm] {
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    flex-shrink: 0;
}

.cw-tx-credit-text[b-eytr4embnm] {
    color: #164272;
}

.cw-tx-debit-text[b-eytr4embnm] {
    color: #c62828;
}

/* ===========================
   Feature Rows (Explore)
   =========================== */
.cw-features[b-eytr4embnm] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.cw-feature-row[b-eytr4embnm] {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
    cursor: pointer;
    transition: all 0.15s ease;
    text-decoration: none;
    color: inherit;
    -webkit-tap-highlight-color: transparent;
}

.cw-feature-row:hover[b-eytr4embnm] {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.cw-feature-row:active[b-eytr4embnm] {
    transform: scale(0.98);
}

.cw-feature-icon[b-eytr4embnm] {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 18px;
}

.cw-feature-info[b-eytr4embnm] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    flex: 1;
    min-width: 0;
}

.cw-feature-title[b-eytr4embnm] {
    font-size: 14px;
    font-weight: 600;
    color: #1a1a2e;
}

.cw-feature-desc[b-eytr4embnm] {
    font-size: 12px;
    color: #9ca3af;
}

.cw-feature-arrow[b-eytr4embnm] {
    font-size: 18px;
    color: #d1d5db;
    flex-shrink: 0;
}

/* ===========================
   Guest: Benefits
   =========================== */
.cw-benefits[b-eytr4embnm] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.cw-benefit[b-eytr4embnm] {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}

.cw-benefit-icon[b-eytr4embnm] {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: linear-gradient(135deg, #e3edf7, #c2d6ea);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 20px;
    color: #164272;
}

.cw-benefit-info[b-eytr4embnm] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.cw-benefit-title[b-eytr4embnm] {
    font-size: 14px;
    font-weight: 700;
    color: #1a1a2e;
}

.cw-benefit-desc[b-eytr4embnm] {
    font-size: 12px;
    color: #6b7280;
    line-height: 1.4;
}

/* ===========================
   CTA Buttons
   =========================== */
.cw-cta[b-eytr4embnm] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 8px;
}

.cw-btn-primary[b-eytr4embnm] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 20px;
    background: linear-gradient(135deg, #164272, #0f2d4f);
    color: #ffffff;
    border: none;
    border-radius: 14px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s ease;
    box-shadow: 0 4px 12px rgba(22, 66, 114, 0.25);
    -webkit-tap-highlight-color: transparent;
}

.cw-btn-primary:hover[b-eytr4embnm] {
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(22, 66, 114, 0.35);
    color: #ffffff;
}

.cw-btn-primary:active[b-eytr4embnm] {
    transform: scale(0.98);
}

.cw-btn-outline[b-eytr4embnm] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 20px;
    background: #ffffff;
    color: #164272;
    border: 2px solid #164272;
    border-radius: 14px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s ease;
    -webkit-tap-highlight-color: transparent;
}

.cw-btn-outline:hover[b-eytr4embnm] {
    background: #eef4fa;
    transform: translateY(-1px);
    color: #164272;
}

.cw-btn-outline:active[b-eytr4embnm] {
    transform: scale(0.98);
}

.cw-btn-full[b-eytr4embnm] {
    width: 100%;
    margin-top: 12px;
}

/* ===========================
   Loading
   =========================== */
.cw-loading[b-eytr4embnm] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    background: #f7f8fa;
}

.cw-loading p[b-eytr4embnm] {
    font-size: 14px;
    color: #6b7280;
    margin: 0;
}

.cw-spinner[b-eytr4embnm] {
    width: 40px;
    height: 40px;
    border: 4px solid #e5e7eb;
    border-top-color: #164272;
    border-radius: 50%;
    animation: cwSpin-b-eytr4embnm 0.8s linear infinite;
}

@keyframes cwSpin-b-eytr4embnm {
    to { transform: rotate(360deg); }
}

/* ===========================
   Footer
   =========================== */
.cw-footer[b-eytr4embnm] {
    text-align: center;
    padding: 16px 0 8px;
    color: #9ca3af;
}

/* ===========================
   Responsive — wider screens
   =========================== */
@media (min-width: 540px) {
    .cw-page[b-eytr4embnm] {
        max-width: 540px;
        padding: 24px 20px 48px;
    }
}
/* /Components/Pages/Login/Login.razor.rz.scp.css */
/* Login Page Styles */
.login-page[b-d62uimvfns] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #164272 0%, #ffde14 100%);
    padding: 1rem;
}

.login-container[b-d62uimvfns] {
    width: 100%;
    max-width: 420px;
}

.login-card[b-d62uimvfns] {
    background: white;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    padding: 2.5rem;
    animation: slideUp-b-d62uimvfns 0.4s ease-out;
}

@keyframes slideUp-b-d62uimvfns {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.login-header[b-d62uimvfns] {
    text-align: center;
    margin-bottom: 2rem;
}

.login-logo[b-d62uimvfns] {
    max-width: 160px;
    height: auto;
    margin-bottom: 1rem;
}

.login-title[b-d62uimvfns] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #164272;
}

.login-subtitle[b-d62uimvfns] {
    font-size: 0.95rem;
    color: #6c757d;
    margin: 0;
}

.login-form[b-d62uimvfns] {
    margin-top: 1.5rem;
}

.form-group[b-d62uimvfns] {
    margin-bottom: 1.5rem;
}

.form-label[b-d62uimvfns] {
    display: block;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
}

.form-control[b-d62uimvfns] {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.form-control:focus[b-d62uimvfns] {
    outline: none;
    border-color: #164272;
    box-shadow: 0 0 0 3px rgba(22, 66, 114, 0.1);
}

.form-control-lg[b-d62uimvfns] {
    padding: 1rem 1.25rem;
    font-size: 1.5rem;
    letter-spacing: 0.5rem;
}

.btn[b-d62uimvfns] {
    padding: 0.875rem 1.5rem;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-primary[b-d62uimvfns] {
    background: #164272;
    color: white;
}

.btn-primary:hover:not(:disabled)[b-d62uimvfns] {
    background: #0f2d4f;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(22, 66, 114, 0.3);
}

.btn-primary:active:not(:disabled)[b-d62uimvfns] {
    transform: translateY(0);
}

.btn-primary:disabled[b-d62uimvfns] {
    opacity: 0.6;
    cursor: not-allowed;
}

.btn-block[b-d62uimvfns] {
    width: 100%;
}

.btn-link[b-d62uimvfns] {
    background: transparent;
    color: #164272;
    padding: 0.5rem;
}

.btn-link:hover[b-d62uimvfns] {
    text-decoration: underline;
}

.login-footer[b-d62uimvfns] {
    text-align: center;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e0e0e0;
}

.login-footer p[b-d62uimvfns] {
    margin: 0;
    color: #6c757d;
    font-size: 0.95rem;
}

.login-footer a[b-d62uimvfns] {
    color: #164272;
    font-weight: 600;
    text-decoration: none;
}

.login-footer a:hover[b-d62uimvfns] {
    text-decoration: underline;
}

.alert[b-d62uimvfns] {
    padding: 0.875rem 1rem;
    border-radius: 8px;
    margin-bottom: 1.5rem;
    font-size: 0.95rem;
}

.alert-danger[b-d62uimvfns] {
    background: #fee;
    color: #c33;
    border-left: 4px solid #c33;
}

.alert-success[b-d62uimvfns] {
    background: #efe;
    color: #2a6f2a;
    border-left: 4px solid #2a6f2a;
}

.text-danger[b-d62uimvfns] {
    color: #c33;
    font-size: 0.875rem;
    margin-top: 0.25rem;
    display: block;
}

.text-muted[b-d62uimvfns] {
    color: #6c757d;
}

.text-center[b-d62uimvfns] {
    text-align: center;
}

.small[b-d62uimvfns] {
    font-size: 0.875rem;
}

.spinner-border[b-d62uimvfns] {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border: 2px solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spin-b-d62uimvfns 0.75s linear infinite;
}

.spinner-border-sm[b-d62uimvfns] {
    width: 0.875rem;
    height: 0.875rem;
    border-width: 2px;
}

.me-2[b-d62uimvfns] {
    margin-right: 0.5rem;
}

@keyframes spin-b-d62uimvfns {
    to { transform: rotate(360deg); }
}

.verification-form[b-d62uimvfns] {
    animation: fadeIn-b-d62uimvfns 0.3s ease-out;
}

@keyframes fadeIn-b-d62uimvfns {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* Responsive */
@media (max-width: 480px) {
    .login-card[b-d62uimvfns] {
        padding: 2rem 1.5rem;
    }

    .login-title[b-d62uimvfns] {
        font-size: 1.5rem;
    }

    .form-control-lg[b-d62uimvfns] {
        font-size: 1.25rem;
        letter-spacing: 0.25rem;
    }
}
/* /Components/Pages/Login/SignUp.razor.rz.scp.css */
/* SignUp Page Styles - Inherits most from Login but with customizations */
.login-page[b-75vwofg9jm] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #164272 0%, #ffde14 100%);
    padding: 1rem;
}

.login-container[b-75vwofg9jm] {
    width: 100%;
    max-width: 480px;
}

.login-card[b-75vwofg9jm] {
    background: white;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    padding: 2.5rem;
    animation: slideUp-b-75vwofg9jm 0.4s ease-out;
}

@keyframes slideUp-b-75vwofg9jm {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.login-header[b-75vwofg9jm] {
    text-align: center;
    margin-bottom: 2rem;
}

.login-logo[b-75vwofg9jm] {
    max-width: 160px;
    height: auto;
    margin-bottom: 1rem;
}

.login-title[b-75vwofg9jm] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #164272;
}

.login-subtitle[b-75vwofg9jm] {
    font-size: 0.95rem;
    color: #6c757d;
    margin: 0;
}

.login-form[b-75vwofg9jm] {
    margin-top: 1.5rem;
}

.form-group[b-75vwofg9jm] {
    margin-bottom: 1.25rem;
}

.form-label[b-75vwofg9jm] {
    display: block;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
}

.form-control[b-75vwofg9jm] {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.form-control:focus[b-75vwofg9jm] {
    outline: none;
    border-color: #164272;
    box-shadow: 0 0 0 3px rgba(22, 66, 114, 0.1);
}

.form-control-lg[b-75vwofg9jm] {
    padding: 1rem 1.25rem;
    font-size: 1.5rem;
    letter-spacing: 0.5rem;
}

.btn[b-75vwofg9jm] {
    padding: 0.875rem 1.5rem;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-primary[b-75vwofg9jm] {
    background: #164272;
    color: white;
}

.btn-primary:hover:not(:disabled)[b-75vwofg9jm] {
    background: #0f2d4f;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(22, 66, 114, 0.3);
}

.btn-primary:active:not(:disabled)[b-75vwofg9jm] {
    transform: translateY(0);
}

.btn-primary:disabled[b-75vwofg9jm] {
    opacity: 0.6;
    cursor: not-allowed;
}

.btn-block[b-75vwofg9jm] {
    width: 100%;
}

.btn-link[b-75vwofg9jm] {
    background: transparent;
    color: #164272;
    padding: 0.5rem;
}

.btn-link:hover[b-75vwofg9jm] {
    text-decoration: underline;
}

.login-footer[b-75vwofg9jm] {
    text-align: center;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e0e0e0;
}

.login-footer p[b-75vwofg9jm] {
    margin: 0;
    color: #6c757d;
    font-size: 0.95rem;
}

.login-footer a[b-75vwofg9jm] {
    color: #164272;
    font-weight: 600;
    text-decoration: none;
}

.login-footer a:hover[b-75vwofg9jm] {
    text-decoration: underline;
}

.alert[b-75vwofg9jm] {
    padding: 0.875rem 1rem;
    border-radius: 8px;
    margin-bottom: 1.5rem;
    font-size: 0.95rem;
}

.alert-danger[b-75vwofg9jm] {
    background: #fee;
    color: #c33;
    border-left: 4px solid #c33;
}

.alert-success[b-75vwofg9jm] {
    background: #efe;
    color: #2a6f2a;
    border-left: 4px solid #2a6f2a;
}

.text-danger[b-75vwofg9jm] {
    color: #c33;
    font-size: 0.875rem;
    margin-top: 0.25rem;
    display: block;
}

.text-muted[b-75vwofg9jm] {
    color: #6c757d;
}

.text-center[b-75vwofg9jm] {
    text-align: center;
}

.small[b-75vwofg9jm] {
    font-size: 0.875rem;
}

.spinner-border[b-75vwofg9jm] {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border: 2px solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spin-b-75vwofg9jm 0.75s linear infinite;
}

.spinner-border-sm[b-75vwofg9jm] {
    width: 0.875rem;
    height: 0.875rem;
    border-width: 2px;
}

.me-2[b-75vwofg9jm] {
    margin-right: 0.5rem;
}

@keyframes spin-b-75vwofg9jm {
    to { transform: rotate(360deg); }
}

.verification-form[b-75vwofg9jm] {
    animation: fadeIn-b-75vwofg9jm 0.3s ease-out;
}

@keyframes fadeIn-b-75vwofg9jm {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* SignUp specific styles */
.form-group + .form-group[b-75vwofg9jm] {
    margin-top: 1.25rem;
}

/* Postal Code formatting hint */
input[maxlength="7"][b-75vwofg9jm] {
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* Responsive */
@media (max-width: 480px) {
    .login-container[b-75vwofg9jm] {
        max-width: 100%;
    }

    .login-card[b-75vwofg9jm] {
        padding: 2rem 1.5rem;
    }

    .login-title[b-75vwofg9jm] {
        font-size: 1.5rem;
    }

    .form-control-lg[b-75vwofg9jm] {
        font-size: 1.25rem;
        letter-spacing: 0.25rem;
    }

    .form-group[b-75vwofg9jm] {
        margin-bottom: 1rem;
    }
}
/* /Components/Pages/Profile/EditCustomer.razor.rz.scp.css */
/* ===========================
   Edit Customer / Profile
   Light theme, mobile-first
   =========================== */

.cw-page[b-2ieyzdjti8] {
    min-height: 100vh;
    background: #f7f8fa;
    color: #1a1a2e;
    padding: 20px 16px 40px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 480px;
    margin: 0 auto;
    font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.cw-header[b-2ieyzdjti8] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 0;
}

.cw-logo[b-2ieyzdjti8] { max-width: 140px; margin: 0 auto; }

.cw-back-btn[b-2ieyzdjti8] {
    width: 36px; height: 36px; border-radius: 10px;
    background: #ffffff; border: 1px solid #e5e7eb;
    display: flex; align-items: center; justify-content: center;
    color: #374151; text-decoration: none; font-size: 18px;
    flex-shrink: 0; transition: all 0.15s ease;
}
.cw-back-btn:hover[b-2ieyzdjti8] { background: #f3f4f6; }

.cw-hero[b-2ieyzdjti8] { padding: 4px 0 0; }
.cw-title-lg[b-2ieyzdjti8] { margin: 0; font-size: 26px; font-weight: 800; color: #1a1a2e; letter-spacing: -0.02em; }
.cw-subtitle[b-2ieyzdjti8] { margin: 4px 0 0; font-size: 14px; color: #6b7280; font-weight: 500; }

/* ===========================
   Tabs
   =========================== */
.cw-tabs[b-2ieyzdjti8] { display: flex; gap: 6px; }

.cw-tab[b-2ieyzdjti8] {
    flex: 1; display: flex; align-items: center; justify-content: center;
    gap: 5px; padding: 11px 6px;
    border: 1px solid #e5e7eb; background: #ffffff; border-radius: 14px;
    font-size: 12px; font-weight: 600; color: #6b7280;
    cursor: pointer; transition: all 0.15s ease;
    -webkit-tap-highlight-color: transparent;
}
.cw-tab:hover[b-2ieyzdjti8] { background: #f9fafb; }
.cw-tab.active[b-2ieyzdjti8] {
    background: #164272; color: #ffffff; border-color: #164272;
    box-shadow: 0 4px 12px rgba(22,66,114,0.2);
}
.cw-tab i[b-2ieyzdjti8] { font-size: 15px; }

/* ===========================
   Alerts
   =========================== */
.cw-alert[b-2ieyzdjti8] {
    display: flex; align-items: center; gap: 10px;
    padding: 12px 16px; border-radius: 12px; font-size: 13px; font-weight: 600;
    animation: cwSlideIn-b-2ieyzdjti8 0.25s ease-out;
}

@keyframes cwSlideIn-b-2ieyzdjti8 {
    from { opacity: 0; transform: translateY(-8px); }
    to { opacity: 1; transform: translateY(0); }
}

.cw-alert-success[b-2ieyzdjti8] { background: #f0fdf4; color: #15803d; border: 1px solid #bbf7d0; }
.cw-alert-danger[b-2ieyzdjti8] { background: #fef2f2; color: #dc2626; border: 1px solid #fecaca; }

/* ===========================
   Section head
   =========================== */
.cw-section-head[b-2ieyzdjti8] { display: flex; align-items: center; justify-content: space-between; margin-top: 4px; }
.cw-h2[b-2ieyzdjti8] { margin: 0; font-size: 17px; font-weight: 700; color: #1a1a2e; }

/* ===========================
   Form Card
   =========================== */
.cw-form-card[b-2ieyzdjti8] {
    background: #ffffff; border: 1px solid #e5e7eb; border-radius: 14px;
    padding: 16px; display: flex; flex-direction: column; gap: 14px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}

.cw-form-group[b-2ieyzdjti8] { display: flex; flex-direction: column; gap: 4px; }

.cw-form-label[b-2ieyzdjti8] {
    font-size: 12px; font-weight: 700; color: #374151;
    text-transform: uppercase; letter-spacing: 0.03em;
}

.cw-form-input[b-2ieyzdjti8],
[b-2ieyzdjti8] .cw-form-input {
    width: 100%; padding: 12px 14px;
    background: #f9fafb; border: 1px solid #e5e7eb; border-radius: 10px;
    font-size: 15px; color: #1a1a2e; outline: none;
    transition: border-color 0.15s ease;
    font-family: inherit;
    box-sizing: border-box;
}
.cw-form-input:focus[b-2ieyzdjti8],
[b-2ieyzdjti8] .cw-form-input:focus { border-color: #164272; background: #ffffff; }
.cw-input-disabled[b-2ieyzdjti8],
[b-2ieyzdjti8] .cw-input-disabled { background: #f3f4f6; color: #9ca3af; cursor: not-allowed; }

[b-2ieyzdjti8] .cw-form-error { font-size: 11px; color: #dc2626; font-weight: 600; }

.cw-form-select[b-2ieyzdjti8] {
    padding: 10px 12px; background: #f9fafb; border: 1px solid #e5e7eb;
    border-radius: 10px; font-size: 14px; color: #1a1a2e; font-family: inherit;
    cursor: pointer;
}

.cw-form-hint[b-2ieyzdjti8] { font-size: 11px; color: #9ca3af; font-weight: 500; }
.cw-form-error[b-2ieyzdjti8] { font-size: 11px; color: #dc2626; font-weight: 600; }

/* ===========================
   Security Items
   =========================== */
.cw-security-item[b-2ieyzdjti8] {
    display: flex; align-items: center; justify-content: space-between;
    gap: 12px; padding: 12px 0;
    border-bottom: 1px solid #f3f4f6;
}
.cw-security-item:last-child[b-2ieyzdjti8] { border-bottom: none; }

.cw-security-info[b-2ieyzdjti8] { flex: 1; min-width: 0; }
.cw-security-title[b-2ieyzdjti8] { margin: 0; font-size: 14px; font-weight: 600; color: #1a1a2e; }
.cw-security-desc[b-2ieyzdjti8] { margin: 2px 0 0; font-size: 12px; color: #9ca3af; }

.cw-badge-success[b-2ieyzdjti8] {
    background: #f0fdf4; color: #15803d; border: 1px solid #bbf7d0;
    padding: 4px 10px; border-radius: 8px; font-size: 11px; font-weight: 700;
    white-space: nowrap; display: flex; align-items: center; gap: 4px;
}

.cw-btn-outline-sm[b-2ieyzdjti8] {
    padding: 6px 14px; background: #ffffff; color: #164272;
    border: 1px solid #164272; border-radius: 8px;
    font-size: 12px; font-weight: 700; cursor: pointer;
    transition: all 0.15s ease; white-space: nowrap;
}
.cw-btn-outline-sm:hover[b-2ieyzdjti8] { background: #eef4fa; }

/* ===========================
   Preference Items
   =========================== */
.cw-pref-item[b-2ieyzdjti8] {
    display: flex; align-items: center; justify-content: space-between;
    gap: 12px; padding: 12px 0;
    border-bottom: 1px solid #f3f4f6;
}
.cw-pref-item:last-child[b-2ieyzdjti8] { border-bottom: none; }

.cw-pref-info[b-2ieyzdjti8] { flex: 1; min-width: 0; }
.cw-pref-title[b-2ieyzdjti8] { margin: 0; font-size: 14px; font-weight: 600; color: #1a1a2e; }
.cw-pref-desc[b-2ieyzdjti8] { margin: 2px 0 0; font-size: 12px; color: #9ca3af; }

/* Toggle switch */
.cw-toggle[b-2ieyzdjti8] { position: relative; display: inline-block; width: 44px; height: 24px; flex-shrink: 0; }
.cw-toggle input[b-2ieyzdjti8] { opacity: 0; width: 0; height: 0; }
.cw-toggle-slider[b-2ieyzdjti8] {
    position: absolute; cursor: pointer; inset: 0;
    background: #d1d5db; border-radius: 24px;
    transition: 0.2s;
}
.cw-toggle-slider[b-2ieyzdjti8]::before {
    content: ""; position: absolute;
    height: 18px; width: 18px; left: 3px; bottom: 3px;
    background: white; border-radius: 50%;
    transition: 0.2s;
}
.cw-toggle input:checked + .cw-toggle-slider[b-2ieyzdjti8] { background: #164272; }
.cw-toggle input:checked + .cw-toggle-slider[b-2ieyzdjti8]::before { transform: translateX(20px); }

/* ===========================
   Danger Zone
   =========================== */
.cw-danger-card[b-2ieyzdjti8] {
    border-color: #fecaca;
}

.cw-btn-danger[b-2ieyzdjti8] {
    display: flex; align-items: center; justify-content: center; gap: 8px;
    width: 100%; padding: 12px 16px;
    background: #dc2626; color: #ffffff;
    border: none; border-radius: 12px;
    font-size: 14px; font-weight: 700; cursor: pointer;
    transition: all 0.15s ease;
}
.cw-btn-danger:hover[b-2ieyzdjti8] { background: #b91c1c; }

.cw-btn-danger-outline[b-2ieyzdjti8] {
    display: flex; align-items: center; justify-content: center; gap: 8px;
    width: 100%; padding: 12px 16px;
    background: #ffffff; color: #dc2626;
    border: 1px solid #fecaca; border-radius: 12px;
    font-size: 14px; font-weight: 700; cursor: pointer;
    transition: all 0.15s ease;
}
.cw-btn-danger-outline:hover[b-2ieyzdjti8] { background: #fef2f2; }

/* ===========================
   Shared Buttons
   =========================== */
.cw-btn-primary[b-2ieyzdjti8] {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    padding: 14px 20px;
    background: linear-gradient(135deg, #164272, #0f2d4f); color: #ffffff;
    border: none; border-radius: 14px; font-size: 15px; font-weight: 700;
    cursor: pointer; text-decoration: none; transition: all 0.2s ease;
    box-shadow: 0 4px 12px rgba(22,66,114,0.25);
}
.cw-btn-primary:hover[b-2ieyzdjti8] { transform: translateY(-1px); box-shadow: 0 6px 16px rgba(22,66,114,0.35); color: #ffffff; }
.cw-btn-full[b-2ieyzdjti8] { width: 100%; margin-top: 4px; }

.cw-btn-spinner[b-2ieyzdjti8] {
    width: 18px; height: 18px;
    border: 2px solid rgba(255,255,255,0.3); border-top-color: #ffffff;
    border-radius: 50%; animation: cwSpin-b-2ieyzdjti8 0.8s linear infinite;
}

/* ===========================
   Empty / Loading / Footer
   =========================== */
.cw-empty[b-2ieyzdjti8] {
    text-align: center; padding: 40px 20px;
    background: #ffffff; border: 1px solid #e5e7eb; border-radius: 14px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}
.cw-empty-icon[b-2ieyzdjti8] { font-size: 40px; color: #d1d5db; display: block; margin-bottom: 12px; }
.cw-empty h3[b-2ieyzdjti8] { margin: 0 0 6px; font-size: 17px; font-weight: 700; color: #374151; }
.cw-empty p[b-2ieyzdjti8] { margin: 0; font-size: 13px; color: #9ca3af; }

.cw-loading[b-2ieyzdjti8] {
    min-height: 100vh; display: flex; flex-direction: column;
    align-items: center; justify-content: center; gap: 16px; background: #f7f8fa;
}
.cw-loading p[b-2ieyzdjti8] { font-size: 14px; color: #6b7280; margin: 0; }

.cw-spinner[b-2ieyzdjti8] {
    width: 40px; height: 40px;
    border: 4px solid #e5e7eb; border-top-color: #164272;
    border-radius: 50%; animation: cwSpin-b-2ieyzdjti8 0.8s linear infinite;
}

@keyframes cwSpin-b-2ieyzdjti8 { to { transform: rotate(360deg); } }

.cw-footer[b-2ieyzdjti8] { text-align: center; padding: 16px 0 8px; color: #9ca3af; }

/* ===========================
   Responsive
   =========================== */
@media (min-width: 540px) {
    .cw-page[b-2ieyzdjti8] { max-width: 540px; padding: 24px 20px 48px; }
}
/* /Components/Pages/Stores.razor.rz.scp.css */
/* ===========================
   Stores — Light theme, mobile-first
   =========================== */

.cw-page[b-n0w5ozepsp] {
    min-height: 100vh;
    background: #f7f8fa;
    color: #1a1a2e;
    padding: 20px 16px 40px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 480px;
    margin: 0 auto;
    font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.cw-header[b-n0w5ozepsp] {
    display: flex; align-items: center; gap: 12px; padding: 8px 0;
}
.cw-logo[b-n0w5ozepsp] { max-width: 140px; margin: 0 auto; }

.cw-back-btn[b-n0w5ozepsp] {
    width: 36px; height: 36px; border-radius: 10px;
    background: #ffffff; border: 1px solid #e5e7eb;
    display: flex; align-items: center; justify-content: center;
    color: #374151; text-decoration: none; font-size: 18px;
    flex-shrink: 0; transition: all 0.15s ease;
}
.cw-back-btn:hover[b-n0w5ozepsp] { background: #f3f4f6; }

.cw-hero[b-n0w5ozepsp] { padding: 4px 0 0; }
.cw-title-lg[b-n0w5ozepsp] { margin: 0; font-size: 26px; font-weight: 800; color: #1a1a2e; letter-spacing: -0.02em; }
.cw-subtitle[b-n0w5ozepsp] { margin: 4px 0 0; font-size: 14px; color: #6b7280; font-weight: 500; }

/* ===========================
   Search
   =========================== */
.cw-search-box[b-n0w5ozepsp] {
    position: relative; display: flex; align-items: center;
}

.cw-search-icon[b-n0w5ozepsp] {
    position: absolute; left: 14px;
    font-size: 16px; color: #9ca3af; pointer-events: none;
}

.cw-search-input[b-n0w5ozepsp] {
    width: 100%; padding: 12px 40px 12px 40px;
    background: #ffffff; border: 1px solid #e5e7eb; border-radius: 14px;
    font-size: 15px; color: #1a1a2e; outline: none;
    font-family: inherit;
    transition: border-color 0.15s ease;
    box-sizing: border-box;
}
.cw-search-input:focus[b-n0w5ozepsp] { border-color: #164272; }
.cw-search-input[b-n0w5ozepsp]::placeholder { color: #9ca3af; }

.cw-search-clear[b-n0w5ozepsp] {
    position: absolute; right: 10px;
    width: 28px; height: 28px; border-radius: 8px;
    background: #f3f4f6; border: none;
    display: flex; align-items: center; justify-content: center;
    color: #6b7280; font-size: 12px; cursor: pointer;
    transition: background 0.15s ease;
}
.cw-search-clear:hover[b-n0w5ozepsp] { background: #e5e7eb; }

/* ===========================
   Section Head
   =========================== */
.cw-section-head[b-n0w5ozepsp] {
    display: flex; align-items: center; justify-content: space-between; margin-top: 4px;
}
.cw-h2[b-n0w5ozepsp] { margin: 0; font-size: 17px; font-weight: 700; color: #1a1a2e; }

.cw-count-badge[b-n0w5ozepsp] {
    background: #e3edf7; color: #164272;
    padding: 2px 10px; border-radius: 8px;
    font-size: 11px; font-weight: 700; border: 1px solid #c2d6ea;
}

/* ===========================
   Store Cards
   =========================== */
.cw-store-list[b-n0w5ozepsp] {
    display: flex; flex-direction: column; gap: 10px;
}

.cw-store-card[b-n0w5ozepsp] {
    background: #ffffff; border: 1px solid #e5e7eb; border-radius: 16px;
    padding: 16px; display: flex; flex-direction: column; gap: 12px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
    transition: all 0.15s ease;
}
.cw-store-card:hover[b-n0w5ozepsp] {
    box-shadow: 0 4px 14px rgba(0,0,0,0.07);
}

.cw-store-top[b-n0w5ozepsp] {
    display: flex; align-items: center; gap: 14px;
}

.cw-store-logo-wrap[b-n0w5ozepsp] {
    width: 52px; height: 52px; border-radius: 12px;
    background: #f9fafb; border: 1px solid #e5e7eb;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0; overflow: hidden;
}

.cw-store-logo[b-n0w5ozepsp] {
    max-width: 42px; max-height: 42px; object-fit: contain;
}

.cw-store-logo-placeholder[b-n0w5ozepsp] {
    width: 100%; height: 100%;
    display: flex; align-items: center; justify-content: center;
    font-size: 24px; color: #d1d5db;
}

.cw-store-info[b-n0w5ozepsp] {
    display: flex; flex-direction: column; gap: 2px;
    flex: 1; min-width: 0;
}

.cw-store-name[b-n0w5ozepsp] {
    margin: 0; font-size: 16px; font-weight: 700; color: #1a1a2e;
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}

.cw-store-summary[b-n0w5ozepsp] {
    margin: 0; font-size: 12px; color: #6b7280; line-height: 1.4;
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Details row */
.cw-store-details[b-n0w5ozepsp] {
    display: flex; gap: 12px; flex-wrap: wrap;
}

.cw-store-link[b-n0w5ozepsp] {
    display: inline-flex; align-items: center; gap: 5px;
    font-size: 12px; font-weight: 600; color: #164272;
    text-decoration: none; padding: 5px 12px;
    background: #eef4fa; border: 1px solid #c2d6ea; border-radius: 8px;
    transition: all 0.15s ease;
}
.cw-store-link:hover[b-n0w5ozepsp] { background: #dce8f4; color: #0f2d4f; }

/* Reward info */
.cw-store-reward[b-n0w5ozepsp] {
    padding-top: 8px; border-top: 1px solid #f3f4f6;
}

.cw-store-reward-item[b-n0w5ozepsp] {
    display: flex; align-items: center; gap: 8px;
    font-size: 12px; color: #6b7280; font-weight: 500;
}

.cw-text-gold[b-n0w5ozepsp] { color: #f59e0b; }

/* ===========================
   Loading inline
   =========================== */
.cw-loading-inline[b-n0w5ozepsp] {
    display: flex; align-items: center; justify-content: center;
    gap: 10px; padding: 32px 0; color: #6b7280; font-size: 14px;
}

.cw-spinner-sm[b-n0w5ozepsp] {
    width: 22px; height: 22px;
    border: 3px solid #e5e7eb; border-top-color: #164272;
    border-radius: 50%; animation: cwSpin-b-n0w5ozepsp 0.8s linear infinite;
}

/* ===========================
   Empty / Footer
   =========================== */
.cw-empty[b-n0w5ozepsp] {
    text-align: center; padding: 40px 20px;
    background: #ffffff; border: 1px solid #e5e7eb; border-radius: 14px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}
.cw-empty-icon[b-n0w5ozepsp] { font-size: 40px; color: #d1d5db; display: block; margin-bottom: 12px; }
.cw-empty h3[b-n0w5ozepsp] { margin: 0 0 6px; font-size: 17px; font-weight: 700; color: #374151; }
.cw-empty p[b-n0w5ozepsp] { margin: 0; font-size: 13px; color: #9ca3af; }

.cw-footer[b-n0w5ozepsp] { text-align: center; padding: 16px 0 8px; color: #9ca3af; }

@keyframes cwSpin-b-n0w5ozepsp { to { transform: rotate(360deg); } }

/* ===========================
   Responsive
   =========================== */
@media (min-width: 540px) {
    .cw-page[b-n0w5ozepsp] { max-width: 540px; padding: 24px 20px 48px; }
}
/* /Components/Pages/Transactions.razor.rz.scp.css */
/* ===========================
   Transactions — Light theme, mobile-first
   =========================== */

.cw-page[b-5v91wt35d5] {
    min-height: 100vh;
    background: #f7f8fa;
    color: #1a1a2e;
    padding: 20px 16px 40px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 480px;
    margin: 0 auto;
    font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.cw-header[b-5v91wt35d5] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 0;
}

.cw-logo[b-5v91wt35d5] { max-width: 140px; margin: 0 auto; }

.cw-back-btn[b-5v91wt35d5] {
    width: 36px; height: 36px; border-radius: 10px;
    background: #ffffff; border: 1px solid #e5e7eb;
    display: flex; align-items: center; justify-content: center;
    color: #374151; text-decoration: none; font-size: 18px;
    flex-shrink: 0; transition: all 0.15s ease;
}
.cw-back-btn:hover[b-5v91wt35d5] { background: #f3f4f6; }

.cw-hero[b-5v91wt35d5] { padding: 4px 0 0; }
.cw-title-lg[b-5v91wt35d5] { margin: 0; font-size: 26px; font-weight: 800; color: #1a1a2e; letter-spacing: -0.02em; }
.cw-subtitle[b-5v91wt35d5] { margin: 4px 0 0; font-size: 14px; color: #6b7280; font-weight: 500; }

/* ===========================
   Summary Cards (3 columns)
   =========================== */
.cw-summary[b-5v91wt35d5] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.cw-summary-card[b-5v91wt35d5] {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 14px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}

.cw-summary-icon[b-5v91wt35d5] {
    width: 38px; height: 38px; border-radius: 10px;
    display: flex; align-items: center; justify-content: center; font-size: 18px;
}

.cw-icon-green[b-5v91wt35d5] { background: #e8f5e9; color: #009739; }
.cw-icon-red[b-5v91wt35d5] { background: #ffebee; color: #c62828; }
.cw-icon-blue[b-5v91wt35d5] { background: #e3f2fd; color: #1976d2; }

.cw-summary-info[b-5v91wt35d5] { display: flex; flex-direction: column; gap: 2px; }

.cw-summary-label[b-5v91wt35d5] {
    font-size: 10px; font-weight: 600; color: #9ca3af;
    text-transform: uppercase; letter-spacing: 0.03em;
}

.cw-summary-value[b-5v91wt35d5] {
    font-size: 17px; font-weight: 800; color: #1a1a2e; letter-spacing: -0.02em;
}

.cw-text-green[b-5v91wt35d5] { color: #009739; }
.cw-text-red[b-5v91wt35d5] { color: #c62828; }

/* ===========================
   Section Head
   =========================== */
.cw-section-head[b-5v91wt35d5] {
    display: flex; align-items: center; justify-content: space-between; margin-top: 4px;
}

.cw-h2[b-5v91wt35d5] { margin: 0; font-size: 17px; font-weight: 700; color: #1a1a2e; }

.cw-count-badge[b-5v91wt35d5] {
    background: #f3f4f6; color: #6b7280;
    padding: 2px 10px; border-radius: 8px;
    font-size: 11px; font-weight: 600; border: 1px solid #e5e7eb;
}

/* ===========================
   Transaction List
   =========================== */
.cw-tx-list[b-5v91wt35d5] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.cw-tx-item[b-5v91wt35d5] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}

.cw-tx-icon[b-5v91wt35d5] {
    width: 38px; height: 38px; border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    font-size: 18px; flex-shrink: 0;
}

.cw-tx-credit[b-5v91wt35d5] { background: #e8f5e9; color: #009739; }
.cw-tx-debit[b-5v91wt35d5] { background: #ffebee; color: #c62828; }

.cw-tx-info[b-5v91wt35d5] {
    display: flex; flex-direction: column; flex: 1; min-width: 0; gap: 1px;
}

.cw-tx-title[b-5v91wt35d5] {
    font-size: 14px; font-weight: 600; color: #1a1a2e;
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}

.cw-tx-date[b-5v91wt35d5] { font-size: 11px; color: #9ca3af; font-weight: 500; }

.cw-tx-meta[b-5v91wt35d5] {
    font-size: 10px; color: #6b7280; font-weight: 500;
    margin-top: 2px;
}

.cw-tx-right[b-5v91wt35d5] {
    display: flex; flex-direction: column; align-items: flex-end;
    gap: 4px; flex-shrink: 0;
}

.cw-tx-amount[b-5v91wt35d5] { font-size: 15px; font-weight: 800; white-space: nowrap; }

.cw-tx-type-badge[b-5v91wt35d5] {
    padding: 1px 8px; border-radius: 6px;
    font-size: 9px; font-weight: 800; letter-spacing: 0.05em;
    text-transform: uppercase;
}

.cw-badge-green[b-5v91wt35d5] { background: #e8f5e9; color: #009739; }
.cw-badge-red[b-5v91wt35d5] { background: #ffebee; color: #c62828; }

/* ===========================
   Empty / Loading / Footer / Buttons
   =========================== */
.cw-empty[b-5v91wt35d5] {
    text-align: center; padding: 40px 20px;
    background: #ffffff; border: 1px solid #e5e7eb; border-radius: 14px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}
.cw-empty-icon[b-5v91wt35d5] { font-size: 40px; color: #d1d5db; display: block; margin-bottom: 12px; }
.cw-empty h3[b-5v91wt35d5] { margin: 0 0 6px; font-size: 17px; font-weight: 700; color: #374151; }
.cw-empty p[b-5v91wt35d5] { margin: 0; font-size: 13px; color: #9ca3af; }

.cw-btn-primary[b-5v91wt35d5] {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    padding: 14px 20px;
    background: linear-gradient(135deg, #009739, #007a2f); color: #ffffff;
    border: none; border-radius: 14px; font-size: 15px; font-weight: 700;
    cursor: pointer; text-decoration: none; transition: all 0.2s ease;
    box-shadow: 0 4px 12px rgba(0,151,57,0.25);
}
.cw-btn-primary:hover[b-5v91wt35d5] { transform: translateY(-1px); box-shadow: 0 6px 16px rgba(0,151,57,0.35); color: #ffffff; }

.cw-loading[b-5v91wt35d5] {
    min-height: 100vh; display: flex; flex-direction: column;
    align-items: center; justify-content: center; gap: 16px; background: #f7f8fa;
}
.cw-loading p[b-5v91wt35d5] { font-size: 14px; color: #6b7280; margin: 0; }

.cw-spinner[b-5v91wt35d5] {
    width: 40px; height: 40px;
    border: 4px solid #e5e7eb; border-top-color: #009739;
    border-radius: 50%; animation: cwSpin-b-5v91wt35d5 0.8s linear infinite;
}

@keyframes cwSpin-b-5v91wt35d5 { to { transform: rotate(360deg); } }

.cw-footer[b-5v91wt35d5] { text-align: center; padding: 16px 0 8px; color: #9ca3af; }

/* ===========================
   Responsive
   =========================== */
@media (min-width: 540px) {
    .cw-page[b-5v91wt35d5] { max-width: 540px; padding: 24px 20px 48px; }
}
/* /Components/Routes.razor.rz.scp.css */
/* 404 Not Found Page */
.not-found-page[b-1ykttl66kb] {
    min-height: calc(100vh - 200px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.not-found-container[b-1ykttl66kb] {
    text-align: center;
    max-width: 500px;
}

.not-found-container h1[b-1ykttl66kb] {
    font-size: 8rem;
    font-weight: 700;
    color: #164272;
    line-height: 1;
}

.not-found-container h2[b-1ykttl66kb] {
    font-size: 2rem;
    font-weight: 600;
    color: #333;
    margin: 1rem 0;
}

.not-found-container p[b-1ykttl66kb] {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 2rem;
}

.not-found-container .btn[b-1ykttl66kb] {
    display: inline-block;
    padding: 0.875rem 2rem;
    background: #164272;
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.not-found-container .btn:hover[b-1ykttl66kb] {
    background: #0f2d4f;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(22, 66, 114, 0.3);
}

@media (max-width: 768px) {
    .not-found-container h1[b-1ykttl66kb] {
        font-size: 5rem;
    }

    .not-found-container h2[b-1ykttl66kb] {
        font-size: 1.5rem;
    }

    .not-found-container p[b-1ykttl66kb] {
        font-size: 1rem;
    }
}
