/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-b2j5v853p0] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-b2j5v853p0] {
    flex: 1;
}

.sidebar[b-b2j5v853p0] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-b2j5v853p0] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-b2j5v853p0]  a, .top-row[b-b2j5v853p0]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-b2j5v853p0]  a:hover, .top-row[b-b2j5v853p0]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-b2j5v853p0]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-b2j5v853p0] {
        justify-content: space-between;
    }

    .top-row[b-b2j5v853p0]  a, .top-row[b-b2j5v853p0]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-b2j5v853p0] {
        flex-direction: row;
    }

    .sidebar[b-b2j5v853p0] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-b2j5v853p0] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-b2j5v853p0]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-b2j5v853p0], article[b-b2j5v853p0] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-b2j5v853p0] {
    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-b2j5v853p0] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar[b-rooak8y3gy] {
    padding: 1rem 0;
    background: rgba(var(--bs-primary-rgb), 0.03);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(var(--bs-primary-rgb), 0.1);
    transition: all 0.3s ease;
}

.navbar.scrolled[b-rooak8y3gy] {
    padding: 0.5rem 0;
    background: var(--bs-navbar-bg);
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.brand-text[b-rooak8y3gy] {
    font-weight: 800;
    font-size: 1.75rem;
    background: linear-gradient(45deg, var(--bs-primary), #ff8f00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: -1px;
}

.brand-dot[b-rooak8y3gy] {
    font-weight: 800;
    font-size: 2rem;
    color: var(--bs-primary);
    margin-left: -3px;
}

.navbar-nav[b-rooak8y3gy] {
    gap: 0.5rem;
}

.nav-link[b-rooak8y3gy] {
    font-weight: 600;
    padding: 0.5rem 1rem !important;
    color: var(--bs-body-color);
    border-radius: 8px;
    transition: all 0.3s ease;
    position: relative;
}

.nav-link:hover[b-rooak8y3gy] {
    color: var(--bs-primary);
    background: rgba(var(--bs-primary-rgb), 0.1);
}

.nav-link.active[b-rooak8y3gy] {
    color: var(--bs-primary) !important;
    background: rgba(var(--bs-primary-rgb), 0.15);
}

.nav-link i[b-rooak8y3gy] {
    transition: transform 0.3s ease;
}

.nav-link:hover i[b-rooak8y3gy] {
    transform: translateY(-1px);
}

/* Add some animation for the mobile menu */
@media (max-width: 991.98px) {
    .navbar-collapse[b-rooak8y3gy] {
        background: var(--bs-navbar-bg);
        border-radius: 12px;
        padding: 1rem;
        margin-top: 1rem;
        box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    }

    .navbar-nav[b-rooak8y3gy] {
        gap: 0.25rem;
    }
} 
/* /Components/Pages/Home.razor.rz.scp.css */
.hero-section[b-3ojtkn115j] {
    padding: 6rem 0;
    background: linear-gradient(45deg, var(--bs-body-bg), var(--bs-navbar-bg));
    position: relative;
    overflow: hidden;
}

.hero-title[b-3ojtkn115j] {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    background: linear-gradient(45deg, var(--bs-primary), #ff8f00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-subtitle[b-3ojtkn115j] {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    color: var(--bs-body-color);
    opacity: 0.9;
}

.hero-buttons[b-3ojtkn115j] {
    margin-bottom: 2rem;
}

.hero-image[b-3ojtkn115j] {
    position: relative;
    z-index: 1;
}

.features-section[b-3ojtkn115j] {
    padding: 5rem 0;
    background-color: var(--bs-body-bg);
}

.feature-card[b-3ojtkn115j] {
    padding: 2rem;
    text-align: center;
    background: var(--bs-navbar-bg);
    border-radius: 1rem;
    height: 100%;
    transition: transform 0.3s ease;
}

.feature-card:hover[b-3ojtkn115j] {
    transform: translateY(-5px);
}

.feature-icon[b-3ojtkn115j] {
    font-size: 2.5rem;
    color: var(--bs-primary);
    margin-bottom: 1.5rem;
}

.feature-card h3[b-3ojtkn115j] {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.feature-card p[b-3ojtkn115j] {
    color: var(--bs-body-color);
    opacity: 0.8;
}

.cta-section[b-3ojtkn115j] {
    padding: 5rem 0;
    background: linear-gradient(45deg, var(--bs-navbar-bg), var(--bs-body-bg));
}

.btn-outline-primary[b-3ojtkn115j] {
    color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.btn-outline-primary:hover[b-3ojtkn115j] {
    background-color: var(--bs-primary);
    color: white;
}

@media (max-width: 991.98px) {
    .hero-section[b-3ojtkn115j] {
        padding: 4rem 0;
    }

    .hero-title[b-3ojtkn115j] {
        font-size: 2.5rem;
    }

    .hero-image[b-3ojtkn115j] {
        margin-top: 3rem;
    }
} 
/* /Components/Pages/MonthlyChallenge.razor.rz.scp.css */
.challenge-shirt-banner[b-okudrof8no] {
    background: linear-gradient(135deg, var(--theme-background) 0%, rgba(var(--theme-primary-rgb), 0.1) 100%);
    border-radius: 12px;
    padding: 2rem;
    border: 2px solid var(--theme-primary);
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.challenge-shirt-preview[b-okudrof8no] {
    max-height: 400px;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.challenge-shirt-preview:hover[b-okudrof8no] {
    transform: scale(1.05);
}

.challenge-shirt-content[b-okudrof8no] {
    padding: 1rem;
}

.limited-edition-badge[b-okudrof8no] {
    display: inline-block;
    background-color: var(--theme-primary);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    margin-bottom: 1rem;
    font-weight: 600;
}

.price-tag[b-okudrof8no] {
    background: rgba(var(--theme-primary-rgb), 0.1);
    padding: 1rem;
    border-radius: 8px;
    text-align: center;
    border: 1px dashed var(--theme-primary);
}
/* /Components/Pages/PaymentSuccess.razor.rz.scp.css */
.success-icon[b-wc4qlr6qv9] {
    animation: bounce-b-wc4qlr6qv9 0.6s ease-in-out;
}

@keyframes bounce-b-wc4qlr6qv9 {
    0%, 20%, 53%, 80%, 100% {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transform: translate3d(0,0,0);
    }
    40%, 43% {
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transform: translate3d(0, -15px, 0);
    }
    70% {
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transform: translate3d(0, -7px, 0);
    }
    90% {
        transform: translate3d(0,-2px,0);
    }
}
/* /Components/Pages/VerifyEmail.razor.rz.scp.css */
.verify-email-container[b-qcaibgtpx1] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 20px;
}

.verify-email-card[b-qcaibgtpx1] {
    background: white;
    border-radius: 12px;
    padding: 60px 40px;
    max-width: 500px;
    width: 100%;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.loading-state[b-qcaibgtpx1],
.success-state[b-qcaibgtpx1],
.error-state[b-qcaibgtpx1] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.spinner[b-qcaibgtpx1] {
    width: 60px;
    height: 60px;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #667eea;
    border-radius: 50%;
    animation: spin-b-qcaibgtpx1 1s linear infinite;
}

@keyframes spin-b-qcaibgtpx1 {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.success-icon[b-qcaibgtpx1] {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    color: white;
    font-weight: bold;
}

.error-icon[b-qcaibgtpx1] {
    width: 80px;
    height: 80px;
    background: #ff4444;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    color: white;
    font-weight: bold;
}

.verify-email-card h2[b-qcaibgtpx1] {
    margin: 0;
    font-size: 28px;
    color: #333;
    font-weight: 600;
}

.verify-email-card p[b-qcaibgtpx1] {
    margin: 0;
    font-size: 16px;
    color: #666;
    line-height: 1.6;
}

.btn-primary[b-qcaibgtpx1] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    padding: 14px 32px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
    margin-top: 10px;
}

.btn-primary:hover:not(:disabled)[b-qcaibgtpx1] {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
}

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

.resend-message[b-qcaibgtpx1] {
    padding: 12px 20px;
    border-radius: 6px;
    font-size: 14px;
    margin-top: 10px;
}

.resend-message.success[b-qcaibgtpx1] {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.resend-message.error[b-qcaibgtpx1] {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

@media (max-width: 600px) {
    .verify-email-card[b-qcaibgtpx1] {
        padding: 40px 30px;
    }

    .verify-email-card h2[b-qcaibgtpx1] {
        font-size: 24px;
    }

    .success-icon[b-qcaibgtpx1],
    .error-icon[b-qcaibgtpx1] {
        width: 60px;
        height: 60px;
        font-size: 40px;
    }
}

