INTERACTION_001CSS
Premium Button Lift
Weightless 2px rise with an edge highlight on hover.
Buttons / LightView
A dark field whose border transitions from 10% to 42% white on focus while the label scales down and moves up, with no colored focus ring.
.field {
background: #0e0e0e;
border: 1px solid rgba(255,255,255,0.10);
border-radius: 14px;
transition: border-color 350ms cubic-bezier(0.22, 1, 0.36, 1),
background-color 350ms;
}
.field:focus-within {
border-color: rgba(255,255,255,0.42);
background: #151515;
}
.field label {
transition: transform 350ms cubic-bezier(0.22, 1, 0.36, 1), opacity 200ms;
}
.field:focus-within label { transform: translateY(-10px) scale(0.82); }Weightless 2px rise with an edge highlight on hover.
Blur 24px · edge light