/* Sección Staff */
.staff-section {
    background: rgba(20, 20, 20, 0.8);
    border-radius: 15px;
    padding: 30px;
    margin: 40px auto;
    max-width: 88%;
    border: 2px solid #ff3c00;
    box-shadow: 0 0 15px rgb(255, 60, 0);
}

.staff-header {
    text-align: center;
    margin-bottom: 40px;
}

.staff-title {
    font-size: 2.5em;
    color: #fff;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.highlight {
    color: #ff3c00;
    font-weight: bold;
}

.divider {
    width: 100px;
    height: 3px;
    background: linear-gradient(to right, transparent, #ff3c00, transparent);
    margin: 15px auto;
}

.staff-subtitle {
    color: #aaa;
    font-size: 1.2em;
}

/* Categorías de staff */
.staff-category {
    margin-bottom: 50px;
}

.category-title {
    color: #ff0000;
    font-size: 1.8em;
    margin-bottom: 25px;
    display: block;
    align-items: center;
    text-align: center;
    gap: 10px;
}

.coowner-title {
    color: #ff2200;
    font-size: 1.8em;
    margin-bottom: 25px;
    display: block;
    align-items: center;
    text-align: center;
    gap: 10px;  
}

/* Grid de miembros */
.staff-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}

/* Tarjetas de staff */
.staff-card {
    background: rgba(30, 30, 30, 0.9);
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid #333;
}

.staff-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(255, 60, 0, 0.1);
    border-color: #ff3c00;
}

.staff-card-coowner {
    background: rgba(30, 30, 30, 0.9);
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid #333;
    align-content: center;
}

.staff-avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 15px;
    border: 3px solid #ff3c00;
}

.owner {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 15px;
    border: 3px solid #ff0000;
}

.co-owner {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 15px;
    border: 3px solid #ff2200;
}

.staff-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.staff-name {
    color: #fff;
    font-size: 1.3em;
    margin-bottom: 5px;
}

.staff-rank {
    color: #ff3c00;
    font-weight: bold;
    margin-bottom: 15px;
}

.rank-owner {
    color: #ff0000;
    font-weight: bold;
    margin-bottom: 15px;
}

.rank-coowner {
    color: #ff2200;
    font-weight: bold;
    margin-bottom: 15px;
}

.staff-social {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.social-link {
    color: #aaa;
    font-size: 1.2em;
    transition: all 0.3s ease;
}

.social-link:hover {
    color: #ff3c00;
    transform: scale(1.2);
}

/* Responsive */
@media (max-width: 768px) {
    .staff-grid {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    }
    
    .staff-title {
        font-size: 2em;
    }
}/* Sección Staff */
.staff-section {
    background: rgba(20, 20, 20, 0.8);
    border-radius: 15px;
    padding: 30px;
    margin: 40px auto;
    max-width: 88%;
    border: 2px solid #ff3c00;
    box-shadow: 0 0 15px rgb(255, 60, 0);
}

.staff-header {
    text-align: center;
    margin-bottom: 40px;
}

.staff-title {
    font-size: 2.5em;
    color: #fff;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.highlight {
    color: #ff3c00;
    font-weight: bold;
}

.divider {
    width: 100px;
    height: 3px;
    background: linear-gradient(to right, transparent, #ff3c00, transparent);
    margin: 15px auto;
}

.staff-subtitle {
    color: #aaa;
    font-size: 1.2em;
}

/* Categorías de staff */
.staff-category {
    margin-bottom: 50px;
}

.category-title {
    color: #ff0000;
    font-size: 1.8em;
    margin-bottom: 25px;
    display: block;
    align-items: center;
    text-align: center;
    gap: 10px;
}

.coowner-title {
    color: #ff2200;
    font-size: 1.8em;
    margin-bottom: 25px;
    display: block;
    align-items: center;
    text-align: center;
    gap: 10px;  
}

/* Grid de miembros */
.staff-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}

/* Tarjetas de staff */
.staff-card {
    background: rgba(30, 30, 30, 0.9);
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid #333;
}

.staff-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(255, 60, 0, 0.1);
    border-color: #ff3c00;
}

.staff-card-coowner {
    background: rgba(30, 30, 30, 0.9);
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid #333;
    align-content: center;
}

.staff-avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 15px;
    border: 3px solid #ff3c00;
}

.owner {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 15px;
    border: 3px solid #ff0000;
}

.co-owner {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 15px;
    border: 3px solid #ff2200;
}

.staff-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.staff-name {
    color: #fff;
    font-size: 1.3em;
    margin-bottom: 5px;
}

.staff-rank {
    color: #ff3c00;
    font-weight: bold;
    margin-bottom: 15px;
}

.rank-owner {
    color: #ff0000;
    font-weight: bold;
    margin-bottom: 15px;
}

.rank-coowner {
    color: #ff2200;
    font-weight: bold;
    margin-bottom: 15px;
}

.staff-social {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.social-link {
    color: #aaa;
    font-size: 1.2em;
    transition: all 0.3s ease;
}

.social-link:hover {
    color: #ff3c00;
    transform: scale(1.2);
}

/* Responsive */
@media (max-width: 768px) {
    .staff-grid {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    }
    
    .staff-title {
        font-size: 2em;
    }
}