:root {
    color-scheme: dark;
}

/* Liens de nav */
.nav-link {
    text-decoration: none;
}

.nav-link:hover {
    color: #e4e4e7;
}

/* Effets */
.glass {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
}

.ring-faint {
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

/* Fallback tailles si Tailwind non chargé */
.size-10 {
    width: 2.5rem;
    height: 2.5rem;
}

.size-6 {
    width: 1.5rem;
    height: 1.5rem;
}

.size-5 {
    width: 1.25rem;
    height: 1.25rem;
}

.size-4 {
    width: 1rem;
    height: 1rem;
}
