diff --git a/style.css b/style.css index 2320e09..588f7da 100644 --- a/style.css +++ b/style.css @@ -393,6 +393,13 @@ h1 span { max-width: 900px; margin-left: auto; margin-right: auto; + transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.3s ease; +} + +.scanner-card:hover { + transform: translateY(-2px); + border-color: var(--accent-1); + box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15); } .input-row {