/* _content/ITNBaja/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-mzpxq7lb8v] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.header-section[b-mzpxq7lb8v] {
    position: relative;
    background: #FFD700;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.header-banner[b-mzpxq7lb8v] {
    background: #FFD700;
    color: #333;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 10;
}



.banner-left[b-mzpxq7lb8v] {
    display: flex;
    align-items: center;
    gap: 20px;
    flex: 1;
    margin-right: 150px;
}

.banner-right[b-mzpxq7lb8v] {
    display: flex;
    align-items: center;
    z-index: 10;
    position: relative;
}

.banner-image[b-mzpxq7lb8v] {
    height: 60px;
    width: auto;
    object-fit: contain;
}

.emblem-image[b-mzpxq7lb8v] {
    position: absolute;
    right: 120px;
    top: 0;
    bottom: 0;
    height: 100%;
    width: auto;
    object-fit: contain;
    z-index: 15;
}

.auth-button-desktop[b-mzpxq7lb8v] {
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 20;
}

.auth-button-desktop .contacts-link[b-mzpxq7lb8v] {
    font-size: 0.9rem;
    padding: 6px 12px;
}

.banner-text[b-mzpxq7lb8v] {
    font-size: 1.8rem;
    font-weight: bold;
    margin: 0;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.7);
    text-align: left;
    color: #333;
}

.contacts-link[b-mzpxq7lb8v] {
    color: #000;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 600;
    padding: 8px 16px;
    border: 2px solid #000;
    border-radius: 6px;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.9);
}

.contacts-link:hover[b-mzpxq7lb8v] {
    background: rgba(255, 255, 255, 1);
    border-color: #000;
    text-decoration: none;
    color: #000;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.logout-btn[b-mzpxq7lb8v] {
    cursor: pointer;
}

.logout-message[b-mzpxq7lb8v] {
    background: #d4edda;
    color: #155724;
    padding: 1rem 2rem;
    text-align: center;
    border: 1px solid #c3e6cb;
    font-weight: 500;
    animation: fadeInOut-b-mzpxq7lb8v 3s ease-in-out;
}

@keyframes fadeInOut-b-mzpxq7lb8v {
    0% { opacity: 0; transform: translateY(-10px); }
    10% { opacity: 1; transform: translateY(0); }
    90% { opacity: 1; transform: translateY(0); }
    100% { opacity: 0; transform: translateY(-10px); }
}

.top-menu[b-mzpxq7lb8v] {
    background: #FFD700;
    position: relative;
    min-height: 60px;
}

.mobile-menu-toggle[b-mzpxq7lb8v] {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.75rem;
    flex-direction: column;
    gap: 4px;
    position: absolute;
    right: 1rem;
    top: 0.5rem;
    z-index: 1001;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    border-radius: 4px;
}

.hamburger-line[b-mzpxq7lb8v] {
    width: 25px;
    height: 3px;
    background: #333;
    transition: all 0.3s ease;
    border-radius: 2px;
}

.mobile-menu-toggle:hover[b-mzpxq7lb8v] {
    background: rgba(0, 0, 0, 0.1);
}

.mobile-menu-toggle:hover .hamburger-line[b-mzpxq7lb8v] {
    background: #000;
}

.mobile-menu-toggle.menu-open .hamburger-line:nth-child(1)[b-mzpxq7lb8v] {
    transform: rotate(45deg) translate(6px, 6px);
}

.mobile-menu-toggle.menu-open .hamburger-line:nth-child(2)[b-mzpxq7lb8v] {
    opacity: 0;
}

.mobile-menu-toggle.menu-open .hamburger-line:nth-child(3)[b-mzpxq7lb8v] {
    transform: rotate(-45deg) translate(6px, -6px);
}

.desktop-menu-container[b-mzpxq7lb8v] {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 2rem;
    padding: 0.5rem 2rem;
}

.menu-container[b-mzpxq7lb8v] {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 2rem;
    padding: 0.5rem 2rem;
}

.menu-item[b-mzpxq7lb8v] {
    color: #333;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 500;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.menu-item:hover[b-mzpxq7lb8v] {
    background: rgba(0, 0, 0, 0.1);
    color: #000;
    text-decoration: none;
}

.menu-item.active[b-mzpxq7lb8v] {
    background: rgba(0, 0, 0, 0.2);
    color: #000;
}

main[b-mzpxq7lb8v] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

@media (max-width: 640.98px) {
    .header-banner[b-mzpxq7lb8v] {
        flex-direction: column;
        gap: 15px;
        padding: 15px;
        align-items: flex-start;
    }
    
    .emblem-image[b-mzpxq7lb8v] {
        position: absolute;
        top: 10px;
        right: 10px;
        height: 50px;
        width: auto;
        object-fit: contain;
        z-index: 25;
    }

    .auth-button-desktop[b-mzpxq7lb8v] {
        display: none;
    }

    .header-banner[b-mzpxq7lb8v] {
        padding-right: 70px; /* Add space for emblem */
    }

    .banner-left[b-mzpxq7lb8v] {
        gap: 15px;
        margin-right: 0;
    }

    .banner-text[b-mzpxq7lb8v] {
        font-size: 1.4rem;
    }

    .banner-image[b-mzpxq7lb8v] {
        height: 50px;
    }

    .banner-right[b-mzpxq7lb8v] {
        align-self: flex-end;
    }

    .contacts-link[b-mzpxq7lb8v] {
        font-size: 1rem;
        padding: 6px 12px;
    }

    .mobile-menu-toggle[b-mzpxq7lb8v] {
        display: flex;
        position: absolute;
        right: 1rem;
        top: 50%;
        transform: translateY(-50%);
    }

    .top-menu[b-mzpxq7lb8v] {
        padding-right: 4rem;
    }

    .desktop-menu-container[b-mzpxq7lb8v] {
        display: none;
    }

    .menu-container[b-mzpxq7lb8v] {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #FFD700;
        flex-direction: column;
        gap: 0;
        padding: 0;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        transform: translateY(-100%);
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        z-index: 1000;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }

    .menu-container.mobile-open[b-mzpxq7lb8v] {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }

    .menu-item[b-mzpxq7lb8v] {
        font-size: 1rem;
        padding: 1rem;
        width: 100%;
        text-align: center;
        color: #333;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        transition: background-color 0.2s ease;
    }

    .menu-item:last-child[b-mzpxq7lb8v] {
        border-bottom: none;
    }

    .menu-item:hover[b-mzpxq7lb8v] {
        background: rgba(0, 0, 0, 0.1);
    }

    .mobile-menu-backdrop[b-mzpxq7lb8v] {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.3);
        z-index: 999;
        animation: fadeIn-b-mzpxq7lb8v 0.3s ease;
    }

    @keyframes fadeIn-b-mzpxq7lb8v {
        from { opacity: 0; }
        to { opacity: 1; }
    }
}

@media (max-width: 768px) and (min-width: 641px) {
    .menu-container[b-mzpxq7lb8v] {
        gap: 1rem;
        padding: 0.5rem 1rem;
    }

    .menu-item[b-mzpxq7lb8v] {
        font-size: 1rem;
        padding: 0.25rem 0.75rem;
    }
}

@media (min-width: 641px) {
    article[b-mzpxq7lb8v] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-mzpxq7lb8v] {
    color-scheme: light only;
    background: #FFD700;
    color: #333;
    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-mzpxq7lb8v] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/ITNBaja/Components/Pages/About.razor.rz.scp.css */
.about-content[b-dg1fmo1hwc] {
    padding: 2rem;
    margin: 0;
}

.about-text[b-dg1fmo1hwc] {
    font-size: 1.5rem;
    color: #333;
    text-align: left;
    margin: 0;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .about-content[b-dg1fmo1hwc] {
        padding: 1rem;
    }
    
    .about-text[b-dg1fmo1hwc] {
        font-size: 1.3rem;
    }
}

@media (max-width: 480px) {
    .about-text[b-dg1fmo1hwc] {
        font-size: 1.1rem;
    }
}
/* _content/ITNBaja/Components/Pages/Contacts.razor.rz.scp.css */
.contacts-page[b-hoz3syd45a] {
    min-height: 80vh;
    padding: 0;
    margin: 0;
}

.contacts-container[b-hoz3syd45a] {
    max-width: 600px;
    width: 100%;
    text-align: left;
}

.contacts-title[b-hoz3syd45a] {
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 2rem;
}

.contact-info[b-hoz3syd45a] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.contact-item[b-hoz3syd45a] {
    text-align: left;
}

.contact-label[b-hoz3syd45a] {
    font-size: 1.2rem;
    margin: 0 0 0.5rem 0;
    color: #333;
}

.contact-value[b-hoz3syd45a] {
    font-size: 1.2rem;
    margin: 0;
    color: #333;
}

.contact-value a[b-hoz3syd45a] {
    color: #4a90e2;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.contact-value a:hover[b-hoz3syd45a] {
    color: #357abd;
    text-decoration: underline;
}

@media (max-width: 640px) {
    .contacts-title[b-hoz3syd45a] {
        font-size: 2rem;
    }
    
    .contact-label[b-hoz3syd45a] {
        font-size: 1.1rem;
    }
    
    .contact-value[b-hoz3syd45a] {
        font-size: 1.1rem;
    }
}
/* _content/ITNBaja/Components/Pages/Equipment.razor.rz.scp.css */
.equipment-content[b-d1ng8wz7jy] {
    padding: 0;
    margin: 0;
}

.equipment-title[b-d1ng8wz7jy] {
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 2rem;
    text-align: left;
}

.equipment-item[b-d1ng8wz7jy] {
    display: flex;
    align-items: center;
    gap: 2rem;
    padding: 2rem;
    margin-bottom: 2rem;
    background: #f8f9fa;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.equipment-photo[b-d1ng8wz7jy] {
    width: 400px;
    height: 400px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    flex-shrink: 0;
}

.equipment-name[b-d1ng8wz7jy] {
    font-size: 2rem;
    color: #333;
    margin: 0;
    font-weight: bold;
}

@media (max-width: 768px) {
    .equipment-title[b-d1ng8wz7jy] {
        font-size: 2rem;
    }
    
    .equipment-item[b-d1ng8wz7jy] {
        flex-direction: column;
        text-align: center;
        padding: 1.5rem;
        gap: 1rem;
    }
    
    .equipment-photo[b-d1ng8wz7jy] {
        width: 300px;
        height: 300px;
    }
    
    .equipment-name[b-d1ng8wz7jy] {
        font-size: 1.5rem;
    }
}

@media (max-width: 480px) {
    .equipment-title[b-d1ng8wz7jy] {
        font-size: 1.8rem;
    }
    
    .equipment-item[b-d1ng8wz7jy] {
        padding: 1rem;
    }
    
    .equipment-photo[b-d1ng8wz7jy] {
        width: 240px;
        height: 240px;
    }
    
    .equipment-name[b-d1ng8wz7jy] {
        font-size: 1.3rem;
    }
}
/* _content/ITNBaja/Components/Pages/Gallery.razor.rz.scp.css */
.gallery-content[b-wvji14w2hn] {
    padding: 2rem;
    margin: 0;
}

.gallery-title[b-wvji14w2hn] {
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 2rem;
    text-align: left;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.8);
}

.gallery-section[b-wvji14w2hn] {
    margin-bottom: 3rem;
    background: rgba(248, 249, 250, 0.8);
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.section-title[b-wvji14w2hn] {
    font-size: 2rem;
    color: #333;
    margin-bottom: 1.5rem;
    text-align: center;
    font-weight: bold;
    border-bottom: 3px solid #FFD700;
    padding-bottom: 0.5rem;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.7);
}

.image-grid[b-wvji14w2hn] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
    max-width: 100%;
    overflow: hidden;
}

.image-item[b-wvji14w2hn] {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.image-item:hover[b-wvji14w2hn] {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.gallery-image[b-wvji14w2hn] {
    width: 100%;
    max-width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.image-item:hover .gallery-image[b-wvji14w2hn] {
    transform: scale(1.05);
}

/* Modal styles */
.modal-overlay[b-wvji14w2hn] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    cursor: pointer;
}

.modal-content[b-wvji14w2hn] {
    position: relative;
    max-width: 90vw;
    max-height: 90vh;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    cursor: default;
}

.modal-close[b-wvji14w2hn] {
    position: absolute;
    top: 10px;
    right: 15px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    border: none;
    font-size: 2rem;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1001;
    transition: background 0.3s ease;
}

.modal-close:hover[b-wvji14w2hn] {
    background: rgba(0, 0, 0, 0.9);
}

.modal-image[b-wvji14w2hn] {
    width: 100%;
    height: auto;
    max-height: 80vh;
    object-fit: contain;
    display: block;
}

.modal-caption[b-wvji14w2hn] {
    padding: 1rem;
    background: #FFD700;
    color: #333;
    text-align: center;
    font-weight: 500;
    font-size: 1.1rem;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .gallery-content[b-wvji14w2hn] {
        padding: 1rem;
    }
    
    .gallery-title[b-wvji14w2hn] {
        font-size: 2rem;
    }
    
    .section-title[b-wvji14w2hn] {
        font-size: 1.5rem;
    }
    
    .gallery-section[b-wvji14w2hn] {
        padding: 1.5rem;
        margin-bottom: 2rem;
    }
    
    .image-grid[b-wvji14w2hn] {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 1rem;
    }
    
    .gallery-image[b-wvji14w2hn] {
        height: 300px;
    }
    
    .modal-content[b-wvji14w2hn] {
        max-width: 95vw;
        max-height: 95vh;
    }
    
    .modal-close[b-wvji14w2hn] {
        top: 5px;
        right: 10px;
        font-size: 1.5rem;
        width: 35px;
        height: 35px;
    }
}

@media (max-width: 480px) {
    .gallery-title[b-wvji14w2hn] {
        font-size: 1.8rem;
    }
    
    .section-title[b-wvji14w2hn] {
        font-size: 1.3rem;
    }
    
    .image-grid[b-wvji14w2hn] {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 0.75rem;
    }
    
    .gallery-image[b-wvji14w2hn] {
        height: 240px;
    }
    
    .gallery-section[b-wvji14w2hn] {
        padding: 1rem;
    }
}
/* _content/ITNBaja/Components/Pages/Home.razor.rz.scp.css */
.page-content[b-8k7conpgy5] {
    padding: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.page-content h1[b-8k7conpgy5] {
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 1.5rem;
}

.page-content p[b-8k7conpgy5] {
    font-size: 1.2rem;
    color: #666;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .page-content[b-8k7conpgy5] {
        padding: 1rem;
    }
    
    .page-content h1[b-8k7conpgy5] {
        font-size: 2rem;
    }
    
    .page-content p[b-8k7conpgy5] {
        font-size: 1.1rem;
    }
}
/* _content/ITNBaja/Components/Pages/Login.razor.rz.scp.css */
.login-content[b-eby2dcasbl] {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.login-container[b-eby2dcasbl] {
    background: white;
    padding: 3rem;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    max-width: 400px;
    width: 100%;
}

.login-title[b-eby2dcasbl] {
    font-size: 2rem;
    color: #333;
    margin-bottom: 2rem;
    text-align: center;
}

.login-form[b-eby2dcasbl] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.form-group[b-eby2dcasbl] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.form-group label[b-eby2dcasbl] {
    font-size: 1rem;
    color: #333;
    font-weight: 500;
}

.form-input[b-eby2dcasbl] {
    padding: 0.75rem;
    border: 2px solid #e9ecef;
    border-radius: 6px;
    font-size: 1rem;
    transition: border-color 0.3s ease;
}

.form-input:focus[b-eby2dcasbl] {
    outline: none;
    border-color: #4a90e2;
}

.login-button[b-eby2dcasbl] {
    background: linear-gradient(135deg, #4a90e2 0%, #7bb3f0 100%);
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 6px;
    font-size: 1.1rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.login-button:hover[b-eby2dcasbl] {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(74, 144, 226, 0.3);
}

.logout-button[b-eby2dcasbl] {
    background: #dc3545;
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.logout-button:hover[b-eby2dcasbl] {
    background: #c82333;
    transform: translateY(-1px);
}

.error-message[b-eby2dcasbl] {
    background: #f8d7da;
    color: #721c24;
    padding: 0.75rem;
    border-radius: 6px;
    border: 1px solid #f5c6cb;
    margin-bottom: 1rem;
    text-align: center;
}

.success-message[b-eby2dcasbl] {
    background: #d4edda;
    color: #155724;
    padding: 0.75rem;
    border-radius: 6px;
    border: 1px solid #c3e6cb;
    margin-bottom: 1rem;
    text-align: center;
    animation: fadeIn-b-eby2dcasbl 0.5s ease-in;
}

@keyframes fadeIn-b-eby2dcasbl {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

.success-message[b-eby2dcasbl] {
    text-align: center;
    color: #155724;
}

.success-message h2[b-eby2dcasbl] {
    color: #155724;
    margin-bottom: 1rem;
}

.success-message p[b-eby2dcasbl] {
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
}

@media (max-width: 768px) {
    .login-content[b-eby2dcasbl] {
        padding: 1rem;
    }
    
    .login-container[b-eby2dcasbl] {
        padding: 2rem;
    }
    
    .login-title[b-eby2dcasbl] {
        font-size: 1.8rem;
    }
}

@media (max-width: 480px) {
    .login-container[b-eby2dcasbl] {
        padding: 1.5rem;
    }
    
    .login-title[b-eby2dcasbl] {
        font-size: 1.6rem;
    }
}
/* _content/ITNBaja/Components/Pages/Schedule.razor.rz.scp.css */
/* Safari mobile viewport fix */
@supports (-webkit-touch-callout: none) {
    .editor-container[b-ffvsqeqptj] {
        width: 100% !important;
        margin-left: 0 !important;
    }
    
    .preview-panel[b-ffvsqeqptj] {
        -webkit-overflow-scrolling: touch !important;
        transform: translateZ(0);
    }
    
    .yaml-textarea[b-ffvsqeqptj] {
        -webkit-appearance: none !important;
        appearance: none !important;
        -webkit-border-radius: 6px !important;
        border-radius: 6px !important;
    }
}

.schedule-content[b-ffvsqeqptj] {
    padding: 2rem 0;
    margin: 0;
}

.schedule-content .schedule-header[b-ffvsqeqptj] {
    padding: 0 2rem;
}

.schedule-content .save-message[b-ffvsqeqptj] {
    margin: 0 2rem 2rem 2rem;
}

.schedule-content .editor-container[b-ffvsqeqptj] {
    padding: 0;
}

.schedule-content:not(.editing)[b-ffvsqeqptj] {
    padding: 2rem;
}

.schedule-header[b-ffvsqeqptj] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.schedule-title[b-ffvsqeqptj] {
    font-size: 2.5rem;
    color: #333;
    margin: 0;
    text-align: left;
}

.edit-button[b-ffvsqeqptj] {
    background: linear-gradient(135deg, #FFD700 0%, #DAA520 100%);
    color: #333;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
}

.edit-button:hover[b-ffvsqeqptj] {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(218, 165, 32, 0.3);
}

.edit-controls[b-ffvsqeqptj] {
    display: flex;
    gap: 1rem;
}

.save-button[b-ffvsqeqptj] {
    background: #28a745;
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
}

.save-button:hover:not(:disabled)[b-ffvsqeqptj] {
    background: #218838;
    transform: translateY(-1px);
}

.save-button:disabled[b-ffvsqeqptj] {
    opacity: 0.6;
    cursor: not-allowed;
}

.cancel-button[b-ffvsqeqptj] {
    background: #6c757d;
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
}

.cancel-button:hover[b-ffvsqeqptj] {
    background: #5a6268;
    transform: translateY(-1px);
}



.save-message[b-ffvsqeqptj] {
    padding: 1rem;
    border-radius: 6px;
    margin-bottom: 2rem;
    text-align: center;
    font-weight: 500;
}

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

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

.editor-container[b-ffvsqeqptj] {
    display: flex;
    gap: 0;
    margin-bottom: 2rem;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.yaml-editor[b-ffvsqeqptj] {
    flex: 1;
    margin-bottom: 0;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.9);
    min-width: 0;
}

.yaml-editor h3[b-ffvsqeqptj] {
    color: #333;
    margin-bottom: 1rem;
}

.yaml-textarea[b-ffvsqeqptj] {
    width: 100%;
    padding: 1rem;
    border: 2px solid #e9ecef;
    border-radius: 6px;
    font-family: 'Courier New', monospace;
    font-size: 0.9rem;
    line-height: 1.4;
    resize: vertical;
    min-height: 70vh;
    box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none;
}

.yaml-textarea:focus[b-ffvsqeqptj] {
    outline: none;
    border-color: #4a90e2;
}

.preview-panel[b-ffvsqeqptj] {
    flex: 1;
    background: rgba(255, 255, 255, 0.9);
    padding: 2rem;
    border-left: 1px solid #e9ecef;
    height: calc(70vh + 4rem);
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    -webkit-overflow-scrolling: touch;
    min-width: 0;
}

.preview-panel h3[b-ffvsqeqptj] {
    color: #333;
    margin-bottom: 1rem;
    margin-top: 0;
}

.preview-error-container[b-ffvsqeqptj] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.preview-error[b-ffvsqeqptj] {
    background: #f8d7da;
    color: #721c24;
    padding: 1rem;
    border-radius: 6px;
    border: 1px solid #f5c6cb;
    font-family: 'Courier New', monospace;
    font-size: 0.9rem;
    white-space: pre-wrap;
    margin-bottom: 1rem;
}

.preview-empty[b-ffvsqeqptj] {
    color: #6c757d;
    font-style: italic;
    text-align: center;
    padding: 2rem;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.preview-content[b-ffvsqeqptj] {
    flex: 1;
    overflow-y: auto;
}

.preview-day[b-ffvsqeqptj] {
    margin-bottom: 2rem;
    background: rgba(248, 249, 250, 0.8);
    border-radius: 8px;
    padding: 1rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.preview-day-title[b-ffvsqeqptj] {
    font-size: 1.3rem;
    color: #333;
    margin-bottom: 0.75rem;
    font-weight: bold;
    border-bottom: 2px solid #FFD700;
    padding-bottom: 0.25rem;
}

.preview-table[b-ffvsqeqptj] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.85rem;
}

.preview-table th[b-ffvsqeqptj] {
    background: #FFD700;
    color: #333;
    padding: 0.5rem;
    text-align: left;
    font-weight: bold;
    font-size: 0.8rem;
}

.preview-table td[b-ffvsqeqptj] {
    padding: 0.5rem;
    border-bottom: 1px solid #e9ecef;
    color: #333;
}

.preview-table tbody tr:hover[b-ffvsqeqptj] {
    background: #f8f9fa;
}

.preview-table tbody tr:last-child td[b-ffvsqeqptj] {
    border-bottom: none;
}

.schedule-day[b-ffvsqeqptj] {
    margin-bottom: 3rem;
    background: rgba(248, 249, 250, 0.8);
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.day-title[b-ffvsqeqptj] {
    font-size: 1.8rem;
    color: #333;
    margin-bottom: 1rem;
    text-align: left;
    font-weight: bold;
    border-bottom: 2px solid #FFD700;
    padding-bottom: 0.5rem;
}

.schedule-table[b-ffvsqeqptj] {
    width: 100%;
    border-collapse: collapse;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    table-layout: fixed;
}

.schedule-table th:first-child[b-ffvsqeqptj],
.schedule-table td:first-child[b-ffvsqeqptj] {
    width: 200px;
}

.schedule-table th:last-child[b-ffvsqeqptj],
.schedule-table td:last-child[b-ffvsqeqptj] {
    width: auto;
}

.schedule-table th[b-ffvsqeqptj] {
    background: #FFD700;
    color: #333;
    padding: 1rem;
    text-align: left;
    font-weight: bold;
    font-size: 1.1rem;
}

.schedule-table td[b-ffvsqeqptj] {
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    font-size: 1rem;
    color: #333;
    word-wrap: break-word;
}

.schedule-table tbody tr:hover[b-ffvsqeqptj] {
    background: #f8f9fa;
}

.schedule-table tbody tr:last-child td[b-ffvsqeqptj] {
    border-bottom: none;
}

@media (max-width: 768px) {
    .schedule-content[b-ffvsqeqptj] {
        padding: 1rem 0;
    }
    
    .schedule-content .schedule-header[b-ffvsqeqptj] {
        padding: 0 1rem;
    }
    
    .schedule-content .save-message[b-ffvsqeqptj] {
        margin: 0 1rem 2rem 1rem;
    }
    
    .schedule-content:not(.editing)[b-ffvsqeqptj] {
        padding: 1rem;
    }
    
    .schedule-header[b-ffvsqeqptj] {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }
    
    .schedule-title[b-ffvsqeqptj] {
        font-size: 2rem;
    }
    
    .edit-controls[b-ffvsqeqptj] {
        flex-direction: column;
        width: 100%;
    }
    
    .edit-button[b-ffvsqeqptj],
    .save-button[b-ffvsqeqptj],
    .cancel-button[b-ffvsqeqptj] {
        width: 100%;
        padding: 1rem;
    }
    
    .day-title[b-ffvsqeqptj] {
        font-size: 1.5rem;
    }
    
    .schedule-day[b-ffvsqeqptj] {
        padding: 1rem;
        margin-bottom: 2rem;
    }
    
    .schedule-table th:first-child[b-ffvsqeqptj],
    .schedule-table td:first-child[b-ffvsqeqptj] {
        width: 120px;
    }
    
    .schedule-table th[b-ffvsqeqptj],
    .schedule-table td[b-ffvsqeqptj] {
        padding: 0.75rem;
        font-size: 0.9rem;
    }
    
    .yaml-textarea[b-ffvsqeqptj] {
        font-size: 0.8rem;
        min-height: 50vh;
    }
    
    .editor-container[b-ffvsqeqptj] {
        flex-direction: column;
        gap: 0;
        width: 100%;
        max-width: 100%;
    }
    
    .yaml-editor[b-ffvsqeqptj] {
        padding: 1rem;
    }
    
    .preview-panel[b-ffvsqeqptj] {
        height: calc(50vh + 3rem);
        padding: 1rem;
        border-left: none;
        border-top: 1px solid #e9ecef;
        -webkit-overflow-scrolling: touch;
        min-height: 300px;
    }
    
    .preview-day[b-ffvsqeqptj] {
        padding: 0.75rem;
        margin-bottom: 1rem;
    }
    
    .preview-day-title[b-ffvsqeqptj] {
        font-size: 1.1rem;
    }
}

@media (max-width: 480px) {
    .schedule-title[b-ffvsqeqptj] {
        font-size: 1.8rem;
    }
    
    .day-title[b-ffvsqeqptj] {
        font-size: 1.3rem;
    }
    
    .schedule-table th:first-child[b-ffvsqeqptj],
    .schedule-table td:first-child[b-ffvsqeqptj] {
        width: 100px;
    }
    
    .schedule-table th[b-ffvsqeqptj],
    .schedule-table td[b-ffvsqeqptj] {
        padding: 0.5rem;
        font-size: 0.8rem;
    }
}
/* _content/ITNBaja/Components/Pages/Team.razor.rz.scp.css */
.team-content[b-tk4f7in4gl] {
    padding: 0;
    margin: 0;
}

.team-title[b-tk4f7in4gl] {
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 2rem;
    text-align: left;
}

.team-section[b-tk4f7in4gl] {
    margin-bottom: 3rem;
}

.section-title[b-tk4f7in4gl] {
    font-size: 2rem;
    color: #333;
    margin-bottom: 1.5rem;
    text-align: left;
    font-weight: bold;
}

.team-member[b-tk4f7in4gl] {
    display: flex;
    align-items: center;
    gap: 2rem;
    padding: 2rem;
    margin-bottom: 2rem;
    background: #f8f9fa;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.member-photo[b-tk4f7in4gl] {
    width: 400px;
    height: 400px;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    flex-shrink: 0;
}

.member-name[b-tk4f7in4gl] {
    font-size: 2rem;
    color: #333;
    margin: 0;
    font-weight: bold;
}

@media (max-width: 768px) {
    .team-title[b-tk4f7in4gl] {
        font-size: 2rem;
    }
    
    .section-title[b-tk4f7in4gl] {
        font-size: 1.7rem;
    }
    
    .team-member[b-tk4f7in4gl] {
        flex-direction: column;
        text-align: center;
        padding: 1.5rem;
        gap: 1rem;
    }
    
    .member-photo[b-tk4f7in4gl] {
        width: 300px;
        height: 300px;
    }
    
    .member-name[b-tk4f7in4gl] {
        font-size: 1.5rem;
    }
}

@media (max-width: 480px) {
    .team-title[b-tk4f7in4gl] {
        font-size: 1.8rem;
    }
    
    .section-title[b-tk4f7in4gl] {
        font-size: 1.5rem;
    }
    
    .team-member[b-tk4f7in4gl] {
        padding: 1rem;
    }
    
    .member-photo[b-tk4f7in4gl] {
        width: 240px;
        height: 240px;
    }
    
    .member-name[b-tk4f7in4gl] {
        font-size: 1.3rem;
    }
}
/* _content/ITNBaja/Components/Shared/AuthButton.razor.rz.scp.css */
.contacts-link[b-71d2r6s48i] {
    color: #000;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 600;
    padding: 8px 16px;
    border: 2px solid #000;
    border-radius: 6px;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.9);
}

/* Mobile menu styling */
.auth-button-mobile .contacts-link[b-71d2r6s48i] {
    color: #333;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    padding: 1rem;
    width: 100%;
    text-align: center;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0;
    transition: all 0.2s ease;
    display: block;
    background: white;
}

.auth-button-mobile .contacts-link:hover[b-71d2r6s48i] {
    background: #f8f9fa;
    color: #000;
    text-decoration: none;
    transform: translateX(5px);
    border-radius: 0;
    box-shadow: none;
}

.contacts-link:hover[b-71d2r6s48i] {
    background: rgba(255, 255, 255, 1);
    border-color: #000;
    text-decoration: none;
    color: #000;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.logout-btn[b-71d2r6s48i] {
    cursor: pointer;
}

.logout-message-popup[b-71d2r6s48i] {
    position: fixed;
    top: 20px;
    right: 20px;
    background: #d4edda;
    color: #155724;
    padding: 1rem 1.5rem;
    border-radius: 6px;
    border: 1px solid #c3e6cb;
    font-weight: 500;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    animation: slideIn-b-71d2r6s48i 0.3s ease-out;
}

@keyframes slideIn-b-71d2r6s48i {
    from { 
        opacity: 0; 
        transform: translateX(100%); 
    }
    to { 
        opacity: 1; 
        transform: translateX(0); 
    }
}
/* _content/ITNBaja/Components/Shared/MobileMenu.razor.rz.scp.css */
.mobile-menu-toggle[b-wn9wylqk1z] {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.75rem;
    flex-direction: column;
    gap: 4px;
    position: absolute;
    right: 1rem;
    top: 0.5rem;
    z-index: 1001;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    border-radius: 4px;
}

.hamburger-line[b-wn9wylqk1z] {
    width: 25px;
    height: 3px;
    background: #333;
    transition: all 0.3s ease;
    border-radius: 2px;
}

.mobile-menu-toggle:hover[b-wn9wylqk1z] {
    background: rgba(0, 0, 0, 0.1);
}

.mobile-menu-toggle:hover .hamburger-line[b-wn9wylqk1z] {
    background: #000;
}

.mobile-menu-toggle.menu-open .hamburger-line:nth-child(1)[b-wn9wylqk1z] {
    transform: rotate(45deg) translate(6px, 6px);
}

.mobile-menu-toggle.menu-open .hamburger-line:nth-child(2)[b-wn9wylqk1z] {
    opacity: 0;
}

.mobile-menu-toggle.menu-open .hamburger-line:nth-child(3)[b-wn9wylqk1z] {
    transform: rotate(-45deg) translate(6px, -6px);
}

.menu-container[b-wn9wylqk1z] {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: white;
    flex-direction: column;
    gap: 0;
    padding: 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
    border-top: 2px solid rgba(218, 165, 32, 0.8);
    border-bottom: 2px solid rgba(218, 165, 32, 0.8);
}

.menu-container.mobile-open[b-wn9wylqk1z] {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.menu-item[b-wn9wylqk1z] {
    color: #333;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    padding: 1rem;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease;
    display: block;
    background: white;
}

.menu-item:last-child[b-wn9wylqk1z] {
    border-bottom: none;
}

.menu-item:hover[b-wn9wylqk1z] {
    background: #f8f9fa;
    color: #000;
    text-decoration: none;
    transform: translateX(5px);
}

.mobile-menu-backdrop[b-wn9wylqk1z] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(3px);
    z-index: 999;
    animation: fadeIn-b-wn9wylqk1z 0.3s ease;
}

@keyframes fadeIn-b-wn9wylqk1z {
    from { opacity: 0; }
    to { opacity: 1; }
}

.auth-button-mobile[b-wn9wylqk1z] {
    display: none;
}

@media (max-width: 640.98px) {
    .auth-button-mobile[b-wn9wylqk1z] {
        display: block;
        padding: 0;
        text-align: center;
        background: white;
    }
}

@media (max-width: 640.98px) {
    .mobile-menu-toggle[b-wn9wylqk1z] {
        display: flex;
        position: absolute;
        right: 10px;
        top: 10px;
    }
}
