/* CredentialCore – custom styles that Tailwind doesn't cover */

/* Smooth anchor scroll offset so sticky nav doesn't cover headings */
[id] {
    scroll-margin-top: 80px;
}

/* Card mockup transition */
.card-mockup {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

/* Uploads input style */
input[type="file"] {
    cursor: pointer;
}
