.profile-header {
    background: #7bb381;
    /*url(https://www.hattrick.org/v2606413/App_Themes/Standard/bg.png) fixed top left repeat;*/
}
[data-bs-theme="dark"] .profile-header {background: #4e7a53;}

.stat-badge {
    background: rgba(0,0,0,0.2);
    padding: 10px 20px;
    border-radius: 50px;
    color: white;
    backdrop-filter: blur(5px);
}
.nav-link:hover { color: var(--bs-orange) !important; }
.color-orange {color: var(--bs-orange)}
/* Timeline Centrat i Millorat */
.timeline-box {
    border-left: 3px solid var(--bs-orange);
    margin: 0 auto;
    max-width: 700px;
    padding-left: 40px;
    position: relative;
}
.timeline-event { margin-bottom: 50px; position: relative; }
.timeline-event::before {
    content: '';
    position: absolute;
    left: -49.5px;
    top: 5px;
    width: 16px;
    height: 16px;
    background: var(--bs-orange);
    border: 3px solid white;
    border-radius: 50%;
    box-shadow: 0 0 0 3px var(--bs-orange);
}
.stats-badge-mini {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 5px;
    font-size: 0.8rem;
    color: #666;
    margin-top: 5px;
}

.philosophy-box { border-left: 4px solid var(--bs-orange); padding-left: 20px; border-radius: 0 15px 15px 0; }
.etapa-card { border: none; box-shadow: 0 5px 15px rgba(0,0,0,0.05); transition: 0.3s; }
.etapa-card:hover { border-bottom: 3px solid var(--bs-orange); }
.faceCard {
    width: 110px;
    height: 155px;
}
.faceCard img {
    position: absolute
}