/* /Components/Layout/AdminLayout.razor.rz.scp.css */
.admin-layout[b-722haan1bk] {
    display: flex;
    min-height: 100vh;
    background: #fafafa;
}

.admin-sidebar[b-722haan1bk] {
    width: 260px;
    background: #000000;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    position: fixed;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 100;
}

.sidebar-header[b-722haan1bk] {
    padding: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.sidebar-logo[b-722haan1bk] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.sidebar-title[b-722haan1bk] {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.125rem;
    font-weight: 600;
    color: #fbbf24;
}

.sidebar-nav[b-722haan1bk] {
    flex: 1;
    padding: 1rem 0;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.nav-item[b-722haan1bk] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.875rem 1.5rem;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: all 0.2s ease;
    font-size: 0.9375rem;
    font-weight: 500;
}

.nav-item:hover[b-722haan1bk] {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
}

.nav-item.active[b-722haan1bk] {
    background: rgba(251, 191, 36, 0.15);
    color: #fbbf24;
    border-right: 3px solid #fbbf24;
}

.nav-item.logout[b-722haan1bk] {
    color: #fca5a5;
}

.nav-item.logout:hover[b-722haan1bk] {
    background: rgba(220, 38, 38, 0.2);
    color: #fecaca;
}

.sidebar-footer[b-722haan1bk] {
    padding: 1rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.admin-main[b-722haan1bk] {
    flex: 1;
    margin-left: 260px;
    padding: 2rem;
    min-height: 100vh;
}

@media (max-width: 768px) {
    .admin-sidebar[b-722haan1bk] {
        width: 100%;
        position: relative;
        height: auto;
    }

    .admin-layout[b-722haan1bk] {
        flex-direction: column;
    }

    .admin-main[b-722haan1bk] {
        margin-left: 0;
        padding: 1rem;
    }
}
/* /Components/Layout/AnniversaryFooter.razor.rz.scp.css */
.anniversary-footer[b-inmijn0tez] {
    background: #bf0a2b;
    color: #ffffff;
    padding: 4rem 1.5rem 1.5rem;
}

.footer-container[b-inmijn0tez] {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 4rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-brand[b-inmijn0tez] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.footer-logo[b-inmijn0tez] {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.footer-brand h3[b-inmijn0tez] {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: white;
    margin: 0;
}

.footer-tagline[b-inmijn0tez] {
    font-size: 0.9375rem;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
    font-style: italic;
}

.footer-links[b-inmijn0tez] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}

.footer-column[b-inmijn0tez] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.footer-column h4[b-inmijn0tez] {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.125rem;
    font-weight: 600;
    color: white;
    margin: 0 0 0.5rem;
}

.footer-column a[b-inmijn0tez] {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9375rem;
    transition: color 0.2s ease;
}

.footer-column a:hover[b-inmijn0tez] {
    color: #fbbf24;
}

.footer-column p[b-inmijn0tez] {
    margin: 0;
    font-size: 0.9375rem;
    color: rgba(255, 255, 255, 0.7);
}

.footer-phone[b-inmijn0tez] {
    margin-top: 0.25rem;
}

.footer-bottom[b-inmijn0tez] {
    max-width: 1280px;
    margin: 0 auto;
    padding-top: 1.5rem;
    text-align: center;
}

.footer-bottom p[b-inmijn0tez] {
    margin: 0;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 1024px) {
    .footer-links[b-inmijn0tez] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .footer-container[b-inmijn0tez] {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .footer-links[b-inmijn0tez] {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}
/* /Components/Layout/AnniversaryLayout.razor.rz.scp.css */
.page[b-kdsqccqf6s] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-kdsqccqf6s] {
    flex: 1;
}
/* /Components/Layout/AnniversaryNav.razor.rz.scp.css */
.anniversary-nav[b-ftdrl4gnik] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(198, 9, 31, 0.1);
    transition: all 0.3s ease;
}

.nav-container[b-ftdrl4gnik] {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 72px;
}

.nav-brand[b-ftdrl4gnik] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
    color: #bf0a2b;
    font-weight: 700;
    font-size: 1.125rem;
    font-family: 'Space Grotesk', sans-serif;
}

.nav-logo[b-ftdrl4gnik] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.nav-links[b-ftdrl4gnik] {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.nav-link[b-ftdrl4gnik] {
    text-decoration: none;
    color: #000000;
    font-weight: 500;
    font-size: 0.9375rem;
    padding: 0.5rem 0;
    position: relative;
    transition: color 0.2s ease;
    font-family: 'Manrope', sans-serif;
}

.nav-link[b-ftdrl4gnik]::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #c6091f;
    transition: width 0.3s ease;
}

.nav-link:hover[b-ftdrl4gnik],
.nav-link.active[b-ftdrl4gnik] {
    color: #c6091f;
}

.nav-link:hover[b-ftdrl4gnik]::after,
.nav-link.active[b-ftdrl4gnik]::after {
    width: 100%;
}

.cart-link[b-ftdrl4gnik] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.cart-badge[b-ftdrl4gnik] {
    background: #c6091f;
    color: white;
    font-size: 0.6875rem;
    font-weight: 700;
    padding: 0.125rem 0.375rem;
    border-radius: 9999px;
    min-width: 18px;
    text-align: center;
}

.nav-toggle[b-ftdrl4gnik] {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
}

.hamburger[b-ftdrl4gnik] {
    display: block;
    width: 24px;
    height: 2px;
    background: #bf0a2b;
    position: relative;
    transition: background 0.3s ease;
}

.hamburger[b-ftdrl4gnik]::before,
.hamburger[b-ftdrl4gnik]::after {
    content: '';
    position: absolute;
    width: 24px;
    height: 2px;
    background: #bf0a2b;
    transition: all 0.3s ease;
}

.hamburger[b-ftdrl4gnik]::before {
    top: -7px;
}

.hamburger[b-ftdrl4gnik]::after {
    top: 7px;
}

.hamburger.open[b-ftdrl4gnik] {
    background: transparent;
}

.hamburger.open[b-ftdrl4gnik]::before {
    top: 0;
    transform: rotate(45deg);
}

.hamburger.open[b-ftdrl4gnik]::after {
    top: 0;
    transform: rotate(-45deg);
}

@media (max-width: 768px) {
    .nav-toggle[b-ftdrl4gnik] {
        display: block;
    }

    .nav-links[b-ftdrl4gnik] {
        position: fixed;
        top: 72px;
        left: 0;
        right: 0;
        background: white;
        flex-direction: column;
        padding: 1.5rem;
        gap: 1rem;
        border-bottom: 1px solid rgba(198, 9, 31, 0.1);
        transform: translateY(-100%);
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
    }

    .nav-links.open[b-ftdrl4gnik] {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }

    .nav-link[b-ftdrl4gnik] {
        font-size: 1.125rem;
        padding: 0.75rem 0;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-szdb7wv1x9] {
    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-szdb7wv1x9] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-p4sul9tsmt],
.components-reconnect-repeated-attempt-visible[b-p4sul9tsmt],
.components-reconnect-failed-visible[b-p4sul9tsmt],
.components-pause-visible[b-p4sul9tsmt],
.components-resume-failed-visible[b-p4sul9tsmt],
.components-rejoining-animation[b-p4sul9tsmt] {
    display: none;
}

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


#components-reconnect-modal[b-p4sul9tsmt] {
    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-p4sul9tsmt 0.5s both;
    &[open]

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-p4sul9tsmt {
    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/Admin/Admins.razor.rz.scp.css */
.admin-page[b-orr9em1ln6] {
    max-width: 800px;
}

.page-header[b-orr9em1ln6] {
    margin-bottom: 1.5rem;
}

.page-header h1[b-orr9em1ln6] {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.75rem;
    color: #000000;
}

.detail-card[b-orr9em1ln6] {
    background: #ffffff;
    border-radius: 0.75rem;
    border: 1px solid #e5e7eb;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

.detail-card h2[b-orr9em1ln6] {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.125rem;
    color: #000000;
    margin-bottom: 1.25rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #f3f4f6;
}

.add-admin-form[b-orr9em1ln6] {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.add-admin-form input[b-orr9em1ln6] {
    flex: 1;
    min-width: 200px;
    padding: 0.625rem 0.875rem;
    border: 1px solid #d1d5db;
    border-radius: 0.5rem;
    font-size: 0.9375rem;
    color: #1f2937;
    outline: none;
    transition: border-color 0.2s ease;
}

.add-admin-form input:focus[b-orr9em1ln6] {
    border-color: #c6091f;
    box-shadow: 0 0 0 3px rgba(153, 27, 27, 0.1);
}

.btn-primary[b-orr9em1ln6] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #c6091f;
    color: #ffffff;
    border: none;
    border-radius: 0.5rem;
    padding: 0.625rem 1.25rem;
    font-size: 0.9375rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s ease;
    white-space: nowrap;
}

.btn-primary:hover:not(:disabled)[b-orr9em1ln6] {
    background: #bf0a2b;
}

.btn-primary:disabled[b-orr9em1ln6] {
    opacity: 0.5;
    cursor: not-allowed;
}

.alert[b-orr9em1ln6] {
    margin-top: 1rem;
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
    font-size: 0.875rem;
}

.alert.error[b-orr9em1ln6] {
    background: #f2f2f2;
    color: #c6091f;
    border: 1px solid #fca5a5;
}

.alert.success[b-orr9em1ln6] {
    background: #d1fae5;
    color: #065f46;
    border: 1px solid #6ee7b7;
}

.loading[b-orr9em1ln6], .empty-state[b-orr9em1ln6] {
    text-align: center;
    padding: 4rem 2rem;
    color: #6b7280;
}

.empty-state svg[b-orr9em1ln6] {
    color: #d1d5db;
    margin: 0 auto 1rem;
}

.table-wrapper[b-orr9em1ln6] {
    background: #ffffff;
    border-radius: 0.75rem;
    border: 1px solid #e5e7eb;
    overflow: hidden;
}

.data-table[b-orr9em1ln6] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9375rem;
}

.data-table thead[b-orr9em1ln6] {
    background: #fafafa;
    border-bottom: 1px solid #e5e7eb;
}

.data-table th[b-orr9em1ln6] {
    text-align: left;
    padding: 0.875rem 1.25rem;
    font-weight: 600;
    color: #374151;
    font-size: 0.8125rem;
    text-transform: uppercase;
    letter-spacing: 0.025em;
}

.data-table td[b-orr9em1ln6] {
    padding: 1rem 1.25rem;
    color: #4b5563;
    border-bottom: 1px solid #f3f4f6;
}

.data-table tbody tr:last-child td[b-orr9em1ln6] {
    border-bottom: none;
}

.btn-icon[b-orr9em1ln6] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 0.375rem;
    border: 1px solid #e5e7eb;
    background: #ffffff;
    color: #6b7280;
    cursor: pointer;
    transition: all 0.15s ease;
}

.btn-icon:hover:not(:disabled)[b-orr9em1ln6] {
    background: #fafafa;
    color: #000000;
    border-color: #d1d5db;
}

.btn-icon.danger:hover:not(:disabled)[b-orr9em1ln6] {
    background: #f2f2f2;
    color: #dc2626;
    border-color: #fca5a5;
}

.btn-icon:disabled[b-orr9em1ln6] {
    opacity: 0.3;
    cursor: not-allowed;
}

@media (max-width: 768px) {
    .add-admin-form[b-orr9em1ln6] {
        flex-direction: column;
    }

    .add-admin-form input[b-orr9em1ln6] {
        min-width: auto;
    }

    .data-table th[b-orr9em1ln6],
    .data-table td[b-orr9em1ln6] {
        padding: 0.75rem;
    }
}
/* /Components/Pages/Admin/Dashboard.razor.rz.scp.css */
.admin-page[b-o74ee9ejly] {
    max-width: 1200px;
}

.page-header[b-o74ee9ejly] {
    margin-bottom: 1.5rem;
}

.page-header h1[b-o74ee9ejly] {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.75rem;
    color: #000000;
}

.stats-grid[b-o74ee9ejly] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.25rem;
    margin-bottom: 1.5rem;
}

.stat-card[b-o74ee9ejly] {
    background: #ffffff;
    border-radius: 0.75rem;
    border: 1px solid #e5e7eb;
    padding: 1.25rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    transition: box-shadow 0.2s ease;
}

.stat-card:hover[b-o74ee9ejly] {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.stat-icon[b-o74ee9ejly] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 0.625rem;
    flex-shrink: 0;
}

.stat-card-primary .stat-icon[b-o74ee9ejly] {
    background: #f3e8ff;
    color: #7c3aed;
}

.stat-card-success .stat-icon[b-o74ee9ejly] {
    background: #d1fae5;
    color: #059669;
}

.stat-card-warning .stat-icon[b-o74ee9ejly] {
    background: #fef3c7;
    color: #d97706;
}

.stat-card-info .stat-icon[b-o74ee9ejly] {
    background: #dbeafe;
    color: #2563eb;
}

.stat-body[b-o74ee9ejly] {
    display: flex;
    flex-direction: column;
}

.stat-value[b-o74ee9ejly] {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #1f2937;
    line-height: 1.2;
}

.stat-label[b-o74ee9ejly] {
    font-size: 0.8125rem;
    color: #6b7280;
    font-weight: 500;
    margin-top: 0.125rem;
}

.detail-grid[b-o74ee9ejly] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.25rem;
    margin-bottom: 1.5rem;
}

.detail-card[b-o74ee9ejly] {
    background: #ffffff;
    border-radius: 0.75rem;
    border: 1px solid #e5e7eb;
    padding: 1.5rem;
}

.detail-card.full[b-o74ee9ejly] {
    grid-column: 1 / -1;
}

.detail-card h2[b-o74ee9ejly] {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.125rem;
    color: #000000;
    margin-bottom: 1.25rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #f3f4f6;
}

.inventory-rows[b-o74ee9ejly] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.inventory-row[b-o74ee9ejly] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #f3f4f6;
}

.inventory-row:last-child[b-o74ee9ejly] {
    padding-bottom: 0;
    border-bottom: none;
}

.inventory-total[b-o74ee9ejly] {
    padding-top: 0.5rem;
    border-top: 2px solid #e5e7eb;
    border-bottom: none;
}

.inv-label[b-o74ee9ejly] {
    color: #6b7280;
    font-size: 0.9375rem;
}

.inv-value[b-o74ee9ejly] {
    font-weight: 700;
    color: #1f2937;
    font-size: 1.125rem;
    font-variant-numeric: tabular-nums;
}

.status-breakdown[b-o74ee9ejly] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.status-bar-item[b-o74ee9ejly] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.bar-label[b-o74ee9ejly] {
    color: #6b7280;
    font-size: 0.875rem;
    min-width: 60px;
}

.bar-track[b-o74ee9ejly] {
    flex: 1;
    height: 8px;
    background: #f3f4f6;
    border-radius: 9999px;
    overflow: hidden;
}

.bar-fill[b-o74ee9ejly] {
    height: 100%;
    border-radius: 9999px;
    transition: width 0.5s ease;
}

.bar-pending[b-o74ee9ejly] {
    background: #d97706;
}

.bar-paid[b-o74ee9ejly] {
    background: #059669;
}

.bar-value[b-o74ee9ejly] {
    font-weight: 700;
    font-size: 0.9375rem;
    color: #1f2937;
    min-width: 24px;
    text-align: right;
    font-variant-numeric: tabular-nums;
}

.section-header[b-o74ee9ejly] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #f3f4f6;
    margin-bottom: 0;
}

.section-header h2[b-o74ee9ejly] {
    margin: 0;
    padding: 0;
    border: none;
}

.view-all[b-o74ee9ejly] {
    font-size: 0.875rem;
    color: #c6091f;
    font-weight: 500;
    text-decoration: none;
}

.view-all:hover[b-o74ee9ejly] {
    color: #bf0a2b;
    text-decoration: underline;
}

.table-wrapper[b-o74ee9ejly] {
    overflow: hidden;
}

.data-table[b-o74ee9ejly] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9375rem;
}

.data-table thead[b-o74ee9ejly] {
    background: #fafafa;
    border-bottom: 1px solid #e5e7eb;
}

.data-table th[b-o74ee9ejly] {
    text-align: left;
    padding: 0.875rem 1.25rem;
    font-weight: 600;
    color: #374151;
    font-size: 0.8125rem;
    text-transform: uppercase;
    letter-spacing: 0.025em;
}

.data-table th.numeric[b-o74ee9ejly] {
    text-align: right;
}

.data-table td[b-o74ee9ejly] {
    padding: 0.875rem 1.25rem;
    color: #4b5563;
    border-bottom: 1px solid #f3f4f6;
}

.data-table tbody tr:last-child td[b-o74ee9ejly] {
    border-bottom: none;
}

.data-table tbody tr.clickable[b-o74ee9ejly] {
    cursor: pointer;
    transition: background 0.15s ease;
}

.data-table tbody tr.clickable:hover[b-o74ee9ejly] {
    background: #fafafa;
}

.data-table td.numeric[b-o74ee9ejly] {
    text-align: right;
    font-variant-numeric: tabular-nums;
}

.data-table td.mono[b-o74ee9ejly] {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 0.875rem;
}

.payment-badge[b-o74ee9ejly] {
    display: inline-block;
    padding: 0.25rem 0.65rem;
    border-radius: 9999px;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: capitalize;
}

.payment-badge.paid[b-o74ee9ejly] {
    background: #d1fae5;
    color: #065f46;
}

.payment-badge.unpaid[b-o74ee9ejly] {
    background: #f2f2f2;
    color: #c6091f;
}

.btn-icon[b-o74ee9ejly] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 0.375rem;
    border: 1px solid #e5e7eb;
    background: #ffffff;
    color: #6b7280;
    cursor: pointer;
    transition: all 0.15s ease;
}

.btn-icon:hover[b-o74ee9ejly] {
    background: #fafafa;
    color: #000000;
    border-color: #d1d5db;
}

.loading[b-o74ee9ejly], .empty-state[b-o74ee9ejly] {
    text-align: center;
    padding: 4rem 2rem;
    color: #6b7280;
}

@media (max-width: 768px) {
    .stats-grid[b-o74ee9ejly] {
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    }

    .detail-grid[b-o74ee9ejly] {
        grid-template-columns: 1fr;
    }

    .data-table th[b-o74ee9ejly],
    .data-table td[b-o74ee9ejly] {
        padding: 0.75rem;
    }

    .stat-value[b-o74ee9ejly] {
        font-size: 1.25rem;
    }
}
/* /Components/Pages/Admin/Login.razor.rz.scp.css */
.admin-login[b-wib65byr79] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background: linear-gradient(135deg, #000000 0%, #bf0a2b 100%);
    padding: 2rem;
}

.login-card[b-wib65byr79] {
    background: #ffffff;
    border-radius: 1rem;
    padding: 3rem 2.5rem;
    text-align: center;
    max-width: 420px;
    width: 100%;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.login-logo[b-wib65byr79] {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 1.5rem;
}

.login-card h1[b-wib65byr79] {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.75rem;
    color: #000000;
    margin-bottom: 0.5rem;
}

.login-card p[b-wib65byr79] {
    color: #6b7280;
    font-size: 0.9375rem;
    margin-bottom: 2rem;
    line-height: 1.6;
}

.google-btn[b-wib65byr79] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    background: #ffffff;
    color: #374151;
    border: 1px solid #d1d5db;
    border-radius: 0.5rem;
    padding: 0.875rem 1.5rem;
    font-size: 0.9375rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s ease;
    width: 100%;
    cursor: pointer;
}

.google-btn:hover[b-wib65byr79] {
    background: #f9fafb;
    border-color: #9ca3af;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.back-link[b-wib65byr79] {
    display: inline-block;
    margin-top: 1.5rem;
    color: #c6091f;
    font-size: 0.875rem;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.2s ease;
}

.back-link:hover[b-wib65byr79] {
    color: #000000;
    text-decoration: underline;
}

@media (max-width: 480px) {
    .login-card[b-wib65byr79] {
        padding: 2rem 1.5rem;
    }
}
/* /Components/Pages/Admin/OrderDetail.razor.rz.scp.css */
.admin-page[b-zglv1j1t6f] {
    max-width: 1200px;
}

.back-btn[b-zglv1j1t6f] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: transparent;
    border: none;
    color: #c6091f;
    font-size: 0.9375rem;
    font-weight: 500;
    cursor: pointer;
    padding: 0.5rem 0;
    margin-bottom: 1.5rem;
    transition: color 0.2s ease;
}

.back-btn:hover[b-zglv1j1t6f] {
    color: #000000;
}

.detail-header[b-zglv1j1t6f] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.detail-header h1[b-zglv1j1t6f] {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.5rem;
    color: #000000;
    margin-bottom: 0.5rem;
}

.detail-meta[b-zglv1j1t6f] {
    color: #6b7280;
    font-size: 0.875rem;
}

.detail-grid[b-zglv1j1t6f] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.detail-card[b-zglv1j1t6f] {
    background: #ffffff;
    border-radius: 0.75rem;
    border: 1px solid #e5e7eb;
    padding: 1.5rem;
}

.detail-card.full[b-zglv1j1t6f] {
    grid-column: 1 / -1;
}

.detail-card h2[b-zglv1j1t6f] {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.125rem;
    color: #000000;
    margin-bottom: 1.25rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #f3f4f6;
}

dl[b-zglv1j1t6f] {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.75rem 1.5rem;
    align-items: baseline;
}

dt[b-zglv1j1t6f] {
    color: #6b7280;
    font-size: 0.875rem;
    font-weight: 500;
}

dd[b-zglv1j1t6f] {
    color: #1f2937;
    font-size: 0.9375rem;
    margin: 0;
}

dd.highlight[b-zglv1j1t6f] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #000000;
}

.items-table-wrapper[b-zglv1j1t6f] {
    overflow-x: auto;
}

.data-table[b-zglv1j1t6f] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9375rem;
}

.data-table thead[b-zglv1j1t6f] {
    background: #fafafa;
    border-bottom: 1px solid #e5e7eb;
}

.data-table th[b-zglv1j1t6f] {
    text-align: left;
    padding: 0.875rem 1.25rem;
    font-weight: 600;
    color: #374151;
    font-size: 0.8125rem;
    text-transform: uppercase;
    letter-spacing: 0.025em;
}

.data-table th.numeric[b-zglv1j1t6f] {
    text-align: right;
}

.data-table td[b-zglv1j1t6f] {
    padding: 1rem 1.25rem;
    color: #4b5563;
    border-bottom: 1px solid #f3f4f6;
}

.data-table tbody tr:last-child td[b-zglv1j1t6f] {
    border-bottom: none;
}

.data-table td.numeric[b-zglv1j1t6f] {
    text-align: right;
    font-variant-numeric: tabular-nums;
}

.data-table tfoot[b-zglv1j1t6f] {
    border-top: 2px solid #e5e7eb;
    background: #fafafa;
}

.data-table tfoot td[b-zglv1j1t6f] {
    font-weight: 600;
    color: #1f2937;
}

.total-label[b-zglv1j1t6f] {
    text-align: right;
    font-size: 1rem;
}

.total-amount[b-zglv1j1t6f] {
    text-align: right;
    font-size: 1.125rem;
    color: #000000;
    font-weight: 700;
}

.loading[b-zglv1j1t6f] {
    text-align: center;
    padding: 4rem 2rem;
    color: #6b7280;
}

.badge-row[b-zglv1j1t6f] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    margin-top: 0.375rem;
    flex-wrap: wrap;
}

.payment-badge[b-zglv1j1t6f] {
    display: inline-block;
    padding: 0.25rem 0.65rem;
    border-radius: 9999px;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: capitalize;
}

.payment-badge.paid[b-zglv1j1t6f] {
    background: #d1fae5;
    color: #065f46;
}

.payment-badge.unpaid[b-zglv1j1t6f] {
    background: #f2f2f2;
    color: #c6091f;
}

.proof-card[b-zglv1j1t6f] {
    grid-column: 1 / -1;
}

.proof-image-wrapper[b-zglv1j1t6f] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.proof-image[b-zglv1j1t6f] {
    max-width: 100%;
    max-height: 480px;
    border-radius: 0.5rem;
    border: 1px solid #e5e7eb;
    object-fit: contain;
    background: #fafafa;
}

.proof-open-link[b-zglv1j1t6f] {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    font-size: 0.875rem;
    color: #c6091f;
    font-weight: 500;
    text-decoration: none;
}

.proof-open-link:hover[b-zglv1j1t6f] {
    color: #bf0a2b;
    text-decoration: underline;
}

.proof-empty[b-zglv1j1t6f] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    padding: 2.5rem 1.5rem;
    color: #9ca3af;
    text-align: center;
    background: #fafafa;
    border-radius: 0.5rem;
    border: 2px dashed #e5e7eb;
}

.proof-empty p[b-zglv1j1t6f] {
    margin: 0;
    font-size: 0.9375rem;
    color: #6b7280;
}

@media (max-width: 768px) {
    .detail-header[b-zglv1j1t6f] {
        flex-direction: column;
    }

    dl[b-zglv1j1t6f] {
        grid-template-columns: 1fr;
        gap: 0.25rem;
    }

    dt[b-zglv1j1t6f] {
        margin-top: 0.75rem;
    }

    .data-table th[b-zglv1j1t6f],
    .data-table td[b-zglv1j1t6f] {
        padding: 0.75rem;
    }
}
/* /Components/Pages/Admin/Orders.razor.rz.scp.css */
.admin-page[b-wz05sld0ux] {
    max-width: 1200px;
}

.page-header[b-wz05sld0ux] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.page-header h1[b-wz05sld0ux] {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.75rem;
    color: #000000;
}

.search-box[b-wz05sld0ux] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    padding: 0.5rem 0.75rem;
    min-width: 280px;
}

.search-box svg[b-wz05sld0ux] {
    color: #9ca3af;
    flex-shrink: 0;
}

.search-box input[b-wz05sld0ux] {
    border: none;
    background: transparent;
    font-size: 0.9375rem;
    color: #1f2937;
    width: 100%;
    outline: none;
}

.search-box input[b-wz05sld0ux]::placeholder {
    color: #9ca3af;
}

.loading[b-wz05sld0ux], .empty-state[b-wz05sld0ux] {
    text-align: center;
    padding: 4rem 2rem;
    color: #6b7280;
}

.empty-state svg[b-wz05sld0ux] {
    color: #d1d5db;
    margin: 0 auto 1rem;
}

.table-wrapper[b-wz05sld0ux] {
    background: #ffffff;
    border-radius: 0.75rem;
    border: 1px solid #e5e7eb;
    overflow: hidden;
}

.data-table[b-wz05sld0ux] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9375rem;
}

.data-table thead[b-wz05sld0ux] {
    background: #fafafa;
    border-bottom: 1px solid #e5e7eb;
}

.data-table th[b-wz05sld0ux] {
    text-align: left;
    padding: 0.875rem 1.25rem;
    font-weight: 600;
    color: #374151;
    font-size: 0.8125rem;
    text-transform: uppercase;
    letter-spacing: 0.025em;
}

.data-table th.numeric[b-wz05sld0ux] {
    text-align: right;
}

.data-table td[b-wz05sld0ux] {
    padding: 1rem 1.25rem;
    color: #4b5563;
    border-bottom: 1px solid #f3f4f6;
}

.data-table tbody tr:last-child td[b-wz05sld0ux] {
    border-bottom: none;
}

.data-table tbody tr.clickable[b-wz05sld0ux] {
    cursor: pointer;
    transition: background 0.15s ease;
}

.data-table tbody tr.clickable:hover[b-wz05sld0ux] {
    background: #fafafa;
}

.data-table td.numeric[b-wz05sld0ux] {
    text-align: right;
    font-variant-numeric: tabular-nums;
}

.data-table td.mono[b-wz05sld0ux] {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 0.875rem;
}

.status-badge[b-wz05sld0ux] {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: capitalize;
}

.status-badge.pending[b-wz05sld0ux] {
    background: #fef3c7;
    color: #92400e;
}

.status-badge.completed[b-wz05sld0ux] {
    background: #d1fae5;
    color: #065f46;
}

.status-badge.cancelled[b-wz05sld0ux] {
    background: #f2f2f2;
    color: #c6091f;
}

.btn-icon[b-wz05sld0ux] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 0.375rem;
    border: 1px solid #e5e7eb;
    background: #ffffff;
    color: #6b7280;
    cursor: pointer;
    transition: all 0.15s ease;
}

.btn-icon:hover[b-wz05sld0ux] {
    background: #fafafa;
    color: #000000;
    border-color: #d1d5db;
}

.btn-icon.danger:hover[b-wz05sld0ux] {
    background: #f2f2f2;
    color: #dc2626;
    border-color: #fca5a5;
}

.table-footer[b-wz05sld0ux] {
    display: flex;
    justify-content: flex-end;
    padding: 0.875rem 1.25rem;
    background: #fafafa;
    border-top: 1px solid #e5e7eb;
    font-size: 0.875rem;
    color: #6b7280;
}

@media (max-width: 768px) {
    .page-header[b-wz05sld0ux] {
        flex-direction: column;
        align-items: flex-start;
    }

    .search-box[b-wz05sld0ux] {
        width: 100%;
        min-width: auto;
    }

    .data-table[b-wz05sld0ux] {
        font-size: 0.875rem;
    }

    .data-table th[b-wz05sld0ux],
    .data-table td[b-wz05sld0ux] {
        padding: 0.75rem;
    }
}
/* /Components/Pages/Cart.razor.rz.scp.css */
.cart-hero[b-nto5f8nqql] {
    padding: 8rem 1.5rem 3rem;
    background: linear-gradient(180deg, #000000 0%, #bf0a2b 100%);
    text-align: center;
    color: white;
}

.cart-hero-content[b-nto5f8nqql] {
    max-width: 600px;
    margin: 0 auto;
}

.cart-overline[b-nto5f8nqql] {
    display: block;
    font-family: 'Manrope', sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #fbbf24;
    margin-bottom: 0.75rem;
}

.cart-hero h1[b-nto5f8nqql] {
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 700;
    margin: 0 0 1rem;
}

.cart-hero p[b-nto5f8nqql] {
    font-family: 'Manrope', sans-serif;
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}

.cart-section[b-nto5f8nqql] {
    padding: 4rem 1.5rem 6rem;
    background: #ffffff;
    min-height: 50vh;
}

.cart-container[b-nto5f8nqql] {
    max-width: 1280px;
    margin: 0 auto;
}

.cart-empty[b-nto5f8nqql] {
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
    padding: 4rem 1.5rem;
}

.empty-icon[b-nto5f8nqql] {
    color: #c6091f;
    margin-bottom: 1.5rem;
    opacity: 0.5;
}

.cart-empty h2[b-nto5f8nqql] {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #000000;
    margin: 0 0 0.5rem;
}

.cart-empty p[b-nto5f8nqql] {
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    color: #bf0a2b;
    margin: 0 0 1.5rem;
}

.shop-now-btn[b-nto5f8nqql] {
    display: inline-flex;
    align-items: center;
    padding: 0.875rem 1.75rem;
    background: #c6091f;
    color: white;
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 0.5rem;
    transition: all 0.2s ease;
    cursor: pointer;
    border: none;
}

.shop-now-btn:hover[b-nto5f8nqql] {
    background: #c6091f;
    transform: translateY(-1px);
}

.cart-layout[b-nto5f8nqql] {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 2rem;
    align-items: start;
}

.cart-items[b-nto5f8nqql] {
    background: white;
    border-radius: 1rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(198, 9, 31, 0.08);
    overflow: hidden;
    position: relative;
}

.cart-header[b-nto5f8nqql] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid rgba(198, 9, 31, 0.08);
}

.cart-header span[b-nto5f8nqql] {
    font-family: 'Manrope', sans-serif;
    font-size: 0.9375rem;
    font-weight: 500;
    color: #000000;
}

.clear-btn[b-nto5f8nqql] {
    background: none;
    border: none;
    font-family: 'Manrope', sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    color: #c6091f;
    cursor: pointer;
    padding: 0.25rem 0.5rem;
    transition: color 0.2s ease;
}

.clear-btn:hover:not(:disabled)[b-nto5f8nqql] {
    color: #c6091f;
    text-decoration: underline;
}

.clear-btn:disabled[b-nto5f8nqql] {
    color: #d1d5db;
    cursor: not-allowed;
}

.cart-item[b-nto5f8nqql] {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 1.25rem;
    padding: 1.5rem;
    border-bottom: 1px solid rgba(198, 9, 31, 0.08);
    align-items: center;
}

.cart-item:last-child[b-nto5f8nqql] {
    border-bottom: none;
}

.item-image[b-nto5f8nqql] {
    width: 80px;
    height: 80px;
    border-radius: 0.75rem;
    overflow: hidden;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.item-placeholder[b-nto5f8nqql] {
    color: #c6091f;
    opacity: 0.5;
}

.item-details[b-nto5f8nqql] {
    min-width: 0;
}

.item-details h3[b-nto5f8nqql] {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.125rem;
    font-weight: 600;
    color: #000000;
    margin: 0 0 0.25rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item-meta[b-nto5f8nqql] {
    font-family: 'Manrope', sans-serif;
    font-size: 0.875rem;
    color: #bf0a2b;
    margin: 0 0 0.375rem;
}

.item-category[b-nto5f8nqql] {
    display: inline-block;
    background: rgba(198, 9, 31, 0.1);
    color: #c6091f;
    font-size: 0.6875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0.125rem 0.5rem;
    border-radius: 9999px;
    margin-left: 0.5rem;
}

.item-wearer[b-nto5f8nqql] {
    font-family: 'Manrope', sans-serif;
    font-size: 0.875rem;
    color: #bf0a2b;
    margin: 0 0 0.375rem;
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.item-wearer svg[b-nto5f8nqql] {
    color: #c6091f;
    flex-shrink: 0;
}

.item-wearer strong[b-nto5f8nqql] {
    color: #000000;
    font-weight: 600;
}

.item-price[b-nto5f8nqql] {
    font-family: 'Manrope', sans-serif;
    font-size: 0.875rem;
    color: #bf0a2b;
    margin: 0;
}

.item-actions[b-nto5f8nqql] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.item-qty[b-nto5f8nqql] {
    display: flex;
    align-items: center;
    gap: 0;
    border: 2px solid #e5e7eb;
    border-radius: 0.375rem;
    overflow: hidden;
}

.item-qty .qty-btn[b-nto5f8nqql] {
    width: 32px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border: none;
    font-size: 1rem;
    font-weight: 600;
    color: #000000;
    cursor: pointer;
    transition: background 0.2s ease;
}

.item-qty .qty-btn:hover:not(:disabled)[b-nto5f8nqql] {
    background: #ffffff;
}

.item-qty .qty-btn:disabled[b-nto5f8nqql] {
    background: #f3f4f6;
    color: #d1d5db;
    cursor: not-allowed;
}

.item-qty span[b-nto5f8nqql] {
    width: 40px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Manrope', sans-serif;
    font-size: 0.9375rem;
    font-weight: 600;
    color: #000000;
    border-left: 2px solid #e5e7eb;
    border-right: 2px solid #e5e7eb;
}

.item-qty-static span[b-nto5f8nqql] {
    width: auto;
    padding: 0 0.75rem;
    border: 2px solid #e5e7eb;
    border-radius: 0.375rem;
    font-size: 0.875rem;
    color: #bf0a2b;
}

.item-total span[b-nto5f8nqql] {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    color: #000000;
    min-width: 60px;
    text-align: right;
    display: block;
}

.remove-btn[b-nto5f8nqql] {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(198, 9, 31, 0.08);
    border: none;
    border-radius: 0.375rem;
    color: #c6091f;
    cursor: pointer;
    transition: all 0.2s ease;
}

.remove-btn:hover:not(:disabled)[b-nto5f8nqql] {
    background: #c6091f;
    color: white;
}

.remove-btn:disabled[b-nto5f8nqql] {
    background: #f3f4f6;
    color: #d1d5db;
    cursor: not-allowed;
}

.cart-sidebar[b-nto5f8nqql] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    position: sticky;
    top: 96px;
}

.cart-summary[b-nto5f8nqql],
.checkout-form[b-nto5f8nqql] {
    background: white;
    border-radius: 1rem;
    padding: 1.5rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(198, 9, 31, 0.08);
}

.cart-summary h2[b-nto5f8nqql],
.checkout-form h3[b-nto5f8nqql] {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: #000000;
    margin: 0 0 1.25rem;
}

.summary-row[b-nto5f8nqql] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.625rem 0;
    font-family: 'Manrope', sans-serif;
    font-size: 0.9375rem;
    color: #bf0a2b;
}

.summary-row span:last-child[b-nto5f8nqql] {
    font-weight: 600;
    color: #000000;
}

.shipping-note[b-nto5f8nqql] {
    font-size: 0.8125rem;
    color: #9ca3af;
    font-weight: 400 !important;
}

.summary-divider[b-nto5f8nqql] {
    height: 1px;
    background: rgba(198, 9, 31, 0.1);
    margin: 0.5rem 0;
}

.summary-total[b-nto5f8nqql] {
    font-size: 1.125rem;
    font-weight: 700;
}

.summary-total span[b-nto5f8nqql] {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.5rem;
    color: #c6091f;
}

.form-field[b-nto5f8nqql] {
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
    margin-bottom: 1rem;
}

.form-field label[b-nto5f8nqql] {
    font-family: 'Manrope', sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    color: #000000;
}

.required[b-nto5f8nqql] {
    color: #ef4444;
}

.form-input[b-nto5f8nqql] {
    padding: 0.625rem 0.875rem;
    border: 2px solid #e5e7eb;
    border-radius: 0.5rem;
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    color: #000000;
    background: white;
    transition: border-color 0.2s ease;
    width: 100%;
}

.form-input:focus[b-nto5f8nqql] {
    outline: none;
    border-color: #c6091f;
}

.form-input-error[b-nto5f8nqql] {
    border-color: #ef4444;
}

.form-error[b-nto5f8nqql] {
    font-family: 'Manrope', sans-serif;
    font-size: 0.8125rem;
    color: #ef4444;
}

.checkout-btn[b-nto5f8nqql] {
    width: 100%;
    padding: 1rem;
    background: #c6091f;
    color: white;
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    border: none;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: all 0.2s ease;
    margin-top: 0.5rem;
}

.checkout-btn:hover:not(:disabled)[b-nto5f8nqql] {
    background: #c6091f;
    transform: translateY(-1px);
}

.checkout-btn:disabled[b-nto5f8nqql] {
    background: #d1d5db;
    color: #6b7280;
    cursor: not-allowed;
    transform: none !important;
}

.order-error[b-nto5f8nqql] {
    display: block;
    text-align: center;
    margin-top: 0.75rem;
}

.continue-shopping[b-nto5f8nqql] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    padding: 0.875rem;
    margin-top: 0.75rem;
    background: transparent;
    color: #bf0a2b;
    font-family: 'Manrope', sans-serif;
    font-size: 0.9375rem;
    font-weight: 500;
    text-decoration: none;
    border-radius: 0.5rem;
    transition: all 0.2s ease;
}

.continue-shopping:hover[b-nto5f8nqql] {
    background: rgba(198, 9, 31, 0.05);
    color: #c6091f;
}

/* Confirmation Modal */
.modal-backdrop[b-nto5f8nqql] {
    position: fixed;
    inset: 0;
    z-index: 2000;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    animation: fadeIn-b-nto5f8nqql 0.2s ease;
}

@keyframes fadeIn-b-nto5f8nqql {
    from { opacity: 0; }
    to { opacity: 1; }
}

.modal-dialog[b-nto5f8nqql] {
    background: white;
    border-radius: 1rem;
    width: 100%;
    max-width: 480px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    animation: slideUp-b-nto5f8nqql 0.3s ease;
    padding: 2rem;
    text-align: center;
}

.modal-dialog-success[b-nto5f8nqql] {
    max-width: 440px;
}

@keyframes slideUp-b-nto5f8nqql {
    from { transform: translateY(20px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

.success-icon[b-nto5f8nqql] {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: rgba(34, 197, 94, 0.1);
    color: #16a34a;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.25rem;
}

.modal-dialog h3[b-nto5f8nqql] {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #000000;
    margin: 0 0 0.5rem;
}

.order-number[b-nto5f8nqql] {
    font-family: 'Manrope', sans-serif;
    font-size: 1.125rem;
    color: #000000;
    margin: 0 0 1rem;
}

.order-number strong[b-nto5f8nqql] {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.25rem;
    color: #c6091f;
    letter-spacing: 0.02em;
}

.modal-dialog p[b-nto5f8nqql] {
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    color: #bf0a2b;
    line-height: 1.6;
    margin: 0 0 1.5rem;
}

.modal-btn[b-nto5f8nqql] {
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    border: none;
}

.modal-btn-primary[b-nto5f8nqql] {
    background: #c6091f;
    color: white;
    width: 100%;
}

.modal-btn-primary:hover[b-nto5f8nqql] {
    background: #c6091f;
}

.disclaimer-section[b-nto5f8nqql] {
    margin-top: 1.5rem;
    padding: 1.5rem;
    background: #fdf8f0;
    border: 1px solid #e2d5b7;
    border-radius: 0.75rem;
}

.disclaimer-section h3[b-nto5f8nqql] {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    color: #000000;
    margin: 0 0 0.75rem;
    text-align: center;
}

.disclaimer-notice[b-nto5f8nqql] {
    font-family: 'Manrope', sans-serif;
    font-size: 0.875rem;
    line-height: 1.6;
    color: #c6091f;
    font-weight: 600;
    text-align: center;
    margin: 0 0 1.25rem;
    padding: 0.75rem;
    background: rgba(198, 9, 31, 0.08);
    border-radius: 0.5rem;
}

.disclaimer-warning[b-nto5f8nqql] {
    font-family: 'Manrope', sans-serif;
    font-size: 0.875rem;
    line-height: 1.6;
    color: #92400e;
    font-weight: 600;
    text-align: center;
    margin: -0.5rem 0 1.25rem;
    padding: 0.75rem;
    background: #fef3c7;
    border: 1px solid #fcd34d;
    border-radius: 0.5rem;
}

.zelle-details[b-nto5f8nqql] {
    margin-bottom: 1.25rem;
}

.zelle-row[b-nto5f8nqql] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.625rem 0;
    border-bottom: 1px solid rgba(226, 213, 183, 0.5);
    flex-wrap: wrap;
}

.zelle-row:last-child[b-nto5f8nqql] {
    border-bottom: none;
}

.zelle-label[b-nto5f8nqql] {
    font-family: 'Manrope', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #b45309;
    min-width: 120px;
}

.zelle-value[b-nto5f8nqql] {
    font-family: 'Manrope', sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    color: #1a1a1a;
}

.zelle-id-box[b-nto5f8nqql] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: white;
    border: 1px solid #e2d5b7;
    border-radius: 0.375rem;
    padding: 0.375rem 0.5rem 0.375rem 0.75rem;
}

.zelle-id[b-nto5f8nqql] {
    font-family: 'Source Sans 3', monospace;
    font-size: 0.875rem;
    color: #000000;
    word-break: break-all;
}

.copy-btn[b-nto5f8nqql] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.25rem;
    background: none;
    border: none;
    color: #b45309;
    cursor: pointer;
    border-radius: 0.25rem;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

.copy-btn:hover:not(:disabled)[b-nto5f8nqql] {
    color: #000000;
    background: rgba(196, 168, 78, 0.15);
}

.copy-btn:disabled[b-nto5f8nqql] {
    opacity: 0.4;
    cursor: not-allowed;
}

.copied-confirm[b-nto5f8nqql] {
    font-family: 'Manrope', sans-serif;
    font-size: 0.75rem;
    color: #16a34a;
    font-weight: 600;
}

.zelle-instructions[b-nto5f8nqql] {
    margin-top: 0.75rem;
}

.zelle-instructions p[b-nto5f8nqql] {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    font-family: 'Manrope', sans-serif;
    font-size: 0.8125rem;
    line-height: 1.5;
    color: #475569;
    margin: 0 0 0.5rem;
}

.zelle-instructions p:last-child[b-nto5f8nqql] {
    margin-bottom: 0;
}

.zelle-instructions svg[b-nto5f8nqql] {
    flex-shrink: 0;
    margin-top: 0.2rem;
    color: #b45309;
}

.payment-method-section[b-nto5f8nqql] {
    margin: 1.25rem 0 0.5rem;
}

.payment-method-section h4[b-nto5f8nqql] {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #000000;
    margin: 0 0 0.75rem;
}

.payment-method-options[b-nto5f8nqql] {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
}

.payment-method-option[b-nto5f8nqql] {
    display: flex;
    align-items: center;
    gap: 0.875rem;
    padding: 0.875rem 1rem;
    border: 2px solid #e5e7eb;
    border-radius: 0.625rem;
    background: white;
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
}

.payment-method-option:hover:not(:has(input:disabled))[b-nto5f8nqql] {
    border-color: #c6091f;
}

.payment-method-option:has(input:disabled)[b-nto5f8nqql] {
    opacity: 0.5;
    cursor: not-allowed;
}

.payment-method-option.active[b-nto5f8nqql] {
    border-color: #c6091f;
    background: #ffffff;
}

.payment-method-option input[type="radio"][b-nto5f8nqql] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.payment-method-icon[b-nto5f8nqql] {
    width: 40px;
    height: 40px;
    border-radius: 0.5rem;
    background: rgba(198, 9, 31, 0.08);
    color: #c6091f;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.payment-method-option.active .payment-method-icon[b-nto5f8nqql] {
    background: #c6091f;
    color: white;
}

.payment-method-text[b-nto5f8nqql] {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
}

.payment-method-title[b-nto5f8nqql] {
    font-family: 'Manrope', sans-serif;
    font-size: 0.9375rem;
    font-weight: 600;
    color: #000000;
}

.payment-method-desc[b-nto5f8nqql] {
    font-family: 'Manrope', sans-serif;
    font-size: 0.8125rem;
    color: #bf0a2b;
}

.email-confirmation-note[b-nto5f8nqql] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 1rem;
    background: #ffffff;
    border: 1px solid rgba(198, 9, 31, 0.12);
    border-radius: 0.5rem;
    margin: 1.25rem 0 0.5rem;
}

.email-confirmation-note svg[b-nto5f8nqql] {
    flex-shrink: 0;
    color: #c6091f;
    margin-top: 0.125rem;
}

.email-confirmation-note p[b-nto5f8nqql] {
    font-family: 'Manrope', sans-serif;
    font-size: 0.875rem;
    color: #000000;
    line-height: 1.5;
    margin: 0;
}

.upload-section[b-nto5f8nqql] {
    margin: 1.25rem 0 1rem;
}

.upload-section h4[b-nto5f8nqql] {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #000000;
    margin: 0 0 0.5rem;
}

.file-input[b-nto5f8nqql] {
    display: none;
}

.upload-label[b-nto5f8nqql] {
    display: block;
    cursor: pointer;
}

.upload-placeholder[b-nto5f8nqql] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    padding: 1.5rem 1rem;
    border: 2px dashed #e2d5b7;
    border-radius: 0.5rem;
    background: white;
    transition: all 0.2s ease;
}

.upload-placeholder:hover[b-nto5f8nqql] {
    border-color: #c8a84e;
    background: #fefaf0;
}

.upload-placeholder svg[b-nto5f8nqql] {
    color: #b45309;
}

.upload-placeholder p[b-nto5f8nqql] {
    font-family: 'Manrope', sans-serif;
    font-size: 0.875rem;
    color: #475569;
    margin: 0;
}

.upload-hint[b-nto5f8nqql] {
    font-family: 'Manrope', sans-serif;
    font-size: 0.75rem;
    color: #94a3b8;
}

.file-preview[b-nto5f8nqql] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.625rem 0.75rem;
    background: white;
    border: 1px solid #e2d5b7;
    border-radius: 0.5rem;
    font-family: 'Manrope', sans-serif;
    font-size: 0.8125rem;
    color: #475569;
}

.file-preview svg[b-nto5f8nqql] {
    color: #b45309;
    flex-shrink: 0;
}

.file-size[b-nto5f8nqql] {
    color: #94a3b8;
    font-size: 0.75rem;
    flex-shrink: 0;
    margin-left: auto;
}

.remove-file-btn[b-nto5f8nqql] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.125rem;
    background: none;
    border: none;
    color: #c6091f;
    cursor: pointer;
    border-radius: 0.25rem;
    flex-shrink: 0;
}

.remove-file-btn:hover:not(:disabled)[b-nto5f8nqql] {
    background: rgba(198, 9, 31, 0.1);
}

.remove-file-btn:disabled[b-nto5f8nqql] {
    opacity: 0.4;
    cursor: not-allowed;
}

.disclaimer-checkbox[b-nto5f8nqql] {
    display: flex;
    align-items: flex-start;
    gap: 0.625rem;
    padding: 0.75rem;
    background: rgba(198, 9, 31, 0.05);
    border-radius: 0.5rem;
}

.checkbox-input[b-nto5f8nqql] {
    margin-top: 0.2rem;
    width: 1.125rem;
    height: 1.125rem;
    accent-color: #c6091f;
    cursor: pointer;
    flex-shrink: 0;
}

.checkbox-label[b-nto5f8nqql] {
    font-family: 'Manrope', sans-serif;
    font-size: 0.8125rem;
    line-height: 1.5;
    color: #475569;
    cursor: pointer;
}

.checkbox-label strong[b-nto5f8nqql] {
    color: #c6091f;
}

.loading-overlay[b-nto5f8nqql] {
    position: absolute;
    inset: 0;
    z-index: 100;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(2px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    border-radius: 1rem;
    animation: fadeIn-b-nto5f8nqql 0.2s ease;
}

.loading-overlay p[b-nto5f8nqql] {
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: #000000;
    margin: 0;
}

.loading-spinner[b-nto5f8nqql] {
    width: 40px;
    height: 40px;
    border: 3px solid rgba(198, 9, 31, 0.15);
    border-top-color: #c6091f;
    border-radius: 50%;
    animation: spin-b-nto5f8nqql 0.8s linear infinite;
}

@keyframes spin-b-nto5f8nqql {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

@media (max-width: 1024px) {
    .cart-layout[b-nto5f8nqql] {
        grid-template-columns: 1fr;
    }

    .cart-sidebar[b-nto5f8nqql] {
        position: static;
    }
}

@media (max-width: 640px) {
    .cart-item[b-nto5f8nqql] {
        grid-template-columns: auto 1fr;
        grid-template-rows: auto auto;
    }

    .item-actions[b-nto5f8nqql] {
        grid-column: span 2;
        justify-content: space-between;
        padding-top: 0.5rem;
        border-top: 1px solid rgba(198, 9, 31, 0.05);
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.cta-section[b-820r4rst46] {
    padding: 6rem 1.5rem;
    background: linear-gradient(135deg, #bf0a2b 0%, #000000 100%);
    text-align: center;
}

.cta-content[b-820r4rst46] {
    max-width: 600px;
    margin: 0 auto;
}

.cta-section h2[b-820r4rst46] {
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 700;
    color: white;
    margin: 0 0 1rem;
}

.cta-section p[b-820r4rst46] {
    font-family: 'Manrope', sans-serif;
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    margin: 0 0 2rem;
}

.cta-btn[b-820r4rst46] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 2rem;
    background: #fbbf24;
    color: #0f0f0f;
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 0.5rem;
    transition: all 0.2s ease;
    cursor: pointer;
    border: none;
    box-shadow: 0 4px 20px rgba(251, 191, 36, 0.3);
}

.cta-btn:hover[b-820r4rst46] {
    background: #f59e0b;
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(251, 191, 36, 0.4);
}
/* /Components/Pages/Magazine.razor.rz.scp.css */
.magazine-hero[b-kjt5775yt5] {
    padding: 8rem 1.5rem 3rem;
    background: linear-gradient(180deg, #450a0a 0%, #7f1d1d 100%);
    text-align: center;
    color: white;
}

.magazine-hero-content[b-kjt5775yt5] {
    max-width: 600px;
    margin: 0 auto;
}

.magazine-overline[b-kjt5775yt5] {
    display: block;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #fbbf24;
    margin-bottom: 0.75rem;
}

.magazine-hero h1[b-kjt5775yt5] {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 700;
    margin: 0 0 1rem;
}

.magazine-hero p[b-kjt5775yt5] {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}

.magazine-section[b-kjt5775yt5] {
    padding: 4rem 1.5rem 6rem;
    background: #fef2f2;
    min-height: 50vh;
}

.magazine-container[b-kjt5775yt5] {
    max-width: 720px;
    margin: 0 auto;
}

.magazine-form-wrapper[b-kjt5775yt5] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.form-card[b-kjt5775yt5] {
    background: white;
    border-radius: 1rem;
    padding: 1.5rem;
    box-shadow: 0 4px 20px rgba(69, 10, 10, 0.05);
    border: 1px solid rgba(185, 28, 28, 0.08);
}

.form-card h2[b-kjt5775yt5] {
    font-family: 'Playfair Display', serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: #450a0a;
    margin: 0 0 0.25rem;
}

.form-hint[b-kjt5775yt5] {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 0.875rem;
    color: #7f1d1d;
    margin: 0 0 1.25rem;
    line-height: 1.5;
}

.form-field[b-kjt5775yt5] {
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
    margin-bottom: 1rem;
}

.form-field:last-child[b-kjt5775yt5] {
    margin-bottom: 0;
}

.form-field label[b-kjt5775yt5] {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    color: #450a0a;
}

.required[b-kjt5775yt5] {
    color: #ef4444;
}

.form-input[b-kjt5775yt5] {
    padding: 0.625rem 0.875rem;
    border: 2px solid #e5e7eb;
    border-radius: 0.5rem;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 1rem;
    color: #450a0a;
    background: white;
    transition: border-color 0.2s ease;
    width: 100%;
}

.form-input:focus[b-kjt5775yt5] {
    outline: none;
    border-color: #b91c1c;
}

.form-input-error[b-kjt5775yt5] {
    border-color: #ef4444;
}

.form-error[b-kjt5775yt5] {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 0.8125rem;
    color: #ef4444;
}

/* Ad Type Selection */
.ad-type-options[b-kjt5775yt5] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 0.875rem;
}

.ad-type-option[b-kjt5775yt5] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 1rem 0.875rem 1rem 1rem;
    border: 2px solid #e5e7eb;
    border-radius: 0.75rem;
    background: white;
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
    overflow: hidden;
}

.ad-type-option:hover:not(:has(input:disabled))[b-kjt5775yt5] {
    border-color: #b91c1c;
    box-shadow: 0 4px 12px rgba(185, 28, 28, 0.08);
}

.ad-type-option:has(input:disabled)[b-kjt5775yt5] {
    opacity: 0.5;
    cursor: not-allowed;
}

.ad-type-option.active[b-kjt5775yt5] {
    border-color: #b91c1c;
    background: #fef2f2;
    box-shadow: 0 4px 12px rgba(185, 28, 28, 0.1);
}

.ad-type-option.popular[b-kjt5775yt5] {
    border-color: #d4a056;
}

.ad-type-option.popular.active[b-kjt5775yt5] {
    border-color: #b91c1c;
}

.ad-type-option input[type="radio"][b-kjt5775yt5] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.popular-badge[b-kjt5775yt5] {
    position: absolute;
    top: 0;
    right: 0;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 0.625rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: white;
    background: #d4a056;
    padding: 0.25rem 0.5rem;
    border-bottom-left-radius: 0.5rem;
    border-top-right-radius: 0.625rem;
}

.ad-type-check[b-kjt5775yt5] {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 2px solid #d1d5db;
    display: flex;
    align-items: center;
    justify-content: center;
    color: transparent;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

.ad-type-option.active .ad-type-check[b-kjt5775yt5] {
    background: #b91c1c;
    border-color: #b91c1c;
    color: white;
}

.ad-type-content[b-kjt5775yt5] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.ad-type-name[b-kjt5775yt5] {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 0.9375rem;
    font-weight: 700;
    color: #450a0a;
}

.ad-type-desc[b-kjt5775yt5] {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 0.8125rem;
    color: #7f1d1d;
    line-height: 1.4;
}

.ad-type-price[b-kjt5775yt5] {
    font-family: 'Playfair Display', serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: #b91c1c;
    margin-top: 0.25rem;
}

/* Payment Card */
.payment-card[b-kjt5775yt5] {
    background: #fdf8f0;
    border-color: #e2d5b7;
}

.disclaimer-text[b-kjt5775yt5] {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 0.875rem;
    line-height: 1.6;
    color: #475569;
    margin-bottom: 1rem;
}

.disclaimer-text p[b-kjt5775yt5] {
    margin: 0 0 0.75rem;
}

.disclaimer-text p:last-child[b-kjt5775yt5] {
    margin-bottom: 0;
}

.disclaimer-card[b-kjt5775yt5] {
    background: #fdf8f0;
    border-color: #e2d5b7;
}

/* File Upload */
.file-input[b-kjt5775yt5] {
    display: none;
}

.upload-label[b-kjt5775yt5] {
    display: block;
    cursor: pointer;
}

.upload-placeholder[b-kjt5775yt5] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    padding: 1.5rem 1rem;
    border: 2px dashed #e2d5b7;
    border-radius: 0.5rem;
    background: white;
    transition: all 0.2s ease;
}

.upload-placeholder:hover[b-kjt5775yt5] {
    border-color: #c8a84e;
    background: #fefaf0;
}

.upload-placeholder svg[b-kjt5775yt5] {
    color: #b45309;
}

.upload-placeholder p[b-kjt5775yt5] {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 0.875rem;
    color: #475569;
    margin: 0;
}

.upload-hint[b-kjt5775yt5] {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 0.75rem;
    color: #94a3b8;
}

.file-preview[b-kjt5775yt5] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.625rem 0.75rem;
    background: white;
    border: 1px solid #e2d5b7;
    border-radius: 0.5rem;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 0.8125rem;
    color: #475569;
}

.file-preview svg[b-kjt5775yt5] {
    color: #b45309;
    flex-shrink: 0;
}

.file-size[b-kjt5775yt5] {
    color: #94a3b8;
    font-size: 0.75rem;
    flex-shrink: 0;
    margin-left: auto;
}

.remove-file-btn[b-kjt5775yt5] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.125rem;
    background: none;
    border: none;
    color: #b91c1c;
    cursor: pointer;
    border-radius: 0.25rem;
    flex-shrink: 0;
}

.remove-file-btn:hover:not(:disabled)[b-kjt5775yt5] {
    background: rgba(185, 28, 28, 0.1);
}

.remove-file-btn:disabled[b-kjt5775yt5] {
    opacity: 0.4;
    cursor: not-allowed;
}

/* Zelle Details */
.zelle-details[b-kjt5775yt5] {
    margin-bottom: 1.25rem;
}

.zelle-row[b-kjt5775yt5] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.625rem 0;
    border-bottom: 1px solid rgba(226, 213, 183, 0.5);
    flex-wrap: wrap;
}

.zelle-row:last-child[b-kjt5775yt5] {
    border-bottom: none;
}

.zelle-label[b-kjt5775yt5] {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #b45309;
    min-width: 120px;
}

.zelle-value[b-kjt5775yt5] {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    color: #1a1a1a;
}

.zelle-id-box[b-kjt5775yt5] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: white;
    border: 1px solid #e2d5b7;
    border-radius: 0.375rem;
    padding: 0.375rem 0.5rem 0.375rem 0.75rem;
}

.zelle-id[b-kjt5775yt5] {
    font-family: 'Source Sans 3', monospace;
    font-size: 0.875rem;
    color: #450a0a;
    word-break: break-all;
}

.copy-btn[b-kjt5775yt5] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.25rem;
    background: none;
    border: none;
    color: #b45309;
    cursor: pointer;
    border-radius: 0.25rem;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

.copy-btn:hover:not(:disabled)[b-kjt5775yt5] {
    color: #450a0a;
    background: rgba(196, 168, 78, 0.15);
}

.copy-btn:disabled[b-kjt5775yt5] {
    opacity: 0.4;
    cursor: not-allowed;
}

.copied-confirm[b-kjt5775yt5] {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 0.75rem;
    color: #16a34a;
    font-weight: 600;
}

.zelle-instructions[b-kjt5775yt5] {
    margin-top: 0.75rem;
}

.zelle-instructions p[b-kjt5775yt5] {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 0.8125rem;
    line-height: 1.5;
    color: #475569;
    margin: 0 0 0.5rem;
}

.zelle-instructions p:last-child[b-kjt5775yt5] {
    margin-bottom: 0;
}

.zelle-instructions svg[b-kjt5775yt5] {
    flex-shrink: 0;
    margin-top: 0.2rem;
    color: #b45309;
}

/* Payment Method */
.payment-method-section[b-kjt5775yt5] {
    margin: 1.25rem 0 0.5rem;
}

.payment-method-section h4[b-kjt5775yt5] {
    font-family: 'Playfair Display', serif;
    font-size: 1rem;
    font-weight: 700;
    color: #450a0a;
    margin: 0 0 0.75rem;
}

.payment-method-options[b-kjt5775yt5] {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
}

.payment-method-option[b-kjt5775yt5] {
    display: flex;
    align-items: center;
    gap: 0.875rem;
    padding: 0.875rem 1rem;
    border: 2px solid #e5e7eb;
    border-radius: 0.625rem;
    background: white;
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
}

.payment-method-option:hover:not(:has(input:disabled))[b-kjt5775yt5] {
    border-color: #b91c1c;
}

.payment-method-option:has(input:disabled)[b-kjt5775yt5] {
    opacity: 0.5;
    cursor: not-allowed;
}

.payment-method-option.active[b-kjt5775yt5] {
    border-color: #b91c1c;
    background: #fef2f2;
}

.payment-method-option input[type="radio"][b-kjt5775yt5] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.payment-method-icon[b-kjt5775yt5] {
    width: 40px;
    height: 40px;
    border-radius: 0.5rem;
    background: rgba(185, 28, 28, 0.08);
    color: #b91c1c;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.payment-method-option.active .payment-method-icon[b-kjt5775yt5] {
    background: #b91c1c;
    color: white;
}

.payment-method-text[b-kjt5775yt5] {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
}

.payment-method-title[b-kjt5775yt5] {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 0.9375rem;
    font-weight: 600;
    color: #450a0a;
}

.payment-method-desc[b-kjt5775yt5] {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 0.8125rem;
    color: #7f1d1d;
}

.email-confirmation-note[b-kjt5775yt5] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 1rem;
    background: #fef2f2;
    border: 1px solid rgba(185, 28, 28, 0.12);
    border-radius: 0.5rem;
    margin: 1.25rem 0 0.5rem;
}

.email-confirmation-note svg[b-kjt5775yt5] {
    flex-shrink: 0;
    color: #b91c1c;
    margin-top: 0.125rem;
}

.email-confirmation-note p[b-kjt5775yt5] {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 0.875rem;
    color: #450a0a;
    line-height: 1.5;
    margin: 0;
}

/* Disclaimer */
.disclaimer-notice[b-kjt5775yt5] {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 0.875rem;
    line-height: 1.6;
    color: #b91c1c;
    font-weight: 600;
    text-align: center;
    margin: 0 0 1.25rem;
    padding: 0.75rem;
    background: rgba(185, 28, 28, 0.08);
    border-radius: 0.5rem;
}

.disclaimer-checkbox[b-kjt5775yt5] {
    display: flex;
    align-items: flex-start;
    gap: 0.625rem;
    padding: 0.75rem;
    background: rgba(185, 28, 28, 0.05);
    border-radius: 0.5rem;
}

.checkbox-input[b-kjt5775yt5] {
    margin-top: 0.2rem;
    width: 1.125rem;
    height: 1.125rem;
    accent-color: #b91c1c;
    cursor: pointer;
    flex-shrink: 0;
}

.checkbox-label[b-kjt5775yt5] {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 0.8125rem;
    line-height: 1.5;
    color: #475569;
    cursor: pointer;
}

.checkbox-label strong[b-kjt5775yt5] {
    color: #b91c1c;
}

/* Submit */
.form-submit[b-kjt5775yt5] {
    position: relative;
}

.checkout-btn[b-kjt5775yt5] {
    width: 100%;
    padding: 1rem;
    background: #b91c1c;
    color: white;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    border: none;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

.checkout-btn:hover:not(:disabled)[b-kjt5775yt5] {
    background: #991b1b;
    transform: translateY(-1px);
}

.checkout-btn:disabled[b-kjt5775yt5] {
    background: #d1d5db;
    color: #6b7280;
    cursor: not-allowed;
    transform: none !important;
}

.order-error[b-kjt5775yt5] {
    display: block;
    text-align: center;
    margin-bottom: 0.75rem;
}

/* Loading */
.loading-overlay[b-kjt5775yt5] {
    position: absolute;
    inset: 0;
    z-index: 100;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(2px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    border-radius: 1rem;
    animation: fadeIn-b-kjt5775yt5 0.2s ease;
}

.loading-overlay p[b-kjt5775yt5] {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: #450a0a;
    margin: 0;
}

.loading-spinner[b-kjt5775yt5] {
    width: 40px;
    height: 40px;
    border: 3px solid rgba(185, 28, 28, 0.15);
    border-top-color: #b91c1c;
    border-radius: 50%;
    animation: spin-b-kjt5775yt5 0.8s linear infinite;
}

@keyframes spin-b-kjt5775yt5 {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

@keyframes fadeIn-b-kjt5775yt5 {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* Modal */
.modal-backdrop[b-kjt5775yt5] {
    position: fixed;
    inset: 0;
    z-index: 2000;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    animation: fadeIn-b-kjt5775yt5 0.2s ease;
}

.modal-dialog[b-kjt5775yt5] {
    background: white;
    border-radius: 1rem;
    width: 100%;
    max-width: 480px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    animation: slideUp-b-kjt5775yt5 0.3s ease;
    padding: 2rem;
    text-align: center;
}

.modal-dialog-success[b-kjt5775yt5] {
    max-width: 440px;
}

@keyframes slideUp-b-kjt5775yt5 {
    from { transform: translateY(20px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

.success-icon[b-kjt5775yt5] {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: rgba(34, 197, 94, 0.1);
    color: #16a34a;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.25rem;
}

.modal-dialog h3[b-kjt5775yt5] {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #450a0a;
    margin: 0 0 0.5rem;
}

.order-number[b-kjt5775yt5] {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 1.125rem;
    color: #450a0a;
    margin: 0 0 1rem;
}

.order-number strong[b-kjt5775yt5] {
    font-family: 'Playfair Display', serif;
    font-size: 1.25rem;
    color: #b91c1c;
    letter-spacing: 0.02em;
}

.modal-dialog p[b-kjt5775yt5] {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 1rem;
    color: #7f1d1d;
    line-height: 1.6;
    margin: 0 0 1.5rem;
}

.modal-btn[b-kjt5775yt5] {
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    border: none;
}

.modal-btn-primary[b-kjt5775yt5] {
    background: #b91c1c;
    color: white;
    width: 100%;
}

.modal-btn-primary:hover[b-kjt5775yt5] {
    background: #991b1b;
}

/* Responsive */
@media (max-width: 640px) {
    .ad-type-options[b-kjt5775yt5] {
        grid-template-columns: repeat(2, 1fr);
    }

    .zelle-row[b-kjt5775yt5] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.375rem;
    }
}
/* /Components/Pages/NotFound.razor.rz.scp.css */
.notfound-section[b-4k961bdx7r] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6rem 1.5rem;
    background: linear-gradient(135deg, #ffffff 0%, #f2f2f2 100%);
    text-align: center;
}

.notfound-content[b-4k961bdx7r] {
    max-width: 500px;
}

.notfound-icon[b-4k961bdx7r] {
    color: #c6091f;
    opacity: 0.4;
    margin-bottom: 1.5rem;
}

.notfound-code[b-4k961bdx7r] {
    display: block;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 6rem;
    font-weight: 800;
    color: rgba(198, 9, 31, 0.15);
    line-height: 1;
    margin-bottom: 0.5rem;
}

.notfound-content h1[b-4k961bdx7r] {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #000000;
    margin: 0 0 0.75rem;
}

.notfound-content p[b-4k961bdx7r] {
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    color: #bf0a2b;
    line-height: 1.6;
    margin: 0 0 2rem;
}

.notfound-actions[b-4k961bdx7r] {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.notfound-btn[b-4k961bdx7r] {
    display: inline-flex;
    align-items: center;
    padding: 0.875rem 1.75rem;
    border-radius: 0.5rem;
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
    cursor: pointer;
}

.notfound-btn-primary[b-4k961bdx7r] {
    background: #c6091f;
    color: white;
    box-shadow: 0 4px 14px rgba(198, 9, 31, 0.3);
}

.notfound-btn-primary:hover[b-4k961bdx7r] {
    background: #c6091f;
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(198, 9, 31, 0.4);
}

.notfound-btn-outline[b-4k961bdx7r] {
    background: transparent;
    color: #c6091f;
    border: 2px solid #c6091f;
}

.notfound-btn-outline:hover[b-4k961bdx7r] {
    background: #c6091f;
    color: white;
}
/* /Components/Pages/Shop.razor.rz.scp.css */
.shop-hero[b-zurlpg6pwg] {
    padding: 8rem 1.5rem 3rem;
    background: linear-gradient(180deg, #000000 0%, #bf0a2b 100%);
    text-align: center;
    color: white;
}

.shop-hero-content[b-zurlpg6pwg] {
    max-width: 600px;
    margin: 0 auto;
}

.shop-overline[b-zurlpg6pwg] {
    display: block;
    font-family: 'Manrope', sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #fbbf24;
    margin-bottom: 0.75rem;
}

.shop-hero h1[b-zurlpg6pwg] {
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 700;
    margin: 0 0 1rem;
}

.shop-hero p[b-zurlpg6pwg] {
    font-family: 'Manrope', sans-serif;
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}

.shop-section[b-zurlpg6pwg] {
    padding: 4rem 1.5rem 6rem;
    background: #ffffff;
}

.shop-container[b-zurlpg6pwg] {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.shop-product[b-zurlpg6pwg] {
    background: white;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(198, 9, 31, 0.08);
    display: flex;
    flex-direction: column;
}

.shop-product-featured[b-zurlpg6pwg] {
    flex-direction: row;
}

.product-image[b-zurlpg6pwg] {
    min-height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-shrink: 0;
}

.shop-product-featured .product-image[b-zurlpg6pwg] {
    width: 40%;
    min-height: auto;
}

.product-image-package[b-zurlpg6pwg] {
    background: linear-gradient(135deg, #bf0a2b 0%, #c6091f 50%, #c6091f 100%);
    color: white;
}

.product-image-shirt[b-zurlpg6pwg] {
    background: linear-gradient(135deg, #ffffff 0%, #f2f2f2 100%);
    color: #c6091f;
}

.product-image-content[b-zurlpg6pwg] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
}

.product-image-content span[b-zurlpg6pwg] {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.125rem;
    font-weight: 600;
}

.package-price-tag[b-zurlpg6pwg],
.shirt-price-tag[b-zurlpg6pwg] {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #fbbf24;
}

.shirt-price-tag[b-zurlpg6pwg] {
    color: #c6091f;
}

.product-details[b-zurlpg6pwg] {
    padding: 2rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.product-header[b-zurlpg6pwg] {
    margin-bottom: 1.5rem;
}

.product-badge[b-zurlpg6pwg] {
    display: inline-block;
    background: #fbbf24;
    color: #0f0f0f;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0.375rem 0.875rem;
    border-radius: 9999px;
    margin-bottom: 0.75rem;
}

.badge-adult[b-zurlpg6pwg] {
    background: #c6091f;
    color: white;
}

.badge-youth[b-zurlpg6pwg] {
    background: #ffffff;
    color: #c6091f;
    border: 1px solid rgba(198, 9, 31, 0.2);
}

.product-header h2[b-zurlpg6pwg] {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #000000;
    margin: 0 0 0.5rem;
}

.product-header p[b-zurlpg6pwg] {
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    color: #bf0a2b;
    line-height: 1.5;
    margin: 0;
}

.package-contents[b-zurlpg6pwg] {
    margin-bottom: 1.5rem;
}

.package-contents h3[b-zurlpg6pwg] {
    font-family: 'Manrope', sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #000000;
    margin: 0 0 0.75rem;
}

.package-contents ul[b-zurlpg6pwg] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.625rem;
}

.package-contents li[b-zurlpg6pwg] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-family: 'Manrope', sans-serif;
    font-size: 0.9375rem;
    color: #000000;
}

.package-contents li svg[b-zurlpg6pwg] {
    color: #c6091f;
    flex-shrink: 0;
}

.size-selection[b-zurlpg6pwg] {
    margin-bottom: 1.5rem;
}

.size-label[b-zurlpg6pwg] {
    display: block;
    font-family: 'Manrope', sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    color: #000000;
    margin-bottom: 0.5rem;
}

.size-options[b-zurlpg6pwg] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.size-option[b-zurlpg6pwg] {
    padding: 0.5rem 1rem;
    border: 2px solid #e5e7eb;
    background: white;
    border-radius: 0.375rem;
    font-family: 'Manrope', sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    color: #000000;
    cursor: pointer;
    transition: all 0.2s ease;
    user-select: none;
    -webkit-user-select: none;
    position: relative;
}

.size-option:hover[b-zurlpg6pwg] {
    border-color: #c6091f;
    color: #c6091f;
}

.size-option.active[b-zurlpg6pwg] {
    border-color: #c6091f;
    background: #c6091f;
    color: white;
}

.product-actions[b-zurlpg6pwg] {
    margin-top: auto;
    display: flex;
    gap: 1rem;
    align-items: center;
    flex-wrap: wrap;
}

.quantity-selector[b-zurlpg6pwg] {
    display: flex;
    align-items: center;
    gap: 0;
    border: 2px solid #e5e7eb;
    border-radius: 0.5rem;
    overflow: hidden;
}

.qty-btn[b-zurlpg6pwg] {
    width: 40px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border: none;
    font-size: 1.25rem;
    font-weight: 600;
    color: #000000;
    cursor: pointer;
    transition: background 0.2s ease;
    user-select: none;
    -webkit-user-select: none;
}

.qty-btn:hover[b-zurlpg6pwg] {
    background: #ffffff;
}

.qty-value[b-zurlpg6pwg] {
    width: 48px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: #000000;
    border-left: 2px solid #e5e7eb;
    border-right: 2px solid #e5e7eb;
}

.add-to-cart-btn[b-zurlpg6pwg] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background: #c6091f;
    color: white;
    font-family: 'Manrope', sans-serif;
    font-size: 0.9375rem;
    font-weight: 600;
    border: none;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: all 0.2s ease;
    flex: 1;
    justify-content: center;
    min-width: 180px;
}

.add-to-cart-btn:hover:not(:disabled)[b-zurlpg6pwg] {
    background: #c6091f;
    transform: translateY(-1px);
}

.add-to-cart-btn:disabled[b-zurlpg6pwg] {
    background: #d1d5db;
    color: #6b7280;
    cursor: not-allowed;
}

.shirts-grid[b-zurlpg6pwg] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

/* Modal */
.modal-backdrop[b-zurlpg6pwg] {
    position: fixed;
    inset: 0;
    z-index: 2000;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    animation: fadeIn-b-zurlpg6pwg 0.2s ease;
}

@keyframes fadeIn-b-zurlpg6pwg {
    from { opacity: 0; }
    to { opacity: 1; }
}

.modal-dialog[b-zurlpg6pwg] {
    background: white;
    border-radius: 1rem;
    width: 100%;
    max-width: 520px;
    max-height: 85vh;
    overflow-y: auto;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    animation: slideUp-b-zurlpg6pwg 0.3s ease;
}

.modal-dialog-wide[b-zurlpg6pwg] {
    max-width: 640px;
}

.modal-dialog-narrow[b-zurlpg6pwg] {
    max-width: 400px;
    text-align: center;
}

.modal-header-centered[b-zurlpg6pwg] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem 1.5rem 0;
}

.modal-header-centered h3[b-zurlpg6pwg] {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.375rem;
    font-weight: 700;
    color: #000000;
    margin: 1rem 0 0.375rem;
}

.modal-header-centered p[b-zurlpg6pwg] {
    font-family: 'Manrope', sans-serif;
    font-size: 0.9375rem;
    color: #bf0a2b;
    margin: 0;
    line-height: 1.5;
}

.success-icon-small[b-zurlpg6pwg] {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #dcfce7;
    color: #16a34a;
    display: flex;
    align-items: center;
    justify-content: center;
}

.success-icon-small svg[b-zurlpg6pwg] {
    stroke-width: 3;
}

.modal-footer-vertical[b-zurlpg6pwg] {
    flex-direction: column;
    align-items: stretch;
    gap: 0.625rem;
    padding: 0 1.5rem 1.5rem;
}

.modal-btn-wide[b-zurlpg6pwg] {
    width: 100%;
    justify-content: center;
}

@keyframes slideUp-b-zurlpg6pwg {
    from { transform: translateY(20px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

.modal-header[b-zurlpg6pwg] {
    padding: 1.5rem 1.5rem 0;
}

.modal-header h3[b-zurlpg6pwg] {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: #000000;
    margin: 0 0 0.375rem;
}

.modal-header p[b-zurlpg6pwg] {
    font-family: 'Manrope', sans-serif;
    font-size: 0.9375rem;
    color: #bf0a2b;
    margin: 0;
}

.modal-body[b-zurlpg6pwg] {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.modal-body-scroll[b-zurlpg6pwg] {
    max-height: 55vh;
    overflow-y: auto;
}

.recipient-row[b-zurlpg6pwg] {
    background: #ffffff;
    border: 1px solid rgba(198, 9, 31, 0.1);
    border-radius: 0.75rem;
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.recipient-header[b-zurlpg6pwg] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid rgba(198, 9, 31, 0.08);
}

.recipient-number[b-zurlpg6pwg] {
    font-family: 'Manrope', sans-serif;
    font-size: 0.8125rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #c6091f;
    background: rgba(198, 9, 31, 0.08);
    padding: 0.25rem 0.625rem;
    border-radius: 0.25rem;
}

.recipient-shirt-name[b-zurlpg6pwg] {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: #000000;
}

.recipient-fields[b-zurlpg6pwg] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.recipient-name-field[b-zurlpg6pwg],
.recipient-size-field[b-zurlpg6pwg] {
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
}

.recipient-name-field label[b-zurlpg6pwg],
.recipient-size-field label[b-zurlpg6pwg] {
    font-family: 'Manrope', sans-serif;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #000000;
}

.recipient-size-options[b-zurlpg6pwg] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.375rem;
}

.recipient-size-options .size-option[b-zurlpg6pwg] {
    padding: 0.375rem 0.625rem;
    font-size: 0.8125rem;
}

.modal-field[b-zurlpg6pwg] {
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
}

.modal-field label[b-zurlpg6pwg] {
    font-family: 'Manrope', sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    color: #000000;
}

.modal-input[b-zurlpg6pwg] {
    padding: 0.625rem 0.875rem;
    border: 2px solid #e5e7eb;
    border-radius: 0.5rem;
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    color: #000000;
    background: white;
    transition: border-color 0.2s ease;
    width: 100%;
}

.modal-input:focus[b-zurlpg6pwg] {
    outline: none;
    border-color: #c6091f;
}

.modal-input-error[b-zurlpg6pwg] {
    border-color: #ef4444;
}

.modal-error[b-zurlpg6pwg] {
    font-family: 'Manrope', sans-serif;
    font-size: 0.8125rem;
    color: #ef4444;
}

.modal-footer[b-zurlpg6pwg] {
    display: flex;
    gap: 0.75rem;
    justify-content: flex-end;
    padding: 0 1.5rem 1.5rem;
}

.modal-footer-between[b-zurlpg6pwg] {
    justify-content: space-between;
    align-items: center;
}

.modal-footer-actions[b-zurlpg6pwg] {
    display: flex;
    gap: 0.75rem;
}

.modal-btn[b-zurlpg6pwg] {
    padding: 0.625rem 1.25rem;
    border-radius: 0.5rem;
    font-family: 'Manrope', sans-serif;
    font-size: 0.9375rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    border: none;
}

.modal-btn-primary[b-zurlpg6pwg] {
    background: #c6091f;
    color: white;
}

.modal-btn-primary:hover[b-zurlpg6pwg] {
    background: #c6091f;
}

.modal-btn-secondary[b-zurlpg6pwg] {
    background: transparent;
    color: #bf0a2b;
    border: 2px solid #e5e7eb;
}

.modal-btn-secondary:hover[b-zurlpg6pwg] {
    background: rgba(198, 9, 31, 0.05);
    border-color: #c6091f;
}

.modal-btn-ghost[b-zurlpg6pwg] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: transparent;
    color: #c6091f;
    border: 2px dashed #d1d5db;
}

.modal-btn-ghost:hover[b-zurlpg6pwg] {
    background: #ffffff;
    border-color: #c6091f;
    color: #c6091f;
}

.recipient-remove-btn[b-zurlpg6pwg] {
    margin-left: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 0.375rem;
    background: transparent;
    border: none;
    color: #9ca3af;
    cursor: pointer;
    transition: all 0.2s ease;
}

.recipient-remove-btn:hover[b-zurlpg6pwg] {
    background: #ffffff;
    color: #c6091f;
}

@media (max-width: 1024px) {
    .shop-product-featured[b-zurlpg6pwg] {
        flex-direction: column;
    }

    .shop-product-featured .product-image[b-zurlpg6pwg] {
        width: 100%;
        min-height: 240px;
    }
}

@media (max-width: 768px) {
    .shirts-grid[b-zurlpg6pwg] {
        grid-template-columns: 1fr;
    }

    .package-contents ul[b-zurlpg6pwg] {
        grid-template-columns: 1fr;
    }

    .product-actions[b-zurlpg6pwg] {
        flex-direction: column;
        align-items: stretch;
    }

    .add-to-cart-btn[b-zurlpg6pwg] {
        width: 100%;
    }

    .modal-dialog-wide[b-zurlpg6pwg],
    .modal-dialog-narrow[b-zurlpg6pwg] {
        max-width: 100%;
        margin: 0 1rem;
    }

    .modal-footer-between[b-zurlpg6pwg] {
        flex-direction: column-reverse;
        gap: 0.75rem;
        align-items: stretch;
    }

    .modal-footer-actions[b-zurlpg6pwg] {
        justify-content: flex-end;
    }

    .recipient-fields[b-zurlpg6pwg] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Shared/AboutSection.razor.rz.scp.css */
.about-section[b-5nkbkfsheu] {
    padding: 6rem 1.5rem;
    background: #ffffff;
}

.about-container[b-5nkbkfsheu] {
    max-width: 1280px;
    margin: 0 auto;
}

.pillars-grid[b-5nkbkfsheu] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    margin-bottom: 5rem;
}

.pillar-card[b-5nkbkfsheu] {
    background: white;
    border-radius: 1rem;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(198, 9, 31, 0.08);
    transition: all 0.3s ease;
}

.pillar-card:hover[b-5nkbkfsheu] {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
}

.pillar-icon[b-5nkbkfsheu] {
    width: 64px;
    height: 64px;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.25rem;
}

.pillar-worship[b-5nkbkfsheu] {
    background: rgba(198, 9, 31, 0.1);
    color: #c6091f;
}

.pillar-word[b-5nkbkfsheu] {
    background: rgba(251, 191, 36, 0.15);
    color: #b45309;
}

.pillar-prayer[b-5nkbkfsheu] {
    background: rgba(198, 9, 31, 0.1);
    color: #c6091f;
}

.pillar-dreams[b-5nkbkfsheu] {
    background: rgba(251, 191, 36, 0.15);
    color: #b45309;
}

.pillar-card h3[b-5nkbkfsheu] {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    color: #000000;
    margin: 0 0 0.75rem;
}

.pillar-card p[b-5nkbkfsheu] {
    font-family: 'Manrope', sans-serif;
    font-size: 0.9375rem;
    color: #bf0a2b;
    line-height: 1.6;
    margin: 0;
}

.about-mission[b-5nkbkfsheu] {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

.about-mission blockquote[b-5nkbkfsheu] {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.5rem;
    font-style: italic;
    color: #000000;
    line-height: 1.5;
    margin: 0 0 1.5rem;
    padding: 0;
    border: none;
}

.about-mission cite[b-5nkbkfsheu] {
    font-family: 'Manrope', sans-serif;
    font-size: 0.9375rem;
    font-style: normal;
    color: #c6091f;
    font-weight: 600;
}

@media (max-width: 1024px) {
    .pillars-grid[b-5nkbkfsheu] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .pillars-grid[b-5nkbkfsheu] {
        grid-template-columns: 1fr;
    }

    .about-mission blockquote[b-5nkbkfsheu] {
        font-size: 1.25rem;
    }
}
/* /Components/Shared/GoldenButton.razor.rz.scp.css */
.golden-button[b-wu3q9418yk] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: all 0.2s ease;
    border: none;
    text-decoration: none;
}

.size-sm[b-wu3q9418yk] {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
}

.size-md[b-wu3q9418yk] {
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
}

.size-lg[b-wu3q9418yk] {
    padding: 1rem 2rem;
    font-size: 1.125rem;
}

.primary[b-wu3q9418yk] {
    background: #c6091f;
    color: white;
    box-shadow: 0 4px 14px rgba(198, 9, 31, 0.3);
}

.primary:hover:not(:disabled)[b-wu3q9418yk] {
    background: #c6091f;
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(198, 9, 31, 0.4);
}

.secondary[b-wu3q9418yk] {
    background: #fbbf24;
    color: #0f0f0f;
    box-shadow: 0 4px 14px rgba(251, 191, 36, 0.3);
}

.secondary:hover:not(:disabled)[b-wu3q9418yk] {
    background: #f59e0b;
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(251, 191, 36, 0.4);
}

.outline[b-wu3q9418yk] {
    background: transparent;
    color: #c6091f;
    border: 2px solid #c6091f;
}

.outline:hover:not(:disabled)[b-wu3q9418yk] {
    background: #c6091f;
    color: white;
}

.golden-button:disabled[b-wu3q9418yk] {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none !important;
}
/* /Components/Shared/HeroSection.razor.rz.scp.css */
.hero-section[b-sigty07u7v] {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #000000;
}

.hero-background[b-sigty07u7v] {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 20% 50%, rgba(198, 9, 31, 0.4) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 50%, rgba(251, 191, 36, 0.15) 0%, transparent 50%),
        linear-gradient(180deg, #bf0a2b 0%, #000000 100%);
}

.hero-overlay[b-sigty07u7v] {
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.hero-content[b-sigty07u7v] {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 800px;
    padding: 6rem 1.5rem 3rem;
    color: white;
}

.hero-badge[b-sigty07u7v] {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background: rgba(251, 191, 36, 0.15);
    border: 1px solid rgba(251, 191, 36, 0.3);
    padding: 0.5rem 1.25rem;
    border-radius: 9999px;
    font-family: 'Manrope', sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    color: #fbbf24;
    margin-bottom: 2rem;
    backdrop-filter: blur(4px);
}

.badge-star[b-sigty07u7v] {
    width: 6px;
    height: 6px;
    background: #fbbf24;
    border-radius: 50%;
    display: inline-block;
}

.hero-title[b-sigty07u7v] {
    font-family: 'Space Grotesk', sans-serif;
    margin: 0 0 1.5rem;
    line-height: 1.1;
}

.title-line[b-sigty07u7v] {
    display: block;
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    font-weight: 700;
    letter-spacing: -0.02em;
}

.title-accent[b-sigty07u7v] {
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 50%, #fbbf24 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: clamp(3rem, 8vw, 6rem);
    font-weight: 800;
    text-shadow: none;
}

.hero-subtitle[b-sigty07u7v] {
    font-family: 'Manrope', sans-serif;
    font-size: clamp(1rem, 2vw, 1.25rem);
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.8);
    max-width: 560px;
    margin: 0 auto 2.5rem;
}

.hero-cta[b-sigty07u7v] {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 4rem;
}

.hero-btn[b-sigty07u7v] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 2rem;
    border-radius: 0.5rem;
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
    cursor: pointer;
}

.hero-btn-primary[b-sigty07u7v] {
    background: #fbbf24;
    color: #0f0f0f;
    box-shadow: 0 4px 20px rgba(251, 191, 36, 0.3);
}

.hero-btn-primary:hover[b-sigty07u7v] {
    background: #f59e0b;
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(251, 191, 36, 0.4);
}

.hero-btn-outline[b-sigty07u7v] {
    background: transparent;
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.hero-btn-outline:hover[b-sigty07u7v] {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.6);
}

.hero-stats[b-sigty07u7v] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}

.stat[b-sigty07u7v] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
}

.stat-number[b-sigty07u7v] {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #fbbf24;
}

.stat-label[b-sigty07u7v] {
    font-family: 'Manrope', sans-serif;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: rgba(255, 255, 255, 0.6);
}

.stat-divider[b-sigty07u7v] {
    width: 1px;
    height: 40px;
    background: rgba(255, 255, 255, 0.15);
}

.hero-scroll[b-sigty07u7v] {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
}

.scroll-indicator[b-sigty07u7v] {
    width: 24px;
    height: 40px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 12px;
    position: relative;
}

.scroll-indicator[b-sigty07u7v]::before {
    content: '';
    position: absolute;
    top: 6px;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 8px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 2px;
    animation: scrollBounce-b-sigty07u7v 2s infinite;
}

@keyframes scrollBounce-b-sigty07u7v {
    0%, 100% { transform: translateX(-50%) translateY(0); opacity: 1; }
    50% { transform: translateX(-50%) translateY(8px); opacity: 0.3; }
}

@media (max-width: 768px) {
    .hero-stats[b-sigty07u7v] {
        gap: 1rem;
    }

    .stat-divider[b-sigty07u7v] {
        display: none;
    }

    .hero-content[b-sigty07u7v] {
        padding-top: 5rem;
    }
}
/* /Components/Shared/HighlightsSection.razor.rz.scp.css */
.highlights-section[b-0mayc64i9z] {
    padding: 6rem 1.5rem;
    background: white;
}

.highlights-container[b-0mayc64i9z] {
    max-width: 1280px;
    margin: 0 auto;
}

.highlights-grid[b-0mayc64i9z] {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 1.5rem;
}

.highlight-card[b-0mayc64i9z] {
    background: #ffffff;
    border-radius: 1rem;
    padding: 2rem;
    border: 1px solid rgba(198, 9, 31, 0.08);
    transition: all 0.3s ease;
}

.highlight-card:hover[b-0mayc64i9z] {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.highlight-feature[b-0mayc64i9z] {
    grid-row: span 2;
    padding: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.highlight-image[b-0mayc64i9z] {
    height: 240px;
    background: linear-gradient(135deg, #bf0a2b 0%, #c6091f 100%);
    position: relative;
    display: flex;
    align-items: flex-end;
    padding: 1.5rem;
}

.highlight-image-church[b-0mayc64i9z] {
    background: linear-gradient(135deg, #bf0a2b 0%, #000000 100%);
}

.highlight-image-overlay[b-0mayc64i9z] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.highlight-badge[b-0mayc64i9z] {
    background: rgba(251, 191, 36, 0.2);
    color: #fbbf24;
    padding: 0.375rem 0.875rem;
    border-radius: 9999px;
    font-size: 0.8125rem;
    font-weight: 600;
    backdrop-filter: blur(4px);
    border: 1px solid rgba(251, 191, 36, 0.3);
}

.highlight-content[b-0mayc64i9z] {
    padding: 2rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.highlight-content h3[b-0mayc64i9z] {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #000000;
    margin: 0 0 0.75rem;
}

.highlight-content p[b-0mayc64i9z] {
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    color: #bf0a2b;
    line-height: 1.6;
    margin: 0 0 1.5rem;
    flex: 1;
}

.highlight-stats[b-0mayc64i9z] {
    display: flex;
    gap: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(198, 9, 31, 0.1);
}

.mini-stat[b-0mayc64i9z] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.mini-stat-number[b-0mayc64i9z] {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #c6091f;
}

.mini-stat-label[b-0mayc64i9z] {
    font-family: 'Manrope', sans-serif;
    font-size: 0.8125rem;
    color: #bf0a2b;
}

.highlight-icon[b-0mayc64i9z] {
    width: 56px;
    height: 56px;
    border-radius: 0.75rem;
    background: rgba(198, 9, 31, 0.1);
    color: #c6091f;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.25rem;
}

.highlight-card h3[b-0mayc64i9z] {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.125rem;
    font-weight: 600;
    color: #000000;
    margin: 0 0 0.5rem;
}

.highlight-card p[b-0mayc64i9z] {
    font-family: 'Manrope', sans-serif;
    font-size: 0.9375rem;
    color: #bf0a2b;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 1024px) {
    .highlights-grid[b-0mayc64i9z] {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
    }

    .highlight-feature[b-0mayc64i9z] {
        grid-column: span 2;
        grid-row: span 1;
    }
}

@media (max-width: 640px) {
    .highlights-grid[b-0mayc64i9z] {
        grid-template-columns: 1fr;
    }

    .highlight-feature[b-0mayc64i9z] {
        grid-column: span 1;
    }

    .highlight-image[b-0mayc64i9z] {
        height: 180px;
    }
}
/* /Components/Shared/MediaUploadSection.razor.rz.scp.css */
.media-upload-section[b-fp6ml4xzho] {
    padding: 6rem 1.5rem;
    background: linear-gradient(135deg, #000000 0%, #bf0a2b 100%);
    position: relative;
    overflow: hidden;
}

.media-upload-section[b-fp6ml4xzho]::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at 30% 70%, rgba(251, 191, 36, 0.06) 0%, transparent 50%);
    pointer-events: none;
}

.media-upload-container[b-fp6ml4xzho] {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.media-upload-section[b-fp6ml4xzho]  .section-heading {
    margin-bottom: 3rem;
    text-align: center;
}

.media-upload-section[b-fp6ml4xzho]  .section-overline {
    color: #fbbf24;
    font-family: 'Manrope', sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    display: block;
    margin-bottom: 0.75rem;
}

.media-upload-section[b-fp6ml4xzho]  .section-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 1rem;
}

.media-upload-section[b-fp6ml4xzho]  .section-subtitle {
    font-family: 'Manrope', sans-serif;
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.6;
    max-width: 560px;
    margin: 0 auto;
}

.media-upload-section[b-fp6ml4xzho]  .section-accent {
    width: 60px;
    height: 3px;
    background: #fbbf24;
    margin: 1.5rem auto 0;
    border-radius: 2px;
}

.media-upload-grid[b-fp6ml4xzho] {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 2rem;
    align-items: stretch;
}

.media-upload-card[b-fp6ml4xzho] {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1.25rem;
    backdrop-filter: blur(8px);
    transition: all 0.3s ease;
}

.media-upload-card:hover[b-fp6ml4xzho] {
    border-color: rgba(251, 191, 36, 0.2);
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.2);
}

.media-upload-qr-card[b-fp6ml4xzho] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2.5rem;
    gap: 1.5rem;
}

.media-upload-qr-wrapper[b-fp6ml4xzho] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.media-upload-qr-image[b-fp6ml4xzho] {
    width: 220px;
    height: 220px;
    border-radius: 1rem;
    object-fit: contain;
    background: white;
    padding: 0.75rem;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
    transition: transform 0.3s ease;
    position: relative;
    z-index: 1;
}

.media-upload-qr-card:hover .media-upload-qr-image[b-fp6ml4xzho] {
    transform: scale(1.02);
}

.media-upload-qr-glow[b-fp6ml4xzho] {
    position: absolute;
    inset: -12px;
    border-radius: 1.25rem;
    background: linear-gradient(135deg, rgba(251, 191, 36, 0.3) 0%, rgba(251, 191, 36, 0.05) 100%);
    z-index: 0;
    filter: blur(16px);
    opacity: 0.6;
    transition: opacity 0.3s ease;
}

.media-upload-qr-card:hover .media-upload-qr-glow[b-fp6ml4xzho] {
    opacity: 0.9;
}

.media-upload-qr-caption[b-fp6ml4xzho] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(251, 191, 36, 0.12);
    color: #fbbf24;
    font-family: 'Manrope', sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    padding: 0.5rem 1rem;
    border-radius: 9999px;
    border: 1px solid rgba(251, 191, 36, 0.2);
}

.media-upload-info-card[b-fp6ml4xzho] {
    display: flex;
    flex-direction: column;
    padding: 2.5rem;
    justify-content: space-between;
}

.media-upload-info-content h3[b-fp6ml4xzho] {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 1rem;
}

.media-upload-info-content p[b-fp6ml4xzho] {
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.7;
    margin: 0 0 1.5rem;
}

.media-upload-list[b-fp6ml4xzho] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
}

.media-upload-list li[b-fp6ml4xzho] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    font-family: 'Manrope', sans-serif;
    font-size: 0.9375rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.5;
}

.media-upload-list li svg[b-fp6ml4xzho] {
    color: #fbbf24;
    flex-shrink: 0;
    margin-top: 0.125rem;
}

.media-upload-actions[b-fp6ml4xzho] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.media-upload-btn[b-fp6ml4xzho] {
    display: inline-flex;
    align-items: center;
    gap: 0.625rem;
    padding: 1rem 2rem;
    background: #fbbf24;
    color: #0f0f0f;
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    border-radius: 0.75rem;
    transition: all 0.25s ease;
    cursor: pointer;
    border: none;
    box-shadow: 0 4px 20px rgba(251, 191, 36, 0.25);
}

.media-upload-btn:hover[b-fp6ml4xzho] {
    background: #f59e0b;
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(251, 191, 36, 0.4);
}

.media-upload-btn svg[b-fp6ml4xzho] {
    stroke-width: 2.5;
}

.media-upload-hint[b-fp6ml4xzho] {
    font-family: 'Manrope', sans-serif;
    font-size: 0.8125rem;
    color: rgba(255, 255, 255, 0.5);
    font-style: italic;
}

@media (max-width: 900px) {
    .media-upload-grid[b-fp6ml4xzho] {
        grid-template-columns: 1fr;
    }

    .media-upload-qr-card[b-fp6ml4xzho] {
        padding: 2rem;
    }

    .media-upload-info-card[b-fp6ml4xzho] {
        padding: 2rem;
    }

    .media-upload-qr-image[b-fp6ml4xzho] {
        width: 180px;
        height: 180px;
    }
}

@media (max-width: 640px) {
    .media-upload-section[b-fp6ml4xzho] {
        padding: 4rem 1rem;
    }

    .media-upload-qr-image[b-fp6ml4xzho] {
        width: 160px;
        height: 160px;
    }

    .media-upload-info-content h3[b-fp6ml4xzho] {
        font-size: 1.25rem;
    }

    .media-upload-btn[b-fp6ml4xzho] {
        width: 100%;
        justify-content: center;
    }
}
/* /Components/Shared/MerchPreviewSection.razor.rz.scp.css */
.merch-section[b-z7t66cqo1o] {
    padding: 6rem 1.5rem;
    background: #ffffff;
}

.merch-container[b-z7t66cqo1o] {
    max-width: 1280px;
    margin: 0 auto;
}

.merch-grid[b-z7t66cqo1o] {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 1.5rem;
}

.merch-card[b-z7t66cqo1o] {
    background: white;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(198, 9, 31, 0.08);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.merch-card:hover[b-z7t66cqo1o] {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
}

.merch-featured[b-z7t66cqo1o] {
    position: relative;
}

.merch-badge[b-z7t66cqo1o] {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: #fbbf24;
    color: #0f0f0f;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0.375rem 0.875rem;
    border-radius: 9999px;
    z-index: 1;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.merch-image[b-z7t66cqo1o] {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.merch-image-package[b-z7t66cqo1o] {
    background: linear-gradient(135deg, #bf0a2b 0%, #c6091f 50%, #c6091f 100%);
    color: white;
}

.merch-image-shirt[b-z7t66cqo1o] {
    background: linear-gradient(135deg, #ffffff 0%, #f2f2f2 100%);
    color: #c6091f;
}

.merch-image-content[b-z7t66cqo1o] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
}

.merch-image-content span[b-z7t66cqo1o] {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1rem;
    font-weight: 600;
}

.merch-details[b-z7t66cqo1o] {
    padding: 1.5rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.merch-category[b-z7t66cqo1o] {
    margin-bottom: 0.5rem;
}

.category-tag[b-z7t66cqo1o] {
    display: inline-block;
    background: rgba(198, 9, 31, 0.1);
    color: #c6091f;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
}

.merch-details h3[b-z7t66cqo1o] {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: #000000;
    margin: 0 0 0.5rem;
}

.merch-desc[b-z7t66cqo1o] {
    font-family: 'Manrope', sans-serif;
    font-size: 0.9375rem;
    color: #bf0a2b;
    line-height: 1.5;
    margin: 0 0 1rem;
}

.merch-items[b-z7t66cqo1o] {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.merch-items li[b-z7t66cqo1o] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-family: 'Manrope', sans-serif;
    font-size: 0.9375rem;
    color: #000000;
}

.merch-items li svg[b-z7t66cqo1o] {
    color: #c6091f;
    flex-shrink: 0;
}

.size-preview[b-z7t66cqo1o] {
    margin-bottom: 1.5rem;
}

.size-label[b-z7t66cqo1o] {
    display: block;
    font-family: 'Manrope', sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #bf0a2b;
    margin-bottom: 0.5rem;
}

.size-tags[b-z7t66cqo1o] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.375rem;
}

.size-tag[b-z7t66cqo1o] {
    background: #f3f4f6;
    color: #000000;
    font-size: 0.75rem;
    font-weight: 500;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    font-family: 'Manrope', sans-serif;
}

.size-more[b-z7t66cqo1o] {
    background: #ffffff;
    color: #c6091f;
}

.merch-footer[b-z7t66cqo1o] {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(198, 9, 31, 0.08);
}

.merch-price[b-z7t66cqo1o] {
    display: flex;
    flex-direction: column;
}

.price-amount[b-z7t66cqo1o] {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #c6091f;
}

.price-note[b-z7t66cqo1o] {
    font-family: 'Manrope', sans-serif;
    font-size: 0.75rem;
    color: #bf0a2b;
}

.merch-btn[b-z7t66cqo1o] {
    display: inline-flex;
    align-items: center;
    padding: 0.625rem 1.25rem;
    background: #c6091f;
    color: white;
    font-family: 'Manrope', sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 0.5rem;
    transition: all 0.2s ease;
    cursor: pointer;
    border: none;
}

.merch-btn:hover[b-z7t66cqo1o] {
    background: #c6091f;
    transform: translateY(-1px);
}

@media (max-width: 1024px) {
    .merch-grid[b-z7t66cqo1o] {
        grid-template-columns: 1fr 1fr;
    }

    .merch-featured[b-z7t66cqo1o] {
        grid-column: span 2;
    }
}

@media (max-width: 640px) {
    .merch-grid[b-z7t66cqo1o] {
        grid-template-columns: 1fr;
    }

    .merch-featured[b-z7t66cqo1o] {
        grid-column: span 1;
    }
}
/* /Components/Shared/SectionHeading.razor.rz.scp.css */
.section-heading[b-54ll9i095x] {
    text-align: center;
    margin-bottom: 3rem;
}

.section-overline[b-54ll9i095x] {
    display: block;
    font-family: 'Manrope', sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #c6091f;
    margin-bottom: 0.75rem;
}

.section-title[b-54ll9i095x] {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #000000;
    margin: 0 0 1rem;
    line-height: 1.2;
}

.section-subtitle[b-54ll9i095x] {
    font-family: 'Manrope', sans-serif;
    font-size: 1.125rem;
    color: #bf0a2b;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.section-accent[b-54ll9i095x] {
    width: 60px;
    height: 3px;
    background: #fbbf24;
    margin: 1.5rem auto 0;
    border-radius: 2px;
}

@media (max-width: 768px) {
    .section-title[b-54ll9i095x] {
        font-size: 2rem;
    }
}
/* /Components/Shared/SizeSelector.razor.rz.scp.css */
.size-selector[b-xykfwaewuc] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.category-selector[b-xykfwaewuc],
.size-selector-row[b-xykfwaewuc] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.selector-label[b-xykfwaewuc] {
    font-family: 'Manrope', sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.category-buttons[b-xykfwaewuc],
.size-buttons[b-xykfwaewuc] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.category-btn[b-xykfwaewuc],
.size-btn[b-xykfwaewuc] {
    padding: 0.5rem 1rem;
    border: 2px solid #e5e7eb;
    background: white;
    border-radius: 0.375rem;
    font-family: 'Manrope', sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    color: #000000;
    cursor: pointer;
    transition: all 0.2s ease;
}

.category-btn:hover[b-xykfwaewuc],
.size-btn:hover[b-xykfwaewuc] {
    border-color: #c6091f;
    color: #c6091f;
}

.category-btn.active[b-xykfwaewuc],
.size-btn.active[b-xykfwaewuc] {
    border-color: #c6091f;
    background: #c6091f;
    color: white;
}
