/* Dock-specific extras (core dock styling lives in menubar.css) */
.dock-item.minimized-target { opacity: .9; }

/* Genie / scale minimize animation helpers */
@keyframes winOpen { from { opacity: 0; transform: scale(.92) translateY(8px); } to { opacity: 1; transform: none; } }
@keyframes winClose { from { opacity: 1; transform: none; } to { opacity: 0; transform: scale(.94); } }
