/* Minimal extras */
.card-hover { transition: transform .15s, box-shadow .15s; }
.card-hover:hover { transform: translateY(-2px); box-shadow: 0 10px 25px -5px rgb(0 0 0 / 0.1); }
.line-clamp-2 { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
input:focus, select:focus, textarea:focus { outline: none; ring: 2px; }
.spinner { border: 3px solid #e2e8f0; border-top-color: #0ea5e9; border-radius: 50%; width: 24px; height: 24px; animation: spin .6s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.pw-toggle { cursor: pointer; user-select: none; }
/* PWA install banner */
#installBanner { display: none; }
#installBanner.show { display: flex; }
