/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-4gkvthae3k] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-4gkvthae3k] {
    flex: 1;
}

.sidebar[b-4gkvthae3k] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-4gkvthae3k] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-4gkvthae3k]  a, .top-row[b-4gkvthae3k]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-4gkvthae3k]  a:hover, .top-row[b-4gkvthae3k]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-4gkvthae3k]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-4gkvthae3k] {
        justify-content: space-between;
    }

    .top-row[b-4gkvthae3k]  a, .top-row[b-4gkvthae3k]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-4gkvthae3k] {
        flex-direction: row;
    }

    .sidebar[b-4gkvthae3k] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-4gkvthae3k] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-4gkvthae3k]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-4gkvthae3k], article[b-4gkvthae3k] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-4gkvthae3k] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-4gkvthae3k] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Pages/Auth/Login.razor.rz.scp.css */
.img-txt[b-0ei7rbn2m7] {
    font-weight: 700;
    font-size: var(--mud-typography-h3-size);
    color: white;
    text-shadow: 5px 5px 5px #272525;
}

.txt-div[b-0ei7rbn2m7] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.4);
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 32px;
}

.img-div[b-0ei7rbn2m7] {
    background-color: var(--mud-palette-secondary-light);
    position: relative;
}
/* /Pages/Auth/Signup.razor.rz.scp.css */
.img-txt[b-qzfgsr80p2] {
    font-weight: 700;
    font-size: var(--mud-typography-h3-size);
    color: white;
    text-shadow: 5px 5px 5px #272525;
}

.txt-div[b-qzfgsr80p2] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.4);
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 32px;
}

.img-div[b-qzfgsr80p2] {
    background-color: var(--mud-palette-secondary-light);
    position: relative;
}
/* /Pages/Landing.razor.rz.scp.css */
.landing-hero[b-5dlvvq5a60] {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
}

@keyframes gradient-shift-b-5dlvvq5a60 {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.8;
    }
}

.hero-content[b-5dlvvq5a60] {
    position: relative;
    z-index: 1;
}

.hero-brand-container[b-5dlvvq5a60] {
    position: relative;
    display: inline-block;
}

.hero-brand-text[b-5dlvvq5a60] {
    display: inline-block;
    font-size: 4rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    position: relative;
}

    .hero-brand-text .letter[b-5dlvvq5a60] {
        display: inline-block;
        animation: wave-b-5dlvvq5a60 1.5s ease-in-out infinite;
    }

        .hero-brand-text .letter:nth-child(1)[b-5dlvvq5a60] {
            animation-delay: 0s;
        }

        .hero-brand-text .letter:nth-child(2)[b-5dlvvq5a60] {
            animation-delay: 0.1s;
        }

        .hero-brand-text .letter:nth-child(3)[b-5dlvvq5a60] {
            animation-delay: 0.2s;
        }

        .hero-brand-text .letter:nth-child(4)[b-5dlvvq5a60] {
            animation-delay: 0.3s;
        }

        .hero-brand-text .letter:nth-child(5)[b-5dlvvq5a60] {
            animation-delay: 0.4s;
        }

        .hero-brand-text .letter:nth-child(6)[b-5dlvvq5a60] {
            animation-delay: 0.5s;
        }

        .hero-brand-text .letter:nth-child(7)[b-5dlvvq5a60] {
            animation-delay: 0.6s;
        }

.hero-brand-glow[b-5dlvvq5a60] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(66, 66, 66, 0.3) 0%, transparent 70%);
    filter: blur(60px);
    animation: glow-pulse 3s ease-in-out infinite;
    z-index: -1;
}

@keyframes wave-b-5dlvvq5a60 {
    0%, 100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }
}

/* Hero Content Animations */
.hero-headline[b-5dlvvq5a60] {
    animation: fadeInUp-b-5dlvvq5a60 0.8s ease-out;
}

.hero-subheadline[b-5dlvvq5a60] {
    animation: fadeInUp-b-5dlvvq5a60 1s ease-out;
}

.hero-cta-buttons[b-5dlvvq5a60] {
    animation: fadeInUp-b-5dlvvq5a60 1.2s ease-out;
}

@keyframes fadeInUp-b-5dlvvq5a60 {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Hero CTA Buttons */
.hero-cta-primary[b-5dlvvq5a60] {
    animation: buttonBounce-b-5dlvvq5a60 2s ease-in-out 2s;
}

@keyframes buttonBounce-b-5dlvvq5a60 {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-10px);
    }

    60% {
        transform: translateY(-5px);
    }
}

/* Responsive */
@media (max-width: 960px) {
    .hero-brand-text[b-5dlvvq5a60] {
        font-size: 3rem;
    }

    .hero-brand-icon[b-5dlvvq5a60] {
        width: 60px;
        height: 60px;
    }

        .hero-brand-icon .mud-icon-root[b-5dlvvq5a60] {
            font-size: 2rem !important;
        }
}

.feature-card[b-5dlvvq5a60] {
    backdrop-filter: blur(10px);
    border-radius: 16px;
    padding: 2rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid var(--mud-palette-primary);
}

    .feature-card:hover[b-5dlvvq5a60] {
        transform: translateY(-8px);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    }

.feature-icon[b-5dlvvq5a60] {
    width: 64px;
    height: 64px;
    background: var(--mud-palette-primary);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.features-section[b-5dlvvq5a60] {
    padding: 5rem 0;
    background: var(--mud-palette-background-gray);
}

.how-it-works[b-5dlvvq5a60] {
    padding: 5rem 0;
}

.step-number[b-5dlvvq5a60] {
    width: 48px;
    height: 48px;
    background: var(--mud-palette-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.footer[b-5dlvvq5a60] {
    background: var(--mud-palette-background-gray);
    padding: 3rem 0 2rem;
}
