/* Arrivo Smart — Custom overrides sobre Pico CSS */

/* Brand color en el nav */
nav strong {
    color: var(--pico-color-green-500);
}

/* Más spacing entre cards del dashboard */
.grid > article {
    margin-bottom: 0;
}

/* kbd inline más sutil */
kbd {
    font-size: 0.85em;
}

/* Login form: hover en submit */
article button[type="submit"] {
    width: 100%;
}

/* Tablas más densas */
table {
    font-size: 0.9rem;
}

table th, table td {
    padding: 0.5rem 0.75rem;
}
