/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page-wrapper[b-al3kw1x7sa] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: #eceef0; 
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.header[b-al3kw1x7sa] {
    padding: 24px;
}

.lang-selector[b-al3kw1x7sa] {
    display: flex;
    gap: 8px;
    
    
    position: fixed;
    top: 10px;       
    right: 20px;     
    z-index: 999;

    -webkit-user-select: none; 
    -ms-user-select: none;      
    user-select: none;
}

.home-btn[b-al3kw1x7sa] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;         
    height: 30px;        
    cursor: pointer;
    transition: transform 0.15s ease-in-out;
    margin-right: 4px;   

    -webkit-user-select: none; 
    -ms-user-select: none;      
    user-select: none;
}

.home-btn:hover[b-al3kw1x7sa] {
    transform: scale(11.05); 
}

.lang-selector .home-btn:active[b-al3kw1x7sa] {
    transform: scale(0.95); 
}

.home-logo-img[b-al3kw1x7sa] {
    width: 100%;
    height: 100%;
    object-fit: contain; 
    
}

.lang-btn[b-al3kw1x7sa] {
    -webkit-user-select: none; 
    -ms-user-select: none;      
    user-select: none;

    width: 45px;      
    height: 30px;     
    padding: 0;       
    overflow: hidden; 
    border-radius: 6px; 
    border: 2px solid transparent; 
    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: center;
    
    transition: all 0.15s ease-in-out;
}

.lang-btn:active[b-al3kw1x7sa] {
    transform: scale(0.99);
}

.lang-btn:hover[b-al3kw1x7sa] {
    border-color: #000000;
}

.lang-btn.active[b-al3kw1x7sa] {
    border-color: #050b14; 
    box-shadow: 0 0 20px rgba(3, 9, 19, 0.4);
    transform: scale(1.0); 
}

.lang-btn:not(.active) .flag-img[b-al3kw1x7sa] {
    filter: grayscale(50%) opacity(1); 
}

.lang-btn:hover .flag-img[b-al3kw1x7sa] {
    filter: grayscale(0%) opacity(1);
}

.flag-img[b-al3kw1x7sa] {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    pointer-events: none;
    transition: filter 0.15s ease;
}

.content-area[b-al3kw1x7sa] {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
}

.footer[b-al3kw1x7sa] {
    height: 80px;
    background: linear-gradient(135deg, #3c1269 0%, #184592 100%);
    color: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.9rem;
    font-weight: 400;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.05);
}



.filter-sidebar[b-al3kw1x7sa] {
    position: fixed;
    left: 15px;
    margin-top: 1px;                     
    transform: translateY(-50%);
    z-index: 100;        

    -webkit-user-select: none; 
    -ms-user-select: none;      
    user-select: none;
}

.filter-btn[b-al3kw1x7sa] {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 50%;  
    padding: 7px;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (hover: hover) {
    .filter-btn:hover[b-al3kw1x7sa] {
        background: #f8fafc;
        border-color: #3b82f6;
        transform: scale(1.05);
    }
    .lang-btn:hover[b-al3kw1x7sa] {
        border-color: #000000;
    }
}

.filter-btn img[b-al3kw1x7sa] {
    width: 24px;         
    height: 24px;
    object-fit: contain;
}


@media (max-width: 1024px) {
    .filter-sidebar[b-al3kw1x7sa] {
        left: 15px;      
    }
}


.filter-sidebar-wrapper[b-al3kw1x7sa] {
    position: fixed;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    z-index: 100;
}


.filter-sidebar[b-al3kw1x7sa] {
    user-select: none;
}


.filter-dropdown-panel[b-al3kw1x7sa] {
    margin-top: 25px;        
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px; 
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    padding: 0px;
    max-width: 0px;    
    opacity: 0;
    overflow: hidden;
    white-space: nowrap;
    transition: max-width 0.35s ease-in-out, opacity 0.25s ease, padding 0.35s ease;
    display: flex;
    flex-direction: column;
}


.filter-dropdown-panel.open[b-al3kw1x7sa] {
    padding: 16px;
    max-width: 260px; 
    opacity: 1;
}

.filter-dropdown-panel h4[b-al3kw1x7sa] {
    margin: 0 0 12px 0;
    font-size: 0.95rem;
    color: #1e293b;
    font-family: sans-serif;
    font-weight: 600;
    border-bottom: 2px solid #520897;
    padding-bottom: 6px;
}


.checkbox-container[b-al3kw1x7sa] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-height: 300px;
    overflow-y: auto; 
    padding-right: 15px;
}

.checkbox-label[b-al3kw1x7sa] {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
    color: #475569;
    cursor: pointer;
    user-select: none;
    transition: color 0.2s ease;
}

.checkbox-label:hover[b-al3kw1x7sa] {
    color: #3b82f6;
}


.checkbox-label input[b-al3kw1x7sa] {
    cursor: pointer;
    width: 16px;
    height: 16px;
    accent-color: #520897; 
}
/* /Components/Pages/EngineCompare/EnginesCompare.razor.rz.scp.css */
.videos-grid[b-6wlvjnmbvg] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    align-items: stretch;
    width: 92%;
    max-width: 1000px;
    margin: 40px auto;
    box-sizing: border-box;
}

.videos-grid .tech-card[b-6wlvjnmbvg] {
    margin: 0 !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0;
    height: 100%;
    box-sizing: border-box;
    padding: 20px;
}

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


/* /Components/Pages/Home.razor.rz.scp.css */

.main-content-wrapper[b-y5ahfp5s9d] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    min-width: 100%;
    flex: 1;
}

.tile-grid[b-y5ahfp5s9d] {
    display: flex;
    gap: 24px; 
    justify-content: center;
    flex-wrap: wrap; 
}

.header-container[b-y5ahfp5s9d] {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    padding: 24px 40px; 
    box-sizing: border-box;
}


.hero-section[b-y5ahfp5s9d] {
    text-align: center;
    margin-bottom: 48px; 
}

.hero-title[b-y5ahfp5s9d] {
    font-family: "Archivo Black", sans-serif;
    font-size: 2.8rem;
    color: #0f172a; 
    margin: 0 0 8px 0;
    letter-spacing: -1px;
}


.nav-tile span[b-y5ahfp5s9d] {
    font-family: "Archivo Black", sans-serif;
    font-size: 0.9rem;
    letter-spacing: 1px;       
    text-transform: uppercase; 
    
    
    transition: color 0.25s ease, text-shadow 0.25s ease; 
}

.nav-tile[b-y5ahfp5s9d] {
    -webkit-user-select: none; 
    -ms-user-select: none;      
    user-select: none;

    font-family: "Archivo Black", sans-serif;
    font-weight: 400;
    font-style: normal;

    display: flex;
    flex-direction: column; 
    justify-content: center;
    align-items: center;
    width: 360px; 
    height: 260px; 
    
    background-color: #ffffff;
    border: 1px solid #e2e8f0; 
    border-radius: 16px; 
    
    font-size: 1.2rem;
    font-weight: 500; 
    color: #1e293b; 
    cursor: pointer;
    
    
    transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), 
                box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1), 
                border-color 0.2s ease;
    
    
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 
                0 2px 4px -1px rgba(0, 0, 0, 0.03);
}


.nav-tile:hover[b-y5ahfp5s9d] {
    transform: translateY(-6px); 
    border-color: #3b82f6; 
    color: #3b82f6;
    
    
    box-shadow: 0 20px 25px -5px rgba(59, 130, 246, 0.1), 
                0 10px 10px -5px rgba(59, 130, 246, 0.04);
}


.nav-tile:active[b-y5ahfp5s9d] {
    transform: translateY(-2px) scale(0.98);
}





/* /Components/Pages/ProjectList/ProjectList.razor.rz.scp.css */

.projects-container[b-p9lsq7cqok] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    align-self: flex-start !important;
    width: 100% !important;
    min-width: 100% !important;
    flex: 1 1 100% !important;
    max-width: 100% !important;
    padding: 20px;
    box-sizing: border-box;
    z-index: 1;
}


.projects-header[b-p9lsq7cqok] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 32px;
}

.projects-header h2[b-p9lsq7cqok] {
    font-family: "Archivo Black", sans-serif;
    font-size: 2rem;
    color: #0f172a;
    margin: 0;
}


.back-btn[b-p9lsq7cqok] {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    padding: 10px 18px;
    border-radius: 12px;
    font-family: sans-serif;
    font-weight: 500;
    color: #475569;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
}

.back-btn:hover[b-p9lsq7cqok] {
    background: #f8fafc;
    color: #3b82f6;
    border-color: #3b82f6;
    transform: translateX(-2px);
}


.projects-list[b-p9lsq7cqok] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px; 
    width: 100%;
    justify-content: start; 
}

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


.project-card[b-p9lsq7cqok] {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 250px;
    min-height: 125px;
    background-color: #ffffff;
    border: 2px solid #e2e8f0;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
    
    
    box-shadow: 
        0 8px 0 #555e68,
        0 12px 15px rgba(0, 0, 0, 0.15);
        
    transition: transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.25s ease,
                border-color 0.25s ease;
    
    
    margin-bottom: 8px;
}


.project-card:hover[b-p9lsq7cqok] {
    transform: translateY(-6px);
    border-color: #0040ff;
    
    
    box-shadow: 
        0 14px 0 #1b0d5a,
        0 20px 25px #1b0d5a
}


.project-title-section[b-p9lsq7cqok] {
    padding: 20px 24px;
    background-color: #ffffff;
    
    border-bottom: 1px solid #e2e8f0; 
}

.project-title-section h3[b-p9lsq7cqok] {
    font-family: "Archivo Black", sans-serif;
    font-size: 1.3rem;
    color: #1e293b;
    margin: 0;
    text-align: center;

    -webkit-user-select: none; 
    -ms-user-select: none;      
    user-select: none;
}


.project-tech-section[b-p9lsq7cqok] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 16px 24px;
    background: linear-gradient(135deg, #3c1269 0%, #184592 100%);
    flex-grow: 1;
    align-content: flex-start;
}


.tech-badge[b-p9lsq7cqok] {
    background-color: #ffffff;
    color: #000000;
    padding: 2px 4px;
    border-radius: 8px;
    font-family: Arial;
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    transition: background-color 0.26s ease;
    
    text-align: center;
    display: flex;
    justify-content: center; 
    align-items: center;   

    -webkit-user-select: none; 
    -ms-user-select: none;      
    user-select: none;

}
/* /Components/Pages/RML/RML.razor.rz.scp.css */
/* /Components/Pages/SharedLayoutLogic/SharedLayout.razor.rz.scp.css */
.project-tech-section[b-wm8ez6de8i] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 16px 24px;
    background: linear-gradient(135deg, #3c1269 0%, #184592 100%);
    flex-grow: 1;
    align-content: flex-start;
    border-radius: 12px;
}


.tech-badge[b-wm8ez6de8i] {
    background-color: #ffffff;
    color: #000000;
    padding: 2px 4px;
    border-radius: 8px;
    font-family: Arial;
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    transition: background-color 0.26s ease;
    
    text-align: center;
    display: flex;
    justify-content: center; 
    align-items: center;   

    -webkit-user-select: none; 
    -ms-user-select: none;      
    user-select: none;
}
