/* _content/HyperionInterstellar.Components/Amiraute/AccountManager.razor.rz.scp.css */
:root[b-726dw1zmd7] {
    --bg-card: #12151c;
    --neon-blue: #00f6ff;
    --text-primary: #e0e0e0;
    --text-secondary: #8892b0;
}

/* Conteneur principal */
.container[b-726dw1zmd7] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    color: var(--text-primary);
}

/* Bouton d'action */
.actions[b-726dw1zmd7] {
    margin-bottom: 1rem;
}

/* Table des transactions */
.table[b-726dw1zmd7] {
    width: 100%;
    border-collapse: collapse;
    background: var(--bg-card);
    color: var(--text-primary);
}

    .table th[b-726dw1zmd7], .table td[b-726dw1zmd7] {
        padding: 0.75rem;
        border: 1px solid rgba(0, 246, 255, 0.1);
        text-align: left;
    }

.transaction-table th[b-726dw1zmd7] {
    background-color: var(--bg-card);
    color: var(--neon-blue);
}

/* Modale */
.modal-overlay[b-726dw1zmd7] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 2000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-content[b-726dw1zmd7] {
    background: var(--bg-card);
    border: 1px solid var(--neon-blue);
    border-radius: 10px;
    width: 90%;
    max-width: 800px;
    padding: 1rem;
    position: relative;
    box-shadow: 0 4px 20px rgba(0,188,212,0.6);
    max-height: 80vh;
    overflow-y: auto;
}

.close[b-726dw1zmd7] {
    position: absolute;
    top: 10px;
    right: 15px;
    color: var(--neon-blue);
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.3s;
}

    .close:hover[b-726dw1zmd7] {
        color: #ff00cc;
    }

/* Formulaire dans la modale */
.form-group[b-726dw1zmd7] {
    margin-bottom: 1rem;
}

.form-control[b-726dw1zmd7] {
    width: 100%;
    padding: 0.5rem;
    border: 1px solid var(--neon-blue);
    border-radius: 4px;
    background: #263238;
    color: var(--text-primary);
}
/* _content/HyperionInterstellar.Components/Amiraute/AdminManager.razor.rz.scp.css */
:root[b-nrkwttudb8] {
    --bg-card: #12151c;
    --neon-blue: #00f6ff;
    --deep-blue: #001829;
    --text-primary: #d1e8ff;
    --text-secondary: #8892b0;
    --gradient-blue: linear-gradient(135deg, #0f1520, #1a2332);
}

.profile-page[b-nrkwttudb8] {
    max-width: 1200px;
    margin: 2rem auto;
    padding: 1rem;
    color: var(--text-primary);
    font-family: 'Orbitron', sans-serif;
}

/* Header and banner */
.profile-header[b-nrkwttudb8] {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 188, 212, 0.4);
    margin-bottom: 4rem;
}

.header-banner[b-nrkwttudb8] {
    width: 100%;
    height: 350px; /* Banni�re augment�e */
    overflow: hidden;
}

.header-banner-img[b-nrkwttudb8] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.7);
}

/* Header-info container : height ajust�e pour laisser place au texte en bas */
.header-info[b-nrkwttudb8] {
    display: flex;
    align-items: flex-end;
    padding: 0.5rem 1rem;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.6);
    border-radius: 10px;
    width: 90%;
    max-width: 1000px;
    box-shadow: 0 4px 20px rgba(0, 188, 212, 0.6);
    height: 150px; /* Augmentation de la hauteur */
}

.profile-avatar[b-nrkwttudb8] {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin-right: 1.5rem;
    margin-top: -10px; /* Ajout� pour remonter l'image */
    object-fit: cover;
}


/* Info text : alignement vers le bas avec espace */
.info-text[b-nrkwttudb8] {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: -75px; /* Espace pour pousser le texte vers le bas */
}

    .info-text h2[b-nrkwttudb8] {
        font-size: 2rem;
        margin-bottom: 0.2rem;
        color: var(--neon-blue);
        text-shadow: 0 0 8px rgba(0,246,255,0.7);
    }

.member-division[b-nrkwttudb8],
.member-date[b-nrkwttudb8] {
    margin: 0.1rem 0;
    color: var(--text-secondary);
    font-size: 0.9rem;
}

/* Action buttons: align�s � droite */
.action-buttons[b-nrkwttudb8] {
    margin-top: -20px;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.btn-edit[b-nrkwttudb8] {
    background: linear-gradient(to right, #28a745, #1e9e6f);
    border: none;
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    font-family: 'Orbitron', sans-serif;
    font-weight: bold;
    transition: transform 0.3s;
    margin-bottom: 25px;
}

.btn-danger[b-nrkwttudb8] {
    margin-bottom: 25px;
}

.btn-edit:hover[b-nrkwttudb8] {
    transform: scale(1.05);
}

/* Tabs styles (identiques aux pr�c�dents) */
.profile-tabs[b-nrkwttudb8] {
    margin-top: 4rem;
}

.custom-tabs[b-nrkwttudb8] {
    background: transparent;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,150,255,0.3);
    padding: 1rem;
}

.tab-content.card[b-nrkwttudb8] {
    background: transparent;
    border: 1px solid var(--neon-blue);
    border-radius: 10px;
    padding: 1.5rem;
    margin-top: 1rem;
}

/* Modal d'�dition */
.edit-modal[b-nrkwttudb8] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.8);
    z-index: 2000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.edit-modal-content[b-nrkwttudb8] {
    background: var(--bg-card);
    border: 1px solid var(--neon-blue);
    border-radius: 10px;
    width: 90%;
    max-width: 800px;
    padding: 1rem;
    position: relative;
    box-shadow: 0 4px 20px rgba(0,188,212,0.6);
}

.close[b-nrkwttudb8] {
    position: absolute;
    top: 10px;
    right: 15px;
    color: var(--neon-blue);
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.3s;
}

    .close:hover[b-nrkwttudb8] {
        color: #ff00cc;
    }

/* Responsive adjustments */
@media (max-width: 600px) {
    .header-info[b-nrkwttudb8] {
        flex-direction: column;
        height: auto;
        align-items: center;
        padding-bottom: 1rem;
    }

    .profile-avatar[b-nrkwttudb8] {
        margin-right: 0;
        margin-bottom: 1rem;
    }

    .info-text[b-nrkwttudb8] {
        align-items: center;
        text-align: center;
    }
}
/* _content/HyperionInterstellar.Components/Amiraute/ConnectionManager.razor.rz.scp.css */
:root[b-54psyauhrk] {
    --bg-dark: #0a0d14;
    --bg-card: #12151c;
    --neon-blue: #00f6ff;
    --text-primary: #e0e0e0;
    --text-secondary: #8892b0;
}

/* Conteneur principal */
.container[b-54psyauhrk] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    color: var(--text-primary);
    background: var(--bg-dark);
}

/* Boutons de filtre */
.filters[b-54psyauhrk] {
    margin-bottom: 1rem;
}

    .filters .btn[b-54psyauhrk] {
        margin-right: 10px;
    }

/* Table */
.table[b-54psyauhrk] {
    width: 100%;
    border-collapse: collapse;
    background: var(--bg-card);
    color: var(--text-primary);
}

    .table th[b-54psyauhrk], .table td[b-54psyauhrk] {
        padding: 0.75rem;
        border: 1px solid rgba(0,246,255,0.1);
        text-align: left;
    }

.connection-table th[b-54psyauhrk] {
    background-color: var(--bg-card);
    color: var(--neon-blue);
}

/* Responsive */
@media (max-width: 600px) {
    .table[b-54psyauhrk], .table thead[b-54psyauhrk], .table tbody[b-54psyauhrk], .table th[b-54psyauhrk], .table td[b-54psyauhrk], .table tr[b-54psyauhrk] {
        display: block;
    }

        .table tr[b-54psyauhrk] {
            margin-bottom: 1rem;
        }

        .table th[b-54psyauhrk] {
            text-align: right;
            padding-right: 50%;
            position: relative;
        }

        .table td[b-54psyauhrk] {
            text-align: right;
            padding-left: 50%;
            position: relative;
        }
}
/* _content/HyperionInterstellar.Components/Amiraute/InventoryManager.razor.rz.scp.css */
:root[b-xx5y7ux52a] {
    --bg-dark: #0a0d14;
    --bg-card: #12151c;
    --neon-blue: #00f6ff;
    --text-primary: #e0e0e0;
    --text-secondary: #8892b0;
}

/* Conteneur principal */
.container[b-xx5y7ux52a] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    color: var(--text-primary);
}

/* Barre de recherche */
.search-bar[b-xx5y7ux52a] {
    margin-bottom: 1rem;
}

.form-control[b-xx5y7ux52a] {
    width: 100%;
    padding: 0.5rem;
    border: 1px solid var(--neon-blue);
    border-radius: 4px;
    background: #263238;
    color: var(--text-primary);
}

/* Table */
.table[b-xx5y7ux52a] {
    width: 100%;
    border-collapse: collapse;
    background: var(--bg-card);
    color: var(--text-primary);
}

    .table th[b-xx5y7ux52a], .table td[b-xx5y7ux52a] {
        padding: 0.75rem;
        border: 1px solid rgba(0, 246, 255, 0.1);
        text-align: left;
    }

.inventory-table th[b-xx5y7ux52a] {
    background-color: var(--bg-card);
    color: var(--neon-blue);
}

/* Responsive */
@media (max-width: 600px) {
    .table[b-xx5y7ux52a], .table thead[b-xx5y7ux52a], .table tbody[b-xx5y7ux52a], .table th[b-xx5y7ux52a], .table td[b-xx5y7ux52a], .table tr[b-xx5y7ux52a] {
        display: block;
    }

        .table tr[b-xx5y7ux52a] {
            margin-bottom: 1rem;
        }

        .table th[b-xx5y7ux52a] {
            text-align: right;
            padding-right: 50%;
            position: relative;
        }

        .table td[b-xx5y7ux52a] {
            text-align: right;
            padding-left: 50%;
            position: relative;
        }
}
/* Overlay de la modale : couvre toute la fen�tre et cr�e un fond sombre semi-transparent */
.modal-overlay[b-xx5y7ux52a] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 2000;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Contenu de la modale : bo�te centrale avec le th�me sombre */
.modal-content[b-xx5y7ux52a] {
    background: var(--bg-card);
    border: 1px solid var(--neon-blue);
    border-radius: 10px;
    width: 90%;
    max-width: 800px;
    padding: 1rem;
    position: relative;
    box-shadow: 0 4px 20px rgba(0, 188, 212, 0.6);
    max-height: 80vh;
    overflow-y: auto;
}

/* Bouton de fermeture de la modale */
.close[b-xx5y7ux52a] {
    position: absolute;
    top: 10px;
    right: 15px;
    color: var(--neon-blue);
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.3s;
}

    .close:hover[b-xx5y7ux52a] {
        color: #ff00cc;
    }

/* Exemple de style pour les formulaires � l'int�rieur de la modale */
.modal-content .form-group[b-xx5y7ux52a] {
    margin-bottom: 1rem;
}

.modal-content .form-control[b-xx5y7ux52a] {
    width: 100%;
    padding: 0.5rem;
    border: 1px solid var(--neon-blue);
    border-radius: 4px;
    background: #263238;
    color: var(--text-primary);
}

.dropdown-results[b-xx5y7ux52a] {
    background: var(--bg-card);
    border: 1px solid var(--neon-blue);
    border-radius: 4px;
    max-height: 200px;
    overflow-y: auto;
    position: absolute;
    width: 100%;
    z-index: 10;
}

.dropdown-item[b-xx5y7ux52a] {
    padding: 0.5rem 1rem;
    cursor: pointer;
    color: var(--text-primary);
    border-bottom: 1px solid rgba(0,246,255,0.1);
}

    .dropdown-item:last-child[b-xx5y7ux52a] {
        border-bottom: none;
    }

    .dropdown-item:hover[b-xx5y7ux52a] {
        background-color: rgba(0,246,255,0.1);
    }
/* _content/HyperionInterstellar.Components/Amiraute/PaypalAccountManager.razor.rz.scp.css */
:root[b-1b2wd4txzg] {
    --bg-card: #12151c;
    --neon-blue: #00f6ff;
    --text-primary: #e0e0e0;
    --text-secondary: #8892b0;
}

/* Conteneur principal */
.container[b-1b2wd4txzg] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    color: var(--text-primary);
}

/* Bouton d'action */
.actions[b-1b2wd4txzg] {
    margin-bottom: 1rem;
}

/* Table des transactions */
.table[b-1b2wd4txzg] {
    width: 100%;
    border-collapse: collapse;
    background: var(--bg-card);
    color: var(--text-primary);
}

    .table th[b-1b2wd4txzg], .table td[b-1b2wd4txzg] {
        padding: 0.75rem;
        border: 1px solid rgba(0, 246, 255, 0.1);
        text-align: left;
    }

.transaction-table th[b-1b2wd4txzg] {
    background-color: var(--bg-card);
    color: var(--neon-blue);
}

/* Modale */
.modal-overlay[b-1b2wd4txzg] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-content[b-1b2wd4txzg] {
    background: var(--bg-card);
    border: 1px solid var(--neon-blue);
    border-radius: 10px;
    width: 90%;
    max-width: 800px;
    padding: 1rem;
    position: relative;
    box-shadow: 0 4px 20px rgba(0,188,212,0.6);
    max-height: 80vh;
    overflow-y: auto;
}

.close[b-1b2wd4txzg] {
    position: absolute;
    top: 10px;
    right: 15px;
    color: var(--neon-blue);
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.3s;
}

    .close:hover[b-1b2wd4txzg] {
        color: #ff00cc;
    }

/* Formulaire dans la modale */
.form-group[b-1b2wd4txzg] {
    margin-bottom: 1rem;
}

.form-control[b-1b2wd4txzg] {
    width: 100%;
    padding: 0.5rem;
    border: 1px solid var(--neon-blue);
    border-radius: 4px;
    background: #263238;
    color: var(--text-primary);
}
/* _content/HyperionInterstellar.Components/Landing/AccessDenied.razor.rz.scp.css */
.under-construction[b-vbtvam2mm1] {
    position: relative;
    min-height: 100vh;
    width: 100%;
    overflow: hidden;
}

/* Image de fond qui occupe tout l'�cran */
.background-image[b-vbtvam2mm1] {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    display: block;
}

/* Overlay centr� */
.overlay[b-vbtvam2mm1] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.4); /* 70% d'opacit� */
    padding: 1.5rem 2rem;
    border-radius: 10px;
    text-align: center;
    color: #e0e0e0;
    max-width: 90%;
}

    .overlay h1[b-vbtvam2mm1] {
        font-size: 2.5rem;
        margin-bottom: 0.5rem;
    }

    .overlay p[b-vbtvam2mm1] {
        font-size: 1.25rem;
    }

@@media (max-width: 600px) {
    .overlay h1[b-vbtvam2mm1] {
        font-size: 1.8rem;
    }

    .overlay p[b-vbtvam2mm1] {
        font-size: 1rem;
    }
}
/* _content/HyperionInterstellar.Components/Landing/DivisionTabs.razor.rz.scp.css */
/* Conteneur principal */
.tabs-container[b-qwv9fw9jd0] {
    width: 100%;
    height: 100vh;
    display: flex;
    background: linear-gradient(180deg, rgba(0,12,24,0.95) 0%, rgba(0,12,24,0.8) 100%);
    color: #fff;
}

/* Menu latéral */
.tabs-menu[b-qwv9fw9jd0] {
    width: 250px;
    padding: 1rem;
    background: rgba(0, 12, 24, 0.8);
    border-right: 2px solid rgba(0, 195, 255, 0.3);
}

.nav-link[b-qwv9fw9jd0] {
    color: #fff !important;
    font-size: 1rem;
    text-transform: uppercase;
    transition: all 0.3s;
}

    .nav-link.active[b-qwv9fw9jd0] {
        color: #00C3FF !important;
        background: rgba(0, 195, 255, 0.1);
        border-left: 3px solid #00C3FF !important;
    }

/* Contenu de l'onglet */
.tab-content-container[b-qwv9fw9jd0] {
    flex-grow: 1;
    padding: 2rem;
    overflow-y: auto;
}

.tab-content[b-qwv9fw9jd0] {
    padding: 1.5rem;
    background: rgba(0, 12, 24, 0.9);
    border-radius: 5px;
}

.division-title[b-qwv9fw9jd0] {
    font-size: 2rem;
    color: #00C3FF;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.division-description[b-qwv9fw9jd0] {
    font-size: 1rem;
    opacity: 0.8;
}

/* Mode mobile */
@media (max-width: 768px) {
    .tabs-container[b-qwv9fw9jd0] {
        flex-direction: column;
        height: auto;
        padding: 1rem;
    }

    .tabs-menu[b-qwv9fw9jd0] {
        width: 100%;
        background: transparent;
        border-right: none;
        border-bottom: 2px solid rgba(0, 195, 255, 0.3);
        display: none; /* Caché par défaut */
    }

        .tabs-menu.show[b-qwv9fw9jd0] {
            display: block;
        }

    .burger-button[b-qwv9fw9jd0] {
        display: block;
        font-size: 2rem;
        color: #00C3FF;
        background: none;
        border: none;
        cursor: pointer;
        margin-bottom: 1rem;
    }

    .tab-content-container[b-qwv9fw9jd0] {
        padding: 1rem;
    }
}

/* Cacher le bouton burger sur desktop */
@media (min-width: 769px) {
    .burger-button[b-qwv9fw9jd0] {
        display: none;
    }
}
/* _content/HyperionInterstellar.Components/Landing/Header.razor.rz.scp.css */
Your Select:
Shop

:root[b-neqztiluui] {
    --default-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft Yahei UI", "Microsoft Yahei", "Source Han Sans CN", sans-serif;
}

.main-container[b-neqztiluui] {
    overflow: hidden;
}

    .main-container[b-neqztiluui],
    .main-container *[b-neqztiluui] {
        box-sizing: border-box;
    }

input[b-neqztiluui],
select[b-neqztiluui],
textarea[b-neqztiluui],
button[b-neqztiluui] {
    outline: 0;
}

.main-container[b-neqztiluui] {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: #ffffff;
    overflow: hidden;
}

.navigation[b-neqztiluui] {
    position: relative;
    width: 1440px;
    height: 164px;
    margin: 0 0 0 0;
    z-index: 26;
    overflow: hidden;
}

.items[b-neqztiluui] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
    gap: 31px;
    position: relative;
    width: 1277px;
    height: 22px;
    margin: 114px 0 0 83px;
    z-index: 27;
}

.accueil[b-neqztiluui] {
    flex-shrink: 0;
    flex-basis: auto;
    position: relative;
    height: 21px;
    color: #ffffff;
    font-family: Jura, var(--default-font-family);
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    text-align: left;
    white-space: nowrap;
    z-index: 28;
}

.events[b-neqztiluui] {
    flex-shrink: 0;
    flex-basis: auto;
    position: relative;
    height: 21px;
    color: #ffffff;
    font-family: Jura, var(--default-font-family);
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    text-align: left;
    white-space: nowrap;
    z-index: 29;
}

.galerie[b-neqztiluui] {
    flex-shrink: 0;
    flex-basis: auto;
    position: relative;
    height: 21px;
    color: #ffffff;
    font-family: Jura, var(--default-font-family);
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    text-align: left;
    white-space: nowrap;
    z-index: 30;
}

.communaute[b-neqztiluui] {
    flex-shrink: 0;
    flex-basis: auto;
    position: relative;
    height: 21px;
    color: #ffffff;
    font-family: Jura, var(--default-font-family);
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    text-align: left;
    white-space: nowrap;
    z-index: 31;
}

.support[b-neqztiluui] {
    flex-shrink: 0;
    flex-basis: auto;
    position: relative;
    height: 21px;
    color: #ffffff;
    font-family: Jura, var(--default-font-family);
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    text-align: left;
    white-space: nowrap;
    z-index: 32;
}

.button[b-neqztiluui] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 6px;
    position: relative;
    width: 84px;
    height: 24px;
    padding: 14px 24px 14px 24px;
    border: 1px solid #ffffff;
    z-index: 33;
    border-radius: 4px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.connexion[b-neqztiluui] {
    flex-shrink: 0;
    position: relative;
    width: 72px;
    height: 18px;
    cursor: pointer;
    color: #ffffff;
    font-family: Jura, var(--default-font-family);
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    white-space: nowrap;
    background: transparent;
    border: none;
    z-index: 34;
}

.hyperion[b-neqztiluui] {
    position: absolute;
    width: 40px;
    height: 39px;
    top: 49px;
    left: 83px;
    background: url(./assets/images/d4af3d15793a5a48b098fed52b32f7d21df05974.png) no-repeat center;
    background-size: cover;
    z-index: 36;
}

.hyperion-interstellar[b-neqztiluui] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    height: 36px;
    top: 51px;
    left: 136px;
    color: #ffffff;
    font-family: Orbitron, var(--default-font-family);
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    text-align: left;
    white-space: nowrap;
    z-index: 35;
}

.flex-row-bfaf[b-neqztiluui] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 1280px;
    height: 400px;
    margin: 676px 0 0 80px;
    z-index: 81;
}

.copy[b-neqztiluui] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 24px;
    position: relative;
    width: 516px;
    z-index: 65;
}

.presentation[b-neqztiluui] {
    align-self: stretch;
    flex-shrink: 0;
    flex-basis: auto;
    position: relative;
    min-width: 0;
    height: 48px;
    color: #000000;
    font-family: Inter, var(--default-font-family);
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    text-align: left;
    white-space: nowrap;
    z-index: 66;
}

.subheading[b-neqztiluui] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
    width: 516px;
    min-width: 0;
    height: 72px;
    color: #828282;
    font-family: Inter, var(--default-font-family);
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    text-align: left;
    z-index: 67;
}

.buttons[b-neqztiluui] {
    flex-shrink: 0;
    position: relative;
    width: 396px;
    height: 60px;
    z-index: 68;
    border-radius: 8px;
}

.button-1[b-neqztiluui] {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 8px;
    position: absolute;
    width: 99px;
    height: 60px;
    top: 0;
    left: 0;
    padding: 12px 24px 12px 24px;
    cursor: pointer;
    background: #000000;
    border: none;
    z-index: 69;
    border-radius: 8px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.lore[b-neqztiluui] {
    flex-shrink: 0;
    flex-basis: auto;
    position: relative;
    height: 36px;
    color: #ffffff;
    font-family: Inter, var(--default-font-family);
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    text-align: left;
    white-space: nowrap;
    z-index: 70;
}

.button-2[b-neqztiluui] {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 8px;
    position: absolute;
    width: 255px;
    height: 60px;
    top: 0;
    left: 141px;
    padding: 12px 24px 12px 24px;
    cursor: pointer;
    background: #e6e6e6;
    border: none;
    z-index: 71;
    border-radius: 8px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.secondary-button[b-neqztiluui] {
    flex-shrink: 0;
    flex-basis: auto;
    position: relative;
    height: 36px;
    AI +
/* _content/HyperionInterstellar.Components/Landing/RecruitFormManager.razor.rz.scp.css */
:root[b-w9l99fdqe1] {
    --bg-dark: #0a0d14;
    --bg-card: #12151c;
    --neon-blue: #00f6ff;
    --text-primary: #e0e0e0;
    --text-secondary: #8892b0;
}

*[b-w9l99fdqe1] {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body[b-w9l99fdqe1] {
    min-height: 100vh;
    background-color: var(--bg-dark);
    color: var(--text-primary);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    padding: 1rem;
}

/* Banner */
.banner[b-w9l99fdqe1] {
    width: 100%;
    height: 250px;
    background-image: url('https://images.unsplash.com/photo-1462331940025-496dfbfc7564?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1200&q=80');
    background-size: cover;
    background-position: center;
    border-radius: 0.5rem;
    margin-bottom: 1.5rem;
    position: relative;
}

    .banner[b-w9l99fdqe1]::after {
        content: "";
        position: absolute;
        inset: 0;
        background-color: rgba(0, 0, 0, 0.5);
        border-radius: 0.5rem;
    }

/* Welcome section */
.welcome[b-w9l99fdqe1] {
    text-align: center;
    margin-bottom: 2rem;
    padding: 0 1rem;
}

    .welcome h1[b-w9l99fdqe1] {
        font-size: 1.5rem;
        color: var(--neon-blue);
        font-weight: bold;
        margin-bottom: 0.75rem;
        text-shadow: 0 0 8px rgba(0, 246, 255, 0.7);
    }

    .welcome p[b-w9l99fdqe1] {
        color: var(--text-secondary);
        font-size: 1rem;
    }

/* Container */
.container[b-w9l99fdqe1] {
    max-width: 48rem;
    margin: 0 auto;
}

/* Form */
.form[b-w9l99fdqe1] {
    background-color: var(--bg-card);
    border: 1px solid var(--neon-blue);
    border-radius: 0.5rem;
    padding: 1.25rem;
    margin-bottom: 2rem;
    box-shadow: 0 10px 15px -3px rgba(0, 246, 255, 0.1);
}

    .form h2[b-w9l99fdqe1] {
        font-size: 1.25rem;
        color: var(--neon-blue);
        font-weight: bold;
        margin-bottom: 1.5rem;
        padding-bottom: 0.5rem;
        border-bottom: 1px solid rgba(0, 246, 255, 0.3);
    }

.form-group[b-w9l99fdqe1] {
    margin-bottom: 1.5rem;
}

.form-label[b-w9l99fdqe1] {
    display: block;
    color: var(--neon-blue);
    margin-bottom: 0.5rem;
    font-weight: 500;
}

.form-input[b-w9l99fdqe1],
.form-textarea[b-w9l99fdqe1] {
    width: 100%;
    background-color: var(--bg-dark);
    border: 1px solid rgba(0, 246, 255, 0.5);
    border-radius: 0.375rem;
    padding: 0.75rem;
    color: var(--text-primary);
    font-family: inherit;
}

    .form-input:focus[b-w9l99fdqe1],
    .form-textarea:focus[b-w9l99fdqe1] {
        outline: none;
        box-shadow: 0 0 0 2px rgba(0, 246, 255, 0.5);
    }

.form-textarea[b-w9l99fdqe1] {
    resize: vertical;
    min-height: 100px;
}

.questions-section[b-w9l99fdqe1] {
    padding-top: 1rem;
    border-top: 1px solid rgba(0, 246, 255, 0.3);
    margin-top: 1rem;
}

    .questions-section h3[b-w9l99fdqe1] {
        font-size: 1.125rem;
        color: var(--neon-blue);
        margin-bottom: 1rem;
    }

.submit-btn[b-w9l99fdqe1] {
    width: 100%;
    background-color: var(--bg-dark);
    border: 1px solid var(--neon-blue);
    color: var(--neon-blue);
    padding: 0.75rem 1.5rem;
    border-radius: 0.375rem;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: background-color 0.3s;
}

    .submit-btn:hover[b-w9l99fdqe1] {
        background-color: rgba(0, 246, 255, 0.1);
    }

/* Responses */
.responses[b-w9l99fdqe1] {
    background-color: var(--bg-card);
    border: 1px solid var(--neon-blue);
    border-radius: 0.5rem;
    padding: 1.25rem;
    margin-bottom: 2rem;
    box-shadow: 0 10px 15px -3px rgba(0, 246, 255, 0.1);
}

    .responses h2[b-w9l99fdqe1] {
        font-size: 1.25rem;
        color: var(--neon-blue);
        font-weight: bold;
        margin-bottom: 1.5rem;
        padding-bottom: 0.5rem;
        border-bottom: 1px solid rgba(0, 246, 255, 0.3);
    }

.response-item[b-w9l99fdqe1] {
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid rgba(0, 246, 255, 0.3);
}

.response-label[b-w9l99fdqe1] {
    color: var(--neon-blue);
    font-weight: 500;
    margin-bottom: 0.25rem;
}

.response-value[b-w9l99fdqe1] {
    color: var(--text-secondary);
}

/* Responsive */
@media (min-width: 768px) {
    .banner[b-w9l99fdqe1] {
        height: 350px;
    }

    .welcome h1[b-w9l99fdqe1] {
        font-size: 2.25rem;
    }

    .welcome p[b-w9l99fdqe1] {
        font-size: 1.25rem;
    }

    .form[b-w9l99fdqe1],
    .responses[b-w9l99fdqe1] {
        padding: 2rem;
    }

        .form h2[b-w9l99fdqe1],
        .responses h2[b-w9l99fdqe1] {
            font-size: 1.5rem;
        }

    .questions-section h3[b-w9l99fdqe1] {
        font-size: 1.25rem;
    }
}
/* _content/HyperionInterstellar.Components/Layout/Notifications.razor.rz.scp.css */
.notification-bell[b-4trkh2xcec] {
    position: relative;
    display: inline-block;
}

.bell-icon[b-4trkh2xcec] {
    background: none;
    border: none;
    font-size: 24px;
    position: relative;
    cursor: pointer;
    color: #333;
}

    .bell-icon .notification-count[b-4trkh2xcec] {
        position: absolute;
        top: -5px;
        right: -5px;
        background: red;
        color: white;
        font-size: 12px;
        width: 20px;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
    }

.notification-panel[b-4trkh2xcec] {
    position: absolute;
    top: 40px;
    right: 0;
    background-color: #0a0d14;
    background-image: radial-gradient(circle at 20% 30%, #001829 0%, transparent 50%), radial-gradient(circle at 80% 70%, #001220 0%, transparent 50%);
    border: 1px solid #ddd;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    width: 500px;
    max-height: 300px;
    overflow-y: auto;
    z-index: 1000;
    border-radius: 5px;
}

.notification-item[b-4trkh2xcec] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    position: relative;
}

    .notification-item:last-child[b-4trkh2xcec] {
        border-bottom: none;
    }

.notification-content[b-4trkh2xcec] {
    flex: 1;
}

.notification-title[b-4trkh2xcec] {
    font-weight: bold;
    margin: 0;
}

.notification-message[b-4trkh2xcec] {
    margin: 5px 0;
    font-size: 14px;
    color: #999;
}

.notification-date[b-4trkh2xcec] {
    margin: 5px 0;
    font-size: 12px;
    color: #999;
}

.notification-remove[b-4trkh2xcec] {
    font-size: 20px;
    color: #999;
    cursor: pointer;
    margin-left: 10px;
    user-select: none; /* Emp�che la s�lection du caract�re */
}

    .notification-remove:hover[b-4trkh2xcec] {
        color: red;
        transform: scale(1.2);
    }
/* _content/HyperionInterstellar.Components/Layout/SearchBar.razor.rz.scp.css */
:root[b-v1923uxyyd] {
    --bg-card: #12151c;
    --neon-blue: #00f6ff;
    --bg-dark: #0a0d14;
    --text-primary: #e0e0e0;
}

.search-bar-container[b-v1923uxyyd] {
    position: relative;
    justify-content: center
}

.search-bar[b-v1923uxyyd] {
    margin-bottom: 10px;
    width: 200%;
    padding-right: 150px;
}

    .search-bar input[type="text"][b-v1923uxyyd] {
        width: 80%;
        max-width: 500px;
        padding: 12px 20px;
        border: none;
        border-radius: 25px;
        font-size: 1em;
        background: #263238;
        color: var(--text-primary);
        box-shadow: 0 0 10px rgba(0,150,255,0.3);
    }

.result-banner[b-v1923uxyyd] {
    position: absolute;
    top: 110%;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #0f1520, #1a2332);
    border: 1px solid rgba(0,246,255,0.4); /* Accent n�on renforc� */
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,188,212,0.5); /* Ombre plus marqu�e pour un effet futuriste */
    z-index: 1000;
    max-height: 250px;
    overflow-y: auto;
    width: 100%;
    max-width: 600px;
    padding: 0.75rem;
    backdrop-filter: blur(5px); /* L�g�re flou pour un effet high-tech */
}

.result-item[b-v1923uxyyd] {
    padding: 12px;
    border-bottom: 1px solid rgba(0,246,255,0.2);
    color: var(--text-primary);
    cursor: pointer;
    transition: background 0.3s, transform 0.3s;
    text-shadow: 0 0 3px rgba(0,246,255,0.3);
}

    .result-item:last-child[b-v1923uxyyd] {
        border-bottom: none;
    }

    .result-item:hover[b-v1923uxyyd] {
        background-color: rgba(0,246,255,0.15);
        transform: translateX(5px);
    }
/* _content/HyperionInterstellar.Components/Membres/ContractManager.razor.rz.scp.css */
:root[b-2dk1sehemx] {
    --bg-dark: #0a0d14;
    --bg-card: #12151c;
    --neon-blue: #00f6ff;
    --deep-blue: #001829;
    --text-primary: #e0e0e0;
    --text-secondary: #8892b0;
    --gradient-blue: linear-gradient(135deg, #001829, #0a0d14);
}

body[b-2dk1sehemx] {
    background-color: var(--bg-dark);
    background-image: radial-gradient(circle at 20% 30%, #001829 0%, transparent 50%), radial-gradient(circle at 80% 70%, #001220 0%, transparent 50%);
    color: var(--text-primary);
    min-height: 100vh;
    font-family: 'Segoe UI', Arial, sans-serif;
}

.container[b-2dk1sehemx] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
}

/* Grid des événements */
.events-grid[b-2dk1sehemx] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.event-card[b-2dk1sehemx] {
    background: var(--bg-card);
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(0, 246, 255, 0.1);
    transition: all 0.3s ease;
    position: relative;
    cursor: pointer;
}

    .event-card:hover[b-2dk1sehemx] {
        transform: translateY(-5px);
        box-shadow: 0 0 25px rgba(0, 246, 255, 0.1);
    }

.event-image[b-2dk1sehemx] {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
    border-bottom: 1px solid rgba(0, 246, 255, 0.2);
    position: relative;
}

.event-overlay[b-2dk1sehemx] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent, var(--bg-card));
}
/* Modal pour création et édition d'événements */
.modal-overlay[b-2dk1sehemx] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 2000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-content[b-2dk1sehemx] {
    background: var(--bg-card);
    border: 1px solid var(--neon-blue);
    border-radius: 10px;
    width: 90%;
    max-width: 800px;
    padding: 1rem;
    position: relative;
    box-shadow: 0 4px 20px rgba(0,188,212,0.6);
}

.close[b-2dk1sehemx] {
    position: absolute;
    top: 10px;
    right: 15px;
    color: var(--neon-blue);
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.3s;
}

    .close:hover[b-2dk1sehemx] {
        color: #ff00cc;
    }

.event-content[b-2dk1sehemx] {
    padding: 1.5rem;
}

.event-header[b-2dk1sehemx] {
    margin-bottom: 1rem;
}

.event-title[b-2dk1sehemx] {
    color: var(--neon-blue);
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
    text-shadow: 0 0 5px rgba(0, 246, 255, 0.3);
}

.event-date[b-2dk1sehemx] {
    color: var(--text-secondary);
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.event-info[b-2dk1sehemx] {
    color: var(--text-secondary);
    margin: 0.5rem 0;
    line-height: 1.5;
}

.event-footer[b-2dk1sehemx] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(0, 246, 255, 0.1);
}

.event-stats[b-2dk1sehemx] {
    display: flex;
    gap: 1rem;
}

.stat-item[b-2dk1sehemx] {
    color: var(--neon-blue);
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.division-tag[b-2dk1sehemx] {
    background: rgba(0, 246, 255, 0.1);
    color: var(--neon-blue);
    padding: 0.25rem 0.75rem;
    border-radius: 15px;
    font-size: 0.8rem;
    border: 1px solid var(--neon-blue);
}

/* Modal d'événement */
.modal-overlay[b-2dk1sehemx] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 2000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-content[b-2dk1sehemx] {
    background: var(--bg-card);
    border: 1px solid var(--neon-blue);
    border-radius: 10px;
    width: 90%;
    max-width: 800px;
    padding: 1rem;
    position: relative;
    box-shadow: 0 4px 20px rgba(0,188,212,0.6);
}

.close[b-2dk1sehemx] {
    position: absolute;
    top: 10px;
    right: 15px;
    color: var(--neon-blue);
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.3s;
}

    .close:hover[b-2dk1sehemx] {
        color: #ff00cc;
    }

/* Styles pour les onglets de la modale */
.custom-tabs[b-2dk1sehemx] {
    background: rgba(0, 0, 0, 0.8);
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,150,255,0.3);
    padding: 0;
}

.tab-content.card[b-2dk1sehemx] {
    background: rgba(10,13,20,0.9);
    border: 1px solid var(--neon-blue);
    border-radius: 10px;
    padding: 1.5rem;
    margin-top: 1rem;
}

/* Liste des participants */
.participant-item[b-2dk1sehemx] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid rgba(0,246,255,0.1);
}

.presence-indicator[b-2dk1sehemx] {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: rgba(0, 246, 255, 0.9);
    color: var(--bg-dark);
    padding: 0.25rem 0.75rem;
    border-radius: 15px;
    font-weight: bold;
    font-size: 0.8rem;
    z-index: 1;
}

.participant-item:last-child[b-2dk1sehemx] {
    border-bottom: none;
}

.toggle-btn[b-2dk1sehemx] {
    background: transparent;
    border: 1px solid var(--neon-blue);
    color: var(--neon-blue);
    padding: 0.3rem 0.7rem;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.3s;
}

    .toggle-btn:hover[b-2dk1sehemx] {
        background: rgba(0,246,255,0.1);
    }

.mark-all[b-2dk1sehemx] {
    margin-bottom: 1rem;
    background: var(--neon-blue);
    border: none;
    color: var(--bg-dark);
    padding: 0.5rem 1rem;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s;
}

    .mark-all:hover[b-2dk1sehemx] {
        background: #ff00cc;
    }

.filters[b-2dk1sehemx] {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
}

.filter-btn[b-2dk1sehemx] {
    background: transparent;
    border: 1px solid var(--neon-blue);
    color: var(--neon-blue);
    padding: 0.5rem 1.5rem;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 15px;
}

    .filter-btn:hover[b-2dk1sehemx] {
        background: rgba(0, 246, 255, 0.1);
        box-shadow: 0 0 15px rgba(0, 246, 255, 0.2);
    }

/* Style pour l'interrupteur individuel */
.switch[b-2dk1sehemx] {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
}

    .switch input[b-2dk1sehemx] {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider[b-2dk1sehemx] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: red;
    transition: .4s;
    border-radius: 24px;
}

    .slider[b-2dk1sehemx]:before {
        position: absolute;
        content: "";
        height: 18px;
        width: 18px;
        left: 3px;
        bottom: 3px;
        background-color: white;
        transition: .4s;
        border-radius: 50%;
    }

input:checked + .slider[b-2dk1sehemx] {
    background-color: green;
}

    input:checked + .slider[b-2dk1sehemx]:before {
        transform: translateX(26px);
    }

/* Style pour le master switch */
.master-switch[b-2dk1sehemx] {
    margin-bottom: 1rem;
    text-align: center;
}

.master-label[b-2dk1sehemx] {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

    .master-label input[b-2dk1sehemx] {
        opacity: 0;
        width: 0;
        height: 0;
    }

.master-slider[b-2dk1sehemx] {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
    background-color: red;
    border-radius: 24px;
    transition: .4s;
    margin-right: 0.5rem;
}

    .master-slider[b-2dk1sehemx]:before {
        position: absolute;
        content: "";
        height: 18px;
        width: 18px;
        left: 3px;
        bottom: 3px;
        background-color: white;
        border-radius: 50%;
        transition: .4s;
    }

.master-label input:checked + .master-slider[b-2dk1sehemx] {
    background-color: green;
}

    .master-label input:checked + .master-slider[b-2dk1sehemx]:before {
        transform: translateX(26px);
    }

.master-text[b-2dk1sehemx] {
    font-size: 1em;
    color: var(--text-primary);
}

/* Paiement header */
.payment-header[b-2dk1sehemx] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.payer-btn[b-2dk1sehemx] {
    background: var(--neon-blue);
    color: var(--bg-dark);
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    font-family: 'Orbitron', sans-serif;
    font-weight: bold;
    transition: background 0.3s;
}

    .payer-btn:hover[b-2dk1sehemx] {
        background: #ff00cc;
    }

/* Style pour la liste des participants */
.participant-item[b-2dk1sehemx] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid rgba(0,246,255,0.1);
}

    .participant-item:last-child[b-2dk1sehemx] {
        border-bottom: none;
    }

.form-group[b-2dk1sehemx] {
    margin-bottom: 1rem;
}

.form-control[b-2dk1sehemx] {
    width: 100%;
    padding: 0.5rem;
    border: 1px solid var(--neon-blue);
    border-radius: 4px;
    background: #263238;
    color: var(--text-primary);
}

/* Modal de création d'événement */
.modal-overlay[b-2dk1sehemx] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 2000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-content[b-2dk1sehemx] {
    background: var(--bg-card);
    border: 1px solid var(--neon-blue);
    border-radius: 10px;
    width: 50%;
    max-width: 800px;
    padding: 1rem;
    position: relative;
    box-shadow: 0 4px 20px rgba(0, 188, 212, 0.6);
}

.close[b-2dk1sehemx] {
    position: absolute;
    top: 10px;
    right: 15px;
    color: var(--neon-blue);
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.3s;
}

    .close:hover[b-2dk1sehemx] {
        color: #ff00cc;
    }

/* Style pour le bouton de soumission */
.btn-success[b-2dk1sehemx] {
    background: var(--neon-blue);
    color: var(--bg-dark);
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    font-family: 'Orbitron', sans-serif;
    font-weight: bold;
    transition: background 0.3s;
}

    .btn-success:hover[b-2dk1sehemx] {
        background: #ff00cc;
    }

/* Style pour les éléments  avec la classe form-control */
select.form-control[b-2dk1sehemx] {
    background-color: #263238; /* Fond sombre */
    border: 1px solid var(--neon-blue); /* Bordure néon */
    color: var(--text-primary);
    padding: 0.5rem 2.5rem 0.5rem 0.75rem; /* Un peu d'espace pour le texte et pour la flèche */
    border-radius: 4px;
    font-size: 1em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEyIDgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEuNSAwTDUuNSA2TDkuNSAweiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg=="); /* Flèche vers le bas en blanc */
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 1em;
}

    /* Style pour les optgroup pour conserver une cohérence */
    select.form-control optgroup[b-2dk1sehemx] {
        color: var(--text-secondary);
        font-weight: bold;
    }

    /* Optionnel : modifier le style des options si besoin */
    select.form-control option[b-2dk1sehemx] {
        background-color: #263238;
        color: var(--text-primary);
        padding: 0.5rem;
    }

:root[b-2dk1sehemx] {
    --bg-dark: #0a0d14;
    --bg-card: #12151c;
    --neon-blue: #00f6ff;
    --deep-blue: #001829;
    --text-primary: #e0e0e0;
    --text-secondary: #8892b0;
}

.custom-dropdown[b-2dk1sehemx] {
    position: relative;
    background: linear-gradient(135deg, #0f1520, #1a2332);
    border: 1px solid var(--neon-blue);
    padding: 0.5rem 1rem;
    border-radius: 4px;
    color: var(--text-primary);
    cursor: pointer;
}

.dropdown-content[b-2dk1sehemx] {
    position: absolute;
    top: 110%;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, #0f1520, #1a2332);
    border: 1px solid var(--neon-blue);
    border-radius: 4px;
    max-height: 200px;
    overflow-y: auto;
    z-index: 10;
    padding: 0.5rem;
}

.dropdown-item[b-2dk1sehemx] {
    padding: 0.5rem 1rem;
    cursor: pointer;
    color: var(--text-primary);
    border-bottom: 1px solid rgba(0,246,255,0.1);
}

    .dropdown-item:last-child[b-2dk1sehemx] {
        border-bottom: none;
    }

    .dropdown-item:hover[b-2dk1sehemx] {
        background-color: rgba(0,246,255,0.1);
    }

.image-preview[b-2dk1sehemx] {
    margin-top: 0.5rem;
    text-align: center;
    height: 200px;
    background-color: #000; /* Fond noir par défaut */
    padding: 0.5rem;
    border-radius: 4px;
    border: 1px solid var(--neon-blue);
}

    .image-preview img[b-2dk1sehemx] {
        max-width: 100%;
        border-radius: 4px;
    }

.form-row[b-2dk1sehemx] {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
}

.form-half[b-2dk1sehemx] {
    flex: 1;
}

:root[b-2dk1sehemx] {
    --bg-dark: #0a0d14;
    --bg-card: #12151c;
    --neon-blue: #00f6ff;
    --deep-blue: #001829;
    --text-primary: #e0e0e0;
    --text-secondary: #8892b0;
    --gradient-blue: linear-gradient(135deg, #001829, #0a0d14);
}

body[b-2dk1sehemx] {
    background-color: var(--bg-dark);
    background-image: radial-gradient(circle at 20% 30%, #001829 0%, transparent 50%), radial-gradient(circle at 80% 70%, #001220 0%, transparent 50%);
    color: var(--text-primary);
    min-height: 100vh;
    font-family: 'Segoe UI', Arial, sans-serif;
}

.container[b-2dk1sehemx] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
}

/* Styles pour le dropdown personnalisé */
.custom-dropdown[b-2dk1sehemx] {
    position: relative;
    background: linear-gradient(135deg, #0f1520, #1a2332);
    border: 1px solid var(--neon-blue);
    padding: 0.5rem 1rem;
    border-radius: 4px;
    color: var(--text-primary);
    cursor: pointer;
}

.dropdown-content[b-2dk1sehemx] {
    position: absolute;
    top: 110%;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, #0f1520, #1a2332);
    border: 1px solid var(--neon-blue);
    border-radius: 4px;
    max-height: 200px;
    overflow-y: auto;
    z-index: 10;
    padding: 0.5rem;
}

.dropdown-item[b-2dk1sehemx] {
    padding: 0.5rem 1rem;
    cursor: pointer;
    color: var(--text-primary);
    border-bottom: 1px solid rgba(0,246,255,0.1);
}

    .dropdown-item:last-child[b-2dk1sehemx] {
        border-bottom: none;
    }

    .dropdown-item:hover[b-2dk1sehemx] {
        background-color: rgba(0,246,255,0.1);
    }

/* Prévisualisation sur la droite */
.image-preview[b-2dk1sehemx] {
    margin-top: 0;
    text-align: center;
    width: auto;
    height: 205px;
    background-color: #000;
    padding: 0.5rem;
    border-radius: 4px;
    border: 1px solid var(--neon-blue);
}

    .image-preview img[b-2dk1sehemx] {
        max-width: 100%;
        max-height: 100%;
        border-radius: 4px;
    }

/* Form layout inline for select fields */
.form-row[b-2dk1sehemx] {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
}

.form-half[b-2dk1sehemx] {
    flex: 1;
}

/* Styles pour les autres éléments du formulaire restent inchangés */
.form-group[b-2dk1sehemx] {
    margin-bottom: 1rem;
}

.form-control[b-2dk1sehemx] {
    width: 100%;
    padding: 0.5rem;
    border: 1px solid var(--neon-blue);
    border-radius: 4px;
    background: #263238;
    color: var(--text-primary);
}

.modal-content[b-2dk1sehemx] {
    max-height: 80vh; /* La modale occupe au maximum 80% de la hauteur de la fenêtre */
    overflow-y: auto; /* Active le défilement vertical si le contenu dépasse */
}

/* Styles pour les éléments restants (boutons, modale, etc.) restent inchangés */

/* Responsive */
@media (max-width: 600px) {
    .events-grid[b-2dk1sehemx] {
        grid-template-columns: 1fr;
    }
}

.btn-danger[b-2dk1sehemx] {
    background-color: #ff4b4b; /* Rouge vif */
    border: 1px solid #ff4b4b;
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .btn-danger:hover[b-2dk1sehemx] {
        background-color: #ff3a3a;
    }

.btn-success[b-2dk1sehemx] {
    background-color: #28a745; /* Vert */
    border: 1px solid #28a745;
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .btn-success:hover[b-2dk1sehemx] {
        background-color: #218838;
    }
/* _content/HyperionInterstellar.Components/Membres/EventManager.razor.rz.scp.css */
:root[b-lt56cgkc9f] {
    --bg-dark: #0a0d14;
    --bg-card: #12151c;
    --neon-blue: #00f6ff;
    --deep-blue: #001829;
    --text-primary: #e0e0e0;
    --text-secondary: #8892b0;
    --gradient-blue: linear-gradient(135deg, #001829, #0a0d14);
}

/* Base & Layout */
body[b-lt56cgkc9f] {
    background-color: var(--bg-dark);
    background-image: radial-gradient(circle at 20% 30%, #001829 0%, transparent 50%), radial-gradient(circle at 80% 70%, #001220 0%, transparent 50%);
    color: var(--text-primary);
    min-height: 100vh;
    font-family: 'Segoe UI', Arial, sans-serif;
}

.container[b-lt56cgkc9f] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
}

/* Event Cards Grid */
.events-grid[b-lt56cgkc9f] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.event-card[b-lt56cgkc9f] {
    background: var(--bg-card);
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(0, 246, 255, 0.1);
    transition: all 0.3s ease;
    position: relative;
    cursor: pointer;
}

    .event-card:hover[b-lt56cgkc9f] {
        transform: translateY(-5px);
        box-shadow: 0 0 25px rgba(0, 246, 255, 0.1);
    }

.event-image[b-lt56cgkc9f] {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
    border-bottom: 1px solid rgba(0, 246, 255, 0.2);
    position: relative;
}

.event-overlay[b-lt56cgkc9f] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent, var(--bg-card));
}

.event-content[b-lt56cgkc9f] {
    padding: 1.5rem;
}

.event-header[b-lt56cgkc9f] {
    margin-bottom: 1rem;
}

.event-title[b-lt56cgkc9f] {
    color: var(--neon-blue);
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
    text-shadow: 0 0 5px rgba(0, 246, 255, 0.3);
}

.event-date[b-lt56cgkc9f] {
    color: var(--text-secondary);
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.event-info[b-lt56cgkc9f] {
    color: var(--text-secondary);
    margin: 0.5rem 0;
    line-height: 1.5;
}

.event-footer[b-lt56cgkc9f] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(0, 246, 255, 0.1);
}

.event-stats[b-lt56cgkc9f] {
    display: flex;
    gap: 1rem;
}

.stat-item[b-lt56cgkc9f] {
    color: var(--neon-blue);
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.division-tag[b-lt56cgkc9f] {
    background: rgba(0, 246, 255, 0.1);
    color: var(--neon-blue);
    padding: 0.25rem 0.75rem;
    border-radius: 15px;
    font-size: 0.8rem;
    border: 1px solid var(--neon-blue);
}

.presence-indicator[b-lt56cgkc9f] {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: rgba(0, 246, 255, 0.9);
    color: var(--bg-dark);
    padding: 0.25rem 0.75rem;
    border-radius: 15px;
    font-weight: bold;
    font-size: 0.8rem;
    z-index: 1;
}

/* Modal Styling */
.modal-overlay[b-lt56cgkc9f] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 2000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-content[b-lt56cgkc9f] {
    background: var(--bg-card);
    border: 1px solid var(--neon-blue);
    border-radius: 10px;
    width: 90%;
    max-width: 800px;
    padding: 1rem;
    position: relative;
    box-shadow: 0 4px 20px rgba(0, 188, 212, 0.6);
    max-height: 80vh;
    overflow-y: auto;
}

.close[b-lt56cgkc9f] {
    position: absolute;
    top: 10px;
    right: 15px;
    color: var(--neon-blue);
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.3s;
}

    .close:hover[b-lt56cgkc9f] {
        color: #ff00cc;
    }

/* Custom Tabs */
.custom-tabs[b-lt56cgkc9f] {
    background: rgba(0, 0, 0, 0.8);
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 150, 255, 0.3);
    padding: 0;
}

.tab-content.card[b-lt56cgkc9f] {
    background: rgba(10, 13, 20, 0.9);
    border: 1px solid var(--neon-blue);
    border-radius: 10px;
    padding: 1.5rem;
    margin-top: 1rem;
}

/* Form Elements */
.form-group[b-lt56cgkc9f] {
    margin-bottom: 1rem;
}

.form-control[b-lt56cgkc9f] {
    width: 100%;
    padding: 0.5rem;
    border: 1px solid var(--neon-blue);
    border-radius: 4px;
    background: #263238;
    color: var(--text-primary);
}

.form-row[b-lt56cgkc9f] {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
}

.form-half[b-lt56cgkc9f] {
    flex: 1;
}

select.form-control[b-lt56cgkc9f] {
    padding: 0.5rem 2.5rem 0.5rem 0.75rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEyIDgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEuNSAwTDUuNSA2TDkuNSAweiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 1em;
}

    select.form-control optgroup[b-lt56cgkc9f] {
        color: var(--text-secondary);
        font-weight: bold;
    }

    select.form-control option[b-lt56cgkc9f] {
        background-color: #263238;
        color: var(--text-primary);
        padding: 0.5rem;
    }

/* Buttons */
.btn-success[b-lt56cgkc9f] {
    background-color: #28a745;
    border: 1px solid #28a745;
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    font-family: 'Orbitron', sans-serif;
    font-weight: bold;
    transition: background 0.3s;
}

    .btn-success:hover[b-lt56cgkc9f] {
        background-color: #218838;
    }

.btn-danger[b-lt56cgkc9f] {
    background-color: #ff4b4b;
    border: 1px solid #ff4b4b;
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .btn-danger:hover[b-lt56cgkc9f] {
        background-color: #ff3a3a;
    }

.filter-btn[b-lt56cgkc9f] {
    background: transparent;
    border: 1px solid var(--neon-blue);
    color: var(--neon-blue);
    padding: 0.5rem 1.5rem;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 15px;
}

    .filter-btn:hover[b-lt56cgkc9f] {
        background: rgba(0, 246, 255, 0.1);
        box-shadow: 0 0 15px rgba(0, 246, 255, 0.2);
    }

.toggle-btn[b-lt56cgkc9f] {
    background: transparent;
    border: 1px solid var(--neon-blue);
    color: var(--neon-blue);
    padding: 0.3rem 0.7rem;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.3s;
}

    .toggle-btn:hover[b-lt56cgkc9f] {
        background: rgba(0, 246, 255, 0.1);
    }

.mark-all[b-lt56cgkc9f] {
    margin-bottom: 1rem;
    background: var(--neon-blue);
    border: none;
    color: var(--bg-dark);
    padding: 0.5rem 1rem;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s;
}

    .mark-all:hover[b-lt56cgkc9f] {
        background: #ff00cc;
    }

.payer-btn[b-lt56cgkc9f] {
    background: var(--neon-blue);
    color: var(--bg-dark);
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    font-family: 'Orbitron', sans-serif;
    font-weight: bold;
    transition: background 0.3s;
}

    .payer-btn:hover[b-lt56cgkc9f] {
        background: #ff00cc;
    }

/* Switch Controls */
.switch[b-lt56cgkc9f] {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
}

    .switch input[b-lt56cgkc9f] {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider[b-lt56cgkc9f] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: red;
    transition: .4s;
    border-radius: 24px;
}

    .slider[b-lt56cgkc9f]:before {
        position: absolute;
        content: "";
        height: 18px;
        width: 18px;
        left: 3px;
        bottom: 3px;
        background-color: white;
        transition: .4s;
        border-radius: 50%;
    }

input:checked + .slider[b-lt56cgkc9f] {
    background-color: green;
}

    input:checked + .slider[b-lt56cgkc9f]:before {
        transform: translateX(26px);
    }

/* Master Switch */
.master-switch[b-lt56cgkc9f] {
    margin-bottom: 1rem;
    text-align: center;
}

.master-label[b-lt56cgkc9f] {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

    .master-label input[b-lt56cgkc9f] {
        opacity: 0;
        width: 0;
        height: 0;
    }

.master-slider[b-lt56cgkc9f] {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
    background-color: red;
    border-radius: 24px;
    transition: .4s;
    margin-right: 0.5rem;
}

    .master-slider[b-lt56cgkc9f]:before {
        position: absolute;
        content: "";
        height: 18px;
        width: 18px;
        left: 3px;
        bottom: 3px;
        background-color: white;
        border-radius: 50%;
        transition: .4s;
    }

.master-label input:checked + .master-slider[b-lt56cgkc9f] {
    background-color: green;
}

    .master-label input:checked + .master-slider[b-lt56cgkc9f]:before {
        transform: translateX(26px);
    }

.master-text[b-lt56cgkc9f] {
    font-size: 1em;
    color: var(--text-primary);
}

/* Participant List */
.participant-item[b-lt56cgkc9f] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid rgba(0, 246, 255, 0.1);
}

    .participant-item:last-child[b-lt56cgkc9f] {
        border-bottom: none;
    }

.filters[b-lt56cgkc9f] {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
}

.payment-header[b-lt56cgkc9f] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

/* Custom Dropdown */
.custom-dropdown[b-lt56cgkc9f] {
    position: relative;
    background: linear-gradient(135deg, #0f1520, #1a2332);
    border: 1px solid var(--neon-blue);
    padding: 0.5rem 1rem;
    border-radius: 4px;
    color: var(--text-primary);
    cursor: pointer;
}

.dropdown-content[b-lt56cgkc9f] {
    position: absolute;
    top: 110%;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, #0f1520, #1a2332);
    border: 1px solid var(--neon-blue);
    border-radius: 4px;
    max-height: 200px;
    overflow-y: auto;
    z-index: 10;
    padding: 0.5rem;
}

.dropdown-item[b-lt56cgkc9f] {
    padding: 0.5rem 1rem;
    cursor: pointer;
    color: var(--text-primary);
    border-bottom: 1px solid rgba(0, 246, 255, 0.1);
}

    .dropdown-item:last-child[b-lt56cgkc9f] {
        border-bottom: none;
    }

    .dropdown-item:hover[b-lt56cgkc9f] {
        background-color: rgba(0, 246, 255, 0.1);
    }

/* Image Preview */
.image-preview[b-lt56cgkc9f] {
    margin-top: 0;
    text-align: center;
    width: auto;
    height: 205px;
    background-color: #000;
    padding: 0.5rem;
    border-radius: 4px;
    border: 1px solid var(--neon-blue);
}

    .image-preview img[b-lt56cgkc9f] {
        max-width: 100%;
        max-height: 100%;
        border-radius: 4px;
    }

/* Responsive */
@media (max-width: 600px) {
    .events-grid[b-lt56cgkc9f] {
        grid-template-columns: 1fr;
    }
}
/* _content/HyperionInterstellar.Components/Membres/MemberDashLanding.razor.rz.scp.css */
:root[b-at1hbgrztd] {
    --bg-dark: #0a0d14;
    --bg-card: #12151c;
    --neon-blue: #00f6ff;
    --deep-blue: #001829;
    --text-primary: #d1e8ff;
    --text-secondary: #8892b0;
    --gradient-blue: linear-gradient(135deg, #0f1520, #1a2332);
}

.profile-page[b-at1hbgrztd] {
    max-width: 1200px;
    margin: 2rem auto;
    padding: 1rem;
    color: var(--text-primary);
    font-family: 'Orbitron', sans-serif;
}

/* Header and banner */
.profile-header[b-at1hbgrztd] {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 188, 212, 0.4);
    margin-bottom: 4rem;
}

.header-banner[b-at1hbgrztd] {
    width: 100%;
    height: 350px; /* Banni�re augment�e */
    overflow: hidden;
}

.header-banner-img[b-at1hbgrztd] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.7);
}

/* Header-info container : height ajust�e pour laisser place au texte en bas */
.header-info[b-at1hbgrztd] {
    display: flex;
    align-items: flex-end;
    padding: 0.5rem 1rem;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.6);
    border-radius: 10px;
    width: 90%;
    max-width: 1000px;
    box-shadow: 0 4px 20px rgba(0, 188, 212, 0.6);
    height: 150px; /* Augmentation de la hauteur */
}

.profile-avatar[b-at1hbgrztd] {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin-right: 1.5rem;
    margin-top: -10px; /* Ajout� pour remonter l'image */
    object-fit: cover;
}


/* Info text : alignement vers le bas avec espace */
.info-text[b-at1hbgrztd] {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: -75px; /* Espace pour pousser le texte vers le bas */
}

    .info-text h2[b-at1hbgrztd] {
        font-size: 2rem;
        margin-bottom: 0.2rem;
        color: var(--neon-blue);
        text-shadow: 0 0 8px rgba(0,246,255,0.7);
    }

.member-division[b-at1hbgrztd],
.member-date[b-at1hbgrztd] {
    margin: 0.1rem 0;
    color: var(--text-secondary);
    font-size: 0.9rem;
}

/* Action buttons: align�s � droite */
.action-buttons[b-at1hbgrztd] {
    margin-top: -20px;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.btn-edit[b-at1hbgrztd] {
    background: linear-gradient(to right, #28a745, #1e9e6f);
    border: none;
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    font-family: 'Orbitron', sans-serif;
    font-weight: bold;
    transition: transform 0.3s;
    margin-bottom: 25px;
}

.btn-danger[b-at1hbgrztd] {
    margin-bottom: 25px;
}

.btn-edit:hover[b-at1hbgrztd] {
    transform: scale(1.05);
}

/* Tabs styles (identiques aux pr�c�dents) */
.profile-tabs[b-at1hbgrztd] {
    margin-top: 4rem;
}

.custom-tabs[b-at1hbgrztd] {
    background: rgba(0, 0, 0, 0.8);
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,150,255,0.3);
    padding: 1rem;
}

.tab-content.card[b-at1hbgrztd] {
    background: rgba(10,13,20,0.9);
    border: 1px solid var(--neon-blue);
    border-radius: 10px;
    padding: 1.5rem;
    margin-top: 1rem;
}

/* Modal d'�dition */
.edit-modal[b-at1hbgrztd] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.8);
    z-index: 2000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.edit-modal-content[b-at1hbgrztd] {
    background: var(--bg-card);
    border: 1px solid var(--neon-blue);
    border-radius: 10px;
    width: 90%;
    max-width: 800px;
    padding: 1rem;
    position: relative;
    box-shadow: 0 4px 20px rgba(0,188,212,0.6);
}

.close[b-at1hbgrztd] {
    position: absolute;
    top: 10px;
    right: 15px;
    color: var(--neon-blue);
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.3s;
}

    .close:hover[b-at1hbgrztd] {
        color: #ff00cc;
    }

/* Responsive adjustments */
@media (max-width: 600px) {
    .header-info[b-at1hbgrztd] {
        flex-direction: column;
        height: auto;
        align-items: center;
        padding-bottom: 1rem;
    }

    .profile-avatar[b-at1hbgrztd] {
        margin-right: 0;
        margin-bottom: 1rem;
    }

    .info-text[b-at1hbgrztd] {
        align-items: center;
        text-align: center;
    }
}
/* _content/HyperionInterstellar.Components/Misc/UnderConstruction.razor.rz.scp.css */
.under-construction[b-3hy8vdx8sy] {
    position: relative;
    min-height: 100vh;
    width: 100%;
    overflow: hidden;
}

/* Image de fond qui occupe tout l'�cran */
.background-image[b-3hy8vdx8sy] {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    display: block;
}

/* Overlay centr� */
.overlay[b-3hy8vdx8sy] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.4); /* 70% d'opacit� */
    padding: 1.5rem 2rem;
    border-radius: 10px;
    text-align: center;
    color: #e0e0e0;
    max-width: 90%;
}

    .overlay h1[b-3hy8vdx8sy] {
        font-size: 2.5rem;
        margin-bottom: 0.5rem;
    }

    .overlay p[b-3hy8vdx8sy] {
        font-size: 1.25rem;
    }

@@media (max-width: 600px) {
    .overlay h1[b-3hy8vdx8sy] {
        font-size: 1.8rem;
    }

    .overlay p[b-3hy8vdx8sy] {
        font-size: 1rem;
    }
}
