.label {
    color: #e2e8f0 !important;
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-size: 1rem;
}

.glass-card {
    color: #f1f5f9 !important;
}

.card-content {
    color: #f1f5f9 !important;
}

.card-header-title {
    color: #f8fafc !important;
    font-weight: 600;
}

.card-header-title i {
    margin-right: 0.5rem;
    color: #3b82f6;
}

.joueur {
    background-color: rgba(30, 41, 59, 0.7) !important;
    border: 1px solid rgba(59, 130, 246, 0.3);
}

.title.is-4 {
    color: #f1f5f9 !important;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}

.button.is-primary span:not(.icon) {
    color: white !important;
}

::placeholder {
    color: #94a3b8 !important;
    opacity: 0.7;
}

.input, .select select {
    background-color: #e2e8f0;
    color: #1a202c;
    border-color: rgba(59, 130, 246, 0.3);
}

form {
    color: #f1f5f9;
}

.control.has-icons-left .icon {
    color: #475569;
}

h3.title.is-4 {
    color: #f8fafc !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.hero-body .title, .hero-body .subtitle {
    color: white !important;
}

