/* _content/RaceAliveWeb/Components/Layout/AppBar.razor.rz.scp.css */
.nav-drawer-header[b-p85ynwuahm] {
    background-color: #FD5E53;
    color: black;
    display: flex;
    align-items: center;
    min-height: 56px; /* Matches default app bar height */
    padding: 0 8px;
    box-sizing: border-box;
    border-radius: 3px;
    min-width:180px;
    transform: translateX(-25px); /* Move 20px to the left */
}

@media (max-width: 960px) {
    .nav-drawer-header[b-p85ynwuahm] {
        transform: translateX(-18px);
    }
}


.nav-drawer-title[b-p85ynwuahm] {
    color: inherit; /* Inherit white (or appropriate) text */
    font-weight: 600;
    letter-spacing: .5px;
    margin-left: 10px;
    line-height: 1; /* Prevent extra vertical offset */
    white-space: nowrap;
}

.nav-logo[b-p85ynwuahm] {
    height: 40px; /* Adjust as needed */
    width: auto;
    display: block;
    object-fit: contain;
    user-select: none;
    -webkit-user-drag: none;
    border-radius: 5px;
}
/* _content/RaceAliveWeb/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-pzuryb2jhb] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

#blazor-error-ui[b-pzuryb2jhb] {
    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-pzuryb2jhb] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

/* Base (desktop) */
.main-body[b-pzuryb2jhb] {
    /* ensures the main section can use full height if needed */
    min-height: 100%;
    display: block;
}

.body-wrapper[b-pzuryb2jhb] {
    max-width: 1400px;        /* desktop/web max width */
    width: auto;              /* shrink to content up to max-width */
    padding: 16px 32px 32px 32px;
    box-sizing: border-box;
    /* Left-aligned: no horizontal auto-centering */
}

/* Tablet (sm & md) - slightly narrower padding */
@media (max-width: 1279.95px) {
    .body-wrapper[b-pzuryb2jhb] {
        max-width: 1100px;
        padding: 16px 24px 28px 24px;
    }
}

/* Phones (xs) */
@media (max-width: 599.95px) {
    .body-wrapper[b-pzuryb2jhb] {
        max-width: 100%;       /* take full available width */
        padding: 12px 16px 24px 16px;
    }
}
/* _content/RaceAliveWeb/Components/Layout/NavMenu.razor.rz.scp.css */
.nav-drawer-header[b-p53f8cg2dg] {
    background-color: #FD5E53;
    color: black;
    display: flex;
    align-items: center;
    min-height: 56px; /* Matches default app bar height */
    padding: 0 8px;
    box-sizing: border-box;
}

.nav-drawer-title[b-p53f8cg2dg] {
    color: inherit; /* Inherit white (or appropriate) text */
    font-weight: 600;
    letter-spacing: .5px;
    margin-left: 10px;
    line-height: 1; /* Prevent extra vertical offset */
    white-space: nowrap;
}

.nav-logo[b-p53f8cg2dg] {
    height: 40px; /* Adjust as needed */
    width: auto;
    display: block;
    object-fit: contain;
    user-select: none;
    -webkit-user-drag: none;
    border-radius: 5px;
}
/* _content/RaceAliveWeb/Components/Pages/Accounts/Login.razor.rz.scp.css */
.button-icon[b-c48zc05iig] {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

/* Text span fills; centered via parent flex */
.provider-btn .provider-text[b-c48zc05iig] {
    text-align: center;
    width: 100%;
    text-transform: none;
}
/* _content/RaceAliveWeb/Components/Pages/Marathon/MarathonOrganizersPage.razor.rz.scp.css */
.marketing-text[b-ovl3mckusq] {
    line-height: 1.7;
    margin-bottom: 8px;
}

.section-divider[b-ovl3mckusq] {
    margin: 8px 0 4px 0;
}

.cta[b-ovl3mckusq] {
    font-weight: 600;
    color: var(--mud-palette-primary);
    margin-top: 4px;
}

.cta-row[b-ovl3mckusq] {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.email-icon[b-ovl3mckusq] {
    margin-right: 4px;
}

.response-note[b-ovl3mckusq] {
    margin-top: 4px;
}

.benefit-item[b-ovl3mckusq] {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 10px 0;
}

.muted[b-ovl3mckusq] {
    color: var(--mud-palette-text-secondary);
}
/* _content/RaceAliveWeb/Components/Pages/UnderConstructionPage.razor.rz.scp.css */
.under-construction-container[b-ud87z1loag] {
    min-height: 100vh;
    /*background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);*/
    background: linear-gradient(135deg, #f5f5f5 0%, #dcdcdc 100%);
    /*background: linear-gradient(135deg, #EFEFEF 0%, #dcdcdc 100%);*/
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.construction-bg[b-ud87z1loag] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle at 25% 25%, rgba(255,255,255,0.1) 2px, transparent 2px),
        radial-gradient(circle at 75% 75%, rgba(255,255,255,0.1) 1px, transparent 1px);
    background-size: 50px 50px, 30px 30px;
    animation: bgMove-b-ud87z1loag 20s linear infinite;
}

@keyframes bgMove-b-ud87z1loag {
    0% { transform: translate(0, 0); }
    100% { transform: translate(50px, 50px); }
}

.construction-content[b-ud87z1loag] {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    padding: 3rem;
    max-width: 800px;
    width: 100%;
    text-align: center;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    backdrop-filter: blur(10px);
    position: relative;
    z-index: 2;
}

.construction-icon[b-ud87z1loag] {
    margin-bottom: 2rem;
    display: flex;
    justify-content: center;
}

.hardhat[b-ud87z1loag] {
    position: relative;
    width: 80px;
    height: 60px;
    animation: bounce-b-ud87z1loag 2s ease-in-out infinite;
}

.hardhat-top[b-ud87z1loag] {
    width: 70px;
    height: 40px;
    background: #FFD700;
    border-radius: 35px 35px 0 0;
    position: relative;
    border: 3px solid #FFA500;
}

.hardhat-brim[b-ud87z1loag] {
    width: 80px;
    height: 10px;
    background: #FFA500;
    border-radius: 40px;
    position: absolute;
    bottom: 10px;
    left: -5px;
}

.hardhat-light[b-ud87z1loag] {
    width: 15px;
    height: 10px;
    background: #FF4444;
    border-radius: 50%;
    position: absolute;
    top: 15px;
    left: 28px;
    animation: blink-b-ud87z1loag 1.5s ease-in-out infinite;
}

@keyframes bounce-b-ud87z1loag {
    0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
    40% { transform: translateY(-10px); }
    60% { transform: translateY(-5px); }
}

@keyframes blink-b-ud87z1loag {
    0%, 50% { opacity: 1; }
    25%, 75% { opacity: 0.3; }
}

.construction-title h1[b-ud87z1loag] {
    font-size: 3rem;
    color: #333;
    margin: 0 0 1rem 0;
    font-weight: 700;
    animation: slideInDown-b-ud87z1loag 1s ease-out;
}

.construction-subtitle[b-ud87z1loag] {
    font-size: 1.3rem;
    color: #666;
    margin-bottom: 2rem;
    animation: slideInUp-b-ud87z1loag 1s ease-out 0.3s both;
}

.progress-label[b-ud87z1loag] {
    font-weight: 600;
    color: #555;
    margin-bottom: 0.5rem;
}

.progress-bar[b-ud87z1loag] {
    width: 100%;
    height: 20px;
    background: #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.progress-fill[b-ud87z1loag] {
    width: 0%;
    height: 100%;
    background: linear-gradient(45deg, #4CAF50, #81C784);
    border-radius: 10px;
    animation: progressFill-b-ud87z1loag 2s ease-out 1s both;
    position: relative;
    overflow: hidden;
}

.progress-fill[b-ud87z1loag]::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
    animation: progressShine-b-ud87z1loag 1.5s ease-in-out infinite;
}

.progress-text[b-ud87z1loag] {
    margin-top: 0.5rem;
    font-weight: 600;
    color: #4CAF50;
    font-size: 1.1rem;
}

@keyframes progressFill-b-ud87z1loag {
    to { width: 75%; }
}

@keyframes progressShine-b-ud87z1loag {
    0% { left: -100%; }
    100% { left: 100%; }
}

.features-preview[b-ud87z1loag] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
    margin: 2rem 0;
    animation: slideInUp-b-ud87z1loag 1s ease-out 0.9s both;
}

.feature-card[b-ud87z1loag] {
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    padding: 1.5rem;
    border-radius: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 2px solid transparent;
}

.feature-card:hover[b-ud87z1loag] {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    border-color: #667eea;
}

.feature-icon[b-ud87z1loag] {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    display: block;
}

.feature-card h3[b-ud87z1loag] {
    color: #333;
    font-size: 1.1rem;
    margin: 0 0 0.5rem 0;
    font-weight: 600;
}

.feature-card p[b-ud87z1loag] {
    color: #666;
    font-size: 0.9rem;
    margin: 0;
    line-height: 1.4;
}

.construction-cta[b-ud87z1loag] {
    margin: 2rem 0;
    animation: slideInUp-b-ud87z1loag 1s ease-out 1.2s both;
}

.construction-cta p[b-ud87z1loag] {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 1rem;
}

.notify-button[b-ud87z1loag] {
    animation: pulse-b-ud87z1loag 2s ease-in-out infinite;
}

@keyframes pulse-b-ud87z1loag {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

.back-home[b-ud87z1loag] {
    margin-top: 2rem;
    animation: slideInUp-b-ud87z1loag 1s ease-out 1.5s both;
}

@keyframes slideInDown-b-ud87z1loag {
    from {
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp-b-ud87z1loag {
    from {
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft-b-ud87z1loag {
    from {
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .construction-content[b-ud87z1loag] {
        padding: 2rem 1.5rem;
        margin: 1rem;
    }

    .construction-title h1[b-ud87z1loag] {
        font-size: 2.5rem;
    }

    .construction-subtitle[b-ud87z1loag] {
        font-size: 1.1rem;
    }

    .features-preview[b-ud87z1loag] {
        grid-template-columns: 1fr;
    }

    .construction-crane[b-ud87z1loag] {
        display: none;
    }
}

@media (max-width: 480px) {
    .construction-title h1[b-ud87z1loag] {
        font-size: 2rem;
    }

    .hardhat[b-ud87z1loag] {
        width: 60px;
        height: 45px;
    }

    .hardhat-top[b-ud87z1loag] {
        width: 55px;
        height: 30px;
    }

    .hardhat-brim[b-ud87z1loag] {
        width: 60px;
        height: 8px;
        left: -2.5px;
    }
}
