@import '_content/Platform.Blazor.Shared.FrontEnd/Platform.Blazor.Shared.FrontEnd.zi3ppasad5.bundle.scp.css';

/* _content/Platform.Blazor.Auth/Pages/Index.razor.rz.scp.css */

.responsive-text-title[b-x1q2plshjt] {
    font-size: clamp(3rem, 2.5vw + 1rem, 5rem);
}

.responsive-text-selection[b-x1q2plshjt] {
    font-size: clamp(1rem, 2.5vw + 1rem, 2rem);
}

.main-content[b-x1q2plshjt] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 3rem 0;
}

.tagline[b-x1q2plshjt] {
    font-size: 1.2rem;
    color: #ffffff;
    margin-bottom: 2rem;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

.tile-container[b-x1q2plshjt] {
    position: relative;
    z-index: 1;
    overflow: visible;
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.tile[b-x1q2plshjt] {
    position: relative;
    z-index: 1;
    overflow: visible;
    display: block;
    background-color: rgba(51, 51, 51, 0.9);
    color: #f5f5f5; /* Light text color */
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    width: 320px;
    text-align: center;
    text-decoration: none;
    opacity: 0;
    transform: translateY(0) scale(1);
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
    animation: slideIn-b-x1q2plshjt 0.5s ease-in-out forwards;
}

    .tile:hover[b-x1q2plshjt] {
        transform: translateY(-5px) scale(1.05);
        background-color: rgba(70, 70, 70, 1);
        box-shadow: 0 8px 15px rgba(0, 0, 0, 0.4);
    }

.tile-content[b-x1q2plshjt] {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.tile i[b-x1q2plshjt] {
    font-size: 3rem;
    color: #1e90ff;
    margin-bottom: 1rem;
}

.tile h2[b-x1q2plshjt] {
    font-family: 'Segoe UI', Arial, sans-serif;
    font-weight: 500;
    color: #87cefa;
    margin-bottom: 0.5rem;
}

@keyframes slideIn-b-x1q2plshjt {
    0% {
        opacity: 0;
        transform: translateY(20px) scale(1);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes fadeIn-b-x1q2plshjt {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@media (max-width: 768px) {
    .tile-container[b-x1q2plshjt] {
        flex-direction: column;
        align-items: center;
    }

    .tile[b-x1q2plshjt] {
        width: 100%;
        max-width: 300px;
    }
}
